@syncfusion/ej2-angular-grids 20.2.48 → 20.2.49-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +988 -0
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-grids.js +927 -0
- package/@syncfusion/ej2-angular-grids.js.map +1 -0
- package/CHANGELOG.md +2737 -0
- package/dist/ej2-angular-grids.umd.js +1580 -0
- package/dist/ej2-angular-grids.umd.js.map +1 -0
- package/dist/ej2-angular-grids.umd.min.js +11 -0
- package/dist/ej2-angular-grids.umd.min.js.map +1 -0
- package/ej2-angular-grids.d.ts +6 -0
- package/ej2-angular-grids.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/aggregate-columns.directive.d.ts +0 -5
- package/src/grid/aggregates.directive.d.ts +0 -5
- package/src/grid/columns.directive.d.ts +0 -5
- package/src/grid/grid-all.module.d.ts +0 -6
- package/src/grid/grid.component.d.ts +0 -3
- package/src/grid/grid.module.d.ts +0 -10
- package/src/grid/stacked-column.directive.d.ts +0 -5
- package/src/pager/pager-all.module.d.ts +0 -6
- package/src/pager/pager.component.d.ts +0 -3
- package/src/pager/pager.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -54
- package/styles/bootstrap.css +17 -54
- package/styles/bootstrap4.css +19 -56
- package/styles/bootstrap5-dark.css +21 -59
- package/styles/bootstrap5.css +21 -59
- package/styles/excel-filter/bootstrap-dark.css +5 -3
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.css +5 -3
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.css +5 -3
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.css +5 -3
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.css +5 -3
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.css +6 -4
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.css +6 -4
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.css +5 -3
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.css +5 -3
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.css +6 -4
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.css +6 -4
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.css +6 -4
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.css +6 -4
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.css +5 -3
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.css +5 -3
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +19 -56
- package/styles/fabric.css +19 -56
- package/styles/fluent-dark.css +19 -56
- package/styles/fluent.css +19 -56
- package/styles/grid/bootstrap-dark.css +12 -51
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +12 -51
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +14 -53
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +16 -56
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +16 -56
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +13 -52
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +13 -52
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +14 -53
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +14 -53
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +13 -52
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +13 -52
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +13 -52
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +13 -52
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +16 -55
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +16 -55
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +19 -56
- package/styles/highcontrast.css +19 -56
- package/styles/material-dark.css +19 -56
- package/styles/material.css +19 -56
- package/styles/tailwind-dark.css +21 -58
- package/styles/tailwind.css +21 -58
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/grid/aggregate-columns.directive.mjs +0 -84
- package/esm2020/src/grid/aggregates.directive.mjs +0 -69
- package/esm2020/src/grid/columns.directive.mjs +0 -100
- package/esm2020/src/grid/grid-all.module.mjs +0 -98
- package/esm2020/src/grid/grid.component.mjs +0 -274
- package/esm2020/src/grid/grid.module.mjs +0 -61
- package/esm2020/src/grid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/pager/pager-all.module.mjs +0 -23
- package/esm2020/src/pager/pager.component.mjs +0 -66
- package/esm2020/src/pager/pager.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-grids.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +0 -859
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +0 -1
- package/styles/excel-filter/_all.scss +0 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -59
- package/styles/excel-filter/_bootstrap-definition.scss +0 -64
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -69
- package/styles/excel-filter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap5-definition.scss +0 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -59
- package/styles/excel-filter/_fabric-definition.scss +0 -64
- package/styles/excel-filter/_fluent-dark-definition.scss +0 -1
- package/styles/excel-filter/_fluent-definition.scss +0 -70
- package/styles/excel-filter/_fusionnew-definition.scss +0 -70
- package/styles/excel-filter/_highcontrast-definition.scss +0 -59
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -57
- package/styles/excel-filter/_layout.scss +0 -412
- package/styles/excel-filter/_material-dark-definition.scss +0 -61
- package/styles/excel-filter/_material-definition.scss +0 -62
- package/styles/excel-filter/_material3-definition.scss +0 -70
- package/styles/excel-filter/_office-365-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-dark-definition.scss +0 -1
- package/styles/excel-filter/_tailwind-definition.scss +0 -69
- package/styles/excel-filter/_theme.scss +0 -28
- package/styles/excel-filter/icons/_bootstrap-dark.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap4.scss +0 -38
- package/styles/excel-filter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/excel-filter/icons/_bootstrap5.scss +0 -42
- package/styles/excel-filter/icons/_fabric-dark.scss +0 -38
- package/styles/excel-filter/icons/_fabric.scss +0 -38
- package/styles/excel-filter/icons/_fluent-dark.scss +0 -1
- package/styles/excel-filter/icons/_fluent.scss +0 -42
- package/styles/excel-filter/icons/_fusionnew.scss +0 -42
- package/styles/excel-filter/icons/_highcontrast-light.scss +0 -38
- package/styles/excel-filter/icons/_highcontrast.scss +0 -38
- package/styles/excel-filter/icons/_material-dark.scss +0 -38
- package/styles/excel-filter/icons/_material.scss +0 -38
- package/styles/excel-filter/icons/_material3.scss +0 -42
- package/styles/excel-filter/icons/_tailwind-dark.scss +0 -1
- package/styles/excel-filter/icons/_tailwind.scss +0 -42
- package/styles/grid/_all.scss +0 -2
- package/styles/grid/_bootstrap-dark-definition.scss +0 -596
- package/styles/grid/_bootstrap-definition.scss +0 -598
- package/styles/grid/_bootstrap4-definition.scss +0 -602
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -597
- package/styles/grid/_fabric-dark-definition.scss +0 -594
- package/styles/grid/_fabric-definition.scss +0 -594
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -589
- package/styles/grid/_fusionnew-definition.scss +0 -574
- package/styles/grid/_highcontrast-definition.scss +0 -594
- package/styles/grid/_highcontrast-light-definition.scss +0 -590
- package/styles/grid/_layout.scss +0 -4349
- package/styles/grid/_material-dark-definition.scss +0 -594
- package/styles/grid/_material-definition.scss +0 -592
- package/styles/grid/_material3-definition.scss +0 -598
- package/styles/grid/_office-365-definition.scss +0 -1
- package/styles/grid/_tailwind-dark-definition.scss +0 -1
- package/styles/grid/_tailwind-definition.scss +0 -603
- package/styles/grid/_theme.scss +0 -603
- package/styles/grid/icons/_bootstrap-dark.scss +0 -226
- package/styles/grid/icons/_bootstrap.scss +0 -226
- package/styles/grid/icons/_bootstrap4.scss +0 -225
- package/styles/grid/icons/_bootstrap5-dark.scss +0 -1
- package/styles/grid/icons/_bootstrap5.scss +0 -246
- package/styles/grid/icons/_fabric-dark.scss +0 -225
- package/styles/grid/icons/_fabric.scss +0 -225
- package/styles/grid/icons/_fluent-dark.scss +0 -1
- package/styles/grid/icons/_fluent.scss +0 -246
- package/styles/grid/icons/_fusionnew.scss +0 -246
- package/styles/grid/icons/_highcontrast-light.scss +0 -225
- package/styles/grid/icons/_highcontrast.scss +0 -225
- package/styles/grid/icons/_material-dark.scss +0 -225
- package/styles/grid/icons/_material.scss +0 -225
- package/styles/grid/icons/_material3.scss +0 -246
- package/styles/grid/icons/_tailwind-dark.scss +0 -1
- package/styles/grid/icons/_tailwind.scss +0 -246
- package/syncfusion-ej2-angular-grids.d.ts +0 -5
|
@@ -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;
|
|
@@ -2670,9 +2666,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2670
2666
|
border-width: 1px 0 0;
|
|
2671
2667
|
cursor: pointer;
|
|
2672
2668
|
}
|
|
2673
|
-
.e-grid .e-disablepointer {
|
|
2674
|
-
cursor: default;
|
|
2675
|
-
}
|
|
2676
2669
|
.e-grid .e-groupcaption {
|
|
2677
2670
|
border-style: solid;
|
|
2678
2671
|
border-width: 1px 0 0;
|
|
@@ -2894,8 +2887,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2894
2887
|
.e-grid .e-checkboxfiltertext {
|
|
2895
2888
|
width: 150px;
|
|
2896
2889
|
word-break: normal;
|
|
2897
|
-
/* stylelint-disable */
|
|
2898
|
-
/* stylelint-enable */
|
|
2899
2890
|
}
|
|
2900
2891
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2901
2892
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2955,10 +2946,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2955
2946
|
overflow: hidden;
|
|
2956
2947
|
}
|
|
2957
2948
|
.e-grid .e-frozenhdrcont {
|
|
2958
|
-
-ms-touch-action: none;
|
|
2949
|
+
-ms-touch-action: none;
|
|
2959
2950
|
}
|
|
2960
2951
|
.e-grid .e-frozencontent {
|
|
2961
|
-
-ms-touch-action: none;
|
|
2952
|
+
-ms-touch-action: none;
|
|
2962
2953
|
border-bottom-width: 1px;
|
|
2963
2954
|
float: left;
|
|
2964
2955
|
width: min-content;
|
|
@@ -2967,19 +2958,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2967
2958
|
float: right;
|
|
2968
2959
|
}
|
|
2969
2960
|
.e-grid .e-movablecontent {
|
|
2970
|
-
-ms-overflow-style: none;
|
|
2961
|
+
-ms-overflow-style: none;
|
|
2971
2962
|
-ms-flex: 1;
|
|
2972
2963
|
flex: 1;
|
|
2973
2964
|
overflow-x: auto;
|
|
2974
2965
|
overflow-y: hidden;
|
|
2975
2966
|
}
|
|
2976
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2967
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2977
2968
|
display: none;
|
|
2978
2969
|
}
|
|
2979
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2970
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2980
2971
|
width: 7px;
|
|
2981
2972
|
}
|
|
2982
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2973
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2983
2974
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2984
2975
|
border-radius: 4px;
|
|
2985
2976
|
}
|
|
@@ -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 {
|
|
@@ -3386,34 +3377,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3386
3377
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3387
3378
|
border-right: 0;
|
|
3388
3379
|
}
|
|
3389
|
-
.e-grid .e-mask {
|
|
3390
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3391
|
-
display: inline-block;
|
|
3392
|
-
height: 10px;
|
|
3393
|
-
width: 80%;
|
|
3394
|
-
}
|
|
3395
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3396
|
-
margin-left: 7px;
|
|
3397
|
-
width: 16px;
|
|
3398
|
-
}
|
|
3399
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3400
|
-
width: 16px;
|
|
3401
|
-
}
|
|
3402
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3403
|
-
margin-left: 3px;
|
|
3404
|
-
margin-right: 16px;
|
|
3405
|
-
width: 20px;
|
|
3406
|
-
}
|
|
3407
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3408
|
-
width: 13px;
|
|
3409
|
-
}
|
|
3410
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3411
|
-
margin-left: 8px;
|
|
3412
|
-
}
|
|
3413
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3414
|
-
margin-left: 12px;
|
|
3415
|
-
width: 12px;
|
|
3416
|
-
}
|
|
3417
3380
|
.e-grid.sf-grid .e-table {
|
|
3418
3381
|
border-spacing: 0.25px;
|
|
3419
3382
|
}
|
|
@@ -3994,7 +3957,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3994
3957
|
}
|
|
3995
3958
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3996
3959
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3997
|
-
-moz-appearance: none;
|
|
3960
|
+
-moz-appearance: none;
|
|
3998
3961
|
height: 1px;
|
|
3999
3962
|
opacity: 0;
|
|
4000
3963
|
width: 1px;
|
|
@@ -4266,7 +4229,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4266
4229
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4267
4230
|
border-right-color: #9c9c9c;
|
|
4268
4231
|
}
|
|
4269
|
-
.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) {
|
|
4232
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4270
4233
|
background-color: #393939;
|
|
4271
4234
|
color: #f0f0f0;
|
|
4272
4235
|
}
|
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;
|
|
@@ -2671,9 +2667,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2671
2667
|
border-width: 1px 0 0;
|
|
2672
2668
|
cursor: pointer;
|
|
2673
2669
|
}
|
|
2674
|
-
.e-grid .e-disablepointer {
|
|
2675
|
-
cursor: default;
|
|
2676
|
-
}
|
|
2677
2670
|
.e-grid .e-groupcaption {
|
|
2678
2671
|
border-style: solid;
|
|
2679
2672
|
border-width: 1px 0 0;
|
|
@@ -2895,8 +2888,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2895
2888
|
.e-grid .e-checkboxfiltertext {
|
|
2896
2889
|
width: 150px;
|
|
2897
2890
|
word-break: normal;
|
|
2898
|
-
/* stylelint-disable */
|
|
2899
|
-
/* stylelint-enable */
|
|
2900
2891
|
}
|
|
2901
2892
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2902
2893
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2956,10 +2947,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2956
2947
|
overflow: hidden;
|
|
2957
2948
|
}
|
|
2958
2949
|
.e-grid .e-frozenhdrcont {
|
|
2959
|
-
-ms-touch-action: none;
|
|
2950
|
+
-ms-touch-action: none;
|
|
2960
2951
|
}
|
|
2961
2952
|
.e-grid .e-frozencontent {
|
|
2962
|
-
-ms-touch-action: none;
|
|
2953
|
+
-ms-touch-action: none;
|
|
2963
2954
|
border-bottom-width: 1px;
|
|
2964
2955
|
float: left;
|
|
2965
2956
|
width: min-content;
|
|
@@ -2968,19 +2959,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2968
2959
|
float: right;
|
|
2969
2960
|
}
|
|
2970
2961
|
.e-grid .e-movablecontent {
|
|
2971
|
-
-ms-overflow-style: none;
|
|
2962
|
+
-ms-overflow-style: none;
|
|
2972
2963
|
-ms-flex: 1;
|
|
2973
2964
|
flex: 1;
|
|
2974
2965
|
overflow-x: auto;
|
|
2975
2966
|
overflow-y: hidden;
|
|
2976
2967
|
}
|
|
2977
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2968
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2978
2969
|
display: none;
|
|
2979
2970
|
}
|
|
2980
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2971
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2981
2972
|
width: 7px;
|
|
2982
2973
|
}
|
|
2983
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2974
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2984
2975
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2985
2976
|
border-radius: 4px;
|
|
2986
2977
|
}
|
|
@@ -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 {
|
|
@@ -3387,34 +3378,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3387
3378
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3388
3379
|
border-right: 0;
|
|
3389
3380
|
}
|
|
3390
|
-
.e-grid .e-mask {
|
|
3391
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3392
|
-
display: inline-block;
|
|
3393
|
-
height: 10px;
|
|
3394
|
-
width: 80%;
|
|
3395
|
-
}
|
|
3396
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3397
|
-
margin-left: 7px;
|
|
3398
|
-
width: 16px;
|
|
3399
|
-
}
|
|
3400
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3401
|
-
width: 16px;
|
|
3402
|
-
}
|
|
3403
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3404
|
-
margin-left: 3px;
|
|
3405
|
-
margin-right: 16px;
|
|
3406
|
-
width: 20px;
|
|
3407
|
-
}
|
|
3408
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3409
|
-
width: 13px;
|
|
3410
|
-
}
|
|
3411
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3412
|
-
margin-left: 8px;
|
|
3413
|
-
}
|
|
3414
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3415
|
-
margin-left: 12px;
|
|
3416
|
-
width: 12px;
|
|
3417
|
-
}
|
|
3418
3381
|
.e-grid.sf-grid .e-table {
|
|
3419
3382
|
border-spacing: 0.25px;
|
|
3420
3383
|
}
|
|
@@ -3995,7 +3958,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3995
3958
|
}
|
|
3996
3959
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3997
3960
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3998
|
-
-moz-appearance: none;
|
|
3961
|
+
-moz-appearance: none;
|
|
3999
3962
|
height: 1px;
|
|
4000
3963
|
opacity: 0;
|
|
4001
3964
|
width: 1px;
|
|
@@ -4267,7 +4230,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4267
4230
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4268
4231
|
border-right-color: #317ab9;
|
|
4269
4232
|
}
|
|
4270
|
-
.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) {
|
|
4233
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4271
4234
|
background-color: #f5f5f5;
|
|
4272
4235
|
color: #333;
|
|
4273
4236
|
}
|
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;
|
|
@@ -2726,9 +2722,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2726
2722
|
border-width: 1px 0 0;
|
|
2727
2723
|
cursor: pointer;
|
|
2728
2724
|
}
|
|
2729
|
-
.e-grid .e-disablepointer {
|
|
2730
|
-
cursor: default;
|
|
2731
|
-
}
|
|
2732
2725
|
.e-grid .e-groupcaption {
|
|
2733
2726
|
border-style: solid;
|
|
2734
2727
|
border-width: 1px 0 0;
|
|
@@ -2950,8 +2943,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2950
2943
|
.e-grid .e-checkboxfiltertext {
|
|
2951
2944
|
width: 150px;
|
|
2952
2945
|
word-break: normal;
|
|
2953
|
-
/* stylelint-disable */
|
|
2954
|
-
/* stylelint-enable */
|
|
2955
2946
|
}
|
|
2956
2947
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2957
2948
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -3011,10 +3002,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3011
3002
|
overflow: hidden;
|
|
3012
3003
|
}
|
|
3013
3004
|
.e-grid .e-frozenhdrcont {
|
|
3014
|
-
-ms-touch-action: none;
|
|
3005
|
+
-ms-touch-action: none;
|
|
3015
3006
|
}
|
|
3016
3007
|
.e-grid .e-frozencontent {
|
|
3017
|
-
-ms-touch-action: none;
|
|
3008
|
+
-ms-touch-action: none;
|
|
3018
3009
|
border-bottom-width: 1px;
|
|
3019
3010
|
float: left;
|
|
3020
3011
|
width: min-content;
|
|
@@ -3023,19 +3014,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3023
3014
|
float: right;
|
|
3024
3015
|
}
|
|
3025
3016
|
.e-grid .e-movablecontent {
|
|
3026
|
-
-ms-overflow-style: none;
|
|
3017
|
+
-ms-overflow-style: none;
|
|
3027
3018
|
-ms-flex: 1;
|
|
3028
3019
|
flex: 1;
|
|
3029
3020
|
overflow-x: auto;
|
|
3030
3021
|
overflow-y: hidden;
|
|
3031
3022
|
}
|
|
3032
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3023
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3033
3024
|
display: none;
|
|
3034
3025
|
}
|
|
3035
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3026
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3036
3027
|
width: 7px;
|
|
3037
3028
|
}
|
|
3038
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3029
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3039
3030
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3040
3031
|
border-radius: 4px;
|
|
3041
3032
|
}
|
|
@@ -3399,10 +3390,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3399
3390
|
text-overflow: ellipsis;
|
|
3400
3391
|
}
|
|
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 {
|
|
@@ -3443,34 +3434,6 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3443
3434
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3444
3435
|
border-right: 0;
|
|
3445
3436
|
}
|
|
3446
|
-
.e-grid .e-mask {
|
|
3447
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
3448
|
-
display: inline-block;
|
|
3449
|
-
height: 10px;
|
|
3450
|
-
width: 80%;
|
|
3451
|
-
}
|
|
3452
|
-
.e-grid .e-mask.e-mask-group-intent {
|
|
3453
|
-
margin-left: 7px;
|
|
3454
|
-
width: 16px;
|
|
3455
|
-
}
|
|
3456
|
-
.e-grid .e-mask.e-mask-detail-intent {
|
|
3457
|
-
width: 16px;
|
|
3458
|
-
}
|
|
3459
|
-
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3460
|
-
margin-left: 3px;
|
|
3461
|
-
margin-right: 16px;
|
|
3462
|
-
width: 20px;
|
|
3463
|
-
}
|
|
3464
|
-
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3465
|
-
width: 13px;
|
|
3466
|
-
}
|
|
3467
|
-
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3468
|
-
margin-left: 8px;
|
|
3469
|
-
}
|
|
3470
|
-
.e-grid .e-mask.e-mask-drag-intent {
|
|
3471
|
-
margin-left: 12px;
|
|
3472
|
-
width: 12px;
|
|
3473
|
-
}
|
|
3474
3437
|
.e-grid.sf-grid .e-table {
|
|
3475
3438
|
border-spacing: 0.25px;
|
|
3476
3439
|
}
|
|
@@ -4051,7 +4014,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4051
4014
|
}
|
|
4052
4015
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4053
4016
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4054
|
-
-moz-appearance: none;
|
|
4017
|
+
-moz-appearance: none;
|
|
4055
4018
|
height: 1px;
|
|
4056
4019
|
opacity: 0;
|
|
4057
4020
|
width: 1px;
|
|
@@ -4323,7 +4286,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4323
4286
|
.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
|
|
4324
4287
|
border-right-color: #6c757d;
|
|
4325
4288
|
}
|
|
4326
|
-
.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) {
|
|
4289
|
+
.e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
4327
4290
|
background-color: rgba(0, 0, 0, 0.08);
|
|
4328
4291
|
color: #212529;
|
|
4329
4292
|
}
|