@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
@@ -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
@@ -4,8 +4,8 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostBinding, Input, ElementRef, NgZone, Renderer2, Output, EventEmitter } from '@angular/core';
6
6
  import { hasClasses } from '../rendering/common/dom-queries';
7
+ import { NgFor, NgIf, NgClass } from '@angular/common';
7
8
  import * as i0 from "@angular/core";
8
- import * as i1 from "@angular/common";
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -132,7 +132,7 @@ export class ColumnListComponent {
132
132
  }
133
133
  }
134
134
  ColumnListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnListComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
135
- ColumnListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: { columns: "columns", autoSync: "autoSync", allowHideAll: "allowHideAll", applyText: "applyText", resetText: "resetText", actionsClass: "actionsClass" }, outputs: { reset: "reset", apply: "apply", columnChange: "columnChange" }, host: { properties: { "class.k-column-list-wrapper": "this.className" } }, ngImport: i0, template: `
135
+ ColumnListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnListComponent, isStandalone: true, selector: "kendo-treelist-columnlist", inputs: { columns: "columns", autoSync: "autoSync", allowHideAll: "allowHideAll", applyText: "applyText", resetText: "resetText", actionsClass: "actionsClass" }, outputs: { reset: "reset", apply: "apply", columnChange: "columnChange" }, host: { properties: { "class.k-column-list-wrapper": "this.className" } }, ngImport: i0, template: `
136
136
  <div class="k-column-list">
137
137
  <label *ngFor="let column of columns; let index = index;" class='k-column-list-item'>
138
138
  <input
@@ -158,7 +158,7 @@ ColumnListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
158
158
  {{ applyText }}
159
159
  </button>
160
160
  </div>
