@progress/kendo-angular-treelist 24.2.2 → 25.0.0-develop.2

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 (257) hide show
  1. package/fesm2022/progress-kendo-angular-treelist.mjs +513 -513
  2. package/index.d.ts +8735 -170
  3. package/package-metadata.mjs +2 -2
  4. package/package.json +23 -23
  5. package/schematics/ngAdd/index.js +3 -3
  6. package/binding-directives/base-binding.directive.d.ts +0 -72
  7. package/binding-directives/data-bound-tree-component.d.ts +0 -59
  8. package/binding-directives/flat-binding.directive.d.ts +0 -49
  9. package/binding-directives/hierarchy-binding.directive.d.ts +0 -48
  10. package/column-menu/column-chooser-item-checked.directive.d.ts +0 -21
  11. package/column-menu/column-chooser.component.d.ts +0 -68
  12. package/column-menu/column-list-kb-nav.service.d.ts +0 -22
  13. package/column-menu/column-list.component.d.ts +0 -61
  14. package/column-menu/column-locked-change-event.d.ts +0 -20
  15. package/column-menu/column-menu-autosize-all.component.d.ts +0 -37
  16. package/column-menu/column-menu-autosize.component.d.ts +0 -41
  17. package/column-menu/column-menu-chooser.component.d.ts +0 -71
  18. package/column-menu/column-menu-container.component.d.ts +0 -21
  19. package/column-menu/column-menu-expandable-item.interface.d.ts +0 -15
  20. package/column-menu/column-menu-filter.component.d.ts +0 -65
  21. package/column-menu/column-menu-item-base.d.ts +0 -25
  22. package/column-menu/column-menu-item-content-template.directive.d.ts +0 -32
  23. package/column-menu/column-menu-item.component.d.ts +0 -80
  24. package/column-menu/column-menu-item.directive.d.ts +0 -67
  25. package/column-menu/column-menu-lock.component.d.ts +0 -49
  26. package/column-menu/column-menu-settings.interface.d.ts +0 -45
  27. package/column-menu/column-menu-sort.component.d.ts +0 -44
  28. package/column-menu/column-menu-template.directive.d.ts +0 -36
  29. package/column-menu/column-menu.component.d.ts +0 -139
  30. package/column-menu/column-menu.service.d.ts +0 -63
  31. package/column-menu/column-visibility-change-event.d.ts +0 -18
  32. package/column-menu/utils.d.ts +0 -37
  33. package/column-resizing/column-handle.directive.d.ts +0 -41
  34. package/column-resizing/column-resize.interface.d.ts +0 -59
  35. package/column-resizing/column-resizing.service.d.ts +0 -34
  36. package/column-resizing/table.directive.d.ts +0 -33
  37. package/columns/checkbox-column.component.d.ts +0 -45
  38. package/columns/column-base.d.ts +0 -238
  39. package/columns/column-common.d.ts +0 -53
  40. package/columns/column-group.component.d.ts +0 -61
  41. package/columns/column-list.d.ts +0 -21
  42. package/columns/column.component.d.ts +0 -94
  43. package/columns/columns-container.d.ts +0 -27
  44. package/columns/command-column.component.d.ts +0 -42
  45. package/columns/rowreorder-column.component.d.ts +0 -27
  46. package/columns/sort-settings.d.ts +0 -49
  47. package/columns/span-column.component.d.ts +0 -119
  48. package/common/cell-click-event-args.interface.d.ts +0 -50
  49. package/common/column-info.service.d.ts +0 -30
  50. package/common/create-form-group.d.ts +0 -11
  51. package/common/default-track-by.d.ts +0 -9
  52. package/common/dom-events.service.d.ts +0 -21
  53. package/common/error-messages.d.ts +0 -8
  54. package/common/filter-descriptor-differ.d.ts +0 -13
  55. package/common/filter-operator.interface.d.ts +0 -11
  56. package/common/id.service.d.ts +0 -18
  57. package/common/option-changes.service.d.ts +0 -17
  58. package/common/pager-settings.d.ts +0 -65
  59. package/common/preventable-event.d.ts +0 -24
  60. package/common/provider.service.d.ts +0 -27
  61. package/common/remove-confirmation.d.ts +0 -9
  62. package/common/single-popup.service.d.ts +0 -60
  63. package/common/sort.service.d.ts +0 -13
  64. package/data/change-event-args.interface.d.ts +0 -31
  65. package/data/change-notification.service.d.ts +0 -18
  66. package/data/data-item.interface.d.ts +0 -25
  67. package/data/data.collection.d.ts +0 -133
  68. package/data/treelist-item.interface.d.ts +0 -10
  69. package/directives.d.ts +0 -159
  70. package/dragdrop/column-reorder-config.d.ts +0 -14
  71. package/dragdrop/column-reorder-event.d.ts +0 -27
  72. package/dragdrop/column-reorder.service.d.ts +0 -15
  73. package/dragdrop/common.d.ts +0 -38
  74. package/dragdrop/context-types.d.ts +0 -16
  75. package/dragdrop/drag-and-drop.service.d.ts +0 -23
  76. package/dragdrop/drag-hint.service.d.ts +0 -34
  77. package/dragdrop/draggable-column.directive.d.ts +0 -40
  78. package/dragdrop/drop-cue.service.d.ts +0 -18
  79. package/dragdrop/drop-target.directive.d.ts +0 -26
  80. package/editing/add-command-tool.directive.d.ts +0 -35
  81. package/editing/add-command.directive.d.ts +0 -41
  82. package/editing/add-event-args.interface.d.ts +0 -15
  83. package/editing/base-command.directive.d.ts +0 -31
  84. package/editing/cancel-command.directive.d.ts +0 -39
  85. package/editing/cancel-event-args.interface.d.ts +0 -9
  86. package/editing/cell-close-event.d.ts +0 -33
  87. package/editing/edit-command.directive.d.ts +0 -39
  88. package/editing/edit-event-args.interface.d.ts +0 -23
  89. package/editing/edit-template.directive.d.ts +0 -34
  90. package/editing/edit.service.d.ts +0 -78
  91. package/editing/remove-command.directive.d.ts +0 -39
  92. package/editing/remove-event-args.interface.d.ts +0 -15
  93. package/editing/save-command.directive.d.ts +0 -39
  94. package/editing/save-event-args.interface.d.ts +0 -20
  95. package/editing-directives/create-form-group-args.interface.d.ts +0 -9
  96. package/editing-directives/edit-service.interface.d.ts +0 -34
  97. package/editing-directives/editing-directive-base.d.ts +0 -59
  98. package/editing-directives/flat-edit.service.d.ts +0 -15
  99. package/editing-directives/hierarchy-edit.service.d.ts +0 -15
  100. package/editing-directives/in-cell-editing.directive.d.ts +0 -41
  101. package/editing-directives/local-edit.service.d.ts +0 -15
  102. package/editing-directives/reactive-editing.directive.d.ts +0 -34
  103. package/editing-directives/row-editing-directive-base.d.ts +0 -20
  104. package/editing-directives/template-editing.directive.d.ts +0 -36
  105. package/editing-directives/utils.d.ts +0 -13
  106. package/excel/excel-command-tool.directive.d.ts +0 -39
  107. package/excel/excel-command.directive.d.ts +0 -37
  108. package/excel/excel-export-data.interface.d.ts +0 -22
  109. package/excel/excel-export-event.d.ts +0 -12
  110. package/excel/excel.component.d.ts +0 -98
  111. package/excel/excel.module.d.ts +0 -33
  112. package/excel/excel.service.d.ts +0 -19
  113. package/expand-state/expand-event.d.ts +0 -27
  114. package/expand-state/expand-state.service.d.ts +0 -22
  115. package/expand-state/expandable-tree-component.d.ts +0 -32
  116. package/expand-state/expandable.directive.d.ts +0 -58
  117. package/filtering/base-filter-cell.component.d.ts +0 -78
  118. package/filtering/boolean-filter.component.d.ts +0 -57
  119. package/filtering/cell/autocomplete-filter-cell.component.d.ts +0 -32
  120. package/filtering/cell/boolean-filter-cell.component.d.ts +0 -41
  121. package/filtering/cell/date-filter-cell.component.d.ts +0 -46
  122. package/filtering/cell/filter-cell-component.factory.d.ts +0 -12
  123. package/filtering/cell/filter-cell-host.directive.d.ts +0 -17
  124. package/filtering/cell/filter-cell-operators.component.d.ts +0 -112
  125. package/filtering/cell/filter-cell-template.directive.d.ts +0 -35
  126. package/filtering/cell/filter-cell-wrapper.component.d.ts +0 -21
  127. package/filtering/cell/filter-cell.component.d.ts +0 -25
  128. package/filtering/cell/numeric-filter-cell.component.d.ts +0 -57
  129. package/filtering/cell/string-filter-cell.component.d.ts +0 -52
  130. package/filtering/date-filter.component.d.ts +0 -111
  131. package/filtering/filter-component.interface.d.ts +0 -13
  132. package/filtering/filter-host.directive.d.ts +0 -35
  133. package/filtering/filter-input-wrapper.component.d.ts +0 -39
  134. package/filtering/filter-input.directive.d.ts +0 -35
  135. package/filtering/filter-row.component.d.ts +0 -24
  136. package/filtering/filter.service.d.ts +0 -32
  137. package/filtering/filterable.d.ts +0 -30
  138. package/filtering/menu/boolean-filter-menu.component.d.ts +0 -77
  139. package/filtering/menu/date-filter-menu-input.component.d.ts +0 -49
  140. package/filtering/menu/date-filter-menu.component.d.ts +0 -65
  141. package/filtering/menu/filter-menu-component.factory.d.ts +0 -12
  142. package/filtering/menu/filter-menu-container.component.d.ts +0 -73
  143. package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +0 -19
  144. package/filtering/menu/filter-menu-host.directive.d.ts +0 -22
  145. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +0 -48
  146. package/filtering/menu/filter-menu-template.directive.d.ts +0 -32
  147. package/filtering/menu/filter-menu.component.d.ts +0 -61
  148. package/filtering/menu/filter-radio-button.directive.d.ts +0 -19
  149. package/filtering/menu/menu-tabbing.service.d.ts +0 -18
  150. package/filtering/menu/numeric-filter-menu-input.component.d.ts +0 -43
  151. package/filtering/menu/numeric-filter-menu.component.d.ts +0 -82
  152. package/filtering/menu/string-filter-menu-input.component.d.ts +0 -32
  153. package/filtering/menu/string-filter-menu.component.d.ts +0 -76
  154. package/filtering/numeric-filter.component.d.ts +0 -85
  155. package/filtering/operators/after-eq-filter-operator.component.d.ts +0 -49
  156. package/filtering/operators/after-filter-operator.component.d.ts +0 -49
  157. package/filtering/operators/before-eq-filter-operator.component.d.ts +0 -49
  158. package/filtering/operators/before-filter-operator.component.d.ts +0 -49
  159. package/filtering/operators/contains-filter-operator.component.d.ts +0 -43
  160. package/filtering/operators/ends-with-filter-operator.component.d.ts +0 -43
  161. package/filtering/operators/eq-filter-operator.component.d.ts +0 -91
  162. package/filtering/operators/filter-operator.base.d.ts +0 -44
  163. package/filtering/operators/gt-filter-operator.component.d.ts +0 -42
  164. package/filtering/operators/gte-filter-operator.component.d.ts +0 -42
  165. package/filtering/operators/is-empty-filter-operator.component.d.ts +0 -43
  166. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +0 -43
  167. package/filtering/operators/is-not-null-filter-operator.component.d.ts +0 -91
  168. package/filtering/operators/isnull-filter-operator.component.d.ts +0 -91
  169. package/filtering/operators/lt-filter-operator.component.d.ts +0 -42
  170. package/filtering/operators/lte-filter-operator.component.d.ts +0 -42
  171. package/filtering/operators/neq-filter-operator.component.d.ts +0 -91
  172. package/filtering/operators/not-contains-filter-operator.component.d.ts +0 -43
  173. package/filtering/operators/starts-with-filter-operator.component.d.ts +0 -43
  174. package/filtering/string-filter.component.d.ts +0 -47
  175. package/layout/resizable.directive.d.ts +0 -28
  176. package/layout/resize.service.d.ts +0 -18
  177. package/layout/responsive.service.d.ts +0 -20
  178. package/layout/row-sync.d.ts +0 -8
  179. package/localization/custom-messages.component.d.ts +0 -27
  180. package/localization/localized-messages.directive.d.ts +0 -16
  181. package/localization/messages.d.ts +0 -377
  182. package/navigation/default-focusable-element.d.ts +0 -22
  183. package/navigation/focus-group.d.ts +0 -67
  184. package/navigation/focus-root.d.ts +0 -25
  185. package/navigation/focusable-element.interface.d.ts +0 -34
  186. package/navigation/focusable.directive.d.ts +0 -89
  187. package/navigation/item-map.d.ts +0 -19
  188. package/navigation/logical-cell.directive.d.ts +0 -53
  189. package/navigation/logical-cell.interface.d.ts +0 -19
  190. package/navigation/logical-row.directive.d.ts +0 -37
  191. package/navigation/logical-row.interface.d.ts +0 -14
  192. package/navigation/model-cell.d.ts +0 -25
  193. package/navigation/navigation-cell.interface.d.ts +0 -59
  194. package/navigation/navigation-change.interface.d.ts +0 -13
  195. package/navigation/navigation-cursor.d.ts +0 -48
  196. package/navigation/navigation-metadata.d.ts +0 -20
  197. package/navigation/navigation-mode.d.ts +0 -43
  198. package/navigation/navigation-model.d.ts +0 -27
  199. package/navigation/navigation-row.interface.d.ts +0 -34
  200. package/navigation/navigation.service.d.ts +0 -116
  201. package/navigation/treelist-focusable-element.d.ts +0 -18
  202. package/package-metadata.d.ts +0 -9
  203. package/pdf/export-element.d.ts +0 -10
  204. package/pdf/pdf-command-tool.directive.d.ts +0 -43
  205. package/pdf/pdf-command.directive.d.ts +0 -41
  206. package/pdf/pdf-export-event.d.ts +0 -16
  207. package/pdf/pdf-margin.component.d.ts +0 -24
  208. package/pdf/pdf-margin.interface.d.ts +0 -9
  209. package/pdf/pdf-template.directive.d.ts +0 -34
  210. package/pdf/pdf.component.d.ts +0 -76
  211. package/pdf/pdf.module.d.ts +0 -36
  212. package/pdf/pdf.service.d.ts +0 -24
  213. package/pdf/treelist-query.d.ts +0 -26
  214. package/rendering/cell-template.directive.d.ts +0 -38
  215. package/rendering/cell.component.d.ts +0 -64
  216. package/rendering/common/col-group.component.d.ts +0 -17
  217. package/rendering/common/dom-queries.d.ts +0 -64
  218. package/rendering/common/field-accessor.pipe.d.ts +0 -18
  219. package/rendering/common/level-items.pipe.d.ts +0 -14
  220. package/rendering/common/loading.component.d.ts +0 -17
  221. package/rendering/common/row-class.d.ts +0 -37
  222. package/rendering/common/spacer.component.d.ts +0 -36
  223. package/rendering/constants.d.ts +0 -28
  224. package/rendering/footer-template.directive.d.ts +0 -34
  225. package/rendering/header/header-template.directive.d.ts +0 -34
  226. package/rendering/header/header.component.d.ts +0 -138
  227. package/rendering/header/select-all-checkbox.directive.d.ts +0 -23
  228. package/rendering/list.component.d.ts +0 -138
  229. package/rendering/no-records-template.directive.d.ts +0 -29
  230. package/rendering/table-body.component.d.ts +0 -101
  231. package/rendering/toolbar/toolbar-focusable.directive.d.ts +0 -42
  232. package/rendering/toolbar/toolbar-navigation.service.d.ts +0 -21
  233. package/rendering/toolbar/toolbar-template.directive.d.ts +0 -37
  234. package/rendering/toolbar/toolbar.component.d.ts +0 -30
  235. package/row-reordering/flat-reorder.service.d.ts +0 -16
  236. package/row-reordering/hierarchical-reorder.service.d.ts +0 -16
  237. package/row-reordering/row-reorder.service.d.ts +0 -72
  238. package/row-reordering/types.d.ts +0 -42
  239. package/row-reordering/utils.d.ts +0 -85
  240. package/scrolling/content-scroll-event.d.ts +0 -43
  241. package/scrolling/row-height.service.d.ts +0 -15
  242. package/scrolling/scroll-bottom-event.d.ts +0 -16
  243. package/scrolling/scroll-request.service.d.ts +0 -28
  244. package/scrolling/scroll-sync.service.d.ts +0 -36
  245. package/scrolling/scroller.service.d.ts +0 -49
  246. package/scrolling/scrollmode.d.ts +0 -18
  247. package/scrolling/suspend.service.d.ts +0 -13
  248. package/selection/is-selected.d.ts +0 -17
  249. package/selection/marquee.directive.d.ts +0 -38
  250. package/selection/selectable-settings.d.ts +0 -44
  251. package/selection/selectable.directive.d.ts +0 -87
  252. package/selection/selection-change-event.d.ts +0 -44
  253. package/selection/selection-state.d.ts +0 -34
  254. package/selection/selection.service.d.ts +0 -53
  255. package/treelist.component.d.ts +0 -808
  256. package/treelist.module.d.ts +0 -137
  257. package/utils.d.ts +0 -80
