@progress/kendo-angular-gantt 21.4.0-develop.11 → 21.4.0-develop.13

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 (244) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/binding-directives/flat-binding.directive.d.ts +1 -1
  4. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  5. package/columns/cell-template.directive.d.ts +1 -1
  6. package/columns/column-base.component.d.ts +1 -1
  7. package/columns/column-group.component.d.ts +1 -1
  8. package/columns/column-menu-template.directive.d.ts +1 -1
  9. package/columns/column.component.d.ts +1 -1
  10. package/columns/columns.d.ts +1 -1
  11. package/columns/edit-template.directive.d.ts +1 -1
  12. package/columns/filter-cell-template.directive.d.ts +1 -1
  13. package/columns/filter-menu-template.directive.d.ts +1 -1
  14. package/columns/footer-template.directive.d.ts +1 -1
  15. package/columns/header-template.directive.d.ts +1 -1
  16. package/columns/span-column.component.d.ts +1 -1
  17. package/common/default-callbacks.d.ts +1 -1
  18. package/common/mapping.service.d.ts +1 -1
  19. package/common/option-changes.service.d.ts +1 -1
  20. package/dependencies/dependency-dom.service.d.ts +1 -1
  21. package/dependencies/dom-dependency-args.d.ts +1 -1
  22. package/dependencies/gantt-dependency.directive.d.ts +1 -1
  23. package/dependencies/utils.d.ts +1 -1
  24. package/directives.d.ts +1 -1
  25. package/dragging/dependency-drag-create.directive.d.ts +1 -1
  26. package/dragging/drag-validation-tooltip.component.d.ts +1 -1
  27. package/dragging/task-drag.directive.d.ts +1 -1
  28. package/dragging/task-drag.service.d.ts +1 -1
  29. package/editing/add-task.component.d.ts +1 -1
  30. package/editing/dependencies-table.component.d.ts +1 -1
  31. package/editing/edit-dialog.component.d.ts +1 -1
  32. package/editing/edit.service.d.ts +1 -1
  33. package/editing/task-fields.component.d.ts +1 -1
  34. package/editing/utils.d.ts +1 -1
  35. package/esm2022/binding-directives/flat-binding.directive.mjs +1 -1
  36. package/esm2022/binding-directives/hierarchy-binding.directive.mjs +1 -1
  37. package/esm2022/columns/cell-template.directive.mjs +1 -1
  38. package/esm2022/columns/column-base.component.mjs +1 -1
  39. package/esm2022/columns/column-group.component.mjs +1 -1
  40. package/esm2022/columns/column-menu-template.directive.mjs +1 -1
  41. package/esm2022/columns/column.component.mjs +1 -1
  42. package/esm2022/columns/columns.mjs +1 -1
  43. package/esm2022/columns/edit-template.directive.mjs +1 -1
  44. package/esm2022/columns/filter-cell-template.directive.mjs +1 -1
  45. package/esm2022/columns/filter-menu-template.directive.mjs +1 -1
  46. package/esm2022/columns/footer-template.directive.mjs +1 -1
  47. package/esm2022/columns/header-template.directive.mjs +1 -1
  48. package/esm2022/columns/span-column.component.mjs +1 -1
  49. package/esm2022/common/default-callbacks.mjs +1 -1
  50. package/esm2022/common/mapping.service.mjs +1 -1
  51. package/esm2022/common/option-changes.service.mjs +1 -1
  52. package/esm2022/dependencies/dependency-dom.service.mjs +1 -1
  53. package/esm2022/dependencies/dom-dependency-args.mjs +1 -1
  54. package/esm2022/dependencies/gantt-dependency.directive.mjs +1 -1
  55. package/esm2022/dependencies/utils.mjs +1 -1
  56. package/esm2022/directives.mjs +1 -1
  57. package/esm2022/dragging/dependency-drag-create.directive.mjs +1 -1
  58. package/esm2022/dragging/drag-validation-tooltip.component.mjs +1 -1
  59. package/esm2022/dragging/task-drag.directive.mjs +1 -1
  60. package/esm2022/dragging/task-drag.service.mjs +1 -1
  61. package/esm2022/editing/add-task.component.mjs +1 -1
  62. package/esm2022/editing/dependencies-table.component.mjs +1 -1
  63. package/esm2022/editing/edit-dialog.component.mjs +1 -1
  64. package/esm2022/editing/edit.service.mjs +1 -1
  65. package/esm2022/editing/task-fields.component.mjs +1 -1
  66. package/esm2022/editing/utils.mjs +1 -1
  67. package/esm2022/expanded-state/expand-event.mjs +1 -1
  68. package/esm2022/expanded-state/expandable.directive.mjs +1 -1
  69. package/esm2022/gantt.component.mjs +1 -1
  70. package/esm2022/gantt.module.mjs +1 -1
  71. package/esm2022/index.mjs +1 -1
  72. package/esm2022/localization/custom-messages.component.mjs +1 -1
  73. package/esm2022/localization/gantt-localization.service.mjs +1 -1
  74. package/esm2022/localization/localized-messages.directive.mjs +1 -1
  75. package/esm2022/localization/messages.mjs +1 -1
  76. package/esm2022/models/cell-content-type.interface.mjs +1 -1
  77. package/esm2022/models/class-callbacks.mjs +1 -1
  78. package/esm2022/models/column-menu-settings.interface.mjs +1 -1
  79. package/esm2022/models/column-reorder-config.mjs +1 -1
  80. package/esm2022/models/current-time-settings.interface.mjs +1 -1
  81. package/esm2022/models/date-range.interface.mjs +1 -1
  82. package/esm2022/models/dependency-type.enum.mjs +1 -1
  83. package/esm2022/models/events/cell-click-event.interface.mjs +1 -1
  84. package/esm2022/models/events/cell-close-event.interface.mjs +1 -1
  85. package/esm2022/models/events/click-event.interface.mjs +1 -1
  86. package/esm2022/models/events/column-locked-change-event.interface.mjs +1 -1
  87. package/esm2022/models/events/column-reorder-event.interface.mjs +1 -1
  88. package/esm2022/models/events/column-resize-event.interface.mjs +1 -1
  89. package/esm2022/models/events/column-visibility-change-event.interface.mjs +1 -1
  90. package/esm2022/models/events/data-state-change-event.interface.mjs +1 -1
  91. package/esm2022/models/events/dependency-add-event.interface.mjs +1 -1
  92. package/esm2022/models/events/index.mjs +1 -1
  93. package/esm2022/models/events/selected-view-change-event.interface.mjs +1 -1
  94. package/esm2022/models/events/task-add-event.interface.mjs +1 -1
  95. package/esm2022/models/events/task-click-event.interface.mjs +1 -1
  96. package/esm2022/models/events/task-delete-event.interface.mjs +1 -1
  97. package/esm2022/models/events/task-drag-event.interface.mjs +1 -1
  98. package/esm2022/models/events/task-edit-event.interface.mjs +1 -1
  99. package/esm2022/models/filterable-settings.mjs +1 -1
  100. package/esm2022/models/gantt-dependency-model-fields.interface.mjs +1 -1
  101. package/esm2022/models/gantt-dependency.interface.mjs +1 -1
  102. package/esm2022/models/gantt-task-model-fields.interface.mjs +1 -1
  103. package/esm2022/models/gantt-task.interface.mjs +1 -1
  104. package/esm2022/models/models.mjs +1 -1
  105. package/esm2022/models/slot.interface.mjs +1 -1
  106. package/esm2022/models/sort-settings.mjs +1 -1
  107. package/esm2022/models/splitter-pane-options.interface.mjs +1 -1
  108. package/esm2022/models/timeline-header-date-format.mjs +1 -1
  109. package/esm2022/models/timeline-options.interface.mjs +1 -1
  110. package/esm2022/models/timeline-view.mjs +1 -1
  111. package/esm2022/models/toolbar-settings.mjs +1 -1
  112. package/esm2022/models/tooltip-options.interface.mjs +1 -1
  113. package/esm2022/models/view-item.interface.mjs +1 -1
  114. package/esm2022/navigation/navigation-models.mjs +1 -1
  115. package/esm2022/navigation/navigation.service.mjs +1 -1
  116. package/esm2022/navigation/utils.mjs +1 -1
  117. package/esm2022/package-metadata.mjs +3 -3
  118. package/esm2022/progress-kendo-angular-gantt.mjs +1 -1
  119. package/esm2022/rendering/gantt-header-table-body.component.mjs +1 -1
  120. package/esm2022/rendering/gantt-milestone-task.component.mjs +1 -1
  121. package/esm2022/rendering/gantt-summary-task.component.mjs +1 -1
  122. package/esm2022/rendering/gantt-task-base.mjs +1 -1
  123. package/esm2022/rendering/gantt-task.component.mjs +1 -1
  124. package/esm2022/rendering/gantt-tasks-table-body.component.mjs +1 -1
  125. package/esm2022/scrolling/drag-scroll-settings.mjs +1 -1
  126. package/esm2022/scrolling/scroll-sync.service.mjs +1 -1
  127. package/esm2022/scrolling/timeline-scroll.directive.mjs +1 -1
  128. package/esm2022/scrolling/timeline-scroll.service.mjs +1 -1
  129. package/esm2022/scrolling/utils.mjs +1 -1
  130. package/esm2022/selection/selectable.directive.mjs +1 -1
  131. package/esm2022/selection/selection-change-event.mjs +1 -1
  132. package/esm2022/template-directives/summary-task-template.directive.mjs +1 -1
  133. package/esm2022/template-directives/task-content-template.directive.mjs +1 -1
  134. package/esm2022/template-directives/task-drag-tooltip-template.directive.mjs +1 -1
  135. package/esm2022/template-directives/task-template.directive.mjs +1 -1
  136. package/esm2022/template-directives/task-tooltip-template.directive.mjs +1 -1
  137. package/esm2022/timeline/current-time-marker.service.mjs +1 -1
  138. package/esm2022/timeline/gantt-timeline.component.mjs +1 -1
  139. package/esm2022/timeline/timeline-base-view.service.mjs +1 -1
  140. package/esm2022/timeline/timeline-day-view.component.mjs +1 -1
  141. package/esm2022/timeline/timeline-day-view.service.mjs +1 -1
  142. package/esm2022/timeline/timeline-month-view.component.mjs +1 -1
  143. package/esm2022/timeline/timeline-month-view.service.mjs +1 -1
  144. package/esm2022/timeline/timeline-view.service.mjs +1 -1
  145. package/esm2022/timeline/timeline-week-view.component.mjs +1 -1
  146. package/esm2022/timeline/timeline-week-view.service.mjs +1 -1
  147. package/esm2022/timeline/timeline-year-view.component.mjs +1 -1
  148. package/esm2022/timeline/timeline-year-view.service.mjs +1 -1
  149. package/esm2022/timeline/view-base.mjs +1 -1
  150. package/esm2022/toolbar/toolbar-navigation.service.mjs +1 -1
  151. package/esm2022/toolbar/toolbar-template.directive.mjs +1 -1
  152. package/esm2022/toolbar/toolbar.component.mjs +1 -1
  153. package/esm2022/toolbar/view-selector.component.mjs +1 -1
  154. package/esm2022/utils.mjs +1 -1
  155. package/expanded-state/expand-event.d.ts +1 -1
  156. package/expanded-state/expandable.directive.d.ts +1 -1
  157. package/fesm2022/progress-kendo-angular-gantt.mjs +3 -3
  158. package/gantt.component.d.ts +1 -1
  159. package/gantt.module.d.ts +1 -1
  160. package/index.d.ts +1 -1
  161. package/localization/custom-messages.component.d.ts +1 -1
  162. package/localization/gantt-localization.service.d.ts +1 -1
  163. package/localization/localized-messages.directive.d.ts +1 -1
  164. package/localization/messages.d.ts +1 -1
  165. package/models/cell-content-type.interface.d.ts +1 -1
  166. package/models/class-callbacks.d.ts +1 -1
  167. package/models/column-menu-settings.interface.d.ts +1 -1
  168. package/models/column-reorder-config.d.ts +1 -1
  169. package/models/current-time-settings.interface.d.ts +1 -1
  170. package/models/date-range.interface.d.ts +1 -1
  171. package/models/dependency-type.enum.d.ts +1 -1
  172. package/models/events/cell-click-event.interface.d.ts +1 -1
  173. package/models/events/cell-close-event.interface.d.ts +1 -1
  174. package/models/events/click-event.interface.d.ts +1 -1
  175. package/models/events/column-locked-change-event.interface.d.ts +1 -1
  176. package/models/events/column-reorder-event.interface.d.ts +1 -1
  177. package/models/events/column-resize-event.interface.d.ts +1 -1
  178. package/models/events/column-visibility-change-event.interface.d.ts +1 -1
  179. package/models/events/data-state-change-event.interface.d.ts +1 -1
  180. package/models/events/dependency-add-event.interface.d.ts +1 -1
  181. package/models/events/index.d.ts +1 -1
  182. package/models/events/selected-view-change-event.interface.d.ts +1 -1
  183. package/models/events/task-add-event.interface.d.ts +1 -1
  184. package/models/events/task-click-event.interface.d.ts +1 -1
  185. package/models/events/task-delete-event.interface.d.ts +1 -1
  186. package/models/events/task-drag-event.interface.d.ts +1 -1
  187. package/models/events/task-edit-event.interface.d.ts +1 -1
  188. package/models/filterable-settings.d.ts +1 -1
  189. package/models/gantt-dependency-model-fields.interface.d.ts +1 -1
  190. package/models/gantt-dependency.interface.d.ts +1 -1
  191. package/models/gantt-task-model-fields.interface.d.ts +1 -1
  192. package/models/gantt-task.interface.d.ts +1 -1
  193. package/models/models.d.ts +1 -1
  194. package/models/slot.interface.d.ts +1 -1
  195. package/models/sort-settings.d.ts +1 -1
  196. package/models/splitter-pane-options.interface.d.ts +1 -1
  197. package/models/timeline-header-date-format.d.ts +1 -1
  198. package/models/timeline-options.interface.d.ts +1 -1
  199. package/models/timeline-view.d.ts +1 -1
  200. package/models/toolbar-settings.d.ts +1 -1
  201. package/models/tooltip-options.interface.d.ts +1 -1
  202. package/models/view-item.interface.d.ts +1 -1
  203. package/navigation/navigation-models.d.ts +1 -1
  204. package/navigation/navigation.service.d.ts +1 -1
  205. package/navigation/utils.d.ts +1 -1
  206. package/package-metadata.d.ts +1 -1
  207. package/package.json +17 -17
  208. package/rendering/gantt-header-table-body.component.d.ts +1 -1
  209. package/rendering/gantt-milestone-task.component.d.ts +1 -1
  210. package/rendering/gantt-summary-task.component.d.ts +1 -1
  211. package/rendering/gantt-task-base.d.ts +1 -1
  212. package/rendering/gantt-task.component.d.ts +1 -1
  213. package/rendering/gantt-tasks-table-body.component.d.ts +1 -1
  214. package/schematics/ngAdd/index.js +8 -8
  215. package/scrolling/drag-scroll-settings.d.ts +1 -1
  216. package/scrolling/scroll-sync.service.d.ts +1 -1
  217. package/scrolling/timeline-scroll.directive.d.ts +1 -1
  218. package/scrolling/timeline-scroll.service.d.ts +1 -1
  219. package/scrolling/utils.d.ts +1 -1
  220. package/selection/selectable.directive.d.ts +1 -1
  221. package/selection/selection-change-event.d.ts +1 -1
  222. package/template-directives/summary-task-template.directive.d.ts +1 -1
  223. package/template-directives/task-content-template.directive.d.ts +1 -1
  224. package/template-directives/task-drag-tooltip-template.directive.d.ts +1 -1
  225. package/template-directives/task-template.directive.d.ts +1 -1
  226. package/template-directives/task-tooltip-template.directive.d.ts +1 -1
  227. package/timeline/current-time-marker.service.d.ts +1 -1
  228. package/timeline/gantt-timeline.component.d.ts +1 -1
  229. package/timeline/timeline-base-view.service.d.ts +1 -1
  230. package/timeline/timeline-day-view.component.d.ts +1 -1
  231. package/timeline/timeline-day-view.service.d.ts +1 -1
  232. package/timeline/timeline-month-view.component.d.ts +1 -1
  233. package/timeline/timeline-month-view.service.d.ts +1 -1
  234. package/timeline/timeline-view.service.d.ts +1 -1
  235. package/timeline/timeline-week-view.component.d.ts +1 -1
  236. package/timeline/timeline-week-view.service.d.ts +1 -1
  237. package/timeline/timeline-year-view.component.d.ts +1 -1
  238. package/timeline/timeline-year-view.service.d.ts +1 -1
  239. package/timeline/view-base.d.ts +1 -1
  240. package/toolbar/toolbar-navigation.service.d.ts +1 -1
  241. package/toolbar/toolbar-template.directive.d.ts +1 -1
  242. package/toolbar/toolbar.component.d.ts +1 -1
  243. package/toolbar/view-selector.component.d.ts +1 -1
  244. package/utils.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, Injectable, Injector } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Injectable } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Injectable, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Directive, TemplateRef, Optional, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ToolbarTemplateDirective } from './toolbar-template.directive';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Component, EventEmitter, Input, Output, HostBinding } from '@angular/core';
