@progress/kendo-angular-gantt 16.5.0 → 16.6.0-develop.1

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 (93) hide show
  1. package/binding-directives/flat-binding.directive.d.ts +1 -1
  2. package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
  3. package/columns/cell-template.directive.d.ts +1 -1
  4. package/columns/column-group.component.d.ts +1 -1
  5. package/columns/column-menu-template.directive.d.ts +1 -1
  6. package/columns/column.component.d.ts +1 -1
  7. package/columns/edit-template.directive.d.ts +1 -1
  8. package/columns/filter-cell-template.directive.d.ts +1 -1
  9. package/columns/filter-menu-template.directive.d.ts +1 -1
  10. package/columns/footer-template.directive.d.ts +1 -1
  11. package/columns/header-template.directive.d.ts +1 -1
  12. package/columns/span-column.component.d.ts +1 -1
  13. package/dependencies/gantt-dependency.directive.d.ts +1 -1
  14. package/directives.d.ts +29 -0
  15. package/dragging/dependency-drag-create.directive.d.ts +1 -1
  16. package/dragging/drag-validation-tooltip.component.d.ts +1 -1
  17. package/editing/add-task.component.d.ts +1 -1
  18. package/editing/dependencies-table.component.d.ts +1 -1
  19. package/editing/edit-dialog.component.d.ts +1 -1
  20. package/editing/task-fields.component.d.ts +1 -1
  21. package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
  22. package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
  23. package/esm2020/columns/cell-template.directive.mjs +3 -2
  24. package/esm2020/columns/column-group.component.mjs +3 -2
  25. package/esm2020/columns/column-menu-template.directive.mjs +3 -2
  26. package/esm2020/columns/column.component.mjs +3 -2
  27. package/esm2020/columns/edit-template.directive.mjs +3 -2
  28. package/esm2020/columns/filter-cell-template.directive.mjs +3 -2
  29. package/esm2020/columns/filter-menu-template.directive.mjs +3 -2
  30. package/esm2020/columns/footer-template.directive.mjs +3 -2
  31. package/esm2020/columns/header-template.directive.mjs +3 -2
  32. package/esm2020/columns/span-column.component.mjs +3 -2
  33. package/esm2020/dependencies/gantt-dependency.directive.mjs +3 -2
  34. package/esm2020/directives.mjs +57 -0
  35. package/esm2020/dragging/dependency-drag-create.directive.mjs +3 -2
  36. package/esm2020/dragging/drag-validation-tooltip.component.mjs +3 -2
  37. package/esm2020/editing/add-task.component.mjs +7 -5
  38. package/esm2020/editing/dependencies-table.component.mjs +9 -7
  39. package/esm2020/editing/edit-dialog.component.mjs +12 -10
  40. package/esm2020/editing/task-fields.component.mjs +12 -9
  41. package/esm2020/expanded-state/expandable.directive.mjs +3 -2
  42. package/esm2020/gantt.component.mjs +14 -15
  43. package/esm2020/gantt.module.mjs +90 -214
  44. package/esm2020/index.mjs +1 -0
  45. package/esm2020/localization/custom-messages.component.mjs +3 -2
  46. package/esm2020/localization/localized-messages.directive.mjs +3 -2
  47. package/esm2020/package-metadata.mjs +2 -2
  48. package/esm2020/rendering/gantt-header-table-body.component.mjs +6 -4
  49. package/esm2020/rendering/gantt-milestone-task.component.mjs +6 -4
  50. package/esm2020/rendering/gantt-summary-task.component.mjs +6 -4
  51. package/esm2020/rendering/gantt-task.component.mjs +8 -6
  52. package/esm2020/rendering/gantt-tasks-table-body.component.mjs +9 -7
  53. package/esm2020/scrolling/timeline-scroll.directive.mjs +3 -2
  54. package/esm2020/selection/selectable.directive.mjs +3 -2
  55. package/esm2020/template-directives/summary-task-template.directive.mjs +3 -2
  56. package/esm2020/template-directives/task-content-template.directive.mjs +3 -2
  57. package/esm2020/template-directives/task-template.directive.mjs +3 -2
  58. package/esm2020/timeline/gantt-timeline.component.mjs +12 -10
  59. package/esm2020/timeline/timeline-day-view.component.mjs +3 -2
  60. package/esm2020/timeline/timeline-month-view.component.mjs +3 -2
  61. package/esm2020/timeline/timeline-week-view.component.mjs +3 -2
  62. package/esm2020/timeline/timeline-year-view.component.mjs +3 -2
  63. package/esm2020/toolbar/toolbar-template.directive.mjs +3 -2
  64. package/esm2020/toolbar/toolbar.component.mjs +8 -6
  65. package/esm2020/toolbar/view-selector.component.mjs +9 -6
  66. package/expanded-state/expandable.directive.d.ts +1 -1
  67. package/fesm2015/progress-kendo-angular-gantt.mjs +1803 -1840
  68. package/fesm2020/progress-kendo-angular-gantt.mjs +1950 -1987
  69. package/gantt.component.d.ts +1 -1
  70. package/gantt.module.d.ts +25 -54
  71. package/index.d.ts +1 -0
  72. package/localization/custom-messages.component.d.ts +1 -1
  73. package/localization/localized-messages.directive.d.ts +1 -1
  74. package/package.json +15 -15
  75. package/rendering/gantt-header-table-body.component.d.ts +1 -1
  76. package/rendering/gantt-milestone-task.component.d.ts +1 -1
  77. package/rendering/gantt-summary-task.component.d.ts +1 -1
  78. package/rendering/gantt-task.component.d.ts +1 -1
  79. package/rendering/gantt-tasks-table-body.component.d.ts +1 -1
  80. package/schematics/ngAdd/index.js +7 -7
  81. package/scrolling/timeline-scroll.directive.d.ts +1 -1
  82. package/selection/selectable.directive.d.ts +1 -1
  83. package/template-directives/summary-task-template.directive.d.ts +1 -1
  84. package/template-directives/task-content-template.directive.d.ts +1 -1
  85. package/template-directives/task-template.directive.d.ts +1 -1
  86. package/timeline/gantt-timeline.component.d.ts +1 -1
  87. package/timeline/timeline-day-view.component.d.ts +1 -1
  88. package/timeline/timeline-month-view.component.d.ts +1 -1
  89. package/timeline/timeline-week-view.component.d.ts +1 -1
  90. package/timeline/timeline-year-view.component.d.ts +1 -1
  91. package/toolbar/toolbar-template.directive.d.ts +1 -1
  92. package/toolbar/toolbar.component.d.ts +1 -1
  93. package/toolbar/view-selector.component.d.ts +1 -1
