@progress/kendo-angular-treelist 16.0.0-develop.2 → 16.0.0-develop.4

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 (313) hide show
  1. package/binding-directives/base-binding.directive.d.ts +1 -1
  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 +1 -1
  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-base.d.ts +1 -1
  9. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  10. package/column-menu/column-menu-item.component.d.ts +1 -1
  11. package/column-menu/column-menu-lock.component.d.ts +1 -1
  12. package/column-menu/column-menu-sort.component.d.ts +1 -1
  13. package/column-menu/column-menu-template.directive.d.ts +1 -1
  14. package/column-menu/column-menu.component.d.ts +1 -1
  15. package/column-resizing/column-handle.directive.d.ts +1 -1
  16. package/column-resizing/table.directive.d.ts +1 -1
  17. package/columns/checkbox-column.component.d.ts +1 -1
  18. package/columns/column-base.d.ts +1 -1
  19. package/columns/column-group.component.d.ts +1 -1
  20. package/columns/column.component.d.ts +1 -1
  21. package/columns/command-column.component.d.ts +1 -1
  22. package/columns/rowreorder-column.component.d.ts +1 -1
  23. package/columns/span-column.component.d.ts +1 -1
  24. package/dragdrop/draggable-column.directive.d.ts +1 -1
  25. package/dragdrop/drop-target.directive.d.ts +1 -1
  26. package/editing/add-command.directive.d.ts +1 -1
  27. package/editing/base-command.directive.d.ts +1 -1
  28. package/editing/cancel-command.directive.d.ts +1 -1
  29. package/editing/edit-command.directive.d.ts +1 -1
  30. package/editing/edit-template.directive.d.ts +1 -1
  31. package/editing/remove-command.directive.d.ts +1 -1
  32. package/editing/save-command.directive.d.ts +1 -1
  33. package/editing-directives/editing-directive-base.d.ts +1 -1
  34. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  35. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  36. package/editing-directives/row-editing-directive-base.d.ts +1 -1
  37. package/editing-directives/template-editing.directive.d.ts +1 -1
  38. package/esm2020/binding-directives/base-binding.directive.mjs +3 -3
  39. package/esm2020/binding-directives/data-bound-tree-component.mjs +3 -3
  40. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -3
  41. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -3
  42. package/esm2020/column-menu/column-chooser.component.mjs +4 -4
  43. package/esm2020/column-menu/column-list.component.mjs +4 -4
  44. package/esm2020/column-menu/column-menu-chooser.component.mjs +6 -6
  45. package/esm2020/column-menu/column-menu-filter.component.mjs +6 -6
  46. package/esm2020/column-menu/column-menu-item-base.mjs +3 -3
  47. package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -3
  48. package/esm2020/column-menu/column-menu-item.component.mjs +6 -6
  49. package/esm2020/column-menu/column-menu-lock.component.mjs +4 -4
  50. package/esm2020/column-menu/column-menu-sort.component.mjs +4 -4
  51. package/esm2020/column-menu/column-menu-template.directive.mjs +3 -3
  52. package/esm2020/column-menu/column-menu.component.mjs +10 -10
  53. package/esm2020/column-menu/column-menu.module.mjs +4 -4
  54. package/esm2020/column-menu/column-menu.service.mjs +3 -3
  55. package/esm2020/column-resizing/column-handle.directive.mjs +3 -3
  56. package/esm2020/column-resizing/column-resizing.service.mjs +3 -3
  57. package/esm2020/column-resizing/table.directive.mjs +3 -3
  58. package/esm2020/columns/checkbox-column.component.mjs +3 -3
  59. package/esm2020/columns/column-base.mjs +3 -3
  60. package/esm2020/columns/column-group.component.mjs +3 -3
  61. package/esm2020/columns/column.component.mjs +3 -3
  62. package/esm2020/columns/command-column.component.mjs +3 -3
  63. package/esm2020/columns/rowreorder-column.component.mjs +3 -3
  64. package/esm2020/columns/span-column.component.mjs +3 -3
  65. package/esm2020/common/column-info.service.mjs +3 -3
  66. package/esm2020/common/dom-events.service.mjs +3 -3
  67. package/esm2020/common/id.service.mjs +3 -3
  68. package/esm2020/common/option-changes.service.mjs +3 -3
  69. package/esm2020/common/provider.service.mjs +3 -3
  70. package/esm2020/common/single-popup.service.mjs +3 -3
  71. package/esm2020/data/change-notification.service.mjs +3 -3
  72. package/esm2020/dragdrop/column-reorder.service.mjs +3 -3
  73. package/esm2020/dragdrop/drag-and-drop.module.mjs +4 -4
  74. package/esm2020/dragdrop/drag-and-drop.service.mjs +3 -3
  75. package/esm2020/dragdrop/drag-hint.service.mjs +3 -3
  76. package/esm2020/dragdrop/draggable-column.directive.mjs +3 -3
  77. package/esm2020/dragdrop/drop-cue.service.mjs +3 -3
  78. package/esm2020/dragdrop/drop-target.directive.mjs +3 -3
  79. package/esm2020/editing/add-command.directive.mjs +6 -6
  80. package/esm2020/editing/base-command.directive.mjs +6 -6
  81. package/esm2020/editing/cancel-command.directive.mjs +6 -6
  82. package/esm2020/editing/edit-command.directive.mjs +6 -6
  83. package/esm2020/editing/edit-template.directive.mjs +3 -3
  84. package/esm2020/editing/edit.service.mjs +3 -3
  85. package/esm2020/editing/remove-command.directive.mjs +6 -6
  86. package/esm2020/editing/save-command.directive.mjs +6 -6
  87. package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
  88. package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -3
  89. package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
  90. package/esm2020/editing-directives/row-editing-directive-base.mjs +3 -3
  91. package/esm2020/editing-directives/template-editing.directive.mjs +3 -3
  92. package/esm2020/excel/excel-command.directive.mjs +6 -6
  93. package/esm2020/excel/excel.component.mjs +3 -3
  94. package/esm2020/excel/excel.module.mjs +4 -4
  95. package/esm2020/excel/excel.service.mjs +3 -3
  96. package/esm2020/expand-state/expand-state.service.mjs +3 -3
  97. package/esm2020/expand-state/expandable-tree-component.mjs +3 -3
  98. package/esm2020/expand-state/expandable.directive.mjs +3 -3
  99. package/esm2020/filtering/base-filter-cell.component.mjs +3 -3
  100. package/esm2020/filtering/boolean-filter.component.mjs +3 -3
  101. package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +7 -7
  102. package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +7 -7
  103. package/esm2020/filtering/cell/date-filter-cell.component.mjs +7 -7
  104. package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -3
  105. package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -8
  106. package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -3
  107. package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
  108. package/esm2020/filtering/cell/filter-cell.component.mjs +4 -4
  109. package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +8 -8
  110. package/esm2020/filtering/cell/row-filtering.module.mjs +4 -4
  111. package/esm2020/filtering/cell/string-filter-cell.component.mjs +8 -8
  112. package/esm2020/filtering/date-filter.component.mjs +3 -3
  113. package/esm2020/filtering/filter-host.directive.mjs +3 -3
  114. package/esm2020/filtering/filter-input-wrapper.component.mjs +3 -3
  115. package/esm2020/filtering/filter-input.directive.mjs +3 -3
  116. package/esm2020/filtering/filter-row.component.mjs +7 -7
  117. package/esm2020/filtering/filter.service.mjs +3 -3
  118. package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +4 -4
  119. package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +7 -7
  120. package/esm2020/filtering/menu/date-filter-menu.component.mjs +6 -6
  121. package/esm2020/filtering/menu/filter-menu-container.component.mjs +6 -6
  122. package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -3
  123. package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
  124. package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -3
  125. package/esm2020/filtering/menu/filter-menu.component.mjs +4 -4
  126. package/esm2020/filtering/menu/filter-menu.module.mjs +4 -4
  127. package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +7 -7
  128. package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +6 -6
  129. package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +7 -7
  130. package/esm2020/filtering/menu/string-filter-menu.component.mjs +6 -6
  131. package/esm2020/filtering/numeric-filter.component.mjs +3 -3
  132. package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -3
  133. package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -3
  134. package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -3
  135. package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -3
  136. package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -3
  137. package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -3
  138. package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -3
  139. package/esm2020/filtering/operators/filter-operator.base.mjs +3 -3
  140. package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -3
  141. package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -3
  142. package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -3
  143. package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -3
  144. package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -3
  145. package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -3
  146. package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -3
  147. package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -3
  148. package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -3
  149. package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -3
  150. package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -3
  151. package/esm2020/filtering/shared-filtering.module.mjs +4 -4
  152. package/esm2020/filtering/string-filter.component.mjs +3 -3
  153. package/esm2020/layout/browser-support.service.mjs +3 -3
  154. package/esm2020/layout/resizable.directive.mjs +3 -3
  155. package/esm2020/layout/resize.service.mjs +3 -3
  156. package/esm2020/layout/responsive.service.mjs +3 -3
  157. package/esm2020/localization/custom-messages.component.mjs +3 -3
  158. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  159. package/esm2020/localization/messages.mjs +3 -3
  160. package/esm2020/navigation/focus-group.mjs +3 -3
  161. package/esm2020/navigation/focus-root.mjs +3 -3
  162. package/esm2020/navigation/focusable.directive.mjs +3 -3
  163. package/esm2020/navigation/logical-cell.directive.mjs +3 -3
  164. package/esm2020/navigation/logical-row.directive.mjs +3 -3
  165. package/esm2020/navigation/navigation.service.mjs +27 -27
  166. package/esm2020/package-metadata.mjs +2 -2
  167. package/esm2020/pager/pager-element.component.mjs +3 -3
  168. package/esm2020/pager/pager-info.component.mjs +3 -3
  169. package/esm2020/pager/pager-input.component.mjs +7 -7
  170. package/esm2020/pager/pager-next-buttons.component.mjs +4 -4
  171. package/esm2020/pager/pager-numeric-buttons.component.mjs +7 -7
  172. package/esm2020/pager/pager-page-sizes.component.mjs +6 -6
  173. package/esm2020/pager/pager-prev-buttons.component.mjs +4 -4
  174. package/esm2020/pager/pager-template.directive.mjs +3 -3
  175. package/esm2020/pager/pager.component.mjs +11 -11
  176. package/esm2020/pager/pager.module.mjs +4 -4
  177. package/esm2020/pdf/pdf-command.directive.mjs +6 -6
  178. package/esm2020/pdf/pdf-margin.component.mjs +3 -3
  179. package/esm2020/pdf/pdf-template.directive.mjs +3 -3
  180. package/esm2020/pdf/pdf.component.mjs +3 -3
  181. package/esm2020/pdf/pdf.module.mjs +4 -4
  182. package/esm2020/pdf/pdf.service.mjs +3 -3
  183. package/esm2020/rendering/body.module.mjs +4 -4
  184. package/esm2020/rendering/cell-template.directive.mjs +3 -3
  185. package/esm2020/rendering/cell.component.mjs +12 -12
  186. package/esm2020/rendering/common/col-group.component.mjs +4 -4
  187. package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -3
  188. package/esm2020/rendering/common/level-items.pipe.mjs +3 -3
  189. package/esm2020/rendering/common/loading.component.mjs +3 -3
  190. package/esm2020/rendering/common/spacer.component.mjs +3 -3
  191. package/esm2020/rendering/common/template-context.directive.mjs +3 -3
  192. package/esm2020/rendering/footer-template.directive.mjs +3 -3
  193. package/esm2020/rendering/header/header-template.directive.mjs +3 -3
  194. package/esm2020/rendering/header/header.component.mjs +15 -15
  195. package/esm2020/rendering/header/header.module.mjs +4 -4
  196. package/esm2020/rendering/list.component.mjs +11 -11
  197. package/esm2020/rendering/no-records-template.directive.mjs +3 -3
  198. package/esm2020/rendering/table-body.component.mjs +9 -9
  199. package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -3
  200. package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +3 -3
  201. package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -3
  202. package/esm2020/rendering/toolbar/toolbar.component.mjs +4 -4
  203. package/esm2020/row-reordering/flat-reorder.service.mjs +3 -3
  204. package/esm2020/row-reordering/hierarchical-reorder.service.mjs +3 -3
  205. package/esm2020/row-reordering/row-reorder.service.mjs +3 -5
  206. package/esm2020/row-reordering/utils.mjs +0 -1
  207. package/esm2020/scrolling/scroll-request.service.mjs +3 -3
  208. package/esm2020/scrolling/scroll-sync.service.mjs +3 -3
  209. package/esm2020/scrolling/suspend.service.mjs +3 -3
  210. package/esm2020/selection/marquee.directive.mjs +3 -3
  211. package/esm2020/selection/selectable.directive.mjs +3 -3
  212. package/esm2020/selection/selection.service.mjs +3 -3
  213. package/esm2020/shared.module.mjs +4 -4
  214. package/esm2020/treelist.component.mjs +16 -16
  215. package/esm2020/treelist.module.mjs +13 -15
  216. package/excel/excel-command.directive.d.ts +1 -1
  217. package/excel/excel.component.d.ts +1 -1
  218. package/expand-state/expandable.directive.d.ts +1 -1
  219. package/fesm2015/progress-kendo-angular-treelist.mjs +7935 -7940
  220. package/fesm2020/progress-kendo-angular-treelist.mjs +7959 -7964
  221. package/filtering/base-filter-cell.component.d.ts +1 -1
  222. package/filtering/boolean-filter.component.d.ts +1 -1
  223. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  224. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  225. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  226. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  227. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  228. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  229. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  230. package/filtering/cell/filter-cell.component.d.ts +1 -1
  231. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  232. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  233. package/filtering/date-filter.component.d.ts +1 -1
  234. package/filtering/filter-host.directive.d.ts +1 -1
  235. package/filtering/filter-input-wrapper.component.d.ts +1 -1
  236. package/filtering/filter-input.directive.d.ts +1 -1
  237. package/filtering/filter-row.component.d.ts +1 -1
  238. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  239. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  240. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  241. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  242. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  243. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  244. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  245. package/filtering/menu/filter-menu.component.d.ts +1 -1
  246. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  247. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  248. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  249. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  250. package/filtering/numeric-filter.component.d.ts +1 -1
  251. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  252. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  253. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  254. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  255. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  256. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  257. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  258. package/filtering/operators/filter-operator.base.d.ts +1 -1
  259. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  260. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  261. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  262. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  263. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  264. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  265. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  266. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  267. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  268. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  269. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  270. package/filtering/string-filter.component.d.ts +1 -1
  271. package/layout/resizable.directive.d.ts +1 -1
  272. package/localization/custom-messages.component.d.ts +1 -1
  273. package/localization/localized-messages.directive.d.ts +1 -1
  274. package/localization/messages.d.ts +1 -1
  275. package/navigation/focusable.directive.d.ts +1 -1
  276. package/navigation/logical-cell.directive.d.ts +1 -1
  277. package/navigation/logical-row.directive.d.ts +1 -1
  278. package/package.json +23 -24
  279. package/pager/pager-element.component.d.ts +1 -1
  280. package/pager/pager-info.component.d.ts +1 -1
  281. package/pager/pager-input.component.d.ts +1 -1
  282. package/pager/pager-next-buttons.component.d.ts +1 -1
  283. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  284. package/pager/pager-page-sizes.component.d.ts +1 -1
  285. package/pager/pager-prev-buttons.component.d.ts +1 -1
  286. package/pager/pager-template.directive.d.ts +1 -1
  287. package/pager/pager.component.d.ts +1 -1
  288. package/pdf/pdf-command.directive.d.ts +1 -1
  289. package/pdf/pdf-margin.component.d.ts +1 -1
  290. package/pdf/pdf-template.directive.d.ts +1 -1
  291. package/pdf/pdf.component.d.ts +1 -1
  292. package/rendering/cell-template.directive.d.ts +1 -1
  293. package/rendering/cell.component.d.ts +1 -1
  294. package/rendering/common/col-group.component.d.ts +1 -1
  295. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  296. package/rendering/common/level-items.pipe.d.ts +1 -1
  297. package/rendering/common/loading.component.d.ts +1 -1
  298. package/rendering/common/spacer.component.d.ts +1 -1
  299. package/rendering/common/template-context.directive.d.ts +1 -1
  300. package/rendering/footer-template.directive.d.ts +1 -1
  301. package/rendering/header/header-template.directive.d.ts +1 -1
  302. package/rendering/header/header.component.d.ts +1 -1
  303. package/rendering/list.component.d.ts +1 -1
  304. package/rendering/no-records-template.directive.d.ts +1 -1
  305. package/rendering/table-body.component.d.ts +1 -1
  306. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  307. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  308. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  309. package/schematics/ngAdd/index.js +3 -3
  310. package/selection/marquee.directive.d.ts +1 -1
  311. package/selection/selectable.directive.d.ts +1 -1
  312. package/treelist.component.d.ts +1 -1
  313. package/progress-kendo-angular-treelist.d.ts +0 -9
