@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
@@ -81,7 +81,7 @@ export class ColumnGroupComponent extends ColumnBase {
81
81
  }
82
82
  }
83
83
  ColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnGroupComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
84
- ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, selector: "kendo-treelist-column-group", providers: [
84
+ ColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnGroupComponent, isStandalone: true, selector: "kendo-treelist-column-group", providers: [
85
85
  {
86
86
  provide: ColumnBase,
87
87
  useExisting: forwardRef(() => ColumnGroupComponent)
@@ -97,7 +97,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
97
97
  }
98
98
  ],
99
99
  selector: 'kendo-treelist-column-group',
100
- template: ``
100
+ template: ``,
101
+ standalone: true
101
102
  }]
102
103
  }], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
103
104
  type: SkipSelf
@@ -87,7 +87,7 @@ export class ColumnComponent extends ColumnBase {
87
87
  }
88
88
  }
89
89
  ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
90
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, selector: "kendo-treelist-column", inputs: { expandable: "expandable", field: "field", format: "format", sortable: "sortable", editor: "editor", filter: "filter", filterable: "filterable", editable: "editable" }, providers: [
90
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnComponent, isStandalone: true, selector: "kendo-treelist-column", inputs: { expandable: "expandable", field: "field", format: "format", sortable: "sortable", editor: "editor", filter: "filter", filterable: "filterable", editable: "editable" }, providers: [
91
91
  {
92
92
  provide: ColumnBase,
93
93
  useExisting: forwardRef(() => ColumnComponent)
@@ -103,7 +103,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
103
103
  }
104
104
  ],
105
105
  selector: 'kendo-treelist-column',
106
- template: ``
106
+ template: ``,
107
+ standalone: true
107
108
  }]
108
109
  }], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
109
110
  type: SkipSelf
@@ -45,7 +45,7 @@ export class CommandColumnComponent extends ColumnBase {
45
45
  }
46
46
  }
47
47
  CommandColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CommandColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
48
- CommandColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CommandColumnComponent, selector: "kendo-treelist-command-column", providers: [
48
+ CommandColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CommandColumnComponent, isStandalone: true, selector: "kendo-treelist-command-column", providers: [
49
49
  {
50
50
  provide: ColumnBase,
51
51
  useExisting: forwardRef(() => CommandColumnComponent)
@@ -61,7 +61,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
61
61
  }
62
62
  ],
63
63
  selector: 'kendo-treelist-command-column',
64
- template: ``
64
+ template: ``,
65
+ standalone: true
65
66
  }]
66
67
  }], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
67
68
  type: SkipSelf
@@ -20,7 +20,7 @@ export class RowReorderColumnComponent extends ColumnBase {
20
20
  }
21
21
  }
22
22
  RowReorderColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowReorderColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
23
- RowReorderColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RowReorderColumnComponent, selector: "kendo-treelist-rowreorder-column", providers: [
23
+ RowReorderColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RowReorderColumnComponent, isStandalone: true, selector: "kendo-treelist-rowreorder-column", providers: [
24
24
  {
25
25
  provide: ColumnBase,
26
26
  useExisting: forwardRef(() => RowReorderColumnComponent)
@@ -36,7 +36,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
36
36
  }
37
37
  ],
38
38
  selector: 'kendo-treelist-rowreorder-column',
39
- template: ``
39
+ template: ``,
40
+ standalone: true
40
41
  }]
41
42
  }], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
42
43
  type: SkipSelf
@@ -128,7 +128,7 @@ export class SpanColumnComponent extends ColumnBase {
128
128
  }
129
129
  }
130
130
  SpanColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SpanColumnComponent, deps: [{ token: i1.ColumnBase, host: true, optional: true, skipSelf: true }, { token: i2.OptionChangesService }], target: i0.ɵɵFactoryTarget.Component });