@@ -771,5 +771,5 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
771
771
  private defaultValidateNewDependencyCallback;
772
772
  private handleKeydown;
773
773
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttComponent, never>;
774
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttComponent, "kendo-gantt", ["kendoGantt"], { "roleDescription": "aria-roledescription"; "role": "role"; "taskModelFields": "taskModelFields"; "dependencyModelFields": "dependencyModelFields"; "activeView": "activeView"; "data": "data"; "isSelected": "isSelected"; "validateNewDependency": "validateNewDependency"; "selectable": "selectable"; "toolbarSettings": "toolbarSettings"; "toolbarAriaLabel": "toolbarAriaLabel"; "fetchChildren": "fetchChildren"; "hasChildren": "hasChildren"; "dependencies": "dependencies"; "sortable": "sortable"; "sort": "sort"; "filterable": "filterable"; "filter": "filter"; "workDayStart": "workDayStart"; "workDayEnd": "workDayEnd"; "workWeekStart": "workWeekStart"; "workWeekEnd": "workWeekEnd"; "navigable": "navigable"; "timelinePaneOptions": "timelinePaneOptions"; "treeListPaneOptions": "treeListPaneOptions"; "taskClass": "taskClass"; "rowClass": "rowClass"; "isExpanded": "isExpanded"; "columnsAutoSize": "columnsAutoSize"; "currentTimeMarker": "currentTimeMarker"; "columnMenu": "columnMenu"; "columnsReorderable": "columnsReorderable"; "columnsResizable": "columnsResizable"; "dragScrollSettings": "dragScrollSettings"; }, { "selectionChange": "selectionChange"; "rowExpand": "rowExpand"; "taskDblClick": "taskDblClick"; "cellDblClick": "cellDblClick"; "cellClose": "cellClose"; "taskDelete": "taskDelete"; "rowCollapse": "rowCollapse"; "remove": "remove"; "cancel": "cancel"; "save": "save"; "taskAdd": "taskAdd"; "dependencyAdd": "dependencyAdd"; "sortChange": "sortChange"; "filterChange": "filterChange"; "dataStateChange": "dataStateChange"; "treeListPaneCollapsedChange": "treeListPaneCollapsedChange"; "timelinePaneCollapsedChange": "timelinePaneCollapsedChange"; "timelinePaneSizeChange": "timelinePaneSizeChange"; "activeViewChange": "activeViewChange"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "cellClick": "cellClick"; "taskClick": "taskClick"; }, ["taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "toolbarTemplateChildren", "columns", "views"], never, false, never>;
774
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttComponent, "kendo-gantt", ["kendoGantt"], { "roleDescription": "aria-roledescription"; "role": "role"; "taskModelFields": "taskModelFields"; "dependencyModelFields": "dependencyModelFields"; "activeView": "activeView"; "data": "data"; "isSelected": "isSelected"; "validateNewDependency": "validateNewDependency"; "selectable": "selectable"; "toolbarSettings": "toolbarSettings"; "toolbarAriaLabel": "toolbarAriaLabel"; "fetchChildren": "fetchChildren"; "hasChildren": "hasChildren"; "dependencies": "dependencies"; "sortable": "sortable"; "sort": "sort"; "filterable": "filterable"; "filter": "filter"; "workDayStart": "workDayStart"; "workDayEnd": "workDayEnd"; "workWeekStart": "workWeekStart"; "workWeekEnd": "workWeekEnd"; "navigable": "navigable"; "timelinePaneOptions": "timelinePaneOptions"; "treeListPaneOptions": "treeListPaneOptions"; "taskClass": "taskClass"; "rowClass": "rowClass"; "isExpanded": "isExpanded"; "columnsAutoSize": "columnsAutoSize"; "currentTimeMarker": "currentTimeMarker"; "columnMenu": "columnMenu"; "columnsReorderable": "columnsReorderable"; "columnsResizable": "columnsResizable"; "dragScrollSettings": "dragScrollSettings"; }, { "selectionChange": "selectionChange"; "rowExpand": "rowExpand"; "taskDblClick": "taskDblClick"; "cellDblClick": "cellDblClick"; "cellClose": "cellClose"; "taskDelete": "taskDelete"; "rowCollapse": "rowCollapse"; "remove": "remove"; "cancel": "cancel"; "save": "save"; "taskAdd": "taskAdd"; "dependencyAdd": "dependencyAdd"; "sortChange": "sortChange"; "filterChange": "filterChange"; "dataStateChange": "dataStateChange"; "treeListPaneCollapsedChange": "treeListPaneCollapsedChange"; "timelinePaneCollapsedChange": "timelinePaneCollapsedChange"; "timelinePaneSizeChange": "timelinePaneSizeChange"; "activeViewChange": "activeViewChange"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "cellClick": "cellClick"; "taskClick": "taskClick"; }, ["taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "toolbarTemplateChildren", "columns", "views"], never, true, never>;
775
775
  }
package/gantt.module.d.ts CHANGED
@@ -6,59 +6,30 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "./gantt.component";
7
7
  import * as i2 from "./binding-directives/flat-binding.directive";
8
8
  import * as i3 from "./binding-directives/hierarchy-binding.directive";
9
- import * as i4 from "./rendering/gantt-task.component";
10
- import * as i5 from "./rendering/gantt-summary-task.component";
11
- import * as i6 from "./rendering/gantt-milestone-task.component";
12
- import * as i7 from "./timeline/gantt-timeline.component";
13
- import * as i8 from "./rendering/gantt-tasks-table-body.component";
14
- import * as i9 from "./rendering/gantt-header-table-body.component";
15
- import * as i10 from "./template-directives/task-content-template.directive";
16
- import * as i11 from "./template-directives/task-template.directive";
17
- import * as i12 from "./template-directives/summary-task-template.directive";
18
- import * as i13 from "./toolbar/toolbar-template.directive";
19
- import * as i14 from "./toolbar/toolbar.component";
20
- import * as i15 from "./toolbar/view-selector.component";
21
- import * as i16 from "./columns/column.component";
22
- import * as i17 from "./columns/column-group.component";
23
- import * as i18 from "./columns/span-column.component";
24
- import * as i19 from "./columns/filter-menu-template.directive";
25
- import * as i20 from "./columns/filter-cell-template.directive";
26
- import * as i21 from "./columns/cell-template.directive";
27
- import * as i22 from "./columns/edit-template.directive";
28
- import * as i23 from "./columns/column-menu-template.directive";
29
- import * as i24 from "./columns/header-template.directive";
30
- import * as i25 from "./columns/footer-template.directive";
31
- import * as i26 from "./expanded-state/expandable.directive";
32
- import * as i27 from "./dependencies/gantt-dependency.directive";
33
- import * as i28 from "./dragging/dependency-drag-create.directive";
34
- import * as i29 from "./timeline/timeline-day-view.component";
35
- import * as i30 from "./timeline/timeline-week-view.component";
36
- import * as i31 from "./timeline/timeline-month-view.component";
37
- import * as i32 from "./timeline/timeline-year-view.component";
38
- import * as i33 from "./selection/selectable.directive";
39
- import * as i34 from "./editing/edit-dialog.component";
40
- import * as i35 from "./localization/custom-messages.component";
41
- import * as i36 from "./localization/localized-messages.directive";
42
- import * as i37 from "./editing/add-task.component";
43
- import * as i38 from "./dragging/drag-validation-tooltip.component";
44
- import * as i39 from "./scrolling/timeline-scroll.directive";
45
- import * as i40 from "./editing/dependencies-table.component";
46
- import * as i41 from "./editing/task-fields.component";
47
- import * as i42 from "@angular/common";
48
- import * as i43 from "@angular/forms";
49
- import * as i44 from "@progress/kendo-angular-label";
50
- import * as i45 from "@progress/kendo-angular-inputs";
51
- import * as i46 from "@progress/kendo-angular-dateinputs";
52
- import * as i47 from "@progress/kendo-angular-buttons";
53
- import * as i48 from "@progress/kendo-angular-layout";
54
- import * as i49 from "@progress/kendo-angular-treelist";
55
- import * as i50 from "@progress/kendo-angular-dialog";
56
- import * as i51 from "@progress/kendo-angular-common";
57
- import * as i52 from "@progress/kendo-angular-popup";
58
- import * as i53 from "@progress/kendo-angular-grid";
59
- import * as i54 from "@progress/kendo-angular-dropdowns";
60
- import * as i55 from "@progress/kendo-angular-icons";
61
- import * as i56 from "@progress/kendo-angular-intl";
9
+ import * as i4 from "./template-directives/task-content-template.directive";
10
+ import * as i5 from "./template-directives/task-template.directive";
11
+ import * as i6 from "./template-directives/summary-task-template.directive";
12
+ import * as i7 from "./toolbar/toolbar-template.directive";
13
+ import * as i8 from "./toolbar/view-selector.component";
14
+ import * as i9 from "./columns/column.component";
15
+ import * as i10 from "./columns/column-group.component";
16
+ import * as i11 from "./columns/span-column.component";
17
+ import * as i12 from "./columns/filter-cell-template.directive";
18
+ import * as i13 from "./columns/filter-menu-template.directive";
19
+ import * as i14 from "./columns/cell-template.directive";
20
+ import * as i15 from "./columns/edit-template.directive";
21
+ import * as i16 from "./columns/column-menu-template.directive";
22
+ import * as i17 from "./columns/header-template.directive";
23
+ import * as i18 from "./columns/footer-template.directive";
24
+ import * as i19 from "./expanded-state/expandable.directive";
25
+ import * as i20 from "./dragging/dependency-drag-create.directive";
26
+ import * as i21 from "./timeline/timeline-day-view.component";
27
+ import * as i22 from "./timeline/timeline-week-view.component";
28
+ import * as i23 from "./timeline/timeline-month-view.component";
29
+ import * as i24 from "./timeline/timeline-year-view.component";
30
+ import * as i25 from "./selection/selectable.directive";
31
+ import * as i26 from "./localization/custom-messages.component";
32
+ import * as i27 from "./editing/add-task.component";
62
33
  /**
63
34
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
64
35
  * definition for the Gantt component.
@@ -92,6 +63,6 @@ import * as i56 from "@progress/kendo-angular-intl";
92
63
  */
93
64
  export declare class GanttModule {
94
65
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttModule, never>;
95
- static ɵmod: i0.ɵɵNgModuleDeclaration<GanttModule, [typeof i1.GanttComponent, typeof i2.GanttFlatBindingDirective, typeof i3.GanttHierarchyBindingDirective, typeof i4.GanttTaskComponent, typeof i5.GanttSummaryTaskComponent, typeof i6.GanttMilestoneTaskComponent, typeof i7.GanttTimelineComponent, typeof i8.GanttTasksTableBodyComponent, typeof i9.GanttHeaderTableBodyComponent, typeof i10.GanttTaskContentTemplateDirective, typeof i11.GanttTaskTemplateDirective, typeof i12.GanttSummaryTaskTemplateDirective, typeof i13.ToolbarTemplateDirective, typeof i14.ToolbarComponent, typeof i15.ViewSelectorComponent, typeof i16.GanttColumnComponent, typeof i17.GanttColumnGroupComponent, typeof i18.GanttSpanColumnComponent, typeof i19.FilterMenuTemplateDirective, typeof i20.FilterCellTemplateDirective, typeof i21.CellTemplateDirective, typeof i22.EditTemplateDirective, typeof i23.ColumnMenuTemplateDirective, typeof i24.HeaderTemplateDirective, typeof i25.FooterTemplateDirective, typeof i26.GanttExpandableDirective, typeof i27.GanttDependencyDirective, typeof i28.DependencyDragCreateDirective, typeof i29.TimelineDayViewComponent, typeof i30.TimelineWeekViewComponent, typeof i31.TimelineMonthViewComponent, typeof i32.TimelineYearViewComponent, typeof i33.SelectableDirective, typeof i34.EditDialogComponent, typeof i35.CustomMessagesComponent, typeof i36.LocalizedMessagesDirective, typeof i37.GanttAddTaskComponent, typeof i38.DragValidationTooltipComponent, typeof i39.TimelineScrollableDirective, typeof i40.DependenciesTableComponent, typeof i41.TaskFieldsComponent], [typeof i42.CommonModule, typeof i43.ReactiveFormsModule, typeof i44.LabelModule, typeof i45.InputsModule, typeof i46.DateInputsModule, typeof i47.ButtonsModule, typeof i48.SplitterModule, typeof i49.TreeListModule, typeof i47.ButtonsModule, typeof i50.DialogModule, typeof i51.EventsModule, typeof i52.PopupModule, typeof i51.DraggableModule, typeof i48.TabStripModule, typeof i53.GridModule, typeof i54.DropDownsModule, typeof i55.IconsModule, typeof i56.IntlModule, typeof i51.WatermarkModule], [typeof i1.GanttComponent, typeof i2.GanttFlatBindingDirective, typeof i3.GanttHierarchyBindingDirective, typeof i4.GanttTaskComponent, typeof i5.GanttSummaryTaskComponent, typeof i6.GanttMilestoneTaskComponent, typeof i7.GanttTimelineComponent, typeof i8.GanttTasksTableBodyComponent, typeof i9.GanttHeaderTableBodyComponent, typeof i10.GanttTaskContentTemplateDirective, typeof i11.GanttTaskTemplateDirective, typeof i12.GanttSummaryTaskTemplateDirective, typeof i13.ToolbarTemplateDirective, typeof i14.ToolbarComponent, typeof i15.ViewSelectorComponent, typeof i16.GanttColumnComponent, typeof i17.GanttColumnGroupComponent, typeof i18.GanttSpanColumnComponent, typeof i19.FilterMenuTemplateDirective, typeof i20.FilterCellTemplateDirective, typeof i21.CellTemplateDirective, typeof i22.EditTemplateDirective, typeof i23.ColumnMenuTemplateDirective, typeof i24.HeaderTemplateDirective, typeof i25.FooterTemplateDirective, typeof i26.GanttExpandableDirective, typeof i27.GanttDependencyDirective, typeof i28.DependencyDragCreateDirective, typeof i29.TimelineDayViewComponent, typeof i30.TimelineWeekViewComponent, typeof i31.TimelineMonthViewComponent, typeof i32.TimelineYearViewComponent, typeof i33.SelectableDirective, typeof i34.EditDialogComponent, typeof i35.CustomMessagesComponent, typeof i36.LocalizedMessagesDirective, typeof i37.GanttAddTaskComponent, typeof i38.DragValidationTooltipComponent, typeof i39.TimelineScrollableDirective, typeof i40.DependenciesTableComponent, typeof i41.TaskFieldsComponent]>;
66
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GanttModule, never, [typeof i1.GanttComponent, typeof i2.GanttFlatBindingDirective, typeof i3.GanttHierarchyBindingDirective, typeof i4.GanttTaskContentTemplateDirective, typeof i5.GanttTaskTemplateDirective, typeof i6.GanttSummaryTaskTemplateDirective, typeof i7.ToolbarTemplateDirective, typeof i8.ViewSelectorComponent, typeof i9.GanttColumnComponent, typeof i10.GanttColumnGroupComponent, typeof i11.GanttSpanColumnComponent, typeof i12.FilterCellTemplateDirective, typeof i13.FilterMenuTemplateDirective, typeof i14.CellTemplateDirective, typeof i15.EditTemplateDirective, typeof i16.ColumnMenuTemplateDirective, typeof i17.HeaderTemplateDirective, typeof i18.FooterTemplateDirective, typeof i19.GanttExpandableDirective, typeof i20.DependencyDragCreateDirective, typeof i21.TimelineDayViewComponent, typeof i22.TimelineWeekViewComponent, typeof i23.TimelineMonthViewComponent, typeof i24.TimelineYearViewComponent, typeof i25.SelectableDirective, typeof i26.CustomMessagesComponent, typeof i27.GanttAddTaskComponent], [typeof i1.GanttComponent, typeof i2.GanttFlatBindingDirective, typeof i3.GanttHierarchyBindingDirective, typeof i4.GanttTaskContentTemplateDirective, typeof i5.GanttTaskTemplateDirective, typeof i6.GanttSummaryTaskTemplateDirective, typeof i7.ToolbarTemplateDirective, typeof i8.ViewSelectorComponent, typeof i9.GanttColumnComponent, typeof i10.GanttColumnGroupComponent, typeof i11.GanttSpanColumnComponent, typeof i12.FilterCellTemplateDirective, typeof i13.FilterMenuTemplateDirective, typeof i14.CellTemplateDirective, typeof i15.EditTemplateDirective, typeof i16.ColumnMenuTemplateDirective, typeof i17.HeaderTemplateDirective, typeof i18.FooterTemplateDirective, typeof i19.GanttExpandableDirective, typeof i20.DependencyDragCreateDirective, typeof i21.TimelineDayViewComponent, typeof i22.TimelineWeekViewComponent, typeof i23.TimelineMonthViewComponent, typeof i24.TimelineYearViewComponent, typeof i25.SelectableDirective, typeof i26.CustomMessagesComponent, typeof i27.GanttAddTaskComponent]>;
96
67
  static ɵinj: i0.ɵɵInjectorDeclaration<GanttModule>;
97
68
  }
package/index.d.ts CHANGED
@@ -39,3 +39,4 @@ export { CustomMessagesComponent } from './localization/custom-messages.componen
39
39
  export { CurrentTimeSettings } from './models/current-time-settings.interface';
40
40
  export * from './models/models';
41
41
  export * from './columns/columns';
42
+ export * from './directives';
@@ -14,5 +14,5 @@ export declare class CustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-gantt-messages", never, {}, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-gantt-messages", never, {}, {}, never, never, true, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoGanttLocalizedMessages]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoGanttLocalizedMessages]", never, {}, {}, never, never, true, never>;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gantt",
3
- "version": "16.5.0",
3
+ "version": "16.6.0-develop.1",
4
4
  "description": "Kendo UI Angular Gantt",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,24 +25,24 @@
