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

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 +147 -594
  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 +2 -2
  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 +5 -3
  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 +5 -9
  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 +11 -13
  155. package/fesm2020/progress-kendo-angular-gantt.mjs +11 -13
  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 -2
  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,8 +1,8 @@
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
- import { Component, ElementRef, EventEmitter, HostBinding, Input, NgZone, Output, Renderer2, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core';
5
+ import { Component, ElementRef, EventEmitter, Input, NgZone, Output, Renderer2, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core';
6
6
  import { Subscription } from 'rxjs';
7
7
  import { filter, map, switchMap, take } from 'rxjs/operators';
8
8
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
@@ -30,7 +30,6 @@ export class GanttTimelineComponent {
30
30
  this.renderer = renderer;
31
31
  this.zone = zone;
32
32
  this.currentTimeMarkerService = currentTimeMarkerService;
33
- this.hostClass = true;
34
33
  this.dependencies = [];
35
34
  // as all drag-and-drop operations are on the timeline container, use a single draggable instance
36
35
  this.timelineContainerPress = new EventEmitter();
@@ -90,8 +89,8 @@ export class GanttTimelineComponent {
90
89
  }
91
90
  }
92
91
  GanttTimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GanttTimelineComponent, deps: [{ token: i1.ScrollSyncService }, { token: i2.DependencyDomService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i3.CurrentTimeMarkerService }], target: i0.ɵɵFactoryTarget.Component });
93
- GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, host: { properties: { "class.k-gantt-timeline": "this.hostClass" } }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
94
- <div class="k-timeline k-grid k-grid-md">
92
+ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
93
+ <div class="k-gantt-timeline k-grid k-grid-md">
95
94
  <div class="k-grid-header">
96
95
  <div #timelineHeaderWrap class="k-grid-header-wrap">
97
96
  <table