131
- SpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SpanColumnComponent, selector: "kendo-treelist-span-column", inputs: { expandable: "expandable", editable: "editable", locked: "locked" }, providers: [
131
+ SpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SpanColumnComponent, isStandalone: true, selector: "kendo-treelist-span-column", inputs: { expandable: "expandable", editable: "editable", locked: "locked" }, providers: [
132
132
  {
133
133
  provide: ColumnBase,
134
134
  useExisting: forwardRef(() => SpanColumnComponent)
@@ -144,7 +144,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
144
144
  }
145
145
  ],
146
146
  selector: 'kendo-treelist-span-column',
147
- template: ``
147
+ template: ``,
148
+ standalone: true
148
149
  }]
149
150
  }], ctorParameters: function () { return [{ type: i1.ColumnBase, decorators: [{
150
151
  type: SkipSelf
@@ -0,0 +1,291 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { TreeListComponent } from './treelist.component';
6
+ import { CustomMessagesComponent } from './localization/custom-messages.component';
7
+ import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
8
+ import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
9
+ import { TreeListToolbarFocusableDirective } from './rendering/toolbar/toolbar-focusable.directive';
10
+ import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
11
+ import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
12
+ import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
13
+ import { HierarchyBindingDirective } from './binding-directives/hierarchy-binding.directive';
14
+ import { FlatBindingDirective } from './binding-directives/flat-binding.directive';
15
+ import { ExpandableDirective } from './expand-state/expandable.directive';
16
+ import { SelectableDirective } from './selection/selectable.directive';
17
+ import { TreeListSpacerComponent } from './rendering/common/spacer.component';
18
+ import { ColumnComponent } from './columns/column.component';
19
+ import { CheckboxColumnComponent } from './columns/checkbox-column.component';
20
+ import { SpanColumnComponent } from './columns/span-column.component';
21
+ import { ColumnGroupComponent } from './columns/column-group.component';
22
+ import { FocusableDirective } from "./navigation/focusable.directive";
23
+ import { RowReorderColumnComponent } from './columns/rowreorder-column.component';
24
+ import { CommandColumnComponent } from './columns/command-column.component';
25
+ import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
26
+ import { CellTemplateDirective } from './rendering/cell-template.directive';
27
+ import { EditTemplateDirective } from './editing/edit-template.directive';
28
+ import { EditCommandDirective } from './editing/edit-command.directive';
29
+ import { CancelCommandDirective } from './editing/cancel-command.directive';
30
+ import { SaveCommandDirective } from './editing/save-command.directive';
31
+ import { RemoveCommandDirective } from './editing/remove-command.directive';
32
+ import { AddCommandDirective } from './editing/add-command.directive';
33
+ import { FooterTemplateDirective } from './rendering/footer-template.directive';
34
+ import { HeaderTemplateDirective } from './rendering/header/header-template.directive';
35
+ import { PagerComponent } from './pager/pager.component';
36
+ import { PagerPrevButtonsComponent } from './pager/pager-prev-buttons.component';
37
+ import { PagerNextButtonsComponent } from './pager/pager-next-buttons.component';
38
+ import { PagerNumericButtonsComponent } from './pager/pager-numeric-buttons.component';
39
+ import { PagerInputComponent } from './pager/pager-input.component';
40
+ import { PagerInfoComponent } from './pager/pager-info.component';
41
+ import { PagerPageSizesComponent } from './pager/pager-page-sizes.component';
42
+ import { PagerTemplateDirective } from './pager/pager-template.directive';
43
+ import { FilterRowComponent } from './filtering/filter-row.component';
44
+ import { FilterCellComponent } from './filtering/cell/filter-cell.component';
45
+ import { FilterCellTemplateDirective } from './filtering/cell/filter-cell-template.directive';
46
+ import { FilterCellOperatorsComponent } from './filtering/cell/filter-cell-operators.component';
47
+ import { StringFilterCellComponent } from './filtering/cell/string-filter-cell.component';
48
+ import { NumericFilterCellComponent } from './filtering/cell/numeric-filter-cell.component';
49
+ import { AutoCompleteFilterCellComponent } from './filtering/cell/autocomplete-filter-cell.component';
50
+ import { BooleanFilterCellComponent } from './filtering/cell/boolean-filter-cell.component';
51
+ import { DateFilterCellComponent } from './filtering/cell/date-filter-cell.component';
52
+ import { ContainsFilterOperatorComponent } from './filtering/operators/contains-filter-operator.component';
53
+ import { DoesNotContainFilterOperatorComponent } from './filtering/operators/not-contains-filter-operator.component';
54
+ import { EndsWithFilterOperatorComponent } from './filtering/operators/ends-with-filter-operator.component';
55
+ import { EqualFilterOperatorComponent } from './filtering/operators/eq-filter-operator.component';
56
+ import { IsEmptyFilterOperatorComponent } from './filtering/operators/is-empty-filter-operator.component';
57
+ import { IsNotEmptyFilterOperatorComponent } from './filtering/operators/is-not-empty-filter-operator.component';
58
+ import { IsNotNullFilterOperatorComponent } from './filtering/operators/is-not-null-filter-operator.component';
59
+ import { IsNullFilterOperatorComponent } from './filtering/operators/isnull-filter-operator.component';
60
+ import { NotEqualFilterOperatorComponent } from './filtering/operators/neq-filter-operator.component';
61
+ import { StartsWithFilterOperatorComponent } from './filtering/operators/starts-with-filter-operator.component';
62
+ import { GreaterFilterOperatorComponent } from './filtering/operators/gt-filter-operator.component';
63
+ import { GreaterOrEqualToFilterOperatorComponent } from './filtering/operators/gte-filter-operator.component';
64
+ import { LessFilterOperatorComponent } from './filtering/operators/lt-filter-operator.component';
65
+ import { LessOrEqualToFilterOperatorComponent } from './filtering/operators/lte-filter-operator.component';
66
+ import { AfterFilterOperatorComponent } from './filtering/operators/after-filter-operator.component';
67
+ import { AfterEqFilterOperatorComponent } from './filtering/operators/after-eq-filter-operator.component';
68
+ import { BeforeEqFilterOperatorComponent } from './filtering/operators/before-eq-filter-operator.component';
69
+ import { BeforeFilterOperatorComponent } from './filtering/operators/before-filter-operator.component';
70
+ import { StringFilterMenuComponent } from './filtering/menu/string-filter-menu.component';
71
+ import { FilterMenuTemplateDirective } from './filtering/menu/filter-menu-template.directive';
72
+ import { NumericFilterMenuComponent } from './filtering/menu/numeric-filter-menu.component';
73
+ import { DateFilterMenuComponent } from './filtering/menu/date-filter-menu.component';
74
+ import { BooleanFilterMenuComponent } from './filtering/menu/boolean-filter-menu.component';
75
+ import { ColumnChooserComponent } from './column-menu/column-chooser.component';
76
+ import { ColumnMenuFilterComponent } from './column-menu/column-menu-filter.component';
77
+ import { ColumnMenuItemComponent } from './column-menu/column-menu-item.component';
78
+ import { ColumnMenuItemContentTemplateDirective } from './column-menu/column-menu-item-content-template.directive';
79
+ import { ColumnMenuSortComponent } from './column-menu/column-menu-sort.component';
80
+ import { ColumnMenuLockComponent } from './column-menu/column-menu-lock.component';
81
+ import { ColumnMenuChooserComponent } from './column-menu/column-menu-chooser.component';
82
+ import { ColumnMenuTemplateDirective } from './column-menu/column-menu-template.directive';
83
+ import { ColumnMenuComponent } from './column-menu/column-menu.component';
84
+ import { LogicalCellDirective } from './navigation/logical-cell.directive';
85
+ import { LogicalRowDirective } from './navigation/logical-row.directive';
86
+ import { ColGroupComponent } from './rendering/common/col-group.component';
87
+ import { ResizableContainerDirective } from './layout/resizable.directive';
88
+ import { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
89
+ import { TableDirective } from './column-resizing/table.directive';
90
+ import { LoadingComponent } from './rendering/common/loading.component';
91
+ import { TemplateContextDirective } from '@progress/kendo-angular-common';
92
+ import { ExcelComponent } from './excel/excel.component';
93
+ import { ExcelCommandDirective } from './excel/excel-command.directive';
94
+ import { FilterInputDirective } from './filtering/filter-input.directive';
95
+ import { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
96
+ import { FilterCellWrapperComponent } from './filtering/cell/filter-cell-wrapper.component';
97
+ import { FilterMenuComponent } from './filtering/menu/filter-menu.component';
98
+ import { FilterMenuContainerComponent } from './filtering/menu/filter-menu-container.component';
99
+ import { FilterMenuInputWrapperComponent } from './filtering/menu/filter-menu-input-wrapper.component';
100
+ import { StringFilterMenuInputComponent } from './filtering/menu/string-filter-menu-input.component';
101
+ import { DateFilterMenuInputComponent } from './filtering/menu/date-filter-menu-input.component';
102
+ import { NumericFilterMenuInputComponent } from './filtering/menu/numeric-filter-menu-input.component';
103
+ import { FilterMenuHostDirective } from './filtering/menu/filter-menu-host.directive';
104
+ import { PDFComponent } from './pdf/pdf.component';
105
+ import { PDFMarginComponent } from './pdf/pdf-margin.component';
106
+ import { PDFCommandDirective } from './pdf/pdf-command.directive';
107
+ import { PDFTemplateDirective } from './pdf/pdf-template.directive';
108
+ import { HeaderComponent } from './rendering/header/header.component';
109
+ import { ColumnHandleDirective } from './column-resizing/column-handle.directive';
110
+ import { CellComponent } from './rendering/cell.component';
111
+ /**
112
+ * @hidden
113
+ * Utility array that contains the former Shared module exports
114
+ */
115
+ export const SHARED_EXPORTS = [
116
+ ColumnComponent,
117
+ ColumnGroupComponent,
118
+ LogicalCellDirective,
119
+ LogicalRowDirective,
120
+ FocusableDirective,
121
+ ColGroupComponent,
122
+ ResizableContainerDirective,
123
+ TemplateContextDirective,
124
+ FieldAccessorPipe,
125
+ SpanColumnComponent,
126
+ TableDirective,
127
+ LoadingComponent,
128
+ FilterCellOperatorsComponent,
129
+ CheckboxColumnComponent,
130
+ RowReorderColumnComponent
131
+ ];
132
+ /**
133
+ * @hidden
134
+ * Utility array that contains the Body module exports
135
+ */
136
+ export const BODY_EXPORTS = [
137
+ CommandColumnComponent,
138
+ CellTemplateDirective,
139
+ CellComponent,
140
+ NoRecordsTemplateDirective,
141
+ EditTemplateDirective,
142
+ EditCommandDirective,
143
+ CancelCommandDirective,
144
+ SaveCommandDirective,
145
+ RemoveCommandDirective,
146
+ AddCommandDirective,
147
+ FooterTemplateDirective
148
+ ];
149
+ /**
150
+ * @hidden
151
+ * Utility array that contains the Header module exports
152
+ */
153
+ export const HEADER_EXPORTS = [
154
+ HeaderComponent,
155
+ HeaderTemplateDirective,
156
+ ColumnHandleDirective
157
+ ];
158
+ /**
159
+ * @hidden
160
+ * Utility array that contains the former Pager module exports
161
+ */
162
+ export const PAGER_EXPORTS = [
163
+ PagerComponent,
164
+ PagerPrevButtonsComponent,
165
+ PagerNextButtonsComponent,
166
+ PagerNumericButtonsComponent,
167
+ PagerInputComponent,
168
+ PagerInfoComponent,
169
+ PagerPageSizesComponent,
170
+ PagerTemplateDirective
171
+ ];
172
+ /**
173
+ * @hidden
174
+ * Utility array that contains the former SharedFilter module exports
175
+ */
176
+ export const SHARED_FILTER_EXPORTS = [
177
+ FilterCellOperatorsComponent,
178
+ ContainsFilterOperatorComponent,
179
+ DoesNotContainFilterOperatorComponent,
180
+ EndsWithFilterOperatorComponent,
181
+ EqualFilterOperatorComponent,
182
+ IsEmptyFilterOperatorComponent,
183
+ IsNotEmptyFilterOperatorComponent,
184
+ IsNotNullFilterOperatorComponent,
185
+ IsNullFilterOperatorComponent,
186
+ NotEqualFilterOperatorComponent,
187
+ StartsWithFilterOperatorComponent,
188
+ GreaterFilterOperatorComponent,
189
+ GreaterOrEqualToFilterOperatorComponent,
190
+ LessFilterOperatorComponent,
191
+ LessOrEqualToFilterOperatorComponent,
192
+ AfterFilterOperatorComponent,
193
+ AfterEqFilterOperatorComponent,
194
+ BeforeEqFilterOperatorComponent,
195
+ BeforeFilterOperatorComponent,
196
+ FilterInputDirective,
197
+ ...SHARED_EXPORTS,
198
+ ];
199
+ /**
200
+ * @hidden
201
+ * Utility array that contains the former ColumnMenu module exports
202
+ */
203
+ export const ROW_FILTER_EXPORTS = [
204
+ FilterRowComponent,
205
+ FilterCellComponent,
206
+ FilterCellTemplateDirective,
207
+ StringFilterCellComponent,
208
+ NumericFilterCellComponent,
209
+ AutoCompleteFilterCellComponent,
210
+ BooleanFilterCellComponent,
211
+ FilterCellHostDirective,
212
+ FilterCellWrapperComponent,
213
+ DateFilterCellComponent,
214
+ ...SHARED_FILTER_EXPORTS
215
+ ];
216
+ /**
217
+ * @hidden
218
+ * Utility array that contains the former FilterMenu module exports
219
+ */
220
+ export const FILTER_MENU_EXPORTS = [
221
+ FilterMenuComponent,
222
+ FilterMenuContainerComponent,
223
+ FilterMenuInputWrapperComponent,
224
+ StringFilterMenuInputComponent,
225
+ StringFilterMenuComponent,
226
+ FilterMenuTemplateDirective,
227
+ NumericFilterMenuComponent,
228
+ NumericFilterMenuInputComponent,
229
+ DateFilterMenuInputComponent,
230
+ DateFilterMenuComponent,
231
+ FilterMenuHostDirective,
232
+ BooleanFilterMenuComponent
233
+ ];
234
+ /**
235
+ * @hidden
236
+ * Utility array that contains the former ColumnMenu module exports
237
+ */
238
+ export const COLUMN_MENU_EXPORTS = [
239
+ ColumnChooserComponent,
240
+ ColumnMenuChooserComponent,
241
+ ColumnMenuFilterComponent,
242
+ ColumnMenuItemComponent,
243
+ ColumnMenuItemContentTemplateDirective,
244
+ ColumnMenuSortComponent,
245
+ ColumnMenuComponent,
246
+ ColumnMenuLockComponent,
247
+ ColumnMenuTemplateDirective
248
+ ];
249
+ /**
250
+ * @hidden
251
+ * Utility array that contains the Excel module exports
252
+ */
253
+ export const EXCEL_EXPORTS = [
254
+ ExcelComponent,
255
+ ExcelCommandDirective
256
+ ];
257
+ /**
258
+ * @hidden
259
+ * Utility array that contains the PDF module exports
260
+ */
261
+ export const PDF_EXPORTS = [
262
+ PDFComponent,
263
+ PDFMarginComponent,
264
+ PDFCommandDirective,
265
+ PDFTemplateDirective
266
+ ];
267
+ /**
268
+ * Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
269
+ */
270
+ export const KENDO_TREELIST = [
271
+ TreeListComponent,
272
+ ToolbarTemplateDirective,
273
+ ToolbarComponent,
274
+ TreeListSpacerComponent,
275
+ CustomMessagesComponent,
276
+ TemplateEditingDirective,
277
+ ReactiveEditingDirective,
278
+ InCellEditingDirective,
279
+ HierarchyBindingDirective,
280
+ FlatBindingDirective,
281
+ ExpandableDirective,
282
+ SelectableDirective,
283
+ TreeListToolbarFocusableDirective,
284
+ ...SHARED_EXPORTS,
285
+ ...BODY_EXPORTS,
286
+ ...HEADER_EXPORTS,
287
+ ...PAGER_EXPORTS,
288
+ ...ROW_FILTER_EXPORTS,
289
+ ...FILTER_MENU_EXPORTS,
290
+ ...COLUMN_MENU_EXPORTS
291
+ ];
@@ -111,11 +111,12 @@ export class DraggableColumnDirective {
111
111
  }
112
112
  }
113
113
  DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
114
- DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
114
+ DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
115
115
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, decorators: [{
116
116
  type: Directive,
117
117
  args: [{
118
- selector: '[kendoDraggableColumn]'
118
+ selector: '[kendoDraggableColumn]',
119
+ standalone: true
119
120
  }]
120
121
  }], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
121
122
  type: Host
@@ -51,11 +51,12 @@ export class DropTargetDirective {
51
51
  }
52
52
  }
53
53
  DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
54
- DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
54
+ DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
55
55
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, decorators: [{
56
56
  type: Directive,
57
57
  args: [{
58
- selector: '[kendoDropTarget]'
58
+ selector: '[kendoDropTarget]',
59
+ standalone: true
59
60
  }]
60
61
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.DragAndDropService }]; }, propDecorators: { context: [{
61
62
  type: Input
@@ -3,14 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ElementRef, Renderer2, NgZone, HostBinding, Input } from '@angular/core';
6
+ import { NgIf, NgClass } from '@angular/common';
6
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
7
9
  import { EditService } from './edit.service';
8
10
  import { BaseCommandDirective } from './base-command.directive';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./edit.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * Represents the command for adding a new item to the TreeList. You can apply this directive to any
16
16
  * `button` element inside a [`ToolbarTemplate`](slug:toolbartemplate_treelist) or
@@ -46,7 +46,7 @@ export class AddCommandDirective extends BaseCommandDirective {
46
46
  }
47
47
  }
48
48
  AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
- AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
+ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, isStandalone: true, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
50
50
  <kendo-icon-wrapper
51
51
  *ngIf="icon || svgIcon"
52
52
  innerCssClass="k-button-icon"
@@ -57,7 +57,7 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
57
57
  </span>
58
58
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
59
59
  <span class="k-button-text"><ng-content></ng-content></span>
60
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
60
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
61
61
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
@@ -73,7 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
73
73
  </span>
74
74
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
75
75
  <span class="k-button-text"><ng-content></ng-content></span>
76
- `
76
+ `,
77
+ standalone: true,
78
+ imports: [NgIf, IconWrapperComponent, NgClass]
77
79
  }]
78
80
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
79
81
  type: Input,
@@ -3,14 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { HostListener, HostBinding, ElementRef, Renderer2, NgZone, Component } from '@angular/core';
6
+ import { NgIf, NgClass } from '@angular/common';
6
7
  import { Button } from '@progress/kendo-angular-buttons';
7
8
  import { LocalizationService } from '@progress/kendo-angular-l10n';
9
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
8
10
  import { EditService } from './edit.service';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./edit.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -44,7 +44,7 @@ export class BaseCommandDirective extends Button {
44
44
  }
45
45
  }
46
46
  BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
47
- BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseCommandDirective, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
47
+ BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseCommandDirective, isStandalone: true, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
48
48
  <kendo-icon-wrapper
49
49
  *ngIf="icon || svgIcon"
50
50
  innerCssClass="k-button-icon"
@@ -55,7 +55,7 @@ BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
55
55
  </span>
56
56
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
57
57
  <span class="k-button-text"><ng-content></ng-content></span>
58
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
58
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
59
59
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseCommandDirective, decorators: [{
60
60
  type: Component,
61
61
  args: [{
@@ -71,7 +71,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
71
71
  </span>
72
72
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
73
73
  <span class="k-button-text"><ng-content></ng-content></span>
74
- `
74
+ `,
75
+ standalone: true,
76
+ imports: [NgIf, IconWrapperComponent, NgClass]
75
77
  }]
76
78
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { visible: [{
77
79
  type: HostBinding,
@@ -3,14 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ElementRef, Renderer2, NgZone, HostBinding, Input } from '@angular/core';
6
+ import { NgIf, NgClass } from '@angular/common';
6
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
7
9
  import { EditService } from './edit.service';
8
10
  import { BaseCommandDirective } from './base-command.directive';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./edit.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * Represents the `cancel` command of the TreeList. You can apply this directive to any `button`
16
16
  * element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
@@ -46,7 +46,7 @@ export class CancelCommandDirective extends BaseCommandDirective {
46
46
  }
47
47
  }
48
48
  CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
- CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CancelCommandDirective, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
+ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CancelCommandDirective, isStandalone: true, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
50
50
  <kendo-icon-wrapper
51
51
  *ngIf="icon || svgIcon"
52
52
  innerCssClass="k-button-icon"
@@ -57,7 +57,7 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
57
57
  </span>
58
58
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
59
59
  <span class="k-button-text"><ng-content></ng-content></span>
60
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
60
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
61
61
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
@@ -73,7 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
73
73
  </span>
74
74
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
75
75
  <span class="k-button-text"><ng-content></ng-content></span>
76
- `
76
+ `,
77
+ standalone: true,
78
+ imports: [NgIf, IconWrapperComponent, NgClass]
77
79
  }]
78
80
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
79
81
  type: Input,
@@ -3,14 +3,14 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, ElementRef, Renderer2, NgZone, HostBinding, Input } from '@angular/core';
6
+ import { NgIf, NgClass } from '@angular/common';
6
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
7
9
  import { EditService } from './edit.service';
8
10
  import { BaseCommandDirective } from './base-command.directive';
9
11
  import * as i0 from "@angular/core";
10
12
  import * as i1 from "./edit.service";
11
13
  import * as i2 from "@progress/kendo-angular-l10n";
12
- import * as i3 from "@angular/common";
13
- import * as i4 from "@progress/kendo-angular-icons";
14
14
  /**
15
15
  * Represents the `edit` command of the TreeList. You can apply this directive to any `button`
16
16
  * element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
@@ -46,7 +46,7 @@ export class EditCommandDirective extends BaseCommandDirective {
46
46
  }
47
47
  }
48
48
  EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
49
- EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditCommandDirective, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
+ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditCommandDirective, isStandalone: true, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
50
50
  <kendo-icon-wrapper
51
51
  *ngIf="icon || svgIcon"
52
52
  innerCssClass="k-button-icon"
@@ -57,7 +57,7 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
57
57
  </span>
58
58
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
59
59
  <span class="k-button-text"><ng-content></ng-content></span>
60
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
60
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
61
61
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, decorators: [{
62
62
  type: Component,
63
63
  args: [{
@@ -73,7 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
73
73
  </span>
74
74
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
75
75
  <span class="k-button-text"><ng-content></ng-content></span>
76
- `
76
+ `,
77
+ standalone: true,
78
+ imports: [NgIf, IconWrapperComponent, NgClass]
77
79
  }]
78
80
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
79
81
  type: Input,