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