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