@syncfusion/ej2-angular-grids 20.2.39-ngcc → 20.2.39
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 +27 -13
- 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 +22 -16
- package/styles/bootstrap.css +22 -16
- package/styles/bootstrap4.css +22 -16
- package/styles/bootstrap5-dark.css +23 -16
- package/styles/bootstrap5.css +23 -16
- 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 +24 -18
- package/styles/fabric.css +24 -18
- package/styles/fluent-dark.css +22 -16
- package/styles/fluent.css +22 -16
- 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 +4315 -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 +19 -11
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +19 -11
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +19 -11
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +20 -11
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +20 -11
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +20 -12
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +20 -12
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +19 -11
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +19 -11
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +20 -12
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +20 -12
- 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 +20 -12
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +20 -12
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +19 -11
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +19 -11
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +24 -18
- package/styles/highcontrast.css +24 -18
- package/styles/material-dark.css +24 -18
- package/styles/material.css +24 -18
- package/styles/tailwind-dark.css +22 -16
- package/styles/tailwind.css +22 -16
- 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 -2649
- package/dist/ej2-angular-grids.umd.js +0 -1578
- 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/tailwind.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 16px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
font-size: 14px;
|
|
1060
1063
|
height: auto;
|
|
1061
1064
|
position: relative;
|
|
1065
|
+
/* stylelint-enable */
|
|
1066
|
+
/* stylelint-disable */
|
|
1067
|
+
/* stylelint-enable */
|
|
1062
1068
|
}
|
|
1063
1069
|
.e-grid .e-gridheader {
|
|
1064
1070
|
-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;
|
|
@@ -2557,6 +2563,8 @@
|
|
|
2557
2563
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2564
|
width: 150px;
|
|
2559
2565
|
word-break: normal;
|
|
2566
|
+
/* stylelint-disable */
|
|
2567
|
+
/* stylelint-enable */
|
|
2560
2568
|
}
|
|
2561
2569
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2570
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2624,10 @@
|
|
|
2616
2624
|
overflow: hidden;
|
|
2617
2625
|
}
|
|
2618
2626
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2627
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2628
|
}
|
|
2621
2629
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2631
|
border-bottom-width: 1px;
|
|
2624
2632
|
float: left;
|
|
2625
2633
|
width: min-content;
|
|
@@ -2628,19 +2636,19 @@
|
|
|
2628
2636
|
float: right;
|
|
2629
2637
|
}
|
|
2630
2638
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2639
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2640
|
-ms-flex: 1;
|
|
2633
2641
|
flex: 1;
|
|
2634
2642
|
overflow-x: auto;
|
|
2635
2643
|
overflow-y: hidden;
|
|
2636
2644
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2645
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2646
|
display: none;
|
|
2639
2647
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2648
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2649
|
width: 7px;
|
|
2642
2650
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2652
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2653
|
border-radius: 4px;
|
|
2646
2654
|
}
|
|
@@ -3025,7 +3033,7 @@
|
|
|
3025
3033
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3026
3034
|
display: inline-block;
|
|
3027
3035
|
}
|
|
3028
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3036
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3029
3037
|
text-overflow: clip;
|
|
3030
3038
|
}
|
|
3031
3039
|
.e-grid .e-clipboard {
|
|
@@ -3647,7 +3655,7 @@
|
|
|
3647
3655
|
}
|
|
3648
3656
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3649
3657
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3650
|
-
-moz-appearance: none;
|
|
3658
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3651
3659
|
height: 1px;
|
|
3652
3660
|
opacity: 0;
|
|
3653
3661
|
width: 1px;
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/tailwind-definition.scss';
|
|
3
|
+
@import '../excel-filter/tailwind-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
18
|
+
@import 'tailwind-definition.scss';
|
|
19
|
+
@import 'icons/tailwind.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
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
padding: 28px 25px 10px;
|
|
129
131
|
padding-top: 4px;
|
|
130
132
|
}
|
|
131
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
-
height: 26px;
|
|
133
|
-
line-height: 26px;
|
|
134
|
-
}
|
|
135
133
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
136
134
|
height: 26px;
|
|
137
135
|
line-height: 26px;
|
|
@@ -342,7 +340,7 @@
|
|
|
342
340
|
word-break: normal;
|
|
343
341
|
}
|
|
344
342
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
344
|
height: 1px;
|
|
347
345
|
opacity: 0;
|
|
348
346
|
width: 1px;
|
|
@@ -486,6 +484,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
486
484
|
border-color: #400074;
|
|
487
485
|
}
|
|
488
486
|
|
|
487
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
488
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
489
489
|
@keyframes material-spinner-rotate {
|
|
490
490
|
0% {
|
|
491
491
|
transform: rotate(0);
|
|
@@ -502,7 +502,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
502
502
|
transform: rotate(360deg);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
|
|
505
|
+
/* !componenticons */
|
|
506
506
|
.e-icon-check::before {
|
|
507
507
|
content: "\e7ff";
|
|
508
508
|
}
|
|
@@ -733,6 +733,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
733
733
|
.e-bigger .e-grid,
|
|
734
734
|
.e-grid.e-bigger {
|
|
735
735
|
font-size: 14px;
|
|
736
|
+
/* stylelint-disable */
|
|
736
737
|
}
|
|
737
738
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
738
739
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1390,6 +1391,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1390
1391
|
font-size: 13px;
|
|
1391
1392
|
height: auto;
|
|
1392
1393
|
position: relative;
|
|
1394
|
+
/* stylelint-enable */
|
|
1395
|
+
/* stylelint-disable */
|
|
1396
|
+
/* stylelint-enable */
|
|
1393
1397
|
}
|
|
1394
1398
|
.e-grid .e-gridheader {
|
|
1395
1399
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2301,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2301
|
padding-left: 7px;
|
|
2298
2302
|
}
|
|
2299
2303
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2304
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2301
2305
|
height: 1px;
|
|
2302
2306
|
opacity: 0;
|
|
2303
2307
|
width: 1px;
|
|
@@ -2311,7 +2315,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2315
|
}
|
|
2312
2316
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2317
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2318
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2315
2319
|
height: 20px;
|
|
2316
2320
|
line-height: 20px;
|
|
2317
2321
|
position: relative;
|
|
@@ -2507,7 +2511,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2511
|
padding: 2px;
|
|
2508
2512
|
}
|
|
2509
2513
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2514
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2515
|
overflow-x: auto;
|
|
2512
2516
|
overflow-y: scroll;
|
|
2513
2517
|
position: relative;
|
|
@@ -2858,6 +2862,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2862
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2863
|
width: 135px;
|
|
2860
2864
|
word-break: normal;
|
|
2865
|
+
/* stylelint-disable */
|
|
2866
|
+
/* stylelint-enable */
|
|
2861
2867
|
}
|
|
2862
2868
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2863
2869
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2917,10 +2923,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2923
|
overflow: hidden;
|
|
2918
2924
|
}
|
|
2919
2925
|
.e-grid .e-frozenhdrcont {
|
|
2920
|
-
-ms-touch-action: none;
|
|
2926
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2921
2927
|
}
|
|
2922
2928
|
.e-grid .e-frozencontent {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2930
|
border-bottom-width: 1px;
|
|
2925
2931
|
float: left;
|
|
2926
2932
|
width: min-content;
|
|
@@ -2929,19 +2935,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2935
|
float: right;
|
|
2930
2936
|
}
|
|
2931
2937
|
.e-grid .e-movablecontent {
|
|
2932
|
-
-ms-overflow-style: none;
|
|
2938
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
2939
|
-ms-flex: 1;
|
|
2934
2940
|
flex: 1;
|
|
2935
2941
|
overflow-x: auto;
|
|
2936
2942
|
overflow-y: hidden;
|
|
2937
2943
|
}
|
|
2938
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2944
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2945
|
display: none;
|
|
2940
2946
|
}
|
|
2941
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2947
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2948
|
width: 7px;
|
|
2943
2949
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2951
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2946
2952
|
border-radius: 4px;
|
|
2947
2953
|
}
|
|
@@ -3321,7 +3327,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3321
3327
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3322
3328
|
display: inline-block;
|
|
3323
3329
|
}
|
|
3324
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3330
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3325
3331
|
text-overflow: clip;
|
|
3326
3332
|
}
|
|
3327
3333
|
.e-grid .e-clipboard {
|
|
@@ -3931,7 +3937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3931
3937
|
}
|
|
3932
3938
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3933
3939
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3934
|
-
-moz-appearance: none;
|
|
3940
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3935
3941
|
height: 1px;
|
|
3936
3942
|
opacity: 0;
|
|
3937
3943
|
width: 1px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -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
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -128,10 +130,6 @@
|
|
|
128
130
|
padding: 28px 25px 10px;
|
|
129
131
|
padding-top: 4px;
|
|
130
132
|
}
|
|
131
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
132
|
-
height: 26px;
|
|
133
|
-
line-height: 26px;
|
|
134
|
-
}
|
|
135
133
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
136
134
|
height: 26px;
|
|
137
135
|
line-height: 26px;
|
|
@@ -342,7 +340,7 @@
|
|
|
342
340
|
word-break: normal;
|
|
343
341
|
}
|
|
344
342
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
343
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
344
|
height: 1px;
|
|
347
345
|
opacity: 0;
|
|
348
346
|
width: 1px;
|
|
@@ -486,6 +484,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
486
484
|
border-color: #ffd939;
|
|
487
485
|
}
|
|
488
486
|
|
|
487
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
488
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
489
489
|
@keyframes material-spinner-rotate {
|
|
490
490
|
0% {
|
|
491
491
|
transform: rotate(0);
|
|
@@ -502,7 +502,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
502
502
|
transform: rotate(360deg);
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
|
|
505
|
+
/* !componenticons */
|
|
506
506
|
.e-icon-check::before {
|
|
507
507
|
content: "\e7ff";
|
|
508
508
|
}
|
|
@@ -733,6 +733,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
733
733
|
.e-bigger .e-grid,
|
|
734
734
|
.e-grid.e-bigger {
|
|
735
735
|
font-size: 14px;
|
|
736
|
+
/* stylelint-disable */
|
|
736
737
|
}
|
|
737
738
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
738
739
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1390,6 +1391,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1390
1391
|
font-size: 13px;
|
|
1391
1392
|
height: auto;
|
|
1392
1393
|
position: relative;
|
|
1394
|
+
/* stylelint-enable */
|
|
1395
|
+
/* stylelint-disable */
|
|
1396
|
+
/* stylelint-enable */
|
|
1393
1397
|
}
|
|
1394
1398
|
.e-grid .e-gridheader {
|
|
1395
1399
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2301,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2301
|
padding-left: 7px;
|
|
2298
2302
|
}
|
|
2299
2303
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2304
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2301
2305
|
height: 1px;
|
|
2302
2306
|
opacity: 0;
|
|
2303
2307
|
width: 1px;
|
|
@@ -2311,7 +2315,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2315
|
}
|
|
2312
2316
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2317
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2318
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2315
2319
|
height: 20px;
|
|
2316
2320
|
line-height: 20px;
|
|
2317
2321
|
position: relative;
|
|
@@ -2507,7 +2511,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2511
|
padding: 2px;
|
|
2508
2512
|
}
|
|
2509
2513
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2514
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2515
|
overflow-x: auto;
|
|
2512
2516
|
overflow-y: scroll;
|
|
2513
2517
|
position: relative;
|
|
@@ -2858,6 +2862,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2862
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2863
|
width: 135px;
|
|
2860
2864
|
word-break: normal;
|
|
2865
|
+
/* stylelint-disable */
|
|
2866
|
+
/* stylelint-enable */
|
|
2861
2867
|
}
|
|
2862
2868
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2863
2869
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2917,10 +2923,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2923
|
overflow: hidden;
|
|
2918
2924
|
}
|
|
2919
2925
|
.e-grid .e-frozenhdrcont {
|
|
2920
|
-
-ms-touch-action: none;
|
|
2926
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2921
2927
|
}
|
|
2922
2928
|
.e-grid .e-frozencontent {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2930
|
border-bottom-width: 1px;
|
|
2925
2931
|
float: left;
|
|
2926
2932
|
width: min-content;
|
|
@@ -2929,19 +2935,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2935
|
float: right;
|
|
2930
2936
|
}
|
|
2931
2937
|
.e-grid .e-movablecontent {
|
|
2932
|
-
-ms-overflow-style: none;
|
|
2938
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
2939
|
-ms-flex: 1;
|
|
2934
2940
|
flex: 1;
|
|
2935
2941
|
overflow-x: auto;
|
|
2936
2942
|
overflow-y: hidden;
|
|
2937
2943
|
}
|
|
2938
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2944
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2945
|
display: none;
|
|
2940
2946
|
}
|
|
2941
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2947
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2948
|
width: 7px;
|
|
2943
2949
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2951
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2946
2952
|
border-radius: 4px;
|
|
2947
2953
|
}
|
|
@@ -3321,7 +3327,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3321
3327
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3322
3328
|
display: inline-block;
|
|
3323
3329
|
}
|
|
3324
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3330
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3325
3331
|
text-overflow: clip;
|
|
3326
3332
|
}
|
|
3327
3333
|
.e-grid .e-clipboard {
|
|
@@ -3931,7 +3937,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3931
3937
|
}
|
|
3932
3938
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3933
3939
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3934
|
-
-moz-appearance: none;
|
|
3940
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3935
3941
|
height: 1px;
|
|
3936
3942
|
opacity: 0;
|
|
3937
3943
|
width: 1px;
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
padding: 5px 5px 5px 12px;
|
|
112
113
|
}
|
|
113
114
|
|
|
115
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
116
|
@keyframes material-spinner-rotate {
|
|
115
117
|
0% {
|
|
116
118
|
transform: rotate(0deg);
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
transform: rotate(360deg);
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
|
-
|
|
132
|
+
/* !componenticons */
|
|
131
133
|
.e-icon-check::before {
|
|
132
134
|
content: "\e7ff";
|
|
133
135
|
}
|
|
@@ -163,10 +165,6 @@
|
|
|
163
165
|
padding: 18px;
|
|
164
166
|
padding-top: 4px;
|
|
165
167
|
}
|
|
166
|
-
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
167
|
-
height: 26px;
|
|
168
|
-
line-height: 26px;
|
|
169
|
-
}
|
|
170
168
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
171
169
|
height: 26px;
|
|
172
170
|
line-height: 26px;
|
|
@@ -377,7 +375,7 @@
|
|
|
377
375
|
word-break: normal;
|
|
378
376
|
}
|
|
379
377
|
.e-excelfilter .e-chk-hidden {
|
|
380
|
-
-moz-appearance: none;
|
|
378
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
381
379
|
height: 1px;
|
|
382
380
|
opacity: 0;
|
|
383
381
|
width: 1px;
|
|
@@ -521,12 +519,14 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
521
519
|
border-color: #00b0ff;
|
|
522
520
|
}
|
|
523
521
|
|
|
522
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
524
523
|
@keyframes e-input-ripple {
|
|
525
524
|
100% {
|
|
526
525
|
opacity: 0;
|
|
527
526
|
transform: scale(4);
|
|
528
527
|
}
|
|
529
528
|
}
|
|
529
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
530
530
|
@keyframes material-spinner-rotate {
|
|
531
531
|
0% {
|
|
532
532
|
transform: rotate(0deg);
|
|
@@ -552,7 +552,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
552
552
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
|
-
|
|
555
|
+
/* !componenticons */
|
|
556
556
|
.e-icon-check::before {
|
|
557
557
|
content: "\e7ff";
|
|
558
558
|
}
|
|
@@ -783,6 +783,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
783
783
|
.e-bigger .e-grid,
|
|
784
784
|
.e-grid.e-bigger {
|
|
785
785
|
font-size: 13px;
|
|
786
|
+
/* stylelint-disable */
|
|
786
787
|
}
|
|
787
788
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
788
789
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1440,6 +1441,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1440
1441
|
font-size: 13px;
|
|
1441
1442
|
height: auto;
|
|
1442
1443
|
position: relative;
|
|
1444
|
+
/* stylelint-enable */
|
|
1445
|
+
/* stylelint-disable */
|
|
1446
|
+
/* stylelint-enable */
|
|
1443
1447
|
}
|
|
1444
1448
|
.e-grid .e-gridheader {
|
|
1445
1449
|
-webkit-user-select: none;
|
|
@@ -2347,7 +2351,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2347
2351
|
padding-left: 9px;
|
|
2348
2352
|
}
|
|
2349
2353
|
.e-grid .e-chk-hidden {
|
|
2350
|
-
-moz-appearance: none;
|
|
2354
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2351
2355
|
height: 1px;
|
|
2352
2356
|
opacity: 0;
|
|
2353
2357
|
width: 1px;
|
|
@@ -2361,7 +2365,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2361
2365
|
}
|
|
2362
2366
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2363
2367
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2364
|
-
-webkit-user-select: auto;
|
|
2368
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2365
2369
|
height: 20px;
|
|
2366
2370
|
line-height: 20px;
|
|
2367
2371
|
position: relative;
|
|
@@ -2557,7 +2561,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2557
2561
|
padding: 2px;
|
|
2558
2562
|
}
|
|
2559
2563
|
.e-grid .e-content {
|
|
2560
|
-
-webkit-overflow-scrolling: touch;
|
|
2564
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2565
|
overflow-x: auto;
|
|
2562
2566
|
overflow-y: scroll;
|
|
2563
2567
|
position: relative;
|
|
@@ -2908,6 +2912,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2908
2912
|
.e-grid .e-checkboxfiltertext {
|
|
2909
2913
|
width: 150px;
|
|
2910
2914
|
word-break: normal;
|
|
2915
|
+
/* stylelint-disable */
|
|
2916
|
+
/* stylelint-enable */
|
|
2911
2917
|
}
|
|
2912
2918
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2913
2919
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2967,10 +2973,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2967
2973
|
overflow: hidden;
|
|
2968
2974
|
}
|
|
2969
2975
|
.e-grid .e-frozenhdrcont {
|
|
2970
|
-
-ms-touch-action: none;
|
|
2976
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2971
2977
|
}
|
|
2972
2978
|
.e-grid .e-frozencontent {
|
|
2973
|
-
-ms-touch-action: none;
|
|
2979
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2974
2980
|
border-bottom-width: 1px;
|
|
2975
2981
|
float: left;
|
|
2976
2982
|
width: min-content;
|
|
@@ -2979,19 +2985,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2979
2985
|
float: right;
|
|
2980
2986
|
}
|
|
2981
2987
|
.e-grid .e-movablecontent {
|
|
2982
|
-
-ms-overflow-style: none;
|
|
2988
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2983
2989
|
-ms-flex: 1;
|
|
2984
2990
|
flex: 1;
|
|
2985
2991
|
overflow-x: auto;
|
|
2986
2992
|
overflow-y: hidden;
|
|
2987
2993
|
}
|
|
2988
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2994
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2989
2995
|
display: none;
|
|
2990
2996
|
}
|
|
2991
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2997
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2992
2998
|
width: 7px;
|
|
2993
2999
|
}
|
|
2994
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3000
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2995
3001
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2996
3002
|
border-radius: 4px;
|
|
2997
3003
|
}
|
|
@@ -3371,7 +3377,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3371
3377
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3372
3378
|
display: inline-block;
|
|
3373
3379
|
}
|
|
3374
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3380
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
3375
3381
|
text-overflow: clip;
|
|
3376
3382
|
}
|
|
3377
3383
|
.e-grid .e-clipboard {
|
|
@@ -3981,7 +3987,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3981
3987
|
}
|
|
3982
3988
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3983
3989
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3984
|
-
-moz-appearance: none;
|
|
3990
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3985
3991
|
height: 1px;
|
|
3986
3992
|
opacity: 0;
|
|
3987
3993
|
width: 1px;
|