@syncfusion/ej2-angular-treegrid 31.1.21-ngcc → 31.1.22-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 (115) hide show
  1. package/@syncfusion/ej2-angular-treegrid.es5.js +817 -797
  2. package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-treegrid.js +745 -725
  4. package/@syncfusion/ej2-angular-treegrid.js.map +1 -1
  5. package/{license → LICENSE} +10 -10
  6. package/dist/ej2-angular-treegrid.umd.js +810 -791
  7. package/dist/ej2-angular-treegrid.umd.js.map +1 -1
  8. package/dist/ej2-angular-treegrid.umd.min.js +3 -3
  9. package/dist/ej2-angular-treegrid.umd.min.js.map +1 -1
  10. package/ej2-angular-treegrid.d.ts +5 -5
  11. package/ej2-angular-treegrid.metadata.json +1 -1
  12. package/package.json +30 -46
  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 -88
  24. package/src/treegrid/aggregates.directive.d.ts +44 -44
  25. package/src/treegrid/columns.directive.d.ts +323 -345
  26. package/src/treegrid/stacked-column.directive.d.ts +325 -347
  27. package/src/treegrid/treegrid-all.module.d.ts +27 -27
  28. package/src/treegrid/treegrid.component.d.ts +140 -121
  29. package/src/treegrid/treegrid.module.d.ts +5 -5
  30. package/styles/bds-lite.css +1 -0
  31. package/styles/bds-lite.scss +1 -0
  32. package/styles/bds.css +1 -0
  33. package/styles/bds.scss +1 -0
  34. package/styles/bootstrap-dark-lite.css +1 -0
  35. package/styles/bootstrap-dark-lite.scss +1 -0
  36. package/styles/bootstrap-lite.css +1 -0
  37. package/styles/bootstrap-lite.scss +1 -0
  38. package/styles/bootstrap4-lite.css +1 -0
  39. package/styles/bootstrap4-lite.scss +1 -0
  40. package/styles/bootstrap5-dark-lite.css +1 -0
  41. package/styles/bootstrap5-dark-lite.scss +1 -0
  42. package/styles/bootstrap5-lite.css +1 -0
  43. package/styles/bootstrap5-lite.scss +1 -0
  44. package/styles/bootstrap5.3-lite.css +1 -0
  45. package/styles/bootstrap5.3-lite.scss +1 -0
  46. package/styles/bootstrap5.3.css +1 -0
  47. package/styles/bootstrap5.3.scss +1 -0
  48. package/styles/fabric-dark-lite.css +1 -0
  49. package/styles/fabric-dark-lite.scss +1 -0
  50. package/styles/fabric-lite.css +1 -0
  51. package/styles/fabric-lite.scss +1 -0
  52. package/styles/fluent-dark-lite.css +1 -0
  53. package/styles/fluent-dark-lite.scss +1 -0
  54. package/styles/fluent-lite.css +1 -0
  55. package/styles/fluent-lite.scss +1 -0
  56. package/styles/fluent2-lite.css +1 -0
  57. package/styles/fluent2-lite.scss +1 -0
  58. package/styles/fluent2.css +1 -0
  59. package/styles/fluent2.scss +1 -0
  60. package/styles/highcontrast-light-lite.css +1 -0
  61. package/styles/highcontrast-light-lite.scss +1 -0
  62. package/styles/highcontrast-lite.css +1 -0
  63. package/styles/highcontrast-lite.scss +1 -0
  64. package/styles/material-dark-lite.css +1 -0
  65. package/styles/material-dark-lite.scss +1 -0
  66. package/styles/material-lite.css +1 -0
  67. package/styles/material-lite.scss +1 -0
  68. package/styles/material3-dark-lite.css +1 -0
  69. package/styles/material3-dark-lite.scss +1 -0
  70. package/styles/material3-lite.css +1 -0
  71. package/styles/material3-lite.scss +1 -0
  72. package/styles/tailwind-dark-lite.css +1 -0
  73. package/styles/tailwind-dark-lite.scss +1 -0
  74. package/styles/tailwind-lite.css +1 -0
  75. package/styles/tailwind-lite.scss +1 -0
  76. package/styles/tailwind3-lite.css +1 -0
  77. package/styles/tailwind3-lite.scss +1 -0
  78. package/styles/tailwind3.css +1 -0
  79. package/styles/tailwind3.scss +1 -0
  80. package/styles/treegrid/bds.css +1 -0
  81. package/styles/treegrid/bds.scss +1 -0
  82. package/styles/treegrid/bootstrap5.3.css +1 -0
  83. package/styles/treegrid/bootstrap5.3.scss +1 -0
  84. package/styles/treegrid/fluent2.css +1 -0
  85. package/styles/treegrid/fluent2.scss +1 -0
  86. package/styles/treegrid/tailwind3.css +1 -0
  87. package/styles/treegrid/tailwind3.scss +1 -0
  88. package/CHANGELOG.md +0 -255
  89. package/postinstall/tagchange.js +0 -18
  90. package/schematics/generators/treegrid-default/index.d.ts +0 -3
  91. package/schematics/generators/treegrid-default/index.js +0 -8
  92. package/schematics/generators/treegrid-default/index.ts +0 -8
  93. package/schematics/generators/treegrid-default/sample-details.d.ts +0 -5
  94. package/schematics/generators/treegrid-default/sample-details.js +0 -7
  95. package/schematics/generators/treegrid-default/sample-details.ts +0 -5
  96. package/schematics/generators/treegrid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  97. package/schematics/generators/treegrid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  98. package/schematics/generators/treegrid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -143
  99. package/schematics/generators/treegrid-default/schema.d.ts +0 -3
  100. package/schematics/generators/treegrid-default/schema.js +0 -2
  101. package/schematics/generators/treegrid-default/schema.json +0 -125
  102. package/schematics/generators/treegrid-default/schema.ts +0 -3
  103. package/schematics/generators/treegrid-feature/index.d.ts +0 -3
  104. package/schematics/generators/treegrid-feature/index.js +0 -8
  105. package/schematics/generators/treegrid-feature/index.ts +0 -8
  106. package/schematics/generators/treegrid-feature/sample-details.d.ts +0 -5
  107. package/schematics/generators/treegrid-feature/sample-details.js +0 -7
  108. package/schematics/generators/treegrid-feature/sample-details.ts +0 -5
  109. package/schematics/generators/treegrid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  110. package/schematics/generators/treegrid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  111. package/schematics/generators/treegrid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -144
  112. package/schematics/generators/treegrid-feature/schema.d.ts +0 -3
  113. package/schematics/generators/treegrid-feature/schema.js +0 -2
  114. package/schematics/generators/treegrid-feature/schema.json +0 -125
  115. package/schematics/generators/treegrid-feature/schema.ts +0 -3