@@ -52,8 +52,8 @@ export class SharedModule {
52
52
  ];
53
53
  }
54
54
  }
55
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
56
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, declarations: [ColumnComponent,
55
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
56
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, declarations: [ColumnComponent,
57
57
  ColumnGroupComponent,
58
58
  LogicalCellDirective,
59
59
  LogicalRowDirective,
@@ -80,8 +80,8 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
80
80
  LoadingComponent,
81
81
  CheckboxColumnComponent,
82
82
  RowReorderColumnComponent, DraggableModule, IconsModule] });
83
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, imports: [[CommonModule, IconsModule], DraggableModule, IconsModule] });
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, decorators: [{
83
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [CommonModule, IconsModule, DraggableModule, IconsModule] });
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
85
85
  type: NgModule,
86
86
  args: [{
87
87
  declarations: [exportedModules],
@@ -90,20 +90,20 @@ import * as i18 from "./selection/selection.service";
90
90
  import * as i19 from "@progress/kendo-angular-l10n";
91
91
  import * as i20 from "./common/provider.service";
92
92
  import * as i21 from "./row-reordering/row-reorder.service";
93
- import * as i22 from "./rendering/toolbar/toolbar.component";
93
+ import * as i22 from "@angular/common";
94
94
  import * as i23 from "./rendering/common/col-group.component";
95
- import * as i24 from "./rendering/header/header.component";
96
- import * as i25 from "./rendering/list.component";
97
- import * as i26 from "./rendering/table-body.component";
98
- import * as i27 from "./rendering/common/loading.component";
99
- import * as i28 from "./pager/pager.component";
100
- import * as i29 from "@progress/kendo-angular-icons";
101
- import * as i30 from "./localization/localized-messages.directive";
102
- import * as i31 from "@angular/common";
95
+ import * as i24 from "./layout/resizable.directive";
96
+ import * as i25 from "./column-resizing/table.directive";
97
+ import * as i26 from "./rendering/common/loading.component";
98
+ import * as i27 from "@progress/kendo-angular-common";
99
+ import * as i28 from "@progress/kendo-angular-icons";
100
+ import * as i29 from "./rendering/table-body.component";
101
+ import * as i30 from "./rendering/header/header.component";
102
+ import * as i31 from "./pager/pager.component";
103
103
  import * as i32 from "@progress/kendo-angular-utils";
104
- import * as i33 from "./column-resizing/table.directive";
105
- import * as i34 from "./layout/resizable.directive";
106
- import * as i35 from "@progress/kendo-angular-common";
104
+ import * as i33 from "./rendering/list.component";
105
+ import * as i34 from "./rendering/toolbar/toolbar.component";
106
+ import * as i35 from "./localization/localized-messages.directive";
107
107
  import * as i36 from "./selection/marquee.directive";
108
108
  const createControl = (source) => (acc, key) => {
109
109
  acc[key] = new FormControl(source[key]);
@@ -1698,8 +1698,8 @@ export class TreeListComponent {
1698
1698
  this.dropTargetContainer?.notify();
1699
1699
  }
1700
1700
  }
1701
- TreeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListComponent, deps: [{ token: i1.BrowserSupportService }, { token: i0.ElementRef }, { token: i2.ChangeNotificationService }, { token: i3.EditService }, { token: i4.FilterService }, { token: i5.PDFService }, { token: i6.ResponsiveService }, { token: i0.Renderer2 }, { token: i7.ExcelService }, { token: i0.NgZone }, { token: i8.ScrollSyncService }, { token: i9.DomEventsService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.ColumnReorderService }, { token: i12.ColumnInfoService }, { token: i13.NavigationService }, { token: i14.SortService }, { token: i15.ScrollRequestService }, { token: i16.ExpandStateService }, { token: i17.OptionChangesService }, { token: i18.SelectionService }, { token: i19.LocalizationService }, { token: i20.ContextService }, { token: i21.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
1702
- TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TreeListComponent, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], 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", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { 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" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
1701
+ TreeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListComponent, deps: [{ token: i1.BrowserSupportService }, { token: i0.ElementRef }, { token: i2.ChangeNotificationService }, { token: i3.EditService }, { token: i4.FilterService }, { token: i5.PDFService }, { token: i6.ResponsiveService }, { token: i0.Renderer2 }, { token: i7.ExcelService }, { token: i0.NgZone }, { token: i8.ScrollSyncService }, { token: i9.DomEventsService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.ColumnReorderService }, { token: i12.ColumnInfoService }, { token: i13.NavigationService }, { token: i14.SortService }, { token: i15.ScrollRequestService }, { token: i16.ExpandStateService }, { token: i17.OptionChangesService }, { token: i18.SelectionService }, { token: i19.LocalizationService }, { token: i20.ContextService }, { token: i21.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
1702
+ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TreeListComponent, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], 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", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { 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" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
1703
1703
  BrowserSupportService,
1704
1704
  LocalizationService,
1705
1705
  ColumnInfoService,
@@ -2114,8 +2114,8 @@ TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
2114
2114
  </kendo-icon-wrapper>
2115
2115
  {{hintText}}
2116
2116
  </ng-template>
2117
- `, isInline: true, components: [{ type: i22.ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { type: i23.ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { type: i24.HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { type: i25.ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: i26.TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { type: i27.LoadingComponent, selector: "[kendoTreeListLoading]" }, { type: i28.PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { type: i29.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i30.LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { type: i31.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i32.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i32.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i33.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: i34.ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { type: i35.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: i36.MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListComponent, decorators: [{
2117
+ `, isInline: true, dependencies: [{ kind: "directive", type: i22.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i23.ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "directive", type: i24.ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "directive", type: i25.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: i26.LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "directive", type: i27.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i28.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i29.TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: i30.HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { kind: "component", type: i31.PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { kind: "directive", type: i32.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: i32.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "component", type: i33.ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "component", type: i34.ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: i35.LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: i36.MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListComponent, decorators: [{
2119
2119
  type: Component,
2120
2120
  args: [{
2121
2121
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -159,8 +159,8 @@ const declarations = [
159
159
  */
160
160
  export class TreeListModule {
161
161
  }
162
- TreeListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
163
- TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListModule, declarations: [TreeListComponent,
162
+ TreeListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
163
+ TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TreeListModule, declarations: [TreeListComponent,
164
164
  ListComponent,
165
165
  ToolbarComponent,
166
166
  LocalizedMessagesDirective,
@@ -197,19 +197,17 @@ TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
197
197
  ExpandableDirective,
198
198
  SelectableDirective,
199
199
  TreeListToolbarFocusableDirective, i1.ColumnComponent, i2.SpanColumnComponent, i3.CheckboxColumnComponent, i4.RowReorderColumnComponent, i5.ColumnGroupComponent, i6.FocusableDirective, i7.CommandColumnComponent, i8.CellTemplateDirective, i9.NoRecordsTemplateDirective, i10.EditTemplateDirective, i11.EditCommandDirective, i12.CancelCommandDirective, i13.SaveCommandDirective, i14.RemoveCommandDirective, i15.AddCommandDirective, i16.FooterTemplateDirective, i17.HeaderTemplateDirective, i18.PagerComponent, i19.PagerPrevButtonsComponent, i20.PagerNextButtonsComponent, i21.PagerNumericButtonsComponent, i22.PagerInputComponent, i23.PagerInfoComponent, i24.PagerPageSizesComponent, i25.PagerTemplateDirective, i26.FilterRowComponent, i27.FilterCellComponent, i28.FilterCellTemplateDirective, i29.FilterCellOperatorsComponent, i30.StringFilterCellComponent, i31.NumericFilterCellComponent, i32.AutoCompleteFilterCellComponent, i33.BooleanFilterCellComponent, i34.DateFilterCellComponent, i29.FilterCellOperatorsComponent, i35.ContainsFilterOperatorComponent, i36.DoesNotContainFilterOperatorComponent, i37.EndsWithFilterOperatorComponent, i38.EqualFilterOperatorComponent, i39.IsEmptyFilterOperatorComponent, i40.IsNotEmptyFilterOperatorComponent, i41.IsNotNullFilterOperatorComponent, i42.IsNullFilterOperatorComponent, i43.NotEqualFilterOperatorComponent, i44.StartsWithFilterOperatorComponent, i45.GreaterFilterOperatorComponent, i46.GreaterOrEqualToFilterOperatorComponent, i47.LessFilterOperatorComponent, i48.LessOrEqualToFilterOperatorComponent, i49.AfterFilterOperatorComponent, i50.AfterEqFilterOperatorComponent, i51.BeforeEqFilterOperatorComponent, i52.BeforeFilterOperatorComponent, i53.StringFilterMenuComponent, i54.FilterMenuTemplateDirective, i55.NumericFilterMenuComponent, i56.DateFilterMenuComponent, i57.BooleanFilterMenuComponent, i29.FilterCellOperatorsComponent, i35.ContainsFilterOperatorComponent, i36.DoesNotContainFilterOperatorComponent, i37.EndsWithFilterOperatorComponent, i38.EqualFilterOperatorComponent, i39.IsEmptyFilterOperatorComponent, i40.IsNotEmptyFilterOperatorComponent, i41.IsNotNullFilterOperatorComponent, i42.IsNullFilterOperatorComponent, i43.NotEqualFilterOperatorComponent, i44.StartsWithFilterOperatorComponent, i45.GreaterFilterOperatorComponent, i46.GreaterOrEqualToFilterOperatorComponent, i47.LessFilterOperatorComponent, i48.LessOrEqualToFilterOperatorComponent, i49.AfterFilterOperatorComponent, i50.AfterEqFilterOperatorComponent, i51.BeforeEqFilterOperatorComponent, i52.BeforeFilterOperatorComponent, i58.ColumnChooserComponent, i59.ColumnMenuFilterComponent, i60.ColumnMenuItemComponent, i61.ColumnMenuItemContentTemplateDirective, i62.ColumnMenuSortComponent, i63.ColumnMenuLockComponent, i64.ColumnMenuChooserComponent, i65.ColumnMenuTemplateDirective, i66.ColumnMenuComponent] });
200
- TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListModule, imports: [[
201
- CommonModule,
202
- SharedModule,
203
- BodyModule,
204
- HeaderModule,
205
- PagerModule,
206
- RowFilterModule,
207
- FilterMenuModule,
208
- ResizeSensorModule,
209
- ColumnMenuModule,
210
- DragAndDropModule
211
- ]] });
212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListModule, decorators: [{
200
+ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListModule, imports: [CommonModule,
201
+ SharedModule,
202
+ BodyModule,
203
+ HeaderModule,
204
+ PagerModule,
205
+ RowFilterModule,
206
+ FilterMenuModule,
207
+ ResizeSensorModule,
208
+ ColumnMenuModule,
209
+ DragAndDropModule] });
210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListModule, decorators: [{
213
211
  type: NgModule,
214
212
  args: [{
215
213
  declarations: [declarations],
@@ -37,5 +37,5 @@ export declare class ExcelCommandDirective extends Button {
37
37
  get excelClass(): boolean;
38
38
  constructor(excelService: ExcelService, element: ElementRef, renderer: Renderer, localization: LocalizationService, ngZone: NgZone);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelCommandDirective, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoTreeListExcelCommand]", never, {}, {}, never, ["*"]>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExcelCommandDirective, "[kendoTreeListExcelCommand]", never, {}, {}, never, ["*"], false, never>;
41
41
  }
@@ -88,5 +88,5 @@ export declare class ExcelComponent implements OnDestroy {
88
88
  protected saveFile(options: any): void;
89
89
  protected componentViewOptions(component: any): any;
90
90
  static ɵfac: i0.ɵɵFactoryDeclaration<ExcelComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-treelist-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "collapsible": "collapsible"; "allPages": "allPages"; "expandAll": "expandAll"; "paddingCellOptions": "paddingCellOptions"; }, {}, ["columns"], never>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExcelComponent, "kendo-treelist-excel", never, { "fileName": "fileName"; "filterable": "filterable"; "creator": "creator"; "date": "date"; "forceProxy": "forceProxy"; "proxyURL": "proxyURL"; "fetchData": "fetchData"; "collapsible": "collapsible"; "allPages": "allPages"; "expandAll": "expandAll"; "paddingCellOptions": "paddingCellOptions"; }, {}, ["columns"], never, false, never>;
92
92
  }
@@ -51,5 +51,5 @@ export declare class ExpandableDirective implements OnDestroy {
51
51
  ngOnDestroy(): void;
52
52
  private toggleState;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableDirective, "[kendoTreeListExpandable]", ["kendoTreeListExpandable"], { "expandedKeys": "expandedKeys"; "initiallyExpanded": "initiallyExpanded"; "expandBy": "expandBy"; }, { "expandedKeysChange": "expandedKeysChange"; }, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableDirective, "[kendoTreeListExpandable]", ["kendoTreeListExpandable"], { "expandedKeys": "expandedKeys"; "initiallyExpanded": "initiallyExpanded"; "expandBy": "expandBy"; }, { "expandedKeysChange": "expandedKeysChange"; }, never, never, false, never>;
55
55
  }