@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/NOTICE.txt +12 -19
  2. package/binding-directives/flat-binding.directive.d.ts +1 -1
  3. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  4. package/column-menu/column-chooser.component.d.ts +2 -2
  5. package/column-menu/column-list.component.d.ts +1 -1
  6. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  7. package/column-menu/column-menu-filter.component.d.ts +1 -1
  8. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  9. package/column-menu/column-menu-item.component.d.ts +2 -2
  10. package/column-menu/column-menu-lock.component.d.ts +1 -1
  11. package/column-menu/column-menu-sort.component.d.ts +1 -1
  12. package/column-menu/column-menu-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu.component.d.ts +2 -2
  14. package/column-resizing/column-handle.directive.d.ts +1 -1
  15. package/column-resizing/table.directive.d.ts +1 -1
  16. package/columns/checkbox-column.component.d.ts +1 -1
  17. package/columns/column-group.component.d.ts +1 -1
  18. package/columns/column.component.d.ts +1 -1
  19. package/columns/command-column.component.d.ts +1 -1
  20. package/columns/rowreorder-column.component.d.ts +1 -1
  21. package/columns/span-column.component.d.ts +1 -1
  22. package/directives.d.ts +164 -0
  23. package/dragdrop/draggable-column.directive.d.ts +1 -1
  24. package/dragdrop/drop-target.directive.d.ts +1 -1
  25. package/editing/add-command.directive.d.ts +1 -1
  26. package/editing/base-command.directive.d.ts +1 -1
  27. package/editing/cancel-command.directive.d.ts +1 -1
  28. package/editing/edit-command.directive.d.ts +1 -1
  29. package/editing/edit-template.directive.d.ts +1 -1
  30. package/editing/remove-command.directive.d.ts +1 -1
  31. package/editing/save-command.directive.d.ts +1 -1
  32. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  33. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  34. package/editing-directives/template-editing.directive.d.ts +1 -1
  35. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
  36. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
  37. package/esm2020/column-menu/column-chooser.component.mjs +9 -7
  38. package/esm2020/column-menu/column-list.component.mjs +6 -4
  39. package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
  40. package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
  41. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
  42. package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
  43. package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
  44. package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
  45. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
  46. package/esm2020/column-menu/column-menu.component.mjs +12 -10
  47. package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
  48. package/esm2020/column-resizing/column-resizing.service.mjs +5 -2
  49. package/esm2020/column-resizing/table.directive.mjs +3 -2
  50. package/esm2020/columns/checkbox-column.component.mjs +3 -2
  51. package/esm2020/columns/column-group.component.mjs +3 -2
  52. package/esm2020/columns/column.component.mjs +3 -2
  53. package/esm2020/columns/command-column.component.mjs +3 -2
  54. package/esm2020/columns/rowreorder-column.component.mjs +3 -2
  55. package/esm2020/columns/span-column.component.mjs +3 -2
  56. package/esm2020/directives.mjs +291 -0
  57. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
  58. package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
  59. package/esm2020/editing/add-command.directive.mjs +7 -5
  60. package/esm2020/editing/base-command.directive.mjs +7 -5
  61. package/esm2020/editing/cancel-command.directive.mjs +7 -5
  62. package/esm2020/editing/edit-command.directive.mjs +7 -5
  63. package/esm2020/editing/edit-template.directive.mjs +3 -2
  64. package/esm2020/editing/remove-command.directive.mjs +7 -5
  65. package/esm2020/editing/save-command.directive.mjs +7 -5
  66. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
  67. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
  68. package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
  69. package/esm2020/excel/excel-command.directive.mjs +7 -5
  70. package/esm2020/excel/excel.component.mjs +3 -2
  71. package/esm2020/excel/excel.module.mjs +10 -9
  72. package/esm2020/expand-state/expandable.directive.mjs +3 -2
  73. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
  74. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
  75. package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
  76. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
  77. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
  78. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
  79. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
  80. package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
  81. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
  82. package/esm2020/filtering/cell/row-filtering.module.mjs +51 -57
  83. package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
  84. package/esm2020/filtering/filter-input.directive.mjs +3 -2
  85. package/esm2020/filtering/filter-row.component.mjs +8 -6
  86. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
  87. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
  88. package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
  89. package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
  90. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
  91. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
  92. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
  93. package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
  94. package/esm2020/filtering/menu/filter-menu.module.mjs +53 -60
  95. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
  96. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
  97. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
  98. package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
  99. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
  100. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
  101. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
  102. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
  103. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
  104. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
  105. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
  106. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
  107. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
  108. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
  109. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
  110. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
  111. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
  112. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
  113. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
  114. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
  115. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
  116. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
  117. package/esm2020/filtering/shared-filtering.module.mjs +78 -135
  118. package/esm2020/index.mjs +2 -1
  119. package/esm2020/layout/resizable.directive.mjs +3 -2
  120. package/esm2020/localization/custom-messages.component.mjs +3 -2
  121. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  122. package/esm2020/navigation/focusable.directive.mjs +3 -2
  123. package/esm2020/navigation/logical-cell.directive.mjs +3 -2
  124. package/esm2020/navigation/logical-row.directive.mjs +3 -2
  125. package/esm2020/package-metadata.mjs +2 -2
  126. package/esm2020/pager/pager-info.component.mjs +3 -2
  127. package/esm2020/pager/pager-input.component.mjs +8 -8
  128. package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
  129. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  130. package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
  131. package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
  132. package/esm2020/pager/pager-template.directive.mjs +3 -2
  133. package/esm2020/pager/pager.component.mjs +11 -13
  134. package/esm2020/pager/pager.module.mjs +26 -74
  135. package/esm2020/pdf/pdf-command.directive.mjs +7 -5
  136. package/esm2020/pdf/pdf-margin.component.mjs +3 -2
  137. package/esm2020/pdf/pdf-template.directive.mjs +3 -2
  138. package/esm2020/pdf/pdf.component.mjs +3 -2
  139. package/esm2020/pdf/pdf.module.mjs +13 -28
  140. package/esm2020/rendering/body.module.mjs +23 -93
  141. package/esm2020/rendering/cell-template.directive.mjs +3 -2
  142. package/esm2020/rendering/cell.component.mjs +18 -13
  143. package/esm2020/rendering/common/col-group.component.mjs +6 -4
  144. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
  145. package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
  146. package/esm2020/rendering/common/loading.component.mjs +3 -2
  147. package/esm2020/rendering/common/spacer.component.mjs +3 -2
  148. package/esm2020/rendering/footer-template.directive.mjs +3 -2
  149. package/esm2020/rendering/header/header-template.directive.mjs +3 -2
  150. package/esm2020/rendering/header/header.component.mjs +17 -18
  151. package/esm2020/rendering/header/header.module.mjs +77 -41
  152. package/esm2020/rendering/list.component.mjs +11 -10
  153. package/esm2020/rendering/no-records-template.directive.mjs +3 -2
  154. package/esm2020/rendering/table-body.component.mjs +11 -9
  155. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
  156. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
  157. package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
  158. package/esm2020/selection/marquee.directive.mjs +3 -2
  159. package/esm2020/selection/selectable.directive.mjs +3 -2
  160. package/esm2020/shared.module.mjs +24 -73
  161. package/esm2020/treelist.component.mjs +21 -21
  162. package/esm2020/treelist.module.mjs +144 -192
  163. package/excel/excel-command.directive.d.ts +1 -1
  164. package/excel/excel.component.d.ts +1 -1
  165. package/excel/excel.module.d.ts +2 -3
  166. package/expand-state/expandable.directive.d.ts +1 -1
  167. package/fesm2015/progress-kendo-angular-treelist.mjs +13907 -14111
  168. package/fesm2020/progress-kendo-angular-treelist.mjs +13856 -14060
  169. package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
  170. package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
  171. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  172. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  173. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  174. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  175. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  176. package/filtering/cell/filter-cell.component.d.ts +1 -1
  177. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  178. package/filtering/cell/row-filtering.module.d.ts +36 -3
  179. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  180. package/filtering/filter-input.directive.d.ts +1 -1
  181. package/filtering/filter-row.component.d.ts +1 -1
  182. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  183. package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
  184. package/filtering/menu/date-filter-menu.component.d.ts +2 -2
  185. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  186. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  187. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
  188. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  189. package/filtering/menu/filter-menu.component.d.ts +4 -4
  190. package/filtering/menu/filter-menu.module.d.ts +36 -3
  191. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  192. package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
  193. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  194. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  195. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  196. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  197. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  198. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  199. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  200. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  201. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  202. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  203. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  204. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  205. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  206. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  207. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  208. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  209. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  210. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  211. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  212. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  213. package/filtering/shared-filtering.module.d.ts +21 -10
  214. package/index.d.ts +2 -1
  215. package/layout/resizable.directive.d.ts +1 -1
  216. package/localization/custom-messages.component.d.ts +1 -1
  217. package/localization/localized-messages.directive.d.ts +1 -1
  218. package/navigation/focusable.directive.d.ts +1 -1
  219. package/navigation/logical-cell.directive.d.ts +1 -1
  220. package/navigation/logical-row.directive.d.ts +1 -1
  221. package/package.json +15 -15
  222. package/pager/pager-info.component.d.ts +1 -1
  223. package/pager/pager-input.component.d.ts +2 -2
  224. package/pager/pager-next-buttons.component.d.ts +2 -2
  225. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  226. package/pager/pager-page-sizes.component.d.ts +2 -2
  227. package/pager/pager-prev-buttons.component.d.ts +2 -2
  228. package/pager/pager-template.directive.d.ts +1 -1
  229. package/pager/pager.component.d.ts +2 -2
  230. package/pager/pager.module.d.ts +15 -17
  231. package/pdf/pdf-command.directive.d.ts +1 -1
  232. package/pdf/pdf-margin.component.d.ts +1 -1
  233. package/pdf/pdf-template.directive.d.ts +1 -1
  234. package/pdf/pdf.component.d.ts +1 -1
  235. package/pdf/pdf.module.d.ts +1 -1
  236. package/rendering/body.module.d.ts +14 -19
  237. package/rendering/cell-template.directive.d.ts +1 -1
  238. package/rendering/cell.component.d.ts +4 -4
  239. package/rendering/common/col-group.component.d.ts +1 -1
  240. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  241. package/rendering/common/level-items.pipe.d.ts +1 -1
  242. package/rendering/common/loading.component.d.ts +1 -1
  243. package/rendering/common/spacer.component.d.ts +1 -1
  244. package/rendering/footer-template.directive.d.ts +1 -1
  245. package/rendering/header/header-template.directive.d.ts +1 -1
  246. package/rendering/header/header.component.d.ts +4 -4
  247. package/rendering/header/header.module.d.ts +69 -8
  248. package/rendering/list.component.d.ts +1 -1
  249. package/rendering/no-records-template.directive.d.ts +1 -1
  250. package/rendering/table-body.component.d.ts +1 -1
  251. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  252. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  253. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  254. package/schematics/ngAdd/index.js +3 -3
  255. package/selection/marquee.directive.d.ts +1 -1
  256. package/selection/selectable.directive.d.ts +1 -1
  257. package/shared.module.d.ts +6 -7
  258. package/treelist.component.d.ts +3 -3
  259. package/treelist.module.d.ts +79 -71
  260. package/column-menu/column-menu.module.d.ts +0 -27
  261. package/dragdrop/drag-and-drop.module.d.ts +0 -15
  262. package/esm2020/column-menu/column-menu.module.mjs +0 -78
  263. package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
  264. package/esm2020/rendering/common/template-context.directive.mjs +0 -40
  265. package/rendering/common/template-context.directive.d.ts +0 -19