25
25
  "@angular/platform-browser": "15 - 18",
26
26
  "@progress/kendo-data-query": "^1.5.5",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-buttons": "16.5.0",
29
- "@progress/kendo-angular-common": "16.5.0",
30
- "@progress/kendo-angular-dialog": "16.5.0",
31
- "@progress/kendo-angular-dropdowns": "16.5.0",
32
- "@progress/kendo-angular-grid": "16.5.0",
33
- "@progress/kendo-angular-icons": "16.5.0",
34
- "@progress/kendo-angular-inputs": "16.5.0",
35
- "@progress/kendo-angular-intl": "16.5.0",
36
- "@progress/kendo-angular-l10n": "16.5.0",
37
- "@progress/kendo-angular-label": "16.5.0",
38
- "@progress/kendo-angular-layout": "16.5.0",
39
- "@progress/kendo-angular-popup": "16.5.0",
40
- "@progress/kendo-angular-treelist": "16.5.0",
28
+ "@progress/kendo-angular-buttons": "16.6.0-develop.1",
29
+ "@progress/kendo-angular-common": "16.6.0-develop.1",
30
+ "@progress/kendo-angular-dialog": "16.6.0-develop.1",
31
+ "@progress/kendo-angular-dropdowns": "16.6.0-develop.1",
32
+ "@progress/kendo-angular-grid": "16.6.0-develop.1",
33
+ "@progress/kendo-angular-icons": "16.6.0-develop.1",
34
+ "@progress/kendo-angular-inputs": "16.6.0-develop.1",
35
+ "@progress/kendo-angular-intl": "16.6.0-develop.1",
36
+ "@progress/kendo-angular-l10n": "16.6.0-develop.1",
37
+ "@progress/kendo-angular-label": "16.6.0-develop.1",
38
+ "@progress/kendo-angular-layout": "16.6.0-develop.1",
39
+ "@progress/kendo-angular-popup": "16.6.0-develop.1",
40
+ "@progress/kendo-angular-treelist": "16.6.0-develop.1",
41
41
  "rxjs": "^6.5.3 || ^7.0.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "tslib": "^2.3.1",