161
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
161
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
162
162
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnListComponent, decorators: [{
163
163
  type: Component,
164
164
  args: [{
@@ -189,7 +189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
189
189
  {{ applyText }}
190
190
  </button>
191
191
  </div>
192
- `
192
+ `,
193
+ standalone: true,
194
+ imports: [NgFor, NgIf, NgClass]
193
195
  }]
194
196
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }]; }, propDecorators: { className: [{
195
197
  type: HostBinding,
@@ -7,12 +7,12 @@ import { ColumnInfoService } from '../common/column-info.service';
7
7
  import { LocalizationService } from "@progress/kendo-angular-l10n";
8
8
  import { ColumnMenuItemBase } from './column-menu-item-base';
9
9
  import { columnsIcon } from '@progress/kendo-svg-icons';
10
+ import { ColumnListComponent } from './column-list.component';
11
+ import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
12
+ import { ColumnMenuItemComponent } from './column-menu-item.component';
10
13
  import * as i0 from "@angular/core";
11
14
  import * as i1 from "@progress/kendo-angular-l10n";
12
15
  import * as i2 from "../common/column-info.service";
13
- import * as i3 from "./column-list.component";
14
- import * as i4 from "./column-menu-item.component";
15
- import * as i5 from "./column-menu-item-content-template.directive";
16
16
  /**
17
17
  * Represents the column-menu item for selecting columns in the TreeList. [See example](slug:columnmenu_treelist#toc-column-chooser-item).
18
18
  *
@@ -62,7 +62,7 @@ export class ColumnMenuChooserComponent extends ColumnMenuItemBase {
62
62
  }
63
63
  }
64
64
  ColumnMenuChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuChooserComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
65
- ColumnMenuChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: { expanded: "expanded" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
65
+ ColumnMenuChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuChooserComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-chooser", inputs: { expanded: "expanded" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
66
66
  <kendo-treelist-columnmenu-item
67
67
  [text]="localization.get('columns')"
68
68
  icon="columns"
@@ -82,7 +82,7 @@ ColumnMenuChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
82
82
  </kendo-treelist-columnlist>
83
83
  </ng-template>
84
84
  </kendo-treelist-columnmenu-item>
85
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "allowHideAll", "applyText", "resetText", "actionsClass"], outputs: ["reset", "apply", "columnChange"] }, { kind: "component", type: i4.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: i5.ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]" }] });
85
+ `, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]" }, { kind: "component", type: ColumnListComponent, selector: "kendo-treelist-columnlist", inputs: ["columns", "autoSync", "allowHideAll", "applyText", "resetText", "actionsClass"], outputs: ["reset", "apply", "columnChange"] }] });
86
86
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuChooserComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{
@@ -107,7 +107,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
107
107
  </kendo-treelist-columnlist>
108
108
  </ng-template>
109
109
  </kendo-treelist-columnmenu-item>
110
- `
110
+ `,
111
+ standalone: true,
112
+ imports: [ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnListComponent]
111
113
  }]
112
114
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.ColumnInfoService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { expand: [{
113
115
  type: Output
@@ -6,11 +6,11 @@ import { Component, Input, Output, EventEmitter } from '@angular/core';
6
6
  import { LocalizationService } from "@progress/kendo-angular-l10n";
7
7
  import { ColumnMenuItemBase } from './column-menu-item-base';
8
8
  import { filterIcon } from '@progress/kendo-svg-icons';
9
+ import { FilterMenuContainerComponent } from '../filtering/menu/filter-menu-container.component';
10
+ import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
11
+ import { ColumnMenuItemComponent } from './column-menu-item.component';
9
12
  import * as i0 from "@angular/core";
10
13
  import * as i1 from "@progress/kendo-angular-l10n";
11
- import * as i2 from "../filtering/menu/filter-menu-container.component";
12
- import * as i3 from "./column-menu-item.component";
13
- import * as i4 from "./column-menu-item-content-template.directive";
14
14
  /**
15
15
  * Represents the column-menu item for editing column filters in the TreeList.
16
16
  *
@@ -45,7 +45,7 @@ export class ColumnMenuFilterComponent extends ColumnMenuItemBase {
45
45
  }
46
46
  }
47
47
  ColumnMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuFilterComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
48
- ColumnMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: { expanded: "expanded" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
48
+ ColumnMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuFilterComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-filter", inputs: { expanded: "expanded" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
49
49
  <kendo-treelist-columnmenu-item
50
50
  [text]="localization.get('filter')"
51
51
  icon="filter"
@@ -62,7 +62,7 @@ ColumnMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
62
62
  </kendo-treelist-filter-menu-container>
63
63
  </ng-template>
64
64
  </kendo-treelist-columnmenu-item>
65
- `, isInline: true, dependencies: [{ kind: "component", type: i2.FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "filter", "actionsClass"], outputs: ["close"] }, { kind: "component", type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: i4.ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]" }] });
65
+ `, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]" }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: ["column", "filter", "actionsClass"], outputs: ["close"] }] });
66
66
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuFilterComponent, decorators: [{
67
67
  type: Component,
68
68
  args: [{
@@ -84,7 +84,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
84
84
  </kendo-treelist-filter-menu-container>
85
85
  </ng-template>
86
86
  </kendo-treelist-columnmenu-item>
87
- `
87
+ `,
88
+ standalone: true,
89
+ imports: [ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, FilterMenuContainerComponent]
88
90
  }]
89
91
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { expand: [{
90
92
  type: Output
@@ -32,11 +32,12 @@ export class ColumnMenuItemContentTemplateDirective {
32
32
  }
33
33
  }
34
34
  ColumnMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuItemContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
- ColumnMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuItemContentTemplateDirective, selector: "[kendoTreeListColumnMenuItemContentTemplate]", ngImport: i0 });
35
+ ColumnMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuItemContentTemplateDirective, isStandalone: true, selector: "[kendoTreeListColumnMenuItemContentTemplate]", ngImport: i0 });
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuItemContentTemplateDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
- selector: '[kendoTreeListColumnMenuItemContentTemplate]'
39
+ selector: '[kendoTreeListColumnMenuItemContentTemplate]',
40
+ standalone: true
40
41
  }]
41
42
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
42
43
  type: Optional
@@ -3,11 +3,11 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, Output, EventEmitter, ContentChild } from '@angular/core';
6
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
6
7
  import { trigger, transition, style, animate, state } from '@angular/animations';
8
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
7
9
  import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
8
10
  import * as i0 from "@angular/core";
9
- import * as i1 from "@angular/common";
10
- import * as i2 from "@progress/kendo-angular-icons";
11
11
  /**
12
12
  * Represents an item that can be placed inside a
13
13
  * [`ColumnMenuTemplate`]({% slug api_treelist_columnmenutemplatedirective %}) directive.
@@ -63,7 +63,7 @@ export class ColumnMenuItemComponent {
63
63
  }
64
64
  }
65
65
  ColumnMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
- ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", disabled: "disabled", expanded: "expanded" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ColumnMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
66
+ ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuItemComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", disabled: "disabled", expanded: "expanded" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ColumnMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
67
67
  <div class="k-columnmenu-item" (click)="onClick($event)" [class.k-selected]="selected" [class.k-disabled]="disabled">
68
68
  <kendo-icon-wrapper
69
69
  [name]="icon"
@@ -74,7 +74,7 @@ ColumnMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
74
74
  <ng-container [ngTemplateOutlet]="contentTemplate.templateRef">
75
75
  </ng-container>
76
76
  <div>
77
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], animations: [
77
+ `, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
78
78
  trigger('state', [
79
79
  state('collapsed', style({ display: 'none' })),
80
80
  state('expanded', style({ display: 'block' })),
@@ -135,7 +135,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
135
135
  <ng-container [ngTemplateOutlet]="contentTemplate.templateRef">
136
136
  </ng-container>
137
137
  <div>
138
- `
138
+ `,
139
+ standalone: true,
140
+ imports: [IconWrapperComponent, NgIf, NgTemplateOutlet]
139
141
  }]
140
142
  }], propDecorators: { itemClick: [{
141
143
  type: Output
@@ -7,10 +7,10 @@ import { LocalizationService } from "@progress/kendo-angular-l10n";
7
7
  import { ColumnInfoService } from '../common/column-info.service';
8
8
  import { ColumnMenuItemBase } from './column-menu-item-base';
9
9
  import { lockIcon, unlockIcon } from '@progress/kendo-svg-icons';
10
+ import { ColumnMenuItemComponent } from './column-menu-item.component';
10
11
  import * as i0 from "@angular/core";
11
12
  import * as i1 from "@progress/kendo-angular-l10n";
12
13
  import * as i2 from "../common/column-info.service";
13
- import * as i3 from "./column-menu-item.component";
14
14
  /**
15
15
  * Represents the column-menu item that allows the user to lock or unlock columns.
16
16
  *
@@ -71,7 +71,7 @@ export class ColumnMenuLockComponent extends ColumnMenuItemBase {
71
71
  }
72
72
  }
73
73
  ColumnMenuLockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuLockComponent, deps: [{ token: i1.LocalizationService }, { token: i2.ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
74
- ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock", usesInheritance: true, ngImport: i0, template: `
74
+ ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuLockComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-lock", usesInheritance: true, ngImport: i0, template: `
75
75
  <kendo-treelist-columnmenu-item
76
76
  [text]="text"
77
77
  [icon]="icon"
@@ -79,7 +79,7 @@ ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
79
79
  (itemClick)="toggleColumn()"
80
80
  [disabled]="disabled">
81
81
  </kendo-treelist-columnmenu-item>
82
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
82
+ `, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
83
83
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuLockComponent, decorators: [{
84
84
  type: Component,
85
85
  args: [{
@@ -92,6 +92,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
92
92
  (itemClick)="toggleColumn()"
93
93
  [disabled]="disabled">
94
94
  </kendo-treelist-columnmenu-item>
95
- `
95
+ `,
96
+ standalone: true,
97
+ imports: [ColumnMenuItemComponent]
96
98
  }]
97
99
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.ColumnInfoService }, { type: i0.ChangeDetectorRef }]; } });
@@ -8,10 +8,10 @@ import { SortService } from '../common/sort.service';
8
8
  import { normalize } from '../columns/sort-settings';
9
9
  import { ColumnMenuItemBase } from './column-menu-item-base';
10
10
  import { sortAscSmallIcon, sortDescSmallIcon } from '@progress/kendo-svg-icons';
11
+ import { ColumnMenuItemComponent } from './column-menu-item.component';
11
12
  import * as i0 from "@angular/core";
12
13
  import * as i1 from "@progress/kendo-angular-l10n";
13
14
  import * as i2 from "../common/sort.service";
14
- import * as i3 from "./column-menu-item.component";
15
15
  /**
16
16
  * Represents the column-menu item for sorting TreeList columns.
17
17
  *
@@ -61,7 +61,7 @@ export class ColumnMenuSortComponent extends ColumnMenuItemBase {
61
61
  }
62
62
  }
63
63
  ColumnMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuSortComponent, deps: [{ token: i1.LocalizationService }, { token: i2.SortService }], target: i0.ɵɵFactoryTarget.Component });
64
- ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort", usesInheritance: true, ngImport: i0, template: `
64
+ ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuSortComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-sort", usesInheritance: true, ngImport: i0, template: `
65
65
  <kendo-treelist-columnmenu-item
66
66
  [text]="localization.get('sortAscending')"
67
67
  icon="sort-asc-small"
@@ -76,7 +76,7 @@ ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
76
76
  (itemClick)="toggleSort('desc')"
77
77
  [selected]="sortedDesc">
78
78
  </kendo-treelist-columnmenu-item>
79
- `, isInline: true, dependencies: [{ kind: "component", type: i3.ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
79
+ `, isInline: true, dependencies: [{ kind: "component", type: ColumnMenuItemComponent, selector: "kendo-treelist-columnmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "disabled", "expanded"], outputs: ["itemClick", "expand", "collapse"] }] });
80
80
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuSortComponent, decorators: [{
81
81
  type: Component,
82
82
  args: [{
@@ -96,6 +96,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
96
96
  (itemClick)="toggleSort('desc')"
97
97
  [selected]="sortedDesc">
98
98
  </kendo-treelist-columnmenu-item>
99
- `
99
+ `,
100
+ standalone: true,
101
+ imports: [ColumnMenuItemComponent]
100
102
  }]
101
103
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.SortService }]; } });
@@ -36,11 +36,12 @@ export class ColumnMenuTemplateDirective {
36
36
  }
37
37
  }
38
38
  ColumnMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
39
- ColumnMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuTemplateDirective, selector: "[kendoTreeListColumnMenuTemplate]", ngImport: i0 });
39
+ ColumnMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuTemplateDirective, isStandalone: true, selector: "[kendoTreeListColumnMenuTemplate]", ngImport: i0 });
40
40
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuTemplateDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
- selector: '[kendoTreeListColumnMenuTemplate]'
43
+ selector: '[kendoTreeListColumnMenuTemplate]',
44
+ standalone: true
44
45
  }]
45
46
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
46
47
  type: Optional
@@ -3,22 +3,22 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input, TemplateRef, HostBinding } from '@angular/core';
6
+ import { NgClass, NgTemplateOutlet, NgIf } from '@angular/common';
6
7
  import { LocalizationService } from "@progress/kendo-angular-l10n";
8
+ import { moreVerticalIcon } from '@progress/kendo-svg-icons';
9
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
7
10
  import { SinglePopupService } from '../common/single-popup.service';
8
11
  import { ColumnMenuService } from './column-menu.service';
9
12
  import { filtersByField } from '../filtering/base-filter-cell.component';
10
13
  import { hasFilter, hasSort, hasLock, hasColumnChooser } from './utils';
11
- import { moreVerticalIcon } from '@progress/kendo-svg-icons';
14
+ import { ColumnMenuFilterComponent } from './column-menu-filter.component';
15
+ import { ColumnMenuChooserComponent } from './column-menu-chooser.component';
16
+ import { ColumnMenuLockComponent } from './column-menu-lock.component';
17
+ import { ColumnMenuSortComponent } from './column-menu-sort.component';
12
18
  import * as i0 from "@angular/core";
13
19
  import * as i1 from "../common/single-popup.service";
14
20
  import * as i2 from "@progress/kendo-angular-l10n";
15
21
  import * as i3 from "./column-menu.service";
16
- import * as i4 from "@angular/common";
17
- import * as i5 from "@progress/kendo-angular-icons";
18
- import * as i6 from "./column-menu-chooser.component";
19
- import * as i7 from "./column-menu-filter.component";
20
- import * as i8 from "./column-menu-sort.component";
21
- import * as i9 from "./column-menu-lock.component";
22
22
  const POPUP_CLASSES = 'k-grid-columnmenu-popup k-column-menu';
23
23
  /**
24
24
  * Represents the [column menu]({% slug columnmenu_treelist %}) component of the TreeList.
@@ -124,7 +124,7 @@ export class ColumnMenuComponent {
124
124
  }
125
125
  }
126
126
  ColumnMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.LocalizationService }, { token: i3.ColumnMenuService }], target: i0.ɵɵFactoryTarget.Component });
127
- ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: { standalone: "standalone", column: "column", settings: "settings", sort: "sort", filter: "filter", sortable: "sortable", columnMenuTemplate: "columnMenuTemplate" }, host: { properties: { "class.k-grid-column-menu-standalone": "this.standalone" } }, providers: [ColumnMenuService], usesOnChanges: true, ngImport: i0, template: `
127
+ ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuComponent, isStandalone: true, selector: "kendo-treelist-column-menu", inputs: { standalone: "standalone", column: "column", settings: "settings", sort: "sort", filter: "filter", sortable: "sortable", columnMenuTemplate: "columnMenuTemplate" }, host: { properties: { "class.k-grid-column-menu-standalone": "this.standalone" } }, providers: [ColumnMenuService], usesOnChanges: true, ngImport: i0, template: `
128
128
  <a #anchor
129
129
  class="k-grid-column-menu k-grid-header-menu"
130
130
  [ngClass]="{ 'k-active': isActive }"
@@ -153,7 +153,7 @@ ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
153
153
  [expanded]="expandedFilter" (expand)="onFilterExpand()">
154
154
  </kendo-treelist-columnmenu-filter>
155
155
  </ng-template>
156
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i6.ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { kind: "component", type: i7.ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { kind: "component", type: i8.ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { kind: "component", type: i9.ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }] });
156
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ColumnMenuSortComponent, selector: "kendo-treelist-columnmenu-sort" }, { kind: "component", type: ColumnMenuLockComponent, selector: "kendo-treelist-columnmenu-lock" }, { kind: "component", type: ColumnMenuChooserComponent, selector: "kendo-treelist-columnmenu-chooser", inputs: ["expanded"], outputs: ["expand", "collapse"] }, { kind: "component", type: ColumnMenuFilterComponent, selector: "kendo-treelist-columnmenu-filter", inputs: ["expanded"], outputs: ["expand", "collapse"] }] });
157
157
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuComponent, decorators: [{
158
158
  type: Component,
159
159
  args: [{
@@ -188,7 +188,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
188
188
  [expanded]="expandedFilter" (expand)="onFilterExpand()">
189
189
  </kendo-treelist-columnmenu-filter>
190
190
  </ng-template>
191
- `
191
+ `,
192
+ standalone: true,
193
+ imports: [NgClass, IconWrapperComponent, NgTemplateOutlet, NgIf, ColumnMenuSortComponent, ColumnMenuLockComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent]
192
194
  }]
193
195
  }], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.LocalizationService }, { type: i3.ColumnMenuService }]; }, propDecorators: { standalone: [{
194
196
  type: HostBinding,
@@ -191,11 +191,12 @@ export class ColumnHandleDirective {
191
191
  }
192
192
  }
193
193
  ColumnHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHandleDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i2.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
194
- ColumnHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: { columns: "columns", column: "column" }, host: { listeners: { "dblclick": "autoFit()" }, properties: { "style.display": "this.visible", "style.left": "this.leftStyle", "style.right": "this.rightStyle" } }, ngImport: i0 });
194
+ ColumnHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnHandleDirective, isStandalone: true, selector: "[kendoTreeListColumnHandle]", inputs: { columns: "columns", column: "column" }, host: { listeners: { "dblclick": "autoFit()" }, properties: { "style.display": "this.visible", "style.left": "this.leftStyle", "style.right": "this.rightStyle" } }, ngImport: i0 });
195
195
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHandleDirective, decorators: [{
196
196
  type: Directive,
197
197
  args: [{
198
- selector: '[kendoTreeListColumnHandle]'
198
+ selector: '[kendoTreeListColumnHandle]',
199
+ standalone: true
199
200
  }]
200
201
  }], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
201
202
  type: Host
@@ -134,7 +134,10 @@ export class ColumnResizingService {
134
134
  }
135
135
  }
136
136
  ColumnResizingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnResizingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
137
- ColumnResizingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnResizingService });
137
+ ColumnResizingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnResizingService, providedIn: 'root' });
138
138
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnResizingService, decorators: [{
139
- type: Injectable
139
+ type: Injectable,
140
+ args: [{
141
+ providedIn: 'root'
142
+ }]
140
143
  }] });
@@ -104,12 +104,13 @@ export class TableDirective {
104
104
  }
105
105
  }
106
106
  TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
107
- TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TableDirective, selector: "table", inputs: { locked: "locked", virtualColumns: "virtualColumns" }, host: { properties: { "style.min-width": "this.minWidth" } }, ngImport: i0 });
107
+ TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TableDirective, isStandalone: true, selector: "table", inputs: { locked: "locked", virtualColumns: "virtualColumns" }, host: { properties: { "style.min-width": "this.minWidth" } }, ngImport: i0 });
108
108
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableDirective, decorators: [{
109
109
  type: Directive,
110
110
  args: [{
111
111
  // eslint-disable-next-line @angular-eslint/directive-selector
112
- selector: 'table'
112
+ selector: 'table',
113
+ standalone: true
113
114
  }]
114
115
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ColumnResizingService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { locked: [{
115
116
  type: Input
@@ -24,7 +24,7 @@ export class CheckboxColumnComponent extends ColumnBase {
24
24
  }
25
25
  }
26
26
  CheckboxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckboxColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
27
- CheckboxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CheckboxColumnComponent, selector: "kendo-treelist-checkbox-column", inputs: { showSelectAll: "showSelectAll", checkChildren: "checkChildren", expandable: "expandable" }, providers: [
27
+ CheckboxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CheckboxColumnComponent, isStandalone: true, selector: "kendo-treelist-checkbox-column", inputs: { showSelectAll: "showSelectAll", checkChildren: "checkChildren", expandable: "expandable" }, providers: [
28
28
  {
29
29
  provide: ColumnBase,
30
30
  useExisting: forwardRef(() => CheckboxColumnComponent)
@@ -40,7 +40,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
40
40
  }
41
41
  ],
42
42
  selector: 'kendo-treelist-checkbox-column',
43
- template: ``
43
+ template: ``,
44
+ standalone: true
44
45
  }]
45
46
  }], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
46
47
  type: SkipSelf