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

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 +540 -536
  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,78 +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, AfterContentInit, OnDestroy } from '@angular/core';
6
- import { FilterService } from './filter.service';
7
- import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
8
- import { FilterOperatorBase } from './operators/filter-operator.base';
9
- import { LocalizationService } from '@progress/kendo-angular-l10n';
10
- import { FilterOperator } from '../common/filter-operator.interface';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare const setFilter: (index: any, filter: any, field: any, defaultOperator: any) => FilterDescriptor;
16
- /**
17
- * @hidden
18
- */
19
- export declare const logicOperators: (localization: LocalizationService) => Array<{
20
- text: string;
21
- value: "and" | "or";
22
- }>;
23
- /**
24
- * @hidden
25
- */
26
- export declare const flatten: (filter: CompositeFilterDescriptor) => FilterDescriptor[];
27
- /**
28
- * @hidden
29
- */
30
- export declare const filtersByField: (filter: CompositeFilterDescriptor, field: string) => FilterDescriptor[];
31
- /**
32
- * @hidden
33
- */
34
- export declare const filterByField: (filter: CompositeFilterDescriptor, field: string) => FilterDescriptor;
35
- /**
36
- * @hidden
37
- */
38
- export declare const removeFilter: (filter: CompositeFilterDescriptor, field: string) => CompositeFilterDescriptor;
39
- /**
40
- * @hidden
41
- */
42
- export declare const localizeOperators: (operators: any) => (localization: any) => {
43
- text: any;
44
- value: any;
45
- }[];
46
- /**
47
- * An abstract base class for the filter-cell component in the TreeList.
48
- * Use this class to implement custom filter cell components.
49
- * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#custom-filter-row-components).
50
- */
51
- export declare abstract class BaseFilterCellComponent implements AfterContentInit, OnDestroy {
52
- protected filterService: FilterService;
53
- get hostClasses(): boolean;
54
- operatorList: QueryList<FilterOperatorBase>;
55
- get operators(): Array<FilterOperator>;
56
- set operators(values: Array<FilterOperator>);
57
- /**
58
- * The current root filter.
59
- * @type {CompositeFilterDescriptor}
60
- */
61
- filter: CompositeFilterDescriptor;
62
- protected defaultOperators: Array<FilterOperator>;
63
- protected _operators: Array<FilterOperator>;
64
- private operationListSubscription;
65
- constructor(filterService: FilterService);
66
- /**
67
- * @hidden
68
- */
69
- ngAfterContentInit(): void;
70
- ngOnDestroy(): void;
71
- protected filterByField(field: string): FilterDescriptor;
72
- protected filtersByField(field: string): FilterDescriptor[];
73
- protected removeFilter(field: string): CompositeFilterDescriptor;
74
- protected updateFilter(filter: FilterDescriptor): CompositeFilterDescriptor;
75
- protected applyFilter(filter: CompositeFilterDescriptor): void;
76
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseFilterCellComponent, never>;
77
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseFilterCellComponent, never, never, { "operators": { "alias": "operators"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; }, {}, ["operatorList"], never, true, never>;
78
- }
@@ -1,57 +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 { ColumnComponent } from '../columns/column.component';
6
- import { FilterService } from './filter.service';
7
- import { FilterDescriptor } from '@progress/kendo-data-query';
8
- import { BaseFilterCellComponent } from './base-filter-cell.component';
9
- import { FilterComponent } from './filter-component.interface';
10
- import { LocalizationService } from '@progress/kendo-angular-l10n';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class BooleanFilterComponent extends BaseFilterCellComponent implements FilterComponent {
16
- protected localization: LocalizationService;
17
- /**
18
- * @hidden
19
- */
20
- get hostClasses(): boolean;
21
- /**
22
- * The column with which the filter is associated.
23
- * @type {ColumnComponent}
24
- */
25
- column: ColumnComponent;
26
- /**
27
- * @hidden
28
- */
29
- operator: string;
30
- /**
31
- * The current filter for the associated column field.
32
- * @readonly
33
- * @type {FilterDescriptor}
34
- */
35
- get currentFilter(): FilterDescriptor;
36
- /**
37
- * The current filter operator for the associated column field.
38
- * @readonly
39
- * @type {string}
40
- */
41
- get currentOperator(): string;
42
- /**
43
- * @hidden
44
- */
45
- items: any[];
46
- /**
47
- * @hidden
48
- */
49
- defaultItem: any;
50
- private subscription;
51
- constructor(filterService: FilterService, localization: LocalizationService);
52
- ngOnInit(): void;
53
- ngOnDestroy(): void;
54
- protected localizationChange(): void;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterComponent, never>;
56
- static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterComponent, never, never, { "column": { "alias": "column"; "required": false; }; }, {}, never, never, true, never>;
57
- }
@@ -1,32 +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 { FilterDescriptor } from '@progress/kendo-data-query';
6
- import { LocalizationService } from '@progress/kendo-angular-l10n';
7
- import { ColumnComponent } from '../../columns/column.component';
8
- import { FilterService } from '../filter.service';
9
- import { BaseFilterCellComponent } from '../base-filter-cell.component';
10
- import { FilterComponent } from '../filter-component.interface';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class AutoCompleteFilterCellComponent extends BaseFilterCellComponent implements FilterComponent {
16
- protected localization: LocalizationService;
17
- showOperators: boolean;
18
- column: ColumnComponent;
19
- data: any[];
20
- set valueField(value: string);
21
- get valueField(): string;
22
- get currentFilter(): FilterDescriptor;
23
- get currentOperator(): string;
24
- private _valueField;
25
- constructor(filterService: FilterService, column: ColumnComponent, localization: LocalizationService);
26
- /**
27
- * @hidden
28
- */
29
- get columnLabel(): string;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteFilterCellComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-treelist-autocomplete-filter-cell", never, { "showOperators": { "alias": "showOperators"; "required": false; }; "column": { "alias": "column"; "required": false; }; "data": { "alias": "data"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; }, {}, never, never, true, never>;
32
- }
@@ -1,41 +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 { ChangeDetectorRef } from '@angular/core';
6
- import { LocalizationService } from '@progress/kendo-angular-l10n';
7
- import { FilterService } from '../filter.service';
8
- import { BooleanFilterComponent } from '../boolean-filter.component';
9
- import * as i0 from "@angular/core";
10
- /**
11
- * Represents a Boolean filter-cell component.
12
- * Use this component to filter Boolean values in the TreeList.
13
- * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
14
- *
15
- * @example
16
- * ```html
17
- * <kendo-treelist-column field="ProductName" title="Product Name">
18
- * <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
19
- * <kendo-treelist-boolean-filter-cell
20
- * [column]="column"
21
- * [filter]="filter">
22
- * </kendo-treelist-boolean-filter-cell>
23
- * </ng-template>
24
- * </kendo-treelist-column>
25
- * ```
26
- */
27
- export declare class BooleanFilterCellComponent extends BooleanFilterComponent {
28
- private cd;
29
- constructor(filterService: FilterService, localization: LocalizationService, cd: ChangeDetectorRef);
30
- protected localizationChange(): void;
31
- /**
32
- * @hidden
33
- */
34
- messageFor(token: string): string;
35
- /**
36
- * @hidden
37
- */
38
- get columnLabel(): string;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterCellComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-treelist-boolean-filter-cell", never, {}, {}, never, never, true, never>;
41
- }
@@ -1,46 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
6
- import { FilterService } from '../filter.service';
7
- import { DateFilterComponent } from '../date-filter.component';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Represents a date-filter cell component.
11
- * Use this component to filter date values in the TreeList.
12
- * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-treelist-column field="OrderDate">
17
- * <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
18
- * <kendo-treelist-date-filter-cell
19
- * [column]="column"
20
- * [filter]="filter">
21
- * </kendo-treelist-date-filter-cell>
22
- * </ng-template>
23
- * </kendo-treelist-column>
24
- * ```
25
- * @remarks
26
- * Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link AfterEqFilterOperatorComponent}, {@link AfterFilterOperatorComponent}, {@link BeforeEqFilterOperatorComponent}, {@link BeforeFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}.
27
- */
28
- export declare class DateFilterCellComponent extends DateFilterComponent {
29
- protected localization: LocalizationService;
30
- /**
31
- * Shows or hides the drop-down filter operators.
32
- * @default true
33
- */
34
- showOperators: boolean;
35
- constructor(filterService: FilterService, localization: LocalizationService);
36
- /**
37
- * @hidden
38
- */
39
- messageFor(key: string): string;
40
- /**
41
- * @hidden
42
- */
43
- get columnLabel(): string;
44
- static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterCellComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-treelist-date-filter-cell", never, { "showOperators": { "alias": "showOperators"; "required": false; }; }, {}, never, never, true, never>;
46
- }
@@ -1,12 +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 { Type } from '@angular/core';
6
- import { FilterComponent } from '../filter-component.interface';
7
- /**
8
- * @hidden
9
- *
10
- * > List the following components in the TreeListModule as `entryComponents`.
11
- */
12
- export declare const filterComponentFactory: (type: string) => Type<FilterComponent>;
@@ -1,17 +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 { Type, ViewContainerRef } from "@angular/core";
6
- import { FilterHostDirective } from "../filter-host.directive";
7
- import { FilterComponent } from "../filter-component.interface";
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class FilterCellHostDirective extends FilterHostDirective {
13
- constructor(host: ViewContainerRef);
14
- protected componentType(): Type<FilterComponent>;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, true, never>;
17
- }
@@ -1,112 +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 { EventEmitter, OnInit, OnDestroy } from '@angular/core';
6
- import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
7
- import { LocalizationService } from '@progress/kendo-angular-l10n';
8
- import { SVGIcon } from '@progress/kendo-svg-icons';
9
- import { ColumnComponent } from '../../columns/column.component';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * Represents a component that displays filter operators for the TreeList filter row.
13
- * Use this component to let users select filter operators for a column.
14
- *
15
- * @example
16
- * ```html
17
- * <kendo-treelist ...>
18
- * <kendo-treelist-column field="ProductName">
19
- * <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
20
- * <input />
21
- * <kendo-treelist-filter-cell-operators
22
- * [operators]="[{text: 'Equals', value: 'eq'}]">
23
- * </kendo-treelist-filter-cell-operators>
24
- * </ng-template>
25
- * </kendo-treelist-column>
26
- * </kendo-treelist>
27
- * ```
28
- */
29
- export declare class FilterCellOperatorsComponent implements OnInit, OnDestroy {
30
- protected localization: LocalizationService;
31
- clearText: string;
32
- filterClearIcon: SVGIcon;
33
- /**
34
- * @hidden
35
- */
36
- filterSVGIcon: SVGIcon;
37
- /**
38
- * @hidden
39
- */
40
- get hostClasses(): boolean;
41
- /**
42
- * @hidden
43
- */
44
- dropdown: DropDownListComponent;
45
- /**
46
- * The filter operators that will be displayed.
47
- */
48
- operators: Array<{
49
- text: string;
50
- value: string;
51
- }>;
52
- /**
53
- * Determines if the **Clear** button will be displayed.
54
- * @type {boolean}
55
- */
56
- showButton: boolean;
57
- /**
58
- * Determines if the list of operators will be displayed.
59
- * @type {boolean}
60
- * @default true
61
- */
62
- showOperators: boolean;
63
- /**
64
- * The selected operator.
65
- * @type {string}
66
- */
67
- value: string;
68
- /**
69
- * The TreeList column which the filter operators are associated with.
70
- */
71
- column: ColumnComponent;
72
- /**
73
- * Fires when the operator is selected.
74
- * @type {EventEmitter<string>}
75
- */
76
- valueChange: EventEmitter<string>;
77
- /**
78
- * Fires when the **Clear** button is clicked.
79
- * @type {EventEmitter<{}>}
80
- */
81
- clear: EventEmitter<undefined>;
82
- private subscription;
83
- constructor(localization: LocalizationService);
84
- /**
85
- * @hidden
86
- */
87
- onChange(dataItem: any): void;
88
- /**
89
- * @hidden
90
- */
91
- clearClick(): boolean;
92
- /**
93
- * @hidden
94
- */
95
- clearKeydown(args: KeyboardEvent): void;
96
- /**
97
- * @hidden
98
- */
99
- dropdownKeydown(args: KeyboardEvent): void;
100
- ngOnInit(): void;
101
- ngOnDestroy(): void;
102
- /**
103
- * @hidden
104
- */
105
- get columnLabel(): string;
106
- /**
107
- * @hidden
108
- */
109
- messageFor(token: string): string;
110
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellOperatorsComponent, never>;
111
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-treelist-filter-cell-operators", never, { "operators": { "alias": "operators"; "required": false; }; "showButton": { "alias": "showButton"; "required": false; }; "showOperators": { "alias": "showOperators"; "required": false; }; "value": { "alias": "value"; "required": false; }; "column": { "alias": "column"; "required": false; }; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never, true, never>;
112
- }
@@ -1,35 +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 * as i0 from "@angular/core";
7
- /**
8
- * Represents the filter-cell template for the TreeList.
9
- * Use this directive to customize the filter row cell for a column.
10
- * See [custom filter row components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#custom-filters).
11
- *
12
- * The template context is set to the filter descriptor and provides the following fields:
13
- * - `column`&mdash;The current column instance. Use as an alias for a template variable with `let-column="column"`.
14
- * - `filter`&mdash;The filter descriptor.
15
- * - `cellContext`&mdash;An object used to pass context information to built-in directives.
16
- *
17
- * @example
18
- * ```html
19
- * <kendo-treelist-column field="name" title="Name">
20
- * <ng-template kendoTreeListFilterCellTemplate let-column="column" let-filter="filter" let-cellContext="cellContext">
21
- * <kendo-maskedtextbox mask="(999) 000-0000"
22
- * [promptPlaceholder]="prompt" [includeLiterals]="true"
23
- * (valueChange)="phoneChange($event)"
24
- * >
25
- * </kendo-maskedtextbox>
26
- * </ng-template>
27
- * </kendo-treelist-column>
28
- * ```
29
- */
30
- export declare class FilterCellTemplateDirective {
31
- templateRef: TemplateRef<any>;
32
- constructor(templateRef: TemplateRef<any>);
33
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellTemplateDirective, [{ optional: true; }]>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoTreeListFilterCellTemplate]", never, {}, {}, never, never, true, never>;
35
- }
@@ -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 { FilterService } from '../filter.service';
6
- import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
7
- import { CompositeFilterDescriptor } from "@progress/kendo-data-query";
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class FilterCellWrapperComponent extends FilterInputWrapperComponent {
13
- get hostClasses(): boolean;
14
- get overrideBaseClasses(): boolean;
15
- showOperators: boolean;
16
- get showButton(): boolean;
17
- constructor(filterService: FilterService);
18
- protected filterChange(filter: CompositeFilterDescriptor): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellWrapperComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-treelist-filter-wrapper-cell", never, { "showOperators": { "alias": "showOperators"; "required": false; }; }, {}, never, ["*"], true, never>;
21
- }
@@ -1,25 +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 { CompositeFilterDescriptor } from '@progress/kendo-data-query';
6
- import { ColumnComponent } from '../../columns/column.component';
7
- import { FocusGroup } from '../../navigation/focus-group';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class FilterCellComponent {
13
- private focusGroup;
14
- column: ColumnComponent;
15
- get filter(): CompositeFilterDescriptor;
16
- set filter(value: CompositeFilterDescriptor);
17
- private _templateContext;
18
- private _filter;
19
- constructor(focusGroup: FocusGroup);
20
- get templateContext(): any;
21
- get hasTemplate(): boolean;
22
- get isFilterable(): boolean;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoTreeListFilterCell]", never, { "column": { "alias": "column"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; }, {}, never, never, true, never>;
25
- }
@@ -1,57 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
6
- import { FilterService } from '../filter.service';
7
- import { NumericFilterComponent } from '../numeric-filter.component';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Represents a numeric filter cell.
11
- * Use this component to filter numeric values in the TreeList.
12
- * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-treelist-column field="ProductName" title="Product Name">
17
- * <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
18
- * <kendo-treelist-numeric-filter-cell
19
- * [column]="column"
20
- * [filter]="filter">
21
- * </kendo-treelist-numeric-filter-cell>
22
- * </ng-template>
23
- * </kendo-treelist-column>
24
- * ```
25
- * @remarks
26
- * Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link GreaterFilterOperatorComponent}, {@link GreaterOrEqualToFilterOperatorComponent}, {@link LessFilterOperatorComponent}, {@link LessOrEqualToFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}.
27
- */
28
- export declare class NumericFilterCellComponent extends NumericFilterComponent {
29
- protected localization: LocalizationService;
30
- /**
31
- * Sets the delay time (in milliseconds) before the filter value is submitted.
32
- * A value of `0` means no delay.
33
- * @default 500
34
- */
35
- filterDelay: number;
36
- /**
37
- * Shows or hides the drop-down filter operators.
38
- * @default true
39
- */
40
- showOperators: boolean;
41
- /**
42
- * The placeholder text for the filter input.
43
- * @type {string}
44
- */
45
- placeholder: string;
46
- constructor(filterService: FilterService, localization: LocalizationService);
47
- /**
48
- * @hidden
49
- */
50
- messageFor(key: string): string;
51
- /**
52
- * @hidden
53
- */
54
- get columnLabel(): string;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterCellComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-treelist-numeric-filter-cell", never, { "filterDelay": { "alias": "filterDelay"; "required": false; }; "showOperators": { "alias": "showOperators"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
57
- }
@@ -1,52 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
6
- import { FilterService } from '../filter.service';
7
- import { StringFilterComponent } from '../string-filter.component';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Represents a string-filter cell component.
11
- * Use this component to filter string values in the TreeList.
12
- * See the article about the [built-in filter components](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#built-in-filter-row-components).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-treelist-column field="ProductName">
17
- * <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
18
- * <kendo-treelist-string-filter-cell
19
- * [column]="column"
20
- * [filter]="filter">
21
- * </kendo-treelist-string-filter-cell>
22
- * </ng-template>
23
- * </kendo-treelist-column>
24
- * ```
25
- * @remarks
26
- * Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link ContainsFilterOperatorComponent}, {@link DoesNotContainFilterOperatorComponent}, {@link StartsWithFilterOperatorComponent}, {@link EndsWithFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}, {@link IsEmptyFilterOperatorComponent}, {@link IsNotEmptyFilterOperatorComponent}.
27
- */
28
- export declare class StringFilterCellComponent extends StringFilterComponent {
29
- /**
30
- * Sets the delay time (in milliseconds) before the filter value is submitted.
31
- * A value of `0` means no delay.
32
- * @default 500
33
- */
34
- filterDelay: number;
35
- /**
36
- * Shows or hides the drop-down filter operators.
37
- * @default true
38
- */
39
- showOperators: boolean;
40
- /**
41
- * The placeholder text for the filter input.
42
- * @type {string}
43
- */
44
- placeholder: string;
45
- constructor(filterService: FilterService, localization: LocalizationService);
46
- /**
47
- * @hidden
48
- */
49
- get columnLabel(): string;
50
- static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterCellComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-treelist-string-filter-cell", never, { "filterDelay": { "alias": "filterDelay"; "required": false; }; "showOperators": { "alias": "showOperators"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
52
- }