45
- "@progress/kendo-angular-schematics": "16.5.0",
45
+ "@progress/kendo-angular-schematics": "16.6.0-develop.1",
46
46
  "@progress/kendo-common": "^0.2.1",
47
47
  "@progress/kendo-date-math": "^1.5.2",
48
48
  "@progress/kendo-draggable": "^3.0.0"
@@ -11,5 +11,5 @@ export declare class GanttHeaderTableBodyComponent {
11
11
  groupSlots: any[];
12
12
  slots: any[];
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttHeaderTableBodyComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttHeaderTableBodyComponent, "[kendoGanttHeaderTableBody]", never, { "groupSlots": "groupSlots"; "slots": "slots"; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttHeaderTableBodyComponent, "[kendoGanttHeaderTableBody]", never, { "groupSlots": "groupSlots"; "slots": "slots"; }, {}, never, never, true, never>;
15
15
  }
@@ -18,5 +18,5 @@ export declare class GanttMilestoneTaskComponent extends GanttTaskBase {
18
18
  milestoneWrapperClass: boolean;
19
19
  constructor(touchEnabled: boolean, mapper: MappingService, timelineViewService: TimelineViewService, dependencyDomService: DependencyDomService, optionChangesService: OptionChangesService, cdr: ChangeDetectorRef, navigationService: NavigationService);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttMilestoneTaskComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttMilestoneTaskComponent, "kendo-gantt-milestone-task", never, {}, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttMilestoneTaskComponent, "kendo-gantt-milestone-task", never, {}, {}, never, never, true, never>;
22
22
  }
@@ -21,5 +21,5 @@ export declare class GanttSummaryTaskComponent extends GanttTaskBase {
21
21
  get ariaExpanded(): string;
22
22
  constructor(touchEnabled: boolean, mapper: MappingService, timelineViewService: TimelineViewService, dependencyDomService: DependencyDomService, optionChangesService: OptionChangesService, cdr: ChangeDetectorRef, navigationService: NavigationService);
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttSummaryTaskComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttSummaryTaskComponent, "kendo-gantt-summary-task", never, { "template": "template"; "isExpanded": "isExpanded"; }, {}, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttSummaryTaskComponent, "kendo-gantt-summary-task", never, { "template": "template"; "isExpanded": "isExpanded"; }, {}, never, never, true, never>;
25
25
  }
@@ -24,5 +24,5 @@ export declare class GanttTaskComponent extends GanttTaskBase {
24
24
  constructor(editService: EditService, touchEnabled: boolean, mapper: MappingService, timelineViewService: TimelineViewService, dependencyDomService: DependencyDomService, optionChangesService: OptionChangesService, cdr: ChangeDetectorRef, navigationService: NavigationService);
25
25
  onTaskDelete(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttTaskComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttTaskComponent, "kendo-gantt-task", never, { "taskContentTemplate": "taskContentTemplate"; "taskTemplate": "taskTemplate"; }, {}, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttTaskComponent, "kendo-gantt-task", never, { "taskContentTemplate": "taskContentTemplate"; "taskTemplate": "taskTemplate"; }, {}, never, never, true, never>;
28
28
  }
@@ -29,5 +29,5 @@ export declare class GanttTasksTableBodyComponent {
29
29
  constructor(dependencyDomService: DependencyDomService, mapper: MappingService);
30
30
  isMileStone(item: ViewItem): boolean;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttTasksTableBodyComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttTasksTableBodyComponent, "[kendoGanttTasksTableBody]", never, { "selectable": "selectable"; "rows": "rows"; "activeView": "activeView"; "taskContentTemplate": "taskContentTemplate"; "taskTemplate": "taskTemplate"; "summaryTaskTemplate": "summaryTaskTemplate"; "taskClass": "taskClass"; "isExpanded": "isExpanded"; "isTaskSelected": "isTaskSelected"; "renderDependencyDragClues": "renderDependencyDragClues"; }, {}, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttTasksTableBodyComponent, "[kendoGanttTasksTableBody]", never, { "selectable": "selectable"; "rows": "rows"; "activeView": "activeView"; "taskContentTemplate": "taskContentTemplate"; "taskTemplate": "taskTemplate"; "summaryTaskTemplate": "summaryTaskTemplate"; "taskClass": "taskClass"; "isExpanded": "isExpanded"; "isTaskSelected": "isTaskSelected"; "renderDependencyDragClues": "renderDependencyDragClues"; }, {}, never, never, true, never>;
33
33
  }
@@ -7,16 +7,16 @@ 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': '16.5.0',
11
- '@progress/kendo-angular-excel-export': '16.5.0',
12
- '@progress/kendo-angular-pdf-export': '16.5.0',
13
- '@progress/kendo-angular-utils': '16.5.0',
10
+ '@progress/kendo-angular-dateinputs': '16.6.0-develop.1',
11
+ '@progress/kendo-angular-excel-export': '16.6.0-develop.1',
12
+ '@progress/kendo-angular-pdf-export': '16.6.0-develop.1',
13
+ '@progress/kendo-angular-utils': '16.6.0-develop.1',
14
14
  '@progress/kendo-drawing': '^1.0.0',
15
15
  // peer deps of the dropdowns
16
- '@progress/kendo-angular-treeview': '16.5.0',
17
- '@progress/kendo-angular-navigation': '16.5.0',
16
+ '@progress/kendo-angular-treeview': '16.6.0-develop.1',
17
+ '@progress/kendo-angular-navigation': '16.6.0-develop.1',
18
18
  // peer dep of the layout
19
- '@progress/kendo-angular-progressbar': '16.5.0',
19
+ '@progress/kendo-angular-progressbar': '16.6.0-develop.1',
20
20
  // peer dep of the icons
21
21
  '@progress/kendo-svg-icons': '^3.0.0'
22
22
  } });
