@syncfusion/ej2-angular-grids 20.2.44-ngcc → 20.2.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +274 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +859 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +26 -12
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +5 -0
- package/src/grid/aggregates.directive.d.ts +5 -0
- package/src/grid/columns.directive.d.ts +5 -0
- package/src/grid/grid-all.module.d.ts +6 -0
- package/src/grid/grid.component.d.ts +3 -0
- package/src/grid/grid.module.d.ts +10 -0
- package/src/grid/stacked-column.directive.d.ts +5 -0
- package/src/pager/pager-all.module.d.ts +6 -0
- package/src/pager/pager.component.d.ts +3 -0
- package/src/pager/pager.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +23 -17
- package/styles/bootstrap.css +23 -17
- package/styles/bootstrap4.css +25 -19
- package/styles/bootstrap5-dark.css +28 -21
- package/styles/bootstrap5.css +28 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +25 -19
- package/styles/fabric.css +25 -19
- package/styles/fluent-dark.css +25 -19
- package/styles/fluent.css +25 -19
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4310 -0
- package/styles/grid/_material-dark-definition.scss +594 -0
- package/styles/grid/_material-definition.scss +592 -0
- package/styles/grid/_material3-definition.scss +598 -0
- package/styles/grid/_office-365-definition.scss +1 -0
- package/styles/grid/_tailwind-dark-definition.scss +1 -0
- package/styles/grid/_tailwind-definition.scss +603 -0
- package/styles/grid/_theme.scss +603 -0
- package/styles/grid/bootstrap-dark.css +20 -12
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +20 -12
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +22 -14
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +25 -16
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +25 -16
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +21 -13
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +21 -13
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +22 -14
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +22 -14
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +21 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +21 -13
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +21 -13
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +21 -13
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +24 -16
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +24 -16
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +25 -19
- package/styles/highcontrast.css +25 -19
- package/styles/material-dark.css +25 -19
- package/styles/material.css +25 -19
- package/styles/tailwind-dark.css +27 -21
- package/styles/tailwind.css +27 -21
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2692
- package/dist/ej2-angular-grids.umd.js +0 -1580
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/grid/fluent.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: none;
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
min-height: 34px;
|
|
125
126
|
}
|
|
126
127
|
|
|
128
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
127
129
|
@keyframes material-spinner-rotate {
|
|
128
130
|
0% {
|
|
129
131
|
transform: rotate(0);
|
|
@@ -384,6 +386,7 @@
|
|
|
384
386
|
.e-bigger .e-grid,
|
|
385
387
|
.e-grid.e-bigger {
|
|
386
388
|
font-size: 16px;
|
|
389
|
+
/* stylelint-disable */
|
|
387
390
|
}
|
|
388
391
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
389
392
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1071,6 +1074,9 @@
|
|
|
1071
1074
|
font-size: 14px;
|
|
1072
1075
|
height: auto;
|
|
1073
1076
|
position: relative;
|
|
1077
|
+
/* stylelint-enable */
|
|
1078
|
+
/* stylelint-disable */
|
|
1079
|
+
/* stylelint-enable */
|
|
1074
1080
|
}
|
|
1075
1081
|
.e-grid .e-gridheader {
|
|
1076
1082
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2553,7 +2559,9 @@
|
|
|
2553
2559
|
.e-grid .e-checkboxfiltertext {
|
|
2554
2560
|
width: 150px;
|
|
2555
2561
|
word-break: normal;
|
|
2562
|
+
/* stylelint-disable */
|
|
2556
2563
|
margin-left: 12px !important;
|
|
2564
|
+
/* stylelint-enable */
|
|
2557
2565
|
}
|
|
2558
2566
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2559
2567
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2613,10 +2621,10 @@
|
|
|
2613
2621
|
overflow: hidden;
|
|
2614
2622
|
}
|
|
2615
2623
|
.e-grid .e-frozenhdrcont {
|
|
2616
|
-
-ms-touch-action: none;
|
|
2624
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2617
2625
|
}
|
|
2618
2626
|
.e-grid .e-frozencontent {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2628
|
border-bottom-width: 1px;
|
|
2621
2629
|
float: left;
|
|
2622
2630
|
width: min-content;
|
|
@@ -2625,19 +2633,19 @@
|
|
|
2625
2633
|
float: right;
|
|
2626
2634
|
}
|
|
2627
2635
|
.e-grid .e-movablecontent {
|
|
2628
|
-
-ms-overflow-style: none;
|
|
2636
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2629
2637
|
-ms-flex: 1;
|
|
2630
2638
|
flex: 1;
|
|
2631
2639
|
overflow-x: auto;
|
|
2632
2640
|
overflow-y: hidden;
|
|
2633
2641
|
}
|
|
2634
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2642
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2635
2643
|
display: none;
|
|
2636
2644
|
}
|
|
2637
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2645
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2646
|
width: 7px;
|
|
2639
2647
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2649
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2642
2650
|
border-radius: 4px;
|
|
2643
2651
|
}
|
|
@@ -3000,10 +3008,10 @@
|
|
|
3000
3008
|
text-overflow: ellipsis;
|
|
3001
3009
|
}
|
|
3002
3010
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3003
|
-
margin: -
|
|
3011
|
+
margin: -30px 10px;
|
|
3004
3012
|
}
|
|
3005
3013
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3006
|
-
margin: -
|
|
3014
|
+
margin: -30px -5px;
|
|
3007
3015
|
}
|
|
3008
3016
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3009
3017
|
margin: -28px -4px 0 16px;
|
|
@@ -3014,7 +3022,7 @@
|
|
|
3014
3022
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3015
3023
|
display: inline-block;
|
|
3016
3024
|
}
|
|
3017
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3025
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3018
3026
|
text-overflow: clip;
|
|
3019
3027
|
}
|
|
3020
3028
|
.e-grid .e-clipboard {
|
|
@@ -3638,7 +3646,7 @@
|
|
|
3638
3646
|
}
|
|
3639
3647
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3640
3648
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3641
|
-
-moz-appearance: none;
|
|
3649
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3642
3650
|
height: 1px;
|
|
3643
3651
|
opacity: 0;
|
|
3644
3652
|
width: 1px;
|
|
@@ -3910,7 +3918,7 @@
|
|
|
3910
3918
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3911
3919
|
border-right-color: #edebe9;
|
|
3912
3920
|
}
|
|
3913
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
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) {
|
|
3914
3922
|
background-color: #f3f2f1;
|
|
3915
3923
|
color: #201f1e;
|
|
3916
3924
|
}
|
package/styles/grid/fluent.scss
CHANGED
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-definition.scss';
|
|
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,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !componenticons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -323,6 +325,7 @@
|
|
|
323
325
|
.e-bigger .e-grid,
|
|
324
326
|
.e-grid.e-bigger {
|
|
325
327
|
font-size: 14px;
|
|
328
|
+
/* stylelint-disable */
|
|
326
329
|
}
|
|
327
330
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
328
331
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -980,6 +983,9 @@
|
|
|
980
983
|
font-size: 13px;
|
|
981
984
|
height: auto;
|
|
982
985
|
position: relative;
|
|
986
|
+
/* stylelint-enable */
|
|
987
|
+
/* stylelint-disable */
|
|
988
|
+
/* stylelint-enable */
|
|
983
989
|
}
|
|
984
990
|
.e-grid .e-gridheader {
|
|
985
991
|
-webkit-user-select: none;
|
|
@@ -1887,7 +1893,7 @@
|
|
|
1887
1893
|
padding-left: 7px;
|
|
1888
1894
|
}
|
|
1889
1895
|
.e-grid .e-chk-hidden {
|
|
1890
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1891
1897
|
height: 1px;
|
|
1892
1898
|
opacity: 0;
|
|
1893
1899
|
width: 1px;
|
|
@@ -1901,7 +1907,7 @@
|
|
|
1901
1907
|
}
|
|
1902
1908
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1903
1909
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1904
|
-
-webkit-user-select: auto;
|
|
1910
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1905
1911
|
height: 20px;
|
|
1906
1912
|
line-height: 20px;
|
|
1907
1913
|
position: relative;
|
|
@@ -2097,7 +2103,7 @@
|
|
|
2097
2103
|
padding: 2px;
|
|
2098
2104
|
}
|
|
2099
2105
|
.e-grid .e-content {
|
|
2100
|
-
-webkit-overflow-scrolling: touch;
|
|
2106
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2101
2107
|
overflow-x: auto;
|
|
2102
2108
|
overflow-y: scroll;
|
|
2103
2109
|
position: relative;
|
|
@@ -2448,6 +2454,8 @@
|
|
|
2448
2454
|
.e-grid .e-checkboxfiltertext {
|
|
2449
2455
|
width: 135px;
|
|
2450
2456
|
word-break: normal;
|
|
2457
|
+
/* stylelint-disable */
|
|
2458
|
+
/* stylelint-enable */
|
|
2451
2459
|
}
|
|
2452
2460
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2453
2461
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2507,10 +2515,10 @@
|
|
|
2507
2515
|
overflow: hidden;
|
|
2508
2516
|
}
|
|
2509
2517
|
.e-grid .e-frozenhdrcont {
|
|
2510
|
-
-ms-touch-action: none;
|
|
2518
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2519
|
}
|
|
2512
2520
|
.e-grid .e-frozencontent {
|
|
2513
|
-
-ms-touch-action: none;
|
|
2521
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
2522
|
border-bottom-width: 1px;
|
|
2515
2523
|
float: left;
|
|
2516
2524
|
width: min-content;
|
|
@@ -2519,19 +2527,19 @@
|
|
|
2519
2527
|
float: right;
|
|
2520
2528
|
}
|
|
2521
2529
|
.e-grid .e-movablecontent {
|
|
2522
|
-
-ms-overflow-style: none;
|
|
2530
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2523
2531
|
-ms-flex: 1;
|
|
2524
2532
|
flex: 1;
|
|
2525
2533
|
overflow-x: auto;
|
|
2526
2534
|
overflow-y: hidden;
|
|
2527
2535
|
}
|
|
2528
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2536
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2529
2537
|
display: none;
|
|
2530
2538
|
}
|
|
2531
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2539
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2532
2540
|
width: 7px;
|
|
2533
2541
|
}
|
|
2534
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2542
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2535
2543
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2536
2544
|
border-radius: 4px;
|
|
2537
2545
|
}
|
|
@@ -2908,7 +2916,7 @@
|
|
|
2908
2916
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2909
2917
|
display: inline-block;
|
|
2910
2918
|
}
|
|
2911
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2919
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2912
2920
|
text-overflow: clip;
|
|
2913
2921
|
}
|
|
2914
2922
|
.e-grid .e-clipboard {
|
|
@@ -3518,7 +3526,7 @@
|
|
|
3518
3526
|
}
|
|
3519
3527
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3520
3528
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3521
|
-
-moz-appearance: none;
|
|
3529
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3522
3530
|
height: 1px;
|
|
3523
3531
|
opacity: 0;
|
|
3524
3532
|
width: 1px;
|
|
@@ -3790,7 +3798,7 @@
|
|
|
3790
3798
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3791
3799
|
border-right-color: #400074;
|
|
3792
3800
|
}
|
|
3793
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3801
|
+
.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) {
|
|
3794
3802
|
background-color: #ecf;
|
|
3795
3803
|
color: #000;
|
|
3796
3804
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-light-definition.scss';
|
|
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,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !componenticons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -323,6 +325,7 @@
|
|
|
323
325
|
.e-bigger .e-grid,
|
|
324
326
|
.e-grid.e-bigger {
|
|
325
327
|
font-size: 14px;
|
|
328
|
+
/* stylelint-disable */
|
|
326
329
|
}
|
|
327
330
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
328
331
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -980,6 +983,9 @@
|
|
|
980
983
|
font-size: 13px;
|
|
981
984
|
height: auto;
|
|
982
985
|
position: relative;
|
|
986
|
+
/* stylelint-enable */
|
|
987
|
+
/* stylelint-disable */
|
|
988
|
+
/* stylelint-enable */
|
|
983
989
|
}
|
|
984
990
|
.e-grid .e-gridheader {
|
|
985
991
|
-webkit-user-select: none;
|
|
@@ -1887,7 +1893,7 @@
|
|
|
1887
1893
|
padding-left: 7px;
|
|
1888
1894
|
}
|
|
1889
1895
|
.e-grid .e-chk-hidden {
|
|
1890
|
-
-moz-appearance: none;
|
|
1896
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1891
1897
|
height: 1px;
|
|
1892
1898
|
opacity: 0;
|
|
1893
1899
|
width: 1px;
|
|
@@ -1901,7 +1907,7 @@
|
|
|
1901
1907
|
}
|
|
1902
1908
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1903
1909
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1904
|
-
-webkit-user-select: auto;
|
|
1910
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1905
1911
|
height: 20px;
|
|
1906
1912
|
line-height: 20px;
|
|
1907
1913
|
position: relative;
|
|
@@ -2097,7 +2103,7 @@
|
|
|
2097
2103
|
padding: 2px;
|
|
2098
2104
|
}
|
|
2099
2105
|
.e-grid .e-content {
|
|
2100
|
-
-webkit-overflow-scrolling: touch;
|
|
2106
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2101
2107
|
overflow-x: auto;
|
|
2102
2108
|
overflow-y: scroll;
|
|
2103
2109
|
position: relative;
|
|
@@ -2448,6 +2454,8 @@
|
|
|
2448
2454
|
.e-grid .e-checkboxfiltertext {
|
|
2449
2455
|
width: 135px;
|
|
2450
2456
|
word-break: normal;
|
|
2457
|
+
/* stylelint-disable */
|
|
2458
|
+
/* stylelint-enable */
|
|
2451
2459
|
}
|
|
2452
2460
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2453
2461
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2507,10 +2515,10 @@
|
|
|
2507
2515
|
overflow: hidden;
|
|
2508
2516
|
}
|
|
2509
2517
|
.e-grid .e-frozenhdrcont {
|
|
2510
|
-
-ms-touch-action: none;
|
|
2518
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2519
|
}
|
|
2512
2520
|
.e-grid .e-frozencontent {
|
|
2513
|
-
-ms-touch-action: none;
|
|
2521
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2514
2522
|
border-bottom-width: 1px;
|
|
2515
2523
|
float: left;
|
|
2516
2524
|
width: min-content;
|
|
@@ -2519,19 +2527,19 @@
|
|
|
2519
2527
|
float: right;
|
|
2520
2528
|
}
|
|
2521
2529
|
.e-grid .e-movablecontent {
|
|
2522
|
-
-ms-overflow-style: none;
|
|
2530
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2523
2531
|
-ms-flex: 1;
|
|
2524
2532
|
flex: 1;
|
|
2525
2533
|
overflow-x: auto;
|
|
2526
2534
|
overflow-y: hidden;
|
|
2527
2535
|
}
|
|
2528
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2536
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2529
2537
|
display: none;
|
|
2530
2538
|
}
|
|
2531
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2539
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2532
2540
|
width: 7px;
|
|
2533
2541
|
}
|
|
2534
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2542
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2535
2543
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2536
2544
|
border-radius: 4px;
|
|
2537
2545
|
}
|
|
@@ -2908,7 +2916,7 @@
|
|
|
2908
2916
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2909
2917
|
display: inline-block;
|
|
2910
2918
|
}
|
|
2911
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2919
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2912
2920
|
text-overflow: clip;
|
|
2913
2921
|
}
|
|
2914
2922
|
.e-grid .e-clipboard {
|
|
@@ -3518,7 +3526,7 @@
|
|
|
3518
3526
|
}
|
|
3519
3527
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3520
3528
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3521
|
-
-moz-appearance: none;
|
|
3529
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3522
3530
|
height: 1px;
|
|
3523
3531
|
opacity: 0;
|
|
3524
3532
|
width: 1px;
|
|
@@ -3790,7 +3798,7 @@
|
|
|
3790
3798
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3791
3799
|
border-right-color: #ffd939;
|
|
3792
3800
|
}
|
|
3793
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3801
|
+
.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) {
|
|
3794
3802
|
background-color: #685708;
|
|
3795
3803
|
color: #fff;
|
|
3796
3804
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/highcontrast-definition.scss';
|
|
3
|
+
@import '../excel-filter/highcontrast-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/highcontrast-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/highcontrast-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/highcontrast-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/highcontrast-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/highcontrast-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/highcontrast-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/highcontrast-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/highcontrast-definition.scss';
|
|
18
|
+
@import 'highcontrast-definition.scss';
|
|
19
|
+
@import 'icons/highcontrast.scss';
|
|
20
|
+
@import 'all.scss';
|