@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
@@ -6,18 +6,79 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "./header.component";
7
7
  import * as i2 from "./header-template.directive";
8
8
  import * as i3 from "../../column-resizing/column-handle.directive";
9
- import * as i4 from "@angular/common";
10
- import * as i5 from "../../filtering/cell/row-filtering.module";
11
- import * as i6 from "../../filtering/menu/filter-menu.module";
12
- import * as i7 from "../../shared.module";
13
- import * as i8 from "../../dragdrop/drag-and-drop.module";
14
- import * as i9 from "../../column-menu/column-menu.module";
9
+ import * as i4 from "../../filtering/filter-row.component";
10
+ import * as i5 from "../../filtering/cell/filter-cell.component";
11
+ import * as i6 from "../../filtering/cell/filter-cell-template.directive";
12
+ import * as i7 from "../../filtering/cell/string-filter-cell.component";
13
+ import * as i8 from "../../filtering/cell/numeric-filter-cell.component";
14
+ import * as i9 from "../../filtering/cell/autocomplete-filter-cell.component";
15
+ import * as i10 from "../../filtering/cell/boolean-filter-cell.component";
16
+ import * as i11 from "../../filtering/cell/filter-cell-host.directive";
17
+ import * as i12 from "../../filtering/cell/filter-cell-wrapper.component";
18
+ import * as i13 from "../../filtering/cell/date-filter-cell.component";
19
+ import * as i14 from "../../filtering/cell/filter-cell-operators.component";
20
+ import * as i15 from "../../filtering/operators/contains-filter-operator.component";
21
+ import * as i16 from "../../filtering/operators/not-contains-filter-operator.component";
22
+ import * as i17 from "../../filtering/operators/ends-with-filter-operator.component";
23
+ import * as i18 from "../../filtering/operators/eq-filter-operator.component";
24
+ import * as i19 from "../../filtering/operators/is-empty-filter-operator.component";
25
+ import * as i20 from "../../filtering/operators/is-not-empty-filter-operator.component";
26
+ import * as i21 from "../../filtering/operators/is-not-null-filter-operator.component";
27
+ import * as i22 from "../../filtering/operators/isnull-filter-operator.component";
28
+ import * as i23 from "../../filtering/operators/neq-filter-operator.component";
29
+ import * as i24 from "../../filtering/operators/starts-with-filter-operator.component";
30
+ import * as i25 from "../../filtering/operators/gt-filter-operator.component";
31
+ import * as i26 from "../../filtering/operators/gte-filter-operator.component";
32
+ import * as i27 from "../../filtering/operators/lt-filter-operator.component";
33
+ import * as i28 from "../../filtering/operators/lte-filter-operator.component";
34
+ import * as i29 from "../../filtering/operators/after-filter-operator.component";
35
+ import * as i30 from "../../filtering/operators/after-eq-filter-operator.component";
36
+ import * as i31 from "../../filtering/operators/before-eq-filter-operator.component";
37
+ import * as i32 from "../../filtering/operators/before-filter-operator.component";
38
+ import * as i33 from "../../filtering/filter-input.directive";
39
+ import * as i34 from "../../columns/column.component";
40
+ import * as i35 from "../../columns/column-group.component";
41
+ import * as i36 from "../../navigation/logical-cell.directive";
42
+ import * as i37 from "../../navigation/logical-row.directive";
43
+ import * as i38 from "../../navigation/focusable.directive";
44
+ import * as i39 from "../common/col-group.component";
45
+ import * as i40 from "../../layout/resizable.directive";
46
+ import * as i41 from "@progress/kendo-angular-common";
47
+ import * as i42 from "../common/field-accessor.pipe";
48
+ import * as i43 from "../../columns/span-column.component";
49
+ import * as i44 from "../../column-resizing/table.directive";
50
+ import * as i45 from "../common/loading.component";
51
+ import * as i46 from "../../columns/checkbox-column.component";
52
+ import * as i47 from "../../columns/rowreorder-column.component";
53
+ import * as i48 from "../../filtering/menu/filter-menu.component";
54
+ import * as i49 from "../../filtering/menu/filter-menu-container.component";
55
+ import * as i50 from "../../filtering/menu/filter-menu-input-wrapper.component";
56
+ import * as i51 from "../../filtering/menu/string-filter-menu-input.component";
57
+ import * as i52 from "../../filtering/menu/string-filter-menu.component";
58
+ import * as i53 from "../../filtering/menu/filter-menu-template.directive";
59
+ import * as i54 from "../../filtering/menu/numeric-filter-menu.component";
60
+ import * as i55 from "../../filtering/menu/numeric-filter-menu-input.component";
61
+ import * as i56 from "../../filtering/menu/date-filter-menu-input.component";
62
+ import * as i57 from "../../filtering/menu/date-filter-menu.component";
63
+ import * as i58 from "../../filtering/menu/filter-menu-host.directive";
64
+ import * as i59 from "../../filtering/menu/boolean-filter-menu.component";
65
+ import * as i60 from "../../column-menu/column-chooser.component";
66
+ import * as i61 from "../../column-menu/column-menu-chooser.component";
67
+ import * as i62 from "../../column-menu/column-menu-filter.component";
68
+ import * as i63 from "../../column-menu/column-menu-item.component";
69
+ import * as i64 from "../../column-menu/column-menu-item-content-template.directive";
70
+ import * as i65 from "../../column-menu/column-menu-sort.component";
71
+ import * as i66 from "../../column-menu/column-menu.component";
72
+ import * as i67 from "../../column-menu/column-menu-lock.component";
73
+ import * as i68 from "../../column-menu/column-menu-template.directive";
74
+ import * as i69 from "../../dragdrop/draggable-column.directive";
75
+ import * as i70 from "../../dragdrop/drop-target.directive";
15
76
  /**
16
77
  * @hidden
78
+ * @deprecated
17
79
  */
