@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.10

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 (265) hide show
  1. package/NOTICE.txt +12 -19
  2. package/binding-directives/flat-binding.directive.d.ts +1 -1
  3. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  4. package/column-menu/column-chooser.component.d.ts +2 -2
  5. package/column-menu/column-list.component.d.ts +1 -1
  6. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  7. package/column-menu/column-menu-filter.component.d.ts +1 -1
  8. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  9. package/column-menu/column-menu-item.component.d.ts +2 -2
  10. package/column-menu/column-menu-lock.component.d.ts +1 -1
  11. package/column-menu/column-menu-sort.component.d.ts +1 -1
  12. package/column-menu/column-menu-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu.component.d.ts +2 -2
  14. package/column-resizing/column-handle.directive.d.ts +1 -1
  15. package/column-resizing/table.directive.d.ts +1 -1
  16. package/columns/checkbox-column.component.d.ts +1 -1
  17. package/columns/column-group.component.d.ts +1 -1
  18. package/columns/column.component.d.ts +1 -1
  19. package/columns/command-column.component.d.ts +1 -1
  20. package/columns/rowreorder-column.component.d.ts +1 -1
  21. package/columns/span-column.component.d.ts +1 -1
  22. package/directives.d.ts +164 -0
  23. package/dragdrop/draggable-column.directive.d.ts +1 -1
  24. package/dragdrop/drop-target.directive.d.ts +1 -1
  25. package/editing/add-command.directive.d.ts +1 -1
  26. package/editing/base-command.directive.d.ts +1 -1
  27. package/editing/cancel-command.directive.d.ts +1 -1
  28. package/editing/edit-command.directive.d.ts +1 -1
  29. package/editing/edit-template.directive.d.ts +1 -1
  30. package/editing/remove-command.directive.d.ts +1 -1
  31. package/editing/save-command.directive.d.ts +1 -1
  32. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  33. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  34. package/editing-directives/template-editing.directive.d.ts +1 -1
  35. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
  36. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
  37. package/esm2020/column-menu/column-chooser.component.mjs +9 -7
  38. package/esm2020/column-menu/column-list.component.mjs +6 -4
  39. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  40. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  41. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  42. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  43. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  44. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  45. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  46. package/esm2020/column-menu/column-menu.component.mjs +12 -10
  47. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  48. package/esm2020/column-resizing/column-resizing.service.mjs +5 -2
  49. package/esm2020/column-resizing/table.directive.mjs +3 -2
  50. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  51. package/esm2020/columns/column-group.component.mjs +3 -2
  52. package/esm2020/columns/column.component.mjs +3 -2
  53. package/esm2020/columns/command-column.component.mjs +3 -2
  54. package/esm2020/columns/rowreorder-column.component.mjs +3 -2
  55. package/esm2020/columns/span-column.component.mjs +3 -2
  56. package/esm2020/directives.mjs +291 -0
  57. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  58. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  59. package/esm2020/editing/add-command.directive.mjs +7 -5
  60. package/esm2020/editing/base-command.directive.mjs +7 -5
  61. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  62. package/esm2020/editing/edit-command.directive.mjs +7 -5
  63. package/esm2020/editing/edit-template.directive.mjs +3 -2
  64. package/esm2020/editing/remove-command.directive.mjs +7 -5
  65. package/esm2020/editing/save-command.directive.mjs +7 -5
  66. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  67. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  68. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  69. package/esm2020/excel/excel-command.directive.mjs +7 -5
  70. package/esm2020/excel/excel.component.mjs +3 -2
  71. package/esm2020/excel/excel.module.mjs +10 -9
  72. package/esm2020/expand-state/expandable.directive.mjs +3 -2
  73. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
  74. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  75. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  76. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  77. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  78. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  79. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  80. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  81. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  82. package/esm2020/filtering/cell/row-filtering.module.mjs +51 -57
  83. package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
  84. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  85. package/esm2020/filtering/filter-row.component.mjs +8 -6
  86. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
  87. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
  88. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  89. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  90. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  91. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
  92. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  93. package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
  94. package/esm2020/filtering/menu/filter-menu.module.mjs +53 -60
  95. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  96. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  97. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  98. package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
  99. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  100. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  101. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  102. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  103. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  104. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  105. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  106. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  107. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  108. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  109. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  110. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  111. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  112. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  113. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  114. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  115. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  116. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  117. package/esm2020/filtering/shared-filtering.module.mjs +78 -135
  118. package/esm2020/index.mjs +2 -1
  119. package/esm2020/layout/resizable.directive.mjs +3 -2
  120. package/esm2020/localization/custom-messages.component.mjs +3 -2
  121. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  122. package/esm2020/navigation/focusable.directive.mjs +3 -2
  123. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  124. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  125. package/esm2020/package-metadata.mjs +2 -2
  126. package/esm2020/pager/pager-info.component.mjs +3 -2
  127. package/esm2020/pager/pager-input.component.mjs +8 -8
  128. package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
  129. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  130. package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
  131. package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
  132. package/esm2020/pager/pager-template.directive.mjs +3 -2
  133. package/esm2020/pager/pager.component.mjs +11 -13
  134. package/esm2020/pager/pager.module.mjs +26 -74
  135. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  136. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  137. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  138. package/esm2020/pdf/pdf.component.mjs +3 -2
  139. package/esm2020/pdf/pdf.module.mjs +13 -28
  140. package/esm2020/rendering/body.module.mjs +23 -93
  141. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  142. package/esm2020/rendering/cell.component.mjs +18 -13
  143. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  144. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  145. package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
  146. package/esm2020/rendering/common/loading.component.mjs +3 -2
  147. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  148. package/esm2020/rendering/footer-template.directive.mjs +3 -2
  149. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  150. package/esm2020/rendering/header/header.component.mjs +17 -18
  151. package/esm2020/rendering/header/header.module.mjs +77 -41
  152. package/esm2020/rendering/list.component.mjs +11 -10
  153. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  154. package/esm2020/rendering/table-body.component.mjs +11 -9
  155. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  156. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  157. package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
  158. package/esm2020/selection/marquee.directive.mjs +3 -2
  159. package/esm2020/selection/selectable.directive.mjs +3 -2
  160. package/esm2020/shared.module.mjs +24 -73
  161. package/esm2020/treelist.component.mjs +21 -21
  162. package/esm2020/treelist.module.mjs +144 -192
  163. package/excel/excel-command.directive.d.ts +1 -1
  164. package/excel/excel.component.d.ts +1 -1
  165. package/excel/excel.module.d.ts +2 -3
  166. package/expand-state/expandable.directive.d.ts +1 -1
  167. package/fesm2015/progress-kendo-angular-treelist.mjs +13907 -14111
  168. package/fesm2020/progress-kendo-angular-treelist.mjs +13856 -14060
  169. package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
  170. package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
  171. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  172. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  173. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  174. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  175. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  176. package/filtering/cell/filter-cell.component.d.ts +1 -1
  177. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  178. package/filtering/cell/row-filtering.module.d.ts +36 -3
  179. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  180. package/filtering/filter-input.directive.d.ts +1 -1
  181. package/filtering/filter-row.component.d.ts +1 -1
  182. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  183. package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
  184. package/filtering/menu/date-filter-menu.component.d.ts +2 -2
  185. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  186. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  187. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
  188. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  189. package/filtering/menu/filter-menu.component.d.ts +4 -4
  190. package/filtering/menu/filter-menu.module.d.ts +36 -3
  191. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  192. package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
  193. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  194. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  195. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  196. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  197. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  198. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  199. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  200. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  201. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  202. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  203. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  204. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  205. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  206. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  207. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  208. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  209. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  210. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  211. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  212. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  213. package/filtering/shared-filtering.module.d.ts +21 -10
  214. package/index.d.ts +2 -1
  215. package/layout/resizable.directive.d.ts +1 -1
  216. package/localization/custom-messages.component.d.ts +1 -1
  217. package/localization/localized-messages.directive.d.ts +1 -1
  218. package/navigation/focusable.directive.d.ts +1 -1
  219. package/navigation/logical-cell.directive.d.ts +1 -1
  220. package/navigation/logical-row.directive.d.ts +1 -1
  221. package/package.json +15 -15
  222. package/pager/pager-info.component.d.ts +1 -1
  223. package/pager/pager-input.component.d.ts +2 -2
  224. package/pager/pager-next-buttons.component.d.ts +2 -2
  225. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  226. package/pager/pager-page-sizes.component.d.ts +2 -2
  227. package/pager/pager-prev-buttons.component.d.ts +2 -2
  228. package/pager/pager-template.directive.d.ts +1 -1
  229. package/pager/pager.component.d.ts +2 -2
  230. package/pager/pager.module.d.ts +15 -17
  231. package/pdf/pdf-command.directive.d.ts +1 -1
  232. package/pdf/pdf-margin.component.d.ts +1 -1
  233. package/pdf/pdf-template.directive.d.ts +1 -1
  234. package/pdf/pdf.component.d.ts +1 -1
  235. package/pdf/pdf.module.d.ts +1 -1
  236. package/rendering/body.module.d.ts +14 -19
  237. package/rendering/cell-template.directive.d.ts +1 -1
  238. package/rendering/cell.component.d.ts +4 -4
  239. package/rendering/common/col-group.component.d.ts +1 -1
  240. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  241. package/rendering/common/level-items.pipe.d.ts +1 -1
  242. package/rendering/common/loading.component.d.ts +1 -1
  243. package/rendering/common/spacer.component.d.ts +1 -1
  244. package/rendering/footer-template.directive.d.ts +1 -1
  245. package/rendering/header/header-template.directive.d.ts +1 -1
  246. package/rendering/header/header.component.d.ts +4 -4
  247. package/rendering/header/header.module.d.ts +69 -8
  248. package/rendering/list.component.d.ts +1 -1
  249. package/rendering/no-records-template.directive.d.ts +1 -1
  250. package/rendering/table-body.component.d.ts +1 -1
  251. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  252. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  253. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  254. package/schematics/ngAdd/index.js +3 -3
  255. package/selection/marquee.directive.d.ts +1 -1
  256. package/selection/selectable.directive.d.ts +1 -1
  257. package/shared.module.d.ts +6 -7
  258. package/treelist.component.d.ts +3 -3
  259. package/treelist.module.d.ts +79 -71
  260. package/column-menu/column-menu.module.d.ts +0 -27
  261. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  262. package/esm2020/column-menu/column-menu.module.mjs +0 -78
  263. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  264. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  265. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -4,10 +4,15 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /* eslint-disable @typescript-eslint/no-explicit-any */
