@progress/kendo-angular-treelist 16.5.0 → 16.6.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 (263) hide show
  1. package/binding-directives/flat-binding.directive.d.ts +1 -1
  2. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  3. package/column-menu/column-chooser.component.d.ts +2 -2
  4. package/column-menu/column-list.component.d.ts +1 -1
  5. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  6. package/column-menu/column-menu-filter.component.d.ts +1 -1
  7. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  8. package/column-menu/column-menu-item.component.d.ts +2 -2
  9. package/column-menu/column-menu-lock.component.d.ts +1 -1
  10. package/column-menu/column-menu-sort.component.d.ts +1 -1
  11. package/column-menu/column-menu-template.directive.d.ts +1 -1
  12. package/column-menu/column-menu.component.d.ts +2 -2
  13. package/column-resizing/column-handle.directive.d.ts +1 -1
  14. package/column-resizing/table.directive.d.ts +1 -1
  15. package/columns/checkbox-column.component.d.ts +1 -1
  16. package/columns/column-group.component.d.ts +1 -1
  17. package/columns/column.component.d.ts +1 -1
  18. package/columns/command-column.component.d.ts +1 -1
  19. package/columns/rowreorder-column.component.d.ts +1 -1
  20. package/columns/span-column.component.d.ts +1 -1
  21. package/directives.d.ts +143 -0
  22. package/dragdrop/draggable-column.directive.d.ts +1 -1
  23. package/dragdrop/drop-target.directive.d.ts +1 -1
  24. package/editing/add-command.directive.d.ts +1 -1
  25. package/editing/base-command.directive.d.ts +1 -1
  26. package/editing/cancel-command.directive.d.ts +1 -1
  27. package/editing/edit-command.directive.d.ts +1 -1
  28. package/editing/edit-template.directive.d.ts +1 -1
  29. package/editing/remove-command.directive.d.ts +1 -1
  30. package/editing/save-command.directive.d.ts +1 -1
  31. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  32. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  33. package/editing-directives/template-editing.directive.d.ts +1 -1
  34. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
  35. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
  36. package/esm2020/column-menu/column-chooser.component.mjs +9 -7
  37. package/esm2020/column-menu/column-list.component.mjs +6 -4
  38. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  39. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  40. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  41. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  42. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  43. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  44. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  45. package/esm2020/column-menu/column-menu.component.mjs +12 -10
  46. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  47. package/esm2020/column-resizing/table.directive.mjs +3 -2
  48. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  49. package/esm2020/columns/column-group.component.mjs +3 -2
  50. package/esm2020/columns/column.component.mjs +3 -2
  51. package/esm2020/columns/command-column.component.mjs +3 -2
  52. package/esm2020/columns/rowreorder-column.component.mjs +3 -2
  53. package/esm2020/columns/span-column.component.mjs +3 -2
  54. package/esm2020/directives.mjs +307 -0
  55. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  56. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  57. package/esm2020/editing/add-command.directive.mjs +7 -5
  58. package/esm2020/editing/base-command.directive.mjs +7 -5
  59. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  60. package/esm2020/editing/edit-command.directive.mjs +7 -5
  61. package/esm2020/editing/edit-template.directive.mjs +3 -2
  62. package/esm2020/editing/remove-command.directive.mjs +7 -5
  63. package/esm2020/editing/save-command.directive.mjs +7 -5
  64. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  65. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  66. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  67. package/esm2020/excel/excel-command.directive.mjs +7 -5
  68. package/esm2020/excel/excel.component.mjs +3 -2
  69. package/esm2020/excel/excel.module.mjs +11 -10
  70. package/esm2020/expand-state/expandable.directive.mjs +3 -2
  71. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
  72. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  73. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  74. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  75. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  76. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  77. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  78. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  79. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  80. package/esm2020/filtering/cell/row-filtering.module.mjs +57 -57
  81. package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
  82. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  83. package/esm2020/filtering/filter-row.component.mjs +8 -6
  84. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
  85. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
  86. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  87. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  88. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  89. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
  90. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  91. package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
  92. package/esm2020/filtering/menu/filter-menu.module.mjs +59 -60
  93. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  94. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  95. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  96. package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
  97. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  98. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  99. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  100. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  101. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  102. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  103. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  104. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  105. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  106. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  107. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  108. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  109. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  110. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  111. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  112. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  113. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  114. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  115. package/esm2020/filtering/shared-filtering.module.mjs +83 -137
  116. package/esm2020/index.mjs +2 -1
  117. package/esm2020/layout/resizable.directive.mjs +3 -2
  118. package/esm2020/localization/custom-messages.component.mjs +3 -2
  119. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  120. package/esm2020/navigation/focusable.directive.mjs +3 -2
  121. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  122. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  123. package/esm2020/package-metadata.mjs +2 -2
  124. package/esm2020/pager/pager-info.component.mjs +3 -2
  125. package/esm2020/pager/pager-input.component.mjs +8 -8
  126. package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
  127. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  128. package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
  129. package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
  130. package/esm2020/pager/pager-template.directive.mjs +3 -2
  131. package/esm2020/pager/pager.component.mjs +11 -13
  132. package/esm2020/pager/pager.module.mjs +26 -74
  133. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  134. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  135. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  136. package/esm2020/pdf/pdf.component.mjs +3 -2
  137. package/esm2020/pdf/pdf.module.mjs +13 -28
  138. package/esm2020/rendering/body.module.mjs +23 -93
  139. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  140. package/esm2020/rendering/cell.component.mjs +18 -13
  141. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  142. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  143. package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
  144. package/esm2020/rendering/common/loading.component.mjs +3 -2
  145. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  146. package/esm2020/rendering/footer-template.directive.mjs +3 -2
  147. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  148. package/esm2020/rendering/header/header.component.mjs +17 -18
  149. package/esm2020/rendering/header/header.module.mjs +83 -41
  150. package/esm2020/rendering/list.component.mjs +11 -10
  151. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  152. package/esm2020/rendering/table-body.component.mjs +11 -9
  153. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  154. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  155. package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
  156. package/esm2020/selection/marquee.directive.mjs +3 -2
  157. package/esm2020/selection/selectable.directive.mjs +3 -2
  158. package/esm2020/shared.module.mjs +25 -74
  159. package/esm2020/treelist.component.mjs +21 -21
  160. package/esm2020/treelist.module.mjs +150 -192
  161. package/excel/excel-command.directive.d.ts +1 -1
  162. package/excel/excel.component.d.ts +1 -1
  163. package/excel/excel.module.d.ts +2 -3
  164. package/expand-state/expandable.directive.d.ts +1 -1
  165. package/fesm2015/progress-kendo-angular-treelist.mjs +13899 -14096
  166. package/fesm2020/progress-kendo-angular-treelist.mjs +13786 -13983
  167. package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
  168. package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
  169. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  170. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  171. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  172. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  173. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  174. package/filtering/cell/filter-cell.component.d.ts +1 -1
  175. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  176. package/filtering/cell/row-filtering.module.d.ts +42 -3
  177. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  178. package/filtering/filter-input.directive.d.ts +1 -1
  179. package/filtering/filter-row.component.d.ts +1 -1
  180. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  181. package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
  182. package/filtering/menu/date-filter-menu.component.d.ts +2 -2
  183. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  184. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  185. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
  186. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  187. package/filtering/menu/filter-menu.component.d.ts +4 -4
  188. package/filtering/menu/filter-menu.module.d.ts +42 -3
  189. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  190. package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
  191. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  192. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  193. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  194. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  195. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  196. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  197. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  198. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  199. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  200. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  201. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  202. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  203. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  204. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  205. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  206. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  207. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  208. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  209. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  210. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  211. package/filtering/shared-filtering.module.d.ts +22 -10
  212. package/index.d.ts +2 -1
  213. package/layout/resizable.directive.d.ts +1 -1
  214. package/localization/custom-messages.component.d.ts +1 -1
  215. package/localization/localized-messages.directive.d.ts +1 -1
  216. package/navigation/focusable.directive.d.ts +1 -1
  217. package/navigation/logical-cell.directive.d.ts +1 -1
  218. package/navigation/logical-row.directive.d.ts +1 -1
  219. package/package.json +15 -15
  220. package/pager/pager-info.component.d.ts +1 -1
  221. package/pager/pager-input.component.d.ts +2 -2
  222. package/pager/pager-next-buttons.component.d.ts +2 -2
  223. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  224. package/pager/pager-page-sizes.component.d.ts +2 -2
  225. package/pager/pager-prev-buttons.component.d.ts +2 -2
  226. package/pager/pager-template.directive.d.ts +1 -1
  227. package/pager/pager.component.d.ts +2 -2
  228. package/pager/pager.module.d.ts +15 -17
  229. package/pdf/pdf-command.directive.d.ts +1 -1
  230. package/pdf/pdf-margin.component.d.ts +1 -1
  231. package/pdf/pdf-template.directive.d.ts +1 -1
  232. package/pdf/pdf.component.d.ts +1 -1
  233. package/pdf/pdf.module.d.ts +1 -1
  234. package/rendering/body.module.d.ts +14 -19
  235. package/rendering/cell-template.directive.d.ts +1 -1
  236. package/rendering/cell.component.d.ts +4 -4
  237. package/rendering/common/col-group.component.d.ts +1 -1
  238. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  239. package/rendering/common/level-items.pipe.d.ts +1 -1
  240. package/rendering/common/loading.component.d.ts +1 -1
  241. package/rendering/common/spacer.component.d.ts +1 -1
  242. package/rendering/footer-template.directive.d.ts +1 -1
  243. package/rendering/header/header-template.directive.d.ts +1 -1
  244. package/rendering/header/header.component.d.ts +4 -4
  245. package/rendering/header/header.module.d.ts +75 -8
  246. package/rendering/list.component.d.ts +1 -1
  247. package/rendering/no-records-template.directive.d.ts +1 -1
  248. package/rendering/table-body.component.d.ts +1 -1
  249. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  250. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  251. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  252. package/schematics/ngAdd/index.js +3 -3
  253. package/selection/marquee.directive.d.ts +1 -1
  254. package/selection/selectable.directive.d.ts +1 -1
  255. package/shared.module.d.ts +6 -7
  256. package/treelist.component.d.ts +3 -3
  257. package/treelist.module.d.ts +93 -79
  258. package/column-menu/column-menu.module.d.ts +0 -27
  259. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  260. package/esm2020/column-menu/column-menu.module.mjs +0 -78
  261. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  262. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  263. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -46,5 +46,5 @@ export declare class FlatBindingDirective extends BaseBindingDirective {
46
46
  protected itemKey(item: any): void;
47
47
  protected onRowReorder(ev: RowReorderEvent): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<FlatBindingDirective, [null, { optional: true; }]>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<FlatBindingDirective, "[kendoTreeListFlatBinding]", ["kendoTreeListFlatBinding"], { "parentIdField": "parentIdField"; "idField": "idField"; "data": "kendoTreeListFlatBinding"; }, {}, never, never, false, never>;
49
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FlatBindingDirective, "[kendoTreeListFlatBinding]", ["kendoTreeListFlatBinding"], { "parentIdField": "parentIdField"; "idField": "idField"; "data": "kendoTreeListFlatBinding"; }, {}, never, never, true, never>;
50
50
  }
