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

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,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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gantt",
3
- "version": "14.4.0-develop.2",
3
+ "version": "14.4.0-develop.20",
4
4
  "description": "Kendo UI Angular Gantt",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,22 +25,22 @@
25
25
  "@angular/platform-browser": "13 - 17",
26
26
  "@progress/kendo-data-query": "^1.5.5",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-buttons": "14.4.0-develop.2",
29
- "@progress/kendo-angular-common": "14.4.0-develop.2",
30
- "@progress/kendo-angular-dialog": "14.4.0-develop.2",
31
- "@progress/kendo-angular-dropdowns": "14.4.0-develop.2",
32
- "@progress/kendo-angular-grid": "14.4.0-develop.2",
33
- "@progress/kendo-angular-icons": "14.4.0-develop.2",
34
- "@progress/kendo-angular-intl": "14.4.0-develop.2",
35
- "@progress/kendo-angular-l10n": "14.4.0-develop.2",
36
- "@progress/kendo-angular-layout": "14.4.0-develop.2",
37
- "@progress/kendo-angular-popup": "14.4.0-develop.2",
38
- "@progress/kendo-angular-treelist": "14.4.0-develop.2",
28
+ "@progress/kendo-angular-buttons": "14.4.0-develop.20",
29
+ "@progress/kendo-angular-common": "14.4.0-develop.20",
30
+ "@progress/kendo-angular-dialog": "14.4.0-develop.20",
31
+ "@progress/kendo-angular-dropdowns": "14.4.0-develop.20",
32
+ "@progress/kendo-angular-grid": "14.4.0-develop.20",
33
+ "@progress/kendo-angular-icons": "14.4.0-develop.20",
34
+ "@progress/kendo-angular-intl": "14.4.0-develop.20",
35
+ "@progress/kendo-angular-l10n": "14.4.0-develop.20",
36
+ "@progress/kendo-angular-layout": "14.4.0-develop.20",
37
+ "@progress/kendo-angular-popup": "14.4.0-develop.20",
38
+ "@progress/kendo-angular-treelist": "14.4.0-develop.20",
39
39
  "rxjs": "^6.5.3 || ^7.0.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "tslib": "^2.3.1",
43
- "@progress/kendo-angular-schematics": "14.4.0-develop.2",
43
+ "@progress/kendo-angular-schematics": "14.4.0-develop.20",
44
44
  "@progress/kendo-common": "^0.2.1",
45
45
  "@progress/kendo-date-math": "^1.5.2",
46
46
  "@progress/kendo-draggable": "^3.0.0"
@@ -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 * as i0 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 { ChangeDetectorRef } 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 { ChangeDetectorRef, TemplateRef } 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 { ChangeDetectorRef, ElementRef, SimpleChanges } 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 { ChangeDetectorRef, TemplateRef } 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 { TemplateRef, ElementRef } from '@angular/core';
@@ -7,20 +7,20 @@ function default_1(options) {
7
7
  // See https://github.com/telerik/kendo-schematics/issues/28
8
8
  peerDependencies: {
9
9
  // peer deps of the treelist
10
- '@progress/kendo-angular-dateinputs': '14.4.0-develop.2',
11
- '@progress/kendo-angular-dropdowns': '14.4.0-develop.2',
12
- '@progress/kendo-angular-excel-export': '14.4.0-develop.2',
13
- '@progress/kendo-angular-inputs': '14.4.0-develop.2',
14
- '@progress/kendo-angular-l10n': '14.4.0-develop.2',
15
- '@progress/kendo-angular-label': '14.4.0-develop.2',
16
- '@progress/kendo-angular-pdf-export': '14.4.0-develop.2',
17
- '@progress/kendo-angular-popup': '14.4.0-develop.2',
18
- '@progress/kendo-angular-utils': '14.4.0-develop.2',
10
+ '@progress/kendo-angular-dateinputs': '14.4.0-develop.20',
11
+ '@progress/kendo-angular-dropdowns': '14.4.0-develop.20',
12
+ '@progress/kendo-angular-excel-export': '14.4.0-develop.20',
13
+ '@progress/kendo-angular-inputs': '14.4.0-develop.20',
14
+ '@progress/kendo-angular-l10n': '14.4.0-develop.20',
15
+ '@progress/kendo-angular-label': '14.4.0-develop.20',
16
+ '@progress/kendo-angular-pdf-export': '14.4.0-develop.20',
17
+ '@progress/kendo-angular-popup': '14.4.0-develop.20',
18
+ '@progress/kendo-angular-utils': '14.4.0-develop.20',
19
19
  '@progress/kendo-drawing': '^1.0.0',
20
20
  // peer dep of the dropdowns
21
- '@progress/kendo-angular-treeview': '14.4.0-develop.2',
21
+ '@progress/kendo-angular-treeview': '14.4.0-develop.20',
22
22
  // peer dep of the layout
23
- '@progress/kendo-angular-progressbar': '14.4.0-develop.2',
23
+ '@progress/kendo-angular-progressbar': '14.4.0-develop.20',
24
24
  // peer dep of the icons
25
25
  '@progress/kendo-svg-icons': '^2.0.0'
26
26
  } });
@@ -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 { NgZone, OnDestroy } 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 { ElementRef, NgZone } 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 { Subject } from 'rxjs';
@@ -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 { ScrollAxis, ScrollDirection } from './drag-scroll-settings';
@@ -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 { OnDestroy, EventEmitter } 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 { 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 { TemplateRef } 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 { TemplateRef } 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 { TemplateRef } 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 { ChangeDetectorRef, ElementRef, 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
  import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
@@ -37,7 +37,6 @@ export declare class GanttTimelineComponent implements AfterViewInit, OnChanges
37
37
  * Used externally by the DependencyDragCreateDirective.
38
38
  */
39
39
  dependencyDragCreatePolyline: ElementRef<SVGPolylineElement>;
40
- hostClass: boolean;
41
40
  rows: ViewItem[];
42
41
  slots: any[];
43
42
  groupSlots: any[];
@@ -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, IntlService } from '@progress/kendo-angular-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 { DependencyDomService } from '../dependencies/dependency-dom.service';
@@ -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 { IntlService } from '@progress/kendo-angular-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 { DependencyDomService } from '../dependencies/dependency-dom.service';
@@ -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 { IntlService } from '@progress/kendo-angular-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 { EventEmitter, 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 { DependencyDomService } from '../dependencies/dependency-dom.service';
@@ -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 { IntlService } from '@progress/kendo-angular-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 { DependencyDomService } from '../dependencies/dependency-dom.service';
@@ -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 { IntlService } from "@progress/kendo-angular-intl";