@@ -23,20 +23,31 @@ import * as i17 from "./operators/after-eq-filter-operator.component";
23
23
  import * as i18 from "./operators/before-eq-filter-operator.component";
24
24
  import * as i19 from "./operators/before-filter-operator.component";
25
25
  import * as i20 from "./filter-input.directive";
26
- import * as i21 from "@angular/common";
27
- import * as i22 from "@angular/forms";
28
- import * as i23 from "@progress/kendo-angular-dropdowns";
29
- import * as i24 from "@progress/kendo-angular-inputs";
30
- import * as i25 from "@progress/kendo-angular-dateinputs";
31
- import * as i26 from "@progress/kendo-angular-popup";
32
- import * as i27 from "../shared.module";
33
- import * as i28 from "@progress/kendo-angular-buttons";
26
+ import * as i21 from "../columns/column.component";
27
+ import * as i22 from "../columns/column-group.component";
28
+ import * as i23 from "../navigation/logical-cell.directive";
29
+ import * as i24 from "../navigation/logical-row.directive";
30
+ import * as i25 from "../navigation/focusable.directive";
31
+ import * as i26 from "../rendering/common/col-group.component";
32
+ import * as i27 from "../layout/resizable.directive";
33
+ import * as i28 from "@progress/kendo-angular-common";
34
+ import * as i29 from "../rendering/common/field-accessor.pipe";
35
+ import * as i30 from "../columns/span-column.component";
36
+ import * as i31 from "../column-resizing/table.directive";
37
+ import * as i32 from "../rendering/common/loading.component";
38
+ import * as i33 from "../columns/checkbox-column.component";
39
+ import * as i34 from "../columns/rowreorder-column.component";
40
+ import * as i35 from "@progress/kendo-angular-dropdowns";
41
+ import * as i36 from "@progress/kendo-angular-inputs";
42
+ import * as i37 from "@progress/kendo-angular-dateinputs";
43
+ import * as i38 from "@progress/kendo-angular-popup";
44
+ import * as i39 from "@progress/kendo-angular-buttons";
34
45
  /**
35
46
  * @hidden
47
+ * @deprecated
36
48
  */
