@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,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;
|
|
@@ -2256,6 +2262,9 @@
|
|
|
2256
2262
|
border-width: 1px 0 0;
|
|
2257
2263
|
cursor: pointer;
|
|
2258
2264
|
}
|
|
2265
|
+
.e-grid .e-disablepointer {
|
|
2266
|
+
cursor: default;
|
|
2267
|
+
}
|
|
2259
2268
|
.e-grid .e-groupcaption {
|
|
2260
2269
|
border-style: solid;
|
|
2261
2270
|
border-width: 1px 0 0;
|
|
@@ -2477,6 +2486,8 @@
|
|
|
2477
2486
|
.e-grid .e-checkboxfiltertext {
|
|
2478
2487
|
width: 150px;
|
|
2479
2488
|
word-break: normal;
|
|
2489
|
+
/* stylelint-disable */
|
|
2490
|
+
/* stylelint-enable */
|
|
2480
2491
|
}
|
|
2481
2492
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2482
2493
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2536,10 +2547,10 @@
|
|
|
2536
2547
|
overflow: hidden;
|
|
2537
2548
|
}
|
|
2538
2549
|
.e-grid .e-frozenhdrcont {
|
|
2539
|
-
-ms-touch-action: none;
|
|
2550
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2540
2551
|
}
|
|
2541
2552
|
.e-grid .e-frozencontent {
|
|
2542
|
-
-ms-touch-action: none;
|
|
2553
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2543
2554
|
border-bottom-width: 1px;
|
|
2544
2555
|
float: left;
|
|
2545
2556
|
width: min-content;
|
|
@@ -2548,19 +2559,19 @@
|
|
|
2548
2559
|
float: right;
|
|
2549
2560
|
}
|
|
2550
2561
|
.e-grid .e-movablecontent {
|
|
2551
|
-
-ms-overflow-style: none;
|
|
2562
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2552
2563
|
-ms-flex: 1;
|
|
2553
2564
|
flex: 1;
|
|
2554
2565
|
overflow-x: auto;
|
|
2555
2566
|
overflow-y: hidden;
|
|
2556
2567
|
}
|
|
2557
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2568
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2558
2569
|
display: none;
|
|
2559
2570
|
}
|
|
2560
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2571
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2561
2572
|
width: 7px;
|
|
2562
2573
|
}
|
|
2563
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2574
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2564
2575
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2565
2576
|
border-radius: 4px;
|
|
2566
2577
|
}
|
|
@@ -2937,7 +2948,7 @@
|
|
|
2937
2948
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2938
2949
|
display: inline-block;
|
|
2939
2950
|
}
|
|
2940
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2951
|
+
.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
2952
|
text-overflow: clip;
|
|
2942
2953
|
}
|
|
2943
2954
|
.e-grid .e-clipboard {
|
|
@@ -2967,6 +2978,34 @@
|
|
|
2967
2978
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2968
2979
|
border-right: 0;
|
|
2969
2980
|
}
|
|
2981
|
+
.e-grid .e-mask {
|
|
2982
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2983
|
+
display: inline-block;
|
|
2984
|
+
height: 10px;
|
|
2985
|
+
width: 80%;
|
|
2986
|
+
}
|
|
2987
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2988
|
+
margin-left: 7px;
|
|
2989
|
+
width: 16px;
|
|
2990
|
+
}
|
|
2991
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2992
|
+
width: 16px;
|
|
2993
|
+
}
|
|
2994
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2995
|
+
margin-left: 3px;
|
|
2996
|
+
margin-right: 16px;
|
|
2997
|
+
width: 20px;
|
|
2998
|
+
}
|
|
2999
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3000
|
+
width: 13px;
|
|
3001
|
+
}
|
|
3002
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3003
|
+
margin-left: 8px;
|
|
3004
|
+
}
|
|
3005
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3006
|
+
margin-left: 12px;
|
|
3007
|
+
width: 12px;
|
|
3008
|
+
}
|
|
2970
3009
|
.e-grid.sf-grid .e-table {
|
|
2971
3010
|
border-spacing: 0.25px;
|
|
2972
3011
|
}
|
|
@@ -3547,7 +3586,7 @@
|
|
|
3547
3586
|
}
|
|
3548
3587
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3549
3588
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3550
|
-
-moz-appearance: none;
|
|
3589
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3551
3590
|
height: 1px;
|
|
3552
3591
|
opacity: 0;
|
|
3553
3592
|
width: 1px;
|
|
@@ -3819,7 +3858,7 @@
|
|
|
3819
3858
|
.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
3859
|
border-right-color: #9c9c9c;
|
|
3821
3860
|
}
|
|
3822
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3861
|
+
.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
3862
|
background-color: #393939;
|
|
3824
3863
|
color: #f0f0f0;
|
|
3825
3864
|
}
|
|
@@ -1 +1,21 @@
|
|
|
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 'ej2-notifications/styles/skeleton/bootstrap-dark-definition.scss';
|
|
19
|
+
@import 'bootstrap-dark-definition.scss';
|
|
20
|
+
@import 'icons/bootstrap-dark.scss';
|
|
21
|
+
@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;
|
|
@@ -2257,6 +2263,9 @@
|
|
|
2257
2263
|
border-width: 1px 0 0;
|
|
2258
2264
|
cursor: pointer;
|
|
2259
2265
|
}
|
|
2266
|
+
.e-grid .e-disablepointer {
|
|
2267
|
+
cursor: default;
|
|
2268
|
+
}
|
|
2260
2269
|
.e-grid .e-groupcaption {
|
|
2261
2270
|
border-style: solid;
|
|
2262
2271
|
border-width: 1px 0 0;
|
|
@@ -2478,6 +2487,8 @@
|
|
|
2478
2487
|
.e-grid .e-checkboxfiltertext {
|
|
2479
2488
|
width: 150px;
|
|
2480
2489
|
word-break: normal;
|
|
2490
|
+
/* stylelint-disable */
|
|
2491
|
+
/* stylelint-enable */
|
|
2481
2492
|
}
|
|
2482
2493
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2483
2494
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2537,10 +2548,10 @@
|
|
|
2537
2548
|
overflow: hidden;
|
|
2538
2549
|
}
|
|
2539
2550
|
.e-grid .e-frozenhdrcont {
|
|
2540
|
-
-ms-touch-action: none;
|
|
2551
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2541
2552
|
}
|
|
2542
2553
|
.e-grid .e-frozencontent {
|
|
2543
|
-
-ms-touch-action: none;
|
|
2554
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2544
2555
|
border-bottom-width: 1px;
|
|
2545
2556
|
float: left;
|
|
2546
2557
|
width: min-content;
|
|
@@ -2549,19 +2560,19 @@
|
|
|
2549
2560
|
float: right;
|
|
2550
2561
|
}
|
|
2551
2562
|
.e-grid .e-movablecontent {
|
|
2552
|
-
-ms-overflow-style: none;
|
|
2563
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2553
2564
|
-ms-flex: 1;
|
|
2554
2565
|
flex: 1;
|
|
2555
2566
|
overflow-x: auto;
|
|
2556
2567
|
overflow-y: hidden;
|
|
2557
2568
|
}
|
|
2558
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2569
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2559
2570
|
display: none;
|
|
2560
2571
|
}
|
|
2561
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2572
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2562
2573
|
width: 7px;
|
|
2563
2574
|
}
|
|
2564
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2575
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2565
2576
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2566
2577
|
border-radius: 4px;
|
|
2567
2578
|
}
|
|
@@ -2938,7 +2949,7 @@
|
|
|
2938
2949
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2939
2950
|
display: inline-block;
|
|
2940
2951
|
}
|
|
2941
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
2952
|
+
.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
2953
|
text-overflow: clip;
|
|
2943
2954
|
}
|
|
2944
2955
|
.e-grid .e-clipboard {
|
|
@@ -2968,6 +2979,34 @@
|
|
|
2968
2979
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
2969
2980
|
border-right: 0;
|
|
2970
2981
|
}
|
|
2982
|
+
.e-grid .e-mask {
|
|
2983
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2984
|
+
display: inline-block;
|
|
2985
|
+
height: 10px;
|
|
2986
|
+
width: 80%;
|
|
2987
|
+
}
|
|
2988
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
2989
|
+
margin-left: 7px;
|
|
2990
|
+
width: 16px;
|
|
2991
|
+
}
|
|
2992
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
2993
|
+
width: 16px;
|
|
2994
|
+
}
|
|
2995
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
2996
|
+
margin-left: 3px;
|
|
2997
|
+
margin-right: 16px;
|
|
2998
|
+
width: 20px;
|
|
2999
|
+
}
|
|
3000
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3001
|
+
width: 13px;
|
|
3002
|
+
}
|
|
3003
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3004
|
+
margin-left: 8px;
|
|
3005
|
+
}
|
|
3006
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3007
|
+
margin-left: 12px;
|
|
3008
|
+
width: 12px;
|
|
3009
|
+
}
|
|
2971
3010
|
.e-grid.sf-grid .e-table {
|
|
2972
3011
|
border-spacing: 0.25px;
|
|
2973
3012
|
}
|
|
@@ -3548,7 +3587,7 @@
|
|
|
3548
3587
|
}
|
|
3549
3588
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3550
3589
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3551
|
-
-moz-appearance: none;
|
|
3590
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3552
3591
|
height: 1px;
|
|
3553
3592
|
opacity: 0;
|
|
3554
3593
|
width: 1px;
|
|
@@ -3820,7 +3859,7 @@
|
|
|
3820
3859
|
.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
3860
|
border-right-color: #317ab9;
|
|
3822
3861
|
}
|
|
3823
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3862
|
+
.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
3863
|
background-color: #f5f5f5;
|
|
3825
3864
|
color: #333;
|
|
3826
3865
|
}
|
|
@@ -1 +1,21 @@
|
|
|
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 'ej2-notifications/styles/skeleton/bootstrap-definition.scss';
|
|
19
|
+
@import 'bootstrap-definition.scss';
|
|
20
|
+
@import 'icons/bootstrap.scss';
|
|
21
|
+
@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;
|
|
@@ -2304,6 +2310,9 @@
|
|
|
2304
2310
|
border-width: 1px 0 0;
|
|
2305
2311
|
cursor: pointer;
|
|
2306
2312
|
}
|
|
2313
|
+
.e-grid .e-disablepointer {
|
|
2314
|
+
cursor: default;
|
|
2315
|
+
}
|
|
2307
2316
|
.e-grid .e-groupcaption {
|
|
2308
2317
|
border-style: solid;
|
|
2309
2318
|
border-width: 1px 0 0;
|
|
@@ -2525,6 +2534,8 @@
|
|
|
2525
2534
|
.e-grid .e-checkboxfiltertext {
|
|
2526
2535
|
width: 150px;
|
|
2527
2536
|
word-break: normal;
|
|
2537
|
+
/* stylelint-disable */
|
|
2538
|
+
/* stylelint-enable */
|
|
2528
2539
|
}
|
|
2529
2540
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2530
2541
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2584,10 +2595,10 @@
|
|
|
2584
2595
|
overflow: hidden;
|
|
2585
2596
|
}
|
|
2586
2597
|
.e-grid .e-frozenhdrcont {
|
|
2587
|
-
-ms-touch-action: none;
|
|
2598
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2588
2599
|
}
|
|
2589
2600
|
.e-grid .e-frozencontent {
|
|
2590
|
-
-ms-touch-action: none;
|
|
2601
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2591
2602
|
border-bottom-width: 1px;
|
|
2592
2603
|
float: left;
|
|
2593
2604
|
width: min-content;
|
|
@@ -2596,19 +2607,19 @@
|
|
|
2596
2607
|
float: right;
|
|
2597
2608
|
}
|
|
2598
2609
|
.e-grid .e-movablecontent {
|
|
2599
|
-
-ms-overflow-style: none;
|
|
2610
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2600
2611
|
-ms-flex: 1;
|
|
2601
2612
|
flex: 1;
|
|
2602
2613
|
overflow-x: auto;
|
|
2603
2614
|
overflow-y: hidden;
|
|
2604
2615
|
}
|
|
2605
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2616
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2606
2617
|
display: none;
|
|
2607
2618
|
}
|
|
2608
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2619
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2609
2620
|
width: 7px;
|
|
2610
2621
|
}
|
|
2611
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2622
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2623
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2613
2624
|
border-radius: 4px;
|
|
2614
2625
|
}
|
|
@@ -2972,10 +2983,10 @@
|
|
|
2972
2983
|
text-overflow: ellipsis;
|
|
2973
2984
|
}
|
|
2974
2985
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
2975
|
-
margin: -
|
|
2986
|
+
margin: -30px 10px;
|
|
2976
2987
|
}
|
|
2977
2988
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
2978
|
-
margin: -
|
|
2989
|
+
margin: -30px -5px;
|
|
2979
2990
|
}
|
|
2980
2991
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
2981
2992
|
margin: -27px 20px -29px 0;
|
|
@@ -2986,7 +2997,7 @@
|
|
|
2986
2997
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
2987
2998
|
display: inline-block;
|
|
2988
2999
|
}
|
|
2989
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3000
|
+
.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
3001
|
text-overflow: clip;
|
|
2991
3002
|
}
|
|
2992
3003
|
.e-grid .e-clipboard {
|
|
@@ -3016,6 +3027,34 @@
|
|
|
3016
3027
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3017
3028
|
border-right: 0;
|
|
3018
3029
|
}
|
|
3030
|
+
.e-grid .e-mask {
|
|
3031
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3032
|
+
display: inline-block;
|
|
3033
|
+
height: 10px;
|
|
3034
|
+
width: 80%;
|
|
3035
|
+
}
|
|
3036
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3037
|
+
margin-left: 7px;
|
|
3038
|
+
width: 16px;
|
|
3039
|
+
}
|
|
3040
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3041
|
+
width: 16px;
|
|
3042
|
+
}
|
|
3043
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3044
|
+
margin-left: 3px;
|
|
3045
|
+
margin-right: 16px;
|
|
3046
|
+
width: 20px;
|
|
3047
|
+
}
|
|
3048
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3049
|
+
width: 13px;
|
|
3050
|
+
}
|
|
3051
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3052
|
+
margin-left: 8px;
|
|
3053
|
+
}
|
|
3054
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3055
|
+
margin-left: 12px;
|
|
3056
|
+
width: 12px;
|
|
3057
|
+
}
|
|
3019
3058
|
.e-grid.sf-grid .e-table {
|
|
3020
3059
|
border-spacing: 0.25px;
|
|
3021
3060
|
}
|
|
@@ -3596,7 +3635,7 @@
|
|
|
3596
3635
|
}
|
|
3597
3636
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3598
3637
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3599
|
-
-moz-appearance: none;
|
|
3638
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3600
3639
|
height: 1px;
|
|
3601
3640
|
opacity: 0;
|
|
3602
3641
|
width: 1px;
|
|
@@ -3868,7 +3907,7 @@
|
|
|
3868
3907
|
.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
3908
|
border-right-color: #6c757d;
|
|
3870
3909
|
}
|
|
3871
|
-
.e-grid.e-gridhover tr[role=row]:not(.e-
|
|
3910
|
+
.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
3911
|
background-color: rgba(0, 0, 0, 0.08);
|
|
3873
3912
|
color: #212529;
|
|
3874
3913
|
}
|
|
@@ -1 +1,21 @@
|
|
|
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 'ej2-notifications/styles/skeleton/bootstrap4-definition.scss';
|
|
19
|
+
@import 'bootstrap4-definition.scss';
|
|
20
|
+
@import 'icons/bootstrap4.scss';
|
|
21
|
+
@import 'all.scss';
|