18
80
  export declare class HeaderModule {
19
- static exports(): any[];
20
81
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective], [typeof i4.CommonModule, typeof i5.RowFilterModule, typeof i6.FilterMenuModule, typeof i7.SharedModule, typeof i8.DragAndDropModule, typeof i9.ColumnMenuModule], [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective]>;
82
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective, typeof i4.FilterRowComponent, typeof i5.FilterCellComponent, typeof i6.FilterCellTemplateDirective, typeof i7.StringFilterCellComponent, typeof i8.NumericFilterCellComponent, typeof i9.AutoCompleteFilterCellComponent, typeof i10.BooleanFilterCellComponent, typeof i11.FilterCellHostDirective, typeof i12.FilterCellWrapperComponent, typeof i13.DateFilterCellComponent, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.TableDirective, typeof i45.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i46.CheckboxColumnComponent, typeof i47.RowReorderColumnComponent, typeof i48.FilterMenuComponent, typeof i49.FilterMenuContainerComponent, typeof i50.FilterMenuInputWrapperComponent, typeof i51.StringFilterMenuInputComponent, typeof i52.StringFilterMenuComponent, typeof i53.FilterMenuTemplateDirective, typeof i54.NumericFilterMenuComponent, typeof i55.NumericFilterMenuInputComponent, typeof i56.DateFilterMenuInputComponent, typeof i57.DateFilterMenuComponent, typeof i58.FilterMenuHostDirective, typeof i59.BooleanFilterMenuComponent, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.TableDirective, typeof i45.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i46.CheckboxColumnComponent, typeof i47.RowReorderColumnComponent, typeof i60.ColumnChooserComponent, typeof i61.ColumnMenuChooserComponent, typeof i62.ColumnMenuFilterComponent, typeof i63.ColumnMenuItemComponent, typeof i64.ColumnMenuItemContentTemplateDirective, typeof i65.ColumnMenuSortComponent, typeof i66.ColumnMenuComponent, typeof i67.ColumnMenuLockComponent, typeof i68.ColumnMenuTemplateDirective, typeof i69.DraggableColumnDirective, typeof i70.DropTargetDirective], [typeof i1.HeaderComponent, typeof i2.HeaderTemplateDirective, typeof i3.ColumnHandleDirective]>;
22
83
  static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
23
84
  }
@@ -129,5 +129,5 @@ export declare class ListComponent implements OnInit, OnDestroy, AfterViewInit,
129
129
  private normalizeScrollLeft;
130
130
  private elementScrollLeft;
131
131
  static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-treelist-list", never, { "view": "view"; "total": "total"; "rowHeight": "rowHeight"; "take": "take"; "skip": "skip"; "columns": "columns"; "noRecordsTemplate": "noRecordsTemplate"; "filterable": "filterable"; "rowClass": "rowClass"; "loading": "loading"; "trackBy": "trackBy"; "virtualColumns": "virtualColumns"; "isVirtual": "isVirtual"; "expandIcons": "expandIcons"; }, { "contentScroll": "contentScroll"; "pageChange": "pageChange"; "scrollBottom": "scrollBottom"; }, never, never, false, never>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-treelist-list", never, { "view": "view"; "total": "total"; "rowHeight": "rowHeight"; "take": "take"; "skip": "skip"; "columns": "columns"; "noRecordsTemplate": "noRecordsTemplate"; "filterable": "filterable"; "rowClass": "rowClass"; "loading": "loading"; "trackBy": "trackBy"; "virtualColumns": "virtualColumns"; "isVirtual": "isVirtual"; "expandIcons": "expandIcons"; }, { "contentScroll": "contentScroll"; "pageChange": "pageChange"; "scrollBottom": "scrollBottom"; }, never, never, true, never>;
133
133
  }
@@ -25,5 +25,5 @@ export declare class NoRecordsTemplateDirective {
25
25
  templateRef: TemplateRef<any>;
26
26
  constructor(templateRef: TemplateRef<any>);
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<NoRecordsTemplateDirective, [{ optional: true; }]>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoRecordsTemplateDirective, "[kendoTreeListNoRecordsTemplate]", never, {}, {}, never, never, false, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoRecordsTemplateDirective, "[kendoTreeListNoRecordsTemplate]", never, {}, {}, never, never, true, never>;
29
29
  }
@@ -97,5 +97,5 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges
97
97
  private checkboxClick;
98
98
  private rowItem;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoTreeListTableBody]", never, { "columns": "columns"; "allColumns": "allColumns"; "noRecordsTemplate": "noRecordsTemplate"; "view": "view"; "skip": "skip"; "filterable": "filterable"; "noRecordsText": "noRecordsText"; "isLocked": "isLocked"; "lockedColumnsCount": "lockedColumnsCount"; "totalColumnsCount": "totalColumnsCount"; "virtualColumns": "virtualColumns"; "expandIcons": "expandIcons"; "trackBy": "trackBy"; "totalColumns": "totalColumns"; "rowClass": "rowClass"; }, {}, never, never, false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoTreeListTableBody]", never, { "columns": "columns"; "allColumns": "allColumns"; "noRecordsTemplate": "noRecordsTemplate"; "view": "view"; "skip": "skip"; "filterable": "filterable"; "noRecordsText": "noRecordsText"; "isLocked": "isLocked"; "lockedColumnsCount": "lockedColumnsCount"; "totalColumnsCount": "totalColumnsCount"; "virtualColumns": "virtualColumns"; "expandIcons": "expandIcons"; "trackBy": "trackBy"; "totalColumns": "totalColumns"; "rowClass": "rowClass"; }, {}, never, never, true, never>;
101
101
  }
@@ -24,5 +24,5 @@ export declare class TreeListToolbarFocusableDirective {
24
24
  ngAfterViewInit(): void;
25
25
  ngOnDestroy(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeListToolbarFocusableDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<TreeListToolbarFocusableDirective, " [kendoTreeListToolbarFocusable], [kendoTreeListAddCommand], [kendoTreeListCancelCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListExcelCommand], [kendoTreeListPDFCommand] ", never, {}, {}, never, never, false, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TreeListToolbarFocusableDirective, " [kendoTreeListToolbarFocusable], [kendoTreeListAddCommand], [kendoTreeListCancelCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListExcelCommand], [kendoTreeListPDFCommand] ", never, {}, {}, never, never, true, never>;
28
28
  }
@@ -35,5 +35,5 @@ export declare class ToolbarTemplateDirective {
35
35
  get position(): 'top' | 'bottom' | 'both';
36
36
  constructor(templateRef: TemplateRef<any>, optionChanges: OptionChangesService);
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarTemplateDirective, [{ optional: true; }, null]>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoTreeListToolbarTemplate]", never, { "position": "position"; }, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoTreeListToolbarTemplate]", never, { "position": "position"; }, {}, never, never, true, never>;
39
39
  }