37
49
  export declare class SharedFilterModule {
38
- static exports(): any[];
39
50
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedFilterModule, never>;
40
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedFilterModule, [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective], [typeof i21.CommonModule, typeof i22.ReactiveFormsModule, typeof i22.FormsModule, typeof i23.DropDownListModule, typeof i23.AutoCompleteModule, typeof i24.InputsModule, typeof i25.DatePickerModule, typeof i26.PopupModule, typeof i27.SharedModule, typeof i28.ButtonModule], [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i21.CommonModule, typeof i22.ReactiveFormsModule, typeof i22.FormsModule, typeof i23.DropDownListModule, typeof i23.AutoCompleteModule, typeof i24.InputsModule, typeof i25.DatePickerModule, typeof i26.PopupModule, typeof i27.SharedModule, typeof i28.ButtonModule, typeof i20.FilterInputDirective]>;
51
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedFilterModule, never, [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.TableDirective, typeof i32.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i33.CheckboxColumnComponent, typeof i34.RowReorderColumnComponent], [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.TableDirective, typeof i32.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i33.CheckboxColumnComponent, typeof i34.RowReorderColumnComponent, typeof i35.DropDownListModule, typeof i35.AutoCompleteModule, typeof i36.InputsModule, typeof i37.DatePickerModule, typeof i38.PopupModule, typeof i39.ButtonModule]>;
41
52
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedFilterModule>;
42
53
  }
package/index.d.ts CHANGED
@@ -29,7 +29,6 @@ export { TreeListItem } from './data/treelist-item.interface';
29
29
  export { ScrollMode } from './scrolling/scrollmode';
30
30
  export { ColumnSortSettings, SortSettings } from './columns/sort-settings';
31
31
  export { ResizableContainerDirective } from './layout/resizable.directive';
32
- export { TemplateContextDirective } from './rendering/common/template-context.directive';
33
32
  export { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
34
33
  export { FilterService } from './filtering/filter.service';
35
34
  export { RowReorderService } from './row-reordering/row-reorder.service';
@@ -179,3 +178,5 @@ export { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
179
178
  export { TableDirective } from './column-resizing/table.directive';
180
179
  export { LevelItemsPipe } from './rendering/common/level-items.pipe';
181
180
  export { BaseCommandDirective } from './editing/base-command.directive';
181
+ export { ColumnResizingService } from './column-resizing/column-resizing.service';
182
+ export * from './directives';
@@ -24,5 +24,5 @@ export declare class ResizableContainerDirective implements OnDestroy {
24
24
  private attachResize;
25
25
  private resize;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizableContainerDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableContainerDirective, "[kendoTreeListResizableContainer]", never, { "lockedWidth": "lockedWidth"; "kendoTreeListResizableContainer": "kendoTreeListResizableContainer"; }, {}, never, never, false, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableContainerDirective, "[kendoTreeListResizableContainer]", never, { "lockedWidth": "lockedWidth"; "kendoTreeListResizableContainer": "kendoTreeListResizableContainer"; }, {}, never, never, true, never>;
28
28
  }
@@ -14,5 +14,5 @@ export declare class CustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-treelist-messages", never, {}, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-treelist-messages", never, {}, {}, never, never, true, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTreeListLocalizedMessages]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTreeListLocalizedMessages]", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -85,5 +85,5 @@ export declare class FocusableDirective implements AfterViewInit, FocusableEleme
85
85
  */
86
86
  registerElement(element: FocusableElement): void;
87
87
  static ɵfac: i0.ɵɵFactoryDeclaration<FocusableDirective, [null, null, { optional: true; }]>;
88
- static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoTreeListFocusable], [kendoTreeListAddCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListCancelCommand] ", never, { "cellContext": "kendoTreeListFocusable"; "enabled": "enabled"; "addCellContext": "kendoTreeListAddCommand"; "editCellContext": "kendoTreeListEditCommand"; "removeCellContext": "kendoTreeListRemoveCommand"; "saveCellContext": "kendoTreeListSaveCommand"; "cancelCellContext": "kendoTreeListCancelCommand"; }, {}, never, never, false, never>;
88
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoTreeListFocusable], [kendoTreeListAddCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListCancelCommand] ", never, { "cellContext": "kendoTreeListFocusable"; "enabled": "enabled"; "addCellContext": "kendoTreeListAddCommand"; "editCellContext": "kendoTreeListEditCommand"; "removeCellContext": "kendoTreeListRemoveCommand"; "saveCellContext": "kendoTreeListSaveCommand"; "cancelCellContext": "kendoTreeListCancelCommand"; }, {}, never, never, true, never>;
89
89
  }
@@ -48,5 +48,5 @@ export declare class LogicalCellDirective implements LogicalCell, OnInit, OnChan
48
48
  private isFocusable;
49
49
  private isFocused;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<LogicalCellDirective, never>;
51
- static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalCellDirective, "[kendoTreeListLogicalCell]", never, { "logicalColIndex": "logicalColIndex"; "logicalRowIndex": "logicalRowIndex"; "logicalSlaveCell": "logicalSlaveCell"; "column": "column"; "colIndex": "colIndex"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "expandable": "expandable"; }, {}, never, never, false, never>;
51
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalCellDirective, "[kendoTreeListLogicalCell]", never, { "logicalColIndex": "logicalColIndex"; "logicalRowIndex": "logicalRowIndex"; "logicalSlaveCell": "logicalSlaveCell"; "column": "column"; "colIndex": "colIndex"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "expandable": "expandable"; }, {}, never, never, true, never>;
52
52
  }
