@progress/kendo-angular-treelist 16.5.0-develop.6 → 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 +22 -22
  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 +4 -4
  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
@@ -15,7 +15,7 @@ export class EqualFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("eq", localization); }
16
16
  }
17
17
  EqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- EqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EqualFilterOperatorComponent, selector: "kendo-treelist-filter-eq-operator", providers: [
18
+ EqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => EqualFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-eq-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class GreaterFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("gt", localization); }
16
16
  }
17
17
  GreaterFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- GreaterFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterFilterOperatorComponent, selector: "kendo-treelist-filter-gt-operator", providers: [
18
+ GreaterFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gt-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => GreaterFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-gt-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase
15
15
  constructor(localization) { super("gte", localization); }
16
16
  }
17
17
  GreaterOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- GreaterOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterOrEqualToFilterOperatorComponent, selector: "kendo-treelist-filter-gte-operator", providers: [
18
+ GreaterOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gte-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => GreaterOrEqualToFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-gte-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("isempty", localization); }
16
16
  }
17
17
  IsEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- IsEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsEmptyFilterOperatorComponent, selector: "kendo-treelist-filter-isempty-operator", providers: [
18
+ IsEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isempty-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => IsEmptyFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-isempty-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("isnotempty", localization); }
16
16
  }
17
17
  IsNotEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- IsNotEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotEmptyFilterOperatorComponent, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
18
+ IsNotEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => IsNotEmptyFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-isnotempty-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("isnotnull", localization); }
16
16
  }
17
17
  IsNotNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
18
+ IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => IsNotNullFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-isnotnull-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class IsNullFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("isnull", localization); }
16
16
  }
17
17
  IsNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnull-operator", providers: [
18
+ IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnull-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => IsNullFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-isnull-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class LessFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("lt", localization); }
16
16
  }
17
17
  LessFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessFilterOperatorComponent, selector: "kendo-treelist-filter-lt-operator", providers: [
18
+ LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lt-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => LessFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-lt-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("lte", localization); }
16
16
  }
17
17
  LessOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessOrEqualToFilterOperatorComponent, selector: "kendo-treelist-filter-lte-operator", providers: [
18
+ LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lte-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => LessOrEqualToFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-lte-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class NotEqualFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("neq", localization); }
16
16
  }
17
17
  NotEqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NotEqualFilterOperatorComponent, selector: "kendo-treelist-filter-neq-operator", providers: [
18
+ NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NotEqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-neq-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => NotEqualFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-neq-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("doesnotcontain", localization); }
16
16
  }
17
17
  DoesNotContainFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DoesNotContainFilterOperatorComponent, selector: "kendo-treelist-filter-not-contains-operator", providers: [
18
+ DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DoesNotContainFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-not-contains-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => DoesNotContainFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-not-contains-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -15,7 +15,7 @@ export class StartsWithFilterOperatorComponent extends FilterOperatorBase {
15
15
  constructor(localization) { super("startswith", localization); }
16
16
  }
17
17
  StartsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
18
- StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StartsWithFilterOperatorComponent, selector: "kendo-treelist-filter-startswith-operator", providers: [
18
+ StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StartsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-startswith-operator", providers: [
19
19
  {
20
20
  provide: FilterOperatorBase,
21
21
  useExisting: forwardRef(() => StartsWithFilterOperatorComponent)
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
31
31
  }
32
32
  ],
33
33
  selector: 'kendo-treelist-filter-startswith-operator',
34
- template: ``
34
+ template: ``,
35
+ standalone: true
35
36
  }]