@@ -37,5 +37,5 @@ export declare class HierarchyBindingDirective extends BaseBindingDirective {
37
37
  protected itemKey(item: any): void;
38
38
  protected onRowReorder(ev: RowReorderEvent): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<HierarchyBindingDirective, [null, { optional: true; }]>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<HierarchyBindingDirective, "[kendoTreeListHierarchyBinding]", ["kendoTreeListHierarchyBinding"], { "childrenField": "childrenField"; "data": "kendoTreeListHierarchyBinding"; }, {}, never, never, false, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HierarchyBindingDirective, "[kendoTreeListHierarchyBinding]", ["kendoTreeListHierarchyBinding"], { "childrenField": "childrenField"; "data": "kendoTreeListHierarchyBinding"; }, {}, never, never, true, never>;
41
41
  }
@@ -4,10 +4,10 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgZone, Renderer2, OnDestroy, ChangeDetectorRef } from '@angular/core';
6
6
  import { PopupService } from '@progress/kendo-angular-popup';
7
- import { ColumnInfoService } from '../common/column-info.service';
8
7
  import { LocalizationService } from "@progress/kendo-angular-l10n";
9
8
  import { SVGIcon } from '@progress/kendo-svg-icons';
10
9
  import { Button } from '@progress/kendo-angular-buttons';
10
+ import { ColumnInfoService } from '../common/column-info.service';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
13
  * Represents the component for selecting columns in the TreeList. To enable the user to show or hide columns,
@@ -60,5 +60,5 @@ export declare class ColumnChooserComponent implements OnDestroy {
60
60
  private close;
61
61
  private detachClose;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChooserComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChooserComponent, "kendo-treelist-column-chooser", never, { "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; }, {}, never, never, false, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChooserComponent, "kendo-treelist-column-chooser", never, { "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; }, {}, never, never, true, never>;
64
64
  }
@@ -40,5 +40,5 @@ export declare class ColumnListComponent implements OnInit, OnDestroy {
40
40
  private updateDisabled;
41
41
  private updateColumnState;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnListComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnListComponent, "kendo-treelist-columnlist", never, { "columns": "columns"; "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; "applyText": "applyText"; "resetText": "resetText"; "actionsClass": "actionsClass"; }, { "reset": "reset"; "apply": "apply"; "columnChange": "columnChange"; }, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnListComponent, "kendo-treelist-columnlist", never, { "columns": "columns"; "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; "applyText": "applyText"; "resetText": "resetText"; "actionsClass": "actionsClass"; }, { "reset": "reset"; "apply": "apply"; "columnChange": "columnChange"; }, never, never, true, never>;
44
44
  }