6
6
  import { Component, ContentChildren, ElementRef, EventEmitter, HostBinding, Input, Output, Renderer2, QueryList, ViewChild, isDevMode, NgZone, ViewChildren, ChangeDetectorRef, ViewEncapsulation, ChangeDetectionStrategy, forwardRef } from '@angular/core';
7
+ import { NgIf } from '@angular/common';
7
8
  import { FormControl, FormGroup } from '@angular/forms';
8
9
  import { Subscription, merge, isObservable } from 'rxjs';
9
10
  import { map, tap, take, filter, switchMap, takeUntil } from 'rxjs/operators';
10
11
  import { validatePackage } from '@progress/kendo-licensing';
12
+ import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
13
+ import { guid, DraggableDirective } from '@progress/kendo-angular-common';
14
+ import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
15
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
11
16
  import { packageMetadata } from './package-metadata';
12
17
  import { ColumnComponent, isColumnComponent } from './columns/column.component';
13
18
  import { isSpanColumnComponent } from './columns/span-column.component';
@@ -21,7 +26,6 @@ import { ChangeNotificationService } from './data/change-notification.service';
21
26
  import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
22
27
  import { ColumnBase } from './columns/column-base';
23
28
  import { syncRowsHeight } from './layout/row-sync';
24
- import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
25
29
  import { FilterService } from './filtering/filter.service';
26
30
  import { PagerTemplateDirective } from './pager/pager-template.directive';
27
31
  import { PagerContextService } from "./pager/pager-context.service";
@@ -65,9 +69,18 @@ import { SelectionService } from './selection/selection.service';
65
69
  import { DataBoundTreeComponent } from './binding-directives/data-bound-tree-component';
66
70
  import { ExpandableTreeComponent } from './expand-state/expandable-tree-component';
67
71
  import { ContextService } from './common/provider.service';
68
- import { guid } from '@progress/kendo-angular-common';
69
72
  import { RowReorderService } from './row-reordering/row-reorder.service';