36
37
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -3,152 +3,98 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { ReactiveFormsModule, FormsModule } from '@angular/forms';
8
- import { DropDownListModule, AutoCompleteModule } from '@progress/kendo-angular-dropdowns';
9
- import { InputsModule } from '@progress/kendo-angular-inputs';
10
- import { DatePickerModule } from '@progress/kendo-angular-dateinputs';
11
- import { PopupModule } from "@progress/kendo-angular-popup";
12
- import { ButtonModule } from '@progress/kendo-angular-buttons';
13
- import { SharedModule } from '../shared.module';
14
- import { FilterCellOperatorsComponent } from './cell/filter-cell-operators.component';
15
- import { FilterInputDirective } from './filter-input.directive';
16
- import { ContainsFilterOperatorComponent } from './operators/contains-filter-operator.component';
17
- import { DoesNotContainFilterOperatorComponent } from './operators/not-contains-filter-operator.component';
18
- import { EndsWithFilterOperatorComponent } from './operators/ends-with-filter-operator.component';
19
- import { EqualFilterOperatorComponent } from './operators/eq-filter-operator.component';
20
- import { IsEmptyFilterOperatorComponent } from './operators/is-empty-filter-operator.component';
21
- import { IsNotEmptyFilterOperatorComponent } from './operators/is-not-empty-filter-operator.component';
22
- import { IsNotNullFilterOperatorComponent } from './operators/is-not-null-filter-operator.component';
23
- import { IsNullFilterOperatorComponent } from './operators/isnull-filter-operator.component';
24
- import { NotEqualFilterOperatorComponent } from './operators/neq-filter-operator.component';
25
- import { StartsWithFilterOperatorComponent } from './operators/starts-with-filter-operator.component';
26
- import { GreaterFilterOperatorComponent } from './operators/gt-filter-operator.component';
27
- import { GreaterOrEqualToFilterOperatorComponent } from './operators/gte-filter-operator.component';
28
- import { LessFilterOperatorComponent } from './operators/lt-filter-operator.component';
29
- import { LessOrEqualToFilterOperatorComponent } from './operators/lte-filter-operator.component';
30
- import { AfterFilterOperatorComponent } from './operators/after-filter-operator.component';
31
- import { AfterEqFilterOperatorComponent } from './operators/after-eq-filter-operator.component';
32
- import { BeforeEqFilterOperatorComponent } from './operators/before-eq-filter-operator.component';
33
- import { BeforeFilterOperatorComponent } from './operators/before-filter-operator.component';
6
+ import { SHARED_FILTER_EXPORTS } from '../directives';
7
+ import { PopupService } from '@progress/kendo-angular-popup';
8
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
9
+ import { IconsService } from '@progress/kendo-angular-icons';
10
+ import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
11
+ import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
34
12
  import * as i0 from "@angular/core";
35
- const FILTER_OPERATORS = [
36
- FilterCellOperatorsComponent,
37
- ContainsFilterOperatorComponent,
38
- DoesNotContainFilterOperatorComponent,
39
- EndsWithFilterOperatorComponent,
40
- EqualFilterOperatorComponent,
41
- IsEmptyFilterOperatorComponent,
42
- IsNotEmptyFilterOperatorComponent,
43
- IsNotNullFilterOperatorComponent,
44
- IsNullFilterOperatorComponent,
45
- NotEqualFilterOperatorComponent,
46
- StartsWithFilterOperatorComponent,
47
- GreaterFilterOperatorComponent,
48
- GreaterOrEqualToFilterOperatorComponent,
49
- LessFilterOperatorComponent,
50
- LessOrEqualToFilterOperatorComponent,
51
- AfterFilterOperatorComponent,
52
- AfterEqFilterOperatorComponent,
53
- BeforeEqFilterOperatorComponent,
54
- BeforeFilterOperatorComponent
55
- ];
56
- const importedModules = [
57
- CommonModule,
58
- ReactiveFormsModule,
59
- FormsModule,
60
- DropDownListModule,
61
- AutoCompleteModule,
62
- InputsModule,
63
- DatePickerModule,
64
- PopupModule,
65
- SharedModule,
66
- ButtonModule
67
- ];
68
- const COMPONENTS = [
69
- FilterInputDirective
70
- ];
13
+ import * as i1 from "./cell/filter-cell-operators.component";
14
+ import * as i2 from "./operators/contains-filter-operator.component";
15
+ import * as i3 from "./operators/not-contains-filter-operator.component";
16
+ import * as i4 from "./operators/ends-with-filter-operator.component";
17
+ import * as i5 from "./operators/eq-filter-operator.component";
18
+ import * as i6 from "./operators/is-empty-filter-operator.component";
19
+ import * as i7 from "./operators/is-not-empty-filter-operator.component";
20
+ import * as i8 from "./operators/is-not-null-filter-operator.component";
21
+ import * as i9 from "./operators/isnull-filter-operator.component";
22
+ import * as i10 from "./operators/neq-filter-operator.component";
23
+ import * as i11 from "./operators/starts-with-filter-operator.component";
24
+ import * as i12 from "./operators/gt-filter-operator.component";
25
+ import * as i13 from "./operators/gte-filter-operator.component";
26
+ import * as i14 from "./operators/lt-filter-operator.component";
27
+ import * as i15 from "./operators/lte-filter-operator.component";
28
+ import * as i16 from "./operators/after-filter-operator.component";
29
+ import * as i17 from "./operators/after-eq-filter-operator.component";
30
+ import * as i18 from "./operators/before-eq-filter-operator.component";
31
+ import * as i19 from "./operators/before-filter-operator.component";
32
+ import * as i20 from "./filter-input.directive";
33
+ import * as i21 from "@progress/kendo-angular-dropdowns";
34
+ import * as i22 from "@progress/kendo-angular-common";
35
+ import * as i23 from "@progress/kendo-angular-inputs";
36
+ import * as i24 from "@progress/kendo-angular-dateinputs";
37
+ import * as i25 from "@progress/kendo-angular-popup";
38
+ import * as i26 from "../columns/column.component";
39
+ import * as i27 from "../columns/column-group.component";
40
+ import * as i28 from "../navigation/logical-cell.directive";
41
+ import * as i29 from "../navigation/logical-row.directive";
42
+ import * as i30 from "../navigation/focusable.directive";
43
+ import * as i31 from "../rendering/common/col-group.component";
44
+ import * as i32 from "../layout/resizable.directive";
45
+ import * as i33 from "../rendering/common/field-accessor.pipe";
46
+ import * as i34 from "../columns/span-column.component";
47
+ import * as i35 from "../column-resizing/table.directive";
48
+ import * as i36 from "../rendering/common/loading.component";
49
+ import * as i37 from "../columns/checkbox-column.component";
50
+ import * as i38 from "../columns/rowreorder-column.component";
51
+ import * as i39 from "@progress/kendo-angular-icons";
52
+ import * as i40 from "@progress/kendo-angular-buttons";
53
+ // IMPORTANT: NgModule export kept for backwards compatibility
71
54
  /**
72
55
  * @hidden
56
+ * @deprecated
73
57
  */