@@ -199,7 +198,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
199
198
  args: [{
200
199
  selector: 'kendo-gantt-timeline',
201
200
  template: `
202
- <div class="k-timeline k-grid k-grid-md">
201
+ <div class="k-gantt-timeline k-grid k-grid-md">
203
202
  <div class="k-grid-header">
204
203
  <div #timelineHeaderWrap class="k-grid-header-wrap">
205
204
  <table
@@ -321,9 +320,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
321
320
  }], dependencyDragCreatePolyline: [{
322
321
  type: ViewChild,
323
322
  args: ['dependencyDragCreatePolyline', { static: false }]
324
- }], hostClass: [{
325
- type: HostBinding,
326
- args: ['class.k-gantt-timeline']
327
323
  }], rows: [{
328
324
  type: Input
329
325
  }], slots: [{
@@ -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 { __decorate, __metadata, __param } from "tslib";
@@ -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 { 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: 1706523023,
56
+ version: '14.4.0-develop.21',
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
 
@@ -2802,7 +2802,6 @@ class GanttTimelineComponent {
2802
2802
  this.renderer = renderer;
2803
2803
  this.zone = zone;
2804
2804
  this.currentTimeMarkerService = currentTimeMarkerService;
2805
- this.hostClass = true;
2806
2805
  this.dependencies = [];
2807
2806
  // as all drag-and-drop operations are on the timeline container, use a single draggable instance
2808
2807
  this.timelineContainerPress = new EventEmitter();
@@ -2863,8 +2862,8 @@ class GanttTimelineComponent {
2863
2862
  }
2864
2863
  }
2865
2864
  GanttTimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GanttTimelineComponent, deps: [{ token: ScrollSyncService }, { token: DependencyDomService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CurrentTimeMarkerService }], target: i0.ɵɵFactoryTarget.Component });
2866
- GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, host: { properties: { "class.k-gantt-timeline": "this.hostClass" } }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
2867
- <div class="k-timeline k-grid k-grid-md">
2865
+ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
2866
+ <div class="k-gantt-timeline k-grid k-grid-md">
2868
2867
  <div class="k-grid-header">
2869
2868
  <div #timelineHeaderWrap class="k-grid-header-wrap">
2870
2869
  <table
@@ -2972,7 +2971,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2972
2971
  args: [{
2973
2972
  selector: 'kendo-gantt-timeline',
2974
2973
  template: `
2975
- <div class="k-timeline k-grid k-grid-md">
2974
+ <div class="k-gantt-timeline k-grid k-grid-md">
2976
2975
  <div class="k-grid-header">
2977
2976
  <div #timelineHeaderWrap class="k-grid-header-wrap">
2978
2977
  <table
@@ -3094,9 +3093,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3094
3093
  }], dependencyDragCreatePolyline: [{
3095
3094
  type: ViewChild,
3096
3095
  args: ['dependencyDragCreatePolyline', { static: false }]
3097
- }], hostClass: [{
3098
- type: HostBinding,
3099
- args: ['class.k-gantt-timeline']
3100
3096
  }], rows: [{
3101
3097
  type: Input
3102
3098
  }], slots: [{
@@ -4505,7 +4501,7 @@ TaskFieldsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4505
4501
  ></kendo-numerictextbox>
4506
4502
  </kendo-formfield>
4507
4503
  </form>
4508
- `, isInline: true, components: [{ type: i4.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i6$1.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { type: i12.TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: ["width"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i8.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
4504
+ `, isInline: true, components: [{ type: i4.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i6$1.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { type: i12.TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: ["width"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i8.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
4509
4505
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskFieldsComponent, decorators: [{
4510
4506
  type: Component,
4511
4507
  args: [{
@@ -6726,7 +6722,8 @@ GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
6726
6722
  [size]="timelinePaneOptions?.size"
6727
6723
  (collapsedChange)="onTimelineCollapsedChange($event)"
6728
6724
  (sizeChange)="onTimelinePaneSizeChange($event)"
6729
- [scrollable]="false">
6725
+ [scrollable]="false"
6726
+ class="k-gantt-timeline-pane">
6730
6727
  <kendo-gantt-timeline
6731
6728
  *ngIf="views && views.length"
6732
6729
  [renderDependencyDragClues]="renderDependencyDragClues"
@@ -7128,7 +7125,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7128
7125
  [size]="timelinePaneOptions?.size"
7129
7126
  (collapsedChange)="onTimelineCollapsedChange($event)"
7130
7127
  (sizeChange)="onTimelinePaneSizeChange($event)"
7131
- [scrollable]="false">
7128
+ [scrollable]="false"
7129
+ class="k-gantt-timeline-pane">
7132
7130
  <kendo-gantt-timeline
7133
7131
  *ngIf="views && views.length"
7134
7132
  [renderDependencyDragClues]="renderDependencyDragClues"
@@ -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: 1706523023,
56
+ version: '14.4.0-develop.21',
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
 
@@ -2782,7 +2782,6 @@ class GanttTimelineComponent {
2782
2782
  this.renderer = renderer;
2783
2783
  this.zone = zone;
2784
2784
  this.currentTimeMarkerService = currentTimeMarkerService;
2785
- this.hostClass = true;
2786
2785
  this.dependencies = [];
2787
2786
  // as all drag-and-drop operations are on the timeline container, use a single draggable instance
2788
2787
  this.timelineContainerPress = new EventEmitter();
@@ -2842,8 +2841,8 @@ class GanttTimelineComponent {
2842
2841
  }
2843
2842
  }
2844
2843
  GanttTimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GanttTimelineComponent, deps: [{ token: ScrollSyncService }, { token: DependencyDomService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CurrentTimeMarkerService }], target: i0.ɵɵFactoryTarget.Component });
2845
- GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, host: { properties: { "class.k-gantt-timeline": "this.hostClass" } }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
2846
- <div class="k-timeline k-grid k-grid-md">
2844
+ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
2845
+ <div class="k-gantt-timeline k-grid k-grid-md">
2847
2846
  <div class="k-grid-header">
2848
2847
  <div #timelineHeaderWrap class="k-grid-header-wrap">
2849
2848
  <table
@@ -2951,7 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2951
2950
  args: [{
2952
2951
  selector: 'kendo-gantt-timeline',
2953
2952
  template: `
2954
- <div class="k-timeline k-grid k-grid-md">
2953
+ <div class="k-gantt-timeline k-grid k-grid-md">
2955
2954
  <div class="k-grid-header">
2956
2955
  <div #timelineHeaderWrap class="k-grid-header-wrap">
2957
2956
  <table
@@ -3073,9 +3072,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3073
3072
  }], dependencyDragCreatePolyline: [{
3074
3073
  type: ViewChild,
3075
3074
  args: ['dependencyDragCreatePolyline', { static: false }]
3076
- }], hostClass: [{
3077
- type: HostBinding,
3078
- args: ['class.k-gantt-timeline']
3079
3075
  }], rows: [{
3080
3076
  type: Input
3081
3077
  }], slots: [{
@@ -4456,7 +4452,7 @@ TaskFieldsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4456
4452
  ></kendo-numerictextbox>
4457
4453
  </kendo-formfield>
4458
4454
  </form>
4459
- `, isInline: true, components: [{ type: i4.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i6$1.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { type: i12.TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: ["width"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i8.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
4455
+ `, isInline: true, components: [{ type: i4.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i6$1.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { type: i12.TreeListSpacerComponent, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: ["width"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i8.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i8.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
4460
4456
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TaskFieldsComponent, decorators: [{
4461
4457
  type: Component,
4462
4458
  args: [{
@@ -6685,7 +6681,8 @@ GanttComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version
6685
6681
  [size]="timelinePaneOptions?.size"
6686
6682
  (collapsedChange)="onTimelineCollapsedChange($event)"
6687
6683
  (sizeChange)="onTimelinePaneSizeChange($event)"
6688
- [scrollable]="false">
6684
+ [scrollable]="false"
6685
+ class="k-gantt-timeline-pane">
6689
6686
  <kendo-gantt-timeline
6690
6687
  *ngIf="views && views.length"
6691
6688
  [renderDependencyDragClues]="renderDependencyDragClues"
@@ -7087,7 +7084,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7087
7084
  [size]="timelinePaneOptions?.size"
7088
7085
  (collapsedChange)="onTimelineCollapsedChange($event)"
7089
7086
  (sizeChange)="onTimelinePaneSizeChange($event)"
7090
- [scrollable]="false">
7087
+ [scrollable]="false"
7088
+ class="k-gantt-timeline-pane">
7091
7089
  <kendo-gantt-timeline
7092
7090
  *ngIf="views && views.length"
7093
7091
  [renderDependencyDragClues]="renderDependencyDragClues"
@@ -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';