@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
@@ -17,11 +17,12 @@ import * as i0 from "@angular/core";
17
17
  export class PDFMarginComponent extends PDFExportMarginComponent {
18
18
  }
19
19
  PDFMarginComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFMarginComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
20
- PDFMarginComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFMarginComponent, selector: "kendo-treelist-pdf-margin", usesInheritance: true, ngImport: i0, template: '', isInline: true });
20
+ PDFMarginComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFMarginComponent, isStandalone: true, selector: "kendo-treelist-pdf-margin", usesInheritance: true, ngImport: i0, template: '', isInline: true });
21
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFMarginComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  selector: 'kendo-treelist-pdf-margin',
25
- template: ''
25
+ template: '',
26
+ standalone: true
26
27
  }]
27
28
  }] });
@@ -33,11 +33,12 @@ export class PDFTemplateDirective extends PDFExportTemplateDirective {
33
33
  }
34
34
  }
35
35
  PDFTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
36
- PDFTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PDFTemplateDirective, selector: "[kendoTreeListPDFTemplate]", usesInheritance: true, ngImport: i0 });
36
+ PDFTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PDFTemplateDirective, isStandalone: true, selector: "[kendoTreeListPDFTemplate]", usesInheritance: true, ngImport: i0 });
37
37
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFTemplateDirective, decorators: [{
38
38
  type: Directive,
39
39
  args: [{
40
- selector: '[kendoTreeListPDFTemplate]'
40
+ selector: '[kendoTreeListPDFTemplate]',
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
43
44
  type: Optional
@@ -212,12 +212,13 @@ export class PDFComponent extends PDFExportComponent {
212
212
  }
213
213
  }
214
214
  PDFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFComponent, deps: [{ token: i1.PDFService }, { token: i2.SuspendService }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
215
- PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFComponent, selector: "kendo-treelist-pdf", inputs: { allPages: "allPages" }, queries: [{ propertyName: "marginComponent", first: true, predicate: PDFMarginComponent, descendants: true }, { propertyName: "pageTemplateDirective", first: true, predicate: PDFTemplateDirective, descendants: true }, { propertyName: "columns", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
215
+ PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFComponent, isStandalone: true, selector: "kendo-treelist-pdf", inputs: { allPages: "allPages" }, queries: [{ propertyName: "marginComponent", first: true, predicate: PDFMarginComponent, descendants: true }, { propertyName: "pageTemplateDirective", first: true, predicate: PDFTemplateDirective, descendants: true }, { propertyName: "columns", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
216
216
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFComponent, decorators: [{
217
217
  type: Component,
218
218
  args: [{
219
219
  selector: 'kendo-treelist-pdf',
220
- template: ''
220
+ template: '',
221
+ standalone: true
221
222
  }]
222
223
  }], ctorParameters: function () { return [{ type: i1.PDFService }, { type: i2.SuspendService }, { type: i0.NgZone }, { type: i0.ElementRef }]; }, propDecorators: { allPages: [{
223
224
  type: Input
@@ -3,24 +3,15 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { PDFComponent } from './pdf.component';
7
- import { PDFMarginComponent } from './pdf-margin.component';
8
- import { PDFCommandDirective } from './pdf-command.directive';
9
- import { PDFTemplateDirective } from './pdf-template.directive';
10
- import { IconsModule } from '@progress/kendo-angular-icons';
6
+ import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
7
+ import { PDF_EXPORTS } from '../directives';
11
8
  import * as i0 from "@angular/core";
12
- const exportedModules = [
13
- PDFComponent,
14
- PDFMarginComponent,
15
- PDFCommandDirective,
16
- PDFTemplateDirective
17
- ];
18
- const declarations = [
19
- PDFComponent,
20
- PDFMarginComponent,
21
- PDFCommandDirective,
22
- PDFTemplateDirective
23
- ];
9
+ import * as i1 from "./pdf.component";
10
+ import * as i2 from "./pdf-margin.component";
11
+ import * as i3 from "./pdf-command.directive";
12
+ import * as i4 from "./pdf-template.directive";
13
+ import * as i5 from "@progress/kendo-angular-icons";
14
+ // IMPORTANT: NgModule export kept for backwards compatibility
24
15
  /**
25
16
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
26
17
  * definition for the TreeList PDF component.
@@ -44,19 +35,13 @@ const declarations = [
44
35
  export class PDFModule {
45
36
  }
46
37
  PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, declarations: [PDFComponent,
48
- PDFMarginComponent,
49
- PDFCommandDirective,
50
- PDFTemplateDirective], imports: [IconsModule], exports: [PDFComponent,
51
- PDFMarginComponent,
52
- PDFCommandDirective,
53
- PDFTemplateDirective] });
54
- PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [IconsModule] });
38
+ PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [i1.PDFComponent, i2.PDFMarginComponent, i3.PDFCommandDirective, i4.PDFTemplateDirective, i5.IconComponent, i5.SVGIconComponent], exports: [i1.PDFComponent, i2.PDFMarginComponent, i3.PDFCommandDirective, i4.PDFTemplateDirective] });
39
+ PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [i1.PDFComponent, i2.PDFMarginComponent, i3.PDFCommandDirective, KENDO_ICONS] });
55
40
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, decorators: [{
56
41
  type: NgModule,
57
42
  args: [{
58
- declarations: [declarations],
59
- imports: [IconsModule],
60
- exports: [exportedModules]
43
+ imports: [...PDF_EXPORTS, ...KENDO_ICONS],
44
+ exports: [...PDF_EXPORTS],
45
+ providers: [IconsService]
61
46
  }]
62
47
  }] });
@@ -3,108 +3,38 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { ReactiveFormsModule, FormsModule } from '@angular/forms';
8
- import { CommandColumnComponent } from '../columns/command-column.component';
9
- import { CellTemplateDirective } from './cell-template.directive';
10
- import { NoRecordsTemplateDirective } from './no-records-template.directive';
11
- import { EditTemplateDirective } from '../editing/edit-template.directive';
12
- import { TableBodyComponent } from './table-body.component';
13
- import { CellComponent } from './cell.component';
14
- import { BaseCommandDirective } from '../editing/base-command.directive';
15
- import { EditCommandDirective } from '../editing/edit-command.directive';
16
- import { CancelCommandDirective } from '../editing/cancel-command.directive';
17
- import { SaveCommandDirective } from '../editing/save-command.directive';
18
- import { RemoveCommandDirective } from '../editing/remove-command.directive';
19
- import { AddCommandDirective } from '../editing/add-command.directive';
20
- import { SharedModule } from "../shared.module";
21
- import { NumericTextBoxModule } from "@progress/kendo-angular-inputs";
22
- import { DatePickerModule } from '@progress/kendo-angular-dateinputs';
23
- import { LevelItemsPipe } from './common/level-items.pipe';
24
- import { FooterTemplateDirective } from './footer-template.directive';
6
+ import { KENDO_NUMERICTEXTBOX } from "@progress/kendo-angular-inputs";
7
+ import { KENDO_DATEPICKER } from '@progress/kendo-angular-dateinputs';
8
+ import { BODY_EXPORTS } from '../directives';
25
9
  import * as i0 from "@angular/core";
26
- const exported = [
27
- CommandColumnComponent,
28
- CellTemplateDirective,
29
- EditTemplateDirective,
30
- TableBodyComponent,
31
- NoRecordsTemplateDirective,
32
- CellComponent,
33
- BaseCommandDirective,
34
- EditCommandDirective,
35
- CancelCommandDirective,
36
- SaveCommandDirective,
37
- RemoveCommandDirective,
38
- AddCommandDirective,
39
- LevelItemsPipe,
40
- FooterTemplateDirective
41
- ];
42
- const importedModules = [
43
- CommonModule,
44
- ReactiveFormsModule,
45
- FormsModule,
46
- SharedModule,
47
- NumericTextBoxModule,
48
- DatePickerModule
49
- ];
10
+ import * as i1 from "../columns/command-column.component";
11
+ import * as i2 from "./cell-template.directive";
12
+ import * as i3 from "./cell.component";
13
+ import * as i4 from "./no-records-template.directive";
14
+ import * as i5 from "../editing/edit-template.directive";
15
+ import * as i6 from "../editing/edit-command.directive";
16
+ import * as i7 from "../editing/cancel-command.directive";
17
+ import * as i8 from "../editing/save-command.directive";
18
+ import * as i9 from "../editing/remove-command.directive";
19
+ import * as i10 from "../editing/add-command.directive";
20
+ import * as i11 from "./footer-template.directive";
21
+ import * as i12 from "@progress/kendo-angular-inputs";
22
+ import * as i13 from "@progress/kendo-angular-common";
23
+ import * as i14 from "@progress/kendo-angular-dateinputs";
24
+ // IMPORTANT: NgModule export kept for backwards compatibility
50
25
  /**
51
26
  * @hidden
27
+ * @deprecated
52
28
  */
53
29
  export class BodyModule {
54
- static exports() {
55
- return [
56
- CommandColumnComponent,
57
- CellTemplateDirective,
58
- NoRecordsTemplateDirective,
59
- EditTemplateDirective,
60
- EditCommandDirective,
61
- CancelCommandDirective,
62
- SaveCommandDirective,
63
- RemoveCommandDirective,
64
- AddCommandDirective,
65
- FooterTemplateDirective
66
- ];
67
- }
68
30
  }
69
31
  BodyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
70
- BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, declarations: [CommandColumnComponent,
71
- CellTemplateDirective,
72
- EditTemplateDirective,
73
- TableBodyComponent,
74
- NoRecordsTemplateDirective,
75
- CellComponent,
76
- BaseCommandDirective,
77
- EditCommandDirective,
78
- CancelCommandDirective,
79
- SaveCommandDirective,
80
- RemoveCommandDirective,
81
- AddCommandDirective,
82
- LevelItemsPipe,
83
- FooterTemplateDirective], imports: [CommonModule,
84
- ReactiveFormsModule,
85
- FormsModule,
86
- SharedModule,
87
- NumericTextBoxModule,
88
- DatePickerModule], exports: [CommandColumnComponent,
89
- CellTemplateDirective,
90
- EditTemplateDirective,
91
- TableBodyComponent,
92
- NoRecordsTemplateDirective,
93
- CellComponent,
94
- BaseCommandDirective,
95
- EditCommandDirective,
96
- CancelCommandDirective,
97
- SaveCommandDirective,
98
- RemoveCommandDirective,
99
- AddCommandDirective,
100
- LevelItemsPipe,
101
- FooterTemplateDirective] });
102
- BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [importedModules] });
32
+ BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [i1.CommandColumnComponent, i2.CellTemplateDirective, i3.CellComponent, i4.NoRecordsTemplateDirective, i5.EditTemplateDirective, i6.EditCommandDirective, i7.CancelCommandDirective, i8.SaveCommandDirective, i9.RemoveCommandDirective, i10.AddCommandDirective, i11.FooterTemplateDirective, i12.NumericTextBoxComponent, i12.NumericTextBoxCustomMessagesComponent, i13.PrefixTemplateDirective, i13.SuffixTemplateDirective, i14.DatePickerCustomMessagesComponent, i14.DatePickerComponent, i14.CellTemplateDirective, i14.CenturyCellTemplateDirective, i14.DecadeCellTemplateDirective, i14.FooterTemplateDirective, i14.HeaderTemplateDirective, i14.HeaderTitleTemplateDirective, i14.MonthCellTemplateDirective, i14.NavigationItemTemplateDirective, i14.WeekNumberCellTemplateDirective, i14.YearCellTemplateDirective, i14.NavigationItemTemplateDirective], exports: [i1.CommandColumnComponent, i2.CellTemplateDirective, i3.CellComponent, i4.NoRecordsTemplateDirective, i5.EditTemplateDirective, i6.EditCommandDirective, i7.CancelCommandDirective, i8.SaveCommandDirective, i9.RemoveCommandDirective, i10.AddCommandDirective, i11.FooterTemplateDirective] });
33
+ BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [i1.CommandColumnComponent, i3.CellComponent, i6.EditCommandDirective, i7.CancelCommandDirective, i8.SaveCommandDirective, i9.RemoveCommandDirective, i10.AddCommandDirective, i12.NumericTextBoxComponent, i12.NumericTextBoxCustomMessagesComponent, i14.DatePickerCustomMessagesComponent, i14.DatePickerComponent] });
103
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
104
35
  type: NgModule,
105
36
  args: [{
106
- declarations: [exported],
107
- exports: [exported],
108
- imports: [...importedModules]
37
+ exports: [...BODY_EXPORTS],
38
+ imports: [...BODY_EXPORTS, ...KENDO_NUMERICTEXTBOX, ...KENDO_DATEPICKER]
109
39
  }]
110
40
  }] });