@@ -23,5 +23,5 @@ export declare class TimelineScrollableDirective {
23
23
  private scrollVerticallyTo;
24
24
  private cancelScroll;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineScrollableDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineScrollableDirective, "[kendoGanttTimelineScrollable]", never, { "scrollSettings": "scrollSettings"; }, {}, never, never, false, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineScrollableDirective, "[kendoGanttTimelineScrollable]", never, { "scrollSettings": "scrollSettings"; }, {}, never, never, true, never>;
27
27
  }
@@ -41,5 +41,5 @@ export declare class SelectableDirective implements OnDestroy {
41
41
  private subscribeSelection;
42
42
  private unsubscribeSelection;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectableDirective, never>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoGanttSelectable]", ["kendoGanttSelectable"], { "selectable": "selectable"; "selectedKeys": "selectedKeys"; "itemKey": "itemKey"; }, { "selectedKeysChange": "selectedKeysChange"; }, never, never, false, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoGanttSelectable]", ["kendoGanttSelectable"], { "selectable": "selectable"; "selectedKeys": "selectedKeys"; "itemKey": "itemKey"; }, { "selectedKeysChange": "selectedKeysChange"; }, never, never, true, never>;
45
45
  }
@@ -37,5 +37,5 @@ export declare class GanttSummaryTaskTemplateDirective {
37
37
  templateRef: TemplateRef<any>;
38
38
  constructor(templateRef: TemplateRef<any>);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttSummaryTaskTemplateDirective, [{ optional: true; }]>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<GanttSummaryTaskTemplateDirective, "[kendoGanttSummaryTaskTemplate]", never, {}, {}, never, never, false, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GanttSummaryTaskTemplateDirective, "[kendoGanttSummaryTaskTemplate]", never, {}, {}, never, never, true, never>;
41
41
  }
