@syncfusion/ej2-angular-grids 32.2.3-ngcc → 32.2.3
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/CHANGELOG.md +2865 -0
- package/README.md +16 -8
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +298 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +881 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +881 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/grid/aggregate-columns.directive.d.ts +119 -114
- package/src/grid/aggregates.directive.d.ts +45 -40
- package/src/grid/columns.directive.d.ts +484 -479
- package/src/grid/grid-all.module.d.ts +36 -30
- package/src/grid/grid.component.d.ts +168 -163
- package/src/grid/grid.module.d.ts +15 -5
- package/src/grid/stacked-column.directive.d.ts +486 -481
- package/src/index.d.ts +11 -11
- package/src/pager/pager-all.module.d.ts +11 -5
- package/src/pager/pager.component.d.ts +43 -40
- package/src/pager/pager.module.d.ts +11 -5
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/excel-filter/bds.scss +1 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -1
- package/styles/excel-filter/bootstrap.scss +1 -1
- package/styles/excel-filter/bootstrap4.scss +1 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -1
- package/styles/excel-filter/bootstrap5.3.scss +1 -1
- package/styles/excel-filter/bootstrap5.scss +1 -1
- package/styles/excel-filter/fabric-dark.scss +1 -1
- package/styles/excel-filter/fabric.scss +1 -1
- package/styles/excel-filter/fluent-dark.scss +1 -1
- package/styles/excel-filter/fluent.scss +1 -1
- package/styles/excel-filter/fluent2.scss +1 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -1
- package/styles/excel-filter/highcontrast.scss +1 -1
- package/styles/excel-filter/material-dark.scss +1 -1
- package/styles/excel-filter/material.scss +1 -1
- package/styles/excel-filter/material3-dark.scss +1 -2
- package/styles/excel-filter/material3.scss +1 -2
- package/styles/excel-filter/tailwind-dark.scss +1 -1
- package/styles/excel-filter/tailwind.scss +1 -1
- package/styles/excel-filter/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +2 -2
- package/styles/grid/bds.scss +1 -1
- package/styles/grid/bootstrap-dark.scss +1 -1
- package/styles/grid/bootstrap.scss +1 -1
- package/styles/grid/bootstrap4.scss +1 -1
- package/styles/grid/bootstrap5-dark.scss +1 -1
- package/styles/grid/bootstrap5.3.scss +1 -1
- package/styles/grid/bootstrap5.scss +1 -1
- package/styles/grid/fabric-dark.scss +1 -1
- package/styles/grid/fabric.scss +1 -1
- package/styles/grid/fluent-dark.scss +1 -1
- package/styles/grid/fluent.scss +1 -1
- package/styles/grid/fluent2.scss +1 -1
- package/styles/grid/highcontrast-light.scss +1 -1
- package/styles/grid/highcontrast.scss +1 -1
- package/styles/grid/material-dark.scss +1 -1
- package/styles/grid/material.scss +1 -1
- package/styles/grid/material3-dark.scss +1 -2
- package/styles/grid/material3.scss +1 -2
- package/styles/grid/tailwind-dark.scss +1 -1
- package/styles/grid/tailwind.scss +1 -1
- package/styles/grid/tailwind3.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +2 -2
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +2 -3
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +2 -3
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +2 -2
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -1008
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -947
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-grids.umd.js +0 -1634
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
|
@@ -1,30 +1,36 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
+
export declare const FilterService: ValueProvider;
|
|
6
|
+
export declare const PageService: ValueProvider;
|
|
7
|
+
export declare const SelectionService: ValueProvider;
|
|
8
|
+
export declare const SortService: ValueProvider;
|
|
9
|
+
export declare const GroupService: ValueProvider;
|
|
10
|
+
export declare const ReorderService: ValueProvider;
|
|
11
|
+
export declare const RowDDService: ValueProvider;
|
|
12
|
+
export declare const DetailRowService: ValueProvider;
|
|
13
|
+
export declare const ToolbarService: ValueProvider;
|
|
14
|
+
export declare const AggregateService: ValueProvider;
|
|
15
|
+
export declare const SearchService: ValueProvider;
|
|
16
|
+
export declare const VirtualScrollService: ValueProvider;
|
|
17
|
+
export declare const EditService: ValueProvider;
|
|
18
|
+
export declare const ResizeService: ValueProvider;
|
|
19
|
+
export declare const ExcelExportService: ValueProvider;
|
|
20
|
+
export declare const PdfExportService: ValueProvider;
|
|
21
|
+
export declare const CommandColumnService: ValueProvider;
|
|
22
|
+
export declare const ContextMenuService: ValueProvider;
|
|
23
|
+
export declare const FreezeService: ValueProvider;
|
|
24
|
+
export declare const ColumnMenuService: ValueProvider;
|
|
25
|
+
export declare const ColumnChooserService: ValueProvider;
|
|
26
|
+
export declare const ForeignKeyService: ValueProvider;
|
|
27
|
+
export declare const InfiniteScrollService: ValueProvider;
|
|
28
|
+
export declare const LazyLoadGroupService: ValueProvider;
|
|
29
|
+
/**
|
|
30
|
+
* NgModule definition for the Grid component with providers.
|
|
31
|
+
*/
|
|
32
|
+
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
|
+
}
|
|
@@ -1,163 +1,168 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Grid } from '@syncfusion/ej2-grids';
|
|
4
|
-
import { ColumnsDirective } from './columns.directive';
|
|
5
|
-
import { AggregatesDirective } from './aggregates.directive';
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
* >
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
*
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Grid } from '@syncfusion/ej2-grids';
|
|
4
|
+
import { ColumnsDirective } from './columns.directive';
|
|
5
|
+
import { AggregatesDirective } from './aggregates.directive';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const inputs: string[];
|
|
8
|
+
export declare const outputs: string[];
|
|
9
|
+
export declare const twoWays: string[];
|
|
10
|
+
/**
|
|
11
|
+
* `ejs-grid` represents the Angular Grid Component.
|
|
12
|
+
* ```html
|
|
13
|
+
* <ejs-grid [dataSource]='data' allowPaging='true' allowSorting='true'></ejs-grid>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class GridComponent extends Grid implements IComponentBase {
|
|
17
|
+
private ngEle;
|
|
18
|
+
private srenderer;
|
|
19
|
+
private viewContainerRef;
|
|
20
|
+
private injector;
|
|
21
|
+
context: any;
|
|
22
|
+
tagObjects: any;
|
|
23
|
+
actionBegin: any;
|
|
24
|
+
actionComplete: any;
|
|
25
|
+
actionFailure: any;
|
|
26
|
+
batchAdd: any;
|
|
27
|
+
batchCancel: any;
|
|
28
|
+
batchDelete: any;
|
|
29
|
+
beforeAutoFill: any;
|
|
30
|
+
beforeBatchAdd: any;
|
|
31
|
+
beforeBatchDelete: any;
|
|
32
|
+
beforeBatchSave: any;
|
|
33
|
+
beforeCopy: any;
|
|
34
|
+
beforeCustomFilterOpen: any;
|
|
35
|
+
beforeDataBound: any;
|
|
36
|
+
beforeDetailTemplateDetach: any;
|
|
37
|
+
beforeExcelExport: any;
|
|
38
|
+
beforeOpenAdaptiveDialog: any;
|
|
39
|
+
beforeOpenColumnChooser: any;
|
|
40
|
+
beforePaste: any;
|
|
41
|
+
beforePdfExport: any;
|
|
42
|
+
beforePrint: any;
|
|
43
|
+
beginEdit: any;
|
|
44
|
+
cellDeselected: any;
|
|
45
|
+
cellDeselecting: any;
|
|
46
|
+
cellEdit: any;
|
|
47
|
+
cellSave: any;
|
|
48
|
+
cellSaved: any;
|
|
49
|
+
cellSelected: any;
|
|
50
|
+
cellSelecting: any;
|
|
51
|
+
checkBoxChange: any;
|
|
52
|
+
columnDataStateChange: any;
|
|
53
|
+
columnDeselected: any;
|
|
54
|
+
columnDeselecting: any;
|
|
55
|
+
columnDrag: any;
|
|
56
|
+
columnDragStart: any;
|
|
57
|
+
columnDrop: any;
|
|
58
|
+
columnMenuClick: any;
|
|
59
|
+
columnMenuClose: any;
|
|
60
|
+
columnMenuOpen: any;
|
|
61
|
+
columnSelected: any;
|
|
62
|
+
columnSelecting: any;
|
|
63
|
+
commandClick: any;
|
|
64
|
+
contextMenuClick: any;
|
|
65
|
+
contextMenuClose: any;
|
|
66
|
+
contextMenuOpen: any;
|
|
67
|
+
created: any;
|
|
68
|
+
dataBound: any;
|
|
69
|
+
dataSourceChanged: any;
|
|
70
|
+
dataStateChange: any;
|
|
71
|
+
destroyed: any;
|
|
72
|
+
detailCollapse: any;
|
|
73
|
+
detailDataBound: any;
|
|
74
|
+
detailExpand: any;
|
|
75
|
+
excelAggregateQueryCellInfo: any;
|
|
76
|
+
excelExportComplete: any;
|
|
77
|
+
excelHeaderQueryCellInfo: any;
|
|
78
|
+
excelQueryCellInfo: any;
|
|
79
|
+
exportDetailDataBound: any;
|
|
80
|
+
exportDetailTemplate: any;
|
|
81
|
+
exportGroupCaption: any;
|
|
82
|
+
headerCellInfo: any;
|
|
83
|
+
keyPressed: any;
|
|
84
|
+
lazyLoadGroupCollapse: any;
|
|
85
|
+
lazyLoadGroupExpand: any;
|
|
86
|
+
load: any;
|
|
87
|
+
pdfAggregateQueryCellInfo: any;
|
|
88
|
+
pdfExportComplete: any;
|
|
89
|
+
pdfHeaderQueryCellInfo: any;
|
|
90
|
+
pdfQueryCellInfo: any;
|
|
91
|
+
printComplete: any;
|
|
92
|
+
queryCellInfo: any;
|
|
93
|
+
recordClick: any;
|
|
94
|
+
recordDoubleClick: any;
|
|
95
|
+
resizeStart: any;
|
|
96
|
+
resizeStop: any;
|
|
97
|
+
resizing: any;
|
|
98
|
+
rowDataBound: any;
|
|
99
|
+
rowDeselected: any;
|
|
100
|
+
rowDeselecting: any;
|
|
101
|
+
rowDrag: any;
|
|
102
|
+
rowDragStart: any;
|
|
103
|
+
rowDragStartHelper: any;
|
|
104
|
+
rowDrop: any;
|
|
105
|
+
rowSelected: any;
|
|
106
|
+
rowSelecting: any;
|
|
107
|
+
toolbarClick: any;
|
|
108
|
+
dataSourceChange: any;
|
|
109
|
+
childColumns: QueryList<ColumnsDirective>;
|
|
110
|
+
childAggregates: QueryList<AggregatesDirective>;
|
|
111
|
+
tags: string[];
|
|
112
|
+
/**
|
|
113
|
+
* The row template that renders customized rows from the given template.
|
|
114
|
+
* By default, Grid renders a table row for every data source item.
|
|
115
|
+
* > * It accepts either [template string](../../common/template/) or HTML element ID.
|
|
116
|
+
* > * The row template must be a table row.
|
|
117
|
+
*
|
|
118
|
+
* > Check the [`Row Template`](../../grid/row/) customization.
|
|
119
|
+
*
|
|
120
|
+
* @default null
|
|
121
|
+
* @asptype string
|
|
122
|
+
*/
|
|
123
|
+
rowTemplate: any;
|
|
124
|
+
/**
|
|
125
|
+
* The empty record template that renders customized element or text or image instead of displaying the empty record message in the grid.
|
|
126
|
+
* > It accepts either the [template string](../../common/template/) or the HTML element ID.
|
|
127
|
+
* @default null
|
|
128
|
+
* @asptype string
|
|
129
|
+
*/
|
|
130
|
+
emptyRecordTemplate: any;
|
|
131
|
+
/**
|
|
132
|
+
* The detail template allows you to show or hide additional information about a particular row.
|
|
133
|
+
*
|
|
134
|
+
* > It accepts either the [template string](../../common/template/) or the HTML element ID.
|
|
135
|
+
*
|
|
136
|
+
*{% codeBlock src="grid/detail-template-api/index.ts" %}{% endcodeBlock %}
|
|
137
|
+
*
|
|
138
|
+
* @default null
|
|
139
|
+
* @asptype string
|
|
140
|
+
*/
|
|
141
|
+
detailTemplate: any;
|
|
142
|
+
/**
|
|
143
|
+
* It used to render toolbar template
|
|
144
|
+
* @default null
|
|
145
|
+
* @asptype string
|
|
146
|
+
*/
|
|
147
|
+
toolbarTemplate: any;
|
|
148
|
+
/**
|
|
149
|
+
* It used to render pager template
|
|
150
|
+
* @default null
|
|
151
|
+
* @asptype string
|
|
152
|
+
*/
|
|
153
|
+
pagerTemplate: any;
|
|
154
|
+
editSettings_template: any;
|
|
155
|
+
groupSettings_captionTemplate: any;
|
|
156
|
+
columnChooserSettings_headerTemplate: any;
|
|
157
|
+
columnChooserSettings_template: any;
|
|
158
|
+
columnChooserSettings_footerTemplate: any;
|
|
159
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
160
|
+
ngOnInit(): void;
|
|
161
|
+
ngAfterViewInit(): void;
|
|
162
|
+
ngOnDestroy(): void;
|
|
163
|
+
ngAfterContentChecked(): void;
|
|
164
|
+
registerEvents: (eventList: string[]) => void;
|
|
165
|
+
addTwoWay: (propList: string[]) => void;
|
|
166
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
167
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "ejs-grid", never, { "adaptiveUIMode": "adaptiveUIMode"; "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"; "autoFit": "autoFit"; "childGrid": "childGrid"; "clipMode": "clipMode"; "columnChooserSettings": "columnChooserSettings"; "columnMenuItems": "columnMenuItems"; "columnQueryMode": "columnQueryMode"; "columns": "columns"; "contextMenuItems": "contextMenuItems"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "currentAction": "currentAction"; "currentViewData": "currentViewData"; "dataSource": "dataSource"; "detailTemplate": "detailTemplate"; "editSettings": "editSettings"; "ej2StatePersistenceVersion": "ej2StatePersistenceVersion"; "emptyRecordTemplate": "emptyRecordTemplate"; "enableAdaptiveUI": "enableAdaptiveUI"; "enableAltRow": "enableAltRow"; "enableAutoFill": "enableAutoFill"; "enableColumnSpan": "enableColumnSpan"; "enableColumnVirtualization": "enableColumnVirtualization"; "enableHeaderFocus": "enableHeaderFocus"; "enableHover": "enableHover"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableImmutableMode": "enableImmutableMode"; "enableInfiniteScrolling": "enableInfiniteScrolling"; "enablePersistence": "enablePersistence"; "enableRowSpan": "enableRowSpan"; "enableRtl": "enableRtl"; "enableStickyHeader": "enableStickyHeader"; "enableVirtualMaskRow": "enableVirtualMaskRow"; "enableVirtualization": "enableVirtualization"; "exportGrids": "exportGrids"; "filterSettings": "filterSettings"; "frozenColumns": "frozenColumns"; "frozenRows": "frozenRows"; "gridLines": "gridLines"; "groupSettings": "groupSettings"; "height": "height"; "hierarchyPrintMode": "hierarchyPrintMode"; "infiniteScrollSettings": "infiniteScrollSettings"; "isRowPinned": "isRowPinned"; "isRowSelectable": "isRowSelectable"; "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"; "showHider": "showHider"; "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"; "beforeCustomFilterOpen": "beforeCustomFilterOpen"; "beforeDataBound": "beforeDataBound"; "beforeDetailTemplateDetach": "beforeDetailTemplateDetach"; "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"; "columnMenuClose": "columnMenuClose"; "columnMenuOpen": "columnMenuOpen"; "columnSelected": "columnSelected"; "columnSelecting": "columnSelecting"; "commandClick": "commandClick"; "contextMenuClick": "contextMenuClick"; "contextMenuClose": "contextMenuClose"; "contextMenuOpen": "contextMenuOpen"; "created": "created"; "dataBound": "dataBound"; "dataSourceChanged": "dataSourceChanged"; "dataStateChange": "dataStateChange"; "destroyed": "destroyed"; "detailCollapse": "detailCollapse"; "detailDataBound": "detailDataBound"; "detailExpand": "detailExpand"; "excelAggregateQueryCellInfo": "excelAggregateQueryCellInfo"; "excelExportComplete": "excelExportComplete"; "excelHeaderQueryCellInfo": "excelHeaderQueryCellInfo"; "excelQueryCellInfo": "excelQueryCellInfo"; "exportDetailDataBound": "exportDetailDataBound"; "exportDetailTemplate": "exportDetailTemplate"; "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", "emptyRecordTemplate", "detailTemplate", "toolbarTemplate", "pagerTemplate", "editSettings_template", "groupSettings_captionTemplate", "columnChooserSettings_headerTemplate", "columnChooserSettings_template", "columnChooserSettings_footerTemplate", "childColumns", "childAggregates"], never>;
|
|
168
|
+
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
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
|
+
/**
|
|
9
|
+
* NgModule definition for the Grid component.
|
|
10
|
+
*/
|
|
11
|
+
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
|
+
}
|