@@ -33,5 +33,5 @@ export declare class LogicalRowDirective implements LogicalRow, OnDestroy, OnCha
33
33
  ngOnDestroy(): void;
34
34
  private get columnsArray();
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<LogicalRowDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalRowDirective, "[kendoTreeListLogicalRow]", never, { "logicalRowIndex": "logicalRowIndex"; "logicalSlaveRow": "logicalSlaveRow"; "logicalCellsCount": "logicalCellsCount"; "logicalSlaveCellsCount": "logicalSlaveCellsCount"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "isNew": "isNew"; "totalColumns": "totalColumns"; }, {}, never, never, false, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalRowDirective, "[kendoTreeListLogicalRow]", never, { "logicalRowIndex": "logicalRowIndex"; "logicalSlaveRow": "logicalSlaveRow"; "logicalCellsCount": "logicalCellsCount"; "logicalSlaveCellsCount": "logicalSlaveCellsCount"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "isNew": "isNew"; "totalColumns": "totalColumns"; }, {}, never, never, true, never>;
37
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "16.5.0",
3
+ "version": "16.6.0-develop.10",
4
4
  "description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -31,24 +31,24 @@
31
31
  "@progress/kendo-data-query": "^1.0.0",
32
32
  "@progress/kendo-drawing": "^1.19.0",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-buttons": "16.5.0",
35
- "@progress/kendo-angular-common": "16.5.0",
36
- "@progress/kendo-angular-dateinputs": "16.5.0",
37
- "@progress/kendo-angular-dropdowns": "16.5.0",
38
- "@progress/kendo-angular-excel-export": "16.5.0",
39
- "@progress/kendo-angular-icons": "16.5.0",
40
- "@progress/kendo-angular-inputs": "16.5.0",
41
- "@progress/kendo-angular-intl": "16.5.0",
42
- "@progress/kendo-angular-l10n": "16.5.0",
43
- "@progress/kendo-angular-label": "16.5.0",
44
- "@progress/kendo-angular-pdf-export": "16.5.0",
45
- "@progress/kendo-angular-popup": "16.5.0",
46
- "@progress/kendo-angular-utils": "16.5.0",
34
+ "@progress/kendo-angular-buttons": "16.6.0-develop.10",
35
+ "@progress/kendo-angular-common": "16.6.0-develop.10",
36
+ "@progress/kendo-angular-dateinputs": "16.6.0-develop.10",
37
+ "@progress/kendo-angular-dropdowns": "16.6.0-develop.10",
38
+ "@progress/kendo-angular-excel-export": "16.6.0-develop.10",
39
+ "@progress/kendo-angular-icons": "16.6.0-develop.10",
40
+ "@progress/kendo-angular-inputs": "16.6.0-develop.10",
41
+ "@progress/kendo-angular-intl": "16.6.0-develop.10",
42
+ "@progress/kendo-angular-l10n": "16.6.0-develop.10",
43
+ "@progress/kendo-angular-label": "16.6.0-develop.10",
44
+ "@progress/kendo-angular-pdf-export": "16.6.0-develop.10",
45
+ "@progress/kendo-angular-popup": "16.6.0-develop.10",
46
+ "@progress/kendo-angular-utils": "16.6.0-develop.10",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "16.5.0",
51
+ "@progress/kendo-angular-schematics": "16.6.0-develop.10",
52
52
  "@progress/kendo-common": "^0.2.0",
53
53
  "@progress/kendo-file-saver": "^1.0.0"
54
54
  },
@@ -39,5 +39,5 @@ export declare class PagerInfoComponent extends PagerElementComponent {
39
39
  constructor(localization: LocalizationService, cd: ChangeDetectorRef, pagerContext: PagerContextService);
40
40
  protected onChanges({ allCount, total, skip, pageSize }: PagerContextChanges): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerInfoComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerInfoComponent, "kendo-treelist-pager-info", never, {}, {}, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerInfoComponent, "kendo-treelist-pager-info", never, {}, {}, never, never, true, never>;
43
43
  }
@@ -4,8 +4,8 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
6
6
  import { ChangeDetectorRef, NgZone } from '@angular/core';
7
- import { PagerElementComponent } from './pager-element.component';
8
7
  import { LocalizationService } from "@progress/kendo-angular-l10n";
8
+ import { PagerElementComponent } from './pager-element.component';
9
9
  import { PagerContextService, PagerContextChanges } from "./pager-context.service";
10
10
  import { NavigationService } from '../navigation/navigation.service';
11
11
  import * as i0 from "@angular/core";
@@ -41,5 +41,5 @@ export declare class PagerInputComponent extends PagerElementComponent {
41
41
  get hasPages(): boolean;
42
42
  protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerInputComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerInputComponent, "kendo-treelist-pager-input", never, {}, {}, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerInputComponent, "kendo-treelist-pager-input", never, {}, {}, never, never, true, never>;
45
45
  }
@@ -3,9 +3,9 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectorRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { PagerContextService, PagerContextChanges } from "./pager-context.service";
7
8
  import { PagerElementComponent } from './pager-element.component';
8
- import { LocalizationService } from '@progress/kendo-angular-l10n';
9
9
  import { NavigationService } from '../navigation/navigation.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
@@ -32,5 +32,5 @@ export declare class PagerNextButtonsComponent extends PagerElementComponent {
32
32
  onButtonClick(buttonName: string): void;
33
33
  protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerNextButtonsComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerNextButtonsComponent, "kendo-treelist-pager-next-buttons", never, { "navigable": "navigable"; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerNextButtonsComponent, "kendo-treelist-pager-next-buttons", never, { "navigable": "navigable"; }, {}, never, never, true, never>;
36
36
  }
@@ -48,5 +48,5 @@ export declare class PagerNumericButtonsComponent extends PagerElementComponent
48
48
  onSelectChange(e: Event): void;
49
49
  protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerNumericButtonsComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerNumericButtonsComponent, "kendo-treelist-pager-numeric-buttons", never, { "buttonCount": "buttonCount"; }, {}, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerNumericButtonsComponent, "kendo-treelist-pager-numeric-buttons", never, { "buttonCount": "buttonCount"; }, {}, never, never, true, never>;
52
52
  }
@@ -3,8 +3,8 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectorRef, ElementRef } from '@angular/core';
6
- import { PagerElementComponent } from './pager-element.component';
7
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { PagerElementComponent } from './pager-element.component';
8
8
  import { PagerContextService, PagerContextChanges } from "./pager-context.service";
9
9
  import { PageSizeItem } from './pagesize-item.interface';
