@syncfusion/ej2-angular-treegrid 30.1.38 → 30.2.4-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-treegrid.es5.js +798 -0
- package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-treegrid.js +748 -0
- package/@syncfusion/ej2-angular-treegrid.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-treegrid.umd.js +978 -0
- package/dist/ej2-angular-treegrid.umd.js.map +1 -0
- package/dist/ej2-angular-treegrid.umd.min.js +11 -0
- package/dist/ej2-angular-treegrid.umd.min.js.map +1 -0
- package/ej2-angular-treegrid.d.ts +5 -0
- package/ej2-angular-treegrid.metadata.json +1 -0
- package/package.json +17 -61
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +8 -8
- package/src/treegrid/aggregate-columns.directive.d.ts +86 -91
- package/src/treegrid/aggregates.directive.d.ts +44 -49
- package/src/treegrid/columns.directive.d.ts +323 -328
- package/src/treegrid/stacked-column.directive.d.ts +325 -330
- package/src/treegrid/treegrid-all.module.d.ts +27 -33
- package/src/treegrid/treegrid.component.d.ts +121 -124
- package/src/treegrid/treegrid.module.d.ts +5 -15
- package/CHANGELOG.md +0 -214
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -9
- package/esm2020/src/treegrid/aggregate-columns.directive.mjs +0 -72
- package/esm2020/src/treegrid/aggregates.directive.mjs +0 -69
- package/esm2020/src/treegrid/columns.directive.mjs +0 -100
- package/esm2020/src/treegrid/stacked-column.directive.mjs +0 -100
- package/esm2020/src/treegrid/treegrid-all.module.mjs +0 -89
- package/esm2020/src/treegrid/treegrid.component.mjs +0 -247
- package/esm2020/src/treegrid/treegrid.module.mjs +0 -61
- package/esm2020/syncfusion-ej2-angular-treegrid.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs +0 -710
- package/fesm2015/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs +0 -710
- package/fesm2020/syncfusion-ej2-angular-treegrid.mjs.map +0 -1
- package/syncfusion-ej2-angular-treegrid.d.ts +0 -5
@@ -1,330 +1,325 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
*
|
8
|
-
*
|
9
|
-
*
|
10
|
-
* <e-column
|
11
|
-
*
|
12
|
-
*
|
13
|
-
*
|
14
|
-
*
|
15
|
-
*
|
16
|
-
*
|
17
|
-
*
|
18
|
-
|
19
|
-
|
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
|
-
* { field: '
|
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
|
-
* input.
|
154
|
-
* input
|
155
|
-
*
|
156
|
-
* }
|
157
|
-
*
|
158
|
-
*
|
159
|
-
* }
|
160
|
-
*
|
161
|
-
*
|
162
|
-
*
|
163
|
-
*
|
164
|
-
*
|
165
|
-
*
|
166
|
-
*
|
167
|
-
|
168
|
-
|
169
|
-
*
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
*
|
175
|
-
*
|
176
|
-
*
|
177
|
-
*
|
178
|
-
* @
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
*
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
*
|
189
|
-
* @
|
190
|
-
* @
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
*
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
*
|
201
|
-
* @
|
202
|
-
* @
|
203
|
-
* @
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
*
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
*
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
*
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
*
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
*
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
*
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
*
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
*
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
*
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
*
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
*
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
*
|
264
|
-
* @
|
265
|
-
* @
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
*
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
*
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
*
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
*
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
*
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
*
|
296
|
-
* @
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
*
|
302
|
-
* @
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
*
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
*
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
|
327
|
-
constructor();
|
328
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StackedColumnsDirective, never>;
|
329
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StackedColumnsDirective, "ejs-treegrid>e-columns>e-column>e-stacked-columns", never, {}, {}, ["children"]>;
|
330
|
-
}
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
/**
|
4
|
+
* `e-stacked-column` directive represent the stacked column of the Angular TreeGrid.
|
5
|
+
* It must be contained in a StackedColumns component(`e-stacked-columns`).
|
6
|
+
* ```html
|
7
|
+
* <ejs-treegrid [dataSource]='data' allowPaging='true' allowSorting='true'>
|
8
|
+
* <e-columns>
|
9
|
+
* <e-column field='ID' width='100'></e-column>
|
10
|
+
* <e-column headerText='Details' width='100'>
|
11
|
+
* <e-stacked-columns>
|
12
|
+
* <e-stacked-column field='Name' width='140'></e-stacked-column>
|
13
|
+
* </e-stacked-columns>
|
14
|
+
* </e-column>
|
15
|
+
* </e-columns>
|
16
|
+
* </ejs-treegrid>
|
17
|
+
* ```
|
18
|
+
*/
|
19
|
+
export declare class StackedColumnDirective extends ComplexBase<StackedColumnDirective> {
|
20
|
+
private viewContainerRef;
|
21
|
+
directivePropList: any;
|
22
|
+
/**
|
23
|
+
* Defines the type of data stored in the column, which may be string, number, date, or other types.
|
24
|
+
* @default null
|
25
|
+
*/
|
26
|
+
type: any;
|
27
|
+
/**
|
28
|
+
* Controls whether editing is permitted for the column. By default, all columns are editable.
|
29
|
+
* @default true
|
30
|
+
*/
|
31
|
+
allowEditing: any;
|
32
|
+
/**
|
33
|
+
* Controls whether the column supports filtering. If set to false, users cannot filter data by this column.
|
34
|
+
* @default true
|
35
|
+
*/
|
36
|
+
allowFiltering: any;
|
37
|
+
/**
|
38
|
+
* Enables or disables the reordering of this column via drag-and-drop. Allows for dynamic column adjustments.
|
39
|
+
* @default true
|
40
|
+
*/
|
41
|
+
allowReordering: any;
|
42
|
+
/**
|
43
|
+
* Determines if this column can be resized. If false, the column size is fixed.
|
44
|
+
* @default true
|
45
|
+
*/
|
46
|
+
allowResizing: any;
|
47
|
+
/**
|
48
|
+
* Specifies whether sorting is enabled for this column. Set to false to prevent sort actions.
|
49
|
+
* @default true
|
50
|
+
*/
|
51
|
+
allowSorting: any;
|
52
|
+
/**
|
53
|
+
* Determines how overflow content is handled within a cell. Options include:
|
54
|
+
* * `Clip`: Truncates the content.
|
55
|
+
* * `Ellipsis`: Shows ellipsis for overflow.
|
56
|
+
* * `EllipsisWithTooltip`: Shows ellipsis and tooltip on hover.
|
57
|
+
* @default Syncfusion.EJ2.Grids.ClipMode.Ellipsis
|
58
|
+
* @isenumeration true
|
59
|
+
* @asptype Syncfusion.EJ2.Grids.ClipMode
|
60
|
+
*/
|
61
|
+
clipMode: any;
|
62
|
+
/**
|
63
|
+
* Allows for the creation of stacked headers by using multiple rows in the grid's header.
|
64
|
+
* @default null
|
65
|
+
*/
|
66
|
+
columns: any;
|
67
|
+
/**
|
68
|
+
* Provides built-in command button options for cells. Options include Edit, Delete, Save, and Cancel.
|
69
|
+
* Custom command button implementations are possible.
|
70
|
+
*
|
71
|
+
* The following code example implements the custom command column.
|
72
|
+
*```html
|
73
|
+
*<style type="text/css" class="cssStyles">
|
74
|
+
*.details-icon:before
|
75
|
+
*{
|
76
|
+
* content:"\e74d";
|
77
|
+
*}
|
78
|
+
*</style>
|
79
|
+
*<div id="TreeGrid"></div>
|
80
|
+
*```
|
81
|
+
*```typescript
|
82
|
+
*var gridObj = new TreeGrid({
|
83
|
+
*datasource: window.gridData,
|
84
|
+
*columns : [
|
85
|
+
* { field: 'CustomerID', headerText: 'Customer ID' },
|
86
|
+
* { field: 'CustomerName', headerText: 'Customer Name' },
|
87
|
+
* {commands: [{buttonOption:{content: 'Details', click: onClick, cssClass: details-icon}}], headerText: 'Customer Details'}
|
88
|
+
*]
|
89
|
+
*gridObj.appendTo("#TreeGrid");
|
90
|
+
*```
|
91
|
+
*
|
92
|
+
* @default null
|
93
|
+
*/
|
94
|
+
commands: any;
|
95
|
+
/**
|
96
|
+
* Enables the addition of CSS styles and attributes for the content cells in a particular column.
|
97
|
+
* @default null
|
98
|
+
*/
|
99
|
+
customAttributes: any;
|
100
|
+
/**
|
101
|
+
* Sets default values when new records are added to the TreeGrid involving this column.
|
102
|
+
* @default null
|
103
|
+
*/
|
104
|
+
defaultValue: any;
|
105
|
+
/**
|
106
|
+
* If set to `true`, the HTML content within header and content cells is encoded to prevent injection attacks.
|
107
|
+
* @default true
|
108
|
+
*/
|
109
|
+
disableHtmlEncode: any;
|
110
|
+
/**
|
111
|
+
* Displays the column value as a checkbox instead of a Boolean value when set to `true`.
|
112
|
+
* @default false
|
113
|
+
*/
|
114
|
+
displayAsCheckBox: any;
|
115
|
+
/**
|
116
|
+
* Allows customizing the default edit cell through the `IEditCell` object for more control over editing.
|
117
|
+
* @default {}
|
118
|
+
*/
|
119
|
+
edit: any;
|
120
|
+
/**
|
121
|
+
* Specifies the component type used for editing cells within this column.
|
122
|
+
* @default 'stringedit'
|
123
|
+
*/
|
124
|
+
editType: any;
|
125
|
+
/**
|
126
|
+
* Specifies the field name in the data source to which the column is bound. This field is used for operations like sorting and filtering.
|
127
|
+
* The field name must be a valid JavaScript identifier, beginning with a letter and avoiding spaces and special characters.
|
128
|
+
* @default 'undefined'
|
129
|
+
*/
|
130
|
+
field: any;
|
131
|
+
/**
|
132
|
+
* Customizes filter options for the column, enabling specialized filtering functionality.
|
133
|
+
* @default null
|
134
|
+
*/
|
135
|
+
filter: any;
|
136
|
+
/**
|
137
|
+
* Allows for a custom component within the filter bar, facilitating advanced filter interfaces.
|
138
|
+
* Includes create and read functions for custom component management.
|
139
|
+
*
|
140
|
+
* ```html
|
141
|
+
*<div id="TreeGrid"></div>
|
142
|
+
*```
|
143
|
+
*```typescript
|
144
|
+
*let gridObj: TreeGrid = new TreeGrid({
|
145
|
+
*dataSource: filterData,
|
146
|
+
*columns: [
|
147
|
+
* { field: 'OrderID', headerText: 'Order ID' },
|
148
|
+
* {
|
149
|
+
* field: 'EmployeeID', filterBarTemplate: {
|
150
|
+
* create: (args: { element: Element, column: Column }) => {
|
151
|
+
* let input: HTMLInputElement = document.createElement('input');
|
152
|
+
* input.id = 'EmployeeID';
|
153
|
+
* input.type = 'text';
|
154
|
+
* return input;
|
155
|
+
* },
|
156
|
+
* write: (args: { element: Element, column: Column }) => {
|
157
|
+
* args.element.addEventListener('input', args.column.filterBarTemplate.read as EventListener);
|
158
|
+
* },
|
159
|
+
* read: (args: { element: HTMLInputElement, columnIndex: number, column: Column }) => {
|
160
|
+
* gridObj.filterByColumn(args.element.id, 'equal', args.element.value);
|
161
|
+
* }
|
162
|
+
* }
|
163
|
+
*}],
|
164
|
+
* allowFiltering: true
|
165
|
+
*});
|
166
|
+
*gridObj.appendTo('#TreeGrid');
|
167
|
+
*```
|
168
|
+
*
|
169
|
+
* @default null
|
170
|
+
*/
|
171
|
+
filterBarTemplate: any;
|
172
|
+
/**
|
173
|
+
* Formats the displayed value of the column without affecting the underlying data. Supports standard and custom formats for numbers and dates.
|
174
|
+
*
|
175
|
+
* References for [number](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string)
|
176
|
+
*and [date](https://ej2.syncfusion.com/documentation/common/internationalization#date-formatting) formats.
|
177
|
+
* @default null
|
178
|
+
* @asptype string
|
179
|
+
*/
|
180
|
+
format: any;
|
181
|
+
/**
|
182
|
+
* Allows for custom cell content formatting using an external method, executed prior to rendering.
|
183
|
+
* @default null
|
184
|
+
*/
|
185
|
+
formatter: any;
|
186
|
+
/**
|
187
|
+
* Determines which side (left, right, or center) the column should be frozen on.
|
188
|
+
* @default Syncfusion.EJ2.Grids.FreezeDirection.None
|
189
|
+
* @isenumeration true
|
190
|
+
* @asptype Syncfusion.EJ2.Grids.FreezeDirection
|
191
|
+
*/
|
192
|
+
freeze: any;
|
193
|
+
/**
|
194
|
+
* Specifies the text displayed in the column header. If omitted, the `field` value is used as the header text.
|
195
|
+
* @default 'undefined'
|
196
|
+
*/
|
197
|
+
headerText: any;
|
198
|
+
/**
|
199
|
+
* Aligns the text in the column header. By default, the alignment corresponds to other content alignments.
|
200
|
+
* @default null
|
201
|
+
* @aspdefaultvalueignore
|
202
|
+
* @isenumeration true
|
203
|
+
* @asptype Syncfusion.EJ2.Grids.TextAlign
|
204
|
+
*/
|
205
|
+
headerTextAlign: any;
|
206
|
+
/**
|
207
|
+
* Adjusts column visibility based on [Media Queries](http://cssmediaqueries.com/what-are-css-media-queries.html). Accepts valid CSS media query strings for responsive adjustments.
|
208
|
+
* @default 'undefined'
|
209
|
+
*/
|
210
|
+
hideAtMedia: any;
|
211
|
+
/**
|
212
|
+
* Allows the column to be frozen, keeping it stationary while scrolling horizontally through the grid.
|
213
|
+
* @default false
|
214
|
+
*/
|
215
|
+
isFrozen: any;
|
216
|
+
/**
|
217
|
+
* Identifies the column as an identity column in database terms, if set to `true`.
|
218
|
+
* @default false
|
219
|
+
*/
|
220
|
+
isIdentity: any;
|
221
|
+
/**
|
222
|
+
* Identifies the column as a primary key if set to `true`, enforcing uniqueness.
|
223
|
+
* @default false
|
224
|
+
*/
|
225
|
+
isPrimaryKey: any;
|
226
|
+
/**
|
227
|
+
* Prevents column reordering when set to true, locking the column into a set position.
|
228
|
+
* @default false
|
229
|
+
*/
|
230
|
+
lockColumn: any;
|
231
|
+
/**
|
232
|
+
* Defines the maximum allowable width of the column in pixels or as a percentage, preventing resizing beyond this limit.
|
233
|
+
* @default 'undefined'
|
234
|
+
*/
|
235
|
+
maxWidth: any;
|
236
|
+
/**
|
237
|
+
* Determines the minimum width of the column in pixels or percentage. This ensures the column does not shrink below this size.
|
238
|
+
* @default 'undefined'
|
239
|
+
*/
|
240
|
+
minWidth: any;
|
241
|
+
/**
|
242
|
+
* Displays checkboxes in the column when enabled, allowing for selections and certain operations.
|
243
|
+
* @default false
|
244
|
+
*/
|
245
|
+
showCheckbox: any;
|
246
|
+
/**
|
247
|
+
* Decides if the column menu should be available, providing options for column customization.
|
248
|
+
* @default true
|
249
|
+
*/
|
250
|
+
showColumnMenu: any;
|
251
|
+
/**
|
252
|
+
* Determines whether the column should appear in the Column Chooser. Set to false to exclude it.
|
253
|
+
* @default true
|
254
|
+
*/
|
255
|
+
showInColumnChooser: any;
|
256
|
+
/**
|
257
|
+
* Provides a custom sort comparer property to control how sorting is handled for this column's data.
|
258
|
+
* @default 'undefined'
|
259
|
+
*/
|
260
|
+
sortComparer: any;
|
261
|
+
/**
|
262
|
+
* Specifies the horizontal alignment for the column content and header. Options include alignment to the left, center, or right.
|
263
|
+
* @default Syncfusion.EJ2.Grids.TextAlign.Left
|
264
|
+
* @isenumeration true
|
265
|
+
* @asptype Syncfusion.EJ2.Grids.TextAlign
|
266
|
+
*/
|
267
|
+
textAlign: any;
|
268
|
+
/**
|
269
|
+
* Retrieves the unique identifier for the column. This UID is used internally to reference and manipulate the column.
|
270
|
+
* @default 'undefined'
|
271
|
+
*/
|
272
|
+
uid: any;
|
273
|
+
/**
|
274
|
+
* Establishes validation rules to ensure data integrity during creation and updates.
|
275
|
+
* @default null
|
276
|
+
*/
|
277
|
+
validationRules: any;
|
278
|
+
/**
|
279
|
+
* Applies custom cell values using an external function, allowing for dynamic display adjustments.
|
280
|
+
* @default null
|
281
|
+
*/
|
282
|
+
valueAccessor: any;
|
283
|
+
/**
|
284
|
+
* Toggles the visibility of the column. Set to false to hide the column from view. Columns are visible by default.
|
285
|
+
* @default true
|
286
|
+
*/
|
287
|
+
visible: any;
|
288
|
+
/**
|
289
|
+
* Sets the column's width in pixels or as a percentage. This defines how the column will occupy space in the grid.
|
290
|
+
* @default 'undefined'
|
291
|
+
*/
|
292
|
+
width: any;
|
293
|
+
/**
|
294
|
+
* Customizes the rendering of cell content using either a template string or HTML element ID.
|
295
|
+
* @default null
|
296
|
+
* @asptype string
|
297
|
+
*/
|
298
|
+
template: any;
|
299
|
+
/**
|
300
|
+
* Customizes the header content with a template, defined as a string or an HTML element ID.
|
301
|
+
* @default null
|
302
|
+
* @asptype string
|
303
|
+
*/
|
304
|
+
headerTemplate: any;
|
305
|
+
filter_itemTemplate: any;
|
306
|
+
/**
|
307
|
+
* Specifies a custom template or UI for filtering within this column, utilizing either string templates or HTML element IDs.
|
308
|
+
* @aspignore
|
309
|
+
*/
|
310
|
+
filterTemplate: any;
|
311
|
+
commandsTemplate: any;
|
312
|
+
/**
|
313
|
+
* Provides a template for editing cells in this column, supporting either a template string or an HTML element ID.
|
314
|
+
* @aspignore
|
315
|
+
*/
|
316
|
+
editTemplate: any;
|
317
|
+
constructor(viewContainerRef: ViewContainerRef);
|
318
|
+
}
|
319
|
+
/**
|
320
|
+
* StackedColumn Array Directive
|
321
|
+
* @private
|
322
|
+
*/
|
323
|
+
export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
|
324
|
+
constructor();
|
325
|
+
}
|