@@ -32,5 +32,5 @@ export declare class GanttTaskContentTemplateDirective {
32
32
  templateRef: TemplateRef<any>;
33
33
  constructor(templateRef: TemplateRef<any>);
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttTaskContentTemplateDirective, [{ optional: true; }]>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<GanttTaskContentTemplateDirective, "[kendoGanttTaskContentTemplate]", never, {}, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GanttTaskContentTemplateDirective, "[kendoGanttTaskContentTemplate]", never, {}, {}, never, never, true, never>;
36
36
  }
@@ -35,5 +35,5 @@ export declare class GanttTaskTemplateDirective {
35
35
  templateRef: TemplateRef<any>;
36
36
  constructor(templateRef: TemplateRef<any>);
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttTaskTemplateDirective, [{ optional: true; }]>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<GanttTaskTemplateDirective, "[kendoGanttTaskTemplate]", never, {}, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GanttTaskTemplateDirective, "[kendoGanttTaskTemplate]", never, {}, {}, never, never, true, never>;
39
39
  }
@@ -68,5 +68,5 @@ export declare class GanttTimelineComponent implements AfterViewInit, OnChanges
68
68
  isNonWorking(item: any): boolean;
69
69
  private createTimeMarker;
70
70
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttTimelineComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<GanttTimelineComponent, "kendo-gantt-timeline", never, { "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"; }, { "timelineContainerPress": "timelineContainerPress"; "timelineContainerDrag": "timelineContainerDrag"; "timelineContainerRelease": "timelineContainerRelease"; }, never, never, false, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<GanttTimelineComponent, "kendo-gantt-timeline", never, { "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"; }, { "timelineContainerPress": "timelineContainerPress"; "timelineContainerDrag": "timelineContainerDrag"; "timelineContainerRelease": "timelineContainerRelease"; }, never, never, true, never>;
72
72
  }