74
58
  export class SharedFilterModule {
75
- static exports() {
76
- return [
77
- ...FILTER_OPERATORS
78
- ];
79
- }
80
59
  }
81
60
  SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
82
- SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, declarations: [FilterCellOperatorsComponent,
83
- ContainsFilterOperatorComponent,
84
- DoesNotContainFilterOperatorComponent,
85
- EndsWithFilterOperatorComponent,
86
- EqualFilterOperatorComponent,
87
- IsEmptyFilterOperatorComponent,
88
- IsNotEmptyFilterOperatorComponent,
89
- IsNotNullFilterOperatorComponent,
90
- IsNullFilterOperatorComponent,
91
- NotEqualFilterOperatorComponent,
92
- StartsWithFilterOperatorComponent,
93
- GreaterFilterOperatorComponent,
94
- GreaterOrEqualToFilterOperatorComponent,
95
- LessFilterOperatorComponent,
96
- LessOrEqualToFilterOperatorComponent,
97
- AfterFilterOperatorComponent,
98
- AfterEqFilterOperatorComponent,
99
- BeforeEqFilterOperatorComponent,
100
- BeforeFilterOperatorComponent, FilterInputDirective], imports: [CommonModule,
101
- ReactiveFormsModule,
102
- FormsModule,
103
- DropDownListModule,
104
- AutoCompleteModule,
105
- InputsModule,
106
- DatePickerModule,
107
- PopupModule,
108
- SharedModule,
109
- ButtonModule], exports: [FilterCellOperatorsComponent,
110
- ContainsFilterOperatorComponent,
111
- DoesNotContainFilterOperatorComponent,
112
- EndsWithFilterOperatorComponent,
113
- EqualFilterOperatorComponent,
114
- IsEmptyFilterOperatorComponent,
115
- IsNotEmptyFilterOperatorComponent,
116
- IsNotNullFilterOperatorComponent,
117
- IsNullFilterOperatorComponent,
118
- NotEqualFilterOperatorComponent,
119
- StartsWithFilterOperatorComponent,
120
- GreaterFilterOperatorComponent,
121
- GreaterOrEqualToFilterOperatorComponent,
122
- LessFilterOperatorComponent,
123
- LessOrEqualToFilterOperatorComponent,
124
- AfterFilterOperatorComponent,
125
- AfterEqFilterOperatorComponent,
126
- BeforeEqFilterOperatorComponent,
127
- BeforeFilterOperatorComponent, CommonModule,
128
- ReactiveFormsModule,
129
- FormsModule,
130
- DropDownListModule,
131
- AutoCompleteModule,
132
- InputsModule,
133
- DatePickerModule,
134
- PopupModule,
135
- SharedModule,
136
- ButtonModule, FilterInputDirective] });
137
- SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [importedModules, CommonModule,
138
- ReactiveFormsModule,
139
- FormsModule,
140
- DropDownListModule,
141
- AutoCompleteModule,
142
- InputsModule,
143
- DatePickerModule,
144
- PopupModule,
145
- SharedModule,
146
- ButtonModule] });
61
+ SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.DropDownListComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.ValueTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i21.AutoCompleteComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i22.SuffixTemplateDirective, i22.PrefixTemplateDirective, i23.TextBoxDirective, i23.TextBoxComponent, i23.InputSeparatorComponent, i23.TextBoxSuffixTemplateDirective, i23.TextBoxPrefixTemplateDirective, i23.TextBoxCustomMessagesComponent, i23.NumericTextBoxComponent, i23.NumericTextBoxCustomMessagesComponent, i22.PrefixTemplateDirective, i22.SuffixTemplateDirective, i23.MaskedTextBoxComponent, i23.TextAreaComponent, i23.TextAreaDirective, i23.TextAreaPrefixComponent, i23.TextAreaSuffixComponent, i23.CheckBoxComponent, i23.CheckBoxDirective, i23.RadioButtonComponent, i23.RadioButtonDirective, i23.SwitchComponent, i23.SwitchCustomMessagesComponent, i23.FormFieldComponent, i23.HintComponent, i23.ErrorComponent, i23.SliderComponent, i23.SliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RangeSliderComponent, i23.RangeSliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RatingComponent, i23.RatingItemTemplateDirective, i23.RatingHoveredItemTemplateDirective, i23.RatingSelectedItemTemplateDirective, i23.SignatureComponent, i23.SignatureCustomMessagesComponent, i23.ColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.FlatColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorGradientComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorPaletteComponent, i23.ColorPickerCustomMessagesComponent, i24.DatePickerCustomMessagesComponent, i24.DatePickerComponent, i24.CellTemplateDirective, i24.CenturyCellTemplateDirective, i24.DecadeCellTemplateDirective, i24.FooterTemplateDirective, i24.HeaderTemplateDirective, i24.HeaderTitleTemplateDirective, i24.MonthCellTemplateDirective, i24.NavigationItemTemplateDirective, i24.WeekNumberCellTemplateDirective, i24.YearCellTemplateDirective, i24.NavigationItemTemplateDirective, i25.PopupComponent, i26.ColumnComponent, i27.ColumnGroupComponent, i28.LogicalCellDirective, i29.LogicalRowDirective, i30.FocusableDirective, i31.ColGroupComponent, i32.ResizableContainerDirective, i22.TemplateContextDirective, i33.FieldAccessorPipe, i34.SpanColumnComponent, i35.TableDirective, i36.LoadingComponent, i1.FilterCellOperatorsComponent, i37.CheckboxColumnComponent, i38.RowReorderColumnComponent, i22.DraggableDirective, i39.IconComponent, i39.SVGIconComponent, i40.ButtonComponent], exports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.DropDownListComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.ValueTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i21.AutoCompleteComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i22.SuffixTemplateDirective, i22.PrefixTemplateDirective, i23.TextBoxDirective, i23.TextBoxComponent, i23.InputSeparatorComponent, i23.TextBoxSuffixTemplateDirective, i23.TextBoxPrefixTemplateDirective, i23.TextBoxCustomMessagesComponent, i23.NumericTextBoxComponent, i23.NumericTextBoxCustomMessagesComponent, i22.PrefixTemplateDirective, i22.SuffixTemplateDirective, i23.MaskedTextBoxComponent, i23.TextAreaComponent, i23.TextAreaDirective, i23.TextAreaPrefixComponent, i23.TextAreaSuffixComponent, i23.CheckBoxComponent, i23.CheckBoxDirective, i23.RadioButtonComponent, i23.RadioButtonDirective, i23.SwitchComponent, i23.SwitchCustomMessagesComponent, i23.FormFieldComponent, i23.HintComponent, i23.ErrorComponent, i23.SliderComponent, i23.SliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RangeSliderComponent, i23.RangeSliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RatingComponent, i23.RatingItemTemplateDirective, i23.RatingHoveredItemTemplateDirective, i23.RatingSelectedItemTemplateDirective, i23.SignatureComponent, i23.SignatureCustomMessagesComponent, i23.ColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.FlatColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorGradientComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorPaletteComponent, i23.ColorPickerCustomMessagesComponent, i24.DatePickerCustomMessagesComponent, i24.DatePickerComponent, i24.CellTemplateDirective, i24.CenturyCellTemplateDirective, i24.DecadeCellTemplateDirective, i24.FooterTemplateDirective, i24.HeaderTemplateDirective, i24.HeaderTitleTemplateDirective, i24.MonthCellTemplateDirective, i24.NavigationItemTemplateDirective, i24.WeekNumberCellTemplateDirective, i24.YearCellTemplateDirective, i24.NavigationItemTemplateDirective, i25.PopupComponent, i26.ColumnComponent, i27.ColumnGroupComponent, i28.LogicalCellDirective, i29.LogicalRowDirective, i30.FocusableDirective, i31.ColGroupComponent, i32.ResizableContainerDirective, i22.TemplateContextDirective, i33.FieldAccessorPipe, i34.SpanColumnComponent, i35.TableDirective, i36.LoadingComponent, i1.FilterCellOperatorsComponent, i37.CheckboxColumnComponent, i38.RowReorderColumnComponent, i22.DraggableDirective, i39.IconComponent, i39.SVGIconComponent, i40.ButtonComponent] });
62
+ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
63
+ PopupService,
64
+ ResizeBatchService,
65
+ IconsService,
66
+ DialogContainerService,
67
+ DialogService,
68
+ WindowService,
69
+ WindowContainerService,
70
+ CalendarDOMService,
71
+ CenturyViewService,
72
+ DecadeViewService,
73
+ MonthViewService,
74
+ YearViewService,
75
+ WeekNamesService,
76
+ NavigationService
77
+ ], imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i21.DropDownListComponent, i21.CustomMessagesComponent, i21.AutoCompleteComponent, i21.CustomMessagesComponent, i23.TextBoxComponent, i23.InputSeparatorComponent, i23.TextBoxCustomMessagesComponent, i23.NumericTextBoxComponent, i23.NumericTextBoxCustomMessagesComponent, i23.MaskedTextBoxComponent, i23.TextAreaComponent, i23.TextAreaPrefixComponent, i23.TextAreaSuffixComponent, i23.CheckBoxComponent, i23.RadioButtonComponent, i23.SwitchComponent, i23.SwitchCustomMessagesComponent, i23.FormFieldComponent, i23.HintComponent, i23.ErrorComponent, i23.SliderComponent, i23.SliderCustomMessagesComponent, i23.RangeSliderComponent, i23.RangeSliderCustomMessagesComponent, i23.RatingComponent, i23.SignatureComponent, i23.SignatureCustomMessagesComponent, i23.ColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.FlatColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorGradientComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorPaletteComponent, i23.ColorPickerCustomMessagesComponent, i24.DatePickerCustomMessagesComponent, i24.DatePickerComponent, i25.PopupComponent, i26.ColumnComponent, i27.ColumnGroupComponent, i31.ColGroupComponent, i34.SpanColumnComponent, i36.LoadingComponent, i1.FilterCellOperatorsComponent, i37.CheckboxColumnComponent, i38.RowReorderColumnComponent, i39.IconComponent, i39.SVGIconComponent, i40.ButtonComponent] });
147
78
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
148
79
  type: NgModule,