70
- import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
73
+ import { PagerComponent } from './pager/pager.component';
74
+ import { LoadingComponent } from './rendering/common/loading.component';
75
+ import { TableBodyComponent } from './rendering/table-body.component';
76
+ import { MarqueeDirective } from './selection/marquee.directive';
77
+ import { ListComponent } from './rendering/list.component';
78
+ import { ResizableContainerDirective } from './layout/resizable.directive';
79
+ import { HeaderComponent } from './rendering/header/header.component';
80
+ import { ColGroupComponent } from './rendering/common/col-group.component';
81
+ import { TableDirective } from './column-resizing/table.directive';
82
+ import { ToolbarComponent } from './rendering/toolbar/toolbar.component';
83
+ import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
71
84
  import * as i0 from "@angular/core";
72
85
  import * as i1 from "./layout/browser-support.service";
73
86
  import * as i2 from "./data/change-notification.service";
@@ -90,21 +103,6 @@ import * as i18 from "./selection/selection.service";
90
103
  import * as i19 from "@progress/kendo-angular-l10n";
91
104
  import * as i20 from "./common/provider.service";
92
105
  import * as i21 from "./row-reordering/row-reorder.service";
93
- import * as i22 from "@angular/common";
94
- import * as i23 from "./rendering/common/col-group.component";
95
- import * as i24 from "./layout/resizable.directive";
96
- import * as i25 from "./column-resizing/table.directive";
97
- import * as i26 from "./rendering/common/loading.component";
98
- import * as i27 from "@progress/kendo-angular-common";
99
- import * as i28 from "@progress/kendo-angular-icons";
100
- import * as i29 from "./rendering/table-body.component";
101
- import * as i30 from "./rendering/header/header.component";
102
- import * as i31 from "./pager/pager.component";
103
- import * as i32 from "@progress/kendo-angular-utils";
104
- import * as i33 from "./rendering/list.component";
105
- import * as i34 from "./rendering/toolbar/toolbar.component";
106
- import * as i35 from "./localization/localized-messages.directive";
107
- import * as i36 from "./selection/marquee.directive";
108
106
  const createControl = (source) => (acc, key) => {
109
107
  acc[key] = new FormControl(source[key]);
110
108
  return acc;
@@ -1699,7 +1697,7 @@ export class TreeListComponent {
1699
1697
  }
1700
1698
  }
