@progress/kendo-angular-gantt 14.4.0-develop.2 → 14.4.0-develop.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +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/common/touch-enabled.d.ts +1 -1
  21. package/dependencies/dependency-dom.service.d.ts +1 -1
  22. package/dependencies/dom-dependency-args.d.ts +1 -1
  23. package/dependencies/gantt-dependency.directive.d.ts +1 -1
  24. package/dependencies/utils.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/editing/add-task.component.d.ts +1 -1
  28. package/editing/dependencies-table.component.d.ts +1 -1
  29. package/editing/edit-dialog.component.d.ts +1 -1
  30. package/editing/edit.service.d.ts +1 -1
  31. package/editing/task-fields.component.d.ts +1 -1
  32. package/editing/utils.d.ts +1 -1
  33. package/esm2020/binding-directives/flat-binding.directive.mjs +1 -1
  34. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +1 -1
  35. package/esm2020/columns/cell-template.directive.mjs +1 -1
  36. package/esm2020/columns/column-base.component.mjs +1 -1
  37. package/esm2020/columns/column-group.component.mjs +1 -1
  38. package/esm2020/columns/column-menu-template.directive.mjs +1 -1
  39. package/esm2020/columns/column.component.mjs +1 -1
  40. package/esm2020/columns/columns.mjs +1 -1
  41. package/esm2020/columns/edit-template.directive.mjs +1 -1
  42. package/esm2020/columns/filter-cell-template.directive.mjs +1 -1
  43. package/esm2020/columns/filter-menu-template.directive.mjs +1 -1
  44. package/esm2020/columns/footer-template.directive.mjs +1 -1
  45. package/esm2020/columns/header-template.directive.mjs +1 -1
  46. package/esm2020/columns/span-column.component.mjs +1 -1
  47. package/esm2020/common/default-callbacks.mjs +1 -1
  48. package/esm2020/common/mapping.service.mjs +1 -1
  49. package/esm2020/common/option-changes.service.mjs +1 -1
  50. package/esm2020/common/touch-enabled.mjs +1 -1
  51. package/esm2020/dependencies/dependency-dom.service.mjs +1 -1
  52. package/esm2020/dependencies/dom-dependency-args.mjs +1 -1
  53. package/esm2020/dependencies/gantt-dependency.directive.mjs +1 -1
  54. package/esm2020/dependencies/utils.mjs +1 -1
  55. package/esm2020/dragging/dependency-drag-create.directive.mjs +1 -1
  56. package/esm2020/dragging/drag-validation-tooltip.component.mjs +1 -1
  57. package/esm2020/editing/add-task.component.mjs +1 -1
  58. package/esm2020/editing/dependencies-table.component.mjs +1 -1
  59. package/esm2020/editing/edit-dialog.component.mjs +1 -1
  60. package/esm2020/editing/edit.service.mjs +1 -1
  61. package/esm2020/editing/task-fields.component.mjs +1 -1
  62. package/esm2020/editing/utils.mjs +1 -1
  63. package/esm2020/expanded-state/expand-event.mjs +1 -1
  64. package/esm2020/expanded-state/expandable.directive.mjs +1 -1
  65. package/esm2020/gantt.component.mjs +1 -1
  66. package/esm2020/gantt.module.mjs +1 -1
  67. package/esm2020/index.mjs +1 -1
  68. package/esm2020/localization/custom-messages.component.mjs +1 -1
  69. package/esm2020/localization/gantt-localization.service.mjs +1 -1
  70. package/esm2020/localization/localized-messages.directive.mjs +1 -1
  71. package/esm2020/localization/messages.mjs +1 -1
  72. package/esm2020/models/cell-content-type.interface.mjs +1 -1
  73. package/esm2020/models/class-callbacks.mjs +1 -1
  74. package/esm2020/models/column-menu-settings.interface.mjs +1 -1
  75. package/esm2020/models/column-reorder-config.mjs +1 -1
  76. package/esm2020/models/current-time-settings.interface.mjs +1 -1
  77. package/esm2020/models/date-range.interface.mjs +1 -1
  78. package/esm2020/models/dependency-type.enum.mjs +1 -1
  79. package/esm2020/models/events/cell-click-event.interface.mjs +1 -1
  80. package/esm2020/models/events/cell-close-event.interface.mjs +1 -1
  81. package/esm2020/models/events/click-event.interface.mjs +1 -1
  82. package/esm2020/models/events/column-locked-change-event.interface.mjs +1 -1
  83. package/esm2020/models/events/column-reorder-event.interface.mjs +1 -1
  84. package/esm2020/models/events/column-resize-event.interface.mjs +1 -1
  85. package/esm2020/models/events/column-visibility-change-event.interface.mjs +1 -1
  86. package/esm2020/models/events/data-state-change-event.interface.mjs +1 -1
  87. package/esm2020/models/events/dependency-add-event.interface.mjs +1 -1
  88. package/esm2020/models/events/selected-view-change-event.interface.mjs +1 -1
  89. package/esm2020/models/events/task-add-event.interface.mjs +1 -1
  90. package/esm2020/models/events/task-click-event.interface.mjs +1 -1
  91. package/esm2020/models/events/task-delete-event.interface.mjs +1 -1
  92. package/esm2020/models/events/task-edit-event.interface.mjs +1 -1
  93. package/esm2020/models/events/task-move-end-event.interface.mjs +1 -1
  94. package/esm2020/models/events/task-move-event.interface.mjs +1 -1
  95. package/esm2020/models/events/task-move-start-event.interface.mjs +1 -1
  96. package/esm2020/models/events/task-resize-end-event.interface.mjs +1 -1
  97. package/esm2020/models/events/task-resize-event.interface.mjs +1 -1
  98. package/esm2020/models/events/task-resize-start-event.interface.mjs +1 -1
  99. package/esm2020/models/filterable-settings.mjs +1 -1
  100. package/esm2020/models/gantt-dependency-model-fields.interface.mjs +1 -1
  101. package/esm2020/models/gantt-dependency.interface.mjs +1 -1
  102. package/esm2020/models/gantt-task-model-fields.interface.mjs +1 -1
  103. package/esm2020/models/gantt-task.interface.mjs +1 -1
  104. package/esm2020/models/models.mjs +1 -1
  105. package/esm2020/models/slot.interface.mjs +1 -1
  106. package/esm2020/models/sort-settings.mjs +1 -1
  107. package/esm2020/models/splitter-pane-options.interface.mjs +1 -1
  108. package/esm2020/models/timeline-header-date-format.mjs +1 -1
  109. package/esm2020/models/timeline-options.interface.mjs +1 -1
  110. package/esm2020/models/timeline-view.mjs +1 -1
  111. package/esm2020/models/toolbar-settings.mjs +1 -1
  112. package/esm2020/models/view-item.interface.mjs +1 -1
  113. package/esm2020/navigation/navigation-models.mjs +1 -1
  114. package/esm2020/navigation/navigation.service.mjs +1 -1
  115. package/esm2020/navigation/utils.mjs +1 -1
  116. package/esm2020/package-metadata.mjs +3 -3
  117. package/esm2020/progress-kendo-angular-gantt.mjs +1 -1
  118. package/esm2020/rendering/gantt-header-table-body.component.mjs +1 -1
  119. package/esm2020/rendering/gantt-milestone-task.component.mjs +1 -1
  120. package/esm2020/rendering/gantt-summary-task.component.mjs +1 -1
  121. package/esm2020/rendering/gantt-task-base.mjs +1 -1
  122. package/esm2020/rendering/gantt-task.component.mjs +1 -1
  123. package/esm2020/rendering/gantt-tasks-table-body.component.mjs +1 -1
  124. package/esm2020/scrolling/drag-scroll-settings.mjs +1 -1
  125. package/esm2020/scrolling/scroll-sync.service.mjs +1 -1
  126. package/esm2020/scrolling/timeline-scroll.directive.mjs +1 -1
  127. package/esm2020/scrolling/timeline-scroll.service.mjs +1 -1
  128. package/esm2020/scrolling/utils.mjs +1 -1
  129. package/esm2020/selection/selectable.directive.mjs +1 -1
  130. package/esm2020/selection/selection-change-event.mjs +1 -1
  131. package/esm2020/template-directives/summary-task-template.directive.mjs +1 -1
  132. package/esm2020/template-directives/task-content-template.directive.mjs +1 -1
  133. package/esm2020/template-directives/task-template.directive.mjs +1 -1
  134. package/esm2020/timeline/current-time-marker.service.mjs +1 -1
  135. package/esm2020/timeline/gantt-timeline.component.mjs +1 -1
  136. package/esm2020/timeline/timeline-base-view.service.mjs +1 -1
  137. package/esm2020/timeline/timeline-day-view.component.mjs +1 -1
  138. package/esm2020/timeline/timeline-day-view.service.mjs +1 -1
  139. package/esm2020/timeline/timeline-month-view.component.mjs +1 -1
  140. package/esm2020/timeline/timeline-month-view.service.mjs +1 -1
  141. package/esm2020/timeline/timeline-view.service.mjs +1 -1
  142. package/esm2020/timeline/timeline-week-view.component.mjs +1 -1
  143. package/esm2020/timeline/timeline-week-view.service.mjs +1 -1
  144. package/esm2020/timeline/timeline-year-view.component.mjs +1 -1
  145. package/esm2020/timeline/timeline-year-view.service.mjs +1 -1
  146. package/esm2020/timeline/view-base.mjs +1 -1
  147. package/esm2020/toolbar/toolbar-navigation.service.mjs +1 -1
  148. package/esm2020/toolbar/toolbar-template.directive.mjs +1 -1
  149. package/esm2020/toolbar/toolbar.component.mjs +1 -1
  150. package/esm2020/toolbar/view-selector.component.mjs +1 -1
  151. package/esm2020/utils.mjs +1 -1
  152. package/expanded-state/expand-event.d.ts +1 -1
  153. package/expanded-state/expandable.directive.d.ts +1 -1
  154. package/fesm2015/progress-kendo-angular-gantt.mjs +3 -3
  155. package/fesm2020/progress-kendo-angular-gantt.mjs +3 -3
  156. package/gantt.component.d.ts +1 -1
  157. package/gantt.module.d.ts +1 -1
  158. package/index.d.ts +1 -1
  159. package/localization/custom-messages.component.d.ts +1 -1
  160. package/localization/gantt-localization.service.d.ts +1 -1
  161. package/localization/localized-messages.directive.d.ts +1 -1
  162. package/localization/messages.d.ts +1 -1
  163. package/models/cell-content-type.interface.d.ts +1 -1
  164. package/models/class-callbacks.d.ts +1 -1
  165. package/models/column-menu-settings.interface.d.ts +1 -1
  166. package/models/column-reorder-config.d.ts +1 -1
  167. package/models/current-time-settings.interface.d.ts +1 -1
  168. package/models/date-range.interface.d.ts +1 -1
  169. package/models/dependency-type.enum.d.ts +1 -1
  170. package/models/events/cell-click-event.interface.d.ts +1 -1
  171. package/models/events/cell-close-event.interface.d.ts +1 -1
  172. package/models/events/click-event.interface.d.ts +1 -1
  173. package/models/events/column-locked-change-event.interface.d.ts +1 -1
  174. package/models/events/column-reorder-event.interface.d.ts +1 -1
  175. package/models/events/column-resize-event.interface.d.ts +1 -1
  176. package/models/events/column-visibility-change-event.interface.d.ts +1 -1
  177. package/models/events/data-state-change-event.interface.d.ts +1 -1
  178. package/models/events/dependency-add-event.interface.d.ts +1 -1
  179. package/models/events/selected-view-change-event.interface.d.ts +1 -1
  180. package/models/events/task-add-event.interface.d.ts +1 -1
  181. package/models/events/task-click-event.interface.d.ts +1 -1
  182. package/models/events/task-delete-event.interface.d.ts +1 -1
  183. package/models/events/task-edit-event.interface.d.ts +1 -1
  184. package/models/events/task-move-end-event.interface.d.ts +1 -1
  185. package/models/events/task-move-event.interface.d.ts +1 -1
  186. package/models/events/task-move-start-event.interface.d.ts +1 -1
  187. package/models/events/task-resize-end-event.interface.d.ts +1 -1
  188. package/models/events/task-resize-event.interface.d.ts +1 -1
  189. package/models/events/task-resize-start-event.interface.d.ts +1 -1
  190. package/models/filterable-settings.d.ts +1 -1
  191. package/models/gantt-dependency-model-fields.interface.d.ts +1 -1
  192. package/models/gantt-dependency.interface.d.ts +1 -1
  193. package/models/gantt-task-model-fields.interface.d.ts +1 -1
  194. package/models/gantt-task.interface.d.ts +1 -1
  195. package/models/models.d.ts +1 -1
  196. package/models/slot.interface.d.ts +1 -1
  197. package/models/sort-settings.d.ts +1 -1
  198. package/models/splitter-pane-options.interface.d.ts +1 -1
  199. package/models/timeline-header-date-format.d.ts +1 -1
  200. package/models/timeline-options.interface.d.ts +1 -1
  201. package/models/timeline-view.d.ts +1 -1
  202. package/models/toolbar-settings.d.ts +1 -1
  203. package/models/view-item.interface.d.ts +1 -1
  204. package/navigation/navigation-models.d.ts +1 -1
  205. package/navigation/navigation.service.d.ts +1 -1
  206. package/navigation/utils.d.ts +1 -1
  207. package/package-metadata.d.ts +1 -1
  208. package/package.json +13 -13
  209. package/progress-kendo-angular-gantt.d.ts +1 -1
  210. package/rendering/gantt-header-table-body.component.d.ts +1 -1
  211. package/rendering/gantt-milestone-task.component.d.ts +1 -1
  212. package/rendering/gantt-summary-task.component.d.ts +1 -1
  213. package/rendering/gantt-task-base.d.ts +1 -1
  214. package/rendering/gantt-task.component.d.ts +1 -1
  215. package/rendering/gantt-tasks-table-body.component.d.ts +1 -1
  216. package/schematics/ngAdd/index.js +11 -11
  217. package/scrolling/drag-scroll-settings.d.ts +1 -1
  218. package/scrolling/scroll-sync.service.d.ts +1 -1
  219. package/scrolling/timeline-scroll.directive.d.ts +1 -1
  220. package/scrolling/timeline-scroll.service.d.ts +1 -1
  221. package/scrolling/utils.d.ts +1 -1
  222. package/selection/selectable.directive.d.ts +1 -1
  223. package/selection/selection-change-event.d.ts +1 -1
  224. package/template-directives/summary-task-template.directive.d.ts +1 -1
  225. package/template-directives/task-content-template.directive.d.ts +1 -1
  226. package/template-directives/task-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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Inject, Injectable, LOCALE_ID } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Inject, Injectable, LOCALE_ID } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Inject, Injectable, LOCALE_ID } from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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/esm2020/utils.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';
@@ -52,8 +52,8 @@ const packageMetadata = {
52
52
  name: '@progress/kendo-angular-gantt',
53
53
  productName: 'Kendo UI for Angular',
54
54
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
55
- publishDate: 1703164714,
56
- version: '14.4.0-develop.2',
55
+ publishDate: 1704352239,
56
+ version: '14.4.0-develop.4',
57
57
  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'
58
58
  };
59
59
 
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';
@@ -52,8 +52,8 @@ const packageMetadata = {
52
52
  name: '@progress/kendo-angular-gantt',
53
53
  productName: 'Kendo UI for Angular',
54
54
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
55
- publishDate: 1703164714,
56
- version: '14.4.0-develop.2',
55
+ publishDate: 1704352239,
56
+ version: '14.4.0-develop.4',
57
57
  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'
58
58
  };
59
59
 
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TaskMoveEvent } from "./task-move-event.interface";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TaskResizeEvent } from "./task-resize-event.interface";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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';