10
10
  import * as i0 from "@angular/core";
@@ -44,5 +44,5 @@ export declare class PagerPageSizesComponent extends PagerElementComponent {
44
44
  getValue(page: PageSizeItem): number;
45
45
  protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerPageSizesComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerPageSizesComponent, "kendo-treelist-pager-page-sizes", never, { "pageSizes": "pageSizes"; }, {}, never, never, false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerPageSizesComponent, "kendo-treelist-pager-page-sizes", never, { "pageSizes": "pageSizes"; }, {}, never, never, true, never>;
48
48
  }
@@ -3,9 +3,9 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectorRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { PagerContextService, PagerContextChanges } from "./pager-context.service";
7
8
  import { PagerElementComponent } from './pager-element.component';
8
- import { LocalizationService } from '@progress/kendo-angular-l10n';
9
9
  import { NavigationService } from '../navigation/navigation.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
@@ -28,5 +28,5 @@ export declare class PagerPrevButtonsComponent extends PagerElementComponent {
28
28
  onButtonClick(buttonName: string): void;
29
29
  protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerPrevButtonsComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerPrevButtonsComponent, "kendo-treelist-pager-prev-buttons", never, {}, {}, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerPrevButtonsComponent, "kendo-treelist-pager-prev-buttons", never, {}, {}, never, never, true, never>;
32
32
  }
@@ -34,5 +34,5 @@ export declare class PagerTemplateDirective {
34
34
  templateRef: TemplateRef<any>;
35
35
  constructor(templateRef: TemplateRef<any>);
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerTemplateDirective, [{ optional: true; }]>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<PagerTemplateDirective, "[kendoTreeListPagerTemplate]", never, {}, {}, never, never, false, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PagerTemplateDirective, "[kendoTreeListPagerTemplate]", never, {}, {}, never, never, true, never>;
38
38
  }
@@ -3,11 +3,11 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EventEmitter, OnChanges, SimpleChanges, OnInit, OnDestroy, ElementRef, Renderer2, NgZone } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { PagerSettings } from './pager-settings';
7
8
  import { PageChangeEvent } from '../data/change-event-args.interface';
8
9
  import { PagerTemplateDirective } from "./pager-template.directive";
9
10
  import { PagerContextService } from "./pager-context.service";
10
- import { LocalizationService } from '@progress/kendo-angular-l10n';
11
11
  import { FocusRoot } from '../navigation/focus-root';
12
12
  import { NavigationService } from '../navigation/navigation.service';
13
13
  import { FocusGroup } from '../navigation/focus-group';
@@ -69,5 +69,5 @@ export declare class PagerComponent implements OnChanges, OnInit, OnDestroy {
69
69
  private shouldTriggerPageChange;
70
70
  private clearResponsiveStyling;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "kendo-treelist-pager", never, { "allCount": "allCount"; "total": "total"; "skip": "skip"; "navigable": "navigable"; "pageSize": "pageSize"; "options": "options"; "template": "template"; }, { "pageChange": "pageChange"; }, never, never, false, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "kendo-treelist-pager", never, { "allCount": "allCount"; "total": "total"; "skip": "skip"; "navigable": "navigable"; "pageSize": "pageSize"; "options": "options"; "template": "template"; }, { "pageChange": "pageChange"; }, never, never, true, never>;
73
73
  }
@@ -3,27 +3,25 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "./pager.component";
7
- import * as i2 from "./pager-prev-buttons.component";
8
- import * as i3 from "./pager-next-buttons.component";
9
- import * as i4 from "./pager-numeric-buttons.component";
10
- import * as i5 from "./pager-input.component";
11
- import * as i6 from "./pager-info.component";
12
- import * as i7 from "./pager-page-sizes.component";
13
- import * as i8 from "./pager-template.directive";
14
- import * as i9 from "@angular/common";
15
- import * as i10 from "@progress/kendo-angular-inputs";
16
- import * as i11 from "@progress/kendo-angular-label";
17
- import * as i12 from "@progress/kendo-angular-buttons";
18
- import * as i13 from "@progress/kendo-angular-dropdowns";
19
- import * as i14 from "@progress/kendo-angular-common";
20
- import * as i15 from "../shared.module";
6
+ import * as i1 from "@progress/kendo-angular-inputs";
7
+ import * as i2 from "@progress/kendo-angular-common";
8
+ import * as i3 from "@progress/kendo-angular-label";
9
+ import * as i4 from "@progress/kendo-angular-buttons";
10
+ import * as i5 from "@progress/kendo-angular-dropdowns";
11
+ import * as i6 from "./pager.component";
12
+ import * as i7 from "./pager-prev-buttons.component";
13
+ import * as i8 from "./pager-next-buttons.component";
14
+ import * as i9 from "./pager-numeric-buttons.component";
15
+ import * as i10 from "./pager-input.component";
16
+ import * as i11 from "./pager-info.component";
17
+ import * as i12 from "./pager-page-sizes.component";
18
+ import * as i13 from "./pager-template.directive";
21
19
  /**
22
20
  * @hidden
21
+ * @deprecated
23
22
  */