@@ -46,5 +46,5 @@ export declare class ColumnMenuChooserComponent extends ColumnMenuItemBase {
46
46
  */
47
47
  onApply(changed: any[]): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-treelist-columnmenu-chooser", never, { "expanded": "expanded"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-treelist-columnmenu-chooser", never, { "expanded": "expanded"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
50
50
  }
@@ -38,5 +38,5 @@ export declare class ColumnMenuFilterComponent extends ColumnMenuItemBase {
38
38
  filterIcon: SVGIcon;
39
39
  constructor(localization: LocalizationService);
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuFilterComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-treelist-columnmenu-filter", never, { "expanded": "expanded"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-treelist-columnmenu-filter", never, { "expanded": "expanded"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
42
42
  }
@@ -30,5 +30,5 @@ export declare class ColumnMenuItemContentTemplateDirective {
30
30
  templateRef: TemplateRef<any>;
31
31
  constructor(templateRef: TemplateRef<any>);
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemContentTemplateDirective, [{ optional: true; }]>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemContentTemplateDirective, "[kendoTreeListColumnMenuItemContentTemplate]", never, {}, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemContentTemplateDirective, "[kendoTreeListColumnMenuItemContentTemplate]", never, {}, {}, never, never, true, never>;
34
34
  }
@@ -3,8 +3,8 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EventEmitter, OnChanges } from '@angular/core';
6
- import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
7
6
  import { SVGIcon } from '@progress/kendo-svg-icons';
7
+ import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Represents an item that can be placed inside a
@@ -67,5 +67,5 @@ export declare class ColumnMenuItemComponent implements OnChanges {
67
67
  onClick(e: any): void;
68
68
  private updateContentState;
69
69
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-treelist-columnmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "disabled": "disabled"; "expanded": "expanded"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, false, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-treelist-columnmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "disabled": "disabled"; "expanded": "expanded"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
71
71
  }
@@ -35,5 +35,5 @@ export declare class ColumnMenuLockComponent extends ColumnMenuItemBase {
35
35
  private toggleHierarchy;
36
36
  private get locked();
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuLockComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuLockComponent, "kendo-treelist-columnmenu-lock", never, {}, {}, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuLockComponent, "kendo-treelist-columnmenu-lock", never, {}, {}, never, never, true, never>;
39
39
  }
@@ -30,5 +30,5 @@ export declare class ColumnMenuSortComponent extends ColumnMenuItemBase {
30
30
  toggleSort(dir: string): void;
31
31
  private get descriptor();
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuSortComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuSortComponent, "kendo-treelist-columnmenu-sort", never, {}, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuSortComponent, "kendo-treelist-columnmenu-sort", never, {}, {}, never, never, true, never>;
34
34
  }
@@ -34,5 +34,5 @@ export declare class ColumnMenuTemplateDirective {
34
34
  templateRef: TemplateRef<any>;
35
35
  constructor(templateRef: TemplateRef<any>);
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuTemplateDirective, [{ optional: true; }]>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoTreeListColumnMenuTemplate]", never, {}, {}, never, never, false, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoTreeListColumnMenuTemplate]", never, {}, {}, never, never, true, never>;
38
38
  }
@@ -4,10 +4,10 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef, OnChanges, OnDestroy } from '@angular/core';
6
6
  import { LocalizationService } from "@progress/kendo-angular-l10n";
7
+ import { SVGIcon } from '@progress/kendo-svg-icons';
7
8
  import { SinglePopupService } from '../common/single-popup.service';
8
9
  import { ColumnMenuService } from './column-menu.service';
9
10
  import { ColumnMenuSettings } from './column-menu-settings.interface';
10
- import { SVGIcon } from '@progress/kendo-svg-icons';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
13
  * Represents the [column menu]({% slug columnmenu_treelist %}) component of the TreeList.
@@ -97,5 +97,5 @@ export declare class ColumnMenuComponent implements OnChanges, OnDestroy {
97
97
  */
98
98
  onFilterExpand(): void;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuComponent, "kendo-treelist-column-menu", never, { "standalone": "standalone"; "column": "column"; "settings": "settings"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "columnMenuTemplate": "columnMenuTemplate"; }, {}, never, never, false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuComponent, "kendo-treelist-column-menu", never, { "standalone": "standalone"; "column": "column"; "settings": "settings"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "columnMenuTemplate": "columnMenuTemplate"; }, {}, never, never, true, never>;
101
101
  }
@@ -37,5 +37,5 @@ export declare class ColumnHandleDirective implements OnInit, OnDestroy {
37
37
  private updateWidth;
38
38
  private columnsForLevel;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnHandleDirective, [{ host: true; }, null, null, null, null, null]>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHandleDirective, "[kendoTreeListColumnHandle]", never, { "columns": "columns"; "column": "column"; }, {}, never, never, false, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHandleDirective, "[kendoTreeListColumnHandle]", never, { "columns": "columns"; "column": "column"; }, {}, never, never, true, never>;
41
41
  }
@@ -29,5 +29,5 @@ export declare class TableDirective implements OnInit, OnDestroy {
29
29
  private autoFitObservable;
30
30
  private measureColumn;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table", never, { "locked": "locked"; "virtualColumns": "virtualColumns"; }, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table", never, { "locked": "locked"; "virtualColumns": "virtualColumns"; }, {}, never, never, true, never>;
33
33
  }
@@ -29,5 +29,5 @@ export declare class CheckboxColumnComponent extends ColumnBase {
29
29
  constructor(parent?: ColumnBase);
30
30
  get templateRef(): TemplateRef<any>;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnComponent, [{ optional: true; host: true; skipSelf: true; }]>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnComponent, "kendo-treelist-checkbox-column", never, { "showSelectAll": "showSelectAll"; "checkChildren": "checkChildren"; "expandable": "expandable"; }, {}, ["template"], never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnComponent, "kendo-treelist-checkbox-column", never, { "showSelectAll": "showSelectAll"; "checkChildren": "checkChildren"; "expandable": "expandable"; }, {}, ["template"], never, true, never>;
33
33
  }
@@ -58,5 +58,5 @@ export declare class ColumnGroupComponent extends ColumnBase {
58
58
  get hasChildren(): boolean;
59
59
  private get firstChild();
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnGroupComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-treelist-column-group", never, {}, {}, ["children"], never, false, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-treelist-column-group", never, {}, {}, ["children"], never, true, never>;
62
62
  }
