@progress/kendo-angular-treelist 17.2.0 → 17.2.1-develop.2

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 (494) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/binding-directives/base-binding.directive.d.ts +1 -1
  4. package/binding-directives/data-bound-tree-component.d.ts +1 -1
  5. package/binding-directives/flat-binding.directive.d.ts +1 -1
  6. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  7. package/column-menu/column-chooser.component.d.ts +1 -1
  8. package/column-menu/column-list.component.d.ts +1 -1
  9. package/column-menu/column-locked-change-event.d.ts +1 -1
  10. package/column-menu/column-menu-chooser.component.d.ts +1 -1
  11. package/column-menu/column-menu-filter.component.d.ts +1 -1
  12. package/column-menu/column-menu-item-base.d.ts +1 -1
  13. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  14. package/column-menu/column-menu-item.component.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +1 -1
  16. package/column-menu/column-menu-settings.interface.d.ts +1 -1
  17. package/column-menu/column-menu-sort.component.d.ts +1 -1
  18. package/column-menu/column-menu-template.directive.d.ts +1 -1
  19. package/column-menu/column-menu.component.d.ts +1 -1
  20. package/column-menu/column-menu.service.d.ts +1 -1
  21. package/column-menu/column-visibility-change-event.d.ts +1 -1
  22. package/column-menu/utils.d.ts +1 -1
  23. package/column-resizing/column-handle.directive.d.ts +1 -1
  24. package/column-resizing/column-resize.interface.d.ts +1 -1
  25. package/column-resizing/column-resizing.service.d.ts +1 -1
  26. package/column-resizing/table.directive.d.ts +1 -1
  27. package/columns/checkbox-column.component.d.ts +1 -1
  28. package/columns/column-base.d.ts +1 -1
  29. package/columns/column-common.d.ts +1 -1
  30. package/columns/column-group.component.d.ts +1 -1
  31. package/columns/column-list.d.ts +1 -1
  32. package/columns/column.component.d.ts +1 -1
  33. package/columns/columns-container.d.ts +1 -1
  34. package/columns/command-column.component.d.ts +1 -1
  35. package/columns/rowreorder-column.component.d.ts +1 -1
  36. package/columns/sort-settings.d.ts +1 -1
  37. package/columns/span-column.component.d.ts +1 -1
  38. package/common/cell-click-event-args.interface.d.ts +1 -1
  39. package/common/column-info.service.d.ts +1 -1
  40. package/common/create-form-group.d.ts +1 -1
  41. package/common/default-track-by.d.ts +1 -1
  42. package/common/dom-events.service.d.ts +1 -1
  43. package/common/filter-descriptor-differ.d.ts +1 -1
  44. package/common/filter-operator.interface.d.ts +1 -1
  45. package/common/id.service.d.ts +1 -1
  46. package/common/option-changes.service.d.ts +1 -1
  47. package/common/pager-settings.d.ts +1 -1
  48. package/common/preventable-event.d.ts +1 -1
  49. package/common/provider.service.d.ts +1 -1
  50. package/common/remove-confirmation.d.ts +1 -1
  51. package/common/single-popup.service.d.ts +1 -1
  52. package/common/sort.service.d.ts +1 -1
  53. package/data/change-event-args.interface.d.ts +1 -1
  54. package/data/change-notification.service.d.ts +1 -1
  55. package/data/data-item.interface.d.ts +1 -1
  56. package/data/data.collection.d.ts +1 -1
  57. package/data/treelist-item.interface.d.ts +1 -1
  58. package/directives.d.ts +1 -1
  59. package/dragdrop/column-reorder-config.d.ts +1 -1
  60. package/dragdrop/column-reorder-event.d.ts +1 -1
  61. package/dragdrop/column-reorder.service.d.ts +1 -1
  62. package/dragdrop/common.d.ts +1 -1
  63. package/dragdrop/context-types.d.ts +1 -1
  64. package/dragdrop/drag-and-drop.service.d.ts +1 -1
  65. package/dragdrop/drag-hint.service.d.ts +1 -1
  66. package/dragdrop/draggable-column.directive.d.ts +1 -1
  67. package/dragdrop/drop-cue.service.d.ts +1 -1
  68. package/dragdrop/drop-target.directive.d.ts +1 -1
  69. package/editing/add-command-tool.directive.d.ts +1 -1
  70. package/editing/add-command.directive.d.ts +1 -1
  71. package/editing/add-event-args.interface.d.ts +1 -1
  72. package/editing/base-command.directive.d.ts +1 -1
  73. package/editing/cancel-command.directive.d.ts +1 -1
  74. package/editing/cancel-event-args.interface.d.ts +1 -1
  75. package/editing/cell-close-event.d.ts +1 -1
  76. package/editing/edit-command.directive.d.ts +1 -1
  77. package/editing/edit-event-args.interface.d.ts +1 -1
  78. package/editing/edit-template.directive.d.ts +1 -1
  79. package/editing/edit.service.d.ts +1 -1
  80. package/editing/remove-command.directive.d.ts +1 -1
  81. package/editing/remove-event-args.interface.d.ts +1 -1
  82. package/editing/save-command.directive.d.ts +1 -1
  83. package/editing/save-event-args.interface.d.ts +1 -1
  84. package/editing-directives/create-form-group-args.interface.d.ts +1 -1
  85. package/editing-directives/edit-service.interface.d.ts +1 -1
  86. package/editing-directives/editing-directive-base.d.ts +1 -1
  87. package/editing-directives/flat-edit.service.d.ts +1 -1
  88. package/editing-directives/hierarchy-edit.service.d.ts +1 -1
  89. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  90. package/editing-directives/local-edit.service.d.ts +1 -1
  91. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  92. package/editing-directives/row-editing-directive-base.d.ts +1 -1
  93. package/editing-directives/template-editing.directive.d.ts +1 -1
  94. package/editing-directives/utils.d.ts +1 -1
  95. package/esm2022/binding-directives/base-binding.directive.mjs +1 -1
  96. package/esm2022/binding-directives/data-bound-tree-component.mjs +1 -1
  97. package/esm2022/binding-directives/flat-binding.directive.mjs +1 -1
  98. package/esm2022/binding-directives/hierarchy-binding.directive.mjs +1 -1
  99. package/esm2022/column-menu/column-chooser.component.mjs +1 -1
  100. package/esm2022/column-menu/column-list.component.mjs +1 -1
  101. package/esm2022/column-menu/column-locked-change-event.mjs +1 -1
  102. package/esm2022/column-menu/column-menu-chooser.component.mjs +1 -1
  103. package/esm2022/column-menu/column-menu-filter.component.mjs +1 -1
  104. package/esm2022/column-menu/column-menu-item-base.mjs +1 -1
  105. package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +1 -1
  106. package/esm2022/column-menu/column-menu-item.component.mjs +1 -1
  107. package/esm2022/column-menu/column-menu-lock.component.mjs +1 -1
  108. package/esm2022/column-menu/column-menu-settings.interface.mjs +1 -1
  109. package/esm2022/column-menu/column-menu-sort.component.mjs +1 -1
  110. package/esm2022/column-menu/column-menu-template.directive.mjs +1 -1
  111. package/esm2022/column-menu/column-menu.component.mjs +1 -1
  112. package/esm2022/column-menu/column-menu.service.mjs +1 -1
  113. package/esm2022/column-menu/column-visibility-change-event.mjs +1 -1
  114. package/esm2022/column-menu/utils.mjs +1 -1
  115. package/esm2022/column-resizing/column-handle.directive.mjs +1 -1
  116. package/esm2022/column-resizing/column-resize.interface.mjs +1 -1
  117. package/esm2022/column-resizing/column-resizing.service.mjs +1 -1
  118. package/esm2022/column-resizing/table.directive.mjs +1 -1
  119. package/esm2022/columns/checkbox-column.component.mjs +1 -1
  120. package/esm2022/columns/column-base.mjs +1 -1
  121. package/esm2022/columns/column-common.mjs +1 -1
  122. package/esm2022/columns/column-group.component.mjs +1 -1
  123. package/esm2022/columns/column-list.mjs +1 -1
  124. package/esm2022/columns/column.component.mjs +1 -1
  125. package/esm2022/columns/columns-container.mjs +1 -1
  126. package/esm2022/columns/command-column.component.mjs +1 -1
  127. package/esm2022/columns/rowreorder-column.component.mjs +1 -1
  128. package/esm2022/columns/sort-settings.mjs +1 -1
  129. package/esm2022/columns/span-column.component.mjs +1 -1
  130. package/esm2022/common/cell-click-event-args.interface.mjs +1 -1
  131. package/esm2022/common/column-info.service.mjs +1 -1
  132. package/esm2022/common/create-form-group.mjs +1 -1
  133. package/esm2022/common/default-track-by.mjs +1 -1
  134. package/esm2022/common/dom-events.service.mjs +1 -1
  135. package/esm2022/common/filter-descriptor-differ.mjs +1 -1
  136. package/esm2022/common/filter-operator.interface.mjs +1 -1
  137. package/esm2022/common/id.service.mjs +1 -1
  138. package/esm2022/common/option-changes.service.mjs +1 -1
  139. package/esm2022/common/pager-settings.mjs +1 -1
  140. package/esm2022/common/preventable-event.mjs +1 -1
  141. package/esm2022/common/provider.service.mjs +1 -1
  142. package/esm2022/common/remove-confirmation.mjs +1 -1
  143. package/esm2022/common/single-popup.service.mjs +1 -1
  144. package/esm2022/common/sort.service.mjs +1 -1
  145. package/esm2022/data/change-event-args.interface.mjs +1 -1
  146. package/esm2022/data/change-notification.service.mjs +1 -1
  147. package/esm2022/data/data-item.interface.mjs +1 -1
  148. package/esm2022/data/data.collection.mjs +1 -1
  149. package/esm2022/data/treelist-item.interface.mjs +1 -1
  150. package/esm2022/directives.mjs +1 -1
  151. package/esm2022/dragdrop/column-reorder-config.mjs +1 -1
  152. package/esm2022/dragdrop/column-reorder-event.mjs +1 -1
  153. package/esm2022/dragdrop/column-reorder.service.mjs +1 -1
  154. package/esm2022/dragdrop/common.mjs +1 -1
  155. package/esm2022/dragdrop/context-types.mjs +1 -1
  156. package/esm2022/dragdrop/drag-and-drop.service.mjs +1 -1
  157. package/esm2022/dragdrop/drag-hint.service.mjs +1 -1
  158. package/esm2022/dragdrop/draggable-column.directive.mjs +1 -1
  159. package/esm2022/dragdrop/drop-cue.service.mjs +1 -1
  160. package/esm2022/dragdrop/drop-target.directive.mjs +1 -1
  161. package/esm2022/editing/add-command-tool.directive.mjs +1 -1
  162. package/esm2022/editing/add-command.directive.mjs +1 -1
  163. package/esm2022/editing/add-event-args.interface.mjs +1 -1
  164. package/esm2022/editing/base-command.directive.mjs +1 -1
  165. package/esm2022/editing/cancel-command.directive.mjs +1 -1
  166. package/esm2022/editing/cancel-event-args.interface.mjs +1 -1
  167. package/esm2022/editing/cell-close-event.mjs +1 -1
  168. package/esm2022/editing/edit-command.directive.mjs +1 -1
  169. package/esm2022/editing/edit-event-args.interface.mjs +1 -1
  170. package/esm2022/editing/edit-template.directive.mjs +1 -1
  171. package/esm2022/editing/edit.service.mjs +1 -1
  172. package/esm2022/editing/remove-command.directive.mjs +1 -1
  173. package/esm2022/editing/remove-event-args.interface.mjs +1 -1
  174. package/esm2022/editing/save-command.directive.mjs +1 -1
  175. package/esm2022/editing/save-event-args.interface.mjs +1 -1
  176. package/esm2022/editing-directives/create-form-group-args.interface.mjs +1 -1
  177. package/esm2022/editing-directives/edit-service.interface.mjs +1 -1
  178. package/esm2022/editing-directives/editing-directive-base.mjs +1 -1
  179. package/esm2022/editing-directives/flat-edit.service.mjs +1 -1
  180. package/esm2022/editing-directives/hierarchy-edit.service.mjs +1 -1
  181. package/esm2022/editing-directives/in-cell-editing.directive.mjs +1 -1
  182. package/esm2022/editing-directives/local-edit.service.mjs +1 -1
  183. package/esm2022/editing-directives/reactive-editing.directive.mjs +1 -1
  184. package/esm2022/editing-directives/row-editing-directive-base.mjs +1 -1
  185. package/esm2022/editing-directives/template-editing.directive.mjs +1 -1
  186. package/esm2022/editing-directives/utils.mjs +1 -1
  187. package/esm2022/excel/excel-command-tool.directive.mjs +1 -1
  188. package/esm2022/excel/excel-command.directive.mjs +1 -1
  189. package/esm2022/excel/excel-export-data.interface.mjs +1 -1
  190. package/esm2022/excel/excel-export-event.mjs +1 -1
  191. package/esm2022/excel/excel.component.mjs +1 -1
  192. package/esm2022/excel/excel.module.mjs +1 -1
  193. package/esm2022/excel/excel.service.mjs +1 -1
  194. package/esm2022/expand-state/expand-event.mjs +1 -1
  195. package/esm2022/expand-state/expand-state.service.mjs +1 -1
  196. package/esm2022/expand-state/expandable-tree-component.mjs +1 -1
  197. package/esm2022/expand-state/expandable.directive.mjs +1 -1
  198. package/esm2022/filtering/base-filter-cell.component.mjs +1 -1
  199. package/esm2022/filtering/boolean-filter.component.mjs +1 -1
  200. package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +1 -1
  201. package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +1 -1
  202. package/esm2022/filtering/cell/date-filter-cell.component.mjs +1 -1
  203. package/esm2022/filtering/cell/filter-cell-component.factory.mjs +1 -1
  204. package/esm2022/filtering/cell/filter-cell-host.directive.mjs +1 -1
  205. package/esm2022/filtering/cell/filter-cell-operators.component.mjs +1 -1
  206. package/esm2022/filtering/cell/filter-cell-template.directive.mjs +1 -1
  207. package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +1 -1
  208. package/esm2022/filtering/cell/filter-cell.component.mjs +1 -1
  209. package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +1 -1
  210. package/esm2022/filtering/cell/string-filter-cell.component.mjs +1 -1
  211. package/esm2022/filtering/date-filter.component.mjs +1 -1
  212. package/esm2022/filtering/filter-component.interface.mjs +1 -1
  213. package/esm2022/filtering/filter-host.directive.mjs +1 -1
  214. package/esm2022/filtering/filter-input-wrapper.component.mjs +1 -1
  215. package/esm2022/filtering/filter-input.directive.mjs +1 -1
  216. package/esm2022/filtering/filter-row.component.mjs +1 -1
  217. package/esm2022/filtering/filter.service.mjs +1 -1
  218. package/esm2022/filtering/filterable.mjs +1 -1
  219. package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +1 -1
  220. package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +1 -1
  221. package/esm2022/filtering/menu/date-filter-menu.component.mjs +1 -1
  222. package/esm2022/filtering/menu/filter-menu-component.factory.mjs +1 -1
  223. package/esm2022/filtering/menu/filter-menu-container.component.mjs +1 -1
  224. package/esm2022/filtering/menu/filter-menu-host.directive.mjs +1 -1
  225. package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +1 -1
  226. package/esm2022/filtering/menu/filter-menu-template.directive.mjs +1 -1
  227. package/esm2022/filtering/menu/filter-menu.component.mjs +1 -1
  228. package/esm2022/filtering/menu/filter-radio-button.directive.mjs +1 -1
  229. package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +1 -1
  230. package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +1 -1
  231. package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +1 -1
  232. package/esm2022/filtering/menu/string-filter-menu.component.mjs +1 -1
  233. package/esm2022/filtering/numeric-filter.component.mjs +1 -1
  234. package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +1 -1
  235. package/esm2022/filtering/operators/after-filter-operator.component.mjs +1 -1
  236. package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +1 -1
  237. package/esm2022/filtering/operators/before-filter-operator.component.mjs +1 -1
  238. package/esm2022/filtering/operators/contains-filter-operator.component.mjs +1 -1
  239. package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +1 -1
  240. package/esm2022/filtering/operators/eq-filter-operator.component.mjs +1 -1
  241. package/esm2022/filtering/operators/filter-operator.base.mjs +1 -1
  242. package/esm2022/filtering/operators/gt-filter-operator.component.mjs +1 -1
  243. package/esm2022/filtering/operators/gte-filter-operator.component.mjs +1 -1
  244. package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +1 -1
  245. package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +1 -1
  246. package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +1 -1
  247. package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +1 -1
  248. package/esm2022/filtering/operators/lt-filter-operator.component.mjs +1 -1
  249. package/esm2022/filtering/operators/lte-filter-operator.component.mjs +1 -1
  250. package/esm2022/filtering/operators/neq-filter-operator.component.mjs +1 -1
  251. package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +1 -1
  252. package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +1 -1
  253. package/esm2022/filtering/string-filter.component.mjs +1 -1
  254. package/esm2022/index.mjs +1 -1
  255. package/esm2022/layout/browser-support.service.mjs +1 -1
  256. package/esm2022/layout/resizable.directive.mjs +1 -1
  257. package/esm2022/layout/resize.service.mjs +1 -1
  258. package/esm2022/layout/responsive.service.mjs +1 -1
  259. package/esm2022/layout/row-sync.mjs +1 -1
  260. package/esm2022/localization/custom-messages.component.mjs +1 -1
  261. package/esm2022/localization/localized-messages.directive.mjs +1 -1
  262. package/esm2022/localization/messages.mjs +1 -1
  263. package/esm2022/navigation/default-focusable-element.mjs +1 -1
  264. package/esm2022/navigation/focus-group.mjs +1 -1
  265. package/esm2022/navigation/focus-root.mjs +1 -1
  266. package/esm2022/navigation/focusable-element.interface.mjs +1 -1
  267. package/esm2022/navigation/focusable.directive.mjs +1 -1
  268. package/esm2022/navigation/item-map.mjs +1 -1
  269. package/esm2022/navigation/logical-cell.directive.mjs +1 -1
  270. package/esm2022/navigation/logical-cell.interface.mjs +1 -1
  271. package/esm2022/navigation/logical-row.directive.mjs +1 -1
  272. package/esm2022/navigation/logical-row.interface.mjs +1 -1
  273. package/esm2022/navigation/model-cell.mjs +1 -1
  274. package/esm2022/navigation/navigation-cell.interface.mjs +1 -1
  275. package/esm2022/navigation/navigation-change.interface.mjs +1 -1
  276. package/esm2022/navigation/navigation-cursor.mjs +1 -1
  277. package/esm2022/navigation/navigation-metadata.mjs +1 -1
  278. package/esm2022/navigation/navigation-mode.mjs +1 -1
  279. package/esm2022/navigation/navigation-model.mjs +1 -1
  280. package/esm2022/navigation/navigation-row.interface.mjs +1 -1
  281. package/esm2022/navigation/navigation.service.mjs +1 -1
  282. package/esm2022/navigation/treelist-focusable-element.mjs +1 -1
  283. package/esm2022/package-metadata.mjs +3 -3
  284. package/esm2022/pdf/export-element.mjs +1 -1
  285. package/esm2022/pdf/pdf-command-tool.directive.mjs +1 -1
  286. package/esm2022/pdf/pdf-command.directive.mjs +1 -1
  287. package/esm2022/pdf/pdf-export-event.mjs +1 -1
  288. package/esm2022/pdf/pdf-margin.component.mjs +1 -1
  289. package/esm2022/pdf/pdf-margin.interface.mjs +1 -1
  290. package/esm2022/pdf/pdf-template.directive.mjs +1 -1
  291. package/esm2022/pdf/pdf.component.mjs +1 -1
  292. package/esm2022/pdf/pdf.module.mjs +1 -1
  293. package/esm2022/pdf/pdf.service.mjs +1 -1
  294. package/esm2022/pdf/treelist-query.mjs +1 -1
  295. package/esm2022/progress-kendo-angular-treelist.mjs +1 -1
  296. package/esm2022/rendering/cell-template.directive.mjs +1 -1
  297. package/esm2022/rendering/cell.component.mjs +1 -1
  298. package/esm2022/rendering/common/col-group.component.mjs +1 -1
  299. package/esm2022/rendering/common/dom-queries.mjs +1 -1
  300. package/esm2022/rendering/common/field-accessor.pipe.mjs +1 -1
  301. package/esm2022/rendering/common/level-items.pipe.mjs +1 -1
  302. package/esm2022/rendering/common/loading.component.mjs +1 -1
  303. package/esm2022/rendering/common/row-class.mjs +1 -1
  304. package/esm2022/rendering/common/spacer.component.mjs +1 -1
  305. package/esm2022/rendering/constants.mjs +1 -1
  306. package/esm2022/rendering/footer-template.directive.mjs +1 -1
  307. package/esm2022/rendering/header/header-template.directive.mjs +1 -1
  308. package/esm2022/rendering/header/header.component.mjs +1 -1
  309. package/esm2022/rendering/header/select-all-checkbox.directive.mjs +1 -1
  310. package/esm2022/rendering/list.component.mjs +1 -1
  311. package/esm2022/rendering/no-records-template.directive.mjs +1 -1
  312. package/esm2022/rendering/table-body.component.mjs +1 -1
  313. package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +1 -1
  314. package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +2 -2
  315. package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +1 -1
  316. package/esm2022/rendering/toolbar/toolbar.component.mjs +1 -1
  317. package/esm2022/row-reordering/flat-reorder.service.mjs +1 -1
  318. package/esm2022/row-reordering/hierarchical-reorder.service.mjs +1 -1
  319. package/esm2022/row-reordering/row-reorder.service.mjs +1 -1
  320. package/esm2022/row-reordering/types.mjs +1 -1
  321. package/esm2022/row-reordering/utils.mjs +1 -1
  322. package/esm2022/scrolling/content-scroll-event.mjs +1 -1
  323. package/esm2022/scrolling/row-height.service.mjs +1 -1
  324. package/esm2022/scrolling/scroll-bottom-event.mjs +1 -1
  325. package/esm2022/scrolling/scroll-request.service.mjs +1 -1
  326. package/esm2022/scrolling/scroll-sync.service.mjs +1 -1
  327. package/esm2022/scrolling/scroller.service.mjs +1 -1
  328. package/esm2022/scrolling/scrollmode.mjs +1 -1
  329. package/esm2022/scrolling/suspend.service.mjs +1 -1
  330. package/esm2022/selection/is-selected.mjs +1 -1
  331. package/esm2022/selection/marquee.directive.mjs +1 -1
  332. package/esm2022/selection/selectable-settings.mjs +1 -1
  333. package/esm2022/selection/selectable.directive.mjs +1 -1
  334. package/esm2022/selection/selection-change-event.mjs +1 -1
  335. package/esm2022/selection/selection-state.mjs +1 -1
  336. package/esm2022/selection/selection.service.mjs +1 -1
  337. package/esm2022/treelist.component.mjs +1 -1
  338. package/esm2022/treelist.module.mjs +1 -1
  339. package/esm2022/utils.mjs +1 -1
  340. package/excel/excel-command-tool.directive.d.ts +1 -1
  341. package/excel/excel-command.directive.d.ts +1 -1
  342. package/excel/excel-export-data.interface.d.ts +1 -1
  343. package/excel/excel-export-event.d.ts +1 -1
  344. package/excel/excel.component.d.ts +1 -1
  345. package/excel/excel.module.d.ts +1 -1
  346. package/excel/excel.service.d.ts +1 -1
  347. package/expand-state/expand-event.d.ts +1 -1
  348. package/expand-state/expand-state.service.d.ts +1 -1
  349. package/expand-state/expandable-tree-component.d.ts +1 -1
  350. package/expand-state/expandable.directive.d.ts +1 -1
  351. package/fesm2022/progress-kendo-angular-treelist.mjs +4 -4
  352. package/filtering/base-filter-cell.component.d.ts +1 -1
  353. package/filtering/boolean-filter.component.d.ts +1 -1
  354. package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
  355. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  356. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  357. package/filtering/cell/filter-cell-component.factory.d.ts +1 -1
  358. package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
  359. package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
  360. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  361. package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
  362. package/filtering/cell/filter-cell.component.d.ts +1 -1
  363. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  364. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  365. package/filtering/date-filter.component.d.ts +1 -1
  366. package/filtering/filter-component.interface.d.ts +1 -1
  367. package/filtering/filter-host.directive.d.ts +1 -1
  368. package/filtering/filter-input-wrapper.component.d.ts +1 -1
  369. package/filtering/filter-input.directive.d.ts +1 -1
  370. package/filtering/filter-row.component.d.ts +1 -1
  371. package/filtering/filter.service.d.ts +1 -1
  372. package/filtering/filterable.d.ts +1 -1
  373. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  374. package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
  375. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  376. package/filtering/menu/filter-menu-component.factory.d.ts +1 -1
  377. package/filtering/menu/filter-menu-container.component.d.ts +1 -1
  378. package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
  379. package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
  380. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  381. package/filtering/menu/filter-menu.component.d.ts +1 -1
  382. package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
  383. package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
  384. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  385. package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
  386. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  387. package/filtering/numeric-filter.component.d.ts +1 -1
  388. package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
  389. package/filtering/operators/after-filter-operator.component.d.ts +1 -1
  390. package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
  391. package/filtering/operators/before-filter-operator.component.d.ts +1 -1
  392. package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
  393. package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
  394. package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
  395. package/filtering/operators/filter-operator.base.d.ts +1 -1
  396. package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
  397. package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
  398. package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
  399. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
  400. package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
  401. package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
  402. package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
  403. package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
  404. package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
  405. package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
  406. package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
  407. package/filtering/string-filter.component.d.ts +1 -1
  408. package/index.d.ts +1 -1
  409. package/layout/browser-support.service.d.ts +1 -1
  410. package/layout/resizable.directive.d.ts +1 -1
  411. package/layout/resize.service.d.ts +1 -1
  412. package/layout/responsive.service.d.ts +1 -1
  413. package/layout/row-sync.d.ts +1 -1
  414. package/localization/custom-messages.component.d.ts +1 -1
  415. package/localization/localized-messages.directive.d.ts +1 -1
  416. package/localization/messages.d.ts +1 -1
  417. package/navigation/default-focusable-element.d.ts +1 -1
  418. package/navigation/focus-group.d.ts +1 -1
  419. package/navigation/focus-root.d.ts +1 -1
  420. package/navigation/focusable-element.interface.d.ts +1 -1
  421. package/navigation/focusable.directive.d.ts +1 -1
  422. package/navigation/item-map.d.ts +1 -1
  423. package/navigation/logical-cell.directive.d.ts +1 -1
  424. package/navigation/logical-cell.interface.d.ts +1 -1
  425. package/navigation/logical-row.directive.d.ts +1 -1
  426. package/navigation/logical-row.interface.d.ts +1 -1
  427. package/navigation/model-cell.d.ts +1 -1
  428. package/navigation/navigation-cell.interface.d.ts +1 -1
  429. package/navigation/navigation-change.interface.d.ts +1 -1
  430. package/navigation/navigation-cursor.d.ts +1 -1
  431. package/navigation/navigation-metadata.d.ts +1 -1
  432. package/navigation/navigation-mode.d.ts +1 -1
  433. package/navigation/navigation-model.d.ts +1 -1
  434. package/navigation/navigation-row.interface.d.ts +1 -1
  435. package/navigation/navigation.service.d.ts +1 -1
  436. package/navigation/treelist-focusable-element.d.ts +1 -1
  437. package/package-metadata.d.ts +1 -1
  438. package/package.json +17 -17
  439. package/pdf/export-element.d.ts +1 -1
  440. package/pdf/pdf-command-tool.directive.d.ts +1 -1
  441. package/pdf/pdf-command.directive.d.ts +1 -1
  442. package/pdf/pdf-export-event.d.ts +1 -1
  443. package/pdf/pdf-margin.component.d.ts +1 -1
  444. package/pdf/pdf-margin.interface.d.ts +1 -1
  445. package/pdf/pdf-template.directive.d.ts +1 -1
  446. package/pdf/pdf.component.d.ts +1 -1
  447. package/pdf/pdf.module.d.ts +1 -1
  448. package/pdf/pdf.service.d.ts +1 -1
  449. package/pdf/treelist-query.d.ts +1 -1
  450. package/rendering/cell-template.directive.d.ts +1 -1
  451. package/rendering/cell.component.d.ts +1 -1
  452. package/rendering/common/col-group.component.d.ts +1 -1
  453. package/rendering/common/dom-queries.d.ts +1 -1
  454. package/rendering/common/field-accessor.pipe.d.ts +1 -1
  455. package/rendering/common/level-items.pipe.d.ts +1 -1
  456. package/rendering/common/loading.component.d.ts +1 -1
  457. package/rendering/common/row-class.d.ts +1 -1
  458. package/rendering/common/spacer.component.d.ts +1 -1
  459. package/rendering/constants.d.ts +1 -1
  460. package/rendering/footer-template.directive.d.ts +1 -1
  461. package/rendering/header/header-template.directive.d.ts +1 -1
  462. package/rendering/header/header.component.d.ts +1 -1
  463. package/rendering/header/select-all-checkbox.directive.d.ts +1 -1
  464. package/rendering/list.component.d.ts +1 -1
  465. package/rendering/no-records-template.directive.d.ts +1 -1
  466. package/rendering/table-body.component.d.ts +1 -1
  467. package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
  468. package/rendering/toolbar/toolbar-navigation.service.d.ts +1 -1
  469. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  470. package/rendering/toolbar/toolbar.component.d.ts +1 -1
  471. package/row-reordering/flat-reorder.service.d.ts +1 -1
  472. package/row-reordering/hierarchical-reorder.service.d.ts +1 -1
  473. package/row-reordering/row-reorder.service.d.ts +1 -1
  474. package/row-reordering/types.d.ts +1 -1
  475. package/row-reordering/utils.d.ts +1 -1
  476. package/schematics/ngAdd/index.js +3 -3
  477. package/scrolling/content-scroll-event.d.ts +1 -1
  478. package/scrolling/row-height.service.d.ts +1 -1
  479. package/scrolling/scroll-bottom-event.d.ts +1 -1
  480. package/scrolling/scroll-request.service.d.ts +1 -1
  481. package/scrolling/scroll-sync.service.d.ts +1 -1
  482. package/scrolling/scroller.service.d.ts +1 -1
  483. package/scrolling/scrollmode.d.ts +1 -1
  484. package/scrolling/suspend.service.d.ts +1 -1
  485. package/selection/is-selected.d.ts +1 -1
  486. package/selection/marquee.directive.d.ts +1 -1
  487. package/selection/selectable-settings.d.ts +1 -1
  488. package/selection/selectable.directive.d.ts +1 -1
  489. package/selection/selection-change-event.d.ts +1 -1
  490. package/selection/selection-state.d.ts +1 -1
  491. package/selection/selection.service.d.ts +1 -1
  492. package/treelist.component.d.ts +1 -1
  493. package/treelist.module.d.ts +1 -1
  494. package/utils.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EventEmitter } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnDestroy, EventEmitter } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
