@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
@@ -0,0 +1,307 @@
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 { KENDO_ICONS } from '@progress/kendo-angular-icons';
92
+ import { KENDO_DRAGGABLE, TemplateContextDirective } from '@progress/kendo-angular-common';
93
+ import { ExcelComponent } from './excel/excel.component';
94
+ import { ExcelCommandDirective } from './excel/excel-command.directive';
95
+ import { KENDO_EXCELEXPORT } from '@progress/kendo-angular-excel-export';
96
+ import { FilterInputDirective } from './filtering/filter-input.directive';
97
+ import { KENDO_AUTOCOMPLETE, KENDO_DROPDOWNLIST } from '@progress/kendo-angular-dropdowns';
98
+ import { KENDO_INPUTS } from '@progress/kendo-angular-inputs';
99
+ import { KENDO_DATEPICKER } from '@progress/kendo-angular-dateinputs';
100
+ import { KENDO_POPUP } from '@progress/kendo-angular-popup';
101
+ import { KENDO_BUTTON } from '@progress/kendo-angular-buttons';
102
+ import { FilterCellHostDirective } from './filtering/cell/filter-cell-host.directive';
103
+ import { FilterCellWrapperComponent } from './filtering/cell/filter-cell-wrapper.component';
104
+ import { FilterMenuComponent } from './filtering/menu/filter-menu.component';
105
+ import { FilterMenuContainerComponent } from './filtering/menu/filter-menu-container.component';
106
+ import { FilterMenuInputWrapperComponent } from './filtering/menu/filter-menu-input-wrapper.component';
107
+ import { StringFilterMenuInputComponent } from './filtering/menu/string-filter-menu-input.component';
108
+ import { DateFilterMenuInputComponent } from './filtering/menu/date-filter-menu-input.component';
109
+ import { NumericFilterMenuInputComponent } from './filtering/menu/numeric-filter-menu-input.component';
110
+ import { FilterMenuHostDirective } from './filtering/menu/filter-menu-host.directive';
111
+ import { PDFComponent } from './pdf/pdf.component';
112
+ import { PDFMarginComponent } from './pdf/pdf-margin.component';
113
+ import { PDFCommandDirective } from './pdf/pdf-command.directive';
114
+ import { PDFTemplateDirective } from './pdf/pdf-template.directive';
115
+ import { HeaderComponent } from './rendering/header/header.component';
116
+ import { ColumnHandleDirective } from './column-resizing/column-handle.directive';
117
+ import { CellComponent } from './rendering/cell.component';
118
+ /**
119
+ * @hidden
120
+ * Utility array that contains the former Shared module exports
121
+ */
122
+ export const SHARED_EXPORTS = [
123
+ ColumnComponent,
124
+ ColumnGroupComponent,
125
+ LogicalCellDirective,
126
+ LogicalRowDirective,
127
+ FocusableDirective,
128
+ ColGroupComponent,
129
+ ResizableContainerDirective,
130
+ TemplateContextDirective,
131
+ FieldAccessorPipe,
132
+ SpanColumnComponent,
133
+ TableDirective,
134
+ LoadingComponent,
135
+ FilterCellOperatorsComponent,
136
+ CheckboxColumnComponent,
137
+ RowReorderColumnComponent,
138
+ ...KENDO_DRAGGABLE,
139
+ ...KENDO_ICONS
140
+ ];
141
+ /**
142
+ * @hidden
143
+ * Utility array that contains the Body module exports
144
+ */
145
+ export const BODY_EXPORTS = [
146
+ CommandColumnComponent,
147
+ CellTemplateDirective,
148
+ CellComponent,
149
+ NoRecordsTemplateDirective,
150
+ EditTemplateDirective,
151
+ EditCommandDirective,
152
+ CancelCommandDirective,
153
+ SaveCommandDirective,
154
+ RemoveCommandDirective,
155
+ AddCommandDirective,
156
+ FooterTemplateDirective
157
+ ];
158
+ /**
159
+ * @hidden
160
+ * Utility array that contains the Header module exports
161
+ */
162
+ export const HEADER_EXPORTS = [
163
+ HeaderComponent,
164
+ HeaderTemplateDirective,
165
+ ColumnHandleDirective
166
+ ];
167
+ /**
168
+ * @hidden
169
+ * Utility array that contains the former Pager module exports
170
+ */
171
+ export const PAGER_EXPORTS = [
172
+ PagerComponent,
173
+ PagerPrevButtonsComponent,
174
+ PagerNextButtonsComponent,
175
+ PagerNumericButtonsComponent,
176
+ PagerInputComponent,
177
+ PagerInfoComponent,
178
+ PagerPageSizesComponent,
179
+ PagerTemplateDirective
180
+ ];
181
+ /**
182
+ * @hidden
183
+ * Utility array that contains the former SharedFilter module exports
184
+ */
185
+ export const SHARED_FILTER_EXPORTS = [
186
+ FilterCellOperatorsComponent,
187
+ ContainsFilterOperatorComponent,
188
+ DoesNotContainFilterOperatorComponent,
189
+ EndsWithFilterOperatorComponent,
190
+ EqualFilterOperatorComponent,
191
+ IsEmptyFilterOperatorComponent,
192
+ IsNotEmptyFilterOperatorComponent,
193
+ IsNotNullFilterOperatorComponent,
194
+ IsNullFilterOperatorComponent,
195
+ NotEqualFilterOperatorComponent,
196
+ StartsWithFilterOperatorComponent,
197
+ GreaterFilterOperatorComponent,
198
+ GreaterOrEqualToFilterOperatorComponent,
199
+ LessFilterOperatorComponent,
200
+ LessOrEqualToFilterOperatorComponent,
201
+ AfterFilterOperatorComponent,
202
+ AfterEqFilterOperatorComponent,
203
+ BeforeEqFilterOperatorComponent,
204
+ BeforeFilterOperatorComponent,
205
+ FilterInputDirective,
206
+ ...KENDO_DROPDOWNLIST,
207
+ ...KENDO_AUTOCOMPLETE,
208
+ ...KENDO_INPUTS,
209
+ ...KENDO_DATEPICKER,
210
+ ...KENDO_POPUP,
211
+ ...SHARED_EXPORTS,
212
+ ...KENDO_BUTTON
213
+ ];
214
+ /**
215
+ * @hidden
216
+ * Utility array that contains the former ColumnMenu module exports
217
+ */
218
+ export const ROW_FILTER_EXPORTS = [
219
+ FilterRowComponent,
220
+ FilterCellComponent,
221
+ FilterCellTemplateDirective,
222
+ StringFilterCellComponent,
223
+ NumericFilterCellComponent,
224
+ AutoCompleteFilterCellComponent,
225
+ BooleanFilterCellComponent,
226
+ FilterCellHostDirective,
227
+ FilterCellWrapperComponent,
228
+ DateFilterCellComponent,
229
+ ...SHARED_FILTER_EXPORTS
230
+ ];
231
+ /**
232
+ * @hidden
233
+ * Utility array that contains the former FilterMenu module exports
234
+ */
235
+ export const FILTER_MENU_EXPORTS = [
236
+ FilterMenuComponent,
237
+ FilterMenuContainerComponent,
238
+ FilterMenuInputWrapperComponent,
239
+ StringFilterMenuInputComponent,
240
+ StringFilterMenuComponent,
241
+ FilterMenuTemplateDirective,
242
+ NumericFilterMenuComponent,
243
+ NumericFilterMenuInputComponent,
244
+ DateFilterMenuInputComponent,
245
+ DateFilterMenuComponent,
246
+ FilterMenuHostDirective,
247
+ BooleanFilterMenuComponent
248
+ ];
249
+ /**
250
+ * @hidden
251
+ * Utility array that contains the former ColumnMenu module exports
252
+ */
253
+ export const COLUMN_MENU_EXPORTS = [
254
+ ColumnChooserComponent,
255
+ ColumnMenuChooserComponent,
256
+ ColumnMenuFilterComponent,
257
+ ColumnMenuItemComponent,
258
+ ColumnMenuItemContentTemplateDirective,
259
+ ColumnMenuSortComponent,
260
+ ColumnMenuComponent,
261
+ ColumnMenuLockComponent,
262
+ ColumnMenuTemplateDirective
263
+ ];
264
+ /**
265
+ * @hidden
266
+ * Utility array that contains the Excel module exports
267
+ */
268
+ export const EXCEL_EXPORTS = [
269
+ ExcelComponent,
270
+ ExcelCommandDirective,
271
+ ...KENDO_EXCELEXPORT
272
+ ];
273
+ /**
274
+ * @hidden
275
+ * Utility array that contains the PDF module exports
276
+ */
277
+ export const PDF_EXPORTS = [
278
+ PDFComponent,
279
+ PDFMarginComponent,
280
+ PDFCommandDirective,
281
+ PDFTemplateDirective
282
+ ];
283
+ /**
284
+ * Utility array that contains all `@progress/kendo-angular-treelist` related components and directives
285
+ */
286
+ export const KENDO_TREELIST = [
287
+ TreeListComponent,
288
+ ToolbarTemplateDirective,
289
+ ToolbarComponent,
290
+ TreeListSpacerComponent,
291
+ CustomMessagesComponent,
292
+ TemplateEditingDirective,
293
+ ReactiveEditingDirective,
294
+ InCellEditingDirective,
295
+ HierarchyBindingDirective,
296
+ FlatBindingDirective,
297
+ ExpandableDirective,
298
+ SelectableDirective,
299
+ TreeListToolbarFocusableDirective,
300
+ ...SHARED_EXPORTS,
301
+ ...BODY_EXPORTS,
302
+ ...HEADER_EXPORTS,
303
+ ...PAGER_EXPORTS,
304
+ ...ROW_FILTER_EXPORTS,
305
+ ...FILTER_MENU_EXPORTS,
306
+ ...COLUMN_MENU_EXPORTS
307
+ ];
@@ -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,
@@ -34,11 +34,12 @@ export class EditTemplateDirective {
34
34
  }