@@ -37,11 +37,12 @@ export class CellTemplateDirective {
37
37
  }
38
38
  }
39
39
  CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
40
- CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, selector: "[kendoTreeListCellTemplate]", ngImport: i0 });
40
+ CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, isStandalone: true, selector: "[kendoTreeListCellTemplate]", ngImport: i0 });
41
41
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
- selector: '[kendoTreeListCellTemplate]'
44
+ selector: '[kendoTreeListCellTemplate]',
45
+ standalone: true
45
46
  }]
46
47
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
47
48
  type: Optional
@@ -3,26 +3,29 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostBinding, Input } from '@angular/core';
6
+ import { ReactiveFormsModule } from '@angular/forms';
7
+ import { NgSwitch, NgSwitchCase, NgIf, NgFor, NgTemplateOutlet, NgSwitchDefault } from '@angular/common';
8
+ import { caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, reorderIcon } from '@progress/kendo-svg-icons';
9
+ import { LocalizationService } from "@progress/kendo-angular-l10n";
10
+ import { SharedModule } from '@progress/kendo-angular-grid';
11
+ import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
12
+ import { NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
13
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
6
14
  import { EditService } from '../editing/edit.service';
7
15
  import { isSpanColumn, isCheckboxColumn, isRowReorderColumn } from '../columns/column-base';
8
16
  import { isColumnComponent } from '../columns/column.component';
9
17
  import { columnsToRender } from "../columns/column-common";
10
18
  import { isNullOrEmptyString, extractFormat, isColumnEditable } from '../utils';
11
19
  import { FocusGroup } from '../navigation/focus-group';
12
- import { caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, reorderIcon } from '@progress/kendo-svg-icons';
13
- import { LocalizationService } from "@progress/kendo-angular-l10n";
20
+ import { LevelItemsPipe } from './common/level-items.pipe';
21
+ import { FieldAccessorPipe } from './common/field-accessor.pipe';
22
+ import { FocusableDirective } from '../navigation/focusable.directive';
14
23
  import * as i0 from "@angular/core";
15
24
  import * as i1 from "../editing/edit.service";
16
25
  import * as i2 from "@progress/kendo-angular-l10n";
17
26
  import * as i3 from "../navigation/focus-group";
18
- import * as i4 from "@angular/common";
19
- import * as i5 from "@angular/forms";
20
- import * as i6 from "../navigation/focusable.directive";
21
- import * as i7 from "@progress/kendo-angular-icons";
22
- import * as i8 from "@progress/kendo-angular-inputs";
23
- import * as i9 from "@progress/kendo-angular-dateinputs";
24
- import * as i10 from "./common/field-accessor.pipe";
25
- import * as i11 from "./common/level-items.pipe";
27
+ import * as i4 from "@angular/forms";
28
+ import * as i5 from "@progress/kendo-angular-grid";
26
29
  /**
27
30
  * @hidden
28
31
  */
@@ -150,7 +153,7 @@ export class CellComponent {
150
153
  }
151
154
  }