@@ -47,8 +47,8 @@ const packageMetadata = {
47
47
  name: '@progress/kendo-angular-treelist',
48
48
  productName: 'Kendo UI for Angular',
49
49
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
50
- publishDate: 1734681955,
51
- version: '17.2.0',
50
+ publishDate: 1736177616,
51
+ version: '17.2.1-develop.2',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -5286,7 +5286,7 @@ class TreeListToolbarNavigationService {
5286
5286
  }
5287
5287
  notify() {
5288
5288
  // ensure focusable elements are in the same order as in the DOM
5289
- this.navigableElements = this.navigableElements.length && Array.from(this.navigableElements[0].parentElement.querySelectorAll(this.defaultFocusableSelector)) || [];
5289
+ this.navigableElements = (this.navigableElements.length && this.navigableElements[0]?.parentElement) ? Array.from(this.navigableElements[0]?.parentElement?.querySelectorAll(this.defaultFocusableSelector) || []) : [];
5290
5290
  this.currentActiveIndex = 0;
5291
5291
  this.updateFocus();
5292
5292
  }
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { QueryList, AfterContentInit, OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ColumnComponent } from '../columns/column.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Type } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Type, ViewContainerRef, ComponentFactoryResolver } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterService } from '../filter.service';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ColumnComponent } from '../columns/column.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Type, ViewContainerRef, OnInit, OnDestroy, OnChanges, ComponentRef, ComponentFactoryResolver, SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SimpleChange } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, AfterViewInit, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Subject } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Type } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnInit, EventEmitter, OnDestroy, ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Type, ViewContainerRef, ComponentFactoryResolver } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor, FilterDescriptor } from "@progress/kendo-data-query";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor } from "@progress/kendo-data-query";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperatorBase } from './filter-operator.base';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ColumnComponent } from '../columns/column.component';
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { TreeListModule } from './treelist.module';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgZone, ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, OnDestroy, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Observable, Subscription } from "rxjs";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ComponentMessages } from '@progress/kendo-angular-l10n';