@syncfusion/ej2-angular-grids 29.2.11-ngcc → 30.1.37-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.
@@ -1,30 +1,30 @@
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
+ 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,160 +1,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
- 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
- beforeDataBound: any;
34
- beforeDetailTemplateDetach: any;
35
- beforeExcelExport: any;
36
- beforeOpenAdaptiveDialog: any;
37
- beforeOpenColumnChooser: any;
38
- beforePaste: any;
39
- beforePdfExport: any;
40
- beforePrint: any;
41
- beginEdit: any;
42
- cellDeselected: any;
43
- cellDeselecting: any;
44
- cellEdit: any;
45
- cellSave: any;
46
- cellSaved: any;
47
- cellSelected: any;
48
- cellSelecting: any;
49
- checkBoxChange: any;
50
- columnDataStateChange: any;
51
- columnDeselected: any;
52
- columnDeselecting: any;
53
- columnDrag: any;
54
- columnDragStart: any;
55
- columnDrop: any;
56
- columnMenuClick: any;
57
- columnMenuOpen: any;
58
- columnSelected: any;
59
- columnSelecting: any;
60
- commandClick: any;
61
- contextMenuClick: any;
62
- contextMenuOpen: any;
63
- created: any;
64
- dataBound: any;
65
- dataSourceChanged: any;
66
- dataStateChange: any;
67
- destroyed: any;
68
- detailDataBound: any;
69
- excelAggregateQueryCellInfo: any;
70
- excelExportComplete: any;
71
- excelHeaderQueryCellInfo: any;
72
- excelQueryCellInfo: any;
73
- exportDetailDataBound: any;
74
- exportDetailTemplate: any;
75
- exportGroupCaption: any;
76
- headerCellInfo: any;
77
- keyPressed: any;
78
- lazyLoadGroupCollapse: any;
79
- lazyLoadGroupExpand: any;
80
- load: any;
81
- pdfAggregateQueryCellInfo: any;
82
- pdfExportComplete: any;
83
- pdfHeaderQueryCellInfo: any;
84
- pdfQueryCellInfo: any;
85
- printComplete: any;
86
- queryCellInfo: any;
87
- recordClick: any;
88
- recordDoubleClick: any;
89
- resizeStart: any;
90
- resizeStop: any;
91
- resizing: any;
92
- rowDataBound: any;
93
- rowDeselected: any;
94
- rowDeselecting: any;
95
- rowDrag: any;
96
- rowDragStart: any;
97
- rowDragStartHelper: any;
98
- rowDrop: any;
99
- rowSelected: any;
100
- rowSelecting: any;
101
- toolbarClick: any;
102
- dataSourceChange: any;
103
- childColumns: QueryList<ColumnsDirective>;
104
- childAggregates: QueryList<AggregatesDirective>;
105
- tags: string[];
106
- /**
107
- * The row template that renders customized rows from the given template.
108
- * By default, Grid renders a table row for every data source item.
109
- * > * It accepts either [template string](../../common/template-engine/) or HTML element ID.
110
- * > * The row template must be a table row.
111
- *
112
- * > Check the [`Row Template`](../../grid/row/) customization.
113
- *
114
- * @default null
115
- * @asptype string
116
- */
117
- rowTemplate: any;
118
- /**
119
- * The empty record template that renders customized element or text or image instead of displaying the empty record message in the grid.
120
- * > It accepts either the [template string](../../common/template-engine/) or the HTML element ID.
121
- * @default null
122
- * @asptype string
123
- */
124
- emptyRecordTemplate: any;
125
- /**
126
- * The detail template allows you to show or hide additional information about a particular row.
127
- *
128
- * > It accepts either the [template string](../../common/template-engine/) or the HTML element ID.
129
- *
130
- *{% codeBlock src="grid/detail-template-api/index.ts" %}{% endcodeBlock %}
131
- *
132
- * @default null
133
- * @asptype string
134
- */
135
- detailTemplate: any;
136
- /**
137
- * It used to render toolbar template
138
- * @default null
139
- * @asptype string
140
- */
141
- toolbarTemplate: any;
142
- /**
143
- * It used to render pager template
144
- * @default null
145
- * @asptype string
146
- */
147
- pagerTemplate: any;
148
- editSettings_template: any;
149
- groupSettings_captionTemplate: any;
150
- columnChooserSettings_headerTemplate: any;
151
- columnChooserSettings_template: any;
152
- columnChooserSettings_footerTemplate: any;
153
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
154
- ngOnInit(): void;
155
- ngAfterViewInit(): void;
156
- ngOnDestroy(): void;
157
- ngAfterContentChecked(): void;
158
- registerEvents: (eventList: string[]) => void;
159
- addTwoWay: (propList: string[]) => void;
160
- }
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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Grid component.
3
- */
4
- export declare class GridModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Grid component.
3
+ */
4
+ export declare class GridModule {
5
+ }