@@ -25,5 +25,5 @@ export declare class ToolbarComponent implements AfterViewInit, OnDestroy {
25
25
  private onKeyDown;
26
26
  private changeFocusedItem;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-treelist-toolbar", never, { "position": "position"; "navigable": "navigable"; }, {}, never, never, false, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-treelist-toolbar", never, { "position": "position"; "navigable": "navigable"; }, {}, never, never, true, never>;
29
29
  }
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '16.5.0',
7
+ '@progress/kendo-angular-treeview': '16.6.0-develop.10',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '16.5.0',
9
+ '@progress/kendo-angular-dialog': '16.6.0-develop.10',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^3.0.0',
12
12
  // peer dependency of kendo-angular-dateinputs
13
- '@progress/kendo-angular-navigation': '16.5.0',
13
+ '@progress/kendo-angular-navigation': '16.6.0-develop.10',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }
@@ -33,5 +33,5 @@ export declare class MarqueeDirective {
33
33
  private targetArgs;
34
34
  private initMarquee;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<MarqueeDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<MarqueeDirective, "[kendoTreeListSelectionMarquee]", never, {}, {}, never, never, false, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MarqueeDirective, "[kendoTreeListSelectionMarquee]", never, {}, {}, never, never, true, never>;
37
37
  }
@@ -69,5 +69,5 @@ export declare class SelectableDirective implements OnDestroy {
69
69
  private updateColumnIndices;
70
70
  private get leafColumns();
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectableDirective, never>;
72
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoTreeListSelectable]", ["kendoTreeListSelectable"], { "selectable": "selectable"; "selectedItems": "selectedItems"; "itemKey": "itemKey"; "columnKey": "columnKey"; }, { "selectedItemsChange": "selectedItemsChange"; }, never, never, false, never>;
72
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoTreeListSelectable]", ["kendoTreeListSelectable"], { "selectable": "selectable"; "selectedItems": "selectedItems"; "itemKey": "itemKey"; "columnKey": "columnKey"; }, { "selectedItemsChange": "selectedItemsChange"; }, never, never, true, never>;
73
73
  }
@@ -10,22 +10,21 @@ import * as i4 from "./navigation/logical-row.directive";
10
10
  import * as i5 from "./navigation/focusable.directive";
11
11
  import * as i6 from "./rendering/common/col-group.component";
12
12
  import * as i7 from "./layout/resizable.directive";
13
- import * as i8 from "./rendering/common/template-context.directive";
13
+ import * as i8 from "@progress/kendo-angular-common";
14
14
  import * as i9 from "./rendering/common/field-accessor.pipe";
15
15
  import * as i10 from "./columns/span-column.component";
16
16
  import * as i11 from "./column-resizing/table.directive";
17
17
  import * as i12 from "./rendering/common/loading.component";
18
- import * as i13 from "./columns/checkbox-column.component";
19
- import * as i14 from "./columns/rowreorder-column.component";
20
- import * as i15 from "@angular/common";
18
+ import * as i13 from "./filtering/cell/filter-cell-operators.component";
19
+ import * as i14 from "./columns/checkbox-column.component";
20
+ import * as i15 from "./columns/rowreorder-column.component";
21
21
  import * as i16 from "@progress/kendo-angular-icons";
22
- import * as i17 from "@progress/kendo-angular-common";
23
22
  /**
24
23
  * @hidden
24
+ * @deprecated
25
25
  */
26
26
  export declare class SharedModule {
27
- static exports(): any[];
28
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.TableDirective, typeof i12.LoadingComponent, typeof i13.CheckboxColumnComponent, typeof i14.RowReorderColumnComponent], [typeof i15.CommonModule, typeof i16.IconsModule], [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.TableDirective, typeof i12.LoadingComponent, typeof i13.CheckboxColumnComponent, typeof i14.RowReorderColumnComponent, typeof i17.DraggableModule, typeof i16.IconsModule]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.TableDirective, typeof i12.LoadingComponent, typeof i13.FilterCellOperatorsComponent, typeof i14.CheckboxColumnComponent, typeof i15.RowReorderColumnComponent], [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.ColGroupComponent, typeof i7.ResizableContainerDirective, typeof i8.TemplateContextDirective, typeof i9.FieldAccessorPipe, typeof i10.SpanColumnComponent, typeof i11.TableDirective, typeof i12.LoadingComponent, typeof i13.FilterCellOperatorsComponent, typeof i14.CheckboxColumnComponent, typeof i15.RowReorderColumnComponent, typeof i8.DraggableModule, typeof i16.IconsModule]>;
30
29
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
31
30
  }
@@ -5,6 +5,8 @@
5
5
  import { AfterContentInit, AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, QueryList, SimpleChange, NgZone, ChangeDetectorRef, TemplateRef, TrackByFunction } from '@angular/core';
6
6
  import { Observable } from 'rxjs';