1701
1699
  TreeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListComponent, deps: [{ token: i1.BrowserSupportService }, { token: i0.ElementRef }, { token: i2.ChangeNotificationService }, { token: i3.EditService }, { token: i4.FilterService }, { token: i5.PDFService }, { token: i6.ResponsiveService }, { token: i0.Renderer2 }, { token: i7.ExcelService }, { token: i0.NgZone }, { token: i8.ScrollSyncService }, { token: i9.DomEventsService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.ColumnReorderService }, { token: i12.ColumnInfoService }, { token: i13.NavigationService }, { token: i14.SortService }, { token: i15.ScrollRequestService }, { token: i16.ExpandStateService }, { token: i17.OptionChangesService }, { token: i18.SelectionService }, { token: i19.LocalizationService }, { token: i20.ContextService }, { token: i21.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
1702
- TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListComponent, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { 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" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
1700
+ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { 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" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
1703
1701
  BrowserSupportService,
1704
1702
  LocalizationService,
1705
1703
  ColumnInfoService,
@@ -2115,7 +2113,7 @@ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
2115
2113
  </kendo-icon-wrapper>
2116
2114
  {{hintText}}
2117
2115
  </ng-template>
2118
- `, isInline: true, dependencies: [{ kind: "directive", type: i22.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i23.ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "directive", type: i24.ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "directive", type: i25.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: i26.LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "directive", type: i27.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i28.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i29.TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: i30.HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { kind: "component", type: i31.PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { kind: "directive", type: i32.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: i32.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "component", type: i33.ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "component", type: i34.ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: i35.LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: i36.MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2116
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2119
2117
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListComponent, decorators: [{
2120
2118
  type: Component,
2121
2119
  args: [{
@@ -2540,7 +2538,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2540
2538
  </kendo-icon-wrapper>
2541
2539
  {{hintText}}
2542
2540
  </ng-template>
2543
- `
2541
+ `,
2542
+ standalone: true,
2543
+ imports: [LocalizedMessagesDirective, NgIf, ToolbarComponent, DragTargetContainerDirective, DropTargetContainerDirective, TableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective, ListComponent, DraggableDirective, MarqueeDirective, TableBodyComponent, LoadingComponent, PagerComponent, IconWrapperComponent]
2544
2544
  }]
2545
2545
  }], ctorParameters: function () { return [{ type: i1.BrowserSupportService }, { type: i0.ElementRef }, { type: i2.ChangeNotificationService }, { type: i3.EditService }, { type: i4.FilterService }, { type: i5.PDFService }, { type: i6.ResponsiveService }, { type: i0.Renderer2 }, { type: i7.ExcelService }, { type: i0.NgZone }, { type: i8.ScrollSyncService }, { type: i9.DomEventsService }, { type: i10.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i11.ColumnReorderService }, { type: i12.ColumnInfoService }, { type: i13.NavigationService }, { type: i14.SortService }, { type: i15.ScrollRequestService }, { type: i16.ExpandStateService }, { type: i17.OptionChangesService }, { type: i18.SelectionService }, { type: i19.LocalizationService }, { type: i20.ContextService }, { type: i21.RowReorderService }]; }, propDecorators: { ariaLabel: [{
2546
2546
  type: Input,
@@ -3,139 +3,115 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { TreeListComponent } from './treelist.component';
8
- import { ListComponent } from './rendering/list.component';
9
- import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
10
- import { CustomMessagesComponent } from './localization/custom-messages.component';
11
- import { RowFilterModule } from "./filtering/cell/row-filtering.module";
12
- import { PagerModule } from "./pager/pager.module";
13
- import { HeaderModule } from "./rendering/header/header.module";
14
- import { BodyModule } from "./rendering/body.module";
15
- import { SharedModule } from './shared.module';
16
- import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
17
- import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
18
- import { TreeListToolbarFocusableDirective } from './rendering/toolbar/toolbar-focusable.directive';
19
- import { ResizeSensorModule } from '@progress/kendo-angular-common';
20
- import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
21
- import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
22
- import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
23
- import { FilterMenuModule } from "./filtering/menu/filter-menu.module";
24
- import { ColumnMenuModule } from './column-menu/column-menu.module';
25
- import { HierarchyBindingDirective } from './binding-directives/hierarchy-binding.directive';
26
- import { FlatBindingDirective } from './binding-directives/flat-binding.directive';
27
- import { ExpandableDirective } from './expand-state/expandable.directive';
28
- import { SelectableDirective } from './selection/selectable.directive';
29
- import { MarqueeDirective } from './selection/marquee.directive';
30
- import { TreeListSpacerComponent } from './rendering/common/spacer.component';
31
- import { DragAndDropModule } from '@progress/kendo-angular-utils';
6
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
7
+ import { IconsService } from '@progress/kendo-angular-icons';
8
+ import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
9
+ import { PopupService } from '@progress/kendo-angular-popup';
10
+ import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
11
+ import { KENDO_TREELIST } from './directives';
12
+ import { ColumnResizingService } from './column-resizing/column-resizing.service';
32
13
  import * as i0 from "@angular/core";
33
- import * as i1 from "./columns/column.component";
34
- import * as i2 from "./columns/span-column.component";
35
- import * as i3 from "./columns/checkbox-column.component";
36
- import * as i4 from "./columns/rowreorder-column.component";
37
- import * as i5 from "./columns/column-group.component";
38
- import * as i6 from "./navigation/focusable.directive";
39
- import * as i7 from "./columns/command-column.component";
40
- import * as i8 from "./rendering/cell-template.directive";
41
- import * as i9 from "./rendering/no-records-template.directive";
42
- import * as i10 from "./editing/edit-template.directive";
43
- import * as i11 from "./editing/edit-command.directive";
44
- import * as i12 from "./editing/cancel-command.directive";
45
- import * as i13 from "./editing/save-command.directive";
46
- import * as i14 from "./editing/remove-command.directive";
47
- import * as i15 from "./editing/add-command.directive";
48
- import * as i16 from "./rendering/footer-template.directive";
49
- import * as i17 from "./rendering/header/header-template.directive";
50
- import * as i18 from "./pager/pager.component";
51
- import * as i19 from "./pager/pager-prev-buttons.component";
52
- import * as i20 from "./pager/pager-next-buttons.component";
53
- import * as i21 from "./pager/pager-numeric-buttons.component";
54
- import * as i22 from "./pager/pager-input.component";
55
- import * as i23 from "./pager/pager-info.component";
56
- import * as i24 from "./pager/pager-page-sizes.component";
57
- import * as i25 from "./pager/pager-template.directive";
58
- import * as i26 from "./filtering/filter-row.component";
59
- import * as i27 from "./filtering/cell/filter-cell.component";
60
- import * as i28 from "./filtering/cell/filter-cell-template.directive";
61
- import * as i29 from "./filtering/cell/filter-cell-operators.component";
62
- import * as i30 from "./filtering/cell/string-filter-cell.component";
63
- import * as i31 from "./filtering/cell/numeric-filter-cell.component";
64
- import * as i32 from "./filtering/cell/autocomplete-filter-cell.component";
65
- import * as i33 from "./filtering/cell/boolean-filter-cell.component";
66
- import * as i34 from "./filtering/cell/date-filter-cell.component";
67
- import * as i35 from "./filtering/operators/contains-filter-operator.component";
68
- import * as i36 from "./filtering/operators/not-contains-filter-operator.component";
69
- import * as i37 from "./filtering/operators/ends-with-filter-operator.component";
70
- import * as i38 from "./filtering/operators/eq-filter-operator.component";
71
- import * as i39 from "./filtering/operators/is-empty-filter-operator.component";
72
- import * as i40 from "./filtering/operators/is-not-empty-filter-operator.component";
73
- import * as i41 from "./filtering/operators/is-not-null-filter-operator.component";
74
- import * as i42 from "./filtering/operators/isnull-filter-operator.component";
75
- import * as i43 from "./filtering/operators/neq-filter-operator.component";
76
- import * as i44 from "./filtering/operators/starts-with-filter-operator.component";
77
- import * as i45 from "./filtering/operators/gt-filter-operator.component";
78
- import * as i46 from "./filtering/operators/gte-filter-operator.component";
79
- import * as i47 from "./filtering/operators/lt-filter-operator.component";
80
- import * as i48 from "./filtering/operators/lte-filter-operator.component";
81
- import * as i49 from "./filtering/operators/after-filter-operator.component";
82
- import * as i50 from "./filtering/operators/after-eq-filter-operator.component";
83
- import * as i51 from "./filtering/operators/before-eq-filter-operator.component";
84
- import * as i52 from "./filtering/operators/before-filter-operator.component";
85
- import * as i53 from "./filtering/menu/string-filter-menu.component";
86
- import * as i54 from "./filtering/menu/filter-menu-template.directive";
87
- import * as i55 from "./filtering/menu/numeric-filter-menu.component";
88
- import * as i56 from "./filtering/menu/date-filter-menu.component";
89
- import * as i57 from "./filtering/menu/boolean-filter-menu.component";
90
- import * as i58 from "./column-menu/column-chooser.component";
91
- import * as i59 from "./column-menu/column-menu-filter.component";
92
- import * as i60 from "./column-menu/column-menu-item.component";
93
- import * as i61 from "./column-menu/column-menu-item-content-template.directive";
94
- import * as i62 from "./column-menu/column-menu-sort.component";
95
- import * as i63 from "./column-menu/column-menu-lock.component";
96
- import * as i64 from "./column-menu/column-menu-chooser.component";
97
- import * as i65 from "./column-menu/column-menu-template.directive";
98
- import * as i66 from "./column-menu/column-menu.component";
99
- const exportedModules = [
100
- TreeListComponent,
101
- ToolbarTemplateDirective,
102
- ToolbarComponent,
103
- TreeListSpacerComponent,
104
- CustomMessagesComponent,
105
- TemplateEditingDirective,
106
- ReactiveEditingDirective,
107
- InCellEditingDirective,
108
- HierarchyBindingDirective,
109
- FlatBindingDirective,
110
- ExpandableDirective,
111
- SelectableDirective,
112
- TreeListToolbarFocusableDirective,
113
- ...SharedModule.exports(),
114
- ...BodyModule.exports(),
115
- ...HeaderModule.exports(),
116
- ...PagerModule.exports(),
117
- ...RowFilterModule.exports(),
118
- ...FilterMenuModule.exports(),
119
- ...ColumnMenuModule.exports()
120
- ];
121
- const declarations = [
122
- TreeListComponent,
123
- ListComponent,
124
- ToolbarComponent,
125
- LocalizedMessagesDirective,
126
- CustomMessagesComponent,
127
- ToolbarTemplateDirective,
128
- TemplateEditingDirective,
129
- ReactiveEditingDirective,
130
- InCellEditingDirective,
131
- HierarchyBindingDirective,
132
- FlatBindingDirective,
133
- ExpandableDirective,
134
- SelectableDirective,
135
- MarqueeDirective,
136
- TreeListSpacerComponent,
137
- TreeListToolbarFocusableDirective
138
- ];
14
+ import * as i1 from "./treelist.component";
15
+ import * as i2 from "./rendering/toolbar/toolbar-template.directive";
16
+ import * as i3 from "./rendering/toolbar/toolbar.component";
17
+ import * as i4 from "./rendering/common/spacer.component";
18
+ import * as i5 from "./localization/custom-messages.component";
19
+ import * as i6 from "./editing-directives/template-editing.directive";
20
+ import * as i7 from "./editing-directives/reactive-editing.directive";
21
+ import * as i8 from "./editing-directives/in-cell-editing.directive";
22
+ import * as i9 from "./binding-directives/hierarchy-binding.directive";
23
+ import * as i10 from "./binding-directives/flat-binding.directive";
24
+ import * as i11 from "./expand-state/expandable.directive";
25
+ import * as i12 from "./selection/selectable.directive";
26
+ import * as i13 from "./rendering/toolbar/toolbar-focusable.directive";
27
+ import * as i14 from "./columns/column.component";
28
+ import * as i15 from "./columns/column-group.component";
29
+ import * as i16 from "./navigation/logical-cell.directive";
30
+ import * as i17 from "./navigation/logical-row.directive";
31
+ import * as i18 from "./navigation/focusable.directive";
32
+ import * as i19 from "./rendering/common/col-group.component";
33
+ import * as i20 from "./layout/resizable.directive";
34
+ import * as i21 from "@progress/kendo-angular-common";
35
+ import * as i22 from "./rendering/common/field-accessor.pipe";
36
+ import * as i23 from "./columns/span-column.component";
37
+ import * as i24 from "./column-resizing/table.directive";
38
+ import * as i25 from "./rendering/common/loading.component";
39
+ import * as i26 from "./filtering/cell/filter-cell-operators.component";
40
+ import * as i27 from "./columns/checkbox-column.component";
41
+ import * as i28 from "./columns/rowreorder-column.component";
42
+ import * as i29 from "./columns/command-column.component";
43
+ import * as i30 from "./rendering/cell-template.directive";
44
+ import * as i31 from "./rendering/cell.component";
45
+ import * as i32 from "./rendering/no-records-template.directive";
46
+ import * as i33 from "./editing/edit-template.directive";
47
+ import * as i34 from "./editing/edit-command.directive";
48
+ import * as i35 from "./editing/cancel-command.directive";
49
+ import * as i36 from "./editing/save-command.directive";
50
+ import * as i37 from "./editing/remove-command.directive";
51
+ import * as i38 from "./editing/add-command.directive";
52
+ import * as i39 from "./rendering/footer-template.directive";
53
+ import * as i40 from "./rendering/header/header.component";
54
+ import * as i41 from "./rendering/header/header-template.directive";
55
+ import * as i42 from "./column-resizing/column-handle.directive";
56
+ import * as i43 from "./pager/pager.component";
57
+ import * as i44 from "./pager/pager-prev-buttons.component";
58
+ import * as i45 from "./pager/pager-next-buttons.component";
59
+ import * as i46 from "./pager/pager-numeric-buttons.component";
60
+ import * as i47 from "./pager/pager-input.component";
61
+ import * as i48 from "./pager/pager-info.component";
62
+ import * as i49 from "./pager/pager-page-sizes.component";
63
+ import * as i50 from "./pager/pager-template.directive";
64
+ import * as i51 from "./filtering/filter-row.component";
65
+ import * as i52 from "./filtering/cell/filter-cell.component";
66
+ import * as i53 from "./filtering/cell/filter-cell-template.directive";
67
+ import * as i54 from "./filtering/cell/string-filter-cell.component";
68
+ import * as i55 from "./filtering/cell/numeric-filter-cell.component";
69
+ import * as i56 from "./filtering/cell/autocomplete-filter-cell.component";
70
+ import * as i57 from "./filtering/cell/boolean-filter-cell.component";
71
+ import * as i58 from "./filtering/cell/filter-cell-host.directive";
72
+ import * as i59 from "./filtering/cell/filter-cell-wrapper.component";
73
+ import * as i60 from "./filtering/cell/date-filter-cell.component";
74
+ import * as i61 from "./filtering/operators/contains-filter-operator.component";
75
+ import * as i62 from "./filtering/operators/not-contains-filter-operator.component";
76
+ import * as i63 from "./filtering/operators/ends-with-filter-operator.component";
77
+ import * as i64 from "./filtering/operators/eq-filter-operator.component";
78
+ import * as i65 from "./filtering/operators/is-empty-filter-operator.component";
79
+ import * as i66 from "./filtering/operators/is-not-empty-filter-operator.component";
80
+ import * as i67 from "./filtering/operators/is-not-null-filter-operator.component";
81
+ import * as i68 from "./filtering/operators/isnull-filter-operator.component";
82
+ import * as i69 from "./filtering/operators/neq-filter-operator.component";
83
+ import * as i70 from "./filtering/operators/starts-with-filter-operator.component";
84
+ import * as i71 from "./filtering/operators/gt-filter-operator.component";
85
+ import * as i72 from "./filtering/operators/gte-filter-operator.component";
86
+ import * as i73 from "./filtering/operators/lt-filter-operator.component";
87
+ import * as i74 from "./filtering/operators/lte-filter-operator.component";
88
+ import * as i75 from "./filtering/operators/after-filter-operator.component";
89
+ import * as i76 from "./filtering/operators/after-eq-filter-operator.component";
90
+ import * as i77 from "./filtering/operators/before-eq-filter-operator.component";
91
+ import * as i78 from "./filtering/operators/before-filter-operator.component";
92
+ import * as i79 from "./filtering/filter-input.directive";
93
+ import * as i80 from "./filtering/menu/filter-menu.component";
94
+ import * as i81 from "./filtering/menu/filter-menu-container.component";
95
+ import * as i82 from "./filtering/menu/filter-menu-input-wrapper.component";
96
+ import * as i83 from "./filtering/menu/string-filter-menu-input.component";
97
+ import * as i84 from "./filtering/menu/string-filter-menu.component";
98
+ import * as i85 from "./filtering/menu/filter-menu-template.directive";
99
+ import * as i86 from "./filtering/menu/numeric-filter-menu.component";
100
+ import * as i87 from "./filtering/menu/numeric-filter-menu-input.component";
101
+ import * as i88 from "./filtering/menu/date-filter-menu-input.component";
102
+ import * as i89 from "./filtering/menu/date-filter-menu.component";
103
+ import * as i90 from "./filtering/menu/filter-menu-host.directive";
104
+ import * as i91 from "./filtering/menu/boolean-filter-menu.component";
105
+ import * as i92 from "./column-menu/column-chooser.component";
106
+ import * as i93 from "./column-menu/column-menu-chooser.component";
107
+ import * as i94 from "./column-menu/column-menu-filter.component";
108
+ import * as i95 from "./column-menu/column-menu-item.component";
109
+ import * as i96 from "./column-menu/column-menu-item-content-template.directive";
110
+ import * as i97 from "./column-menu/column-menu-sort.component";
111
+ import * as i98 from "./column-menu/column-menu.component";
112
+ import * as i99 from "./column-menu/column-menu-lock.component";
113
+ import * as i100 from "./column-menu/column-menu-template.directive";
114
+ // IMPORTANT: NgModule export kept for backwards compatibility
139
115
  /**
140
116
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
141
117
  * definition for the TreeList component.
@@ -160,69 +136,45 @@ const declarations = [
160
136
  export class TreeListModule {
161
137
  }
162
138
  TreeListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
163
- TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, declarations: [TreeListComponent,
164
- ListComponent,
165
- ToolbarComponent,
166
- LocalizedMessagesDirective,
167
- CustomMessagesComponent,
168
- ToolbarTemplateDirective,
169
- TemplateEditingDirective,
170
- ReactiveEditingDirective,
171
- InCellEditingDirective,
172
- HierarchyBindingDirective,
173
- FlatBindingDirective,
174
- ExpandableDirective,
175
- SelectableDirective,
176
- MarqueeDirective,
177
- TreeListSpacerComponent,
178
- TreeListToolbarFocusableDirective], imports: [CommonModule,
179
- SharedModule,
180
- BodyModule,
181
- HeaderModule,
182
- PagerModule,
183
- RowFilterModule,
184
- FilterMenuModule,
185
- ResizeSensorModule,
186
- ColumnMenuModule,
187
- DragAndDropModule], exports: [TreeListComponent,
188
- ToolbarTemplateDirective,
189
- ToolbarComponent,
190
- TreeListSpacerComponent,
191
- CustomMessagesComponent,
192
- TemplateEditingDirective,
193
- ReactiveEditingDirective,
194
- InCellEditingDirective,
195
- HierarchyBindingDirective,
196
- FlatBindingDirective,
197
- ExpandableDirective,
198
- SelectableDirective,
199
- TreeListToolbarFocusableDirective, i1.ColumnComponent, i2.SpanColumnComponent, i3.CheckboxColumnComponent, i4.RowReorderColumnComponent, i5.ColumnGroupComponent, i6.FocusableDirective, i7.CommandColumnComponent, i8.CellTemplateDirective, i9.NoRecordsTemplateDirective, i10.EditTemplateDirective, i11.EditCommandDirective, i12.CancelCommandDirective, i13.SaveCommandDirective, i14.RemoveCommandDirective, i15.AddCommandDirective, i16.FooterTemplateDirective, i17.HeaderTemplateDirective, i18.PagerComponent, i19.PagerPrevButtonsComponent, i20.PagerNextButtonsComponent, i21.PagerNumericButtonsComponent, i22.PagerInputComponent, i23.PagerInfoComponent, i24.PagerPageSizesComponent, i25.PagerTemplateDirective, i26.FilterRowComponent, i27.FilterCellComponent, i28.FilterCellTemplateDirective, i29.FilterCellOperatorsComponent, i30.StringFilterCellComponent, i31.NumericFilterCellComponent, i32.AutoCompleteFilterCellComponent, i33.BooleanFilterCellComponent, i34.DateFilterCellComponent, i29.FilterCellOperatorsComponent, i35.ContainsFilterOperatorComponent, i36.DoesNotContainFilterOperatorComponent, i37.EndsWithFilterOperatorComponent, i38.EqualFilterOperatorComponent, i39.IsEmptyFilterOperatorComponent, i40.IsNotEmptyFilterOperatorComponent, i41.IsNotNullFilterOperatorComponent, i42.IsNullFilterOperatorComponent, i43.NotEqualFilterOperatorComponent, i44.StartsWithFilterOperatorComponent, i45.GreaterFilterOperatorComponent, i46.GreaterOrEqualToFilterOperatorComponent, i47.LessFilterOperatorComponent, i48.LessOrEqualToFilterOperatorComponent, i49.AfterFilterOperatorComponent, i50.AfterEqFilterOperatorComponent, i51.BeforeEqFilterOperatorComponent, i52.BeforeFilterOperatorComponent, i53.StringFilterMenuComponent, i54.FilterMenuTemplateDirective, i55.NumericFilterMenuComponent, i56.DateFilterMenuComponent, i57.BooleanFilterMenuComponent, i29.FilterCellOperatorsComponent, i35.ContainsFilterOperatorComponent, i36.DoesNotContainFilterOperatorComponent, i37.EndsWithFilterOperatorComponent, i38.EqualFilterOperatorComponent, i39.IsEmptyFilterOperatorComponent, i40.IsNotEmptyFilterOperatorComponent, i41.IsNotNullFilterOperatorComponent, i42.IsNullFilterOperatorComponent, i43.NotEqualFilterOperatorComponent, i44.StartsWithFilterOperatorComponent, i45.GreaterFilterOperatorComponent, i46.GreaterOrEqualToFilterOperatorComponent, i47.LessFilterOperatorComponent, i48.LessOrEqualToFilterOperatorComponent, i49.AfterFilterOperatorComponent, i50.AfterEqFilterOperatorComponent, i51.BeforeEqFilterOperatorComponent, i52.BeforeFilterOperatorComponent, i58.ColumnChooserComponent, i59.ColumnMenuFilterComponent, i60.ColumnMenuItemComponent, i61.ColumnMenuItemContentTemplateDirective, i62.ColumnMenuSortComponent, i63.ColumnMenuLockComponent, i64.ColumnMenuChooserComponent, i65.ColumnMenuTemplateDirective, i66.ColumnMenuComponent] });
200
- TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, imports: [CommonModule,
201
- SharedModule,
202
- BodyModule,
203
- HeaderModule,
204
- PagerModule,
205
- RowFilterModule,
206
- FilterMenuModule,
207
- ResizeSensorModule,
208
- ColumnMenuModule,
209
- DragAndDropModule] });
139
+ TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, imports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i29.CommandColumnComponent, i30.CellTemplateDirective, i31.CellComponent, i32.NoRecordsTemplateDirective, i33.EditTemplateDirective, i34.EditCommandDirective, i35.CancelCommandDirective, i36.SaveCommandDirective, i37.RemoveCommandDirective, i38.AddCommandDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.PagerComponent, i44.PagerPrevButtonsComponent, i45.PagerNextButtonsComponent, i46.PagerNumericButtonsComponent, i47.PagerInputComponent, i48.PagerInfoComponent, i49.PagerPageSizesComponent, i50.PagerTemplateDirective, i51.FilterRowComponent, i52.FilterCellComponent, i53.FilterCellTemplateDirective, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i58.FilterCellHostDirective, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i26.FilterCellOperatorsComponent, i61.ContainsFilterOperatorComponent, i62.DoesNotContainFilterOperatorComponent, i63.EndsWithFilterOperatorComponent, i64.EqualFilterOperatorComponent, i65.IsEmptyFilterOperatorComponent, i66.IsNotEmptyFilterOperatorComponent, i67.IsNotNullFilterOperatorComponent, i68.IsNullFilterOperatorComponent, i69.NotEqualFilterOperatorComponent, i70.StartsWithFilterOperatorComponent, i71.GreaterFilterOperatorComponent, i72.GreaterOrEqualToFilterOperatorComponent, i73.LessFilterOperatorComponent, i74.LessOrEqualToFilterOperatorComponent, i75.AfterFilterOperatorComponent, i76.AfterEqFilterOperatorComponent, i77.BeforeEqFilterOperatorComponent, i78.BeforeFilterOperatorComponent, i79.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i80.FilterMenuComponent, i81.FilterMenuContainerComponent, i82.FilterMenuInputWrapperComponent, i83.StringFilterMenuInputComponent, i84.StringFilterMenuComponent, i85.FilterMenuTemplateDirective, i86.NumericFilterMenuComponent, i87.NumericFilterMenuInputComponent, i88.DateFilterMenuInputComponent, i89.DateFilterMenuComponent, i90.FilterMenuHostDirective, i91.BooleanFilterMenuComponent, i92.ColumnChooserComponent, i93.ColumnMenuChooserComponent, i94.ColumnMenuFilterComponent, i95.ColumnMenuItemComponent, i96.ColumnMenuItemContentTemplateDirective, i97.ColumnMenuSortComponent, i98.ColumnMenuComponent, i99.ColumnMenuLockComponent, i100.ColumnMenuTemplateDirective], exports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i29.CommandColumnComponent, i30.CellTemplateDirective, i31.CellComponent, i32.NoRecordsTemplateDirective, i33.EditTemplateDirective, i34.EditCommandDirective, i35.CancelCommandDirective, i36.SaveCommandDirective, i37.RemoveCommandDirective, i38.AddCommandDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.PagerComponent, i44.PagerPrevButtonsComponent, i45.PagerNextButtonsComponent, i46.PagerNumericButtonsComponent, i47.PagerInputComponent, i48.PagerInfoComponent, i49.PagerPageSizesComponent, i50.PagerTemplateDirective, i51.FilterRowComponent, i52.FilterCellComponent, i53.FilterCellTemplateDirective, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i58.FilterCellHostDirective, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i26.FilterCellOperatorsComponent, i61.ContainsFilterOperatorComponent, i62.DoesNotContainFilterOperatorComponent, i63.EndsWithFilterOperatorComponent, i64.EqualFilterOperatorComponent, i65.IsEmptyFilterOperatorComponent, i66.IsNotEmptyFilterOperatorComponent, i67.IsNotNullFilterOperatorComponent, i68.IsNullFilterOperatorComponent, i69.NotEqualFilterOperatorComponent, i70.StartsWithFilterOperatorComponent, i71.GreaterFilterOperatorComponent, i72.GreaterOrEqualToFilterOperatorComponent, i73.LessFilterOperatorComponent, i74.LessOrEqualToFilterOperatorComponent, i75.AfterFilterOperatorComponent, i76.AfterEqFilterOperatorComponent, i77.BeforeEqFilterOperatorComponent, i78.BeforeFilterOperatorComponent, i79.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.TableDirective, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i80.FilterMenuComponent, i81.FilterMenuContainerComponent, i82.FilterMenuInputWrapperComponent, i83.StringFilterMenuInputComponent, i84.StringFilterMenuComponent, i85.FilterMenuTemplateDirective, i86.NumericFilterMenuComponent, i87.NumericFilterMenuInputComponent, i88.DateFilterMenuInputComponent, i89.DateFilterMenuComponent, i90.FilterMenuHostDirective, i91.BooleanFilterMenuComponent, i92.ColumnChooserComponent, i93.ColumnMenuChooserComponent, i94.ColumnMenuFilterComponent, i95.ColumnMenuItemComponent, i96.ColumnMenuItemContentTemplateDirective, i97.ColumnMenuSortComponent, i98.ColumnMenuComponent, i99.ColumnMenuLockComponent, i100.ColumnMenuTemplateDirective] });
140
+ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, providers: [
141
+ IconsService,
142
+ ResizeBatchService,
143
+ CalendarDOMService,
144
+ CenturyViewService,
145
+ DecadeViewService,
146
+ MonthViewService,
147
+ YearViewService,
148
+ WeekNamesService,
149
+ PopupService,
150
+ NavigationService,
151
+ DialogContainerService,
152
+ DialogService,
153
+ WindowService,
154
+ WindowContainerService,
155
+ ColumnResizingService
156
+ ], imports: [i1.TreeListComponent, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i14.ColumnComponent, i15.ColumnGroupComponent, i19.ColGroupComponent, i23.SpanColumnComponent, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i29.CommandColumnComponent, i31.CellComponent, i34.EditCommandDirective, i35.CancelCommandDirective, i36.SaveCommandDirective, i37.RemoveCommandDirective, i38.AddCommandDirective, i40.HeaderComponent, i43.PagerComponent, i44.PagerPrevButtonsComponent, i45.PagerNextButtonsComponent, i46.PagerNumericButtonsComponent, i47.PagerInputComponent, i48.PagerInfoComponent, i49.PagerPageSizesComponent, i51.FilterRowComponent, i52.FilterCellComponent, i54.StringFilterCellComponent, i55.NumericFilterCellComponent, i56.AutoCompleteFilterCellComponent, i57.BooleanFilterCellComponent, i59.FilterCellWrapperComponent, i60.DateFilterCellComponent, i26.FilterCellOperatorsComponent, i61.ContainsFilterOperatorComponent, i62.DoesNotContainFilterOperatorComponent, i63.EndsWithFilterOperatorComponent, i64.EqualFilterOperatorComponent, i65.IsEmptyFilterOperatorComponent, i66.IsNotEmptyFilterOperatorComponent, i67.IsNotNullFilterOperatorComponent, i68.IsNullFilterOperatorComponent, i69.NotEqualFilterOperatorComponent, i70.StartsWithFilterOperatorComponent, i71.GreaterFilterOperatorComponent, i72.GreaterOrEqualToFilterOperatorComponent, i73.LessFilterOperatorComponent, i74.LessOrEqualToFilterOperatorComponent, i75.AfterFilterOperatorComponent, i76.AfterEqFilterOperatorComponent, i77.BeforeEqFilterOperatorComponent, i78.BeforeFilterOperatorComponent, i14.ColumnComponent, i15.ColumnGroupComponent, i19.ColGroupComponent, i23.SpanColumnComponent, i25.LoadingComponent, i26.FilterCellOperatorsComponent, i27.CheckboxColumnComponent, i28.RowReorderColumnComponent, i80.FilterMenuComponent, i81.FilterMenuContainerComponent, i82.FilterMenuInputWrapperComponent, i83.StringFilterMenuInputComponent, i84.StringFilterMenuComponent, i86.NumericFilterMenuComponent, i87.NumericFilterMenuInputComponent, i88.DateFilterMenuInputComponent, i89.DateFilterMenuComponent, i91.BooleanFilterMenuComponent, i92.ColumnChooserComponent, i93.ColumnMenuChooserComponent, i94.ColumnMenuFilterComponent, i95.ColumnMenuItemComponent, i97.ColumnMenuSortComponent, i98.ColumnMenuComponent, i99.ColumnMenuLockComponent] });
210
157
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, decorators: [{
211
158
  type: NgModule,
212
159
  args: [{
213
- declarations: [declarations],
214
- exports: [exportedModules],
215
- imports: [
216
- CommonModule,
217
- SharedModule,
218
- BodyModule,
219
- HeaderModule,
220
- PagerModule,
221
- RowFilterModule,
222
- FilterMenuModule,
223
- ResizeSensorModule,
224
- ColumnMenuModule,
225
- DragAndDropModule
160
+ exports: [...KENDO_TREELIST],
161
+ imports: [...KENDO_TREELIST],
162
+ providers: [
163
+ IconsService,
164
+ ResizeBatchService,
165
+ CalendarDOMService,
166
+ CenturyViewService,
167
+ DecadeViewService,
168
+ MonthViewService,
169
+ YearViewService,
170
+ WeekNamesService,
171
+ PopupService,
172
+ NavigationService,
173
+ DialogContainerService,
174
+ DialogService,
175
+ WindowService,
176
+ WindowContainerService,
177
+ ColumnResizingService
226
178
  ]
227
179
  }]
228
180
  }] });
@@ -37,5 +37,5 @@ export declare class ExcelCommandDirective extends Button {
37
37
  get excelClass(): boolean;
38
38
  constructor(excelService: ExcelService, element: ElementRef, renderer: Renderer, localization: LocalizationService, ngZone: NgZone);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelCommandDirective, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoTreeListExcelCommand]", never, {}, {}, never, ["*"], false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoTreeListExcelCommand]", never, {}, {}, never, ["*"], true, never>;
41
41
  }
@@ -88,5 +88,5 @@ export declare class ExcelComponent implements OnDestroy {
88
88
  protected saveFile(options: any): void;
89
89
  protected componentViewOptions(component: any): any;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-treelist-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "collapsible": "collapsible"; "allPages": "allPages"; "expandAll": "expandAll"; "paddingCellOptions": "paddingCellOptions"; }, {}, ["columns"], never, false, never>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-treelist-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "collapsible": "collapsible"; "allPages": "allPages"; "expandAll": "expandAll"; "paddingCellOptions": "paddingCellOptions"; }, {}, ["columns"], never, true, never>;
92
92
  }
@@ -5,8 +5,7 @@
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./excel.component";
7
7
  import * as i2 from "./excel-command.directive";
8
- import * as i3 from "@progress/kendo-angular-icons";
9
- import * as i4 from "@progress/kendo-angular-excel-export";
8
+ import * as i3 from "@progress/kendo-angular-excel-export";
10
9
  /**
11
10
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
12
11
  * definition for the Excel component of the TreeList.
@@ -28,6 +27,6 @@ import * as i4 from "@progress/kendo-angular-excel-export";
28
27
  */
29
28
  export declare class ExcelModule {
30
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective], [typeof i3.IconsModule], [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i4.ExcelExportModule]>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective], [typeof i1.ExcelComponent, typeof i2.ExcelCommandDirective, typeof i3.ExcelExportModule]>;
32
31
  static ɵinj: i0.ɵɵInjectorDeclaration<ExcelModule>;
33
32
  }
@@ -51,5 +51,5 @@ export declare class ExpandableDirective implements OnDestroy {
51
51
  ngOnDestroy(): void;
52
52
  private toggleState;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableDirective, "[kendoTreeListExpandable]", ["kendoTreeListExpandable"], { "expandedKeys": "expandedKeys"; "initiallyExpanded": "initiallyExpanded"; "expandBy": "expandBy"; }, { "expandedKeysChange": "expandedKeysChange"; }, never, never, false, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableDirective, "[kendoTreeListExpandable]", ["kendoTreeListExpandable"], { "expandedKeys": "expandedKeys"; "initiallyExpanded": "initiallyExpanded"; "expandBy": "expandBy"; }, { "expandedKeysChange": "expandedKeysChange"; }, never, never, true, never>;
55
55
  }