@syncfusion/ej2-angular-grids 20.2.45-ngcc → 20.2.46
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 +51 -17
- package/styles/bootstrap.css +51 -17
- package/styles/bootstrap4.css +53 -19
- package/styles/bootstrap5-dark.css +56 -21
- package/styles/bootstrap5.css +56 -21
- package/styles/excel-filter/_all.scss +2 -0
- package/styles/excel-filter/_bootstrap-dark-definition.scss +59 -0
- package/styles/excel-filter/_bootstrap-definition.scss +64 -0
- package/styles/excel-filter/_bootstrap4-definition.scss +69 -0
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/excel-filter/_bootstrap5-definition.scss +70 -0
- package/styles/excel-filter/_fabric-dark-definition.scss +59 -0
- package/styles/excel-filter/_fabric-definition.scss +64 -0
- package/styles/excel-filter/_fluent-dark-definition.scss +1 -0
- package/styles/excel-filter/_fluent-definition.scss +70 -0
- package/styles/excel-filter/_fusionnew-definition.scss +70 -0
- package/styles/excel-filter/_highcontrast-definition.scss +59 -0
- package/styles/excel-filter/_highcontrast-light-definition.scss +57 -0
- package/styles/excel-filter/_layout.scss +412 -0
- package/styles/excel-filter/_material-dark-definition.scss +61 -0
- package/styles/excel-filter/_material-definition.scss +62 -0
- package/styles/excel-filter/_material3-definition.scss +70 -0
- package/styles/excel-filter/_office-365-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-dark-definition.scss +1 -0
- package/styles/excel-filter/_tailwind-definition.scss +69 -0
- package/styles/excel-filter/_theme.scss +28 -0
- package/styles/excel-filter/bootstrap-dark.css +3 -5
- package/styles/excel-filter/bootstrap-dark.scss +16 -1
- package/styles/excel-filter/bootstrap.css +3 -5
- package/styles/excel-filter/bootstrap.scss +16 -1
- package/styles/excel-filter/bootstrap4.css +3 -5
- package/styles/excel-filter/bootstrap4.scss +16 -1
- package/styles/excel-filter/bootstrap5-dark.css +3 -5
- package/styles/excel-filter/bootstrap5-dark.scss +16 -1
- package/styles/excel-filter/bootstrap5.css +3 -5
- package/styles/excel-filter/bootstrap5.scss +16 -1
- package/styles/excel-filter/fabric-dark.css +4 -6
- package/styles/excel-filter/fabric-dark.scss +16 -1
- package/styles/excel-filter/fabric.css +4 -6
- package/styles/excel-filter/fabric.scss +16 -1
- package/styles/excel-filter/fluent-dark.css +3 -5
- package/styles/excel-filter/fluent-dark.scss +16 -1
- package/styles/excel-filter/fluent.css +3 -5
- package/styles/excel-filter/fluent.scss +16 -1
- package/styles/excel-filter/highcontrast-light.css +4 -6
- package/styles/excel-filter/highcontrast-light.scss +16 -1
- package/styles/excel-filter/highcontrast.css +4 -6
- package/styles/excel-filter/highcontrast.scss +16 -1
- package/styles/excel-filter/icons/_bootstrap-dark.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +38 -0
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +42 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +38 -0
- package/styles/excel-filter/icons/_fabric.scss +38 -0
- package/styles/excel-filter/icons/_fluent-dark.scss +1 -0
- package/styles/excel-filter/icons/_fluent.scss +42 -0
- package/styles/excel-filter/icons/_fusionnew.scss +42 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +38 -0
- package/styles/excel-filter/icons/_highcontrast.scss +38 -0
- package/styles/excel-filter/icons/_material-dark.scss +38 -0
- package/styles/excel-filter/icons/_material.scss +38 -0
- package/styles/excel-filter/icons/_material3.scss +42 -0
- package/styles/excel-filter/icons/_tailwind-dark.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +42 -0
- package/styles/excel-filter/material-dark.css +4 -6
- package/styles/excel-filter/material-dark.scss +16 -1
- package/styles/excel-filter/material.css +4 -6
- package/styles/excel-filter/material.scss +16 -1
- package/styles/excel-filter/tailwind-dark.css +3 -5
- package/styles/excel-filter/tailwind-dark.scss +16 -1
- package/styles/excel-filter/tailwind.css +3 -5
- package/styles/excel-filter/tailwind.scss +16 -1
- package/styles/fabric-dark.css +53 -19
- package/styles/fabric.css +53 -19
- package/styles/fluent-dark.css +53 -19
- package/styles/fluent.css +53 -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 +4345 -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 +48 -12
- package/styles/grid/bootstrap-dark.scss +20 -1
- package/styles/grid/bootstrap.css +48 -12
- package/styles/grid/bootstrap.scss +20 -1
- package/styles/grid/bootstrap4.css +50 -14
- package/styles/grid/bootstrap4.scss +20 -1
- package/styles/grid/bootstrap5-dark.css +53 -16
- package/styles/grid/bootstrap5-dark.scss +20 -1
- package/styles/grid/bootstrap5.css +53 -16
- package/styles/grid/bootstrap5.scss +20 -1
- package/styles/grid/fabric-dark.css +49 -13
- package/styles/grid/fabric-dark.scss +20 -1
- package/styles/grid/fabric.css +49 -13
- package/styles/grid/fabric.scss +20 -1
- package/styles/grid/fluent-dark.css +50 -14
- package/styles/grid/fluent-dark.scss +20 -1
- package/styles/grid/fluent.css +50 -14
- package/styles/grid/fluent.scss +20 -1
- package/styles/grid/highcontrast-light.css +49 -13
- package/styles/grid/highcontrast-light.scss +20 -1
- package/styles/grid/highcontrast.css +49 -13
- package/styles/grid/highcontrast.scss +20 -1
- package/styles/grid/icons/_bootstrap-dark.scss +226 -0
- package/styles/grid/icons/_bootstrap.scss +226 -0
- package/styles/grid/icons/_bootstrap4.scss +225 -0
- package/styles/grid/icons/_bootstrap5-dark.scss +1 -0
- package/styles/grid/icons/_bootstrap5.scss +246 -0
- package/styles/grid/icons/_fabric-dark.scss +225 -0
- package/styles/grid/icons/_fabric.scss +225 -0
- package/styles/grid/icons/_fluent-dark.scss +1 -0
- package/styles/grid/icons/_fluent.scss +246 -0
- package/styles/grid/icons/_fusionnew.scss +246 -0
- package/styles/grid/icons/_highcontrast-light.scss +225 -0
- package/styles/grid/icons/_highcontrast.scss +225 -0
- package/styles/grid/icons/_material-dark.scss +225 -0
- package/styles/grid/icons/_material.scss +225 -0
- package/styles/grid/icons/_material3.scss +246 -0
- package/styles/grid/icons/_tailwind-dark.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +246 -0
- package/styles/grid/material-dark.css +49 -13
- package/styles/grid/material-dark.scss +20 -1
- package/styles/grid/material.css +49 -13
- package/styles/grid/material.scss +20 -1
- package/styles/grid/tailwind-dark.css +52 -16
- package/styles/grid/tailwind-dark.scss +20 -1
- package/styles/grid/tailwind.css +52 -16
- package/styles/grid/tailwind.scss +20 -1
- package/styles/highcontrast-light.css +53 -19
- package/styles/highcontrast.css +53 -19
- package/styles/material-dark.css +53 -19
- package/styles/material.css +53 -19
- package/styles/tailwind-dark.css +55 -21
- package/styles/tailwind.css +55 -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 -2701
- 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,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -352,6 +354,7 @@
|
|
|
352
354
|
.e-bigger .e-grid,
|
|
353
355
|
.e-grid.e-bigger {
|
|
354
356
|
font-size: 14px;
|
|
357
|
+
/* stylelint-disable */
|
|
355
358
|
}
|
|
356
359
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
357
360
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1009,6 +1012,9 @@
|
|
|
1009
1012
|
font-size: 13px;
|
|
1010
1013
|
height: auto;
|
|
1011
1014
|
position: relative;
|
|
1015
|
+
/* stylelint-enable */
|
|
1016
|
+
/* stylelint-disable */
|
|
1017
|
+
/* stylelint-enable */
|
|
1012
1018
|
}
|
|
1013
1019
|
.e-grid .e-gridheader {
|
|
1014
1020
|
-webkit-user-select: none;
|
|
@@ -1916,7 +1922,7 @@
|
|
|
1916
1922
|
padding-left: 8px;
|
|
1917
1923
|
}
|
|
1918
1924
|
.e-grid .e-chk-hidden {
|
|
1919
|
-
-moz-appearance: none;
|
|
1925
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1920
1926
|
height: 1px;
|
|
1921
1927
|
opacity: 0;
|
|
1922
1928
|
width: 1px;
|
|
@@ -1930,7 +1936,7 @@
|
|
|
1930
1936
|
}
|
|
1931
1937
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1932
1938
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1933
|
-
-webkit-user-select: auto;
|
|
1939
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1934
1940
|
height: 20px;
|
|
1935
1941
|
line-height: 20px;
|
|
1936
1942
|
position: relative;
|
|
@@ -2126,7 +2132,7 @@
|
|
|
2126
2132
|
padding: 2px;
|
|
2127
2133
|
}
|
|
2128
2134
|
.e-grid .e-content {
|
|
2129
|
-
-webkit-overflow-scrolling: touch;
|
|
2135
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2130
2136
|
overflow-x: auto;
|
|
2131
2137
|
overflow-y: scroll;
|
|
2132
2138
|
position: relative;
|
|
@@ -2477,6 +2483,8 @@
|
|
|
2477
2483
|
.e-grid .e-checkboxfiltertext {
|
|
2478
2484
|
width: 150px;
|
|
2479
2485
|
word-break: normal;
|
|
2486
|
+
/* stylelint-disable */
|
|
2487
|
+
/* stylelint-enable */
|
|
2480
2488
|
}
|
|
2481
2489
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2482
2490
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2536,10 +2544,10 @@
|
|
|
2536
2544
|
overflow: hidden;
|
|
2537
2545
|
}
|
|
2538
2546
|
.e-grid .e-frozenhdrcont {
|
|
2539
|
-
-ms-touch-action: none;
|
|
2547
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2548
|
}
|
|
2541
2549
|
.e-grid .e-frozencontent {
|
|
2542
|
-
-ms-touch-action: none;
|
|
2550
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2551
|
border-bottom-width: 1px;
|
|
2544
2552
|
float: left;
|
|
2545
2553
|
width: min-content;
|
|
@@ -2548,19 +2556,19 @@
|
|
|
2548
2556
|
float: right;
|
|
2549
2557
|
}
|
|
2550
2558
|
.e-grid .e-movablecontent {
|
|
2551
|
-
-ms-overflow-style: none;
|
|
2559
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2552
2560
|
-ms-flex: 1;
|
|
2553
2561
|
flex: 1;
|
|
2554
2562
|
overflow-x: auto;
|
|
2555
2563
|
overflow-y: hidden;
|
|
2556
2564
|
}
|
|
2557
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2565
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2566
|
display: none;
|
|
2559
2567
|
}
|
|
2560
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2568
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2569
|
width: 7px;
|
|
2562
2570
|
}
|
|
2563
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2571
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2564
2572
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2565
2573
|
border-radius: 4px;
|
|
2566
2574
|
}
|
|
@@ -2937,7 +2945,7 @@
|
|
|
2937
2945
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2938
2946
|
display: inline-block;
|
|
2939
2947
|
}
|
|
2940
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2948
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2941
2949
|
text-overflow: clip;
|
|
2942
2950
|
}
|
|
2943
2951
|
.e-grid .e-clipboard {
|
|
@@ -2967,6 +2975,34 @@
|
|
|
2967
2975
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2968
2976
|
border-right: 0;
|
|
2969
2977
|
}
|
|
2978
|
+
.e-grid .e-mask {
|
|
2979
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2980
|
+
display: inline-block;
|
|
2981
|
+
height: 10px;
|
|
2982
|
+
width: 80%;
|
|
2983
|
+
}
|
|
2984
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2985
|
+
margin-left: 7px;
|
|
2986
|
+
width: 16px;
|
|
2987
|
+
}
|
|
2988
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2989
|
+
width: 16px;
|
|
2990
|
+
}
|
|
2991
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2992
|
+
margin-left: 3px;
|
|
2993
|
+
margin-right: 16px;
|
|
2994
|
+
width: 20px;
|
|
2995
|
+
}
|
|
2996
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2997
|
+
width: 13px;
|
|
2998
|
+
}
|
|
2999
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3000
|
+
margin-left: 8px;
|
|
3001
|
+
}
|
|
3002
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3003
|
+
margin-left: 12px;
|
|
3004
|
+
width: 12px;
|
|
3005
|
+
}
|
|
2970
3006
|
.e-grid.sf-grid .e-table {
|
|
2971
3007
|
border-spacing: 0.25px;
|
|
2972
3008
|
}
|
|
@@ -3547,7 +3583,7 @@
|
|
|
3547
3583
|
}
|
|
3548
3584
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3549
3585
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3550
|
-
-moz-appearance: none;
|
|
3586
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3551
3587
|
height: 1px;
|
|
3552
3588
|
opacity: 0;
|
|
3553
3589
|
width: 1px;
|
|
@@ -3819,7 +3855,7 @@
|
|
|
3819
3855
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3820
3856
|
border-right-color: #9c9c9c;
|
|
3821
3857
|
}
|
|
3822
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3858
|
+
.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) {
|
|
3823
3859
|
background-color: #393939;
|
|
3824
3860
|
color: #f0f0f0;
|
|
3825
3861
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap-dark-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap-dark-definition.scss';
|
|
18
|
+
@import 'bootstrap-dark-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap-dark.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-popup.e-ddl {
|
|
2
3
|
border-radius: 4px;
|
|
3
4
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
min-height: 34px;
|
|
104
105
|
}
|
|
105
106
|
|
|
107
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
106
108
|
@keyframes material-spinner-rotate {
|
|
107
109
|
0% {
|
|
108
110
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 14px;
|
|
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) {
|
|
@@ -1010,6 +1013,9 @@
|
|
|
1010
1013
|
font-size: 13px;
|
|
1011
1014
|
height: auto;
|
|
1012
1015
|
position: relative;
|
|
1016
|
+
/* stylelint-enable */
|
|
1017
|
+
/* stylelint-disable */
|
|
1018
|
+
/* stylelint-enable */
|
|
1013
1019
|
}
|
|
1014
1020
|
.e-grid .e-gridheader {
|
|
1015
1021
|
-webkit-user-select: none;
|
|
@@ -1917,7 +1923,7 @@
|
|
|
1917
1923
|
padding-left: 8px;
|
|
1918
1924
|
}
|
|
1919
1925
|
.e-grid .e-chk-hidden {
|
|
1920
|
-
-moz-appearance: none;
|
|
1926
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1921
1927
|
height: 1px;
|
|
1922
1928
|
opacity: 0;
|
|
1923
1929
|
width: 1px;
|
|
@@ -1931,7 +1937,7 @@
|
|
|
1931
1937
|
}
|
|
1932
1938
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1933
1939
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1934
|
-
-webkit-user-select: auto;
|
|
1940
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1935
1941
|
height: 20px;
|
|
1936
1942
|
line-height: 20px;
|
|
1937
1943
|
position: relative;
|
|
@@ -2127,7 +2133,7 @@
|
|
|
2127
2133
|
padding: 2px;
|
|
2128
2134
|
}
|
|
2129
2135
|
.e-grid .e-content {
|
|
2130
|
-
-webkit-overflow-scrolling: touch;
|
|
2136
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2131
2137
|
overflow-x: auto;
|
|
2132
2138
|
overflow-y: scroll;
|
|
2133
2139
|
position: relative;
|
|
@@ -2478,6 +2484,8 @@
|
|
|
2478
2484
|
.e-grid .e-checkboxfiltertext {
|
|
2479
2485
|
width: 150px;
|
|
2480
2486
|
word-break: normal;
|
|
2487
|
+
/* stylelint-disable */
|
|
2488
|
+
/* stylelint-enable */
|
|
2481
2489
|
}
|
|
2482
2490
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2483
2491
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2537,10 +2545,10 @@
|
|
|
2537
2545
|
overflow: hidden;
|
|
2538
2546
|
}
|
|
2539
2547
|
.e-grid .e-frozenhdrcont {
|
|
2540
|
-
-ms-touch-action: none;
|
|
2548
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2541
2549
|
}
|
|
2542
2550
|
.e-grid .e-frozencontent {
|
|
2543
|
-
-ms-touch-action: none;
|
|
2551
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2544
2552
|
border-bottom-width: 1px;
|
|
2545
2553
|
float: left;
|
|
2546
2554
|
width: min-content;
|
|
@@ -2549,19 +2557,19 @@
|
|
|
2549
2557
|
float: right;
|
|
2550
2558
|
}
|
|
2551
2559
|
.e-grid .e-movablecontent {
|
|
2552
|
-
-ms-overflow-style: none;
|
|
2560
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2553
2561
|
-ms-flex: 1;
|
|
2554
2562
|
flex: 1;
|
|
2555
2563
|
overflow-x: auto;
|
|
2556
2564
|
overflow-y: hidden;
|
|
2557
2565
|
}
|
|
2558
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2566
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2559
2567
|
display: none;
|
|
2560
2568
|
}
|
|
2561
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2569
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2562
2570
|
width: 7px;
|
|
2563
2571
|
}
|
|
2564
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2572
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2565
2573
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2566
2574
|
border-radius: 4px;
|
|
2567
2575
|
}
|
|
@@ -2938,7 +2946,7 @@
|
|
|
2938
2946
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2939
2947
|
display: inline-block;
|
|
2940
2948
|
}
|
|
2941
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2949
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2942
2950
|
text-overflow: clip;
|
|
2943
2951
|
}
|
|
2944
2952
|
.e-grid .e-clipboard {
|
|
@@ -2968,6 +2976,34 @@
|
|
|
2968
2976
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2969
2977
|
border-right: 0;
|
|
2970
2978
|
}
|
|
2979
|
+
.e-grid .e-mask {
|
|
2980
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2981
|
+
display: inline-block;
|
|
2982
|
+
height: 10px;
|
|
2983
|
+
width: 80%;
|
|
2984
|
+
}
|
|
2985
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2986
|
+
margin-left: 7px;
|
|
2987
|
+
width: 16px;
|
|
2988
|
+
}
|
|
2989
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2990
|
+
width: 16px;
|
|
2991
|
+
}
|
|
2992
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2993
|
+
margin-left: 3px;
|
|
2994
|
+
margin-right: 16px;
|
|
2995
|
+
width: 20px;
|
|
2996
|
+
}
|
|
2997
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
2998
|
+
width: 13px;
|
|
2999
|
+
}
|
|
3000
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3001
|
+
margin-left: 8px;
|
|
3002
|
+
}
|
|
3003
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3004
|
+
margin-left: 12px;
|
|
3005
|
+
width: 12px;
|
|
3006
|
+
}
|
|
2971
3007
|
.e-grid.sf-grid .e-table {
|
|
2972
3008
|
border-spacing: 0.25px;
|
|
2973
3009
|
}
|
|
@@ -3548,7 +3584,7 @@
|
|
|
3548
3584
|
}
|
|
3549
3585
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3550
3586
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3551
|
-
-moz-appearance: none;
|
|
3587
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3552
3588
|
height: 1px;
|
|
3553
3589
|
opacity: 0;
|
|
3554
3590
|
width: 1px;
|
|
@@ -3820,7 +3856,7 @@
|
|
|
3820
3856
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3821
3857
|
border-right-color: #317ab9;
|
|
3822
3858
|
}
|
|
3823
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3859
|
+
.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) {
|
|
3824
3860
|
background-color: #f5f5f5;
|
|
3825
3861
|
color: #333;
|
|
3826
3862
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap-definition.scss';
|
|
18
|
+
@import 'bootstrap-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap.scss';
|
|
20
|
+
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
2
3
|
font-size: 8px;
|
|
3
4
|
}
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
min-height: 34px;
|
|
146
147
|
}
|
|
147
148
|
|
|
149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
148
150
|
@keyframes material-spinner-rotate {
|
|
149
151
|
0% {
|
|
150
152
|
transform: rotate(0);
|
|
@@ -392,6 +394,7 @@
|
|
|
392
394
|
.e-bigger .e-grid,
|
|
393
395
|
.e-grid.e-bigger {
|
|
394
396
|
font-size: 16px;
|
|
397
|
+
/* stylelint-disable */
|
|
395
398
|
}
|
|
396
399
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
397
400
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1055,6 +1058,9 @@
|
|
|
1055
1058
|
font-size: 14px;
|
|
1056
1059
|
height: auto;
|
|
1057
1060
|
position: relative;
|
|
1061
|
+
/* stylelint-enable */
|
|
1062
|
+
/* stylelint-disable */
|
|
1063
|
+
/* stylelint-enable */
|
|
1058
1064
|
}
|
|
1059
1065
|
.e-grid .e-gridheader {
|
|
1060
1066
|
-webkit-user-select: none;
|
|
@@ -1962,7 +1968,7 @@
|
|
|
1962
1968
|
padding-left: 8px;
|
|
1963
1969
|
}
|
|
1964
1970
|
.e-grid .e-chk-hidden {
|
|
1965
|
-
-moz-appearance: none;
|
|
1971
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1966
1972
|
height: 1px;
|
|
1967
1973
|
opacity: 0;
|
|
1968
1974
|
width: 1px;
|
|
@@ -1976,7 +1982,7 @@
|
|
|
1976
1982
|
}
|
|
1977
1983
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1978
1984
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
1979
|
-
-webkit-user-select: auto;
|
|
1985
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1980
1986
|
height: 20px;
|
|
1981
1987
|
line-height: 20px;
|
|
1982
1988
|
position: relative;
|
|
@@ -2172,7 +2178,7 @@
|
|
|
2172
2178
|
padding: 2px;
|
|
2173
2179
|
}
|
|
2174
2180
|
.e-grid .e-content {
|
|
2175
|
-
-webkit-overflow-scrolling: touch;
|
|
2181
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2176
2182
|
overflow-x: auto;
|
|
2177
2183
|
overflow-y: scroll;
|
|
2178
2184
|
position: relative;
|
|
@@ -2525,6 +2531,8 @@
|
|
|
2525
2531
|
.e-grid .e-checkboxfiltertext {
|
|
2526
2532
|
width: 150px;
|
|
2527
2533
|
word-break: normal;
|
|
2534
|
+
/* stylelint-disable */
|
|
2535
|
+
/* stylelint-enable */
|
|
2528
2536
|
}
|
|
2529
2537
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2530
2538
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2584,10 +2592,10 @@
|
|
|
2584
2592
|
overflow: hidden;
|
|
2585
2593
|
}
|
|
2586
2594
|
.e-grid .e-frozenhdrcont {
|
|
2587
|
-
-ms-touch-action: none;
|
|
2595
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2588
2596
|
}
|
|
2589
2597
|
.e-grid .e-frozencontent {
|
|
2590
|
-
-ms-touch-action: none;
|
|
2598
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2591
2599
|
border-bottom-width: 1px;
|
|
2592
2600
|
float: left;
|
|
2593
2601
|
width: min-content;
|
|
@@ -2596,19 +2604,19 @@
|
|
|
2596
2604
|
float: right;
|
|
2597
2605
|
}
|
|
2598
2606
|
.e-grid .e-movablecontent {
|
|
2599
|
-
-ms-overflow-style: none;
|
|
2607
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2608
|
-ms-flex: 1;
|
|
2601
2609
|
flex: 1;
|
|
2602
2610
|
overflow-x: auto;
|
|
2603
2611
|
overflow-y: hidden;
|
|
2604
2612
|
}
|
|
2605
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2613
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2606
2614
|
display: none;
|
|
2607
2615
|
}
|
|
2608
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2616
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2609
2617
|
width: 7px;
|
|
2610
2618
|
}
|
|
2611
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2619
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2620
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2613
2621
|
border-radius: 4px;
|
|
2614
2622
|
}
|
|
@@ -2972,10 +2980,10 @@
|
|
|
2972
2980
|
text-overflow: ellipsis;
|
|
2973
2981
|
}
|
|
2974
2982
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2975
|
-
margin: -
|
|
2983
|
+
margin: -30px 10px;
|
|
2976
2984
|
}
|
|
2977
2985
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
2978
|
-
margin: -
|
|
2986
|
+
margin: -30px -5px;
|
|
2979
2987
|
}
|
|
2980
2988
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
2981
2989
|
margin: -27px 20px -29px 0;
|
|
@@ -2986,7 +2994,7 @@
|
|
|
2986
2994
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2987
2995
|
display: inline-block;
|
|
2988
2996
|
}
|
|
2989
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2997
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
|
|
2990
2998
|
text-overflow: clip;
|
|
2991
2999
|
}
|
|
2992
3000
|
.e-grid .e-clipboard {
|
|
@@ -3016,6 +3024,34 @@
|
|
|
3016
3024
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3017
3025
|
border-right: 0;
|
|
3018
3026
|
}
|
|
3027
|
+
.e-grid .e-mask {
|
|
3028
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3029
|
+
display: inline-block;
|
|
3030
|
+
height: 10px;
|
|
3031
|
+
width: 80%;
|
|
3032
|
+
}
|
|
3033
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3034
|
+
margin-left: 7px;
|
|
3035
|
+
width: 16px;
|
|
3036
|
+
}
|
|
3037
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3038
|
+
width: 16px;
|
|
3039
|
+
}
|
|
3040
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3041
|
+
margin-left: 3px;
|
|
3042
|
+
margin-right: 16px;
|
|
3043
|
+
width: 20px;
|
|
3044
|
+
}
|
|
3045
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3046
|
+
width: 13px;
|
|
3047
|
+
}
|
|
3048
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3049
|
+
margin-left: 8px;
|
|
3050
|
+
}
|
|
3051
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3052
|
+
margin-left: 12px;
|
|
3053
|
+
width: 12px;
|
|
3054
|
+
}
|
|
3019
3055
|
.e-grid.sf-grid .e-table {
|
|
3020
3056
|
border-spacing: 0.25px;
|
|
3021
3057
|
}
|
|
@@ -3596,7 +3632,7 @@
|
|
|
3596
3632
|
}
|
|
3597
3633
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3634
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3635
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3636
|
height: 1px;
|
|
3601
3637
|
opacity: 0;
|
|
3602
3638
|
width: 1px;
|
|
@@ -3868,7 +3904,7 @@
|
|
|
3868
3904
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
3869
3905
|
border-right-color: #6c757d;
|
|
3870
3906
|
}
|
|
3871
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3907
|
+
.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) {
|
|
3872
3908
|
background-color: rgba(0, 0, 0, 0.08);
|
|
3873
3909
|
color: #212529;
|
|
3874
3910
|
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
+
@import 'ej2-navigations/styles/pager/bootstrap4-definition.scss';
|
|
3
|
+
@import '../excel-filter/bootstrap4-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
+
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
7
|
+
@import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
|
|
8
|
+
@import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
|
|
9
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
|
|
10
|
+
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
11
|
+
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
13
|
+
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
14
|
+
@import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
|
|
15
|
+
@import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
|
|
16
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
17
|
+
@import 'ej2-navigations/styles/context-menu/bootstrap4-definition.scss';
|
|
18
|
+
@import 'bootstrap4-definition.scss';
|
|
19
|
+
@import 'icons/bootstrap4.scss';
|
|
20
|
+
@import 'all.scss';
|