24
23
  export declare class PagerModule {
25
- static exports(): any[];
26
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent, typeof i2.PagerPrevButtonsComponent, typeof i3.PagerNextButtonsComponent, typeof i4.PagerNumericButtonsComponent, typeof i5.PagerInputComponent, typeof i6.PagerInfoComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerTemplateDirective], [typeof i9.CommonModule, typeof i10.InputsModule, typeof i11.LabelModule, typeof i12.ButtonModule, typeof i13.DropDownsModule, typeof i14.ResizeSensorModule, typeof i15.SharedModule, typeof i14.EventsModule], [typeof i1.PagerComponent, typeof i2.PagerPrevButtonsComponent, typeof i3.PagerNextButtonsComponent, typeof i4.PagerNumericButtonsComponent, typeof i5.PagerInputComponent, typeof i6.PagerInfoComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerTemplateDirective]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, never, [typeof i1.TextBoxDirective, typeof i1.TextBoxComponent, typeof i1.InputSeparatorComponent, typeof i1.TextBoxSuffixTemplateDirective, typeof i1.TextBoxPrefixTemplateDirective, typeof i1.TextBoxCustomMessagesComponent, typeof i1.NumericTextBoxComponent, typeof i1.NumericTextBoxCustomMessagesComponent, typeof i2.PrefixTemplateDirective, typeof i2.SuffixTemplateDirective, typeof i1.MaskedTextBoxComponent, typeof i1.TextAreaComponent, typeof i1.TextAreaDirective, typeof i1.TextAreaPrefixComponent, typeof i1.TextAreaSuffixComponent, typeof i1.CheckBoxComponent, typeof i1.CheckBoxDirective, typeof i1.RadioButtonComponent, typeof i1.RadioButtonDirective, typeof i1.SwitchComponent, typeof i1.SwitchCustomMessagesComponent, typeof i1.FormFieldComponent, typeof i1.HintComponent, typeof i1.ErrorComponent, typeof i1.SliderComponent, typeof i1.SliderCustomMessagesComponent, typeof i1.LabelTemplateDirective, typeof i1.RangeSliderComponent, typeof i1.RangeSliderCustomMessagesComponent, typeof i1.LabelTemplateDirective, typeof i1.RatingComponent, typeof i1.RatingItemTemplateDirective, typeof i1.RatingHoveredItemTemplateDirective, typeof i1.RatingSelectedItemTemplateDirective, typeof i1.SignatureComponent, typeof i1.SignatureCustomMessagesComponent, typeof i1.ColorPickerComponent, typeof i1.ColorPickerCustomMessagesComponent, typeof i1.FlatColorPickerComponent, typeof i1.ColorPickerCustomMessagesComponent, typeof i1.ColorGradientComponent, typeof i1.ColorPickerCustomMessagesComponent, typeof i1.ColorPaletteComponent, typeof i1.ColorPickerCustomMessagesComponent, typeof i3.LabelDirective, typeof i3.LabelComponent, typeof i3.CustomMessagesComponent, typeof i4.ButtonComponent, typeof i5.AutoCompleteComponent, typeof i5.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.ItemTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.FilterDirective, typeof i5.CustomMessagesComponent, typeof i2.SuffixTemplateDirective, typeof i2.PrefixTemplateDirective, typeof i5.ComboBoxComponent, typeof i5.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.ItemTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.FilterDirective, typeof i5.CustomMessagesComponent, typeof i2.SuffixTemplateDirective, typeof i2.PrefixTemplateDirective, typeof i5.MultiColumnComboBoxComponent, typeof i5.ComboBoxColumnComponent, typeof i5.ColumnHeaderTemplateDirective, typeof i5.ColumnCellTemplateDirective, typeof i5.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.ItemTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.FilterDirective, typeof i5.CustomMessagesComponent, typeof i2.SuffixTemplateDirective, typeof i2.PrefixTemplateDirective, typeof i5.DropDownListComponent, typeof i5.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.ItemTemplateDirective, typeof i5.ValueTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.FilterDirective, typeof i5.CustomMessagesComponent, typeof i5.MultiSelectComponent, typeof i5.SummaryTagDirective, typeof i5.CustomItemTemplateDirective, typeof i5.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.GroupTemplateDirective, typeof i5.GroupTagTemplateDirective, typeof i5.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.ItemTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.FilterDirective, typeof i5.CustomMessagesComponent, typeof i2.SuffixTemplateDirective, typeof i2.PrefixTemplateDirective, typeof i5.DropDownTreeComponent, typeof i5.DropDownTreeFlatBindingDirective, typeof i5.DropDownTreeHierarchyBindingDirective, typeof i5.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.ValueTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.CustomMessagesComponent, typeof i5.MultiSelectTreeComponent, typeof i5.MultiSelectTreeFlatBindingDirective, typeof i5.MultiSelectTreeHierarchyBindingDirective, typeof i5.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i5.MultiSelectTreeSummaryTagDirective, typeof i5.GroupTagTemplateDirective, typeof i5.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i5.FooterTemplateDirective, typeof i5.ValueTemplateDirective, typeof i5.NoDataTemplateDirective, typeof i5.CustomMessagesComponent, typeof i6.PagerComponent, typeof i7.PagerPrevButtonsComponent, typeof i8.PagerNextButtonsComponent, typeof i9.PagerNumericButtonsComponent, typeof i10.PagerInputComponent, typeof i11.PagerInfoComponent, typeof i12.PagerPageSizesComponent, typeof i13.PagerTemplateDirective], [typeof i6.PagerComponent, typeof i7.PagerPrevButtonsComponent, typeof i8.PagerNextButtonsComponent, typeof i9.PagerNumericButtonsComponent, typeof i10.PagerInputComponent, typeof i11.PagerInfoComponent, typeof i12.PagerPageSizesComponent, typeof i13.PagerTemplateDirective]>;
28
26
  static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
29
27
  }
@@ -37,5 +37,5 @@ export declare class PDFCommandDirective extends Button {
37
37
  get pdfClass(): boolean;
38
38
  constructor(pdfService: PDFService, element: ElementRef, renderer: Renderer, localization: LocalizationService, ngZone: NgZone);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<PDFCommandDirective, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<PDFCommandDirective, "[kendoTreeListPDFCommand]", never, {}, {}, never, ["*"], false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDFCommandDirective, "[kendoTreeListPDFCommand]", never, {}, {}, never, ["*"], true, never>;
41
41
  }
@@ -15,5 +15,5 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export declare class PDFMarginComponent extends PDFExportMarginComponent {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PDFMarginComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<PDFMarginComponent, "kendo-treelist-pdf-margin", never, {}, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDFMarginComponent, "kendo-treelist-pdf-margin", never, {}, {}, never, never, true, never>;
19
19
  }
@@ -30,5 +30,5 @@ import * as i0 from "@angular/core";
30
30
  export declare class PDFTemplateDirective extends PDFExportTemplateDirective {
31
31
  constructor(templateRef: TemplateRef<any>);
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<PDFTemplateDirective, [{ optional: true; }]>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<PDFTemplateDirective, "[kendoTreeListPDFTemplate]", never, {}, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PDFTemplateDirective, "[kendoTreeListPDFTemplate]", never, {}, {}, never, never, true, never>;
34
34
  }
@@ -61,5 +61,5 @@ export declare class PDFComponent extends PDFExportComponent implements OnDestro
61
61
  protected reset(): void;
62
62
  protected onStable(callback: () => void): void;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<PDFComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<PDFComponent, "kendo-treelist-pdf", never, { "allPages": "allPages"; }, {}, ["marginComponent", "pageTemplateDirective", "columns"], never, false, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDFComponent, "kendo-treelist-pdf", never, { "allPages": "allPages"; }, {}, ["marginComponent", "pageTemplateDirective", "columns"], never, true, never>;
65
65
  }