35
35
  }
36
36
  EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
- EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
37
+ EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, isStandalone: true, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
38
38
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
- selector: '[kendoTreeListEditTemplate]'
41
+ selector: '[kendoTreeListEditTemplate]',
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
44
45
  type: Optional
@@ -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 `remove` command of the TreeList. You can apply this directive to any `button` element
16
16
  * inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
@@ -45,7 +45,7 @@ export class RemoveCommandDirective extends BaseCommandDirective {
45
45
  }
46
46
  }
47
47
  RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
48
- RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
48
+ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
49
49
  <kendo-icon-wrapper
50
50
  *ngIf="icon || svgIcon"
51
51
  innerCssClass="k-button-icon"
@@ -56,7 +56,7 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
56
56
  </span>
57
57
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
58
58
  <span class="k-button-text"><ng-content></ng-content></span>
59
- `, 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"] }] });
59
+ `, 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"] }] });
60
60
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, decorators: [{
61
61
  type: Component,
62
62
  args: [{
@@ -72,7 +72,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
72
72
  </span>
73
73
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
74
74
  <span class="k-button-text"><ng-content></ng-content></span>
75
- `
75
+ `,
76
+ standalone: true,
77
+ imports: [NgIf, IconWrapperComponent, NgClass]
76
78
  }]
77
79
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
78
80
  type: Input,