@syncfusion/ej2-angular-grids 20.2.48 → 20.2.49-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 +2737 -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 +17 -54
- package/styles/bootstrap.css +17 -54
- package/styles/bootstrap4.css +19 -56
- package/styles/bootstrap5-dark.css +21 -59
- package/styles/bootstrap5.css +21 -59
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +19 -56
- package/styles/fabric.css +19 -56
- package/styles/fluent-dark.css +19 -56
- package/styles/fluent.css +19 -56
- package/styles/grid/bootstrap-dark.css +12 -51
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +12 -51
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +14 -53
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +16 -56
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +16 -56
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +13 -52
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +13 -52
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +14 -53
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +14 -53
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +13 -52
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +13 -52
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +13 -52
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +13 -52
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +16 -55
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +16 -55
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +19 -56
- package/styles/highcontrast.css +19 -56
- package/styles/material-dark.css +19 -56
- package/styles/material.css +19 -56
- package/styles/tailwind-dark.css +21 -58
- package/styles/tailwind.css +21 -58
- 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 -4349
- 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;
|
|
@@ -2342,9 +2336,6 @@
|
|
|
2342
2336
|
border-width: 1px 0 0;
|
|
2343
2337
|
cursor: pointer;
|
|
2344
2338
|
}
|
|
2345
|
-
.e-grid .e-disablepointer {
|
|
2346
|
-
cursor: default;
|
|
2347
|
-
}
|
|
2348
2339
|
.e-grid .e-groupcaption {
|
|
2349
2340
|
border-style: solid;
|
|
2350
2341
|
border-width: 1px 0 0;
|
|
@@ -2566,8 +2557,6 @@
|
|
|
2566
2557
|
.e-grid .e-checkboxfiltertext {
|
|
2567
2558
|
width: 150px;
|
|
2568
2559
|
word-break: normal;
|
|
2569
|
-
/* stylelint-disable */
|
|
2570
|
-
/* stylelint-enable */
|
|
2571
2560
|
}
|
|
2572
2561
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2573
2562
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2627,10 +2616,10 @@
|
|
|
2627
2616
|
overflow: hidden;
|
|
2628
2617
|
}
|
|
2629
2618
|
.e-grid .e-frozenhdrcont {
|
|
2630
|
-
-ms-touch-action: none;
|
|
2619
|
+
-ms-touch-action: none;
|
|
2631
2620
|
}
|
|
2632
2621
|
.e-grid .e-frozencontent {
|
|
2633
|
-
-ms-touch-action: none;
|
|
2622
|
+
-ms-touch-action: none;
|
|
2634
2623
|
border-bottom-width: 1px;
|
|
2635
2624
|
float: left;
|
|
2636
2625
|
width: min-content;
|
|
@@ -2639,19 +2628,19 @@
|
|
|
2639
2628
|
float: right;
|
|
2640
2629
|
}
|
|
2641
2630
|
.e-grid .e-movablecontent {
|
|
2642
|
-
-ms-overflow-style: none;
|
|
2631
|
+
-ms-overflow-style: none;
|
|
2643
2632
|
-ms-flex: 1;
|
|
2644
2633
|
flex: 1;
|
|
2645
2634
|
overflow-x: auto;
|
|
2646
2635
|
overflow-y: hidden;
|
|
2647
2636
|
}
|
|
2648
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2637
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2649
2638
|
display: none;
|
|
2650
2639
|
}
|
|
2651
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2640
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2652
2641
|
width: 7px;
|
|
2653
2642
|
}
|
|
2654
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2643
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2655
2644
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2656
2645
|
border-radius: 4px;
|
|
2657
2646
|
}
|
|
@@ -3019,21 +3008,21 @@
|
|
|
3019
3008
|
text-overflow: ellipsis;
|
|
3020
3009
|
}
|
|
3021
3010
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3022
|
-
margin: -
|
|
3011
|
+
margin: -21px 5px;
|
|
3023
3012
|
}
|
|
3024
3013
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3025
|
-
margin: -
|
|
3014
|
+
margin: -21px -5px;
|
|
3026
3015
|
}
|
|
3027
3016
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3028
|
-
margin: -
|
|
3017
|
+
margin: -14px 20px -29px 0;
|
|
3029
3018
|
}
|
|
3030
3019
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
|
|
3031
|
-
margin: -
|
|
3020
|
+
margin: -14px 0;
|
|
3032
3021
|
}
|
|
3033
3022
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3034
3023
|
display: inline-block;
|
|
3035
3024
|
}
|
|
3036
|
-
.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-gridclip .e-stackedheadercelldiv {
|
|
3037
3026
|
text-overflow: clip;
|
|
3038
3027
|
}
|
|
3039
3028
|
.e-grid .e-clipboard {
|
|
@@ -3063,34 +3052,6 @@
|
|
|
3063
3052
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3064
3053
|
border-right: 0;
|
|
3065
3054
|
}
|
|
3066
|
-
.e-grid .e-mask {
|
|
3067
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3068
|
-
display: inline-block;
|
|
3069
|
-
height: 10px;
|
|
3070
|
-
width: 80%;
|
|
3071
|
-
}
|
|
3072
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3073
|
-
margin-left: 7px;
|
|
3074
|
-
width: 16px;
|
|
3075
|
-
}
|
|
3076
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3077
|
-
width: 16px;
|
|
3078
|
-
}
|
|
3079
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3080
|
-
margin-left: 3px;
|
|
3081
|
-
margin-right: 16px;
|
|
3082
|
-
width: 20px;
|
|
3083
|
-
}
|
|
3084
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3085
|
-
width: 13px;
|
|
3086
|
-
}
|
|
3087
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3088
|
-
margin-left: 8px;
|
|
3089
|
-
}
|
|
3090
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3091
|
-
margin-left: 12px;
|
|
3092
|
-
width: 12px;
|
|
3093
|
-
}
|
|
3094
3055
|
.e-grid.sf-grid .e-table {
|
|
3095
3056
|
border-spacing: 0.25px;
|
|
3096
3057
|
}
|
|
@@ -3683,7 +3644,7 @@
|
|
|
3683
3644
|
}
|
|
3684
3645
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3685
3646
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3686
|
-
-moz-appearance: none;
|
|
3647
|
+
-moz-appearance: none;
|
|
3687
3648
|
height: 1px;
|
|
3688
3649
|
opacity: 0;
|
|
3689
3650
|
width: 1px;
|
|
@@ -3956,7 +3917,7 @@
|
|
|
3956
3917
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3957
3918
|
border-right-color: #e5e7eb;
|
|
3958
3919
|
}
|
|
3959
|
-
.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) {
|
|
3920
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
3960
3921
|
background-color: #f3f4f6;
|
|
3961
3922
|
color: #111827;
|
|
3962
3923
|
}
|
|
@@ -1,21 +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 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
19
|
-
@import 'tailwind-definition.scss';
|
|
20
|
-
@import 'icons/tailwind.scss';
|
|
21
|
-
@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;
|
|
@@ -2641,9 +2637,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2641
2637
|
border-width: 1px 0 0;
|
|
2642
2638
|
cursor: pointer;
|
|
2643
2639
|
}
|
|
2644
|
-
.e-grid .e-disablepointer {
|
|
2645
|
-
cursor: default;
|
|
2646
|
-
}
|
|
2647
2640
|
.e-grid .e-groupcaption {
|
|
2648
2641
|
border-style: solid;
|
|
2649
2642
|
border-width: 1px 0 0;
|
|
@@ -2865,8 +2858,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2865
2858
|
.e-grid .e-checkboxfiltertext {
|
|
2866
2859
|
width: 135px;
|
|
2867
2860
|
word-break: normal;
|
|
2868
|
-
/* stylelint-disable */
|
|
2869
|
-
/* stylelint-enable */
|
|
2870
2861
|
}
|
|
2871
2862
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2872
2863
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2926,10 +2917,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2926
2917
|
overflow: hidden;
|
|
2927
2918
|
}
|
|
2928
2919
|
.e-grid .e-frozenhdrcont {
|
|
2929
|
-
-ms-touch-action: none;
|
|
2920
|
+
-ms-touch-action: none;
|
|
2930
2921
|
}
|
|
2931
2922
|
.e-grid .e-frozencontent {
|
|
2932
|
-
-ms-touch-action: none;
|
|
2923
|
+
-ms-touch-action: none;
|
|
2933
2924
|
border-bottom-width: 1px;
|
|
2934
2925
|
float: left;
|
|
2935
2926
|
width: min-content;
|
|
@@ -2938,19 +2929,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2938
2929
|
float: right;
|
|
2939
2930
|
}
|
|
2940
2931
|
.e-grid .e-movablecontent {
|
|
2941
|
-
-ms-overflow-style: none;
|
|
2932
|
+
-ms-overflow-style: none;
|
|
2942
2933
|
-ms-flex: 1;
|
|
2943
2934
|
flex: 1;
|
|
2944
2935
|
overflow-x: auto;
|
|
2945
2936
|
overflow-y: hidden;
|
|
2946
2937
|
}
|
|
2947
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2938
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2948
2939
|
display: none;
|
|
2949
2940
|
}
|
|
2950
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2941
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2951
2942
|
width: 7px;
|
|
2952
2943
|
}
|
|
2953
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2944
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2954
2945
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2955
2946
|
border-radius: 4px;
|
|
2956
2947
|
}
|
|
@@ -3327,7 +3318,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3327
3318
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3328
3319
|
display: inline-block;
|
|
3329
3320
|
}
|
|
3330
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3321
|
+
.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
3322
|
text-overflow: clip;
|
|
3332
3323
|
}
|
|
3333
3324
|
.e-grid .e-clipboard {
|
|
@@ -3357,34 +3348,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3357
3348
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3358
3349
|
border-right: 0;
|
|
3359
3350
|
}
|
|
3360
|
-
.e-grid .e-mask {
|
|
3361
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3362
|
-
display: inline-block;
|
|
3363
|
-
height: 10px;
|
|
3364
|
-
width: 80%;
|
|
3365
|
-
}
|
|
3366
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3367
|
-
margin-left: 7px;
|
|
3368
|
-
width: 16px;
|
|
3369
|
-
}
|
|
3370
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3371
|
-
width: 16px;
|
|
3372
|
-
}
|
|
3373
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3374
|
-
margin-left: 3px;
|
|
3375
|
-
margin-right: 16px;
|
|
3376
|
-
width: 20px;
|
|
3377
|
-
}
|
|
3378
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3379
|
-
width: 13px;
|
|
3380
|
-
}
|
|
3381
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3382
|
-
margin-left: 8px;
|
|
3383
|
-
}
|
|
3384
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3385
|
-
margin-left: 12px;
|
|
3386
|
-
width: 12px;
|
|
3387
|
-
}
|
|
3388
3351
|
.e-grid.sf-grid .e-table {
|
|
3389
3352
|
border-spacing: 0.25px;
|
|
3390
3353
|
}
|
|
@@ -3965,7 +3928,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3965
3928
|
}
|
|
3966
3929
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3967
3930
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3968
|
-
-moz-appearance: none;
|
|
3931
|
+
-moz-appearance: none;
|
|
3969
3932
|
height: 1px;
|
|
3970
3933
|
opacity: 0;
|
|
3971
3934
|
width: 1px;
|
|
@@ -4237,7 +4200,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4237
4200
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4238
4201
|
border-right-color: #400074;
|
|
4239
4202
|
}
|
|
4240
|
-
.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) {
|
|
4203
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4241
4204
|
background-color: #ecf;
|
|
4242
4205
|
color: #000;
|
|
4243
4206
|
}
|
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;
|
|
@@ -2641,9 +2637,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2641
2637
|
border-width: 1px 0 0;
|
|
2642
2638
|
cursor: pointer;
|
|
2643
2639
|
}
|
|
2644
|
-
.e-grid .e-disablepointer {
|
|
2645
|
-
cursor: default;
|
|
2646
|
-
}
|
|
2647
2640
|
.e-grid .e-groupcaption {
|
|
2648
2641
|
border-style: solid;
|
|
2649
2642
|
border-width: 1px 0 0;
|
|
@@ -2865,8 +2858,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2865
2858
|
.e-grid .e-checkboxfiltertext {
|
|
2866
2859
|
width: 135px;
|
|
2867
2860
|
word-break: normal;
|
|
2868
|
-
/* stylelint-disable */
|
|
2869
|
-
/* stylelint-enable */
|
|
2870
2861
|
}
|
|
2871
2862
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2872
2863
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2926,10 +2917,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2926
2917
|
overflow: hidden;
|
|
2927
2918
|
}
|
|
2928
2919
|
.e-grid .e-frozenhdrcont {
|
|
2929
|
-
-ms-touch-action: none;
|
|
2920
|
+
-ms-touch-action: none;
|
|
2930
2921
|
}
|
|
2931
2922
|
.e-grid .e-frozencontent {
|
|
2932
|
-
-ms-touch-action: none;
|
|
2923
|
+
-ms-touch-action: none;
|
|
2933
2924
|
border-bottom-width: 1px;
|
|
2934
2925
|
float: left;
|
|
2935
2926
|
width: min-content;
|
|
@@ -2938,19 +2929,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2938
2929
|
float: right;
|
|
2939
2930
|
}
|
|
2940
2931
|
.e-grid .e-movablecontent {
|
|
2941
|
-
-ms-overflow-style: none;
|
|
2932
|
+
-ms-overflow-style: none;
|
|
2942
2933
|
-ms-flex: 1;
|
|
2943
2934
|
flex: 1;
|
|
2944
2935
|
overflow-x: auto;
|
|
2945
2936
|
overflow-y: hidden;
|
|
2946
2937
|
}
|
|
2947
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2938
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2948
2939
|
display: none;
|
|
2949
2940
|
}
|
|
2950
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2941
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2951
2942
|
width: 7px;
|
|
2952
2943
|
}
|
|
2953
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2944
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2954
2945
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2955
2946
|
border-radius: 4px;
|
|
2956
2947
|
}
|
|
@@ -3327,7 +3318,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3327
3318
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3328
3319
|
display: inline-block;
|
|
3329
3320
|
}
|
|
3330
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3321
|
+
.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
3322
|
text-overflow: clip;
|
|
3332
3323
|
}
|
|
3333
3324
|
.e-grid .e-clipboard {
|
|
@@ -3357,34 +3348,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3357
3348
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3358
3349
|
border-right: 0;
|
|
3359
3350
|
}
|
|
3360
|
-
.e-grid .e-mask {
|
|
3361
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3362
|
-
display: inline-block;
|
|
3363
|
-
height: 10px;
|
|
3364
|
-
width: 80%;
|
|
3365
|
-
}
|
|
3366
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3367
|
-
margin-left: 7px;
|
|
3368
|
-
width: 16px;
|
|
3369
|
-
}
|
|
3370
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3371
|
-
width: 16px;
|
|
3372
|
-
}
|
|
3373
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3374
|
-
margin-left: 3px;
|
|
3375
|
-
margin-right: 16px;
|
|
3376
|
-
width: 20px;
|
|
3377
|
-
}
|
|
3378
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3379
|
-
width: 13px;
|
|
3380
|
-
}
|
|
3381
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3382
|
-
margin-left: 8px;
|
|
3383
|
-
}
|
|
3384
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3385
|
-
margin-left: 12px;
|
|
3386
|
-
width: 12px;
|
|
3387
|
-
}
|
|
3388
3351
|
.e-grid.sf-grid .e-table {
|
|
3389
3352
|
border-spacing: 0.25px;
|
|
3390
3353
|
}
|
|
@@ -3965,7 +3928,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3965
3928
|
}
|
|
3966
3929
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3967
3930
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3968
|
-
-moz-appearance: none;
|
|
3931
|
+
-moz-appearance: none;
|
|
3969
3932
|
height: 1px;
|
|
3970
3933
|
opacity: 0;
|
|
3971
3934
|
width: 1px;
|
|
@@ -4237,7 +4200,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4237
4200
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4238
4201
|
border-right-color: #ffd939;
|
|
4239
4202
|
}
|
|
4240
|
-
.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) {
|
|
4203
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4241
4204
|
background-color: #685708;
|
|
4242
4205
|
color: #fff;
|
|
4243
4206
|
}
|