@@ -30,6 +30,6 @@ import * as i5 from "@progress/kendo-angular-icons";
30
30
  */
31
31
  export declare class PDFModule {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<PDFModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective], [typeof i5.IconsModule], [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective]>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, never, [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective, typeof i5.IconComponent, typeof i5.SVGIconComponent], [typeof i1.PDFComponent, typeof i2.PDFMarginComponent, typeof i3.PDFCommandDirective, typeof i4.PDFTemplateDirective]>;
34
34
  static ɵinj: i0.ɵɵInjectorDeclaration<PDFModule>;
35
35
  }
@@ -5,29 +5,24 @@
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "../columns/command-column.component";
7
7
  import * as i2 from "./cell-template.directive";
8
- import * as i3 from "../editing/edit-template.directive";
9
- import * as i4 from "./table-body.component";
10
- import * as i5 from "./no-records-template.directive";
11
- import * as i6 from "./cell.component";
12
- import * as i7 from "../editing/base-command.directive";
13
- import * as i8 from "../editing/edit-command.directive";
14
- import * as i9 from "../editing/cancel-command.directive";
15
- import * as i10 from "../editing/save-command.directive";
16
- import * as i11 from "../editing/remove-command.directive";
17
- import * as i12 from "../editing/add-command.directive";
18
- import * as i13 from "./common/level-items.pipe";
19
- import * as i14 from "./footer-template.directive";
20
- import * as i15 from "@angular/common";
21
- import * as i16 from "@angular/forms";
22
- import * as i17 from "../shared.module";
23
- import * as i18 from "@progress/kendo-angular-inputs";
24
- import * as i19 from "@progress/kendo-angular-dateinputs";
8
+ import * as i3 from "./cell.component";
9
+ import * as i4 from "./no-records-template.directive";
10
+ import * as i5 from "../editing/edit-template.directive";
11
+ import * as i6 from "../editing/edit-command.directive";
12
+ import * as i7 from "../editing/cancel-command.directive";
13
+ import * as i8 from "../editing/save-command.directive";
14
+ import * as i9 from "../editing/remove-command.directive";
15
+ import * as i10 from "../editing/add-command.directive";
16
+ import * as i11 from "./footer-template.directive";
17
+ import * as i12 from "@progress/kendo-angular-inputs";
18
+ import * as i13 from "@progress/kendo-angular-common";
19
+ import * as i14 from "@progress/kendo-angular-dateinputs";
25
20
  /**
26
21
  * @hidden
22
+ * @deprecated
27
23
  */
28
24
  export declare class BodyModule {
29
- static exports(): any[];
30
25
  static ɵfac: i0.ɵɵFactoryDeclaration<BodyModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<BodyModule, [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.EditTemplateDirective, typeof i4.TableBodyComponent, typeof i5.NoRecordsTemplateDirective, typeof i6.CellComponent, typeof i7.BaseCommandDirective, typeof i8.EditCommandDirective, typeof i9.CancelCommandDirective, typeof i10.SaveCommandDirective, typeof i11.RemoveCommandDirective, typeof i12.AddCommandDirective, typeof i13.LevelItemsPipe, typeof i14.FooterTemplateDirective], [typeof i15.CommonModule, typeof i16.ReactiveFormsModule, typeof i16.FormsModule, typeof i17.SharedModule, typeof i18.NumericTextBoxModule, typeof i19.DatePickerModule], [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.EditTemplateDirective, typeof i4.TableBodyComponent, typeof i5.NoRecordsTemplateDirective, typeof i6.CellComponent, typeof i7.BaseCommandDirective, typeof i8.EditCommandDirective, typeof i9.CancelCommandDirective, typeof i10.SaveCommandDirective, typeof i11.RemoveCommandDirective, typeof i12.AddCommandDirective, typeof i13.LevelItemsPipe, typeof i14.FooterTemplateDirective]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BodyModule, never, [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.CellComponent, typeof i4.NoRecordsTemplateDirective, typeof i5.EditTemplateDirective, typeof i6.EditCommandDirective, typeof i7.CancelCommandDirective, typeof i8.SaveCommandDirective, typeof i9.RemoveCommandDirective, typeof i10.AddCommandDirective, typeof i11.FooterTemplateDirective, typeof i12.NumericTextBoxComponent, typeof i12.NumericTextBoxCustomMessagesComponent, typeof i13.PrefixTemplateDirective, typeof i13.SuffixTemplateDirective, typeof i14.DatePickerCustomMessagesComponent, typeof i14.DatePickerComponent, typeof i14.CellTemplateDirective, typeof i14.CenturyCellTemplateDirective, typeof i14.DecadeCellTemplateDirective, typeof i14.FooterTemplateDirective, typeof i14.HeaderTemplateDirective, typeof i14.HeaderTitleTemplateDirective, typeof i14.MonthCellTemplateDirective, typeof i14.NavigationItemTemplateDirective, typeof i14.WeekNumberCellTemplateDirective, typeof i14.YearCellTemplateDirective, typeof i14.NavigationItemTemplateDirective], [typeof i1.CommandColumnComponent, typeof i2.CellTemplateDirective, typeof i3.CellComponent, typeof i4.NoRecordsTemplateDirective, typeof i5.EditTemplateDirective, typeof i6.EditCommandDirective, typeof i7.CancelCommandDirective, typeof i8.SaveCommandDirective, typeof i9.RemoveCommandDirective, typeof i10.AddCommandDirective, typeof i11.FooterTemplateDirective]>;
32
27
  static ɵinj: i0.ɵɵInjectorDeclaration<BodyModule>;
33
28
  }
@@ -35,5 +35,5 @@ export declare class CellTemplateDirective {
35
35
  templateRef: TemplateRef<any>;
36
36
  constructor(templateRef: TemplateRef<any>);
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CellTemplateDirective, [{ optional: true; }]>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoTreeListCellTemplate]", never, {}, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoTreeListCellTemplate]", never, {}, {}, never, never, true, never>;
39
39
  }
@@ -3,12 +3,12 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AfterContentChecked, DoCheck } from '@angular/core';
6
- import { EditService } from '../editing/edit.service';
7
- import { ColumnComponent } from '../columns/column.component';
8
6
  import { FormGroup } from '@angular/forms';
9
- import { FocusGroup } from '../navigation/focus-group';
10
7
  import { SVGIcon } from '@progress/kendo-svg-icons';
11
8
  import { LocalizationService } from "@progress/kendo-angular-l10n";