@@ -86,5 +86,5 @@ export declare class ColumnComponent extends ColumnBase {
86
86
  */
87
87
  get isEditable(): boolean;
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-treelist-column", never, { "expandable": "expandable"; "field": "field"; "format": "format"; "sortable": "sortable"; "editor": "editor"; "filter": "filter"; "filterable": "filterable"; "editable": "editable"; }, {}, ["template", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never, false, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-treelist-column", never, { "expandable": "expandable"; "field": "field"; "format": "format"; "sortable": "sortable"; "editor": "editor"; "filter": "filter"; "filterable": "filterable"; "editable": "editable"; }, {}, ["template", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never, true, never>;
90
90
  }
@@ -39,5 +39,5 @@ export declare class CommandColumnComponent extends ColumnBase {
39
39
  constructor(parent?: ColumnBase, optionChanges?: OptionChangesService);
40
40
  get templateRef(): TemplateRef<any>;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<CommandColumnComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<CommandColumnComponent, "kendo-treelist-command-column", never, {}, {}, ["template"], never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommandColumnComponent, "kendo-treelist-command-column", never, {}, {}, ["template"], never, true, never>;
43
43
  }
@@ -15,5 +15,5 @@ export declare class RowReorderColumnComponent extends ColumnBase {
15
15
  readonly isRowReorderColumn: boolean;
16
16
  constructor(parent?: ColumnBase);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<RowReorderColumnComponent, [{ optional: true; host: true; skipSelf: true; }]>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-treelist-rowreorder-column", never, {}, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-treelist-rowreorder-column", never, {}, {}, never, never, true, never>;
19
19
  }
@@ -120,5 +120,5 @@ export declare class SpanColumnComponent extends ColumnBase {
120
120
  get childrenArray(): any[];
121
121
  get hasChildren(): boolean;
122
122
  static ɵfac: i0.ɵɵFactoryDeclaration<SpanColumnComponent, [{ optional: true; host: true; skipSelf: true; }, null]>;
123
- static ɵcmp: i0.ɵɵComponentDeclaration<SpanColumnComponent, "kendo-treelist-span-column", never, { "expandable": "expandable"; "editable": "editable"; "locked": "locked"; }, {}, ["template", "editTemplate", "childColumns"], never, false, never>;
123
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpanColumnComponent, "kendo-treelist-span-column", never, { "expandable": "expandable"; "editable": "editable"; "locked": "locked"; }, {}, ["template", "editTemplate", "childColumns"], never, true, never>;
124
124
  }
@@ -0,0 +1,143 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { TreeListComponent } from './treelist.component';
6
+ import { CustomMessagesComponent } from './localization/custom-messages.component';
7
+ import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
8
+ import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
9
+ import { TreeListToolbarFocusableDirective } from './rendering/toolbar/toolbar-focusable.directive';
10
+ import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
11
+ import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
12
+ import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
13
+ import { HierarchyBindingDirective } from './binding-directives/hierarchy-binding.directive';
14
+ import { FlatBindingDirective } from './binding-directives/flat-binding.directive';
15
+ import { ExpandableDirective } from './expand-state/expandable.directive';
16
+ import { SelectableDirective } from './selection/selectable.directive';
17
+ import { TreeListSpacerComponent } from './rendering/common/spacer.component';
18
+ import { ColumnComponent } from './columns/column.component';
19
+ import { CheckboxColumnComponent } from './columns/checkbox-column.component';
20
+ import { SpanColumnComponent } from './columns/span-column.component';
21
+ import { ColumnGroupComponent } from './columns/column-group.component';
22
+ import { FocusableDirective } from "./navigation/focusable.directive";
23
+ import { RowReorderColumnComponent } from './columns/rowreorder-column.component';
24
+ import { CommandColumnComponent } from './columns/command-column.component';
25
+ import { CellTemplateDirective } from './rendering/cell-template.directive';
26
+ import { EditCommandDirective } from './editing/edit-command.directive';
27
+ import { CancelCommandDirective } from './editing/cancel-command.directive';
28
+ import { SaveCommandDirective } from './editing/save-command.directive';
29
+ import { RemoveCommandDirective } from './editing/remove-command.directive';
30
+ import { AddCommandDirective } from './editing/add-command.directive';
31
+ import { HeaderTemplateDirective } from './rendering/header/header-template.directive';
32
+ import { PagerComponent } from './pager/pager.component';
33
+ import { PagerPrevButtonsComponent } from './pager/pager-prev-buttons.component';
34
+ import { PagerNextButtonsComponent } from './pager/pager-next-buttons.component';
35
+ import { PagerNumericButtonsComponent } from './pager/pager-numeric-buttons.component';
36
+ import { PagerInputComponent } from './pager/pager-input.component';
37
+ import { PagerInfoComponent } from './pager/pager-info.component';
38
+ import { PagerPageSizesComponent } from './pager/pager-page-sizes.component';
39
+ import { PagerTemplateDirective } from './pager/pager-template.directive';
40
+ import { FilterRowComponent } from './filtering/filter-row.component';
41
+ import { FilterCellComponent } from './filtering/cell/filter-cell.component';
42
+ import { FilterCellTemplateDirective } from './filtering/cell/filter-cell-template.directive';
43
+ import { FilterCellOperatorsComponent } from './filtering/cell/filter-cell-operators.component';
44
+ import { StringFilterCellComponent } from './filtering/cell/string-filter-cell.component';
45
+ import { NumericFilterCellComponent } from './filtering/cell/numeric-filter-cell.component';
46
+ import { AutoCompleteFilterCellComponent } from './filtering/cell/autocomplete-filter-cell.component';
47
+ import { BooleanFilterCellComponent } from './filtering/cell/boolean-filter-cell.component';
48
+ import { DateFilterCellComponent } from './filtering/cell/date-filter-cell.component';
49
+ import { ContainsFilterOperatorComponent } from './filtering/operators/contains-filter-operator.component';
50
+ import { StringFilterMenuComponent } from './filtering/menu/string-filter-menu.component';
51
+ import { FilterMenuTemplateDirective } from './filtering/menu/filter-menu-template.directive';
52
+ import { NumericFilterMenuComponent } from './filtering/menu/numeric-filter-menu.component';
53
+ import { DateFilterMenuComponent } from './filtering/menu/date-filter-menu.component';
54
+ import { BooleanFilterMenuComponent } from './filtering/menu/boolean-filter-menu.component';
55
+ import { ColumnChooserComponent } from './column-menu/column-chooser.component';
56
+ import { ColumnMenuFilterComponent } from './column-menu/column-menu-filter.component';
57
+ import { ColumnMenuItemComponent } from './column-menu/column-menu-item.component';
58
+ import { ColumnMenuSortComponent } from './column-menu/column-menu-sort.component';
59
+ import { ColumnMenuLockComponent } from './column-menu/column-menu-lock.component';
60
+ import { ColumnMenuChooserComponent } from './column-menu/column-menu-chooser.component';
61
+ import { ColumnMenuTemplateDirective } from './column-menu/column-menu-template.directive';
62
+ import { ColumnMenuComponent } from './column-menu/column-menu.component';
63
+ import { LogicalCellDirective } from './navigation/logical-cell.directive';
64
+ import { LogicalRowDirective } from './navigation/logical-row.directive';
65
+ import { ColGroupComponent } from './rendering/common/col-group.component';
66
+ import { ResizableContainerDirective } from './layout/resizable.directive';
67
+ import { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
68
+ import { TableDirective } from './column-resizing/table.directive';
69
+ import { LoadingComponent } from './rendering/common/loading.component';
70
+ import { TemplateContextDirective } from '@progress/kendo-angular-common';
71
+ import { ExcelComponent } from './excel/excel.component';
72
+ import { ExcelCommandDirective } from './excel/excel-command.directive';
73
+ import { FilterInputDirective } from './filtering/filter-input.directive';
74
+ import { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
75
+ import { FilterCellWrapperComponent } from './filtering/cell/filter-cell-wrapper.component';
76
+ import { FilterMenuComponent } from './filtering/menu/filter-menu.component';
77
+ import { FilterMenuContainerComponent } from './filtering/menu/filter-menu-container.component';
78
+ import { FilterMenuInputWrapperComponent } from './filtering/menu/filter-menu-input-wrapper.component';
79
+ import { StringFilterMenuInputComponent } from './filtering/menu/string-filter-menu-input.component';
80
+ import { DateFilterMenuInputComponent } from './filtering/menu/date-filter-menu-input.component';
81
+ import { NumericFilterMenuInputComponent } from './filtering/menu/numeric-filter-menu-input.component';
82
+ import { FilterMenuHostDirective } from './filtering/menu/filter-menu-host.directive';
83
+ import { PDFComponent } from './pdf/pdf.component';
84
+ import { PDFMarginComponent } from './pdf/pdf-margin.component';
85
+ import { PDFCommandDirective } from './pdf/pdf-command.directive';
86
+ import { PDFTemplateDirective } from './pdf/pdf-template.directive';
87
+ import { HeaderComponent } from './rendering/header/header.component';
88
+ import { ColumnHandleDirective } from './column-resizing/column-handle.directive';
89
+ import { CellComponent } from './rendering/cell.component';
90
+ /**
91
+ * @hidden
92
+ * Utility array that contains the former Shared module exports
93
+ */
94
+ export declare const SHARED_EXPORTS: (typeof ColumnComponent | typeof SpanColumnComponent | typeof ColumnGroupComponent | typeof FocusableDirective | typeof LoadingComponent | typeof LogicalCellDirective | typeof FieldAccessorPipe | typeof TemplateContextDirective | typeof import("@progress/kendo-angular-common").DraggableDirective | typeof LogicalRowDirective | typeof ResizableContainerDirective | typeof ColGroupComponent | typeof TableDirective | typeof FilterCellOperatorsComponent | typeof CheckboxColumnComponent | typeof RowReorderColumnComponent | typeof import("@progress/kendo-angular-icons").IconComponent | typeof import("@progress/kendo-angular-icons").SVGIconComponent)[];
95
+ /**
96
+ * @hidden
97
+ * Utility array that contains the Body module exports
98
+ */
99
+ export declare const BODY_EXPORTS: (typeof CellTemplateDirective | typeof CellComponent | typeof CommandColumnComponent | typeof EditCommandDirective | typeof CancelCommandDirective | typeof SaveCommandDirective | typeof RemoveCommandDirective | typeof AddCommandDirective)[];
100
+ /**
101
+ * @hidden
102
+ * Utility array that contains the Header module exports
103
+ */
104
+ export declare const HEADER_EXPORTS: (typeof HeaderTemplateDirective | typeof ColumnHandleDirective | typeof HeaderComponent)[];
105
+ /**
106
+ * @hidden
107
+ * Utility array that contains the former Pager module exports
108
+ */
109
+ export declare const PAGER_EXPORTS: (typeof PagerTemplateDirective | typeof PagerInfoComponent | typeof PagerPageSizesComponent | typeof PagerNumericButtonsComponent | typeof PagerNextButtonsComponent | typeof PagerInputComponent | typeof PagerPrevButtonsComponent | typeof PagerComponent)[];
110
+ /**
111
+ * @hidden
112
+ * Utility array that contains the former SharedFilter module exports
113
+ */
114
+ export declare const SHARED_FILTER_EXPORTS: (typeof ColumnComponent | typeof SpanColumnComponent | typeof ColumnGroupComponent | typeof FocusableDirective | typeof import("@progress/kendo-angular-dropdowns").DropDownListComponent | typeof import("@progress/kendo-angular-buttons").ButtonDirective | typeof import("@progress/kendo-angular-inputs").NumericTextBoxComponent | typeof LoadingComponent | typeof LogicalCellDirective | typeof FieldAccessorPipe | typeof import("@progress/kendo-angular-dateinputs").DatePickerComponent | typeof TemplateContextDirective | typeof import("@progress/kendo-angular-common").DraggableDirective | typeof LogicalRowDirective | typeof ResizableContainerDirective | typeof ColGroupComponent | typeof TableDirective | typeof FilterInputDirective | typeof FilterCellOperatorsComponent | typeof import("@progress/kendo-angular-inputs").TextBoxDirective | typeof import("@progress/kendo-angular-inputs").RadioButtonDirective | typeof CheckboxColumnComponent | typeof RowReorderColumnComponent | typeof import("@progress/kendo-angular-dropdowns").AutoCompleteComponent | typeof ContainsFilterOperatorComponent | typeof import("@progress/kendo-angular-icons").IconComponent | typeof import("@progress/kendo-angular-icons").SVGIconComponent | typeof import("@progress/kendo-angular-dropdowns").FixedGroupTemplateDirective | typeof import("@progress/kendo-angular-dropdowns").FilterDirective | typeof import("@progress/kendo-angular-dropdowns").CustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").TextBoxComponent | typeof import("@progress/kendo-angular-inputs").InputSeparatorComponent | typeof import("@progress/kendo-angular-inputs").TextBoxCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").NumericTextBoxCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").MaskedTextBoxComponent | typeof import("@progress/kendo-angular-inputs").TextAreaComponent | typeof import("@progress/kendo-angular-inputs").TextAreaDirective | typeof import("@progress/kendo-angular-inputs").TextAreaPrefixComponent | typeof import("@progress/kendo-angular-inputs").CheckBoxComponent | typeof import("@progress/kendo-angular-inputs").CheckBoxDirective | typeof import("@progress/kendo-angular-inputs").RadioButtonComponent | typeof import("@progress/kendo-angular-inputs").SwitchComponent | typeof import("@progress/kendo-angular-inputs").SwitchCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").FormFieldComponent | typeof import("@progress/kendo-angular-inputs").HintComponent | typeof import("@progress/kendo-angular-inputs").SliderComponent | typeof import("@progress/kendo-angular-inputs").SliderCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").RangeSliderComponent | typeof import("@progress/kendo-angular-inputs").RangeSliderCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").RatingComponent | typeof import("@progress/kendo-angular-inputs").SignatureComponent | typeof import("@progress/kendo-angular-inputs").SignatureCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").ColorPickerComponent | typeof import("@progress/kendo-angular-inputs").ColorPickerCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").FlatColorPickerComponent | typeof import("@progress/kendo-angular-inputs").ColorGradientComponent | typeof import("@progress/kendo-angular-inputs").ColorPaletteComponent | typeof import("@progress/kendo-angular-dateinputs").DatePickerCustomMessagesComponent | typeof import("@progress/kendo-angular-popup").PopupComponent)[];
115
+ /**
116
+ * @hidden
117
+ * Utility array that contains the former ColumnMenu module exports
118
+ */
119
+ export declare const ROW_FILTER_EXPORTS: (typeof FilterCellTemplateDirective | typeof ColumnComponent | typeof SpanColumnComponent | typeof ColumnGroupComponent | typeof FocusableDirective | typeof import("@progress/kendo-angular-dropdowns").DropDownListComponent | typeof import("@progress/kendo-angular-buttons").ButtonDirective | typeof import("@progress/kendo-angular-inputs").NumericTextBoxComponent | typeof LoadingComponent | typeof LogicalCellDirective | typeof FieldAccessorPipe | typeof import("@progress/kendo-angular-dateinputs").DatePickerComponent | typeof TemplateContextDirective | typeof import("@progress/kendo-angular-common").DraggableDirective | typeof LogicalRowDirective | typeof ResizableContainerDirective | typeof ColGroupComponent | typeof TableDirective | typeof FilterInputDirective | typeof FilterCellOperatorsComponent | typeof FilterCellWrapperComponent | typeof StringFilterCellComponent | typeof NumericFilterCellComponent | typeof BooleanFilterCellComponent | typeof DateFilterCellComponent | typeof FilterCellHostDirective | typeof FilterCellComponent | typeof FilterRowComponent | typeof import("@progress/kendo-angular-inputs").TextBoxDirective | typeof import("@progress/kendo-angular-inputs").RadioButtonDirective | typeof CheckboxColumnComponent | typeof RowReorderColumnComponent | typeof import("@progress/kendo-angular-dropdowns").AutoCompleteComponent | typeof AutoCompleteFilterCellComponent | typeof ContainsFilterOperatorComponent | typeof import("@progress/kendo-angular-icons").IconComponent | typeof import("@progress/kendo-angular-icons").SVGIconComponent | typeof import("@progress/kendo-angular-dropdowns").FilterDirective | typeof import("@progress/kendo-angular-dropdowns").CustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").TextBoxComponent | typeof import("@progress/kendo-angular-inputs").InputSeparatorComponent | typeof import("@progress/kendo-angular-inputs").TextBoxCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").NumericTextBoxCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").MaskedTextBoxComponent | typeof import("@progress/kendo-angular-inputs").TextAreaComponent | typeof import("@progress/kendo-angular-inputs").TextAreaDirective | typeof import("@progress/kendo-angular-inputs").TextAreaPrefixComponent | typeof import("@progress/kendo-angular-inputs").CheckBoxComponent | typeof import("@progress/kendo-angular-inputs").CheckBoxDirective | typeof import("@progress/kendo-angular-inputs").RadioButtonComponent | typeof import("@progress/kendo-angular-inputs").SwitchComponent | typeof import("@progress/kendo-angular-inputs").SwitchCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").FormFieldComponent | typeof import("@progress/kendo-angular-inputs").HintComponent | typeof import("@progress/kendo-angular-inputs").SliderComponent | typeof import("@progress/kendo-angular-inputs").SliderCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").RangeSliderComponent | typeof import("@progress/kendo-angular-inputs").RangeSliderCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").RatingComponent | typeof import("@progress/kendo-angular-inputs").SignatureComponent | typeof import("@progress/kendo-angular-inputs").SignatureCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").ColorPickerComponent | typeof import("@progress/kendo-angular-inputs").ColorPickerCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").FlatColorPickerComponent | typeof import("@progress/kendo-angular-inputs").ColorGradientComponent | typeof import("@progress/kendo-angular-inputs").ColorPaletteComponent | typeof import("@progress/kendo-angular-dateinputs").DatePickerCustomMessagesComponent | typeof import("@progress/kendo-angular-popup").PopupComponent)[];
120
+ /**
121
+ * @hidden
122
+ * Utility array that contains the former FilterMenu module exports
123
+ */
124
+ export declare const FILTER_MENU_EXPORTS: (typeof FilterMenuTemplateDirective | typeof FilterMenuInputWrapperComponent | typeof StringFilterMenuInputComponent | typeof StringFilterMenuComponent | typeof NumericFilterMenuInputComponent | typeof NumericFilterMenuComponent | typeof DateFilterMenuInputComponent | typeof DateFilterMenuComponent | typeof BooleanFilterMenuComponent | typeof FilterMenuHostDirective | typeof FilterMenuContainerComponent | typeof FilterMenuComponent)[];
125
+ /**
126
+ * @hidden
127
+ * Utility array that contains the former ColumnMenu module exports
128
+ */
129
+ export declare const COLUMN_MENU_EXPORTS: (typeof ColumnMenuTemplateDirective | typeof ColumnMenuItemComponent | typeof ColumnMenuFilterComponent | typeof ColumnMenuChooserComponent | typeof ColumnMenuLockComponent | typeof ColumnMenuSortComponent | typeof ColumnMenuComponent | typeof ColumnChooserComponent)[];
130
+ /**
131
+ * @hidden
132
+ * Utility array that contains the Excel module exports
133
+ */
134
+ export declare const EXCEL_EXPORTS: (typeof ExcelComponent | typeof ExcelCommandDirective | typeof import("@progress/kendo-angular-excel-export").ExcelExportComponent | typeof import("@progress/kendo-angular-excel-export").ColumnGroupComponent | typeof import("@progress/kendo-angular-excel-export").FooterTemplateDirective)[];
135
+ /**
136
+ * @hidden
137
+ * Utility array that contains the PDF module exports
138
+ */
139
+ export declare const PDF_EXPORTS: (typeof PDFMarginComponent | typeof PDFTemplateDirective | typeof PDFComponent | typeof PDFCommandDirective)[];
140
+ /**
141
+ * Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
142
+ */
143
+ export declare const KENDO_TREELIST: readonly [typeof TreeListComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof TreeListSpacerComponent, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof HierarchyBindingDirective, typeof FlatBindingDirective, typeof ExpandableDirective, typeof SelectableDirective, typeof TreeListToolbarFocusableDirective, ...(typeof CellTemplateDirective | typeof ColumnMenuTemplateDirective | typeof HeaderTemplateDirective | typeof FilterCellTemplateDirective | typeof FilterMenuTemplateDirective | typeof ColumnComponent | typeof SpanColumnComponent | typeof ColumnGroupComponent | typeof PagerTemplateDirective | typeof FocusableDirective | typeof PagerInfoComponent | typeof import("@progress/kendo-angular-dropdowns").DropDownListComponent | typeof PagerPageSizesComponent | typeof import("@progress/kendo-angular-buttons").ButtonDirective | typeof PagerNumericButtonsComponent | typeof PagerNextButtonsComponent | typeof import("@progress/kendo-angular-inputs").NumericTextBoxComponent | typeof PagerInputComponent | typeof PagerPrevButtonsComponent | typeof PagerComponent | typeof LoadingComponent | typeof LogicalCellDirective | typeof FieldAccessorPipe | typeof import("@progress/kendo-angular-dateinputs").DatePickerComponent | typeof TemplateContextDirective | typeof import("@progress/kendo-angular-common").DraggableDirective | typeof CellComponent | typeof LogicalRowDirective | typeof ResizableContainerDirective | typeof ColGroupComponent | typeof TableDirective | typeof FilterInputDirective | typeof FilterCellOperatorsComponent | typeof FilterCellWrapperComponent | typeof StringFilterCellComponent | typeof NumericFilterCellComponent | typeof BooleanFilterCellComponent | typeof DateFilterCellComponent | typeof FilterCellHostDirective | typeof FilterCellComponent | typeof FilterRowComponent | typeof ColumnHandleDirective | typeof FilterMenuInputWrapperComponent | typeof import("@progress/kendo-angular-inputs").TextBoxDirective | typeof StringFilterMenuInputComponent | typeof StringFilterMenuComponent | typeof NumericFilterMenuInputComponent | typeof NumericFilterMenuComponent | typeof DateFilterMenuInputComponent | typeof DateFilterMenuComponent | typeof import("@progress/kendo-angular-inputs").RadioButtonDirective | typeof BooleanFilterMenuComponent | typeof FilterMenuHostDirective | typeof FilterMenuContainerComponent | typeof ColumnMenuItemComponent | typeof ColumnMenuFilterComponent | typeof ColumnMenuChooserComponent | typeof ColumnMenuLockComponent | typeof ColumnMenuSortComponent | typeof ColumnMenuComponent | typeof FilterMenuComponent | typeof HeaderComponent | typeof CheckboxColumnComponent | typeof RowReorderColumnComponent | typeof CommandColumnComponent | typeof EditCommandDirective | typeof CancelCommandDirective | typeof SaveCommandDirective | typeof RemoveCommandDirective | typeof AddCommandDirective | typeof import("@progress/kendo-angular-dropdowns").AutoCompleteComponent | typeof AutoCompleteFilterCellComponent | typeof ContainsFilterOperatorComponent | typeof ColumnChooserComponent | typeof import("@progress/kendo-angular-icons").IconComponent | typeof import("@progress/kendo-angular-icons").SVGIconComponent | typeof import("@progress/kendo-angular-dropdowns").FilterDirective | typeof import("@progress/kendo-angular-dropdowns").CustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").TextBoxComponent | typeof import("@progress/kendo-angular-inputs").InputSeparatorComponent | typeof import("@progress/kendo-angular-inputs").TextBoxCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").NumericTextBoxCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").MaskedTextBoxComponent | typeof import("@progress/kendo-angular-inputs").TextAreaComponent | typeof import("@progress/kendo-angular-inputs").TextAreaDirective | typeof import("@progress/kendo-angular-inputs").TextAreaPrefixComponent | typeof import("@progress/kendo-angular-inputs").CheckBoxComponent | typeof import("@progress/kendo-angular-inputs").CheckBoxDirective | typeof import("@progress/kendo-angular-inputs").RadioButtonComponent | typeof import("@progress/kendo-angular-inputs").SwitchComponent | typeof import("@progress/kendo-angular-inputs").SwitchCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").FormFieldComponent | typeof import("@progress/kendo-angular-inputs").HintComponent | typeof import("@progress/kendo-angular-inputs").SliderComponent | typeof import("@progress/kendo-angular-inputs").SliderCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").RangeSliderComponent | typeof import("@progress/kendo-angular-inputs").RangeSliderCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").RatingComponent | typeof import("@progress/kendo-angular-inputs").SignatureComponent | typeof import("@progress/kendo-angular-inputs").SignatureCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").ColorPickerComponent | typeof import("@progress/kendo-angular-inputs").ColorPickerCustomMessagesComponent | typeof import("@progress/kendo-angular-inputs").FlatColorPickerComponent | typeof import("@progress/kendo-angular-inputs").ColorGradientComponent | typeof import("@progress/kendo-angular-inputs").ColorPaletteComponent | typeof import("@progress/kendo-angular-dateinputs").DatePickerCustomMessagesComponent | typeof import("@progress/kendo-angular-popup").PopupComponent)[]];
@@ -36,5 +36,5 @@ export declare class DraggableColumnDirective implements OnInit, OnDestroy {
36
36
  private elementUnderCursor;
37
37
  private updateTouchAction;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<DraggableColumnDirective, [{ host: true; }, null, null, null, null, null, null, null]>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableColumnDirective, "[kendoDraggableColumn]", never, { "context": "context"; "enableDrag": "enableDrag"; }, { "drag": "drag"; }, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableColumnDirective, "[kendoDraggableColumn]", never, { "context": "context"; "enableDrag": "enableDrag"; }, { "drag": "drag"; }, never, never, true, never>;
40
40
  }
