@progress/kendo-angular-treelist 16.0.0-develop.1 → 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
@@ -34,9 +34,9 @@ export class FieldAccessorPipe {
34
34
  return intl.toString(value, format);
35
35
  }
36
36
  }
37
- FieldAccessorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
38
- FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldAccessorPipe, name: "valueOf", pure: false });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FieldAccessorPipe, decorators: [{
37
+ FieldAccessorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
38
+ FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: FieldAccessorPipe, name: "valueOf", pure: false });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FieldAccessorPipe, decorators: [{
40
40
  type: Pipe,
41
41
  args: [{
42
42
  // eslint-disable-next-line @angular-eslint/pipe-prefix
@@ -18,9 +18,9 @@ export class LevelItemsPipe {
18
18
  return result;
19
19
  }
20
20
  }
21
- LevelItemsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LevelItemsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
22
- LevelItemsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LevelItemsPipe, name: "levelItems" });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LevelItemsPipe, decorators: [{
21
+ LevelItemsPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LevelItemsPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
22
+ LevelItemsPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: LevelItemsPipe, name: "levelItems" });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LevelItemsPipe, decorators: [{
24
24
  type: Pipe,
25
25
  args: [{
26
26
  name: 'levelItems',
@@ -18,13 +18,13 @@ export class LoadingComponent {
18
18
  return this.localization.get('loading');
19
19
  }
20
20
  }
21
- LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoadingComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: LoadingComponent, selector: "[kendoTreeListLoading]", host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
21
+ LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoadingComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LoadingComponent, selector: "[kendoTreeListLoading]", host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
23
23
  <span class="k-loading-text">{{ loadingText }}</span>
24
24
  <div class="k-loading-image"></div>
25
25
  <div class="k-loading-color"></div>
26
26
  `, isInline: true });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LoadingComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoadingComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: '[kendoTreeListLoading]',
@@ -22,9 +22,9 @@ export class TreeListSpacerComponent {
22
22
  return this.width;
23
23
  }
24
24
  }
25
- TreeListSpacerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- TreeListSpacerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListSpacerComponent, decorators: [{
25
+ TreeListSpacerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
+ TreeListSpacerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListSpacerComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{
30
30
  selector: 'kendo-treelist-spacer, kendo-treelist-pager-spacer',
@@ -27,9 +27,9 @@ export class TemplateContextDirective {
27
27
  }
28
28
  }
29
29
  }
30
- TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
31
- TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TemplateContextDirective, decorators: [{
30
+ TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
31
+ TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplateContextDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -33,9 +33,9 @@ export class FooterTemplateDirective {
33
33
  this.templateRef = templateRef;
34
34
  }
35
35
  }
36
- FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
- FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: FooterTemplateDirective, selector: "[kendoTreeListFooterTemplate]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FooterTemplateDirective, decorators: [{
36
+ FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
+ FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FooterTemplateDirective, selector: "[kendoTreeListFooterTemplate]", ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FooterTemplateDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[kendoTreeListFooterTemplate]'
@@ -31,9 +31,9 @@ export class HeaderTemplateDirective {
31
31
  this.templateRef = templateRef;
32
32
  }
33
33
  }
34
- HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
- HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: HeaderTemplateDirective, selector: "[kendoTreeListHeaderTemplate]", ngImport: i0 });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
34
+ HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
35
+ HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: HeaderTemplateDirective, selector: "[kendoTreeListHeaderTemplate]", ngImport: i0 });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
37
37
  type: Directive,
38
38
  args: [{
39
39
  selector: '[kendoTreeListHeaderTemplate]'
@@ -33,18 +33,18 @@ import * as i4 from "../../dragdrop/column-reorder.service";
33
33
  import * as i5 from "../../common/sort.service";
34
34
  import * as i6 from "../../selection/selection.service";
35
35
  import * as i7 from "@progress/kendo-angular-l10n";
36
- import * as i8 from "../../filtering/menu/filter-menu.component";
37
- import * as i9 from "../../column-menu/column-menu.component";
38
- import * as i10 from "@progress/kendo-angular-icons";
39
- import * as i11 from "../../filtering/filter-row.component";
40
- import * as i12 from "@angular/common";
41
- import * as i13 from "../../navigation/logical-row.directive";
42
- import * as i14 from "../../navigation/logical-cell.directive";
43
- import * as i15 from "../../dragdrop/drop-target.directive";
44
- import * as i16 from "@progress/kendo-angular-common";
36
+ import * as i8 from "@angular/common";
37
+ import * as i9 from "../../filtering/filter-row.component";
38
+ import * as i10 from "../../navigation/logical-cell.directive";
39
+ import * as i11 from "../../navigation/logical-row.directive";
40
+ import * as i12 from "../../navigation/focusable.directive";
41
+ import * as i13 from "../common/template-context.directive";
42
+ import * as i14 from "@progress/kendo-angular-common";
43
+ import * as i15 from "@progress/kendo-angular-icons";
44
+ import * as i16 from "../../filtering/menu/filter-menu.component";
45
45
  import * as i17 from "../../dragdrop/draggable-column.directive";
46
- import * as i18 from "../common/template-context.directive";
47
- import * as i19 from "../../navigation/focusable.directive";
46
+ import * as i18 from "../../dragdrop/drop-target.directive";
47
+ import * as i19 from "../../column-menu/column-menu.component";
48
48
  import * as i20 from "../../column-resizing/column-handle.directive";
49
49
  const mergeObjects = (...args) => Object.assign.apply(null, [{}].concat(args));
50
50
  const directions = initialDirection => initialDirection === "asc" ? ["asc", "desc"] : ["desc", "asc"];
@@ -345,8 +345,8 @@ export class HeaderComponent {
345
345
  });
346
346
  }
347
347
  }
348
- HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.DragHintService }, { token: i3.DropCueService }, { token: i4.ColumnReorderService }, { token: i5.SortService }, { token: i6.SelectionService }, { token: i7.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
349
- HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
348
+ HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.DragHintService }, { token: i3.DropCueService }, { token: i4.ColumnReorderService }, { token: i5.SortService }, { token: i6.SelectionService }, { token: i7.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
349
+ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
350
350
  <tr *ngFor="let i of columnLevels; let levelIndex = index" role="row"
351
351
  kendoTreeListLogicalRow
352
352
  [logicalRowIndex]="levelIndex"
@@ -528,8 +528,8 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
528
528
  [logicalSlaveCellsCount]="unlockedColumnsCount"
529
529
  >
530
530
  </tr>
531
- `, isInline: true, components: [{ type: i8.FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter"] }, { type: i9.ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate"] }, { type: i10.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i11.FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }], directives: [{ type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i13.LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i14.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { type: i15.DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { type: i16.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: i17.DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { type: i12.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i12.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i18.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { type: i19.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { type: i20.ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }] });
532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderComponent, decorators: [{
531
+ `, isInline: true, dependencies: [{ kind: "directive", type: i8.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i8.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i8.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i8.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i9.FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: ["columns", "filter", "logicalRowIndex", "lockedColumnsCount"] }, { kind: "directive", type: i10.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "directive", type: i11.LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "directive", type: i12.FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: i13.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: i14.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i15.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i16.FilterMenuComponent, selector: "kendo-treelist-filter-menu", inputs: ["column", "filter"] }, { kind: "directive", type: i17.DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: ["context", "enableDrag"], outputs: ["drag"] }, { kind: "directive", type: i18.DropTargetDirective, selector: "[kendoDropTarget]", inputs: ["context"], outputs: ["enter", "leave", "drop"] }, { kind: "component", type: i19.ColumnMenuComponent, selector: "kendo-treelist-column-menu", inputs: ["standalone", "column", "settings", "sort", "filter", "sortable", "columnMenuTemplate"] }, { kind: "directive", type: i20.ColumnHandleDirective, selector: "[kendoTreeListColumnHandle]", inputs: ["columns", "column"] }] });
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderComponent, decorators: [{
533
533
  type: Component,
534
534
  args: [{
535
535
  selector: '[kendoTreeListHeader]',
@@ -36,8 +36,8 @@ export class HeaderModule {
36
36
  ];
37
37
  }
38
38
  }
39
- HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderModule, declarations: [HeaderComponent,
39
+ HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
+ HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: HeaderModule, declarations: [HeaderComponent,
41
41
  HeaderTemplateDirective,
42
42
  ColumnHandleDirective], imports: [CommonModule,
43
43
  RowFilterModule,
@@ -47,8 +47,8 @@ HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
47
47
  ColumnMenuModule], exports: [HeaderComponent,
48
48
  HeaderTemplateDirective,
49
49
  ColumnHandleDirective] });
50
- HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderModule, imports: [[...importedModules]] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HeaderModule, decorators: [{
50
+ HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderModule, imports: [importedModules] });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderModule, decorators: [{
52
52
  type: NgModule,
53
53
  args: [{
54
54
  declarations: [exportedModules],
@@ -43,13 +43,13 @@ import * as i9 from "@progress/kendo-angular-l10n";
43
43
  import * as i10 from "../column-resizing/column-resizing.service";
44
44
  import * as i11 from "../pdf/pdf.service";
45
45
  import * as i12 from "../common/column-info.service";
46
- import * as i13 from "./common/col-group.component";
47
- import * as i14 from "./table-body.component";
48
- import * as i15 from "@progress/kendo-angular-common";
49
- import * as i16 from "./common/loading.component";
50
- import * as i17 from "@angular/common";
51
- import * as i18 from "../column-resizing/table.directive";
52
- import * as i19 from "../layout/resizable.directive";
46
+ import * as i13 from "@angular/common";
47
+ import * as i14 from "./common/col-group.component";
48
+ import * as i15 from "../layout/resizable.directive";
49
+ import * as i16 from "../column-resizing/table.directive";
50
+ import * as i17 from "./common/loading.component";
51
+ import * as i18 from "./table-body.component";
52
+ import * as i19 from "@progress/kendo-angular-common";
53
53
  const elementAt = (index, elements, elementOffset) => {
54
54
  for (let idx = 0, elementIdx = 0; idx < elements.length; idx++) {
55
55
  const offset = elementOffset(elements[idx]);
@@ -508,8 +508,8 @@ export class ListComponent {
508
508
  return element.offsetLeft;
509
509
  }
510
510
  }
511
- ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i1.ChangeNotificationService }, { token: i2.SuspendService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i3.ScrollSyncService }, { token: i4.ResizeService }, { token: i5.EditService }, { token: i6.BrowserSupportService }, { token: i7.NavigationService }, { token: i8.ScrollRequestService }, { token: i9.LocalizationService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.PDFService }, { token: i12.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
512
- ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ListComponent, selector: "kendo-treelist-list", inputs: { 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" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
511
+ ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i1.ChangeNotificationService }, { token: i2.SuspendService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i3.ScrollSyncService }, { token: i4.ResizeService }, { token: i5.EditService }, { token: i6.BrowserSupportService }, { token: i7.NavigationService }, { token: i8.ScrollRequestService }, { token: i9.LocalizationService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.PDFService }, { token: i12.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
512
+ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ListComponent, selector: "kendo-treelist-list", inputs: { 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" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
513
513
  {
514
514
  provide: SCROLLER_FACTORY_TOKEN,
515
515
  useValue: DEFAULT_SCROLLER_FACTORY
@@ -591,8 +591,8 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
591
591
  </div>
592
592
  <div *ngIf="loading" kendoTreeListLoading>
593
593
  </div>
594
- `, isInline: true, components: [{ type: i13.ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { type: i14.TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { type: i15.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i16.LoadingComponent, selector: "[kendoTreeListLoading]" }], directives: [{ type: i17.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i18.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: i19.ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }] });
595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ListComponent, decorators: [{
594
+ `, isInline: true, dependencies: [{ kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i14.ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "directive", type: i15.ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "directive", type: i16.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: i17.LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: i18.TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: i19.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ListComponent, decorators: [{
596
596
  type: Component,
597
597
  args: [{
598
598
  providers: [
@@ -26,9 +26,9 @@ export class NoRecordsTemplateDirective {
26
26
  this.templateRef = templateRef;
27
27
  }
28
28
  }
29
- NoRecordsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NoRecordsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
30
- NoRecordsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: NoRecordsTemplateDirective, selector: "[kendoTreeListNoRecordsTemplate]", ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NoRecordsTemplateDirective, decorators: [{
29
+ NoRecordsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NoRecordsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
30
+ NoRecordsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: NoRecordsTemplateDirective, selector: "[kendoTreeListNoRecordsTemplate]", ngImport: i0 });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NoRecordsTemplateDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[kendoTreeListNoRecordsTemplate]'
@@ -29,11 +29,11 @@ import * as i5 from "../common/column-info.service";
29
29
  import * as i6 from "../navigation/navigation.service";
30
30
  import * as i7 from "../expand-state/expand-state.service";
31
31
  import * as i8 from "../selection/selection.service";
32
- import * as i9 from "./cell.component";
33
- import * as i10 from "@progress/kendo-angular-icons";
34
- import * as i11 from "@angular/common";
35
- import * as i12 from "../navigation/logical-row.directive";
36
- import * as i13 from "../navigation/logical-cell.directive";
32
+ import * as i9 from "@angular/common";
33
+ import * as i10 from "../navigation/logical-cell.directive";
34
+ import * as i11 from "../navigation/logical-row.directive";
35
+ import * as i12 from "@progress/kendo-angular-icons";
36
+ import * as i13 from "./cell.component";
37
37
  import * as i14 from "./common/level-items.pipe";
38
38
  const columnCellIndex = (cell, cells) => {
39
39
  for (let idx = 0; idx < cells.length; idx++) {
@@ -344,8 +344,8 @@ export class TableBodyComponent {
344
344
  return viewItem;
345
345
  }
346
346
  }
347
- TableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TableBodyComponent, deps: [{ token: i1.ChangeNotificationService }, { token: i2.EditService }, { token: i3.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i4.DomEventsService }, { token: i5.ColumnInfoService }, { token: i6.NavigationService }, { token: i7.ExpandStateService }, { token: i8.SelectionService }], target: i0.ɵɵFactoryTarget.Component });
348
- TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: { 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" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
347
+ TableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TableBodyComponent, deps: [{ token: i1.ChangeNotificationService }, { token: i2.EditService }, { token: i3.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i4.DomEventsService }, { token: i5.ColumnInfoService }, { token: i6.NavigationService }, { token: i7.ExpandStateService }, { token: i8.SelectionService }], target: i0.ɵɵFactoryTarget.Component });
348
+ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: { 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" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
349
349
  <tr *ngIf="!hasData" class="k-grid-norecords">
350
350
  <td [attr.colspan]="colSpan" class="k-table-td">
351
351
  <ng-container *ngIf="noRecordsTemplate?.templateRef" [ngTemplateOutlet]="noRecordsTemplate.templateRef">
@@ -443,8 +443,8 @@ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
443
443
  </td>
444
444
  </tr>
445
445
  </ng-container>
446
- `, isInline: true, components: [{ type: i9.CellComponent, selector: "[kendoTreeListCell]", inputs: ["column", "columnIndex", "isNew", "level", "hasChildren", "isExpanded", "loading", "expandIcons", "selected", "dataItem", "viewItem"] }, { type: i10.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i12.LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i13.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { type: i11.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], pipes: { "levelItems": i14.LevelItemsPipe } });
447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TableBodyComponent, decorators: [{
446
+ `, isInline: true, dependencies: [{ kind: "directive", type: i9.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i9.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i9.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i10.LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }, { kind: "directive", type: i11.LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "isNew", "totalColumns"] }, { kind: "component", type: i12.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i13.CellComponent, selector: "[kendoTreeListCell]", inputs: ["column", "columnIndex", "isNew", "level", "hasChildren", "isExpanded", "loading", "expandIcons", "selected", "dataItem", "viewItem"] }, { kind: "pipe", type: i14.LevelItemsPipe, name: "levelItems" }] });
447
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TableBodyComponent, decorators: [{
448
448
  type: Component,
449
449
  args: [{
450
450
  selector: '[kendoTreeListTableBody]',
@@ -44,9 +44,9 @@ export class TreeListToolbarFocusableDirective {
44
44
  this.ctx[`${this.toolbarPosition}ToolbarNavigation`].notify();
45
45
  }
46
46
  }
47
- TreeListToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
48
- TreeListToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TreeListToolbarFocusableDirective, selector: "\n [kendoTreeListToolbarFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListCancelCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListExcelCommand],\n [kendoTreeListPDFCommand]\n ", ngImport: i0 });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListToolbarFocusableDirective, decorators: [{
47
+ TreeListToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
48
+ TreeListToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TreeListToolbarFocusableDirective, selector: "\n [kendoTreeListToolbarFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListCancelCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListExcelCommand],\n [kendoTreeListPDFCommand]\n ", ngImport: i0 });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListToolbarFocusableDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: `
@@ -46,8 +46,8 @@ export class TreeListToolbarNavigationService {
46
46
  }
47
47
  }
48
48
  }
49
- TreeListToolbarNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListToolbarNavigationService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
50
- TreeListToolbarNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListToolbarNavigationService });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TreeListToolbarNavigationService, decorators: [{
49
+ TreeListToolbarNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListToolbarNavigationService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
50
+ TreeListToolbarNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListToolbarNavigationService });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TreeListToolbarNavigationService, decorators: [{
52
52
  type: Injectable
53
53
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; } });
@@ -42,9 +42,9 @@ export class ToolbarTemplateDirective {
42
42
  return this._position;
43
43
  }
44
44
  }
45
- ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: i1.OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
46
- ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarTemplateDirective, selector: "[kendoTreeListToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
45
+ ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: i1.OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
46
+ ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarTemplateDirective, selector: "[kendoTreeListToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: '[kendoTreeListToolbarTemplate]'
@@ -56,16 +56,16 @@ export class ToolbarComponent {
56
56
  this.navigationService.updateFocus();
57
57
  }
58
58
  }
59
- ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
60
- ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
59
+ ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
60
+ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
61
61
  <ng-template
62
62
  *ngIf="toolbarTemplateRef"
63
63
  [ngTemplateOutlet]="toolbarTemplateRef"
64
64
  [ngTemplateOutletContext]="context"
65
65
  >
66
66
  </ng-template>
67
- `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarComponent, decorators: [{
67
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{
71
71
  selector: 'kendo-treelist-toolbar',
@@ -41,8 +41,8 @@ export class FlatRowReorderService extends RowReorderService {
41
41
  collection.splice(dropTargetIdx, 0, draggedDataItem);
42
42
  }
43
43
  }
44
- FlatRowReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
45
- FlatRowReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatRowReorderService });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FlatRowReorderService, decorators: [{
44
+ FlatRowReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
45
+ FlatRowReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatRowReorderService });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatRowReorderService, decorators: [{
47
47
  type: Injectable
48
48
  }] });
@@ -48,8 +48,8 @@ export class HierarchicalRowReorderService extends RowReorderService {
48
48
  }
49
49
  }
50
50
  }
51
- HierarchicalRowReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchicalRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
52
- HierarchicalRowReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchicalRowReorderService });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: HierarchicalRowReorderService, decorators: [{
51
+ HierarchicalRowReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HierarchicalRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
52
+ HierarchicalRowReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HierarchicalRowReorderService });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HierarchicalRowReorderService, decorators: [{
54
54
  type: Injectable
55
55
  }] });
@@ -130,7 +130,6 @@ export class RowReorderService {
130
130
  if (!isDocumentAvailable()) {
131
131
  return;
132
132
  }
133
- ;
134
133
  if (this.dropIndicator && this.dropIndicator.parentElement) {
135
134
  document.body.removeChild(this.dropIndicator);
136
135
  this.dropIndicator = null;
@@ -154,7 +153,6 @@ export class RowReorderService {
154
153
  if (this.dropTarget === this.dragTarget || !isPresent(this.dropTarget)) {
155
154
  return dropPosition.forbidden;
156
155
  }
157
- ;
158
156
  const itemViewPortCoords = this.dropTarget.getBoundingClientRect();
159
157
  const itemDivisionsCount = 3;
160
158
  const itemDivisionHeight = itemViewPortCoords.height / itemDivisionsCount;
@@ -211,9 +209,9 @@ export class RowReorderService {
211
209
  }
212
210
  }
213
211
  }
214
- RowReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
215
- RowReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowReorderService });
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RowReorderService, decorators: [{
212
+ RowReorderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
213
+ RowReorderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowReorderService });
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowReorderService, decorators: [{
217
215
  type: Injectable
218
216
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { rowReorder: [{
219
217
  type: Output
@@ -23,7 +23,6 @@ export function getOffset(element) {
23
23
  left: left + pageXOffset - clientLeft
24
24
  };
25
25
  }
26
- ;
27
26
  /**
28
27
  * @hidden
29
28
  */
@@ -16,8 +16,8 @@ export class ScrollRequestService {
16
16
  this.requests.next(request);
17
17
  }
18
18
  }
19
- ScrollRequestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollRequestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
- ScrollRequestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollRequestService });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollRequestService, decorators: [{
19
+ ScrollRequestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollRequestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20
+ ScrollRequestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollRequestService });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollRequestService, decorators: [{
22
22
  type: Injectable
23
23
  }] });
@@ -71,8 +71,8 @@ export class ScrollSyncService {
71
71
  }
72
72
  }
73
73
  }
74
- ScrollSyncService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
75
- ScrollSyncService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollSyncService });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollSyncService, decorators: [{
74
+ ScrollSyncService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
75
+ ScrollSyncService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollSyncService });
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollSyncService, decorators: [{
77
77
  type: Injectable
78
78
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
@@ -12,8 +12,8 @@ export class SuspendService {
12
12
  this.scroll = false;
13
13
  }
14
14
  }
15
- SuspendService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuspendService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
- SuspendService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuspendService });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuspendService, decorators: [{
15
+ SuspendService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SuspendService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16
+ SuspendService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SuspendService });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SuspendService, decorators: [{
18
18
  type: Injectable
19
19
  }] });
@@ -157,9 +157,9 @@ export class MarqueeDirective {
157
157
  }
158
158
  }
159
159
  }
160
- MarqueeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
161
- MarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MarqueeDirective, decorators: [{
160
+ MarqueeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
161
+ MarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MarqueeDirective, decorators: [{
163
163
  type: Directive,
164
164
  args: [{
165
165
  selector: '[kendoTreeListSelectionMarquee]'
@@ -165,9 +165,9 @@ export class SelectableDirective {
165
165
  return this.treelist.lockedLeafColumns.toArray().concat(this.treelist.nonLockedLeafColumns.toArray());
166
166
  }
167
167
  }
168
- SelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectableDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
169
- SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: SelectableDirective, selector: "[kendoTreeListSelectable]", inputs: { selectable: "selectable", selectedItems: "selectedItems", itemKey: "itemKey", columnKey: "columnKey" }, outputs: { selectedItemsChange: "selectedItemsChange" }, exportAs: ["kendoTreeListSelectable"], ngImport: i0 });
170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectableDirective, decorators: [{
168
+ SelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectableDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
169
+ SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SelectableDirective, selector: "[kendoTreeListSelectable]", inputs: { selectable: "selectable", selectedItems: "selectedItems", itemKey: "itemKey", columnKey: "columnKey" }, outputs: { selectedItemsChange: "selectedItemsChange" }, exportAs: ["kendoTreeListSelectable"], ngImport: i0 });
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectableDirective, decorators: [{
171
171
  type: Directive,
172
172
  args: [{
173
173
  exportAs: 'kendoTreeListSelectable',
@@ -228,8 +228,8 @@ export class SelectionService {
228
228
  return this.columnsContainer.lockedLeafColumns.toArray().concat(this.columnsContainer.nonLockedLeafColumns.toArray());
229
229
  }
230
230
  }
231
- SelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
232
- SelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectionService });
233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectionService, decorators: [{
231
+ SelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
232
+ SelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectionService });
233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectionService, decorators: [{
234
234
  type: Injectable
235
235
  }] });