@@ -17,5 +17,5 @@ export declare class TimelineDayViewComponent extends ViewBase {
17
17
  readonly type: TimelineViewType;
18
18
  constructor(optionChangesService: OptionChangesService, dependencyDomService: DependencyDomService);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineDayViewComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineDayViewComponent, "kendo-gantt-timeline-day-view", never, {}, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineDayViewComponent, "kendo-gantt-timeline-day-view", never, {}, {}, never, never, true, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class TimelineMonthViewComponent extends ViewBase {
17
17
  readonly type: TimelineViewType;
18
18
  constructor(optionChangesService: OptionChangesService, dependencyDomService: DependencyDomService);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineMonthViewComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineMonthViewComponent, "kendo-gantt-timeline-month-view", never, {}, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineMonthViewComponent, "kendo-gantt-timeline-month-view", never, {}, {}, never, never, true, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class TimelineWeekViewComponent extends ViewBase {
17
17
  readonly type: TimelineViewType;
18
18
  constructor(optionChangesService: OptionChangesService, dependencyDomService: DependencyDomService);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineWeekViewComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineWeekViewComponent, "kendo-gantt-timeline-week-view", never, {}, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineWeekViewComponent, "kendo-gantt-timeline-week-view", never, {}, {}, never, never, true, never>;
21
21
  }
@@ -17,5 +17,5 @@ export declare class TimelineYearViewComponent extends ViewBase {
17
17
  readonly type: TimelineViewType;
18
18
  constructor(optionChangesService: OptionChangesService, dependencyDomService: DependencyDomService);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TimelineYearViewComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<TimelineYearViewComponent, "kendo-gantt-timeline-year-view", never, {}, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimelineYearViewComponent, "kendo-gantt-timeline-year-view", never, {}, {}, never, never, true, never>;
21
21
  }
@@ -108,5 +108,5 @@ export declare class ToolbarTemplateDirective {
108
108
  get position(): ToolbarPosition;
109
109
  constructor(templateRef: TemplateRef<any>);
110
110
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarTemplateDirective, [{ optional: true; }]>;
111
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoGanttToolbarTemplate]", never, { "position": "position"; }, {}, never, never, false, never>;
111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoGanttToolbarTemplate]", never, { "position": "position"; }, {}, never, never, true, never>;
112
112
  }
