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

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,808 +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 { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, QueryList, SimpleChange, NgZone, ChangeDetectorRef, TemplateRef, TrackByFunction } from '@angular/core';
6
- import { Observable } from 'rxjs';
7
- import { SortDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
8
- import { LocalizationService } from '@progress/kendo-angular-l10n';
9
- import { DragTargetContainerDirective, DragTargetDataFn, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
10
- import { ScrollMode } from './scrolling/scrollmode';
11
- import { SortSettings } from './columns/sort-settings';
12
- import { ScrollbarService } from '@progress/kendo-angular-common';
13
- import { TreeListDataResult, ViewCollection } from './data/data.collection';
14
- import { EditService } from './editing/edit.service';
15
- import { PageChangeEvent, DataStateChangeEvent } from './data/change-event-args.interface';
16
- import { ColumnsContainer } from './columns/columns-container';
17
- import { ChangeNotificationService } from './data/change-notification.service';
18
- import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
19
- import { ColumnBase } from './columns/column-base';
20
- import { FilterService } from './filtering/filter.service';
21
- import { PDFService } from './pdf/pdf.service';
22
- import { PDFExportEvent } from './pdf/pdf-export-event';
23
- import { ResponsiveService } from "./layout/responsive.service";
24
- import { ExcelService } from './excel/excel.service';
25
- import { ExcelExportEvent } from './excel/excel-export-event';
26
- import { ColumnList } from './columns/column-list';
27
- import { RowClassFn } from './rendering/common/row-class';
28
- import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
29
- import { EditEvent } from "./editing/edit-event-args.interface";
30
- import { RemoveEvent } from "./editing/remove-event-args.interface";
31
- import { SaveEvent } from "./editing/save-event-args.interface";
32
- import { CancelEvent } from "./editing/cancel-event-args.interface";
33
- import { AddEvent } from "./editing/add-event-args.interface";
34
- import { CellCloseEvent } from './editing/cell-close-event';
35
- import { CellClickEvent } from './common/cell-click-event-args.interface';
36
- import { ScrollSyncService } from "./scrolling/scroll-sync.service";
37
- import { DomEventsService } from './common/dom-events.service';
38
- import { ColumnResizingService } from "./column-resizing/column-resizing.service";
39
- import { ColumnResizeArgs } from './column-resizing/column-resize.interface';
40
- import { FilterableSettings } from './filtering/filterable';
41
- import { ColumnReorderService } from './dragdrop/column-reorder.service';
42
- import { ColumnReorderEvent } from './dragdrop/column-reorder-event';
43
- import { ColumnReorderConfig } from './dragdrop/column-reorder-config';
44
- import { NavigationService } from './navigation/navigation.service';
45
- import { NavigationCell } from './navigation/navigation-cell.interface';
46
- import { NavigationRow } from './navigation/navigation-row.interface';
47
- import { ColumnInfoService } from "./common/column-info.service";
48
- import { ScrollRequestService, ScrollRequest } from './scrolling/scroll-request.service';
49
- import { SortService } from './common/sort.service';
50
- import { ColumnMenuTemplateDirective } from './column-menu/column-menu-template.directive';
51
- import { ColumnMenuSettings } from './column-menu/column-menu-settings.interface';
52
- import { ColumnVisibilityChangeEvent } from './column-menu/column-visibility-change-event';
53
- import { ColumnLockedChangeEvent } from './column-menu/column-locked-change-event';
54
- import { ScrollBottomEvent } from './scrolling/scroll-bottom-event';
55
- import { ContentScrollEvent } from './scrolling/content-scroll-event';
56
- import { TreeListItem } from './data/treelist-item.interface';
57
- import { ExpandStateService } from './expand-state/expand-state.service';
58
- import { ExpandEvent } from './expand-state/expand-event';
59
- import { OptionChangesService } from "./common/option-changes.service";
60
- import { SelectionService } from './selection/selection.service';
61
- import { SelectableSettings } from './selection/selectable-settings';
62
- import { SelectionChangeEvent } from './selection/selection-change-event';
63
- import { IsSelectedFn } from './selection/is-selected';
64
- import { ContextService } from './common/provider.service';
65
- import { RowReorderEvent } from './row-reordering/types';
66
- import { RowReorderService } from './row-reordering/row-reorder.service';
67
- import { ListComponent } from './rendering/list.component';
68
- import { PagerTemplateDirective } from '@progress/kendo-angular-pager';
69
- import { PagerSettings } from './common/pager-settings';
70
- import * as i0 from "@angular/core";
71
- /**
72
- * Represents the Kendo UI TreeList component for Angular.
73
- * Use this component to display and manage hierarchical data in a tabular format.
74
- *
75
- * @example
76
- * ```html
77
- * <kendo-treelist
78
- * [kendoTreeListFlatBinding]="data"
79
- * [pageSize]="10"
80
- * [pageable]="true">
81
- * </kendo-treelist>
82
- * ```
83
- *
84
- * @remarks
85
- * Supported children components are:
86
- * {@link CheckboxColumnComponent},
87
- * {@link ColumnChooserComponent},
88
- * {@link ColumnComponent},
89
- * {@link ColumnGroupComponent},
90
- * {@link ColumnMenuAutoSizeAllColumnsComponent},
91
- * {@link ColumnMenuAutoSizeColumnComponent},
92
- * {@link ColumnMenuChooserComponent},
93
- * {@link ColumnMenuComponent},
94
- * {@link ColumnMenuFilterComponent},
95
- * {@link ColumnMenuItemComponent},
96
- * {@link ColumnMenuLockComponent},
97
- * {@link ColumnMenuSortComponent},
98
- * {@link CommandColumnComponent},
99
- * {@link CustomMessagesComponent},
100
- * {@link ExcelComponent},
101
- * {@link TreeListSpacerComponent},
102
- * {@link PDFComponent},
103
- * {@link RowReorderColumnComponent},
104
- * {@link SpanColumnComponent},
105
- * {@link ToolBarComponent}.
106
- */
107
- export declare class TreeListComponent implements AfterContentInit, AfterViewInit, OnDestroy, OnChanges, OnInit {
108
- private supportService;
109
- wrapper: ElementRef;
110
- private changeNotification;
111
- private editService;
112
- private filterService;
113
- private pdfService;
114
- private responsiveService;
115
- private renderer;
116
- private excelService;
117
- private ngZone;
118
- private scrollSyncService;
119
- private domEvents;
120
- private columnResizingService;
121
- private changeDetectorRef;
122
- private columnReorderService;
123
- private columnInfoService;
124
- private navigationService;
125
- private sortService;
126
- private scrollRequestService;
127
- private expandStateService;
128
- private optionChanges;
129
- selectionService: SelectionService;
130
- private localization;
131
- private ctx;
132
- private rowReorderService;
133
- /**
134
- * Provides an accessible description of the component.
135
- *
136
- * @remarks
137
- * This property is related to accessibility.
138
- */
139
- ariaLabel: string;
140
- /**
141
- * Sets the data for the TreeList. When you provide an array, the TreeList gets the total count automatically
142
- * ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics)).
143
- */
144
- set data(value: Array<any> | TreeListDataResult | Observable<any> | null | undefined);
145
- get data(): Array<any> | TreeListDataResult | Observable<any> | null | undefined;
146
- /**
147
- * Sets the page size for the TreeList when [paging](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics) is enabled.
148
- *
149
- * @default 10
150
- */
151
- pageSize: number;
152
- /**
153
- * Sets the height in pixels for the TreeList when you set the `scrollable` option.
154
- * You can also use `style.height` to set the height. The `style.height`
155
- * option supports units such as `px`, `%`, `em`, `rem`, and others.
156
- */
157
- height: number;
158
- /**
159
- * Sets the actual height of each TreeList row (`tr`) element in the DOM.
160
- * The [virtual scrolling functionality](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes) requires this setting.
161
- * Set the `rowHeight` option to match the exact pixel height of the `tr` element in the DOM.
162
- */
163
- rowHeight: number;
164
- /**
165
- * Sets the number of records that the pager skips.
166
- * The [paging](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics) functionality requires this setting.
167
- */
168
- get skip(): number | null | undefined;
169
- set skip(value: number | null | undefined);
170
- /**
171
- * Sets the scroll mode for the TreeList.
172
- *
173
- * @default 'scrollable'
174
- */
175
- scrollable: ScrollMode;
176
- /**
177
- * Sets the descriptors for sorting the data ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics)).
178
- */
179
- set sort(value: Array<SortDescriptor> | null | undefined);
180
- get sort(): Array<SortDescriptor> | null | undefined;
181
- /**
182
- * Sets a function that defines how to track changes for the data rows.
183
- *
184
- * By default, the TreeList tracks changes by the index of the data item.
185
- * The TreeList tracks edited rows by reference.
186
- */
187
- trackBy: TrackByFunction<TreeListItem>;
188
- /**
189
- * Sets the descriptor for filtering the data ([see examples](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics)).
190
- */
191
- filter: CompositeFilterDescriptor | null | undefined;
192
- /**
193
- * When set to `true`, the TreeList renders only the columns in the current viewport.
194
- *
195
- * @default false
196
- */
197
- virtualColumns: boolean;
198
- /**
199
- * @hidden
200
- */
201
- get showTopToolbar(): boolean;
202
- /**
203
- * @hidden
204
- */
205
- get showBottomToolbar(): boolean;
206
- /**
207
- * @hidden
208
- */
209
- get isLocked(): boolean;
210
- /**
211
- * @hidden
212
- */
213
- get showPager(): boolean;
214
- get showPagerInput(): boolean;
215
- set showPagerInput(value: boolean);
216
- get showPagerPageText(): boolean;
217
- set showPagerPageText(value: boolean);
218
- get showPagerItemsText(): boolean;
219
- set showPagerItemsText(value: boolean);
220
- get marqueeSelection(): boolean;
221
- /**
222
- * Enables the [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics) of TreeList columns that have their `field` option set.
223
- *
224
- * @default false
225
- */
226
- filterable: FilterableSettings;
227
- /**
228
- * Enables the [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics) of TreeList columns that have their `field` option set.
229
- *
230
- * @default false
231
- */
232
- sortable: SortSettings;
233
- /**
234
- * Configures the pager for the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics)).
235
- *
236
- * @default false
237
- */
238
- pageable: PagerSettings | boolean;
239
- get normalizedPageableSettings(): any;
240
- /**
241
- * When keyboard navigation is enabled, you can use dedicated shortcuts to interact with the TreeList.
242
- * By default, navigation is enabled. To disable it and include the TreeList content in the normal tab sequence, set this property to `false`.
243
- *
244
- * @default true
245
- *
246
- * @remarks
247
- * This property is related to accessibility.
248
- */
249
- navigable: boolean;
250
- /**
251
- * Determines whether TreeList columns resize during initialization to fit their headers and row content.
252
- * Columns with `autoSize` set to `false` are excluded.
253
- * To dynamically update the column width to match new content,
254
- * refer to [this example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing).
255
- *
256
- * @default false
257
- */
258
- autoSize: boolean;
259
- /**
260
- * A function executed for every data row in the component. It should return a string that will be used as a CSS class for the row.
261
- */
262
- set rowClass(fn: RowClassFn);
263
- get rowClass(): RowClassFn;
264
- /**
265
- * Returns the currently focused cell (if any).
266
- */
267
- get activeCell(): NavigationCell;
268
- /**
269
- * Gets the currently focused row (if any).
270
- */
271
- get activeRow(): NavigationRow;
272
- /**
273
- * When set to `true`, you can resize columns by dragging the edges (resize handles) of their header cells
274
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing)).
275
- *
276
- * @default false
277
- */
278
- resizable: boolean;
279
- /**
280
- * When set to `true`, you can reorder columns by dragging their header cells
281
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/reordering)).
282
- *
283
- * @default false
284
- */
285
- reorderable: boolean;
286
- /**
287
- * Determines whether the TreeList displays the loading indicator ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics)).
288
- *
289
- * @default false
290
- */
291
- loading: boolean;
292
- /**
293
- * Determines whether the column menu of the columns displays ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu)).
294
- *
295
- * @default false
296
- */
297
- columnMenu: boolean | ColumnMenuSettings;
298
- /**
299
- * Determines whether the TreeList hides the header. The header is visible by default.
300
- *
301
- * The header includes column headers and the [filter row](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row).
302
- *
303
- * @default false
304
- */
305
- hideHeader: boolean;
306
- /**
307
- * Sets the name of the field that contains the unique identifier of the node.
308
- *
309
- * @default "id"
310
- */
311
- set idField(value: string);
312
- /**
313
- * Sets the TreeList selection settings.
314
- */
315
- set selectable(value: boolean | SelectableSettings);
316
- /**
317
- * Sets a callback that determines if the given row or cell is selected.
318
- */
319
- set isSelected(value: IsSelectedFn);
320
- /**
321
- * Enables the [row reordering](https://www.telerik.com/kendo-angular-ui/components/treelist/row-reordering) of the TreeList.
322
- *
323
- * @default false
324
- */
325
- set rowReorderable(value: boolean);
326
- get rowReorderable(): boolean;
327
- /**
328
- * Fires when the TreeList selection changes.
329
- */
330
- selectionChange: EventEmitter<SelectionChangeEvent>;
331
- /**
332
- * Fires when you modify the TreeList filter through the UI.
333
- * You have to handle the event and filter the data.
334
- */
335
- filterChange: EventEmitter<CompositeFilterDescriptor>;
336
- /**
337
- * Fires when the page of the TreeList changes ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics)).
338
- * You have to handle the event and page the data.
339
- */
340
- pageChange: EventEmitter<PageChangeEvent>;
341
- /**
342
- * Fires when the sorting of the TreeList changes ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics)).
343
- * You have to handle the event and sort the data.
344
- */
345
- sortChange: EventEmitter<Array<SortDescriptor>>;
346
- /**
347
- * Fires when the data state of the TreeList changes.
348
- */
349
- dataStateChange: EventEmitter<DataStateChangeEvent>;
350
- /**
351
- * Fires when you click the **Edit** command button to edit a row
352
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#editing-records)).
353
- */
354
- edit: EventEmitter<EditEvent>;
355
- /**
356
- * Fires when you click the **Cancel** command button to close a row
357
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#cancelling-editing)).
358
- */
359
- cancel: EventEmitter<CancelEvent>;
360
- /**
361
- * Fires when you click the **Save** command button to save changes in a row
362
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#saving-records)).
363
- */
364
- save: EventEmitter<SaveEvent>;
365
- /**
366
- * Fires when you click the **Remove** command button to remove a row
367
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#removing-records)).
368
- */
369
- remove: EventEmitter<RemoveEvent>;
370
- /**
371
- * Fires when you click the **Add** command button to add a new row
372
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#adding-records)).
373
- */
374
- add: EventEmitter<AddEvent>;
375
- /**
376
- * Fires when you leave an edited cell ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-in-cell)).
377
- */
378
- cellClose: EventEmitter<CellCloseEvent>;
379
- /**
380
- * Fires when you click a cell ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-in-cell)).
381
- */
382
- cellClick: EventEmitter<CellClickEvent>;
383
- /**
384
- * Fires when you click the **Export to PDF** command button.
385
- */
386
- pdfExport: EventEmitter<PDFExportEvent>;
387
- /**
388
- * Fires when you click the **Export to Excel** command button.
389
- */
390
- excelExport: EventEmitter<ExcelExportEvent>;
391
- /**
392
- * Fires when you complete the resizing of the column.
393
- */
394
- columnResize: EventEmitter<Array<ColumnResizeArgs>>;
395
- /**
396
- * Fires when you complete the reordering of the column.
397
- */
398
- columnReorder: EventEmitter<ColumnReorderEvent>;
399
- /**
400
- * Fires when you change the visibility of the columns from the column menu or column chooser.
401
- */
402
- columnVisibilityChange: EventEmitter<ColumnVisibilityChangeEvent>;
403
- /**
404
- * Fires when you change the locked state of the columns from the column menu or by reordering the columns.
405
- */
406
- columnLockedChange: EventEmitter<ColumnLockedChangeEvent>;
407
- /**
408
- * Fires when you scroll to the last record on the page and enables endless scrolling
409
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes#endless-scrolling)).
410
- * You have to handle the event and page the data.
411
- */
412
- scrollBottom: EventEmitter<ScrollBottomEvent>;
413
- /**
414
- * Fires when the TreeList content scrolls.
415
- * For performance reasons, the event triggers outside the Angular zone. Enter the Angular zone if you make any changes that require change detection.
416
- */
417
- contentScroll: EventEmitter<ContentScrollEvent>;
418
- /**
419
- * Fires when an item expands.
420
- */
421
- expandEvent: EventEmitter<ExpandEvent>;
422
- /**
423
- * Fires when an item collapses.
424
- */
425
- collapseEvent: EventEmitter<ExpandEvent>;
426
- /**
427
- * @hidden
428
- *
429
- * Emits when the expand or collapse events are fired.
430
- * Used by the expand directive and the Gantt component.
431
- */
432
- expandStateChange: EventEmitter<ExpandEvent>;
433
- /**
434
- * Fires when you drop the dragged row and reordering occurs.
435
- * Emits the [RowReorderEvent](https://www.telerik.com/kendo-angular-ui/components/treelist/api/rowreorderevent).
436
- */
437
- rowReorder: EventEmitter<RowReorderEvent>;
438
- /**
439
- * @hidden
440
- */
441
- columnOrderChange: EventEmitter<ColumnReorderEvent>;
442
- /**
443
- * @hidden
444
- */
445
- set columnsRef(columns: QueryList<ColumnBase>);
446
- get columnsRef(): QueryList<ColumnBase>;
447
- /**
448
- * A query list of all declared columns.
449
- */
450
- columns: QueryList<ColumnBase>;
451
- get dir(): string;
452
- hostClasses: boolean;
453
- get lockedClasses(): boolean;
454
- get virtualClasses(): boolean;
455
- get noScrollbarClass(): boolean;
456
- noRecordsTemplateChildren: QueryList<NoRecordsTemplateDirective>;
457
- get noRecordsTemplate(): NoRecordsTemplateDirective;
458
- set noRecordsTemplate(customNoRecordsTemplate: NoRecordsTemplateDirective);
459
- pagerTemplateChildren: QueryList<PagerTemplateDirective>;
460
- get pagerTemplate(): PagerTemplateDirective;
461
- set pagerTemplate(customPagerTemplate: PagerTemplateDirective);
462
- toolbarTemplateChildren: QueryList<ToolbarTemplateDirective>;
463
- get toolbarTemplate(): ToolbarTemplateDirective;
464
- set toolbarTemplate(customToolbarTemplate: ToolbarTemplateDirective);
465
- columnMenuTemplates: QueryList<ColumnMenuTemplateDirective>;
466
- lockedHeader: any;
467
- header: any;
468
- footer: QueryList<any>;
469
- ariaRoot: ElementRef;
470
- dragTargetContainer: DragTargetContainerDirective;
471
- dropTargetContainer: DropTargetContainerDirective;
472
- listComponent: ListComponent;
473
- get scrollbarWidth(): number;
474
- get headerPadding(): any;
475
- columnMenuOptions: any;
476
- columnList: ColumnList;
477
- columnsContainer: ColumnsContainer;
478
- get showLoading(): boolean;
479
- get showFooter(): boolean;
480
- get ariaRowCount(): number;
481
- get ariaColCount(): number;
482
- get ariaMultiselectable(): any;
483
- get navigation(): NavigationService;
484
- get isVirtual(): boolean;
485
- get isScrollable(): boolean;
486
- get visibleColumns(): QueryList<ColumnBase>;
487
- get lockedColumns(): QueryList<ColumnBase>;
488
- get nonLockedColumns(): QueryList<ColumnBase>;
489
- get lockedLeafColumns(): QueryList<ColumnBase>;
490
- get nonLockedLeafColumns(): QueryList<ColumnBase>;
491
- get leafColumns(): QueryList<ColumnBase>;
492
- get totalColumnLevels(): number;
493
- get headerColumns(): any;
494
- get headerLeafColumns(): any;
495
- get lockedWidth(): number;
496
- get nonLockedWidth(): number;
497
- get columnMenuTemplate(): TemplateRef<any>;
498
- get totalCount(): number;
499
- /**
500
- * Sets or gets the callback function that retrieves the child nodes for a particular node.
501
- */
502
- set fetchChildren(value: (node: any) => Observable<any[]> | any[]);
503
- get fetchChildren(): (node: any) => Observable<any[]> | any[];
504
- /**
505
- * Sets or gets the callback function that determines if a particular node has child nodes.
506
- */
507
- set hasChildren(value: (node: any) => boolean);
508
- get hasChildren(): (node: any) => boolean;
509
- /**
510
- * Sets the callback function that determines if a particular item is expanded.
511
- */
512
- set isExpanded(value: (node: any) => boolean);
513
- idGetter: any;
514
- localEditService: any;
515
- view: ViewCollection;
516
- expandIcons: boolean;
517
- ariaRootId: string;
518
- private dataChanged;
519
- private loadedData;
520
- private _fetchChildren;
521
- private _hasChildren;
522
- private subscriptions;
523
- private dataLoadedSubscription;
524
- private focusElementSubscription;
525
- private rowReorderSubscription;
526
- private detachElementEventHandlers;
527
- private rtl;
528
- private shouldGenerateColumns;
529
- private direction;
530
- private _data;
531
- private _sort;
532
- private _skip;
533
- private _columnsRef;
534
- private cachedWindowWidth;
535
- private _customNoRecordsTemplate;
536
- private _customPagerTemplate;
537
- private _customToolbarTemplate;
538
- private leafViewportColumns;
539
- private viewportColumns;
540
- private pageChangeTimeout;
541
- private _rowReorderable;
542
- private _showPagerInput;
543
- private _showPagerPageText;
544
- private _showPagerItemsText;
545
- constructor(supportService: ScrollbarService, wrapper: ElementRef, changeNotification: ChangeNotificationService, editService: EditService, filterService: FilterService, pdfService: PDFService, responsiveService: ResponsiveService, renderer: Renderer2, excelService: ExcelService, ngZone: NgZone, scrollSyncService: ScrollSyncService, domEvents: DomEventsService, columnResizingService: ColumnResizingService, changeDetectorRef: ChangeDetectorRef, columnReorderService: ColumnReorderService, columnInfoService: ColumnInfoService, navigationService: NavigationService, sortService: SortService, scrollRequestService: ScrollRequestService, expandStateService: ExpandStateService, optionChanges: OptionChangesService, selectionService: SelectionService, localization: LocalizationService, ctx: ContextService, rowReorderService: RowReorderService);
546
- /**
547
- * @hidden
548
- */
549
- viewFieldAccessor(): any;
550
- /**
551
- * @hidden
552
- */
553
- onDataChange(): void;
554
- ngOnChanges(changes: {
555
- [propertyName: string]: SimpleChange;
556
- }): void;
557
- ngAfterViewInit(): void;
558
- ngAfterContentChecked(): void;
559
- ngAfterContentInit(): void;
560
- ngOnInit(): void;
561
- ngOnDestroy(): void;
562
- /**
563
- * @hidden
564
- */
565
- handleReorderEvents(ev: any, evType: string): void;
566
- /**
567
- * @hidden
568
- */
569
- getDefaultSelectors(type: string): string;
570
- /**
571
- * @hidden
572
- */
573
- treeListData: DragTargetDataFn;
574
- /**
575
- * @hidden
576
- */
577
- getHintSettings(setting: string): any;
578
- /**
579
- * @hidden
580
- */
581
- get hintText(): string;
582
- /**
583
- * @hidden
584
- */
585
- attachScrollSync(): void;
586
- /**
587
- * Switches the specified table row to edit mode ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#editing-records)).
588
- *
589
- * @param dataItem The data item that you will edit.
590
- * @param group - The [`FormGroup`](link:site.data.urls.angular['formgroupapi'])
591
- * that describes the edit form.
592
- * @param options Additional options. Use `skipFocus` to determine if the edit element of the row should receive focus.
593
- *
594
- * @default false
595
- */
596
- editRow(dataItem: any, group?: any, options?: {
597
- [skipFocus: string]: boolean;
598
- }): void;
599
- /**
600
- * Closes the editor for a given row ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#cancelling-editing)).
601
- *
602
- * @param dataItem The data item that you will switch out of edit mode.
603
- * @param isNew Determines whether the data item is new.
604
- */
605
- closeRow(dataItem: any, isNew: boolean): void;
606
- /**
607
- * Creates a new row editor ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/inline-editing#adding-records)).
608
- *
609
- * @param group The [`FormGroup`](link:site.data.urls.angular['formgroupapi']) that describes
610
- * the edit form. If called with a data item, it builds the `FormGroup` from the data item fields.
611
- */
612
- addRow(group: any, parent?: any): void;
613
- /**
614
- * Puts the cell that you specify by the table row and column in edit mode.
615
- *
616
- * @param dataItem The data item that you will edit.
617
- * @param column The leaf column index, or the field name or the column instance that should be edited.
618
- * @param group The [`FormGroup`](link:site.data.urls.angular['formgroupapi'])
619
- * that describes the edit form.
620
- */
621
- editCell(dataItem: any, column: number | string | any, group?: any): void;
622
- /**
623
- * Closes the current cell in edit mode and fires
624
- * the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cellclose) event.
625
- *
626
- * @return {boolean} A Boolean value that indicates whether the edited cell closed.
627
- * A `false` value indicates that the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cellclose) event was prevented.
628
- */
629
- closeCell(): boolean;
630
- /**
631
- * Closes the current cell in edit mode.
632
- */
633
- cancelCell(): void;
634
- /**
635
- * Gets a flag that indicates if a row or a cell is currently edited.
636
- *
637
- * @return {boolean} A Boolean flag that indicates if a row or a cell is currently edited.
638
- */
639
- isEditing(): boolean;
640
- /**
641
- * Gets a flag that indicates if a cell is currently edited.
642
- *
643
- * @return {boolean} A Boolean flag that indicates if a cell is currently being edited.
644
- */
645
- isEditingCell(): boolean;
646
- /**
647
- * Starts the PDF export ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
648
- */
649
- saveAsPDF(): void;
650
- /**
651
- * Exports the TreeList element to a Drawing [`Group`](https://www.telerik.com/kendo-angular-ui/components/drawing/api/group) by using the `kendo-treelist-pdf` component options.
652
- * ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export#exporting-multiple-treelists-to-the-same-pdf)).
653
- *
654
- * @return {Promise} A promise that resolves with the Drawing `Group`.
655
- */
656
- drawPDF(): Promise<any>;
657
- /**
658
- * Starts the Excel export ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
659
- */
660
- saveAsExcel(): void;
661
- /**
662
- * Applies the minimum possible width for the specified column,
663
- * so that the whole text fits without wrapping. This method expects the TreeList
664
- * to be resizable (set `resizable` to `true`).
665
- * Execute this method only
666
- * after the TreeList is already populated with data. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing#auto-fitting-the-content).
667
- */
668
- autoFitColumn(column: ColumnBase): void;
669
- /**
670
- * Adjusts the width of the specified columns to fit the entire content, including headers, without wrapping.
671
- * If you do not specify columns, `autoFitColumns` applies to all columns.
672
- *
673
- * This method requires the TreeList to be resizable (set `resizable` to `true`).
674
- * [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing#auto-fitting-the-content).
675
- */
676
- autoFitColumns(columns?: Array<ColumnBase> | QueryList<ColumnBase>): void;
677
- /**
678
- * @hidden
679
- */
680
- notifyPageChange(source: string, event: any): void;
681
- /**
682
- * @hidden
683
- */
684
- handlePagerVisibilityChange(prop: string, ev: any): void;
685
- /**
686
- * @hidden
687
- */
688
- messageFor(token: string): string;
689
- /**
690
- * @hidden
691
- */
692
- notifyScrollBottom(): void;
693
- /**
694
- * @hidden
695
- */
696
- focusEditElement(containerSelector: () => string): void;
697
- /**
698
- * Focuses the last active or the first cell of the TreeList.
699
- *
700
- * @returns {NavigationCell} The focused cell.
701
- */
702
- focus(): NavigationCell;
703
- /**
704
- * Focuses the cell with the specified row and column index.
705
- *
706
- * The row index is based on the logical structure of the TreeList and does not correspond to the data item index.
707
- * The row indexing is absolute and does not change with paging.
708
- * Header rows are included, starting at index 0.
709
- *
710
- * If the TreeList is configured for scrolling, including virtual scrolling, the scroll position updates.
711
- * If the row is not present on the current page, the method has no effect.
712
- *
713
- * @param rowIndex - The logical row index to focus. The top header row has an index 0.
714
- * @param colIndex - The column index to focus.
715
- * @returns {NavigationCell} The focused cell.
716
- *
717
- */
718
- focusCell(rowIndex: number, colIndex: number): NavigationCell;
719
- /**
720
- * Focuses the next cell, optionally wrapping to the next row.
721
- *
722
- * @param wrap A Boolean value that indicates if the focus moves to the next row.
723
- * @return {NavigationCell} The focused cell. If the focus is already on the last cell, returns `null`.
724
- *
725
- * @default true
726
- */
727
- focusNextCell(wrap?: boolean): NavigationCell;
728
- /**
729
- * Focuses the previous cell. Optionally wraps to the previous row.
730
- *
731
- * @param wrap A Boolean value that indicates if the focus moves to the next row.
732
- * @return {NavigationCell} The focused cell. If the focus is already on the first cell, returns `null`.
733
- *
734
- * @default true
735
- */
736
- focusPrevCell(wrap?: boolean): NavigationCell;
737
- /**
738
- * Scrolls to the specified row and column.
739
- */
740
- scrollTo(request: ScrollRequest): void;
741
- /**
742
- * Changes the position of the specified column.
743
- * The reordering of columns operates only on the level
744
- * that the source column infers.
745
- * For the `reorderColumn` method to work properly,
746
- * the `source` column has to be visible.
747
- *
748
- * @param source The column whose position you will change.
749
- * @param destIndex The new position of the column.
750
- * @param options Additional options.
751
- */
752
- reorderColumn(source: ColumnBase, destIndex: number, options?: ColumnReorderConfig): void;
753
- /**
754
- * Clears the already loaded children for the data item so that the TreeList fetches them again the next time it renders.
755
- */
756
- reload(dataItem: any, reloadChildren?: boolean): void;
757
- /**
758
- * Updates the state of the current view without reloading the data.
759
- *
760
- * Checks all currently rendered items for changes and
761
- * triggers re-evaluation of the [isExpanded](#isexpanded) and
762
- * [isSelected](#isSelected) callbacks.
763
- */
764
- updateView(): void;
765
- /**
766
- * Expands the row for the specified data item.
767
- */
768
- expand(dataItem: any): void;
769
- /**
770
- * Collapses the row for the specified data item.
771
- */
772
- collapse(dataItem: any): void;
773
- /**
774
- * @hidden
775
- */
776
- private reorder;
777
- private updateColumnIndices;
778
- private updateIndicesForLevel;
779
- private allColumnsForLevel;
780
- private setEditFocus;
781
- private columnInstance;
782
- private verifySettings;
783
- private autoGenerateColumns;
784
- private attachStateChangesEmitter;
785
- private attachEditHandlers;
786
- private emitCRUDEvent;
787
- private attachDomEventHandlers;
788
- private attachElementEventHandlers;
789
- private matchesMedia;
790
- private resizeCheck;
791
- private emitPDFExportEvent;
792
- private syncHeaderHeight;
793
- private columnsContainerChange;
794
- private handleColumnResize;
795
- private notifyResize;
796
- private assertNavigable;
797
- private _rowClass;
798
- private navigationMetadata;
799
- private updateNavigationMetadata;
800
- private applyAutoSize;
801
- private onColumnRangeChange;
802
- private dataLoaded;
803
- private unsubscribeDataLoaded;
804
- private loadColumns;
805
- private notifyReorderContainers;
806
- static ɵfac: i0.ɵɵFactoryDeclaration<TreeListComponent, never>;
807
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeListComponent, "kendo-treelist", ["kendoTreeList"], { "ariaLabel": { "alias": "aria-label"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "columnsRef": { "alias": "columns"; "required": false; }; "fetchChildren": { "alias": "fetchChildren"; "required": false; }; "hasChildren": { "alias": "hasChildren"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "selectionChange": "selectionChange"; "filterChange": "filterChange"; "pageChange": "pageChange"; "sortChange": "sortChange"; "dataStateChange": "dataStateChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; "expandEvent": "expand"; "collapseEvent": "collapse"; "expandStateChange": "expandStateChange"; "rowReorder": "rowReorder"; }, ["columns", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
808
- }