@syncfusion/ej2-angular-grids 20.2.46-ngcc → 20.2.48
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 +29 -15
- 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 +54 -17
- package/styles/bootstrap.css +54 -17
- package/styles/bootstrap4.css +56 -19
- package/styles/bootstrap5-dark.css +59 -21
- package/styles/bootstrap5.css +59 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +17 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +17 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +17 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +17 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +17 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +17 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +17 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +17 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +17 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +17 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +17 -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 +17 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +17 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +17 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +17 -1
- package/styles/fabric-dark.css +56 -19
- package/styles/fabric.css +56 -19
- package/styles/fluent-dark.css +56 -19
- package/styles/fluent.css +56 -19
- package/styles/grid/_all.scss +2 -0
- package/styles/grid/_bootstrap-dark-definition.scss +596 -0
- package/styles/grid/_bootstrap-definition.scss +598 -0
- package/styles/grid/_bootstrap4-definition.scss +602 -0
- package/styles/grid/_bootstrap5-dark-definition.scss +1 -0
- package/styles/grid/_bootstrap5-definition.scss +597 -0
- package/styles/grid/_fabric-dark-definition.scss +594 -0
- package/styles/grid/_fabric-definition.scss +594 -0
- package/styles/grid/_fluent-dark-definition.scss +1 -0
- package/styles/grid/_fluent-definition.scss +589 -0
- package/styles/grid/_fusionnew-definition.scss +574 -0
- package/styles/grid/_highcontrast-definition.scss +594 -0
- package/styles/grid/_highcontrast-light-definition.scss +590 -0
- package/styles/grid/_layout.scss +4349 -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 +51 -12
- package/styles/grid/bootstrap-dark.scss +21 -1
- package/styles/grid/bootstrap.css +51 -12
- package/styles/grid/bootstrap.scss +21 -1
- package/styles/grid/bootstrap4.css +53 -14
- package/styles/grid/bootstrap4.scss +21 -1
- package/styles/grid/bootstrap5-dark.css +56 -16
- package/styles/grid/bootstrap5-dark.scss +21 -1
- package/styles/grid/bootstrap5.css +56 -16
- package/styles/grid/bootstrap5.scss +21 -1
- package/styles/grid/fabric-dark.css +52 -13
- package/styles/grid/fabric-dark.scss +21 -1
- package/styles/grid/fabric.css +52 -13
- package/styles/grid/fabric.scss +21 -1
- package/styles/grid/fluent-dark.css +53 -14
- package/styles/grid/fluent-dark.scss +21 -1
- package/styles/grid/fluent.css +53 -14
- package/styles/grid/fluent.scss +21 -1
- package/styles/grid/highcontrast-light.css +52 -13
- package/styles/grid/highcontrast-light.scss +21 -1
- package/styles/grid/highcontrast.css +52 -13
- package/styles/grid/highcontrast.scss +21 -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 +52 -13
- package/styles/grid/material-dark.scss +21 -1
- package/styles/grid/material.css +52 -13
- package/styles/grid/material.scss +21 -1
- package/styles/grid/tailwind-dark.css +55 -16
- package/styles/grid/tailwind-dark.scss +21 -1
- package/styles/grid/tailwind.css +55 -16
- package/styles/grid/tailwind.scss +21 -1
- package/styles/highcontrast-light.css +56 -19
- package/styles/highcontrast.css +56 -19
- package/styles/material-dark.css +56 -19
- package/styles/material.css +56 -19
- package/styles/tailwind-dark.css +58 -21
- package/styles/tailwind.css +58 -21
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -988
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -927
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/CHANGELOG.md +0 -2703
- package/dist/ej2-angular-grids.umd.js +0 -1580
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -20
- package/schematics/generators/grid-default/index.d.ts +0 -3
- package/schematics/generators/grid-default/index.js +0 -8
- package/schematics/generators/grid-default/sample-details.d.ts +0 -5
- package/schematics/generators/grid-default/sample-details.js +0 -7
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-default/schema.d.ts +0 -3
- package/schematics/generators/grid-default/schema.js +0 -2
- package/schematics/generators/grid-default/schema.json +0 -125
- package/schematics/generators/grid-feature/index.d.ts +0 -3
- package/schematics/generators/grid-feature/index.js +0 -8
- package/schematics/generators/grid-feature/sample-details.d.ts +0 -5
- package/schematics/generators/grid-feature/sample-details.js +0 -7
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
- package/schematics/generators/grid-feature/schema.d.ts +0 -3
- package/schematics/generators/grid-feature/schema.js +0 -2
- package/schematics/generators/grid-feature/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -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;
|
|
@@ -2336,6 +2342,9 @@
|
|
|
2336
2342
|
border-width: 1px 0 0;
|
|
2337
2343
|
cursor: pointer;
|
|
2338
2344
|
}
|
|
2345
|
+
.e-grid .e-disablepointer {
|
|
2346
|
+
cursor: default;
|
|
2347
|
+
}
|
|
2339
2348
|
.e-grid .e-groupcaption {
|
|
2340
2349
|
border-style: solid;
|
|
2341
2350
|
border-width: 1px 0 0;
|
|
@@ -2557,6 +2566,8 @@
|
|
|
2557
2566
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2567
|
width: 150px;
|
|
2559
2568
|
word-break: normal;
|
|
2569
|
+
/* stylelint-disable */
|
|
2570
|
+
/* stylelint-enable */
|
|
2560
2571
|
}
|
|
2561
2572
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2573
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2627,10 @@
|
|
|
2616
2627
|
overflow: hidden;
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
}
|
|
2621
2632
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2634
|
border-bottom-width: 1px;
|
|
2624
2635
|
float: left;
|
|
2625
2636
|
width: min-content;
|
|
@@ -2628,19 +2639,19 @@
|
|
|
2628
2639
|
float: right;
|
|
2629
2640
|
}
|
|
2630
2641
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2643
|
-ms-flex: 1;
|
|
2633
2644
|
flex: 1;
|
|
2634
2645
|
overflow-x: auto;
|
|
2635
2646
|
overflow-y: hidden;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
display: none;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
width: 7px;
|
|
2642
2653
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2656
|
border-radius: 4px;
|
|
2646
2657
|
}
|
|
@@ -3008,21 +3019,21 @@
|
|
|
3008
3019
|
text-overflow: ellipsis;
|
|
3009
3020
|
}
|
|
3010
3021
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3011
|
-
margin: -
|
|
3022
|
+
margin: -30px 10px;
|
|
3012
3023
|
}
|
|
3013
3024
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3014
|
-
margin: -
|
|
3025
|
+
margin: -30px -5px;
|
|
3015
3026
|
}
|
|
3016
3027
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3017
|
-
margin: -
|
|
3028
|
+
margin: -27px 20px -29px 0;
|
|
3018
3029
|
}
|
|
3019
3030
|
.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 {
|
|
3020
|
-
margin: -
|
|
3031
|
+
margin: -28px 0;
|
|
3021
3032
|
}
|
|
3022
3033
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3023
3034
|
display: inline-block;
|
|
3024
3035
|
}
|
|
3025
|
-
.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 {
|
|
3026
3037
|
text-overflow: clip;
|
|
3027
3038
|
}
|
|
3028
3039
|
.e-grid .e-clipboard {
|
|
@@ -3052,6 +3063,34 @@
|
|
|
3052
3063
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3053
3064
|
border-right: 0;
|
|
3054
3065
|
}
|
|
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
|
+
}
|
|
3055
3094
|
.e-grid.sf-grid .e-table {
|
|
3056
3095
|
border-spacing: 0.25px;
|
|
3057
3096
|
}
|
|
@@ -3644,7 +3683,7 @@
|
|
|
3644
3683
|
}
|
|
3645
3684
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3646
3685
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3647
|
-
-moz-appearance: none;
|
|
3686
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3648
3687
|
height: 1px;
|
|
3649
3688
|
opacity: 0;
|
|
3650
3689
|
width: 1px;
|
|
@@ -3917,7 +3956,7 @@
|
|
|
3917
3956
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3918
3957
|
border-right-color: #4b5563;
|
|
3919
3958
|
}
|
|
3920
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
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) {
|
|
3921
3960
|
background-color: #4b5563;
|
|
3922
3961
|
color: #fff;
|
|
3923
3962
|
}
|
|
@@ -1 +1,21 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/tailwind-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/tailwind-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/tailwind-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
|
|
19
|
+
@import 'tailwind-dark-definition.scss';
|
|
20
|
+
@import 'icons/tailwind-dark.scss';
|
|
21
|
+
@import 'all.scss';
|
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;
|
|
@@ -2336,6 +2342,9 @@
|
|
|
2336
2342
|
border-width: 1px 0 0;
|
|
2337
2343
|
cursor: pointer;
|
|
2338
2344
|
}
|
|
2345
|
+
.e-grid .e-disablepointer {
|
|
2346
|
+
cursor: default;
|
|
2347
|
+
}
|
|
2339
2348
|
.e-grid .e-groupcaption {
|
|
2340
2349
|
border-style: solid;
|
|
2341
2350
|
border-width: 1px 0 0;
|
|
@@ -2557,6 +2566,8 @@
|
|
|
2557
2566
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2567
|
width: 150px;
|
|
2559
2568
|
word-break: normal;
|
|
2569
|
+
/* stylelint-disable */
|
|
2570
|
+
/* stylelint-enable */
|
|
2560
2571
|
}
|
|
2561
2572
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2573
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2627,10 @@
|
|
|
2616
2627
|
overflow: hidden;
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
}
|
|
2621
2632
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2634
|
border-bottom-width: 1px;
|
|
2624
2635
|
float: left;
|
|
2625
2636
|
width: min-content;
|
|
@@ -2628,19 +2639,19 @@
|
|
|
2628
2639
|
float: right;
|
|
2629
2640
|
}
|
|
2630
2641
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2643
|
-ms-flex: 1;
|
|
2633
2644
|
flex: 1;
|
|
2634
2645
|
overflow-x: auto;
|
|
2635
2646
|
overflow-y: hidden;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
display: none;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
width: 7px;
|
|
2642
2653
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2656
|
border-radius: 4px;
|
|
2646
2657
|
}
|
|
@@ -3008,21 +3019,21 @@
|
|
|
3008
3019
|
text-overflow: ellipsis;
|
|
3009
3020
|
}
|
|
3010
3021
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3011
|
-
margin: -
|
|
3022
|
+
margin: -30px 10px;
|
|
3012
3023
|
}
|
|
3013
3024
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3014
|
-
margin: -
|
|
3025
|
+
margin: -30px -5px;
|
|
3015
3026
|
}
|
|
3016
3027
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3017
|
-
margin: -
|
|
3028
|
+
margin: -27px 20px -29px 0;
|
|
3018
3029
|
}
|
|
3019
3030
|
.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 {
|
|
3020
|
-
margin: -
|
|
3031
|
+
margin: -28px 0;
|
|
3021
3032
|
}
|
|
3022
3033
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3023
3034
|
display: inline-block;
|
|
3024
3035
|
}
|
|
3025
|
-
.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 {
|
|
3026
3037
|
text-overflow: clip;
|
|
3027
3038
|
}
|
|
3028
3039
|
.e-grid .e-clipboard {
|
|
@@ -3052,6 +3063,34 @@
|
|
|
3052
3063
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3053
3064
|
border-right: 0;
|
|
3054
3065
|
}
|
|
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
|
+
}
|
|
3055
3094
|
.e-grid.sf-grid .e-table {
|
|
3056
3095
|
border-spacing: 0.25px;
|
|
3057
3096
|
}
|
|
@@ -3644,7 +3683,7 @@
|
|
|
3644
3683
|
}
|
|
3645
3684
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3646
3685
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3647
|
-
-moz-appearance: none;
|
|
3686
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3648
3687
|
height: 1px;
|
|
3649
3688
|
opacity: 0;
|
|
3650
3689
|
width: 1px;
|
|
@@ -3917,7 +3956,7 @@
|
|
|
3917
3956
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3918
3957
|
border-right-color: #e5e7eb;
|
|
3919
3958
|
}
|
|
3920
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
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) {
|
|
3921
3960
|
background-color: #f3f4f6;
|
|
3922
3961
|
color: #111827;
|
|
3923
3962
|
}
|
|
@@ -1 +1,21 @@
|
|
|
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 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
19
|
+
@import 'tailwind-definition.scss';
|
|
20
|
+
@import 'icons/tailwind.scss';
|
|
21
|
+
@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;
|
|
@@ -2637,6 +2641,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2637
2641
|
border-width: 1px 0 0;
|
|
2638
2642
|
cursor: pointer;
|
|
2639
2643
|
}
|
|
2644
|
+
.e-grid .e-disablepointer {
|
|
2645
|
+
cursor: default;
|
|
2646
|
+
}
|
|
2640
2647
|
.e-grid .e-groupcaption {
|
|
2641
2648
|
border-style: solid;
|
|
2642
2649
|
border-width: 1px 0 0;
|
|
@@ -2858,6 +2865,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2865
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2866
|
width: 135px;
|
|
2860
2867
|
word-break: normal;
|
|
2868
|
+
/* stylelint-disable */
|
|
2869
|
+
/* stylelint-enable */
|
|
2861
2870
|
}
|
|
2862
2871
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2863
2872
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2917,10 +2926,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2926
|
overflow: hidden;
|
|
2918
2927
|
}
|
|
2919
2928
|
.e-grid .e-frozenhdrcont {
|
|
2920
|
-
-ms-touch-action: none;
|
|
2929
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2921
2930
|
}
|
|
2922
2931
|
.e-grid .e-frozencontent {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2932
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2933
|
border-bottom-width: 1px;
|
|
2925
2934
|
float: left;
|
|
2926
2935
|
width: min-content;
|
|
@@ -2929,19 +2938,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2938
|
float: right;
|
|
2930
2939
|
}
|
|
2931
2940
|
.e-grid .e-movablecontent {
|
|
2932
|
-
-ms-overflow-style: none;
|
|
2941
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
2942
|
-ms-flex: 1;
|
|
2934
2943
|
flex: 1;
|
|
2935
2944
|
overflow-x: auto;
|
|
2936
2945
|
overflow-y: hidden;
|
|
2937
2946
|
}
|
|
2938
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2947
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2948
|
display: none;
|
|
2940
2949
|
}
|
|
2941
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2950
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2951
|
width: 7px;
|
|
2943
2952
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2953
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2954
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2946
2955
|
border-radius: 4px;
|
|
2947
2956
|
}
|
|
@@ -3318,7 +3327,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3318
3327
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3319
3328
|
display: inline-block;
|
|
3320
3329
|
}
|
|
3321
|
-
.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 {
|
|
3322
3331
|
text-overflow: clip;
|
|
3323
3332
|
}
|
|
3324
3333
|
.e-grid .e-clipboard {
|
|
@@ -3348,6 +3357,34 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3348
3357
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3349
3358
|
border-right: 0;
|
|
3350
3359
|
}
|
|
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
|
+
}
|
|
3351
3388
|
.e-grid.sf-grid .e-table {
|
|
3352
3389
|
border-spacing: 0.25px;
|
|
3353
3390
|
}
|
|
@@ -3928,7 +3965,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3928
3965
|
}
|
|
3929
3966
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3930
3967
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3931
|
-
-moz-appearance: none;
|
|
3968
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3932
3969
|
height: 1px;
|
|
3933
3970
|
opacity: 0;
|
|
3934
3971
|
width: 1px;
|
|
@@ -4200,7 +4237,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4200
4237
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4201
4238
|
border-right-color: #400074;
|
|
4202
4239
|
}
|
|
4203
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
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) {
|
|
4204
4241
|
background-color: #ecf;
|
|
4205
4242
|
color: #000;
|
|
4206
4243
|
}
|