7
7
  import { SortDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
8
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
9
+ import { DragTargetContainerDirective, DragTargetDataFn, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
8
10
  import { ScrollMode } from './scrolling/scrollmode';
9
11
  import { SortSettings } from './columns/sort-settings';
10
12
  import { PagerSettings } from './pager/pager-settings';
@@ -16,7 +18,6 @@ import { ColumnsContainer } from './columns/columns-container';
16
18
  import { ChangeNotificationService } from './data/change-notification.service';
17
19
  import { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
18
20
  import { ColumnBase } from './columns/column-base';
19
- import { LocalizationService } from '@progress/kendo-angular-l10n';
20
21
  import { FilterService } from './filtering/filter.service';
21
22
  import { PagerTemplateDirective } from './pager/pager-template.directive';
22
23
  import { PDFService } from './pdf/pdf.service';
@@ -65,7 +66,6 @@ import { IsSelectedFn } from './selection/is-selected';
65
66
  import { ContextService } from './common/provider.service';
66
67
  import { RowReorderEvent } from './row-reordering/types';
67
68
  import { RowReorderService } from './row-reordering/row-reorder.service';
68
- import { DragTargetContainerDirective, DragTargetDataFn, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
69
69
  import * as i0 from "@angular/core";
70
70
  /**
71
71
  * Represents the Kendo UI TreeList component for Angular.
@@ -756,5 +756,5 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
756
756
  private loadColumns;
757
757
  private notifyReorderContainers;
758
758
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeListComponent, never>;
759
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeListComponent, "kendo-treelist", ["kendoTreeList"], { "ariaLabel": "aria-label"; "data": "data"; "pageSize": "pageSize"; "height": "height"; "rowHeight": "rowHeight"; "skip": "skip"; "scrollable": "scrollable"; "sort": "sort"; "trackBy": "trackBy"; "filter": "filter"; "virtualColumns": "virtualColumns"; "filterable": "filterable"; "sortable": "sortable"; "pageable": "pageable"; "navigable": "navigable"; "navigatable": "navigatable"; "autoSize": "autoSize"; "rowClass": "rowClass"; "resizable": "resizable"; "reorderable": "reorderable"; "loading": "loading"; "columnMenu": "columnMenu"; "hideHeader": "hideHeader"; "idField": "idField"; "selectable": "selectable"; "isSelected": "isSelected"; "rowReorderable": "rowReorderable"; "columnsRef": "columns"; "fetchChildren": "fetchChildren"; "hasChildren": "hasChildren"; "isExpanded": "isExpanded"; }, { "selectionChange": "selectionChange"; "filterChange": "filterChange"; "pageChange": "pageChange"; "sortChange": "sortChange"; "dataStateChange": "dataStateChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; "expandEvent": "expand"; "collapseEvent": "collapse"; "expandStateChange": "expandStateChange"; "rowReorder": "rowReorder"; }, ["columns", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], never, false, never>;
759
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeListComponent, "kendo-treelist", ["kendoTreeList"], { "ariaLabel": "aria-label"; "data": "data"; "pageSize": "pageSize"; "height": "height"; "rowHeight": "rowHeight"; "skip": "skip"; "scrollable": "scrollable"; "sort": "sort"; "trackBy": "trackBy"; "filter": "filter"; "virtualColumns": "virtualColumns"; "filterable": "filterable"; "sortable": "sortable"; "pageable": "pageable"; "navigable": "navigable"; "navigatable": "navigatable"; "autoSize": "autoSize"; "rowClass": "rowClass"; "resizable": "resizable"; "reorderable": "reorderable"; "loading": "loading"; "columnMenu": "columnMenu"; "hideHeader": "hideHeader"; "idField": "idField"; "selectable": "selectable"; "isSelected": "isSelected"; "rowReorderable": "rowReorderable"; "columnsRef": "columns"; "fetchChildren": "fetchChildren"; "hasChildren": "hasChildren"; "isExpanded": "isExpanded"; }, { "selectionChange": "selectionChange"; "filterChange": "filterChange"; "pageChange": "pageChange"; "sortChange": "sortChange"; "dataStateChange": "dataStateChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; "expandEvent": "expand"; "collapseEvent": "collapse"; "expandStateChange": "expandStateChange"; "rowReorder": "rowReorder"; }, ["columns", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], never, true, never>;
760
760
  }
@@ -4,64 +4,64 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./treelist.component";
7
- import * as i2 from "./rendering/list.component";
7
+ import * as i2 from "./rendering/toolbar/toolbar-template.directive";
8
8
  import * as i3 from "./rendering/toolbar/toolbar.component";
9
- import * as i4 from "./localization/localized-messages.directive";
9
+ import * as i4 from "./rendering/common/spacer.component";
10
10
  import * as i5 from "./localization/custom-messages.component";
11
- import * as i6 from "./rendering/toolbar/toolbar-template.directive";
12
- import * as i7 from "./editing-directives/template-editing.directive";
13
- import * as i8 from "./editing-directives/reactive-editing.directive";
14
- import * as i9 from "./editing-directives/in-cell-editing.directive";
15
- import * as i10 from "./binding-directives/hierarchy-binding.directive";
16
- import * as i11 from "./binding-directives/flat-binding.directive";
17
- import * as i12 from "./expand-state/expandable.directive";
18
- import * as i13 from "./selection/selectable.directive";
19
- import * as i14 from "./selection/marquee.directive";
20
- import * as i15 from "./rendering/common/spacer.component";
21
- import * as i16 from "./rendering/toolbar/toolbar-focusable.directive";
22
- import * as i17 from "@angular/common";
23
- import * as i18 from "./shared.module";
24
- import * as i19 from "./rendering/body.module";
25
- import * as i20 from "./rendering/header/header.module";
26
- import * as i21 from "./pager/pager.module";
27
- import * as i22 from "./filtering/cell/row-filtering.module";
28
- import * as i23 from "./filtering/menu/filter-menu.module";
29
- import * as i24 from "@progress/kendo-angular-common";
30
- import * as i25 from "./column-menu/column-menu.module";
31
- import * as i26 from "@progress/kendo-angular-utils";
32
- import * as i27 from "./columns/column.component";
33
- import * as i28 from "./columns/span-column.component";
34
- import * as i29 from "./columns/checkbox-column.component";
35
- import * as i30 from "./columns/rowreorder-column.component";
36
- import * as i31 from "./columns/column-group.component";
37
- import * as i32 from "./navigation/focusable.directive";
38
- import * as i33 from "./columns/command-column.component";
39
- import * as i34 from "./rendering/cell-template.directive";
40
- import * as i35 from "./rendering/no-records-template.directive";
41
- import * as i36 from "./editing/edit-template.directive";
42
- import * as i37 from "./editing/edit-command.directive";
43
- import * as i38 from "./editing/cancel-command.directive";
44
- import * as i39 from "./editing/save-command.directive";
45
- import * as i40 from "./editing/remove-command.directive";
46
- import * as i41 from "./editing/add-command.directive";
47
- import * as i42 from "./rendering/footer-template.directive";
48
- import * as i43 from "./rendering/header/header-template.directive";
49
- import * as i44 from "./pager/pager.component";
50
- import * as i45 from "./pager/pager-prev-buttons.component";
51
- import * as i46 from "./pager/pager-next-buttons.component";
52
- import * as i47 from "./pager/pager-numeric-buttons.component";
53
- import * as i48 from "./pager/pager-input.component";
54
- import * as i49 from "./pager/pager-info.component";
55
- import * as i50 from "./pager/pager-page-sizes.component";
56
- import * as i51 from "./pager/pager-template.directive";
57
- import * as i52 from "./filtering/filter-row.component";
58
- import * as i53 from "./filtering/cell/filter-cell.component";
59
- import * as i54 from "./filtering/cell/filter-cell-template.directive";
60
- import * as i55 from "./filtering/cell/filter-cell-operators.component";
61
- import * as i56 from "./filtering/cell/string-filter-cell.component";
62
- import * as i57 from "./filtering/cell/numeric-filter-cell.component";
63
- import * as i58 from "./filtering/cell/autocomplete-filter-cell.component";
64
- import * as i59 from "./filtering/cell/boolean-filter-cell.component";
11
+ import * as i6 from "./editing-directives/template-editing.directive";
12
+ import * as i7 from "./editing-directives/reactive-editing.directive";
13
+ import * as i8 from "./editing-directives/in-cell-editing.directive";
14
+ import * as i9 from "./binding-directives/hierarchy-binding.directive";
15
+ import * as i10 from "./binding-directives/flat-binding.directive";
16
+ import * as i11 from "./expand-state/expandable.directive";
17
+ import * as i12 from "./selection/selectable.directive";
18
+ import * as i13 from "./rendering/toolbar/toolbar-focusable.directive";
19
+ import * as i14 from "./columns/column.component";
20
+ import * as i15 from "./columns/column-group.component";
21
+ import * as i16 from "./navigation/logical-cell.directive";
22
+ import * as i17 from "./navigation/logical-row.directive";
23
+ import * as i18 from "./navigation/focusable.directive";
24
+ import * as i19 from "./rendering/common/col-group.component";
25
+ import * as i20 from "./layout/resizable.directive";
26
+ import * as i21 from "@progress/kendo-angular-common";
27
+ import * as i22 from "./rendering/common/field-accessor.pipe";
28
+ import * as i23 from "./columns/span-column.component";
29
+ import * as i24 from "./column-resizing/table.directive";
30
+ import * as i25 from "./rendering/common/loading.component";
31
+ import * as i26 from "./filtering/cell/filter-cell-operators.component";
32
+ import * as i27 from "./columns/checkbox-column.component";
33
+ import * as i28 from "./columns/rowreorder-column.component";
34
+ import * as i29 from "./columns/command-column.component";
35
+ import * as i30 from "./rendering/cell-template.directive";
36
+ import * as i31 from "./rendering/cell.component";
37
+ import * as i32 from "./rendering/no-records-template.directive";
38
+ import * as i33 from "./editing/edit-template.directive";
39
+ import * as i34 from "./editing/edit-command.directive";
40
+ import * as i35 from "./editing/cancel-command.directive";
41
+ import * as i36 from "./editing/save-command.directive";
42
+ import * as i37 from "./editing/remove-command.directive";
43
+ import * as i38 from "./editing/add-command.directive";
44
+ import * as i39 from "./rendering/footer-template.directive";
45
+ import * as i40 from "./rendering/header/header.component";
46
+ import * as i41 from "./rendering/header/header-template.directive";
47
+ import * as i42 from "./column-resizing/column-handle.directive";
48
+ import * as i43 from "./pager/pager.component";
49
+ import * as i44 from "./pager/pager-prev-buttons.component";
50
+ import * as i45 from "./pager/pager-next-buttons.component";
51
+ import * as i46 from "./pager/pager-numeric-buttons.component";
52
+ import * as i47 from "./pager/pager-input.component";
53
+ import * as i48 from "./pager/pager-info.component";
54
+ import * as i49 from "./pager/pager-page-sizes.component";
55
+ import * as i50 from "./pager/pager-template.directive";
56
+ import * as i51 from "./filtering/filter-row.component";
57
+ import * as i52 from "./filtering/cell/filter-cell.component";
58
+ import * as i53 from "./filtering/cell/filter-cell-template.directive";
59
+ import * as i54 from "./filtering/cell/string-filter-cell.component";
60
+ import * as i55 from "./filtering/cell/numeric-filter-cell.component";
61
+ import * as i56 from "./filtering/cell/autocomplete-filter-cell.component";
62
+ import * as i57 from "./filtering/cell/boolean-filter-cell.component";
63
+ import * as i58 from "./filtering/cell/filter-cell-host.directive";
64
+ import * as i59 from "./filtering/cell/filter-cell-wrapper.component";
65
65
  import * as i60 from "./filtering/cell/date-filter-cell.component";
66
66
  import * as i61 from "./filtering/operators/contains-filter-operator.component";
67
67
  import * as i62 from "./filtering/operators/not-contains-filter-operator.component";
@@ -81,20 +81,28 @@ import * as i75 from "./filtering/operators/after-filter-operator.component";
81
81
  import * as i76 from "./filtering/operators/after-eq-filter-operator.component";
82
82
  import * as i77 from "./filtering/operators/before-eq-filter-operator.component";
83
83
  import * as i78 from "./filtering/operators/before-filter-operator.component";
84
- import * as i79 from "./filtering/menu/string-filter-menu.component";
85
- import * as i80 from "./filtering/menu/filter-menu-template.directive";
86
- import * as i81 from "./filtering/menu/numeric-filter-menu.component";
87
- import * as i82 from "./filtering/menu/date-filter-menu.component";
88
- import * as i83 from "./filtering/menu/boolean-filter-menu.component";
89
- import * as i84 from "./column-menu/column-chooser.component";
90
- import * as i85 from "./column-menu/column-menu-filter.component";
91
- import * as i86 from "./column-menu/column-menu-item.component";
92
- import * as i87 from "./column-menu/column-menu-item-content-template.directive";
93
- import * as i88 from "./column-menu/column-menu-sort.component";
94
- import * as i89 from "./column-menu/column-menu-lock.component";
95
- import * as i90 from "./column-menu/column-menu-chooser.component";
96
- import * as i91 from "./column-menu/column-menu-template.directive";
97
- import * as i92 from "./column-menu/column-menu.component";
84
+ import * as i79 from "./filtering/filter-input.directive";
85
+ import * as i80 from "./filtering/menu/filter-menu.component";
86
+ import * as i81 from "./filtering/menu/filter-menu-container.component";
87
+ import * as i82 from "./filtering/menu/filter-menu-input-wrapper.component";
88
+ import * as i83 from "./filtering/menu/string-filter-menu-input.component";
89
+ import * as i84 from "./filtering/menu/string-filter-menu.component";
90
+ import * as i85 from "./filtering/menu/filter-menu-template.directive";
91
+ import * as i86 from "./filtering/menu/numeric-filter-menu.component";
92
+ import * as i87 from "./filtering/menu/numeric-filter-menu-input.component";
93
+ import * as i88 from "./filtering/menu/date-filter-menu-input.component";
94
+ import * as i89 from "./filtering/menu/date-filter-menu.component";
95
+ import * as i90 from "./filtering/menu/filter-menu-host.directive";
96
+ import * as i91 from "./filtering/menu/boolean-filter-menu.component";
97
+ import * as i92 from "./column-menu/column-chooser.component";
98
+ import * as i93 from "./column-menu/column-menu-chooser.component";
99
+ import * as i94 from "./column-menu/column-menu-filter.component";
100
+ import * as i95 from "./column-menu/column-menu-item.component";
101
+ import * as i96 from "./column-menu/column-menu-item-content-template.directive";
102
+ import * as i97 from "./column-menu/column-menu-sort.component";
103
+ import * as i98 from "./column-menu/column-menu.component";
104
+ import * as i99 from "./column-menu/column-menu-lock.component";
105
+ import * as i100 from "./column-menu/column-menu-template.directive";
98
106
  /**
99
107
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
100
108
  * definition for the TreeList component.
@@ -118,6 +126,6 @@ import * as i92 from "./column-menu/column-menu.component";
118
126
  */
119
127
  export declare class TreeListModule {
120
128
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeListModule, never>;
121
- static ɵmod: i0.ɵɵNgModuleDeclaration<TreeListModule, [typeof i1.TreeListComponent, typeof i2.ListComponent, typeof i3.ToolbarComponent, typeof i4.LocalizedMessagesDirective, typeof i5.CustomMessagesComponent, typeof i6.ToolbarTemplateDirective, typeof i7.TemplateEditingDirective, typeof i8.ReactiveEditingDirective, typeof i9.InCellEditingDirective, typeof i10.HierarchyBindingDirective, typeof i11.FlatBindingDirective, typeof i12.ExpandableDirective, typeof i13.SelectableDirective, typeof i14.MarqueeDirective, typeof i15.TreeListSpacerComponent, typeof i16.TreeListToolbarFocusableDirective], [typeof i17.CommonModule, typeof i18.SharedModule, typeof i19.BodyModule, typeof i20.HeaderModule, typeof i21.PagerModule, typeof i22.RowFilterModule, typeof i23.FilterMenuModule, typeof i24.ResizeSensorModule, typeof i25.ColumnMenuModule, typeof i26.DragAndDropModule], [typeof i1.TreeListComponent, typeof i6.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i15.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i7.TemplateEditingDirective, typeof i8.ReactiveEditingDirective, typeof i9.InCellEditingDirective, typeof i10.HierarchyBindingDirective, typeof i11.FlatBindingDirective, typeof i12.ExpandableDirective, typeof i13.SelectableDirective, typeof i16.TreeListToolbarFocusableDirective, typeof i27.ColumnComponent, typeof i28.SpanColumnComponent, typeof i29.CheckboxColumnComponent, typeof i30.RowReorderColumnComponent, typeof i31.ColumnGroupComponent, typeof i32.FocusableDirective, typeof i33.CommandColumnComponent, typeof i34.CellTemplateDirective, typeof i35.NoRecordsTemplateDirective, typeof i36.EditTemplateDirective, typeof i37.EditCommandDirective, typeof i38.CancelCommandDirective, typeof i39.SaveCommandDirective, typeof i40.RemoveCommandDirective, typeof i41.AddCommandDirective, typeof i42.FooterTemplateDirective, typeof i43.HeaderTemplateDirective, typeof i44.PagerComponent, typeof i45.PagerPrevButtonsComponent, typeof i46.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i48.PagerInputComponent, typeof i49.PagerInfoComponent, typeof i50.PagerPageSizesComponent, typeof i51.PagerTemplateDirective, typeof i52.FilterRowComponent, typeof i53.FilterCellComponent, typeof i54.FilterCellTemplateDirective, typeof i55.FilterCellOperatorsComponent, typeof i56.StringFilterCellComponent, typeof i57.NumericFilterCellComponent, typeof i58.AutoCompleteFilterCellComponent, typeof i59.BooleanFilterCellComponent, typeof i60.DateFilterCellComponent, typeof i55.FilterCellOperatorsComponent, typeof i61.ContainsFilterOperatorComponent, typeof i62.DoesNotContainFilterOperatorComponent, typeof i63.EndsWithFilterOperatorComponent, typeof i64.EqualFilterOperatorComponent, typeof i65.IsEmptyFilterOperatorComponent, typeof i66.IsNotEmptyFilterOperatorComponent, typeof i67.IsNotNullFilterOperatorComponent, typeof i68.IsNullFilterOperatorComponent, typeof i69.NotEqualFilterOperatorComponent, typeof i70.StartsWithFilterOperatorComponent, typeof i71.GreaterFilterOperatorComponent, typeof i72.GreaterOrEqualToFilterOperatorComponent, typeof i73.LessFilterOperatorComponent, typeof i74.LessOrEqualToFilterOperatorComponent, typeof i75.AfterFilterOperatorComponent, typeof i76.AfterEqFilterOperatorComponent, typeof i77.BeforeEqFilterOperatorComponent, typeof i78.BeforeFilterOperatorComponent, typeof i79.StringFilterMenuComponent, typeof i80.FilterMenuTemplateDirective, typeof i81.NumericFilterMenuComponent, typeof i82.DateFilterMenuComponent, typeof i83.BooleanFilterMenuComponent, typeof i55.FilterCellOperatorsComponent, typeof i61.ContainsFilterOperatorComponent, typeof i62.DoesNotContainFilterOperatorComponent, typeof i63.EndsWithFilterOperatorComponent, typeof i64.EqualFilterOperatorComponent, typeof i65.IsEmptyFilterOperatorComponent, typeof i66.IsNotEmptyFilterOperatorComponent, typeof i67.IsNotNullFilterOperatorComponent, typeof i68.IsNullFilterOperatorComponent, typeof i69.NotEqualFilterOperatorComponent, typeof i70.StartsWithFilterOperatorComponent, typeof i71.GreaterFilterOperatorComponent, typeof i72.GreaterOrEqualToFilterOperatorComponent, typeof i73.LessFilterOperatorComponent, typeof i74.LessOrEqualToFilterOperatorComponent, typeof i75.AfterFilterOperatorComponent, typeof i76.AfterEqFilterOperatorComponent, typeof i77.BeforeEqFilterOperatorComponent, typeof i78.BeforeFilterOperatorComponent, typeof i84.ColumnChooserComponent, typeof i85.ColumnMenuFilterComponent, typeof i86.ColumnMenuItemComponent, typeof i87.ColumnMenuItemContentTemplateDirective, typeof i88.ColumnMenuSortComponent, typeof i89.ColumnMenuLockComponent, typeof i90.ColumnMenuChooserComponent, typeof i91.ColumnMenuTemplateDirective, typeof i92.ColumnMenuComponent]>;
129
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TreeListModule, never, [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.TableDirective, typeof i25.LoadingComponent, typeof i26.FilterCellOperatorsComponent, typeof i27.CheckboxColumnComponent, typeof i28.RowReorderColumnComponent, typeof i29.CommandColumnComponent, typeof i30.CellTemplateDirective, typeof i31.CellComponent, typeof i32.NoRecordsTemplateDirective, typeof i33.EditTemplateDirective, typeof i34.EditCommandDirective, typeof i35.CancelCommandDirective, typeof i36.SaveCommandDirective, typeof i37.RemoveCommandDirective, typeof i38.AddCommandDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.PagerComponent, typeof i44.PagerPrevButtonsComponent, typeof i45.PagerNextButtonsComponent, typeof i46.PagerNumericButtonsComponent, typeof i47.PagerInputComponent, typeof i48.PagerInfoComponent, typeof i49.PagerPageSizesComponent, typeof i50.PagerTemplateDirective, typeof i51.FilterRowComponent, typeof i52.FilterCellComponent, typeof i53.FilterCellTemplateDirective, typeof i54.StringFilterCellComponent, typeof i55.NumericFilterCellComponent, typeof i56.AutoCompleteFilterCellComponent, typeof i57.BooleanFilterCellComponent, typeof i58.FilterCellHostDirective, typeof i59.FilterCellWrapperComponent, typeof i60.DateFilterCellComponent, typeof i26.FilterCellOperatorsComponent, typeof i61.ContainsFilterOperatorComponent, typeof i62.DoesNotContainFilterOperatorComponent, typeof i63.EndsWithFilterOperatorComponent, typeof i64.EqualFilterOperatorComponent, typeof i65.IsEmptyFilterOperatorComponent, typeof i66.IsNotEmptyFilterOperatorComponent, typeof i67.IsNotNullFilterOperatorComponent, typeof i68.IsNullFilterOperatorComponent, typeof i69.NotEqualFilterOperatorComponent, typeof i70.StartsWithFilterOperatorComponent, typeof i71.GreaterFilterOperatorComponent, typeof i72.GreaterOrEqualToFilterOperatorComponent, typeof i73.LessFilterOperatorComponent, typeof i74.LessOrEqualToFilterOperatorComponent, typeof i75.AfterFilterOperatorComponent, typeof i76.AfterEqFilterOperatorComponent, typeof i77.BeforeEqFilterOperatorComponent, typeof i78.BeforeFilterOperatorComponent, typeof i79.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.TableDirective, typeof i25.LoadingComponent, typeof i26.FilterCellOperatorsComponent, typeof i27.CheckboxColumnComponent, typeof i28.RowReorderColumnComponent, typeof i80.FilterMenuComponent, typeof i81.FilterMenuContainerComponent, typeof i82.FilterMenuInputWrapperComponent, typeof i83.StringFilterMenuInputComponent, typeof i84.StringFilterMenuComponent, typeof i85.FilterMenuTemplateDirective, typeof i86.NumericFilterMenuComponent, typeof i87.NumericFilterMenuInputComponent, typeof i88.DateFilterMenuInputComponent, typeof i89.DateFilterMenuComponent, typeof i90.FilterMenuHostDirective, typeof i91.BooleanFilterMenuComponent, typeof i92.ColumnChooserComponent, typeof i93.ColumnMenuChooserComponent, typeof i94.ColumnMenuFilterComponent, typeof i95.ColumnMenuItemComponent, typeof i96.ColumnMenuItemContentTemplateDirective, typeof i97.ColumnMenuSortComponent, typeof i98.ColumnMenuComponent, typeof i99.ColumnMenuLockComponent, typeof i100.ColumnMenuTemplateDirective], [typeof i1.TreeListComponent, typeof i2.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i4.TreeListSpacerComponent, typeof i5.CustomMessagesComponent, typeof i6.TemplateEditingDirective, typeof i7.ReactiveEditingDirective, typeof i8.InCellEditingDirective, typeof i9.HierarchyBindingDirective, typeof i10.FlatBindingDirective, typeof i11.ExpandableDirective, typeof i12.SelectableDirective, typeof i13.TreeListToolbarFocusableDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.TableDirective, typeof i25.LoadingComponent, typeof i26.FilterCellOperatorsComponent, typeof i27.CheckboxColumnComponent, typeof i28.RowReorderColumnComponent, typeof i29.CommandColumnComponent, typeof i30.CellTemplateDirective, typeof i31.CellComponent, typeof i32.NoRecordsTemplateDirective, typeof i33.EditTemplateDirective, typeof i34.EditCommandDirective, typeof i35.CancelCommandDirective, typeof i36.SaveCommandDirective, typeof i37.RemoveCommandDirective, typeof i38.AddCommandDirective, typeof i39.FooterTemplateDirective, typeof i40.HeaderComponent, typeof i41.HeaderTemplateDirective, typeof i42.ColumnHandleDirective, typeof i43.PagerComponent, typeof i44.PagerPrevButtonsComponent, typeof i45.PagerNextButtonsComponent, typeof i46.PagerNumericButtonsComponent, typeof i47.PagerInputComponent, typeof i48.PagerInfoComponent, typeof i49.PagerPageSizesComponent, typeof i50.PagerTemplateDirective, typeof i51.FilterRowComponent, typeof i52.FilterCellComponent, typeof i53.FilterCellTemplateDirective, typeof i54.StringFilterCellComponent, typeof i55.NumericFilterCellComponent, typeof i56.AutoCompleteFilterCellComponent, typeof i57.BooleanFilterCellComponent, typeof i58.FilterCellHostDirective, typeof i59.FilterCellWrapperComponent, typeof i60.DateFilterCellComponent, typeof i26.FilterCellOperatorsComponent, typeof i61.ContainsFilterOperatorComponent, typeof i62.DoesNotContainFilterOperatorComponent, typeof i63.EndsWithFilterOperatorComponent, typeof i64.EqualFilterOperatorComponent, typeof i65.IsEmptyFilterOperatorComponent, typeof i66.IsNotEmptyFilterOperatorComponent, typeof i67.IsNotNullFilterOperatorComponent, typeof i68.IsNullFilterOperatorComponent, typeof i69.NotEqualFilterOperatorComponent, typeof i70.StartsWithFilterOperatorComponent, typeof i71.GreaterFilterOperatorComponent, typeof i72.GreaterOrEqualToFilterOperatorComponent, typeof i73.LessFilterOperatorComponent, typeof i74.LessOrEqualToFilterOperatorComponent, typeof i75.AfterFilterOperatorComponent, typeof i76.AfterEqFilterOperatorComponent, typeof i77.BeforeEqFilterOperatorComponent, typeof i78.BeforeFilterOperatorComponent, typeof i79.FilterInputDirective, typeof i14.ColumnComponent, typeof i15.ColumnGroupComponent, typeof i16.LogicalCellDirective, typeof i17.LogicalRowDirective, typeof i18.FocusableDirective, typeof i19.ColGroupComponent, typeof i20.ResizableContainerDirective, typeof i21.TemplateContextDirective, typeof i22.FieldAccessorPipe, typeof i23.SpanColumnComponent, typeof i24.TableDirective, typeof i25.LoadingComponent, typeof i26.FilterCellOperatorsComponent, typeof i27.CheckboxColumnComponent, typeof i28.RowReorderColumnComponent, typeof i80.FilterMenuComponent, typeof i81.FilterMenuContainerComponent, typeof i82.FilterMenuInputWrapperComponent, typeof i83.StringFilterMenuInputComponent, typeof i84.StringFilterMenuComponent, typeof i85.FilterMenuTemplateDirective, typeof i86.NumericFilterMenuComponent, typeof i87.NumericFilterMenuInputComponent, typeof i88.DateFilterMenuInputComponent, typeof i89.DateFilterMenuComponent, typeof i90.FilterMenuHostDirective, typeof i91.BooleanFilterMenuComponent, typeof i92.ColumnChooserComponent, typeof i93.ColumnMenuChooserComponent, typeof i94.ColumnMenuFilterComponent, typeof i95.ColumnMenuItemComponent, typeof i96.ColumnMenuItemContentTemplateDirective, typeof i97.ColumnMenuSortComponent, typeof i98.ColumnMenuComponent, typeof i99.ColumnMenuLockComponent, typeof i100.ColumnMenuTemplateDirective]>;
122
130
  static ɵinj: i0.ɵɵInjectorDeclaration<TreeListModule>;
123
131
  }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./column-list.component";
7
- import * as i2 from "./column-chooser.component";
8
- import * as i3 from "./column-menu-chooser.component";
9
- import * as i4 from "./column-menu-filter.component";
10
- import * as i5 from "./column-menu-item.component";
11
- import * as i6 from "./column-menu-item-content-template.directive";
12
- import * as i7 from "./column-menu-sort.component";
13
- import * as i8 from "./column-menu.component";
14
- import * as i9 from "./column-menu-lock.component";
15
- import * as i10 from "./column-menu-template.directive";
16
- import * as i11 from "@angular/common";
17
- import * as i12 from "../filtering/menu/filter-menu.module";
18
- import * as i13 from "@progress/kendo-angular-buttons";
19
- /**
20
- * @hidden
21
- */
22
- export declare class ColumnMenuModule {
23
- static exports(): any[];
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<ColumnMenuModule, [typeof i1.ColumnListComponent, typeof i2.ColumnChooserComponent, typeof i3.ColumnMenuChooserComponent, typeof i4.ColumnMenuFilterComponent, typeof i5.ColumnMenuItemComponent, typeof i6.ColumnMenuItemContentTemplateDirective, typeof i7.ColumnMenuSortComponent, typeof i8.ColumnMenuComponent, typeof i9.ColumnMenuLockComponent, typeof i10.ColumnMenuTemplateDirective], [typeof i11.CommonModule, typeof i12.FilterMenuModule, typeof i13.ButtonModule], [typeof i1.ColumnListComponent, typeof i2.ColumnChooserComponent, typeof i3.ColumnMenuChooserComponent, typeof i4.ColumnMenuFilterComponent, typeof i5.ColumnMenuItemComponent, typeof i6.ColumnMenuItemContentTemplateDirective, typeof i7.ColumnMenuSortComponent, typeof i8.ColumnMenuComponent, typeof i9.ColumnMenuLockComponent, typeof i10.ColumnMenuTemplateDirective]>;
26
- static ɵinj: i0.ɵɵInjectorDeclaration<ColumnMenuModule>;
27
- }
@@ -1,15 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./draggable-column.directive";
7
- import * as i2 from "./drop-target.directive";
8
- /**
9
- * @hidden
10
- */
11
- export declare class DragAndDropModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective], never, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<DragAndDropModule>;
15
- }