152
155
  CellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, deps: [{ token: i1.EditService }, { token: i2.LocalizationService }, { token: i3.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
153
- CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CellComponent, selector: "[kendoTreeListCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", level: "level", hasChildren: "hasChildren", isExpanded: "isExpanded", loading: "loading", expandIcons: "expandIcons", selected: "selected", dataItem: "dataItem", viewItem: "viewItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-checkbox-cell": "this.isCheckboxColumn", "class.k-text-nowrap": "this.textNoWrapClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, ngImport: i0, template: `
156
+ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CellComponent, isStandalone: true, selector: "[kendoTreeListCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", level: "level", hasChildren: "hasChildren", isExpanded: "isExpanded", loading: "loading", expandIcons: "expandIcons", selected: "selected", dataItem: "dataItem", viewItem: "viewItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-checkbox-cell": "this.isCheckboxColumn", "class.k-text-nowrap": "this.textNoWrapClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, ngImport: i0, template: `
154
157
  <ng-container [ngSwitch]="isEdited">
155
158
  <ng-container *ngSwitchCase="false">
156
159
  <ng-container *ngIf="column.expandable">
@@ -226,7 +229,7 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
226
229
  </ng-container>
227
230
  </ng-container>
228
231
  </ng-container>
229
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i4.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i4.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i5.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: i7.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i8.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i9.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "pipe", type: i10.FieldAccessorPipe, name: "valueOf" }, { kind: "pipe", type: i11.LevelItemsPipe, name: "levelItems" }] });
232
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "pipe", type: LevelItemsPipe, name: "levelItems" }, { kind: "ngmodule", type: SharedModule }, { kind: "pipe", type: i5.FieldAccessorPipe, name: "valueOf" }] });
230
233
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, decorators: [{
231
234
  type: Component,
232
235
  args: [{
@@ -307,7 +310,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
307
310
  </ng-container>
308
311
  </ng-container>
309
312
  </ng-container>
310
- `
313
+ `,
314
+ standalone: true,
315
+ imports: [NgSwitch, NgSwitchCase, NgIf, NgFor, IconWrapperComponent, NgTemplateOutlet, FocusableDirective, NumericTextBoxComponent, ReactiveFormsModule, DatePickerComponent, NgSwitchDefault, FieldAccessorPipe, LevelItemsPipe, SharedModule]
311
316
  }]
312
317
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i2.LocalizationService }, { type: i3.FocusGroup }]; }, propDecorators: { commandCellClass: [{
313
318
  type: HostBinding,
@@ -4,8 +4,8 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, Input } from '@angular/core';
6
6
  import { columnsToRender } from '../../columns/column-common';
7
+ import { NgFor } 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
  */
@@ -21,16 +21,18 @@ export class ColGroupComponent {
21
21
  }
22
22
  }
23
23
  ColGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- ColGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: { columns: "columns" }, ngImport: i0, template: `
24
+ ColGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColGroupComponent, isStandalone: true, selector: "[kendoTreeListColGroup]", inputs: { columns: "columns" }, ngImport: i0, template: `
25
25
  <col *ngFor="let column of columnsToRender; trackBy: trackBy;" [style.width.px]="column.width"/>
26
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
26
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
27
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColGroupComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: '[kendoTreeListColGroup]',
31
31
  template: `
32
32
  <col *ngFor="let column of columnsToRender; trackBy: trackBy;" [style.width.px]="column.width"/>
33
- `
33
+ `,
34
+ standalone: true,
35
+ imports: [NgFor]
34
36
  }]
35
37
  }], propDecorators: { columns: [{
36
38
  type: Input
@@ -35,12 +35,13 @@ export class FieldAccessorPipe {
35
35
  }
36
36
  }
37
37
  FieldAccessorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
38
- FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, name: "valueOf", pure: false });
38
+ FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, isStandalone: true, name: "valueOf", pure: false });
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, decorators: [{
40
40
  type: Pipe,
41
41
  args: [{
42
42
  // eslint-disable-next-line @angular-eslint/pipe-prefix
43
43
  name: 'valueOf',
44
- pure: false
44
+ pure: false,
45
+ standalone: true
45
46
  }]
46
47
  }], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
@@ -19,11 +19,12 @@ export class LevelItemsPipe {
19
19
  }
20
20
  }
21
21
  LevelItemsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LevelItemsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
22
- LevelItemsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LevelItemsPipe, name: "levelItems" });
22
+ LevelItemsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: LevelItemsPipe, isStandalone: true, name: "levelItems" });
23
23
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LevelItemsPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{
26
26
  name: 'levelItems',
27
- pure: true
27
+ pure: true,
28
+ standalone: true
28
29
  }]
29
30
  }] });
@@ -19,7 +19,7 @@ export class LoadingComponent {
19
19
  }
20
20
  }
21
21
  LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, selector: "[kendoTreeListLoading]", host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
22
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, isStandalone: true, selector: "[kendoTreeListLoading]", host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
23
23
  <span class="k-loading-text">{{ loadingText }}</span>
24
24
  <div class="k-loading-image"></div>
25
25
  <div class="k-loading-color"></div>
@@ -32,7 +32,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  <span class="k-loading-text">{{ loadingText }}</span>
33
33
  <div class="k-loading-image"></div>
34
34
  <div class="k-loading-color"></div>
35
- `
35
+ `,
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
38
39
  type: HostBinding,
@@ -23,12 +23,13 @@ export class TreeListSpacerComponent {
23
23
  }
24
24
  }
25
25
  TreeListSpacerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- TreeListSpacerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
26
+ TreeListSpacerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListSpacerComponent, isStandalone: true, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
27
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListSpacerComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: 'kendo-treelist-spacer, kendo-treelist-pager-spacer',
31
- template: ``
31
+ template: ``,
32
+ standalone: true
32
33
  }]
33
34
  }], propDecorators: { hostClass: [{
34
35
  type: HostBinding,
@@ -34,11 +34,12 @@ export class FooterTemplateDirective {
34
34
  }
35
35
  }
36
36
  FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
- FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoTreeListFooterTemplate]", ngImport: i0 });
37
+ FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoTreeListFooterTemplate]", ngImport: i0 });
38
38
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
- selector: '[kendoTreeListFooterTemplate]'
41
+ selector: '[kendoTreeListFooterTemplate]',
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
44
45
  type: Optional
@@ -32,11 +32,12 @@ export class HeaderTemplateDirective {
32
32
  }
33
33
  }
34
34
  HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
- HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoTreeListHeaderTemplate]", ngImport: i0 });
35
+ HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoTreeListHeaderTemplate]", ngImport: i0 });
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
- selector: '[kendoTreeListHeaderTemplate]'
39
+ selector: '[kendoTreeListHeaderTemplate]',
40
+ standalone: true
40
41
  }]
41
42
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
42
43
  type: Optional
@@ -4,17 +4,21 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /* eslint-disable @typescript-eslint/no-explicit-any */
6
6
  import { Component, ChangeDetectorRef, HostBinding, Input, QueryList, ViewChildren, TemplateRef } from '@angular/core';
7
+ import { NgFor, NgIf, NgClass, NgStyle } from '@angular/common';
7
8
  import { Subscription, of, merge } from "rxjs";
8
9
  import { filter, map, switchMap, tap, takeUntil } from 'rxjs/operators';
9
10
  import { LocalizationService } from '@progress/kendo-angular-l10n';
11
+ import { Keys, DraggableDirective, TemplateContextDirective } from '@progress/kendo-angular-common';
12
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
13
+ import { sortAscSmallIcon, sortDescSmallIcon } from '@progress/kendo-svg-icons';
10
14
  import { isColumnGroupComponent } from '../../columns/column-group.component';
11
15
  import { normalize } from '../../columns/sort-settings';
12
16
  import { and, isNullOrEmptyString, isPresent, isTruthy, not, observe } from '../../utils';
13
17
  import { columnsToRender, sortColumns, isInSpanColumn } from "../../columns/column-common";
14
18
  import { SinglePopupService } from '../../common/single-popup.service';
15
19
  import { hasFilterMenu, hasFilterRow } from '../../filtering/filterable';
16
- import { Keys } from '@progress/kendo-angular-common';
17
20
  import { DropTargetDirective } from '../../dragdrop/drop-target.directive';
21
+ import { DraggableColumnDirective } from '../../dragdrop/draggable-column.directive';
18
22
  import { DragHintService } from '../../dragdrop/drag-hint.service';
19
23
  import { DropCueService } from '../../dragdrop/drop-cue.service';
20
24
  import { ColumnReorderService } from '../../dragdrop/column-reorder.service';
@@ -23,8 +27,14 @@ import { SortService } from '../../common/sort.service';
23
27
  import { hasItems } from '../../column-menu/utils';
24
28
  import { closestInScope, isFocusable } from '../common/dom-queries';
25
29
  import { SelectionService } from '../../selection/selection.service';
26
- import { sortAscSmallIcon, sortDescSmallIcon } from '@progress/kendo-svg-icons';
27
30
  import { ColumnsContainer } from '../../columns/columns-container';
31
+ import { FilterRowComponent } from '../../filtering/filter-row.component';
32
+ import { ColumnHandleDirective } from '../../column-resizing/column-handle.directive';
33
+ import { FocusableDirective } from '../../navigation/focusable.directive';
34
+ import { ColumnMenuComponent } from '../../column-menu/column-menu.component';
35
+ import { FilterMenuComponent } from '../../filtering/menu/filter-menu.component';
36
+ import { LogicalCellDirective } from '../../navigation/logical-cell.directive';
37
+ import { LogicalRowDirective } from '../../navigation/logical-row.directive';
28
38
  import * as i0 from "@angular/core";
29
39
  import * as i1 from "../../common/single-popup.service";
30
40
  import * as i2 from "../../dragdrop/drag-hint.service";
@@ -33,19 +43,6 @@ import * as i4 from "../../dragdrop/column-reorder.service";
33
43
  import * as i5 from "../../common/sort.service";
34
44
  import * as i6 from "../../selection/selection.service";
35
45
  import * as i7 from "@progress/kendo-angular-l10n";
36
- import * as i8 from "@angular/common";
37
- import * as i9 from "../../filtering/filter-row.component";
38
- import * as i10 from "../../navigation/logical-cell.directive";
39
- import * as i11 from "../../navigation/logical-row.directive";
40
- import * as i12 from "../../navigation/focusable.directive";
41
- import * as i13 from "../common/template-context.directive";
42
- import * as i14 from "@progress/kendo-angular-common";
43
- import * as i15 from "@progress/kendo-angular-icons";
44
- import * as i16 from "../../filtering/menu/filter-menu.component";
45
- import * as i17 from "../../dragdrop/draggable-column.directive";
46
- import * as i18 from "../../dragdrop/drop-target.directive";
47
- import * as i19 from "../../column-menu/column-menu.component";
48
- import * as i20 from "../../column-resizing/column-handle.directive";
49
46
  const mergeObjects = (...args) => Object.assign.apply(null, [{}].concat(args));
50
47
  const directions = initialDirection => initialDirection === "asc" ? ["asc", "desc"] : ["desc", "asc"];
51
48
  /**
@@ -346,7 +343,7 @@ export class HeaderComponent {
346
343
  }
347
344
  }
348
345
  HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.DragHintService }, { token: i3.DropCueService }, { token: i4.ColumnReorderService }, { token: i5.SortService }, { token: i6.SelectionService }, { token: i7.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
349
- HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
346
+ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HeaderComponent, isStandalone: true, selector: "[kendoTreeListHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
350
347
  <tr *ngFor="let i of columnLevels; let levelIndex = index" role="row"
351
348
  kendoTreeListLogicalRow
352
349
  [logicalRowIndex]="levelIndex"
@@ -528,7 +525,7 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
528
525
  [logicalSlaveCellsCount]="unlockedColumnsCount"
529
526
  >
530
527
  </tr>
531
- `, isInline: true, dependencies: [{ kind: "directive", type: i8.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i8.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i9.FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }, { kind: "directive", type: i10.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "directive", type: i11.LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "directive", type: i12.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: i13.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: i14.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i15.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i16.FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter"] }, { kind: "directive", type: i17.DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { kind: "directive", type: i18.DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { kind: "component", type: i19.ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate"] }, { kind: "directive", type: i20.ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }] });
528
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "directive", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter"] }, { kind: "component", type: ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }, { kind: "component", type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }] });
532
529
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, decorators: [{
533
530
  type: Component,
534
531
  args: [{
@@ -715,7 +712,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
715
712
  [logicalSlaveCellsCount]="unlockedColumnsCount"
716
713
  >
717
714
  </tr>
718
- `
715
+ `,
716
+ standalone: true,
717
+ imports: [NgFor, LogicalRowDirective, NgIf, LogicalCellDirective, DropTargetDirective, DraggableDirective, DraggableColumnDirective, NgClass, NgStyle, FilterMenuComponent, ColumnMenuComponent, TemplateContextDirective, IconWrapperComponent, FocusableDirective, ColumnHandleDirective, FilterRowComponent]
719
718
  }]
720
719
  }], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.DragHintService }, { type: i3.DropCueService }, { type: i4.ColumnReorderService }, { type: i5.SortService }, { type: i6.SelectionService }, { type: i7.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { totalColumnLevels: [{
721
720
  type: Input