@@ -1,238 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { OnChanges, QueryList, TemplateRef } from '@angular/core';
6
- import { ColumnMenuTemplateDirective } from '../column-menu/column-menu-template.directive';
7
- import { OptionChangesService } from '../common/option-changes.service';
8
- import { FooterTemplateDirective } from '../rendering/footer-template.directive';
9
- import { HeaderTemplateDirective } from '../rendering/header/header-template.directive';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * @hidden
13
- */
14
- export declare const isSpanColumn: (column: any) => any;
15
- /**
16
- * @hidden
17
- */
18
- export declare const isCheckboxColumn: (column: any) => any;
19
- /**
20
- * @hidden
21
- */
22
- export declare const isRowReorderColumn: (column: any) => any;
23
- /**
24
- * Serves as the base class for column components in the TreeList.
25
- */
26
- export declare class ColumnBase implements OnChanges {
27
- parent?: ColumnBase;
28
- protected optionChanges?: OptionChangesService;
29
- /**
30
- * @hidden
31
- */
32
- matchesMedia: boolean;
33
- /**
34
- * The column index after reordering.
35
- * The orderIndex` is a read-only property. Setting this field does not affect column order.
36
- * @default 0
37
- */
38
- orderIndex: number;
39
- /**
40
- * @hidden
41
- */
42
- set leafIndex(value: number);
43
- /**
44
- * @hidden
45
- */
46
- get leafIndex(): number;
47
- protected _leafIndex: number;
48
- /**
49
- * @hidden
50
- */
51
- isColumnGroup: boolean;
52
- /**
53
- * @hidden
54
- */
55
- isSpanColumn: boolean;
56
- /**
57
- * @hidden
58
- */
59
- get id(): string;
60
- /**
61
- * Indicates whether the column is resizable.
62
- * @default true
63
- */
64
- resizable: boolean;
65
- /**
66
- * Indicates whether the column is reorderable.
67
- * @default true
68
- */
69
- reorderable: boolean;
70
- /**
71
- * Sets the distance in pixels by which the column width is adjusted during keyboard navigation resizing.
72
- * Used when resizing columns with `Alt/Option + Left/Right Arrow` keyboard shortcuts.
73
- *
74
- * @default 10
75
- */
76
- resizeStep: number;
77
- /**
78
- * Sets the minimum width (in pixels) for resizing the column using the UI.
79
- * @default 10
80
- */
81
- minResizableWidth: number;
82
- /**
83
- * Sets the title of the column.
84
- */
85
- title: string;
86
- /**
87
- * Sets the width of the column (in pixels).
88
- */
89
- set width(value: number);
90
- get width(): number;
91
- /**
92
- * Indicates whether the column is automatically resized during initialization to fit its header and row content.
93
- */
94
- autoSize: boolean;
95
- /**
96
- * Toggles the locked (frozen) state of the columns ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/locked)).
97
- * @default false
98
- */
99
- set locked(value: boolean);
100
- get locked(): boolean;
101
- protected _locked: boolean;
102
- /**
103
- * Sets the visibility of the column ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/hidden#using-the-built-in-options)).
104
- * @default false
105
- */
106
- hidden: boolean;
107
- /**
108
- * Sets the condition that must be satisfied for a column to remain visible ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/responsive#columns)).
109
- * If you set the `hidden` property, the behavior of `media` is overridden.
110
- */
111
- media: string;
112
- /**
113
- * Specifies if the column can be locked or unlocked from the column menu or by reordering the columns.
114
- * @default true
115
- */
116
- lockable: boolean;
117
- /**
118
- * Specifies if the column menu is shown for the column.
119
- * @default true
120
- */
121
- columnMenu: boolean;
122
- /**
123
- * Specifies if the column is included in the column-chooser list.
124
- * @default true
125
- */
126
- includeInChooser: boolean;
127
- /**
128
- * Sets the `role` attribute for the table cells (excluding the footer and header) of the column.
129
- * @default "gridcell"
130
- *
131
- * @remarks
132
- * This property is related to accessibility.
133
- */
134
- tableCellsRole: string;
135
- /**
136
- * Sets custom styles for the table cells (excluding the footer and header) of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns).
137
- */
138
- style: {
139
- [key: string]: string;
140
- };
141
- /**
142
- * Sets custom styles for the header cell of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns)
143
- */
144
- headerStyle: {
145
- [key: string]: string;
146
- };
147
- /**
148
- * Sets custom styles for the footer cell of the column. Uses the [`NgStyle`](link:site.data.urls.angular['ngstyleapi']) directive. [See example.](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns)
149
- */
150
- footerStyle: {
151
- [key: string]: string;
152
- };
153
- /**
154
- * Sets custom CSS classes to the column cells. Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. To customize header and footer column cells, use the [`headerClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent#headerclass) and [`footerClass`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/columncomponent#footerclass) inputs.
155
- */
156
- cssClass: string | string[] | Set<string> | {
157
- [key: string]: any;
158
- };
159
- /**
160
- * Sets custom CSS classes to the column header cell. Uses the [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns).
161
- */
162
- headerClass: string | string[] | Set<string> | {
163
- [key: string]: any;
164
- };
165
- /**
166
- * Sets the custom CSS classes to the column footer cell. Under the hood, to apply the property,
167
- * the `footerClass` option uses the
168
- * [`NgClass`](link:site.data.urls.angular['ngclassapi']) directive. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/styling/columns).
169
- */
170
- footerClass: string | string[] | Set<string> | {
171
- [key: string]: any;
172
- };
173
- /**
174
- * @hidden
175
- */
176
- headerTemplates: QueryList<HeaderTemplateDirective>;
177
- /**
178
- * @hidden
179
- */
180
- footerTemplate: FooterTemplateDirective;
181
- /**
182
- * @hidden
183
- */
184
- columnMenuTemplates: QueryList<ColumnMenuTemplateDirective>;
185
- /**
186
- * @hidden
187
- */
188
- resizeStartWidth: number;
189
- /**
190
- * @hidden
191
- */
192
- get level(): number;
193
- /**
194
- * @hidden
195
- */
196
- get isLocked(): boolean;
197
- protected _width: number;
198
- /**
199
- * @hidden
200
- */
201
- get colspan(): number;
202
- /**
203
- * @hidden
204
- */
205
- rowspan(totalColumnLevels: number): number;
206
- /**
207
- * @hidden
208
- */
209
- get headerTemplateRef(): TemplateRef<any>;
210
- /**
211
- * @hidden
212
- */
213
- get footerTemplateRef(): TemplateRef<any>;
214
- /**
215
- * @hidden
216
- */
217
- get columnMenuTemplateRef(): TemplateRef<any>;
218
- /**
219
- * @hidden
220
- */
221
- get displayTitle(): string;
222
- /**
223
- * @hidden
224
- */
225
- get isVisible(): boolean;
226
- /**
227
- * @hidden
228
- */
229
- get isEditable(): boolean;
230
- private _id;
231
- /**
232
- * @hidden
233
- */
234
- constructor(parent?: ColumnBase, optionChanges?: OptionChangesService);
235
- ngOnChanges(_changes: any): void;
236
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnBase, never>;
237
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnBase, never, never, { "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizeStep": { "alias": "resizeStep"; "required": false; }; "minResizableWidth": { "alias": "minResizableWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "locked": { "alias": "locked"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "media": { "alias": "media"; "required": false; }; "lockable": { "alias": "lockable"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "includeInChooser": { "alias": "includeInChooser"; "required": false; }; "tableCellsRole": { "alias": "tableCellsRole"; "required": false; }; "style": { "alias": "style"; "required": false; }; "headerStyle": { "alias": "headerStyle"; "required": false; }; "footerStyle": { "alias": "footerStyle"; "required": false; }; "cssClass": { "alias": "class"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "footerClass": { "alias": "footerClass"; "required": false; }; }, {}, ["footerTemplate", "headerTemplates", "columnMenuTemplates"], never, true, never>;
238
- }
@@ -1,53 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ColumnBase } from "./column-base";
6
- /**
7
- * @hidden
8
- */
9
- export declare const expandColumns: (columns: Array<ColumnBase>) => Array<ColumnBase>;
10
- /**
11
- * @hidden
12
- */
13
- export declare const expandColumnsWithSpan: (columns: Array<ColumnBase>) => Array<ColumnBase>;
14
- /**
15
- * @hidden
16
- */
17
- export declare const columnsToRender: (columns: Array<ColumnBase>) => Array<ColumnBase>;
18
- /**
19
- * @hidden
20
- */
21
- export declare const sumColumnWidths: (array: Array<any>) => number;
22
- /**
23
- * @hidden
24
- */
25
- export declare const columnsSpan: (array: Array<any>) => number;
26
- /**
27
- * @hidden
28
- */
29
- export declare const isValidFieldName: (fieldName: string) => boolean;
30
- /**
31
- * @hidden
32
- */
33
- export declare const children: (column: any) => any;
34
- /**
35
- * @hidden
36
- */
37
- export declare const leafColumns: (columns: any) => any;
38
- /**
39
- * @hidden
40
- */
41
- export declare const someLeafColumn: (callback: any, ...columns: any[]) => boolean;
42
- /**
43
- * @hidden
44
- */
45
- export declare const resizableColumns: (columns: any) => any;
46
- /**
47
- * @hidden
48
- */
49
- export declare const sortColumns: (columns: Array<ColumnBase>) => Array<ColumnBase>;
50
- /**
51
- * @hidden
52
- */
53
- export declare const isInSpanColumn: (column: ColumnBase) => boolean;
@@ -1,61 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { QueryList } from '@angular/core';
6
- import { ColumnBase } from './column-base';
7
- import { OptionChangesService } from '../common/option-changes.service';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare function isColumnGroupComponent(column: any): column is ColumnGroupComponent;
13
- /**
14
- * Represents the column group header of the TreeList. ([More information and examples](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/headers)).
15
- *
16
- * @example
17
- * ```html
18
- * <kendo-treelist ...>
19
- * <kendo-treelist-column-group title="File Info">
20
- * <kendo-treelist-column field="type" title="Type"> </kendo-treelist-column>
21
- * <kendo-treelist-column field="size" title="Size"> </kendo-treelist-column>
22
- * </kendo-treelist-column-group>
23
- * </kendo-treelist>
24
- * ```
25
- */
26
- export declare class ColumnGroupComponent extends ColumnBase {
27
- /**
28
- * @hidden
29
- */
30
- includeInChooser: boolean;
31
- /**
32
- * @hidden
33
- */
34
- isColumnGroup: boolean;
35
- /**
36
- * @hidden
37
- */
38
- minResizableWidth: number;
39
- /**
40
- * @hidden
41
- */
42
- children: QueryList<ColumnBase>;
43
- constructor(parent?: ColumnBase, optionChanges?: OptionChangesService);
44
- /**
45
- * @hidden
46
- */
47
- rowspan(): number;
48
- /**
49
- * @hidden
50
- */
51
- get colspan(): number;
52
- /**
53
- * @hidden
54
- */
55
- get leafIndex(): number;
56
- get childrenArray(): any[];
57
- get hasChildren(): boolean;
58
- private get firstChild();
59
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnGroupComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-treelist-column-group", never, {}, {}, ["children"], never, true, never>;
61
- }
@@ -1,21 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { QueryList } from '@angular/core';
6
- import { ColumnBase } from './column-base';
7
- /**
8
- * @hidden
9
- */
10
- export declare class ColumnList {
11
- private columns;
12
- static empty(): ColumnList;
13
- constructor(columns: QueryList<ColumnBase>);
14
- forEach(callback: (column: ColumnBase) => void): void;
15
- filter(callback: (column: ColumnBase) => any): ColumnBase[];
16
- filterHierarchy(predicate: (column: ColumnBase) => boolean): ColumnBase[];
17
- filterSort(callback: (column: ColumnBase) => any): ColumnBase[];
18
- toArray(): ColumnBase[];
19
- rootColumns(): ColumnBase[];
20
- totalColumnLevels(): number;
21
- }
@@ -1,94 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { TemplateRef } from '@angular/core';
6
- import { CellTemplateDirective } from '../rendering/cell-template.directive';
7
- import { EditTemplateDirective } from '../editing/edit-template.directive';
8
- import { ColumnSortSettings } from './sort-settings';
9
- import { ColumnBase } from './column-base';
10
- import { FilterCellTemplateDirective } from '../filtering/cell/filter-cell-template.directive';
11
- import { FilterMenuTemplateDirective } from '../filtering/menu/filter-menu-template.directive';
12
- import { OptionChangesService } from '../common/option-changes.service';
13
- import * as i0 from "@angular/core";
14
- /**
15
- * @hidden
16
- */
17
- export declare function isColumnComponent(column: any): column is ColumnComponent;
18
- /**
19
- * Represents a column in the TreeList. Use this component to define a data-bound column.
20
- *
21
- * @example
22
- * ```html
23
- * <kendo-treelist [kendoTreeListFlatBinding]="data" ...>
24
- * <kendo-treelist-column field="name" title="Name"></kendo-treelist-column>
25
- * <kendo-treelist-column field="title" title="Title"></kendo-treelist-column>
26
- * </kendo-treelist>
27
- * ```
28
- * @remarks
29
- * Supported children components are:
30
- * {@link StringFilterCellComponent},
31
- * {@link NumericFilterCellComponent},
32
- * {@link BooleanFilterCellComponent},
33
- * {@link DateFilterCellComponent},
34
- * {@link StringFilterMenuComponent},
35
- * {@link NumericFilterMenuComponent},
36
- * {@link BooleanFilterMenuComponent},
37
- * {@link DateFilterMenuComponent},
38
- * {@link FilterCellOperatorsComponent}.
39
- */
40
- export declare class ColumnComponent extends ColumnBase {
41
- /**
42
- * Specifies if the expanded indicator appears in the column.
43
- */
44
- expandable: boolean;
45
- /**
46
- * Sets the field to which the column is bound.
47
- */
48
- field: string;
49
- /**
50
- * Sets the format applied to the value before display. For supported date and number formats, see the [Column Formats](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/formats) article.
51
- */
52
- format: any;
53
- /**
54
- * Allows the column headers to be clicked and the `sortChange` event emitted. You must handle the `sortChange` event and sort the data.
55
- * @default true
56
- */
57
- sortable: boolean | ColumnSortSettings;
58
- /**
59
- * Sets the editor type ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing)). Used when the column enters edit mode.
60
- * @default 'text'
61
- */
62
- editor: 'text' | 'numeric' | 'date' | 'boolean';
63
- /**
64
- * Sets the filter type displayed inside the filter row.
65
- * @default 'text'
66
- */
67
- filter: 'text' | 'numeric' | 'boolean' | 'date';
68
- /**
69
- * Specifies if a filter UI appears for this column.
70
- * @default true
71
- */
72
- filterable: boolean;
73
- /**
74
- * Specifies if the column is editable.
75
- * @default true
76
- */
77
- editable: boolean;
78
- template: CellTemplateDirective;
79
- editTemplate: EditTemplateDirective;
80
- filterCellTemplate: FilterCellTemplateDirective;
81
- filterMenuTemplate: FilterMenuTemplateDirective;
82
- constructor(parent?: ColumnBase, optionChanges?: OptionChangesService);
83
- get templateRef(): TemplateRef<any>;
84
- get editTemplateRef(): TemplateRef<any>;
85
- get filterCellTemplateRef(): TemplateRef<any>;
86
- get filterMenuTemplateRef(): TemplateRef<any>;
87
- get displayTitle(): string;
88
- /**
89
- * @hidden
90
- */
91
- get isEditable(): boolean;
92
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-treelist-column", never, { "expandable": { "alias": "expandable"; "required": false; }; "field": { "alias": "field"; "required": false; }; "format": { "alias": "format"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "editor": { "alias": "editor"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, {}, ["template", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never, true, never>;
94
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { QueryList, EventEmitter } from '@angular/core';
6
- import { ColumnBase } from './column-base';
7
- /**
8
- * @hidden
9
- */
10
- export declare class ColumnsContainer {
11
- private columns;
12
- allColumns: QueryList<ColumnBase>;
13
- leafColumns: QueryList<ColumnBase>;
14
- lockedColumns: QueryList<ColumnBase>;
15
- nonLockedColumns: QueryList<ColumnBase>;
16
- lockedLeafColumns: QueryList<ColumnBase>;
17
- nonLockedLeafColumns: QueryList<ColumnBase>;
18
- totalLevels: number;
19
- changes: EventEmitter<any>;
20
- leafColumnsToRender: ColumnBase[];
21
- lockedColumnsToRender: ColumnBase[];
22
- nonLockedColumnsToRender: ColumnBase[];
23
- hasFooter: boolean;
24
- unlockedWidth: number;
25
- constructor(columns: Function);
26
- refresh(): boolean;
27
- }
@@ -1,42 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { TemplateRef } from '@angular/core';
6
- import { ColumnBase } from './column-base';
7
- import { CellTemplateDirective } from '../rendering/cell-template.directive';
8
- import { OptionChangesService } from '../common/option-changes.service';
9
- import * as i0 from "@angular/core";
10
- /**
11
- * Represents the command column of the TreeList. Define the content of the column inside an `<ng-template>` tag.
12
- * For more information and examples on using the passed fields and command directives, see
13
- * [editing the TreeList in Angular Reactive Forms](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing).
14
- *
15
- * Usually, the template contains CRUD command directives such as:
16
- * - [`EditCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/editcommanddirective)
17
- * - [`RemoveCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/removecommanddirective)
18
- * - [`CancelCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/cancelcommanddirective)
19
- * - [`SaveCommandDirective`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/savecommanddirective)
20
- *
21
- * @example
22
- * ```html
23
- * <kendo-treelist ...>
24
- * <kendo-treelist-column field="ProductID"></kendo-treelist-column>
25
- * <kendo-treelist-command-column title="command">
26
- * <ng-template kendoTreeListCellTemplate>
27
- * <button kendoTreeListEditCommand class="k-primary">Edit</button>
28
- * <button kendoTreeListRemoveCommand>Remove</button>
29
- * </ng-template>
30
- * </kendo-treelist-command-column>
31
- * </kendo-treelist>
32
- * ```
33
- */
34
- export declare class CommandColumnComponent extends ColumnBase {
35
- parent?: ColumnBase;
36
- template: CellTemplateDirective;
37
- isCommand: boolean;
38
- constructor(parent?: ColumnBase, optionChanges?: OptionChangesService);
39
- get templateRef(): TemplateRef<any>;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<CommandColumnComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CommandColumnComponent, "kendo-treelist-command-column", never, {}, {}, ["template"], never, true, never>;
42
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ColumnBase } from './column-base';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Represents the drag handle column for reordering rows in the TreeList.
9
- *
10
- * @example
11
- * ```html
12
- * <kendo-treelist [data]="data" [fetchChildren]="fetchChildren" [hasChildren]="hasChildren">
13
- * <kendo-treelist-rowreorder-column></kendo-treelist-rowreorder-column>
14
- * <kendo-treelist-column field="ProductName" title="Product Name"></kendo-treelist-column>
15
- * </kendo-treelist>
16
- * ```
17
- */
18
- export declare class RowReorderColumnComponent extends ColumnBase {
19
- parent?: ColumnBase;
20
- /**
21
- * @hidden
22
- */
23
- readonly isRowReorderColumn: boolean;
24
- constructor(parent?: ColumnBase);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<RowReorderColumnComponent, [{ optional: true; host: true; skipSelf: true; }]>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-treelist-rowreorder-column", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,49 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Defines the settings for sorting a TreeList column.
7
- * Use this type to configure sorting options such as allowing unsort and setting the initial direction.
8
- *
9
- * @example
10
- * ```html
11
- * <kendo-treelist ...>
12
- * <kendo-treelist-column field="ProductName" [sortable]="{ allowUnsort: true, initialDirection: 'asc'}">
13
- * </kendo-treelist-column>
14
- * </kendo-treelist>
15
- * ```
16
- */
17
- export type ColumnSortSettings = boolean | {
18
- /**
19
- * Enables the removal of the column sorting.
20
- */
21
- allowUnsort?: boolean;
22
- /**
23
- * Sets the initial sort direction when changing from unsorted to sorted state.
24
- */
25
- initialDirection?: 'asc' | 'desc';
26
- };
27
- /**
28
- * Specifies a modifier key for multiple column sorting.
29
- *
30
- */
31
- export type ModifierKey = 'none' | 'ctrl' | 'shift' | 'alt';
32
- /**
33
- * Defines the settings for sorting the TreeList.
34
- */
35
- export type SortSettings = boolean | ColumnSortSettings & {
36
- /**
37
- * Sets the sort mode of the TreeList.
38
- *
39
- */
40
- mode?: 'single' | 'multiple';
41
- /**
42
- * Enables the sort-sequence indicators for sorting multiple columns.
43
- */
44
- showIndexes?: boolean;
45
- };
46
- /**
47
- * @hidden
48
- */
49
- export declare const normalize: (...settings: (SortSettings | ColumnSortSettings)[]) => any;