9
+ import { EditService } from '../editing/edit.service';
10
+ import { ColumnComponent } from '../columns/column.component';
11
+ import { FocusGroup } from '../navigation/focus-group';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
14
  * @hidden
@@ -59,5 +59,5 @@ export declare class CellComponent implements AfterContentChecked, DoCheck {
59
59
  get arrowSVGIcon(): SVGIcon;
60
60
  messageFor(token: string): string;
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<CellComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent, "[kendoTreeListCell]", never, { "column": "column"; "columnIndex": "columnIndex"; "isNew": "isNew"; "level": "level"; "hasChildren": "hasChildren"; "isExpanded": "isExpanded"; "loading": "loading"; "expandIcons": "expandIcons"; "selected": "selected"; "dataItem": "dataItem"; "viewItem": "viewItem"; }, {}, never, never, false, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent, "[kendoTreeListCell]", never, { "column": "column"; "columnIndex": "columnIndex"; "isNew": "isNew"; "level": "level"; "hasChildren": "hasChildren"; "isExpanded": "isExpanded"; "loading": "loading"; "expandIcons": "expandIcons"; "selected": "selected"; "dataItem": "dataItem"; "viewItem": "viewItem"; }, {}, never, never, true, never>;
63
63
  }
@@ -13,5 +13,5 @@ export declare class ColGroupComponent {
13
13
  get columnsToRender(): Array<ColumnBase>;
14
14
  trackBy(index: number, _item: any): any;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ColGroupComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ColGroupComponent, "[kendoTreeListColGroup]", never, { "columns": "columns"; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColGroupComponent, "[kendoTreeListColGroup]", never, { "columns": "columns"; }, {}, never, never, true, never>;
17
17
  }
@@ -14,5 +14,5 @@ export declare class FieldAccessorPipe implements PipeTransform {
14
14
  transform(dataItem: any, fieldName: string, format?: any): any;
15
15
  private formatValue;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldAccessorPipe, never>;
17
- static ɵpipe: i0.ɵɵPipeDeclaration<FieldAccessorPipe, "valueOf", false>;
17
+ static ɵpipe: i0.ɵɵPipeDeclaration<FieldAccessorPipe, "valueOf", true>;
18
18
  }
@@ -10,5 +10,5 @@ import * as i0 from "@angular/core";
10
10
  export declare class LevelItemsPipe implements PipeTransform {
11
11
  transform(level: number, hasChildren?: boolean): any;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LevelItemsPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<LevelItemsPipe, "levelItems", false>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<LevelItemsPipe, "levelItems", true>;
14
14
  }
@@ -13,5 +13,5 @@ export declare class LoadingComponent {
13
13
  get loadingText(): string;
14
14
  constructor(localization: LocalizationService);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoTreeListLoading]", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoTreeListLoading]", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -21,5 +21,5 @@ export declare class TreeListSpacerComponent {
21
21
  */
22
22
  width: string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeListSpacerComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeListSpacerComponent, "kendo-treelist-spacer, kendo-treelist-pager-spacer", never, { "width": "width"; }, {}, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeListSpacerComponent, "kendo-treelist-spacer, kendo-treelist-pager-spacer", never, { "width": "width"; }, {}, never, never, true, never>;
25
25
  }
@@ -32,5 +32,5 @@ export declare class FooterTemplateDirective {
32
32
  templateRef: TemplateRef<any>;
33
33
  constructor(templateRef: TemplateRef<any>);
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, [{ optional: true; }]>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoTreeListFooterTemplate]", never, {}, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoTreeListFooterTemplate]", never, {}, {}, never, never, true, never>;
36
36
  }
@@ -30,5 +30,5 @@ export declare class HeaderTemplateDirective {
30
30
  templateRef: TemplateRef<any>;
31
31
  constructor(templateRef: TemplateRef<any>);
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, [{ optional: true; }]>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoTreeListHeaderTemplate]", never, {}, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoTreeListHeaderTemplate]", never, {}, {}, never, never, true, never>;
34
34
  }
@@ -4,11 +4,12 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectorRef, AfterViewInit, OnChanges, OnDestroy, OnInit, QueryList, TemplateRef } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { SortDescriptor } from '@progress/kendo-data-query';
8
+ import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
9
+ import { SVGIcon } from '@progress/kendo-svg-icons';
7
10
  import { ColumnComponent } from '../../columns/column.component';
8
11
  import { ColumnBase } from '../../columns/column-base';
9
- import { SortDescriptor } from '@progress/kendo-data-query';
10
12
  import { SortSettings } from '../../columns/sort-settings';
11
- import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
12
13
  import { SinglePopupService } from '../../common/single-popup.service';
13
14
  import { FilterableSettings } from '../../filtering/filterable';
14
15
  import { DropTargetDirective } from '../../dragdrop/drop-target.directive';
@@ -19,7 +20,6 @@ import { ColumnReorderService } from '../../dragdrop/column-reorder.service';
19
20
  import { SortService } from '../../common/sort.service';
20
21
  import { SelectionService } from '../../selection/selection.service';
21
22
  import { ColumnMenuSettings } from '../../column-menu/column-menu-settings.interface';
22
- import { SVGIcon } from '@progress/kendo-svg-icons';
23
23
  import { ColumnsContainer } from '../../columns/columns-container';
24
24
  import * as i0 from "@angular/core";
25
25
  /**
@@ -103,5 +103,5 @@ export declare class HeaderComponent implements AfterViewInit, OnInit, OnChanges
103
103
  private leave;
104
104
  private drop;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "[kendoTreeListHeader]", never, { "totalColumnLevels": "totalColumnLevels"; "columns": "columns"; "scrollable": "scrollable"; "filterable": "filterable"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "lockedColumnsCount": "lockedColumnsCount"; "resizable": "resizable"; "reorderable": "reorderable"; "columnMenu": "columnMenu"; "columnMenuTemplate": "columnMenuTemplate"; "totalColumnsCount": "totalColumnsCount"; "totalColumns": "totalColumns"; }, {}, never, never, false, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "[kendoTreeListHeader]", never, { "totalColumnLevels": "totalColumnLevels"; "columns": "columns"; "scrollable": "scrollable"; "filterable": "filterable"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "lockedColumnsCount": "lockedColumnsCount"; "resizable": "resizable"; "reorderable": "reorderable"; "columnMenu": "columnMenu"; "columnMenuTemplate": "columnMenuTemplate"; "totalColumnsCount": "totalColumnsCount"; "totalColumns": "totalColumns"; }, {}, never, never, true, never>;
107
107
  }