@@ -22,5 +22,5 @@ export declare class DropTargetDirective implements OnInit, OnDestroy {
22
22
  ngOnDestroy(): void;
23
23
  private eventArgs;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DropTargetDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "context": "context"; }, { "enter": "enter"; "leave": "leave"; "drop": "drop"; }, never, never, false, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "context": "context"; }, { "enter": "enter"; "leave": "leave"; "drop": "drop"; }, never, never, true, never>;
26
26
  }
@@ -41,5 +41,5 @@ export declare class AddCommandDirective extends BaseCommandDirective {
41
41
  constructor(editService: EditService, element: ElementRef, renderer: Renderer2, localization: LocalizationService, ngZone: NgZone);
42
42
  protected onClick(): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<AddCommandDirective, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<AddCommandDirective, "[kendoTreeListAddCommand]", never, { "cellContext": "kendoTreeListAddCommand"; }, {}, never, ["*"], false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddCommandDirective, "[kendoTreeListAddCommand]", never, { "cellContext": "kendoTreeListAddCommand"; }, {}, never, ["*"], true, never>;
45
45
  }
@@ -27,5 +27,5 @@ export declare abstract class BaseCommandDirective extends Button {
27
27
  clickHandler(e: any): void;
28
28
  constructor(editService: EditService, element: ElementRef, renderer: Renderer2, localization: LocalizationService, ngZone: NgZone);
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseCommandDirective, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseCommandDirective, "[kendoTreeListBaseCommand]", never, {}, {}, never, ["*"], false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseCommandDirective, "[kendoTreeListBaseCommand]", never, {}, {}, never, ["*"], true, never>;
31
31
  }