package/esm2022/utils.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { isDocumentAvailable, closestInScope, matchesClasses } from '@progress/kendo-angular-common';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ExpandableDirective } from '@progress/kendo-angular-treelist';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  productName: 'Kendo UI for Angular',
45
45
  productCode: 'KENDOUIANGULAR',
46
46
  productCodes: ['KENDOUIANGULAR'],
47
- publishDate: 1766151204,
48
- version: '21.4.0-develop.11',
47
+ publishDate: 1767716808,
48
+ version: '21.4.0-develop.13',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
50
50
  };
51
51
 
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, OnChanges, QueryList, SimpleChanges, Renderer2, AfterContentInit, OnDestroy, ElementRef, NgZone } from '@angular/core';
package/gantt.module.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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";
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttComponent } from './gantt.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ExpandableColumnMenuItem } from "@progress/kendo-angular-treelist";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ColumnReorderConfig as TreeListColumnReorderConfig } from '@progress/kendo-angular-treelist';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttComponent } from '../../gantt.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttComponent } from '../../gantt.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttColumnBase } from '../../columns/column-base.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ColumnReorderEvent as TreeListColumnReorderEvent } from '@progress/kendo-angular-treelist';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ColumnResizeArgs } from '@progress/kendo-angular-treelist';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttColumnBase } from '../../columns/column-base.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { DataStateChangeEvent as TreeListDataStateChangeEvent } from "@progress/kendo-angular-treelist";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { DependencyType } from '../dependency-type.enum';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ClickEvent } from './click-event.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { TaskEditItem } from "./task-edit-event.interface";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttComponent } from '../../gantt.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttComponent } from '../../gantt.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { DragTargetDragEndEvent, DragTargetDragEvent } from "@progress/kendo-angular-utils";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { FormGroup } from "@angular/forms";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { FilterableSettings as TreeListFilterableSettings } from '@progress/kendo-angular-treelist';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { DependencyType } from './dependency-type.enum';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { GanttDependency } from './gantt-dependency.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { DateFormatOptions } from "@progress/kendo-intl";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Day } from "@progress/kendo-date-math";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Position } from '@progress/kendo-angular-tooltip';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, OnDestroy, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { PackageMetadata } from '@progress/kendo-licensing';