@syncfusion/ej2-angular-grids 20.2.39 → 20.2.43-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2675 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +19 -25
- package/styles/bootstrap.css +19 -25
- package/styles/bootstrap4.css +21 -27
- package/styles/bootstrap5-dark.css +23 -30
- package/styles/bootstrap5.css +23 -30
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -16
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -16
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -16
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -16
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -16
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -16
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -16
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -16
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -16
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -16
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -16
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -16
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -16
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -16
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -16
- package/styles/fabric-dark.css +21 -27
- package/styles/fabric.css +21 -27
- package/styles/fluent-dark.css +21 -27
- package/styles/fluent.css +21 -27
- package/styles/grid/bootstrap-dark.css +14 -22
- package/styles/grid/bootstrap-dark.scss +1 -20
- package/styles/grid/bootstrap.css +14 -22
- package/styles/grid/bootstrap.scss +1 -20
- package/styles/grid/bootstrap4.css +16 -24
- package/styles/grid/bootstrap4.scss +1 -20
- package/styles/grid/bootstrap5-dark.css +18 -27
- package/styles/grid/bootstrap5-dark.scss +1 -20
- package/styles/grid/bootstrap5.css +18 -27
- package/styles/grid/bootstrap5.scss +1 -20
- package/styles/grid/fabric-dark.css +15 -23
- package/styles/grid/fabric-dark.scss +1 -20
- package/styles/grid/fabric.css +15 -23
- package/styles/grid/fabric.scss +1 -20
- package/styles/grid/fluent-dark.css +16 -24
- package/styles/grid/fluent-dark.scss +1 -20
- package/styles/grid/fluent.css +16 -24
- package/styles/grid/fluent.scss +1 -20
- package/styles/grid/highcontrast-light.css +15 -23
- package/styles/grid/highcontrast-light.scss +1 -20
- package/styles/grid/highcontrast.css +15 -23
- package/styles/grid/highcontrast.scss +1 -20
- package/styles/grid/material-dark.css +15 -23
- package/styles/grid/material-dark.scss +1 -20
- package/styles/grid/material.css +15 -23
- package/styles/grid/material.scss +1 -20
- package/styles/grid/tailwind-dark.css +18 -26
- package/styles/grid/tailwind-dark.scss +1 -20
- package/styles/grid/tailwind.css +18 -26
- package/styles/grid/tailwind.scss +1 -20
- package/styles/highcontrast-light.css +21 -27
- package/styles/highcontrast.css +21 -27
- package/styles/material-dark.css +21 -27
- package/styles/material.css +21 -27
- package/styles/tailwind-dark.css +23 -29
- package/styles/tailwind.css +23 -29
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4315
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./pager.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Pager component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class PagerAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerAllModule, never, [typeof i1.CommonModule, typeof i2.PagerModule], [typeof i2.PagerModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Pager } from '@syncfusion/ej2-grids';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -33,6 +32,4 @@ export declare class PagerComponent extends Pager implements IComponentBase {
|
|
|
33
32
|
ngAfterContentChecked(): void;
|
|
34
33
|
registerEvents: (eventList: string[]) => void;
|
|
35
34
|
addTwoWay: (propList: string[]) => void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "ejs-pager", never, { "cssClass": "cssClass"; "currentPage": "currentPage"; "customText": "customText"; "enableExternalMessage": "enableExternalMessage"; "enablePagerMessage": "enablePagerMessage"; "enablePersistence": "enablePersistence"; "enableQueryString": "enableQueryString"; "enableRtl": "enableRtl"; "externalMessage": "externalMessage"; "locale": "locale"; "pageCount": "pageCount"; "pageSize": "pageSize"; "pageSizes": "pageSizes"; "template": "template"; "totalRecordsCount": "totalRecordsCount"; }, { "click": "click"; "created": "created"; "dropDownChanged": "dropDownChanged"; }, ["template"], never>;
|
|
38
35
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pager.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Pager component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class PagerModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent], [typeof i2.CommonModule], [typeof i1.PagerComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
|
|
11
5
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -157,6 +155,10 @@
|
|
|
157
155
|
padding: 15px;
|
|
158
156
|
padding-top: 4px;
|
|
159
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
160
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
161
163
|
height: 26px;
|
|
162
164
|
line-height: 26px;
|
|
@@ -367,7 +369,7 @@
|
|
|
367
369
|
word-break: normal;
|
|
368
370
|
}
|
|
369
371
|
.e-excelfilter .e-chk-hidden {
|
|
370
|
-
-moz-appearance: none;
|
|
372
|
+
-moz-appearance: none;
|
|
371
373
|
height: 1px;
|
|
372
374
|
opacity: 0;
|
|
373
375
|
width: 1px;
|
|
@@ -511,8 +513,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
511
513
|
border-color: #0070f0;
|
|
512
514
|
}
|
|
513
515
|
|
|
514
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
515
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
516
516
|
@keyframes material-spinner-rotate {
|
|
517
517
|
0% {
|
|
518
518
|
transform: rotate(0);
|
|
@@ -762,7 +762,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
762
762
|
.e-bigger .e-grid,
|
|
763
763
|
.e-grid.e-bigger {
|
|
764
764
|
font-size: 14px;
|
|
765
|
-
/* stylelint-disable */
|
|
766
765
|
}
|
|
767
766
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
768
767
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1420,9 +1419,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1420
1419
|
font-size: 13px;
|
|
1421
1420
|
height: auto;
|
|
1422
1421
|
position: relative;
|
|
1423
|
-
/* stylelint-enable */
|
|
1424
|
-
/* stylelint-disable */
|
|
1425
|
-
/* stylelint-enable */
|
|
1426
1422
|
}
|
|
1427
1423
|
.e-grid .e-gridheader {
|
|
1428
1424
|
-webkit-user-select: none;
|
|
@@ -2330,7 +2326,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2330
2326
|
padding-left: 8px;
|
|
2331
2327
|
}
|
|
2332
2328
|
.e-grid .e-chk-hidden {
|
|
2333
|
-
-moz-appearance: none;
|
|
2329
|
+
-moz-appearance: none;
|
|
2334
2330
|
height: 1px;
|
|
2335
2331
|
opacity: 0;
|
|
2336
2332
|
width: 1px;
|
|
@@ -2344,7 +2340,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2344
2340
|
}
|
|
2345
2341
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2346
2342
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2347
|
-
-webkit-user-select: auto;
|
|
2343
|
+
-webkit-user-select: auto;
|
|
2348
2344
|
height: 20px;
|
|
2349
2345
|
line-height: 20px;
|
|
2350
2346
|
position: relative;
|
|
@@ -2540,7 +2536,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2540
2536
|
padding: 2px;
|
|
2541
2537
|
}
|
|
2542
2538
|
.e-grid .e-content {
|
|
2543
|
-
-webkit-overflow-scrolling: touch;
|
|
2539
|
+
-webkit-overflow-scrolling: touch;
|
|
2544
2540
|
overflow-x: auto;
|
|
2545
2541
|
overflow-y: scroll;
|
|
2546
2542
|
position: relative;
|
|
@@ -2891,8 +2887,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2891
2887
|
.e-grid .e-checkboxfiltertext {
|
|
2892
2888
|
width: 150px;
|
|
2893
2889
|
word-break: normal;
|
|
2894
|
-
/* stylelint-disable */
|
|
2895
|
-
/* stylelint-enable */
|
|
2896
2890
|
}
|
|
2897
2891
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2898
2892
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2952,10 +2946,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2952
2946
|
overflow: hidden;
|
|
2953
2947
|
}
|
|
2954
2948
|
.e-grid .e-frozenhdrcont {
|
|
2955
|
-
-ms-touch-action: none;
|
|
2949
|
+
-ms-touch-action: none;
|
|
2956
2950
|
}
|
|
2957
2951
|
.e-grid .e-frozencontent {
|
|
2958
|
-
-ms-touch-action: none;
|
|
2952
|
+
-ms-touch-action: none;
|
|
2959
2953
|
border-bottom-width: 1px;
|
|
2960
2954
|
float: left;
|
|
2961
2955
|
width: min-content;
|
|
@@ -2964,19 +2958,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2964
2958
|
float: right;
|
|
2965
2959
|
}
|
|
2966
2960
|
.e-grid .e-movablecontent {
|
|
2967
|
-
-ms-overflow-style: none;
|
|
2961
|
+
-ms-overflow-style: none;
|
|
2968
2962
|
-ms-flex: 1;
|
|
2969
2963
|
flex: 1;
|
|
2970
2964
|
overflow-x: auto;
|
|
2971
2965
|
overflow-y: hidden;
|
|
2972
2966
|
}
|
|
2973
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2967
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2974
2968
|
display: none;
|
|
2975
2969
|
}
|
|
2976
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2970
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2977
2971
|
width: 7px;
|
|
2978
2972
|
}
|
|
2979
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2973
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2980
2974
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2981
2975
|
border-radius: 4px;
|
|
2982
2976
|
}
|
|
@@ -3338,9 +3332,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3338
3332
|
overflow: hidden;
|
|
3339
3333
|
text-overflow: ellipsis;
|
|
3340
3334
|
}
|
|
3341
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
3342
|
-
max-height: 36px;
|
|
3343
|
-
}
|
|
3344
3335
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3345
3336
|
margin: -30px 10px;
|
|
3346
3337
|
}
|
|
@@ -3356,7 +3347,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3356
3347
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3357
3348
|
display: inline-block;
|
|
3358
3349
|
}
|
|
3359
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3350
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3360
3351
|
text-overflow: clip;
|
|
3361
3352
|
}
|
|
3362
3353
|
.e-grid .e-clipboard {
|
|
@@ -3966,7 +3957,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3966
3957
|
}
|
|
3967
3958
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3968
3959
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3969
|
-
-moz-appearance: none;
|
|
3960
|
+
-moz-appearance: none;
|
|
3970
3961
|
height: 1px;
|
|
3971
3962
|
opacity: 0;
|
|
3972
3963
|
width: 1px;
|
|
@@ -4242,6 +4233,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4242
4233
|
background-color: #393939;
|
|
4243
4234
|
color: #f0f0f0;
|
|
4244
4235
|
}
|
|
4236
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4237
|
+
background-color: transparent;
|
|
4238
|
+
}
|
|
4245
4239
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
4246
4240
|
cursor: move;
|
|
4247
4241
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-popup.e-ddl {
|
|
3
2
|
border-radius: 4px;
|
|
4
3
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
min-height: 34px;
|
|
105
104
|
}
|
|
106
105
|
|
|
107
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
108
106
|
@keyframes material-spinner-rotate {
|
|
109
107
|
0% {
|
|
110
108
|
transform: rotate(0);
|
|
@@ -157,6 +155,10 @@
|
|
|
157
155
|
padding: 15px;
|
|
158
156
|
padding-top: 4px;
|
|
159
157
|
}
|
|
158
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
159
|
+
height: 26px;
|
|
160
|
+
line-height: 26px;
|
|
161
|
+
}
|
|
160
162
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
161
163
|
height: 26px;
|
|
162
164
|
line-height: 26px;
|
|
@@ -367,7 +369,7 @@
|
|
|
367
369
|
word-break: normal;
|
|
368
370
|
}
|
|
369
371
|
.e-excelfilter .e-chk-hidden {
|
|
370
|
-
-moz-appearance: none;
|
|
372
|
+
-moz-appearance: none;
|
|
371
373
|
height: 1px;
|
|
372
374
|
opacity: 0;
|
|
373
375
|
width: 1px;
|
|
@@ -511,8 +513,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
511
513
|
border-color: #317ab9;
|
|
512
514
|
}
|
|
513
515
|
|
|
514
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
515
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
516
516
|
@keyframes material-spinner-rotate {
|
|
517
517
|
0% {
|
|
518
518
|
transform: rotate(0);
|
|
@@ -763,7 +763,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
763
763
|
.e-bigger .e-grid,
|
|
764
764
|
.e-grid.e-bigger {
|
|
765
765
|
font-size: 14px;
|
|
766
|
-
/* stylelint-disable */
|
|
767
766
|
}
|
|
768
767
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
769
768
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1421,9 +1420,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1421
1420
|
font-size: 13px;
|
|
1422
1421
|
height: auto;
|
|
1423
1422
|
position: relative;
|
|
1424
|
-
/* stylelint-enable */
|
|
1425
|
-
/* stylelint-disable */
|
|
1426
|
-
/* stylelint-enable */
|
|
1427
1423
|
}
|
|
1428
1424
|
.e-grid .e-gridheader {
|
|
1429
1425
|
-webkit-user-select: none;
|
|
@@ -2331,7 +2327,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2331
2327
|
padding-left: 8px;
|
|
2332
2328
|
}
|
|
2333
2329
|
.e-grid .e-chk-hidden {
|
|
2334
|
-
-moz-appearance: none;
|
|
2330
|
+
-moz-appearance: none;
|
|
2335
2331
|
height: 1px;
|
|
2336
2332
|
opacity: 0;
|
|
2337
2333
|
width: 1px;
|
|
@@ -2345,7 +2341,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2345
2341
|
}
|
|
2346
2342
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2347
2343
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2348
|
-
-webkit-user-select: auto;
|
|
2344
|
+
-webkit-user-select: auto;
|
|
2349
2345
|
height: 20px;
|
|
2350
2346
|
line-height: 20px;
|
|
2351
2347
|
position: relative;
|
|
@@ -2541,7 +2537,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2541
2537
|
padding: 2px;
|
|
2542
2538
|
}
|
|
2543
2539
|
.e-grid .e-content {
|
|
2544
|
-
-webkit-overflow-scrolling: touch;
|
|
2540
|
+
-webkit-overflow-scrolling: touch;
|
|
2545
2541
|
overflow-x: auto;
|
|
2546
2542
|
overflow-y: scroll;
|
|
2547
2543
|
position: relative;
|
|
@@ -2892,8 +2888,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2892
2888
|
.e-grid .e-checkboxfiltertext {
|
|
2893
2889
|
width: 150px;
|
|
2894
2890
|
word-break: normal;
|
|
2895
|
-
/* stylelint-disable */
|
|
2896
|
-
/* stylelint-enable */
|
|
2897
2891
|
}
|
|
2898
2892
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2899
2893
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2953,10 +2947,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2953
2947
|
overflow: hidden;
|
|
2954
2948
|
}
|
|
2955
2949
|
.e-grid .e-frozenhdrcont {
|
|
2956
|
-
-ms-touch-action: none;
|
|
2950
|
+
-ms-touch-action: none;
|
|
2957
2951
|
}
|
|
2958
2952
|
.e-grid .e-frozencontent {
|
|
2959
|
-
-ms-touch-action: none;
|
|
2953
|
+
-ms-touch-action: none;
|
|
2960
2954
|
border-bottom-width: 1px;
|
|
2961
2955
|
float: left;
|
|
2962
2956
|
width: min-content;
|
|
@@ -2965,19 +2959,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2965
2959
|
float: right;
|
|
2966
2960
|
}
|
|
2967
2961
|
.e-grid .e-movablecontent {
|
|
2968
|
-
-ms-overflow-style: none;
|
|
2962
|
+
-ms-overflow-style: none;
|
|
2969
2963
|
-ms-flex: 1;
|
|
2970
2964
|
flex: 1;
|
|
2971
2965
|
overflow-x: auto;
|
|
2972
2966
|
overflow-y: hidden;
|
|
2973
2967
|
}
|
|
2974
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2968
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2975
2969
|
display: none;
|
|
2976
2970
|
}
|
|
2977
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2971
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2978
2972
|
width: 7px;
|
|
2979
2973
|
}
|
|
2980
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2974
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2981
2975
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2982
2976
|
border-radius: 4px;
|
|
2983
2977
|
}
|
|
@@ -3339,9 +3333,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3339
3333
|
overflow: hidden;
|
|
3340
3334
|
text-overflow: ellipsis;
|
|
3341
3335
|
}
|
|
3342
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
3343
|
-
max-height: 36px;
|
|
3344
|
-
}
|
|
3345
3336
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3346
3337
|
margin: -30px 10px;
|
|
3347
3338
|
}
|
|
@@ -3357,7 +3348,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3357
3348
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3358
3349
|
display: inline-block;
|
|
3359
3350
|
}
|
|
3360
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3351
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3361
3352
|
text-overflow: clip;
|
|
3362
3353
|
}
|
|
3363
3354
|
.e-grid .e-clipboard {
|
|
@@ -3967,7 +3958,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3967
3958
|
}
|
|
3968
3959
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3969
3960
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3970
|
-
-moz-appearance: none;
|
|
3961
|
+
-moz-appearance: none;
|
|
3971
3962
|
height: 1px;
|
|
3972
3963
|
opacity: 0;
|
|
3973
3964
|
width: 1px;
|
|
@@ -4243,6 +4234,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4243
4234
|
background-color: #f5f5f5;
|
|
4244
4235
|
color: #333;
|
|
4245
4236
|
}
|
|
4237
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4238
|
+
background-color: transparent;
|
|
4239
|
+
}
|
|
4246
4240
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
4247
4241
|
cursor: move;
|
|
4248
4242
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
3
2
|
font-size: 8px;
|
|
4
3
|
}
|
|
@@ -146,7 +145,6 @@
|
|
|
146
145
|
min-height: 34px;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
150
148
|
@keyframes material-spinner-rotate {
|
|
151
149
|
0% {
|
|
152
150
|
transform: rotate(0);
|
|
@@ -199,6 +197,10 @@
|
|
|
199
197
|
padding: 14px;
|
|
200
198
|
padding-top: 4px;
|
|
201
199
|
}
|
|
200
|
+
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item .e-menu-icon {
|
|
201
|
+
height: 26px;
|
|
202
|
+
line-height: 26px;
|
|
203
|
+
}
|
|
202
204
|
.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
|
|
203
205
|
height: 26px;
|
|
204
206
|
line-height: 26px;
|
|
@@ -409,7 +411,7 @@
|
|
|
409
411
|
word-break: normal;
|
|
410
412
|
}
|
|
411
413
|
.e-excelfilter .e-chk-hidden {
|
|
412
|
-
-moz-appearance: none;
|
|
414
|
+
-moz-appearance: none;
|
|
413
415
|
height: 1px;
|
|
414
416
|
opacity: 0;
|
|
415
417
|
width: 1px;
|
|
@@ -553,7 +555,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
553
555
|
border-color: #317ab9;
|
|
554
556
|
}
|
|
555
557
|
|
|
556
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
557
558
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
558
559
|
font-size: 8px;
|
|
559
560
|
}
|
|
@@ -562,7 +563,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
562
563
|
font-size: 10px;
|
|
563
564
|
}
|
|
564
565
|
|
|
565
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
566
566
|
@keyframes material-spinner-rotate {
|
|
567
567
|
0% {
|
|
568
568
|
transform: rotate(0);
|
|
@@ -810,7 +810,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
810
810
|
.e-bigger .e-grid,
|
|
811
811
|
.e-grid.e-bigger {
|
|
812
812
|
font-size: 16px;
|
|
813
|
-
/* stylelint-disable */
|
|
814
813
|
}
|
|
815
814
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
816
815
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1474,9 +1473,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1474
1473
|
font-size: 14px;
|
|
1475
1474
|
height: auto;
|
|
1476
1475
|
position: relative;
|
|
1477
|
-
/* stylelint-enable */
|
|
1478
|
-
/* stylelint-disable */
|
|
1479
|
-
/* stylelint-enable */
|
|
1480
1476
|
}
|
|
1481
1477
|
.e-grid .e-gridheader {
|
|
1482
1478
|
-webkit-user-select: none;
|
|
@@ -2384,7 +2380,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2384
2380
|
padding-left: 8px;
|
|
2385
2381
|
}
|
|
2386
2382
|
.e-grid .e-chk-hidden {
|
|
2387
|
-
-moz-appearance: none;
|
|
2383
|
+
-moz-appearance: none;
|
|
2388
2384
|
height: 1px;
|
|
2389
2385
|
opacity: 0;
|
|
2390
2386
|
width: 1px;
|
|
@@ -2398,7 +2394,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2398
2394
|
}
|
|
2399
2395
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2400
2396
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2401
|
-
-webkit-user-select: auto;
|
|
2397
|
+
-webkit-user-select: auto;
|
|
2402
2398
|
height: 20px;
|
|
2403
2399
|
line-height: 20px;
|
|
2404
2400
|
position: relative;
|
|
@@ -2594,7 +2590,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2594
2590
|
padding: 2px;
|
|
2595
2591
|
}
|
|
2596
2592
|
.e-grid .e-content {
|
|
2597
|
-
-webkit-overflow-scrolling: touch;
|
|
2593
|
+
-webkit-overflow-scrolling: touch;
|
|
2598
2594
|
overflow-x: auto;
|
|
2599
2595
|
overflow-y: scroll;
|
|
2600
2596
|
position: relative;
|
|
@@ -2947,8 +2943,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2947
2943
|
.e-grid .e-checkboxfiltertext {
|
|
2948
2944
|
width: 150px;
|
|
2949
2945
|
word-break: normal;
|
|
2950
|
-
/* stylelint-disable */
|
|
2951
|
-
/* stylelint-enable */
|
|
2952
2946
|
}
|
|
2953
2947
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2954
2948
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3008,10 +3002,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3008
3002
|
overflow: hidden;
|
|
3009
3003
|
}
|
|
3010
3004
|
.e-grid .e-frozenhdrcont {
|
|
3011
|
-
-ms-touch-action: none;
|
|
3005
|
+
-ms-touch-action: none;
|
|
3012
3006
|
}
|
|
3013
3007
|
.e-grid .e-frozencontent {
|
|
3014
|
-
-ms-touch-action: none;
|
|
3008
|
+
-ms-touch-action: none;
|
|
3015
3009
|
border-bottom-width: 1px;
|
|
3016
3010
|
float: left;
|
|
3017
3011
|
width: min-content;
|
|
@@ -3020,19 +3014,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3020
3014
|
float: right;
|
|
3021
3015
|
}
|
|
3022
3016
|
.e-grid .e-movablecontent {
|
|
3023
|
-
-ms-overflow-style: none;
|
|
3017
|
+
-ms-overflow-style: none;
|
|
3024
3018
|
-ms-flex: 1;
|
|
3025
3019
|
flex: 1;
|
|
3026
3020
|
overflow-x: auto;
|
|
3027
3021
|
overflow-y: hidden;
|
|
3028
3022
|
}
|
|
3029
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3023
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3030
3024
|
display: none;
|
|
3031
3025
|
}
|
|
3032
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3026
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3033
3027
|
width: 7px;
|
|
3034
3028
|
}
|
|
3035
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3029
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3036
3030
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3037
3031
|
border-radius: 4px;
|
|
3038
3032
|
}
|
|
@@ -3395,14 +3389,11 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3395
3389
|
overflow: hidden;
|
|
3396
3390
|
text-overflow: ellipsis;
|
|
3397
3391
|
}
|
|
3398
|
-
.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
|
|
3399
|
-
max-height: 36px;
|
|
3400
|
-
}
|
|
3401
3392
|
.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
|
|
3402
|
-
margin: -
|
|
3393
|
+
margin: -34px 3px;
|
|
3403
3394
|
}
|
|
3404
3395
|
.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
|
|
3405
|
-
margin: -
|
|
3396
|
+
margin: -34px -5px;
|
|
3406
3397
|
}
|
|
3407
3398
|
.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
|
|
3408
3399
|
margin: -27px 20px -29px 0;
|
|
@@ -3413,7 +3404,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3413
3404
|
.e-grid .e-columnheader.e-wrap .e-icon-group::before, .e-grid.e-wrap .e-columnheader .e-icon-group::before {
|
|
3414
3405
|
display: inline-block;
|
|
3415
3406
|
}
|
|
3416
|
-
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-
|
|
3407
|
+
.e-grid.e-responsive .e-rowcell.e-gridclip, .e-grid.e-responsive .e-gridclip .e-headercelldiv, .e-grid.e-responsive .e-gridclip .e-stackedheadercelldiv {
|
|
3417
3408
|
text-overflow: clip;
|
|
3418
3409
|
}
|
|
3419
3410
|
.e-grid .e-clipboard {
|
|
@@ -4023,7 +4014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4023
4014
|
}
|
|
4024
4015
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4025
4016
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4026
|
-
-moz-appearance: none;
|
|
4017
|
+
-moz-appearance: none;
|
|
4027
4018
|
height: 1px;
|
|
4028
4019
|
opacity: 0;
|
|
4029
4020
|
width: 1px;
|
|
@@ -4299,6 +4290,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4299
4290
|
background-color: rgba(0, 0, 0, 0.08);
|
|
4300
4291
|
color: #212529;
|
|
4301
4292
|
}
|
|
4293
|
+
.e-grid.e-disable-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-disable-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-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4294
|
+
background-color: transparent;
|
|
4295
|
+
}
|
|
4302
4296
|
.e-grid tr[role=row]:hover .e-rowdragdrop {
|
|
4303
4297
|
cursor: move;
|
|
4304
4298
|
}
|