@@ -1,347 +1,325 @@
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 data type of the column.
24
- * @default null
25
- */
26
- type: any;
27
- /**
28
- * If `allowEditing` set to false, then it disables editing of a particular column.
29
- * By default all columns are editable.
30
- * @default true
31
- */
32
- allowEditing: any;
33
- /**
34
- * If `allowFiltering` set to false, then it disables filtering option and filter bar element of a particular column.
35
- * By default all columns are filterable.
36
- * @default true
37
- */
38
- allowFiltering: any;
39
- /**
40
- * If `allowReordering` set to false, then it disables reorder of a particular column.
41
- * By default all columns can be reorder.
42
- * @default true
43
- */
44
- allowReordering: any;
45
- /**
46
- * If `allowResizing` set to false, it disables resize option of a particular column.
47
- * @default true
48
- */
49
- allowResizing: any;
50
- /**
51
- * If `allowSorting` set to false, then it disables sorting option of a particular column.
52
- * By default all columns are sortable.
53
- * @default true
54
- */
55
- allowSorting: any;
56
- /**
57
- * Defines the cell content's overflow mode. The available modes are
58
- *
59
- * also it will display tooltip while hover on ellipsis applied cell.
60
- * @default Syncfusion.EJ2.Grids.ClipMode.Ellipsis
61
- * @isenumeration true
62
- * @asptype Syncfusion.EJ2.Grids.ClipMode
63
- */
64
- clipMode: any;
65
- /**
66
- * Used to render multiple header rows(stacked headers) on TreeGrid header.
67
- * @default null
68
- */
69
- columns: any;
70
- /**
71
- * `commands` provides an option to display command buttons in every cell.
72
- * The available built-in command buttons are
73
- * * Edit - Edit the record.
74
- * * Delete - Delete the record.
75
- * * Save - Save the record.
76
- * * Cancel - Cancel the edit state.
77
- *
78
- * The following code example implements the custom command column.
79
- *```html
80
- *<style type="text/css" class="cssStyles">
81
- *.details-icon:before
82
- *{
83
- * content:"\e74d";
84
- *}
85
- *</style>
86
- *<div id="TreeGrid"></div>
87
- *```
88
- *```typescript
89
- *var gridObj = new TreeGrid({
90
- *datasource: window.gridData,
91
- *columns : [
92
- * { field: 'CustomerID', headerText: 'Customer ID' },
93
- * { field: 'CustomerName', headerText: 'Customer Name' },
94
- * {commands: [{buttonOption:{content: 'Details', click: onClick, cssClass: details-icon}}], headerText: 'Customer Details'}
95
- *]
96
- *gridObj.appendTo("#TreeGrid");
97
- *```
98
- *
99
- * @default null
100
- */
101
- commands: any;
102
- /**
103
- * The CSS styles and attributes of the content cells of a particular column can be customized.
104
- * @default null
105
- */
106
- customAttributes: any;
107
- /**
108
- * Defines default values for the component when adding a new record to the TreeGrid.
109
- * @default null
110
- */
111
- defaultValue: any;
112
- /**
113
- * If `disableHtmlEncode` is set to true, it encodes the HTML of the header and content cells.
114
- * @default true
115
- */
116
- disableHtmlEncode: any;
117
- /**
118
- * If `displayAsCheckBox` is set to true, it displays the column value as a check box instead of Boolean value.
119
- * @default false
120
- */
121
- displayAsCheckBox: any;
122
- /**
123
- * Defines the `IEditCell` object to customize default edit cell.
124
- * @default {}
125
- */
126
- edit: any;
127
- /**
128
- * Defines the type of component for editing.
129
- * @default 'stringedit'
130
- */
131
- editType: any;
132
- /**
133
- * Defines the field name of column which is mapped with mapping name of DataSource.
134
- * The bounded columns can be sort, filter etc.,
135
- * The `field` name must be a valid JavaScript identifier,
136
- * the first character must be an alphabet and should not contain spaces and special characters.
137
- * @default 'undefined'
138
- */
139
- field: any;
140
- /**
141
- * Defines the filter options to customize filtering for the particular column.
142
- *
143
- * @default null
144
- *
145
- */
146
- filter: any;
147
- /**
148
- * The `filterBarTemplate` is used to add a custom component instead of default input component for filter bar.
149
- * It have create and read functions.
150
- * * create: It is used for creating custom components.
151
- * * read: It is used to perform custom filter action.
152
- *
153
- * ```html
154
- *<div id="TreeGrid"></div>
155
- *```
156
- *```typescript
157
- *let gridObj: TreeGrid = new TreeGrid({
158
- *dataSource: filterData,
159
- *columns: [
160
- * { field: 'OrderID', headerText: 'Order ID' },
161
- * {
162
- * field: 'EmployeeID', filterBarTemplate: {
163
- * create: (args: { element: Element, column: Column }) => {
164
- * let input: HTMLInputElement = document.createElement('input');
165
- * input.id = 'EmployeeID';
166
- * input.type = 'text';
167
- * return input;
168
- * },
169
- * write: (args: { element: Element, column: Column }) => {
170
- * args.element.addEventListener('input', args.column.filterBarTemplate.read as EventListener);
171
- * },
172
- * read: (args: { element: HTMLInputElement, columnIndex: number, column: Column }) => {
173
- * gridObj.filterByColumn(args.element.id, 'equal', args.element.value);
174
- * }
175
- * }
176
- * }],
177
- * allowFiltering: true
178
- *});
179
- *gridObj.appendTo('#TreeGrid');
180
- *```
181
- *
182
- * @default null
183
- */
184
- filterBarTemplate: any;
185
- /**
186
- * It is used to change display value with the given format and does not affect the original data.
187
- * Gets the format from the user which can be standard or custom
188
- * [`number`](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string)
189
- * and [`date`](https://ej2.syncfusion.com/documentation/common/internationalization/#supported-format-string-1) formats.
190
- * @default null
191
- * @asptype string
192
- */
193
- format: any;
194
- /**
195
- * Defines the method which is used to achieve custom formatting from an external function.
196
- * This function triggers before rendering of each cell.
197
- * @default null
198
- */
199
- formatter: any;
200
- /**
201
- * Defines which side the column need to freeze
202
- * @default Syncfusion.EJ2.Grids.FreezeDirection.None
203
- * @isenumeration true
204
- * @asptype Syncfusion.EJ2.Grids.FreezeDirection
205
- */
206
- freeze: any;
207
- /**
208
- * Defines the header text of column which is used to display in column header.
209
- * If `headerText` is not defined, then field name value will be assigned to header text.
210
- * @default 'undefined'
211
- */
212
- headerText: any;
213
- /**
214
- * Define the alignment of column header which is used to align the text of column header.
215
- * @default null
216
- * @aspdefaultvalueignore
217
- * @isenumeration true
218
- * @asptype Syncfusion.EJ2.Grids.TextAlign
219
- */
220
- headerTextAlign: any;
221
- /**
222
- * Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).
223
- * `hideAtMedia` accepts only valid Media Queries.
224
- * @default 'undefined'
225
- */
226
- hideAtMedia: any;
227
- /**
228
- * You can use this property to freeze selected columns in grid.
229
- * @default false
230
- */
231
- isFrozen: any;
232
- /**
233
- * If `isIdentity` is set to true, then this column is considered as identity column.
234
- * @default false
235
- */
236
- isIdentity: any;
237
- /**
238
- * If `isPrimaryKey` is set to true, considers this column as the primary key constraint.
239
- * @default false
240
- */
241
- isPrimaryKey: any;
242
- /**
243
- * If `lockColumn` set to true, then it disables Reordering of a particular column.
244
- * The locked column will be moved to first position.
245
- * @default false
246
- */
247
- lockColumn: any;
248
- /**
249
- * Defines the maximum width of the column in pixels or percentage, which will restrict resizing beyond this pixels or percentage.
250
- * @default 'undefined'
251
- */
252
- maxWidth: any;
253
- /**
254
- * Defines the minimum width of the column in pixels or percentage.
255
- * @default 'undefined'
256
- */
257
- minWidth: any;
258
- /**
259
- * If `showCheckbox` set to true, then the checkboxes will be displayed in particular column.
260
- * @default false
261
- */
262
- showCheckbox: any;
263
- /**
264
- * If `showColumnMenu` set to false, then it disable the column menu of a particular column.
265
- * By default column menu will show for all columns
266
- * @default true
267
- */
268
- showColumnMenu: any;
269
- /**
270
- * If `showInColumnChooser` set to false, then hide the particular column in column chooser.
271
- * By default all columns are displayed in column Chooser.
272
- * @default true
273
- */
274
- showInColumnChooser: any;
275
- /**
276
- * Defines the sort comparer property.
277
- * @default 'undefined'
278
- */
279
- sortComparer: any;
280
- /**
281
- * Defines the alignment of the column in both header and content cells.
282
- * @default Syncfusion.EJ2.Grids.TextAlign.Left
283
- * @isenumeration true
284
- * @asptype Syncfusion.EJ2.Grids.TextAlign
285
- */
286
- textAlign: any;
287
- /**
288
- * Gets the unique identifier value of the column. It is used to get the object.
289
- * @default 'undefined'
290
- */
291
- uid: any;
292
- /**
293
- * Defines rules to validate data before creating and updating.
294
- * @default null
295
- */
296
- validationRules: any;
297
- /**
298
- * Defines the method used to apply custom cell values from external function and display this on each cell rendered.
299
- * @default null
300
- */
301
- valueAccessor: any;
302
- /**
303
- * If `visible` is set to false, hides the particular column. By default, columns are displayed.
304
- * @default true
305
- */
306
- visible: any;
307
- /**
308
- * Defines the width of the column in pixels or percentage.
309
- * @default 'undefined'
310
- */
311
- width: any;
312
- /**
313
- * Defines the column template that renders customized element in each cell of the column.
314
- * It accepts either [template string](https://ej2.syncfusion.com/documentation/common/template-engine/) or HTML element ID.
315
- * @default null
316
- * @asptype string
317
- */
318
- template: any;
319
- /**
320
- * Defines the header template as string or HTML element ID which is used to add customized element in the column header.
321
- * @default null
322
- * @asptype string
323
- */
324
- headerTemplate: any;
325
- filter_itemTemplate: any;
326
- /**
327
- * Defines the filter template/UI that is used as filter for a particular column.
328
- * It accepts either template string or HTML element ID.
329
- * @aspignore
330
- */
331
- filterTemplate: any;
332
- commandsTemplate: any;
333
- /**
334
- * Defines the cell edit template that used as editor for a particular column.
335
- * It accepts either template string or HTML element ID.
336
- * @aspignore
337
- */
338
- editTemplate: any;
339
- constructor(viewContainerRef: ViewContainerRef);
340
- }
341
- /**
342
- * StackedColumn Array Directive
343
- * @private
344
- */
345
- export declare class StackedColumnsDirective extends ArrayBase<StackedColumnsDirective> {
346
- constructor();
347
- }
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
+ }