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