149
80
  args: [{
150
- declarations: [FILTER_OPERATORS, COMPONENTS],
151
- exports: [FILTER_OPERATORS, importedModules, COMPONENTS],
152
- imports: [...importedModules]
81
+ exports: [...SHARED_FILTER_EXPORTS],
82
+ imports: [...SHARED_FILTER_EXPORTS],
83
+ providers: [
84
+ PopupService,
85
+ ResizeBatchService,
86
+ IconsService,
87
+ DialogContainerService,
88
+ DialogService,
89
+ WindowService,
90
+ WindowContainerService,
91
+ CalendarDOMService,
92
+ CenturyViewService,
93
+ DecadeViewService,
94
+ MonthViewService,
95
+ YearViewService,
96
+ WeekNamesService,
97
+ NavigationService
98
+ ]
153
99
  }]
154
100
  }] });
package/esm2020/index.mjs CHANGED
@@ -22,7 +22,6 @@ export { HeaderTemplateDirective } from './rendering/header/header-template.dire
22
22
  export { FooterTemplateDirective } from './rendering/footer-template.directive';
23
23
  export { PagerTemplateDirective } from './pager/pager-template.directive';
24
24
  export { ResizableContainerDirective } from './layout/resizable.directive';
25
- export { TemplateContextDirective } from './rendering/common/template-context.directive';
26
25
  export { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
27
26
  export { FilterService } from './filtering/filter.service';
28
27
  export { RowReorderService } from './row-reordering/row-reorder.service';
@@ -151,3 +150,5 @@ export { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
151
150
  export { TableDirective } from './column-resizing/table.directive';
152
151
  export { LevelItemsPipe } from './rendering/common/level-items.pipe';
153
152
  export { BaseCommandDirective } from './editing/base-command.directive';
153
+ export { ColumnResizingService } from './column-resizing/column-resizing.service';
154
+ export * from './directives';
@@ -62,11 +62,12 @@ export class ResizableContainerDirective {
62
62
  }
63
63
  }
64
64
  ResizableContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ResizeService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
65
- ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
65
+ ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ResizableContainerDirective, isStandalone: true, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
66
66
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizableContainerDirective, decorators: [{
67
67
  type: Directive,
68
68
  args: [{
69
- selector: '[kendoTreeListResizableContainer]'
69
+ selector: '[kendoTreeListResizableContainer]',
70
+ standalone: true
70
71
  }]
71
72
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ResizeService }, { type: i2.ContextService }]; }, propDecorators: { lockedWidth: [{
72
73
  type: Input,
@@ -21,7 +21,7 @@ export class CustomMessagesComponent extends Messages {
21
21
  }
22
22
  }
23
23
  CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-treelist-messages", providers: [
24
+ CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
25
25
  {
26
26
  provide: Messages,
27
27
  useExisting: forwardRef(() => CustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  selector: 'kendo-treelist-messages',
40
- template: ``
40
+ template: ``,
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends Messages {
17
17
  }
18
18
  }
19
19
  LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]", providers: [
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => LocalizedMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: '[kendoTreeListLocalizedMessages]'
35
+ selector: '[kendoTreeListLocalizedMessages]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -128,7 +128,7 @@ export class FocusableDirective {
128
128
  }
129
129
  }