@@ -35,5 +35,5 @@ export declare class ToolbarComponent {
35
35
  handleViewChange(view: TimelineViewType): void;
36
36
  ngAfterViewInit(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-gantt-toolbar", never, { "showAddTask": "showAddTask"; "showViewSelector": "showViewSelector"; "views": "views"; "activeView": "activeView"; "toolbarTemplate": "toolbarTemplate"; "navigable": "navigable"; "position": "position"; }, { "activeViewChange": "activeViewChange"; }, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-gantt-toolbar", never, { "showAddTask": "showAddTask"; "showViewSelector": "showViewSelector"; "views": "views"; "activeView": "activeView"; "toolbarTemplate": "toolbarTemplate"; "navigable": "navigable"; "position": "position"; }, { "activeViewChange": "activeViewChange"; }, never, never, true, never>;
39
39
  }
@@ -39,5 +39,5 @@ export declare class ViewSelectorComponent {
39
39
  */
40
40
  onActiveViewChange(event: Event): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewSelectorComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewSelectorComponent, "kendo-gantt-view-selector", never, { "views": "views"; "activeView": "activeView"; }, { "activeViewChange": "activeViewChange"; }, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewSelectorComponent, "kendo-gantt-view-selector", never, { "views": "views"; "activeView": "activeView"; }, { "activeViewChange": "activeViewChange"; }, never, never, true, never>;
43
43
  }