@@ -38,5 +38,5 @@ export declare class CancelCommandDirective extends BaseCommandDirective {
38
38
  constructor(editService: EditService, element: ElementRef, renderer: Renderer2, localization: LocalizationService, ngZone: NgZone);
39
39
  protected onClick(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CancelCommandDirective, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CancelCommandDirective, "[kendoTreeListCancelCommand]", never, { "cellContext": "kendoTreeListCancelCommand"; }, {}, never, ["*"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<CancelCommandDirective, "[kendoTreeListCancelCommand]", never, { "cellContext": "kendoTreeListCancelCommand"; }, {}, never, ["*"], true, never>;
42
42
  }
@@ -39,5 +39,5 @@ export declare class EditCommandDirective extends BaseCommandDirective {
39
39
  constructor(editService: EditService, element: ElementRef, renderer: Renderer2, localization: LocalizationService, ngZone: NgZone);
40
40
  protected onClick(): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<EditCommandDirective, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<EditCommandDirective, "[kendoTreeListEditCommand]", never, { "cellContext": "kendoTreeListEditCommand"; }, {}, never, ["*"], false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditCommandDirective, "[kendoTreeListEditCommand]", never, { "cellContext": "kendoTreeListEditCommand"; }, {}, never, ["*"], true, never>;
43
43
  }
@@ -32,5 +32,5 @@ export declare class EditTemplateDirective {
32
32
  templateRef: TemplateRef<any>;
33
33
  constructor(templateRef: TemplateRef<any>);
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<EditTemplateDirective, [{ optional: true; }]>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<EditTemplateDirective, "[kendoTreeListEditTemplate]", never, {}, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EditTemplateDirective, "[kendoTreeListEditTemplate]", never, {}, {}, never, never, true, never>;
36
36
  }
@@ -38,5 +38,5 @@ export declare class RemoveCommandDirective extends BaseCommandDirective {
38
38
  constructor(editService: EditService, element: ElementRef, renderer: Renderer2, localization: LocalizationService, ngZone: NgZone);
39
39
  protected onClick(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<RemoveCommandDirective, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<RemoveCommandDirective, "[kendoTreeListRemoveCommand]", never, { "cellContext": "kendoTreeListRemoveCommand"; }, {}, never, ["*"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<RemoveCommandDirective, "[kendoTreeListRemoveCommand]", never, { "cellContext": "kendoTreeListRemoveCommand"; }, {}, never, ["*"], true, never>;
42
42
  }
@@ -38,5 +38,5 @@ export declare class SaveCommandDirective extends BaseCommandDirective {
38
38
  constructor(editService: EditService, element: ElementRef, renderer: Renderer2, localization: LocalizationService, ngZone: NgZone);
39
39
  protected onClick(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SaveCommandDirective, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SaveCommandDirective, "[kendoTreeListSaveCommand]", never, { "cellContext": "kendoTreeListSaveCommand"; }, {}, never, ["*"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SaveCommandDirective, "[kendoTreeListSaveCommand]", never, { "cellContext": "kendoTreeListSaveCommand"; }, {}, never, ["*"], true, never>;
42
42
  }
@@ -27,5 +27,5 @@ export declare class InCellEditingDirective extends EditingDirectiveBase {
27
27
  protected cellClickHandler(args: any): void;
28
28
  protected cellCloseHandler(args: any): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<InCellEditingDirective, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<InCellEditingDirective, "[kendoTreeListInCellEditing]", ["kendoTreeListInCellEditing"], { "createFormGroup": "kendoTreeListInCellEditing"; }, {}, never, never, false, never>;
30
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InCellEditingDirective, "[kendoTreeListInCellEditing]", ["kendoTreeListInCellEditing"], { "createFormGroup": "kendoTreeListInCellEditing"; }, {}, never, never, true, never>;
31
31
  }
@@ -20,5 +20,5 @@ export declare class ReactiveEditingDirective extends RowEditingDirectiveBase {
20
20
  protected createModel(args: any): any;
21
21
  protected saveModel({ dataItem, formGroup, isNew }: any): any;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveEditingDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReactiveEditingDirective, "[kendoTreeListReactiveEditing]", ["kendoTreeListReactiveEditing"], { "createFormGroup": "kendoTreeListReactiveEditing"; }, {}, never, never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ReactiveEditingDirective, "[kendoTreeListReactiveEditing]", ["kendoTreeListReactiveEditing"], { "createFormGroup": "kendoTreeListReactiveEditing"; }, {}, never, never, true, never>;
24
24
  }
@@ -23,5 +23,5 @@ export declare class TemplateEditingDirective extends RowEditingDirectiveBase {
23
23
  protected createModel(args: any): any;
24
24
  protected saveModel(args: any): any;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateEditingDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateEditingDirective, "[kendoTreeListTemplateEditing]", ["kendoTreeListTemplateEditing"], { "createNewItem": "kendoTreeListTemplateEditing"; }, {}, never, never, false, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateEditingDirective, "[kendoTreeListTemplateEditing]", ["kendoTreeListTemplateEditing"], { "createNewItem": "kendoTreeListTemplateEditing"; }, {}, never, never, true, never>;
27
27
  }
@@ -92,7 +92,7 @@ export class FlatBindingDirective extends BaseBindingDirective {
92
92
  }
93
93
  }
94
94
  FlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FlatBindingDirective, deps: [{ token: i1.DataBoundTreeComponent }, { token: i2.RowReorderService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
95
- FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FlatBindingDirective, selector: "[kendoTreeListFlatBinding]", inputs: { parentIdField: "parentIdField", idField: "idField", data: ["kendoTreeListFlatBinding", "data"] }, providers: [
95
+ FlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FlatBindingDirective, isStandalone: true, selector: "[kendoTreeListFlatBinding]", inputs: { parentIdField: "parentIdField", idField: "idField", data: ["kendoTreeListFlatBinding", "data"] }, providers: [
96
96
  {
97
97
  provide: RowReorderService,
98
98
  useClass: FlatRowReorderService
@@ -108,7 +108,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
108
108
  provide: RowReorderService,
109
109
  useClass: FlatRowReorderService
110
110
  }
111
- ]
111
+ ],
112
+ standalone: true
112
113
  }]
113
114
  }], ctorParameters: function () { return [{ type: i1.DataBoundTreeComponent }, { type: i2.RowReorderService, decorators: [{
114
115
  type: Optional
@@ -66,7 +66,7 @@ export class HierarchyBindingDirective extends BaseBindingDirective {
66
66
  }
67
67
  }
68
68
  HierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: i1.DataBoundTreeComponent }, { token: i2.RowReorderService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
69
- HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HierarchyBindingDirective, selector: "[kendoTreeListHierarchyBinding]", inputs: { childrenField: "childrenField", data: ["kendoTreeListHierarchyBinding", "data"] }, providers: [
69
+ HierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HierarchyBindingDirective, isStandalone: true, selector: "[kendoTreeListHierarchyBinding]", inputs: { childrenField: "childrenField", data: ["kendoTreeListHierarchyBinding", "data"] }, providers: [
70
70
  {
71
71
  provide: RowReorderService,
72
72
  useClass: HierarchicalRowReorderService
@@ -82,7 +82,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
82
82
  provide: RowReorderService,
83
83
  useClass: HierarchicalRowReorderService
84
84
  }
85
- ]
85
+ ],
86
+ standalone: true
86
87
  }]
87
88
  }], ctorParameters: function () { return [{ type: i1.DataBoundTreeComponent }, { type: i2.RowReorderService, decorators: [{
88
89
  type: Optional
@@ -4,17 +4,17 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, NgZone, Renderer2, ChangeDetectorRef } from '@angular/core';
6
6
  import { PopupService } from '@progress/kendo-angular-popup';
7
- import { ColumnInfoService } from '../common/column-info.service';
8
7
  import { LocalizationService } from "@progress/kendo-angular-l10n";
9
- import { closest } from '../rendering/common/dom-queries';
10
8
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
11
9
  import { columnsIcon } from '@progress/kendo-svg-icons';
10
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
11
+ import { ColumnInfoService } from '../common/column-info.service';
12
+ import { closest } from '../rendering/common/dom-queries';
13
+ import { ColumnListComponent } from './column-list.component';
12
14
  import * as i0 from "@angular/core";
13
15
  import * as i1 from "@progress/kendo-angular-l10n";
14
16
  import * as i2 from "../common/column-info.service";
15
17
  import * as i3 from "@progress/kendo-angular-popup";
16
- import * as i4 from "@progress/kendo-angular-buttons";
17
- import * as i5 from "./column-list.component";
18
18
  /**
19
19
  * Represents the component for selecting columns in the TreeList. To enable the user to show or hide columns,
20
20
  * add the component inside a [`ToolbarTemplate`]({% slug api_treelist_toolbartemplatedirective %}) directive.
@@ -113,7 +113,7 @@ export class ColumnChooserComponent {
113
113
  }
114
114
  }
115
115
  ColumnChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChooserComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ColumnInfoService }, { token: i3.PopupService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
116
- ColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChooserComponent, selector: "kendo-treelist-column-chooser", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll" }, ngImport: i0, template: `
116
+ ColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChooserComponent, isStandalone: true, selector: "kendo-treelist-column-chooser", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll" }, ngImport: i0, template: `
117
117
  <button #anchor
118
118
  kendoButton
119
119
  type="button"
@@ -134,7 +134,7 @@ ColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
134
134
  (columnChange)="onChange($event)">
135
135
  </kendo-treelist-columnlist>
136
136
  </ng-template>
137
- `, isInline: true, dependencies: [{ kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i5.ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "allowHideAll", "applyText", "resetText", "actionsClass"], outputs: ["reset", "apply", "columnChange"] }] });
137
+ `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "allowHideAll", "applyText", "resetText", "actionsClass"], outputs: ["reset", "apply", "columnChange"] }] });
138
138
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChooserComponent, decorators: [{
139
139
  type: Component,
140
140
  args: [{
@@ -160,7 +160,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
160
160
  (columnChange)="onChange($event)">
161
161
  </kendo-treelist-columnlist>
162
162
  </ng-template>
163
- `
163
+ `,
164
+ standalone: true,
165
+ imports: [ButtonComponent, ColumnListComponent]
164
166
  }]
165
167
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.ColumnInfoService }, { type: i3.PopupService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { autoSync: [{
166
168
  type: Input