130
130
  FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.FocusGroup, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
131
- FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
131
+ FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, isStandalone: true, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
132
132
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, decorators: [{
133
133
  type: Directive,
134
134
  args: [{
@@ -138,7 +138,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
138
138
  [kendoTreeListRemoveCommand],
139
139
  [kendoTreeListSaveCommand],
140
140
  [kendoTreeListCancelCommand]
141
- `
141
+ `,
142
+ standalone: true
142
143
  }]
143
144
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.FocusGroup, decorators: [{
144
145
  type: Optional
@@ -126,7 +126,7 @@ export class LogicalCellDirective {
126
126
  }
127
127
  }
128
128
  LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
129
- LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
129
+ LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LogicalCellDirective, isStandalone: true, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
130
130
  provide: FocusGroup,
131
131
  deps: [FocusRoot],
132
132
  useClass: FocusGroup
@@ -139,7 +139,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
139
139
  deps: [FocusRoot],
140
140
  useClass: FocusGroup
141
141
  }],
142
- selector: '[kendoTreeListLogicalCell]'
142
+ selector: '[kendoTreeListLogicalCell]',
143
+ standalone: true
143
144
  }]
144
145
  }], ctorParameters: function () { return [{ type: i1.FocusGroup }, { type: i0.ElementRef }, { type: i2.ColumnInfoService }, { type: i3.IdService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { logicalColIndex: [{
145
146
  type: Input