@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,133 +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 { Observable } from 'rxjs';
6
- import { EventEmitter } from '@angular/core';
7
- /**
8
- * Represents the data type expected by the TreeList. Use this interface to provide the data and aggregates for the TreeList.
9
- *
10
- */
11
- export interface TreeListDataResult {
12
- /**
13
- * Represents the data rendered by the TreeList as an array.
14
- */
15
- data: any[];
16
- /**
17
- * Represents the aggregated values for the group. An [`AggregateResult`](https://www.telerik.com/kendo-angular-ui/components/treelist/aggregates) instance.
18
- */
19
- aggregates?: any;
20
- }
21
- /**
22
- * @hidden
23
- */
24
- export interface ExpandState {
25
- isExpanded: (item: any) => boolean;
26
- }
27
- /**
28
- * @hidden
29
- */
30
- export interface EditState {
31
- context: (item: any) => any;
32
- hasNew: (item: any) => boolean;
33
- newItem: any;
34
- }
35
- /**
36
- * @hidden
37
- */
38
- export interface SelectionState {
39
- isRowSelected: (item: any) => boolean;
40
- }
41
- /**
42
- * @hidden
43
- */
44
- export declare const EXPANDED_STATE: {
45
- isExpanded: () => boolean;
46
- };
47
- /**
48
- * @hidden
49
- */
50
- export declare const UNSELECTED_STATE: {
51
- isRowSelected: () => boolean;
52
- };
53
- /**
54
- * @hidden
55
- */
56
- export declare const NOT_EDITED_STATE: {
57
- hasNew: () => boolean;
58
- context: () => any;
59
- };
60
- /**
61
- * @hidden
62
- */
63
- export declare class ViewItemFactory {
64
- private expandState;
65
- private editState;
66
- private selectionState;
67
- private loaded;
68
- private fieldAccessor;
69
- observables: any[];
70
- private rowIndex;
71
- private rootLevel;
72
- private fetchChildren;
73
- private hasChildren;
74
- private idGetter;
75
- private hasFooter;
76
- private viewRange;
77
- private offsetFirst;
78
- constructor(expandState: ExpandState, editState: EditState, selectionState: SelectionState, loaded: any, fieldAccessor: any, rootItem?: any);
79
- generate(): any;
80
- private loadChildren;
81
- private dataLevel;
82
- private addNew;
83
- }
84
- /**
85
- * @hidden
86
- */
87
- export declare class ViewCollection {
88
- fieldAccessor: any;
89
- expandState: ExpandState;
90
- editState: EditState;
91
- selectionState: SelectionState;
92
- childrenLoaded: EventEmitter<any>;
93
- dataLoaded: EventEmitter<any>;
94
- resetPage: EventEmitter<any>;
95
- total: number;
96
- totalVisible: number;
97
- loaded: any;
98
- loading: boolean;
99
- private _totalRows;
100
- private loadingCount;
101
- private childrenSubscription;
102
- private _data;
103
- static loadView(options: any): Observable<any>;
104
- get totalRows(): number;
105
- get data(): any[];
106
- constructor(fieldAccessor: any, expandState: ExpandState, editState: EditState, selectionState: SelectionState);
107
- get length(): number;
108
- get first(): any;
109
- get firstItem(): any;
110
- get last(): any;
111
- at(index: number): any;
112
- itemIndex(item: any): number;
113
- map(fn: (item: any, index: number, array: any[]) => any): any[];
114
- filter(fn: (item: any, index: number, array: any[]) => boolean): any[];
115
- findIndex(fn: any): number;
116
- reduce(fn: (prevValue: any, curValue: any, curIndex: number, array: any[]) => any, init: any): any;
117
- forEach(fn: (item: any, index: number, array: any[]) => void): void;
118
- some(fn: (value: any, index: number, array: any[]) => boolean): boolean;
119
- find(fn: (value: any, index: number, array: any[]) => boolean): any;
120
- toString(): string;
121
- updateSelectedState(): void;
122
- updateEditedState(): void;
123
- reset(): void;
124
- resetItem(item: any, resetChildren: boolean): void;
125
- clear(): void;
126
- loadData(): void;
127
- /**
128
- * @hidden
129
- * Returns all data nodes from the TreeList, recursively collecting items from all hierarchy levels.
130
- */
131
- get flatData(): Array<any>;
132
- private unsubscribeChildren;
133
- }
@@ -1,10 +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 { DataItem } from './data-item.interface';
6
- /**
7
- * Represents an item rendered by the TreeList. Use this type for items such as [`DataItem`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/dataitem). ([See example](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#trackby)).
8
- *
9
- */
10
- export type TreeListItem = DataItem;
package/directives.d.ts DELETED
@@ -1,159 +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 { TreeListComponent } from './treelist.component';
6
- import { CustomMessagesComponent } from './localization/custom-messages.component';
7
- import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
8
- import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
9
- import { TreeListToolbarFocusableDirective } from './rendering/toolbar/toolbar-focusable.directive';
10
- import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
11
- import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
12
- import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
13
- import { HierarchyBindingDirective } from './binding-directives/hierarchy-binding.directive';
14
- import { FlatBindingDirective } from './binding-directives/flat-binding.directive';
15
- import { ExpandableDirective } from './expand-state/expandable.directive';
16
- import { SelectableDirective } from './selection/selectable.directive';
17
- import { TreeListSpacerComponent } from './rendering/common/spacer.component';
18
- import { ColumnComponent } from './columns/column.component';
19
- import { CheckboxColumnComponent } from './columns/checkbox-column.component';
20
- import { SpanColumnComponent } from './columns/span-column.component';
21
- import { ColumnGroupComponent } from './columns/column-group.component';
22
- import { FocusableDirective } from "./navigation/focusable.directive";
23
- import { RowReorderColumnComponent } from './columns/rowreorder-column.component';
24
- import { CommandColumnComponent } from './columns/command-column.component';
25
- import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
26
- import { CellTemplateDirective } from './rendering/cell-template.directive';
27
- import { EditTemplateDirective } from './editing/edit-template.directive';
28
- import { EditCommandDirective } from './editing/edit-command.directive';
29
- import { CancelCommandDirective } from './editing/cancel-command.directive';
30
- import { SaveCommandDirective } from './editing/save-command.directive';
31
- import { RemoveCommandDirective } from './editing/remove-command.directive';
32
- import { AddCommandDirective } from './editing/add-command.directive';
33
- import { FooterTemplateDirective } from './rendering/footer-template.directive';
34
- import { HeaderTemplateDirective } from './rendering/header/header-template.directive';
35
- import { FilterRowComponent } from './filtering/filter-row.component';
36
- import { FilterCellComponent } from './filtering/cell/filter-cell.component';
37
- import { FilterCellTemplateDirective } from './filtering/cell/filter-cell-template.directive';
38
- import { FilterCellOperatorsComponent } from './filtering/cell/filter-cell-operators.component';
39
- import { StringFilterCellComponent } from './filtering/cell/string-filter-cell.component';
40
- import { NumericFilterCellComponent } from './filtering/cell/numeric-filter-cell.component';
41
- import { AutoCompleteFilterCellComponent } from './filtering/cell/autocomplete-filter-cell.component';
42
- import { BooleanFilterCellComponent } from './filtering/cell/boolean-filter-cell.component';
43
- import { DateFilterCellComponent } from './filtering/cell/date-filter-cell.component';
44
- import { ContainsFilterOperatorComponent } from './filtering/operators/contains-filter-operator.component';
45
- import { DoesNotContainFilterOperatorComponent } from './filtering/operators/not-contains-filter-operator.component';
46
- import { EndsWithFilterOperatorComponent } from './filtering/operators/ends-with-filter-operator.component';
47
- import { EqualFilterOperatorComponent } from './filtering/operators/eq-filter-operator.component';
48
- import { IsEmptyFilterOperatorComponent } from './filtering/operators/is-empty-filter-operator.component';
49
- import { IsNotEmptyFilterOperatorComponent } from './filtering/operators/is-not-empty-filter-operator.component';
50
- import { IsNotNullFilterOperatorComponent } from './filtering/operators/is-not-null-filter-operator.component';
51
- import { IsNullFilterOperatorComponent } from './filtering/operators/isnull-filter-operator.component';
52
- import { NotEqualFilterOperatorComponent } from './filtering/operators/neq-filter-operator.component';
53
- import { StartsWithFilterOperatorComponent } from './filtering/operators/starts-with-filter-operator.component';
54
- import { GreaterFilterOperatorComponent } from './filtering/operators/gt-filter-operator.component';
55
- import { GreaterOrEqualToFilterOperatorComponent } from './filtering/operators/gte-filter-operator.component';
56
- import { LessFilterOperatorComponent } from './filtering/operators/lt-filter-operator.component';
57
- import { LessOrEqualToFilterOperatorComponent } from './filtering/operators/lte-filter-operator.component';
58
- import { AfterFilterOperatorComponent } from './filtering/operators/after-filter-operator.component';
59
- import { AfterEqFilterOperatorComponent } from './filtering/operators/after-eq-filter-operator.component';
60
- import { BeforeEqFilterOperatorComponent } from './filtering/operators/before-eq-filter-operator.component';
61
- import { BeforeFilterOperatorComponent } from './filtering/operators/before-filter-operator.component';
62
- import { StringFilterMenuComponent } from './filtering/menu/string-filter-menu.component';
63
- import { FilterMenuTemplateDirective } from './filtering/menu/filter-menu-template.directive';
64
- import { NumericFilterMenuComponent } from './filtering/menu/numeric-filter-menu.component';
65
- import { DateFilterMenuComponent } from './filtering/menu/date-filter-menu.component';
66
- import { BooleanFilterMenuComponent } from './filtering/menu/boolean-filter-menu.component';
67
- import { ColumnChooserComponent } from './column-menu/column-chooser.component';
68
- import { ColumnMenuFilterComponent } from './column-menu/column-menu-filter.component';
69
- import { ColumnMenuItemComponent } from './column-menu/column-menu-item.component';
70
- import { ColumnMenuItemContentTemplateDirective } from './column-menu/column-menu-item-content-template.directive';
71
- import { ColumnMenuSortComponent } from './column-menu/column-menu-sort.component';
72
- import { ColumnMenuLockComponent } from './column-menu/column-menu-lock.component';
73
- import { ColumnMenuChooserComponent } from './column-menu/column-menu-chooser.component';
74
- import { ColumnMenuAutoSizeAllColumnsComponent } from "./column-menu/column-menu-autosize-all.component";
75
- import { ColumnMenuAutoSizeColumnComponent } from "./column-menu/column-menu-autosize.component";
76
- import { ColumnMenuTemplateDirective } from './column-menu/column-menu-template.directive';
77
- import { ColumnMenuComponent } from './column-menu/column-menu.component';
78
- import { LogicalCellDirective } from './navigation/logical-cell.directive';
79
- import { LogicalRowDirective } from './navigation/logical-row.directive';
80
- import { ColGroupComponent } from './rendering/common/col-group.component';
81
- import { ResizableContainerDirective } from './layout/resizable.directive';
82
- import { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
83
- import { LoadingComponent } from './rendering/common/loading.component';
84
- import { TemplateContextDirective } from '@progress/kendo-angular-common';
85
- import { ExcelComponent } from './excel/excel.component';
86
- import { ExcelCommandDirective } from './excel/excel-command.directive';
87
- import { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
88
- import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
89
- import { FilterInputDirective } from './filtering/filter-input.directive';
90
- import { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
91
- import { FilterCellWrapperComponent } from './filtering/cell/filter-cell-wrapper.component';
92
- import { FilterMenuComponent } from './filtering/menu/filter-menu.component';
93
- import { FilterMenuContainerComponent } from './filtering/menu/filter-menu-container.component';
94
- import { FilterMenuInputWrapperComponent } from './filtering/menu/filter-menu-input-wrapper.component';
95
- import { StringFilterMenuInputComponent } from './filtering/menu/string-filter-menu-input.component';
96
- import { DateFilterMenuInputComponent } from './filtering/menu/date-filter-menu-input.component';
97
- import { NumericFilterMenuInputComponent } from './filtering/menu/numeric-filter-menu-input.component';
98
- import { FilterMenuHostDirective } from './filtering/menu/filter-menu-host.directive';
99
- import { PDFComponent } from './pdf/pdf.component';
100
- import { PDFMarginComponent } from './pdf/pdf-margin.component';
101
- import { PDFCommandDirective } from './pdf/pdf-command.directive';
102
- import { PDFTemplateDirective } from './pdf/pdf-template.directive';
103
- import { HeaderComponent } from './rendering/header/header.component';
104
- import { ColumnHandleDirective } from './column-resizing/column-handle.directive';
105
- import { CellComponent } from './rendering/cell.component';
106
- import { BooleanFilterRadioButtonDirective } from './filtering/menu/filter-radio-button.directive';
107
- import { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
108
- import { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
109
- import { ColumnMenuItemDirective } from './column-menu/column-menu-item.directive';
110
- /**
111
- * @hidden
112
- * Utility array that contains the former Shared module exports.
113
- */
114
- export declare const SHARED_EXPORTS: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent];
115
- /**
116
- * @hidden
117
- * Utility array that contains the Body module exports.
118
- */
119
- export declare const BODY_EXPORTS: readonly [typeof CommandColumnComponent, typeof CellTemplateDirective, typeof CellComponent, typeof NoRecordsTemplateDirective, typeof EditTemplateDirective, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof FooterTemplateDirective];
120
- /**
121
- * @hidden
122
- * Utility array that contains the Header module exports.
123
- */
124
- export declare const HEADER_EXPORTS: readonly [typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective];
125
- /**
126
- * @hidden
127
- * Utility array that contains the former SharedFilter module exports.
128
- */
129
- export declare const SHARED_FILTER_EXPORTS: readonly [typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent];
130
- /**
131
- * @hidden
132
- * Utility array that contains the former FilterRow module exports.
133
- */
134
- export declare const ROW_FILTER_EXPORTS: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent];
135
- /**
136
- * @hidden
137
- * Utility array that contains the former FilterMenu module exports
138
- */
139
- export declare const FILTER_MENU_EXPORTS: readonly [typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof BooleanFilterRadioButtonDirective];
140
- /**
141
- * @hidden
142
- * Utility array that contains the former ColumnMenu module exports.
143
- */
144
- export declare const COLUMN_MENU_EXPORTS: readonly [typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuItemDirective, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent];
145
- /**
146
- * @hidden
147
- * Utility array that contains the Excel module exports.
148
- */
149
- export declare const KENDO_TREELIST_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective];
150
- /**
151
- * @hidden
152
- * Utility array that contains the PDF module exports.
153
- */
154
- export declare const KENDO_TREELIST_PDF_EXPORT: readonly [typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
155
- /**
156
- * Utility array that contains all `@progress/kendo-angular-treelist`-related components and directives.
157
- * Use it to import all TreeList components and directives into a standalone Angular application.
158
- */
159
- export declare const KENDO_TREELIST: readonly [typeof TreeListComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof TreeListSpacerComponent, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof HierarchyBindingDirective, typeof FlatBindingDirective, typeof ExpandableDirective, typeof SelectableDirective, typeof TreeListToolbarFocusableDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof CommandColumnComponent, typeof CellTemplateDirective, typeof CellComponent, typeof NoRecordsTemplateDirective, typeof EditTemplateDirective, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof FooterTemplateDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof SpanColumnComponent, typeof LoadingComponent, typeof FilterCellOperatorsComponent, typeof CheckboxColumnComponent, typeof RowReorderColumnComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuItemDirective, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
@@ -1,14 +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
- * Provides additional configuration for the [`reorderColumn`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#reordercolumn) method. Use this interface to control the position of the reordered column.
7
- *
8
- */
9
- export interface ColumnReorderConfig {
10
- /**
11
- * Indicates whether the reordered column is positioned before or after the destination index.
12
- */
13
- before: boolean;
14
- }
@@ -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 { PreventableEvent } from '../common/preventable-event';
6
- import { ColumnBase } from '../columns/column-base';
7
- /**
8
- * Provides arguments for the `columnReorder` event. Use this event to access the reordered column and its new and old indexes.
9
- */
10
- export declare class ColumnReorderEvent extends PreventableEvent {
11
- /**
12
- * Specifies the reordered column.
13
- */
14
- readonly column: ColumnBase;
15
- /**
16
- * The new index of the column, relative to the collection of columns.
17
- */
18
- readonly newIndex: number;
19
- /**
20
- * The original index of the column before reordering, relative to the collection of columns.
21
- */
22
- readonly oldIndex: number;
23
- /**
24
- * @hidden
25
- */
26
- constructor({ column, newIndex, oldIndex }: any);
27
- }
@@ -1,15 +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 } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export declare class ColumnReorderService {
11
- changes: EventEmitter<any>;
12
- reorder(e: any): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnReorderService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<ColumnReorderService>;
15
- }
@@ -1,38 +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
- * @hidden
7
- */
8
- export declare const append: (element: any) => () => any;
9
- /**
10
- * @hidden
11
- */
12
- export declare const offset: (element: any) => {
13
- top: number;
14
- left: number;
15
- };
16
- /**
17
- * @hidden
18
- * If the target is before the draggable element, returns `true`.
19
- *
20
- * DOCUMENT_POSITION_FOLLOWING = 4
21
- */
22
- export declare const isTargetBefore: (draggable: any, target: any) => boolean;
23
- /**
24
- * @hidden
25
- * If the container and the element are the same
26
- * or if the container holds (contains) the element, returns `true`.
27
- *
28
- * DOCUMENT_POSITION_CONTAINED_BY = 16
29
- */
30
- export declare const contains: (element: any, container: any) => boolean;
31
- /**
32
- * @hidden
33
- */
34
- export declare const position: (target: any, before: any) => {
35
- left: any;
36
- top: number;
37
- height: any;
38
- };
@@ -1,16 +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 '../columns/column-base';
6
- /**
7
- * @hidden
8
- */
9
- export type DragAndDropContext = {
10
- field?: string;
11
- hint?: string;
12
- lastTarget?: boolean;
13
- lastColumn?: boolean;
14
- column?: ColumnBase;
15
- type: 'column' | 'columnGroup';
16
- };
@@ -1,23 +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 } from '@angular/core';
6
- import { DropTargetDirective } from './drop-target.directive';
7
- import { DraggableColumnDirective } from './draggable-column.directive';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class DragAndDropService {
13
- changes: EventEmitter<any>;
14
- private register;
15
- private lastTarget;
16
- add(target: DropTargetDirective): void;
17
- remove(target: DropTargetDirective): void;
18
- notifyDrag(draggable: DraggableColumnDirective, element: any, mouseEvent: any): void;
19
- notifyDrop(draggable: DraggableColumnDirective, mouseEvent: any): void;
20
- private targetFor;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropService, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<DragAndDropService>;
23
- }
@@ -1,34 +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 { DomSanitizer } from '@angular/platform-browser';
6
- import { IconsService } from '@progress/kendo-angular-icons';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- */
11
- export declare class DragHintService {
12
- private sanitizer;
13
- private iconsService;
14
- private dom;
15
- private cancelIcon;
16
- constructor(sanitizer: DomSanitizer, iconsService: IconsService);
17
- ngOnDestroy(): void;
18
- create(title: string): void;
19
- attach(): Function;
20
- remove(): void;
21
- show(): void;
22
- hide(): void;
23
- enable(): void;
24
- disable(): void;
25
- removeLock(): void;
26
- toggleLock(locked: boolean): void;
27
- move(move: {
28
- pageX: number;
29
- pageY: number;
30
- }): void;
31
- private get isSVG();
32
- static ɵfac: i0.ɵɵFactoryDeclaration<DragHintService, never>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<DragHintService>;
34
- }
@@ -1,40 +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 { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core';
6
- import { DraggableDirective } from '@progress/kendo-angular-common';
7
- import { DragAndDropService } from './drag-and-drop.service';
8
- import { DragHintService } from './drag-hint.service';
9
- import { DragAndDropContext } from './context-types';
10
- import { DropCueService } from './drop-cue.service';
11
- import { NavigationService } from '../navigation/navigation.service';
12
- import * as i0 from "@angular/core";
13
- /**
14
- * @hidden
15
- */
16
- export declare class DraggableColumnDirective implements OnInit, OnDestroy {
17
- draggable: DraggableDirective;
18
- element: ElementRef;
19
- private zone;
20
- private service;
21
- private hint;
22
- private cue;
23
- private nav;
24
- private renderer;
25
- context: DragAndDropContext;
26
- set enableDrag(enabled: boolean);
27
- drag: EventEmitter<any>;
28
- get hostClass(): boolean;
29
- private subscriptions;
30
- private enabled;
31
- constructor(draggable: DraggableDirective, element: ElementRef, zone: NgZone, service: DragAndDropService, hint: DragHintService, cue: DropCueService, nav: NavigationService, renderer: Renderer2);
32
- ngOnInit(): void;
33
- ngOnDestroy(): void;
34
- private drop;
35
- private performDrag;
36
- private elementUnderCursor;
37
- private updateTouchAction;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<DraggableColumnDirective, [{ host: true; }, null, null, null, null, null, null, null]>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableColumnDirective, "[kendoDraggableColumn]", never, { "context": { "alias": "context"; "required": false; }; "enableDrag": { "alias": "enableDrag"; "required": false; }; }, { "drag": "drag"; }, never, never, true, never>;
40
- }
@@ -1,18 +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 * as i0 from "@angular/core";
6
- /**
7
- * @hidden
8
- */
9
- export declare class DropCueService {
10
- private dom;
11
- create(): void;
12
- attach(): Function;
13
- remove(): void;
14
- hide(): void;
15
- position({ left, top, height }: any): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<DropCueService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<DropCueService>;
18
- }
@@ -1,26 +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 { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
6
- import { DragAndDropService } from './drag-and-drop.service';
7
- import { DragAndDropContext } from './context-types';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- */
12
- export declare class DropTargetDirective implements OnInit, OnDestroy {
13
- element: ElementRef;
14
- private service;
15
- context: DragAndDropContext;
16
- enter: EventEmitter<any>;
17
- leave: EventEmitter<any>;
18
- drop: EventEmitter<any>;
19
- private subscriptions;
20
- constructor(element: ElementRef, service: DragAndDropService);
21
- ngOnInit(): void;
22
- ngOnDestroy(): void;
23
- private eventArgs;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<DropTargetDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "context": { "alias": "context"; "required": false; }; }, { "enter": "enter"; "leave": "leave"; "drop": "drop"; }, never, never, true, never>;
26
- }
@@ -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 { EditService } from './edit.service';
6
- import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Represents the command for adding a new item to the TreeList. Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent. When the user clicks the toolbar button associated with the directive, the [`add`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#add) event is triggered.
10
- *
11
- * @example
12
- * ```html
13
- * <kendo-treelist>
14
- * <kendo-toolbar>
15
- * <kendo-toolbar-button text="Add new" kendoTreeListAddTool></kendo-toolbar-button>
16
- * </kendo-toolbar>
17
- * </kendo-treelist>
18
- * ```
19
- * @remarks
20
- * Applied to: {@link ToolBarButtonComponent}
21
- */
22
- export declare class AddCommandToolbarDirective {
23
- private editService;
24
- private host;
25
- private clickSub;
26
- constructor(editService: EditService, host: ToolBarButtonComponent);
27
- ngOnInit(): void;
28
- ngOnDestroy(): void;
29
- /**
30
- * @hidden
31
- */
32
- onClick(e: any): void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<AddCommandToolbarDirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<AddCommandToolbarDirective, "[kendoTreeListAddTool]", never, {}, {}, never, never, true, never>;
35
- }