@syncfusion/ej2-angular-grids 20.3.56 → 20.3.57-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 +2729 -0
- package/dist/ej2-angular-grids.umd.js +1600 -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 +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +23 -12
- package/styles/bootstrap.css +23 -12
- package/styles/bootstrap4.css +23 -12
- package/styles/bootstrap5-dark.css +23 -12
- package/styles/bootstrap5.css +23 -12
- package/styles/excel-filter/bootstrap-dark.css +2 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -17
- package/styles/excel-filter/bootstrap.css +2 -1
- package/styles/excel-filter/bootstrap.scss +1 -17
- package/styles/excel-filter/bootstrap4.css +2 -1
- package/styles/excel-filter/bootstrap4.scss +1 -17
- package/styles/excel-filter/bootstrap5-dark.css +2 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -17
- package/styles/excel-filter/bootstrap5.css +2 -1
- package/styles/excel-filter/bootstrap5.scss +1 -17
- package/styles/excel-filter/fabric-dark.css +2 -1
- package/styles/excel-filter/fabric-dark.scss +1 -17
- package/styles/excel-filter/fabric.css +2 -1
- package/styles/excel-filter/fabric.scss +1 -17
- package/styles/excel-filter/fluent-dark.css +2 -1
- package/styles/excel-filter/fluent-dark.scss +1 -17
- package/styles/excel-filter/fluent.css +2 -1
- package/styles/excel-filter/fluent.scss +1 -17
- package/styles/excel-filter/highcontrast-light.css +2 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -17
- package/styles/excel-filter/highcontrast.css +2 -1
- package/styles/excel-filter/highcontrast.scss +1 -17
- package/styles/excel-filter/material-dark.css +2 -1
- package/styles/excel-filter/material-dark.scss +1 -17
- package/styles/excel-filter/material.css +2 -1
- package/styles/excel-filter/material.scss +1 -17
- package/styles/excel-filter/tailwind-dark.css +2 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -17
- package/styles/excel-filter/tailwind.css +2 -1
- package/styles/excel-filter/tailwind.scss +1 -17
- package/styles/fabric-dark.css +23 -12
- package/styles/fabric.css +23 -12
- package/styles/fluent-dark.css +23 -12
- package/styles/fluent.css +23 -12
- package/styles/grid/bootstrap-dark.css +21 -11
- package/styles/grid/bootstrap-dark.scss +1 -21
- package/styles/grid/bootstrap.css +21 -11
- package/styles/grid/bootstrap.scss +1 -21
- package/styles/grid/bootstrap4.css +21 -11
- package/styles/grid/bootstrap4.scss +1 -21
- package/styles/grid/bootstrap5-dark.css +21 -11
- package/styles/grid/bootstrap5-dark.scss +1 -21
- package/styles/grid/bootstrap5.css +21 -11
- package/styles/grid/bootstrap5.scss +1 -21
- package/styles/grid/fabric-dark.css +21 -11
- package/styles/grid/fabric-dark.scss +1 -21
- package/styles/grid/fabric.css +21 -11
- package/styles/grid/fabric.scss +1 -21
- package/styles/grid/fluent-dark.css +21 -11
- package/styles/grid/fluent-dark.scss +1 -21
- package/styles/grid/fluent.css +21 -11
- package/styles/grid/fluent.scss +1 -21
- package/styles/grid/highcontrast-light.css +21 -11
- package/styles/grid/highcontrast-light.scss +1 -21
- package/styles/grid/highcontrast.css +21 -11
- package/styles/grid/highcontrast.scss +1 -21
- package/styles/grid/material-dark.css +21 -11
- package/styles/grid/material-dark.scss +1 -21
- package/styles/grid/material.css +21 -11
- package/styles/grid/material.scss +1 -21
- package/styles/grid/tailwind-dark.css +21 -11
- package/styles/grid/tailwind-dark.scss +1 -21
- package/styles/grid/tailwind.css +21 -11
- package/styles/grid/tailwind.scss +1 -21
- package/styles/highcontrast-light.css +23 -12
- package/styles/highcontrast.css +23 -12
- package/styles/material-dark.css +23 -12
- package/styles/material.css +23 -12
- package/styles/tailwind-dark.css +23 -12
- package/styles/tailwind.css +23 -12
- 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 -417
- 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 -42
- 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 -597
- package/styles/grid/_bootstrap-definition.scss +0 -599
- package/styles/grid/_bootstrap4-definition.scss +0 -603
- package/styles/grid/_bootstrap5-dark-definition.scss +0 -1
- package/styles/grid/_bootstrap5-definition.scss +0 -598
- package/styles/grid/_fabric-dark-definition.scss +0 -595
- package/styles/grid/_fabric-definition.scss +0 -595
- package/styles/grid/_fluent-dark-definition.scss +0 -1
- package/styles/grid/_fluent-definition.scss +0 -590
- package/styles/grid/_fusionnew-definition.scss +0 -575
- package/styles/grid/_highcontrast-definition.scss +0 -595
- package/styles/grid/_highcontrast-light-definition.scss +0 -591
- package/styles/grid/_layout.scss +0 -4352
- package/styles/grid/_material-dark-definition.scss +0 -595
- package/styles/grid/_material-definition.scss +0 -593
- package/styles/grid/_material3-definition.scss +0 -599
- 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 -604
- 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,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-aggregate->e-column` directive represent a aggregate column of the Angular Grid.
|
|
6
5
|
* ```html
|
|
@@ -102,8 +101,6 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
|
|
|
102
101
|
*/
|
|
103
102
|
groupCaptionTemplate: any;
|
|
104
103
|
constructor(viewContainerRef: ViewContainerRef);
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateColumnDirective, never>;
|
|
106
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateColumnDirective, "ejs-grid>e-aggregates>e-aggregate>e-columns>e-column", never, { "columnName": "columnName"; "customAggregate": "customAggregate"; "field": "field"; "footerTemplate": "footerTemplate"; "format": "format"; "groupCaptionTemplate": "groupCaptionTemplate"; "groupFooterTemplate": "groupFooterTemplate"; "type": "type"; }, {}, ["footerTemplate", "groupFooterTemplate", "groupCaptionTemplate"]>;
|
|
107
104
|
}
|
|
108
105
|
/**
|
|
109
106
|
* AggregateColumn Array Directive
|
|
@@ -111,6 +108,4 @@ export declare class AggregateColumnDirective extends ComplexBase<AggregateColum
|
|
|
111
108
|
*/
|
|
112
109
|
export declare class AggregateColumnsDirective extends ArrayBase<AggregateColumnsDirective> {
|
|
113
110
|
constructor();
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateColumnsDirective, never>;
|
|
115
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateColumnsDirective, "ejs-grid>e-aggregates>e-aggregate>e-columns", never, {}, {}, ["children"]>;
|
|
116
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-aggregate` directive represent a aggregate row of the Angular Grid.
|
|
6
5
|
* It must be contained in a Grid component(`ejs-grid`).
|
|
@@ -31,8 +30,6 @@ export declare class AggregateDirective extends ComplexBase<AggregateDirective>
|
|
|
31
30
|
*/
|
|
32
31
|
columns: any;
|
|
33
32
|
constructor(viewContainerRef: ViewContainerRef);
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregateDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregateDirective, "ejs-grid>e-aggregates>e-aggregate", never, { "columns": "columns"; }, {}, ["childColumns"]>;
|
|
36
33
|
}
|
|
37
34
|
/**
|
|
38
35
|
* Aggregate Array Directive
|
|
@@ -40,6 +37,4 @@ export declare class AggregateDirective extends ComplexBase<AggregateDirective>
|
|
|
40
37
|
*/
|
|
41
38
|
export declare class AggregatesDirective extends ArrayBase<AggregatesDirective> {
|
|
42
39
|
constructor();
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AggregatesDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AggregatesDirective, "ejs-grid>e-aggregates", never, {}, {}, ["children"]>;
|
|
45
40
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-column` directive represent a column of the Angular Grid.
|
|
6
5
|
* It must be contained in a Grid component(`ejs-grid`).
|
|
@@ -450,8 +449,6 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
450
449
|
*/
|
|
451
450
|
filterTemplate: any;
|
|
452
451
|
constructor(viewContainerRef: ViewContainerRef);
|
|
453
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnDirective, never>;
|
|
454
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnDirective, "ejs-grid>e-columns>e-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSearching": "allowSearching"; "allowSorting": "allowSorting"; "autoFit": "autoFit"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "dataSource": "dataSource"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "enableGroupByFormat": "enableGroupByFormat"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "foreignKeyField": "foreignKeyField"; "foreignKeyValue": "foreignKeyValue"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "headerValueAccessor": "headerValueAccessor"; "hideAtMedia": "hideAtMedia"; "index": "index"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "commandsTemplate", "filter_itemTemplate", "editTemplate", "filterTemplate", "childColumns"]>;
|
|
455
452
|
}
|
|
456
453
|
/**
|
|
457
454
|
* Column Array Directive
|
|
@@ -459,6 +456,4 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
459
456
|
*/
|
|
460
457
|
export declare class ColumnsDirective extends ArrayBase<ColumnsDirective> {
|
|
461
458
|
constructor();
|
|
462
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsDirective, never>;
|
|
463
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnsDirective, "ejs-grid>e-columns", never, {}, {}, ["children"]>;
|
|
464
459
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./grid.module";
|
|
5
2
|
export declare const FilterService: ValueProvider;
|
|
6
3
|
export declare const PageService: ValueProvider;
|
|
7
4
|
export declare const SelectionService: ValueProvider;
|
|
@@ -30,7 +27,4 @@ export declare const LazyLoadGroupService: ValueProvider;
|
|
|
30
27
|
* NgModule definition for the Grid component with providers.
|
|
31
28
|
*/
|
|
32
29
|
export declare class GridAllModule {
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridAllModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridAllModule, never, [typeof i1.CommonModule, typeof i2.GridModule], [typeof i2.GridModule]>;
|
|
35
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GridAllModule>;
|
|
36
30
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { Grid } from '@syncfusion/ej2-grids';
|
|
4
4
|
import { ColumnsDirective } from './columns.directive';
|
|
5
5
|
import { AggregatesDirective } from './aggregates.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -140,6 +139,4 @@ export declare class GridComponent extends Grid implements IComponentBase {
|
|
|
140
139
|
ngAfterContentChecked(): void;
|
|
141
140
|
registerEvents: (eventList: string[]) => void;
|
|
142
141
|
addTwoWay: (propList: string[]) => void;
|
|
143
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "ejs-grid", never, { "aggregates": "aggregates"; "allowExcelExport": "allowExcelExport"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowKeyboard": "allowKeyboard"; "allowMultiSorting": "allowMultiSorting"; "allowPaging": "allowPaging"; "allowPdfExport": "allowPdfExport"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowRowDragAndDrop": "allowRowDragAndDrop"; "allowSelection": "allowSelection"; "allowSorting": "allowSorting"; "allowTextWrap": "allowTextWrap"; "childGrid": "childGrid"; "clipMode": "clipMode"; "columnChooserSettings": "columnChooserSettings"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "currentAction": "currentAction"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "ej2StatePersistenceVersion": "ej2StatePersistenceVersion"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHeaderFocus": "enableHeaderFocus"; "enableHover": "enableHover"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableStickyHeader": "enableStickyHeader"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "groupSettings": "groupSettings"; "height": "height"; "hierarchyPrintMode": "hierarchyPrintMode"; "infiniteScrollSettings": "infiniteScrollSettings"; "loadingIndicator": "loadingIndicator"; "locale": "locale"; "pageSettings": "pageSettings"; "pagerTemplate": "pagerTemplate"; "parentDetails": "parentDetails"; "printMode": "printMode"; "query": "query"; "queryString": "queryString"; "resizeSettings": "resizeSettings"; "rowDropSettings": "rowDropSettings"; "rowHeight": "rowHeight"; "rowRenderingMode": "rowRenderingMode"; "rowTemplate": "rowTemplate"; "searchSettings": "searchSettings"; "selectedRowIndex": "selectedRowIndex"; "selectionSettings": "selectionSettings"; "showColumnChooser": "showColumnChooser"; "showColumnMenu": "showColumnMenu"; "sortSettings": "sortSettings"; "textWrapSettings": "textWrapSettings"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "batchAdd": "batchAdd"; "batchCancel": "batchCancel"; "batchDelete": "batchDelete"; "beforeAutoFill": "beforeAutoFill"; "beforeBatchAdd": "beforeBatchAdd"; "beforeBatchDelete": "beforeBatchDelete"; "beforeBatchSave": "beforeBatchSave"; "beforeCopy": "beforeCopy"; "beforeDataBound": "beforeDataBound"; "beforeExcelExport": "beforeExcelExport"; "beforeOpenAdaptiveDialog": "beforeOpenAdaptiveDialog"; "beforeOpenColumnChooser": "beforeOpenColumnChooser"; "beforePaste": "beforePaste"; "beforePdfExport": "beforePdfExport"; "beforePrint": "beforePrint"; "beginEdit": "beginEdit"; "cellDeselected": "cellDeselected"; "cellDeselecting": "cellDeselecting"; "cellEdit": "cellEdit"; "cellSave": "cellSave"; "cellSaved": "cellSaved"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "checkBoxChange": "checkBoxChange"; "columnDataStateChange": "columnDataStateChange"; "columnDeselected": "columnDeselected"; "columnDeselecting": "columnDeselecting"; "columnDrag": "columnDrag"; "columnDragStart": "columnDragStart"; "columnDrop": "columnDrop"; "columnMenuClick": "columnMenuClick"; "columnMenuOpen": "columnMenuOpen"; "columnSelected": "columnSelected"; "columnSelecting": "columnSelecting"; "commandClick": "commandClick"; "contextMenuClick": "contextMenuClick"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "detailDataBound": "detailDataBound"; "excelAggregateQueryCellInfo": "excelAggregateQueryCellInfo"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "exportDetailDataBound": "exportDetailDataBound"; "exportGroupCaption": "exportGroupCaption"; "headerCellInfo": "headerCellInfo"; "keyPressed": "keyPressed"; "lazyLoadGroupCollapse": "lazyLoadGroupCollapse"; "lazyLoadGroupExpand": "lazyLoadGroupExpand"; "load": "load"; "pdfAggregateQueryCellInfo": "pdfAggregateQueryCellInfo"; "pdfExportComplete": "pdfExportComplete"; "pdfHeaderQueryCellInfo": "pdfHeaderQueryCellInfo"; "pdfQueryCellInfo": "pdfQueryCellInfo"; "printComplete": "printComplete"; "queryCellInfo": "queryCellInfo"; "recordClick": "recordClick"; "recordDoubleClick": "recordDoubleClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "rowDataBound": "rowDataBound"; "rowDeselected": "rowDeselected"; "rowDeselecting": "rowDeselecting"; "rowDrag": "rowDrag"; "rowDragStart": "rowDragStart"; "rowDragStartHelper": "rowDragStartHelper"; "rowDrop": "rowDrop"; "rowSelected": "rowSelected"; "rowSelecting": "rowSelecting"; "toolbarClick": "toolbarClick"; "dataSourceChange": "dataSourceChange"; }, ["rowTemplate", "detailTemplate", "toolbarTemplate", "pagerTemplate", "editSettings_template", "groupSettings_captionTemplate", "childColumns", "childAggregates"], never>;
|
|
145
142
|
}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./grid.component";
|
|
3
|
-
import * as i2 from "./stacked-column.directive";
|
|
4
|
-
import * as i3 from "./columns.directive";
|
|
5
|
-
import * as i4 from "./aggregate-columns.directive";
|
|
6
|
-
import * as i5 from "./aggregates.directive";
|
|
7
|
-
import * as i6 from "@angular/common";
|
|
8
1
|
/**
|
|
9
2
|
* NgModule definition for the Grid component.
|
|
10
3
|
*/
|
|
11
4
|
export declare class GridModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective], [typeof i6.CommonModule], [typeof i1.GridComponent, typeof i2.StackedColumnDirective, typeof i2.StackedColumnsDirective, typeof i3.ColumnDirective, typeof i3.ColumnsDirective, typeof i4.AggregateColumnDirective, typeof i4.AggregateColumnsDirective, typeof i5.AggregateDirective, typeof i5.AggregatesDirective]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
15
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-stacked-column` directive represent the stacked column of the Angular Grid.
|
|
6
5
|
* It must be contained in a StackedColumns component(`e-stacked-columns`).
|
|
@@ -452,8 +451,6 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
452
451
|
*/
|
|
453
452
|
filterTemplate: any;
|
|
454
453
|
constructor(viewContainerRef: ViewContainerRef);
|
|
455
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnDirective, never>;
|
|
456
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnDirective, "ejs-grid>e-columns>e-column>e-stacked-columns>e-stacked-column", never, { "allowEditing": "allowEditing"; "allowFiltering": "allowFiltering"; "allowGrouping": "allowGrouping"; "allowReordering": "allowReordering"; "allowResizing": "allowResizing"; "allowSearching": "allowSearching"; "allowSorting": "allowSorting"; "autoFit": "autoFit"; "clipMode": "clipMode"; "columns": "columns"; "commands": "commands"; "customAttributes": "customAttributes"; "dataSource": "dataSource"; "defaultValue": "defaultValue"; "disableHtmlEncode": "disableHtmlEncode"; "displayAsCheckBox": "displayAsCheckBox"; "edit": "edit"; "editTemplate": "editTemplate"; "editType": "editType"; "enableGroupByFormat": "enableGroupByFormat"; "field": "field"; "filter": "filter"; "filterBarTemplate": "filterBarTemplate"; "filterTemplate": "filterTemplate"; "foreignKeyField": "foreignKeyField"; "foreignKeyValue": "foreignKeyValue"; "format": "format"; "formatter": "formatter"; "freeze": "freeze"; "headerTemplate": "headerTemplate"; "headerText": "headerText"; "headerTextAlign": "headerTextAlign"; "headerValueAccessor": "headerValueAccessor"; "hideAtMedia": "hideAtMedia"; "index": "index"; "isFrozen": "isFrozen"; "isIdentity": "isIdentity"; "isPrimaryKey": "isPrimaryKey"; "lockColumn": "lockColumn"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "showColumnMenu": "showColumnMenu"; "showInColumnChooser": "showInColumnChooser"; "sortComparer": "sortComparer"; "template": "template"; "textAlign": "textAlign"; "type": "type"; "uid": "uid"; "validationRules": "validationRules"; "valueAccessor": "valueAccessor"; "visible": "visible"; "width": "width"; }, {}, ["template", "headerTemplate", "commandsTemplate", "filter_itemTemplate", "editTemplate", "filterTemplate"]>;
|
|
457
454
|
}
|
|
458
455
|
/**
|
|
459
456
|
* StackedColumn Array Directive
|
|
@@ -461,6 +458,4 @@ export declare class StackedColumnDirective extends ComplexBase<StackedColumnDir
|
|
|
461
458
|
*/
|
|
462
459
|
export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
|
|
463
460
|
constructor();
|
|
464
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnsDirective, never>;
|
|
465
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnsDirective, "ejs-grid>e-columns>e-column>e-stacked-columns", never, {}, {}, ["children"]>;
|
|
466
461
|
}
|
|
@@ -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
|
}
|
|
@@ -371,7 +371,8 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none;
|
|
375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
375
376
|
height: 1px;
|
|
376
377
|
opacity: 0;
|
|
377
378
|
width: 1px;
|
|
@@ -2042,7 +2043,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2042
2043
|
text-overflow: ellipsis;
|
|
2043
2044
|
white-space: nowrap;
|
|
2044
2045
|
}
|
|
2045
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2046
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2046
2047
|
text-overflow: clip;
|
|
2047
2048
|
}
|
|
2048
2049
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2334,7 +2335,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2334
2335
|
padding-left: 8px;
|
|
2335
2336
|
}
|
|
2336
2337
|
.e-grid .e-chk-hidden {
|
|
2337
|
-
-moz-appearance: none;
|
|
2338
|
+
-moz-appearance: none;
|
|
2339
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2338
2340
|
height: 1px;
|
|
2339
2341
|
opacity: 0;
|
|
2340
2342
|
width: 1px;
|
|
@@ -2348,7 +2350,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2348
2350
|
}
|
|
2349
2351
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2350
2352
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2351
|
-
-webkit-user-select: auto;
|
|
2353
|
+
-webkit-user-select: auto;
|
|
2354
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2352
2355
|
height: 20px;
|
|
2353
2356
|
line-height: 20px;
|
|
2354
2357
|
position: relative;
|
|
@@ -2544,7 +2547,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2544
2547
|
padding: 2px;
|
|
2545
2548
|
}
|
|
2546
2549
|
.e-grid .e-content {
|
|
2547
|
-
-webkit-overflow-scrolling: touch;
|
|
2550
|
+
-webkit-overflow-scrolling: touch;
|
|
2551
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2548
2552
|
overflow-x: auto;
|
|
2549
2553
|
overflow-y: scroll;
|
|
2550
2554
|
position: relative;
|
|
@@ -2959,10 +2963,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2959
2963
|
overflow: hidden;
|
|
2960
2964
|
}
|
|
2961
2965
|
.e-grid .e-frozenhdrcont {
|
|
2962
|
-
-ms-touch-action: none;
|
|
2966
|
+
-ms-touch-action: none;
|
|
2967
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2963
2968
|
}
|
|
2964
2969
|
.e-grid .e-frozencontent {
|
|
2965
|
-
-ms-touch-action: none;
|
|
2970
|
+
-ms-touch-action: none;
|
|
2971
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2966
2972
|
border-bottom-width: 1px;
|
|
2967
2973
|
float: left;
|
|
2968
2974
|
width: min-content;
|
|
@@ -2971,19 +2977,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2971
2977
|
float: right;
|
|
2972
2978
|
}
|
|
2973
2979
|
.e-grid .e-movablecontent {
|
|
2974
|
-
-ms-overflow-style: none;
|
|
2980
|
+
-ms-overflow-style: none;
|
|
2981
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2975
2982
|
-ms-flex: 1;
|
|
2976
2983
|
flex: 1;
|
|
2977
2984
|
overflow-x: auto;
|
|
2978
2985
|
overflow-y: hidden;
|
|
2979
2986
|
}
|
|
2980
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2987
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2988
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2981
2989
|
display: none;
|
|
2982
2990
|
}
|
|
2983
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2991
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2992
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2984
2993
|
width: 7px;
|
|
2985
2994
|
}
|
|
2986
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2995
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2996
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2987
2997
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2988
2998
|
border-radius: 4px;
|
|
2989
2999
|
}
|
|
@@ -4000,7 +4010,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4000
4010
|
}
|
|
4001
4011
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4002
4012
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4003
|
-
-moz-appearance: none;
|
|
4013
|
+
-moz-appearance: none;
|
|
4014
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4004
4015
|
height: 1px;
|
|
4005
4016
|
opacity: 0;
|
|
4006
4017
|
width: 1px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -371,7 +371,8 @@
|
|
|
371
371
|
word-break: normal;
|
|
372
372
|
}
|
|
373
373
|
.e-excelfilter .e-chk-hidden {
|
|
374
|
-
-moz-appearance: none;
|
|
374
|
+
-moz-appearance: none;
|
|
375
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
375
376
|
height: 1px;
|
|
376
377
|
opacity: 0;
|
|
377
378
|
width: 1px;
|
|
@@ -2043,7 +2044,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2043
2044
|
text-overflow: ellipsis;
|
|
2044
2045
|
white-space: nowrap;
|
|
2045
2046
|
}
|
|
2046
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2047
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2047
2048
|
text-overflow: clip;
|
|
2048
2049
|
}
|
|
2049
2050
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2335,7 +2336,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2335
2336
|
padding-left: 8px;
|
|
2336
2337
|
}
|
|
2337
2338
|
.e-grid .e-chk-hidden {
|
|
2338
|
-
-moz-appearance: none;
|
|
2339
|
+
-moz-appearance: none;
|
|
2340
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2339
2341
|
height: 1px;
|
|
2340
2342
|
opacity: 0;
|
|
2341
2343
|
width: 1px;
|
|
@@ -2349,7 +2351,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2349
2351
|
}
|
|
2350
2352
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2351
2353
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2352
|
-
-webkit-user-select: auto;
|
|
2354
|
+
-webkit-user-select: auto;
|
|
2355
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2353
2356
|
height: 20px;
|
|
2354
2357
|
line-height: 20px;
|
|
2355
2358
|
position: relative;
|
|
@@ -2545,7 +2548,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2545
2548
|
padding: 2px;
|
|
2546
2549
|
}
|
|
2547
2550
|
.e-grid .e-content {
|
|
2548
|
-
-webkit-overflow-scrolling: touch;
|
|
2551
|
+
-webkit-overflow-scrolling: touch;
|
|
2552
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2549
2553
|
overflow-x: auto;
|
|
2550
2554
|
overflow-y: scroll;
|
|
2551
2555
|
position: relative;
|
|
@@ -2960,10 +2964,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2960
2964
|
overflow: hidden;
|
|
2961
2965
|
}
|
|
2962
2966
|
.e-grid .e-frozenhdrcont {
|
|
2963
|
-
-ms-touch-action: none;
|
|
2967
|
+
-ms-touch-action: none;
|
|
2968
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2964
2969
|
}
|
|
2965
2970
|
.e-grid .e-frozencontent {
|
|
2966
|
-
-ms-touch-action: none;
|
|
2971
|
+
-ms-touch-action: none;
|
|
2972
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2967
2973
|
border-bottom-width: 1px;
|
|
2968
2974
|
float: left;
|
|
2969
2975
|
width: min-content;
|
|
@@ -2972,19 +2978,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2972
2978
|
float: right;
|
|
2973
2979
|
}
|
|
2974
2980
|
.e-grid .e-movablecontent {
|
|
2975
|
-
-ms-overflow-style: none;
|
|
2981
|
+
-ms-overflow-style: none;
|
|
2982
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2976
2983
|
-ms-flex: 1;
|
|
2977
2984
|
flex: 1;
|
|
2978
2985
|
overflow-x: auto;
|
|
2979
2986
|
overflow-y: hidden;
|
|
2980
2987
|
}
|
|
2981
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2988
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2989
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2982
2990
|
display: none;
|
|
2983
2991
|
}
|
|
2984
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2992
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2993
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2985
2994
|
width: 7px;
|
|
2986
2995
|
}
|
|
2987
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2996
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2997
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2988
2998
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2989
2999
|
border-radius: 4px;
|
|
2990
3000
|
}
|
|
@@ -4001,7 +4011,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4001
4011
|
}
|
|
4002
4012
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4003
4013
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4004
|
-
-moz-appearance: none;
|
|
4014
|
+
-moz-appearance: none;
|
|
4015
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4005
4016
|
height: 1px;
|
|
4006
4017
|
opacity: 0;
|
|
4007
4018
|
width: 1px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -416,7 +416,8 @@
|
|
|
416
416
|
word-break: normal;
|
|
417
417
|
}
|
|
418
418
|
.e-excelfilter .e-chk-hidden {
|
|
419
|
-
-moz-appearance: none;
|
|
419
|
+
-moz-appearance: none;
|
|
420
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
420
421
|
height: 1px;
|
|
421
422
|
opacity: 0;
|
|
422
423
|
width: 1px;
|
|
@@ -2099,7 +2100,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2099
2100
|
text-overflow: ellipsis;
|
|
2100
2101
|
white-space: nowrap;
|
|
2101
2102
|
}
|
|
2102
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2103
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2103
2104
|
text-overflow: clip;
|
|
2104
2105
|
}
|
|
2105
2106
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2391,7 +2392,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2391
2392
|
padding-left: 8px;
|
|
2392
2393
|
}
|
|
2393
2394
|
.e-grid .e-chk-hidden {
|
|
2394
|
-
-moz-appearance: none;
|
|
2395
|
+
-moz-appearance: none;
|
|
2396
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2395
2397
|
height: 1px;
|
|
2396
2398
|
opacity: 0;
|
|
2397
2399
|
width: 1px;
|
|
@@ -2405,7 +2407,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2405
2407
|
}
|
|
2406
2408
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2407
2409
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2408
|
-
-webkit-user-select: auto;
|
|
2410
|
+
-webkit-user-select: auto;
|
|
2411
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2409
2412
|
height: 20px;
|
|
2410
2413
|
line-height: 20px;
|
|
2411
2414
|
position: relative;
|
|
@@ -2601,7 +2604,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2601
2604
|
padding: 2px;
|
|
2602
2605
|
}
|
|
2603
2606
|
.e-grid .e-content {
|
|
2604
|
-
-webkit-overflow-scrolling: touch;
|
|
2607
|
+
-webkit-overflow-scrolling: touch;
|
|
2608
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2605
2609
|
overflow-x: auto;
|
|
2606
2610
|
overflow-y: scroll;
|
|
2607
2611
|
position: relative;
|
|
@@ -3018,10 +3022,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3018
3022
|
overflow: hidden;
|
|
3019
3023
|
}
|
|
3020
3024
|
.e-grid .e-frozenhdrcont {
|
|
3021
|
-
-ms-touch-action: none;
|
|
3025
|
+
-ms-touch-action: none;
|
|
3026
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3022
3027
|
}
|
|
3023
3028
|
.e-grid .e-frozencontent {
|
|
3024
|
-
-ms-touch-action: none;
|
|
3029
|
+
-ms-touch-action: none;
|
|
3030
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3025
3031
|
border-bottom-width: 1px;
|
|
3026
3032
|
float: left;
|
|
3027
3033
|
width: min-content;
|
|
@@ -3030,19 +3036,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3030
3036
|
float: right;
|
|
3031
3037
|
}
|
|
3032
3038
|
.e-grid .e-movablecontent {
|
|
3033
|
-
-ms-overflow-style: none;
|
|
3039
|
+
-ms-overflow-style: none;
|
|
3040
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3034
3041
|
-ms-flex: 1;
|
|
3035
3042
|
flex: 1;
|
|
3036
3043
|
overflow-x: auto;
|
|
3037
3044
|
overflow-y: hidden;
|
|
3038
3045
|
}
|
|
3039
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3046
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3047
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3040
3048
|
display: none;
|
|
3041
3049
|
}
|
|
3042
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3050
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3051
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3043
3052
|
width: 7px;
|
|
3044
3053
|
}
|
|
3045
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3054
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3055
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3046
3056
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3047
3057
|
border-radius: 4px;
|
|
3048
3058
|
}
|
|
@@ -4060,7 +4070,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4060
4070
|
}
|
|
4061
4071
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4062
4072
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4063
|
-
-moz-appearance: none;
|
|
4073
|
+
-moz-appearance: none;
|
|
4074
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4064
4075
|
height: 1px;
|
|
4065
4076
|
opacity: 0;
|
|
4066
4077
|
width: 1px;
|
|
@@ -415,7 +415,8 @@
|
|
|
415
415
|
word-break: normal;
|
|
416
416
|
}
|
|
417
417
|
.e-excelfilter .e-chk-hidden {
|
|
418
|
-
-moz-appearance: none;
|
|
418
|
+
-moz-appearance: none;
|
|
419
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
419
420
|
height: 1px;
|
|
420
421
|
opacity: 0;
|
|
421
422
|
width: 1px;
|
|
@@ -2106,7 +2107,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2106
2107
|
text-overflow: ellipsis;
|
|
2107
2108
|
white-space: nowrap;
|
|
2108
2109
|
}
|
|
2109
|
-
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
|
+
.e-grid.e-responsive .e-rowcell.e-gridchkbox, .e-grid.e-responsive .e-rowcell.e-gridchkbox-cell, .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
|
|
2110
2111
|
text-overflow: clip;
|
|
2111
2112
|
}
|
|
2112
2113
|
.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
|
|
@@ -2398,7 +2399,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2398
2399
|
padding-left: 8px;
|
|
2399
2400
|
}
|
|
2400
2401
|
.e-grid .e-chk-hidden {
|
|
2401
|
-
-moz-appearance: none;
|
|
2402
|
+
-moz-appearance: none;
|
|
2403
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2402
2404
|
height: 1px;
|
|
2403
2405
|
opacity: 0;
|
|
2404
2406
|
width: 1px;
|
|
@@ -2412,7 +2414,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2412
2414
|
}
|
|
2413
2415
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2414
2416
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2415
|
-
-webkit-user-select: auto;
|
|
2417
|
+
-webkit-user-select: auto;
|
|
2418
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2416
2419
|
height: 20px;
|
|
2417
2420
|
line-height: 20px;
|
|
2418
2421
|
position: relative;
|
|
@@ -2608,7 +2611,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2608
2611
|
padding: 2px;
|
|
2609
2612
|
}
|
|
2610
2613
|
.e-grid .e-content {
|
|
2611
|
-
-webkit-overflow-scrolling: touch;
|
|
2614
|
+
-webkit-overflow-scrolling: touch;
|
|
2615
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
2612
2616
|
overflow-x: auto;
|
|
2613
2617
|
overflow-y: scroll;
|
|
2614
2618
|
position: relative;
|
|
@@ -3023,10 +3027,12 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3023
3027
|
overflow: hidden;
|
|
3024
3028
|
}
|
|
3025
3029
|
.e-grid .e-frozenhdrcont {
|
|
3026
|
-
-ms-touch-action: none;
|
|
3030
|
+
-ms-touch-action: none;
|
|
3031
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3027
3032
|
}
|
|
3028
3033
|
.e-grid .e-frozencontent {
|
|
3029
|
-
-ms-touch-action: none;
|
|
3034
|
+
-ms-touch-action: none;
|
|
3035
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3030
3036
|
border-bottom-width: 1px;
|
|
3031
3037
|
float: left;
|
|
3032
3038
|
width: min-content;
|
|
@@ -3035,19 +3041,23 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3035
3041
|
float: right;
|
|
3036
3042
|
}
|
|
3037
3043
|
.e-grid .e-movablecontent {
|
|
3038
|
-
-ms-overflow-style: none;
|
|
3044
|
+
-ms-overflow-style: none;
|
|
3045
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3039
3046
|
-ms-flex: 1;
|
|
3040
3047
|
flex: 1;
|
|
3041
3048
|
overflow-x: auto;
|
|
3042
3049
|
overflow-y: hidden;
|
|
3043
3050
|
}
|
|
3044
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3051
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
3052
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3045
3053
|
display: none;
|
|
3046
3054
|
}
|
|
3047
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3055
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
3056
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3048
3057
|
width: 7px;
|
|
3049
3058
|
}
|
|
3050
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3059
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
3060
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
3051
3061
|
background-color: rgba(0, 0, 0, 0.5);
|
|
3052
3062
|
border-radius: 4px;
|
|
3053
3063
|
}
|
|
@@ -4074,7 +4084,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4074
4084
|
}
|
|
4075
4085
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
4076
4086
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
4077
|
-
-moz-appearance: none;
|
|
4087
|
+
-moz-appearance: none;
|
|
4088
|
+
/* stylelint-disable-line property-no-vendor-prefix */
|
|
4078
4089
|
height: 1px;
|
|
4079
4090
|
opacity: 0;
|
|
4080
4091
|
width: 1px;
|