@progress/kendo-angular-gantt 16.5.0-develop.6 → 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
@@ -65,11 +65,12 @@ export class TimelineScrollableDirective {
65
65
  }
66
66
  }
67
67
  TimelineScrollableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineScrollableDirective, deps: [{ token: i0.ElementRef }, { token: i1.TimelineScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
68
- TimelineScrollableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: { scrollSettings: "scrollSettings" }, ngImport: i0 });
68
+ TimelineScrollableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineScrollableDirective, isStandalone: true, selector: "[kendoGanttTimelineScrollable]", inputs: { scrollSettings: "scrollSettings" }, ngImport: i0 });
69
69
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineScrollableDirective, decorators: [{
70
70
  type: Directive,
71
71
  args: [{
72
- selector: '[kendoGanttTimelineScrollable]'
72
+ selector: '[kendoGanttTimelineScrollable]',
73
+ standalone: true
73
74
  }]
74
75
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.TimelineScrollService }, { type: i0.NgZone }]; }, propDecorators: { scrollSettings: [{
75
76
  type: Input
@@ -95,12 +95,13 @@ export class SelectableDirective {
95
95
  }
96
96
  }
97
97
  SelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, deps: [{ token: i1.GanttComponent }], target: i0.ɵɵFactoryTarget.Directive });
98
- SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectableDirective, selector: "[kendoGanttSelectable]", inputs: { selectable: "selectable", selectedKeys: "selectedKeys", itemKey: "itemKey" }, outputs: { selectedKeysChange: "selectedKeysChange" }, exportAs: ["kendoGanttSelectable"], ngImport: i0 });
98
+ SelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectableDirective, isStandalone: true, selector: "[kendoGanttSelectable]", inputs: { selectable: "selectable", selectedKeys: "selectedKeys", itemKey: "itemKey" }, outputs: { selectedKeysChange: "selectedKeysChange" }, exportAs: ["kendoGanttSelectable"], ngImport: i0 });
99
99
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectableDirective, decorators: [{
100
100
  type: Directive,
101
101
  args: [{
102
102
  exportAs: 'kendoGanttSelectable',
103
- selector: '[kendoGanttSelectable]'
103
+ selector: '[kendoGanttSelectable]',
104
+ standalone: true
104
105
  }]
105
106
  }], ctorParameters: function () { return [{ type: i1.GanttComponent }]; }, propDecorators: { selectable: [{
106
107
  type: Input
@@ -39,11 +39,12 @@ export class GanttSummaryTaskTemplateDirective {
39
39
  }
40
40
  }
41
41
  GanttSummaryTaskTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSummaryTaskTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
42
- GanttSummaryTaskTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttSummaryTaskTemplateDirective, selector: "[kendoGanttSummaryTaskTemplate]", ngImport: i0 });
42
+ GanttSummaryTaskTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttSummaryTaskTemplateDirective, isStandalone: true, selector: "[kendoGanttSummaryTaskTemplate]", ngImport: i0 });
43
43
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSummaryTaskTemplateDirective, decorators: [{
44
44
  type: Directive,
45
45
  args: [{
46
- selector: '[kendoGanttSummaryTaskTemplate]'
46
+ selector: '[kendoGanttSummaryTaskTemplate]',
47
+ standalone: true
47
48
  }]
48
49
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
49
50
  type: Optional
@@ -34,11 +34,12 @@ export class GanttTaskContentTemplateDirective {
34
34
  }
35
35
  }
36
36
  GanttTaskContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTaskContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
- GanttTaskContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttTaskContentTemplateDirective, selector: "[kendoGanttTaskContentTemplate]", ngImport: i0 });
37
+ GanttTaskContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttTaskContentTemplateDirective, isStandalone: true, selector: "[kendoGanttTaskContentTemplate]", ngImport: i0 });
38
38
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTaskContentTemplateDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
- selector: '[kendoGanttTaskContentTemplate]'
41
+ selector: '[kendoGanttTaskContentTemplate]',
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
44
45
  type: Optional
@@ -37,11 +37,12 @@ export class GanttTaskTemplateDirective {
37
37
  }
38
38
  }
39
39
  GanttTaskTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTaskTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
40
- GanttTaskTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttTaskTemplateDirective, selector: "[kendoGanttTaskTemplate]", ngImport: i0 });
40
+ GanttTaskTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttTaskTemplateDirective, isStandalone: true, selector: "[kendoGanttTaskTemplate]", ngImport: i0 });
41
41
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTaskTemplateDirective, decorators: [{
42
42
  type: Directive,
43
43
  args: [{
44
- selector: '[kendoGanttTaskTemplate]'
44
+ selector: '[kendoGanttTaskTemplate]',
45
+ standalone: true
45
46
  }]
46
47
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
47
48
  type: Optional
@@ -5,21 +5,21 @@
5
5
  import { Component, ElementRef, EventEmitter, Input, NgZone, Output, Renderer2, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core';
6
6
  import { Subscription } from 'rxjs';
7
7
  import { filter, map, switchMap, take } from 'rxjs/operators';
8
- import { isDocumentAvailable } from '@progress/kendo-angular-common';
8
+ import { DraggableDirective, isDocumentAvailable } from '@progress/kendo-angular-common';
9
9
  import { ScrollSyncService } from '../scrolling/scroll-sync.service';
10
10
  import { DependencyDomService } from '../dependencies/dependency-dom.service';
11
11
  import { isPresent } from '../utils';
12
12
  import { CurrentTimeMarkerService } from './current-time-marker.service';
13
+ import { GanttDependencyDirective } from '../dependencies/gantt-dependency.directive';
14
+ import { GanttTasksTableBodyComponent } from '../rendering/gantt-tasks-table-body.component';
15
+ import { NgFor } from '@angular/common';
16
+ import { TimelineScrollableDirective } from '../scrolling/timeline-scroll.directive';
17
+ import { GanttHeaderTableBodyComponent } from '../rendering/gantt-header-table-body.component';
18
+ import { TableDirective } from '@progress/kendo-angular-treelist';
13
19
  import * as i0 from "@angular/core";
14
20
  import * as i1 from "../scrolling/scroll-sync.service";
15
21
  import * as i2 from "../dependencies/dependency-dom.service";
16
22
  import * as i3 from "./current-time-marker.service";
17
- import * as i4 from "@angular/common";
18
- import * as i5 from "@progress/kendo-angular-common";
19
- import * as i6 from "../rendering/gantt-tasks-table-body.component";
20
- import * as i7 from "../rendering/gantt-header-table-body.component";
21
- import * as i8 from "../dependencies/gantt-dependency.directive";
22
- import * as i9 from "../scrolling/timeline-scroll.directive";
23
23
  /**
24
24
  * @hidden
25
25
  */
@@ -89,7 +89,7 @@ export class GanttTimelineComponent {
89
89
  }
90
90
  }
91
91
  GanttTimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTimelineComponent, deps: [{ token: i1.ScrollSyncService }, { token: i2.DependencyDomService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i3.CurrentTimeMarkerService }], target: i0.ɵɵFactoryTarget.Component });
92
- GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
92
+ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttTimelineComponent, isStandalone: true, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
93
93
  <div class="k-gantt-timeline k-grid k-grid-md">
94
94
  <div class="k-grid-header">
95
95
  <div #timelineHeaderWrap class="k-grid-header-wrap">
@@ -192,7 +192,7 @@ GanttTimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
192
192
  <ng-container #dragPopupContainer></ng-container>
193
193
  </div>
194
194
  </div>
195
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i6.GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: ["selectable", "rows", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "isExpanded", "isTaskSelected", "renderDependencyDragClues"] }, { kind: "component", type: i7.GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: ["groupSlots", "slots"] }, { kind: "directive", type: i8.GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: ["dependency"] }, { kind: "directive", type: i9.TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: ["scrollSettings"] }] });
195
+ `, isInline: true, dependencies: [{ kind: "directive", type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: ["groupSlots", "slots"] }, { kind: "directive", type: TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: ["scrollSettings"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: ["selectable", "rows", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "isExpanded", "isTaskSelected", "renderDependencyDragClues"] }, { kind: "directive", type: GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: ["dependency"] }] });
196
196
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTimelineComponent, decorators: [{
197
197
  type: Component,
198
198
  args: [{
@@ -300,7 +300,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
300
300
  <ng-container #dragPopupContainer></ng-container>
301
301
  </div>
302
302
  </div>
303
- `
303
+ `,
304
+ standalone: true,
305
+ imports: [TableDirective, GanttHeaderTableBodyComponent, TimelineScrollableDirective, DraggableDirective, NgFor, GanttTasksTableBodyComponent, GanttDependencyDirective]
304
306
  }]
305
307
  }], ctorParameters: function () { return [{ type: i1.ScrollSyncService }, { type: i2.DependencyDomService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i3.CurrentTimeMarkerService }]; }, propDecorators: { timelineContent: [{
306
308
  type: ViewChild,
@@ -22,7 +22,7 @@ export class TimelineDayViewComponent extends ViewBase {
22
22
  }
23
23
  }
24
24
  TimelineDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineDayViewComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
25
- TimelineDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineDayViewComponent, selector: "kendo-gantt-timeline-day-view", providers: [
25
+ TimelineDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineDayViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-day-view", providers: [
26
26
  {
27
27
  provide: ViewBase,
28
28
  useExisting: forwardRef(() => TimelineDayViewComponent)
@@ -38,6 +38,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
38
38
  provide: ViewBase,
39
39
  useExisting: forwardRef(() => TimelineDayViewComponent)
40
40
  }
41
- ]
41
+ ],
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.DependencyDomService }]; } });
@@ -22,7 +22,7 @@ export class TimelineMonthViewComponent extends ViewBase {
22
22
  }
23
23
  }
24
24
  TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
25
- TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineMonthViewComponent, selector: "kendo-gantt-timeline-month-view", providers: [
25
+ TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineMonthViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-month-view", providers: [
26
26
  {
27
27
  provide: ViewBase,
28
28
  useExisting: forwardRef(() => TimelineMonthViewComponent)
@@ -38,6 +38,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
38
38
  provide: ViewBase,
39
39
  useExisting: forwardRef(() => TimelineMonthViewComponent)
40
40
  }
41
- ]
41
+ ],
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.DependencyDomService }]; } });
@@ -22,7 +22,7 @@ export class TimelineWeekViewComponent extends ViewBase {
22
22
  }
23
23
  }
24
24
  TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
25
- TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineWeekViewComponent, selector: "kendo-gantt-timeline-week-view", providers: [
25
+ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineWeekViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-week-view", providers: [
26
26
  {
27
27
  provide: ViewBase,
28
28
  useExisting: forwardRef(() => TimelineWeekViewComponent)
@@ -38,6 +38,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
38
38
  provide: ViewBase,
39
39
  useExisting: forwardRef(() => TimelineWeekViewComponent)
40
40
  }
41
- ]
41
+ ],
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.DependencyDomService }]; } });
@@ -22,7 +22,7 @@ export class TimelineYearViewComponent extends ViewBase {
22
22
  }
23
23
  }
24
24
  TimelineYearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineYearViewComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
25
- TimelineYearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineYearViewComponent, selector: "kendo-gantt-timeline-year-view", providers: [
25
+ TimelineYearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineYearViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-year-view", providers: [
26
26
  {
27
27
  provide: ViewBase,
28
28
  useExisting: forwardRef(() => TimelineYearViewComponent)
@@ -38,6 +38,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
38
38
  provide: ViewBase,
39
39
  useExisting: forwardRef(() => TimelineYearViewComponent)
40
40
  }
41
- ]
41
+ ],
42
+ standalone: true
42
43
  }]
43
44
  }], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.DependencyDomService }]; } });
@@ -113,11 +113,12 @@ export class ToolbarTemplateDirective {
113
113
  }
114
114
  }
115
115
  ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
116
- ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarTemplateDirective, selector: "[kendoGanttToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
116
+ ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoGanttToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
117
117
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
118
118
  type: Directive,
119
119
  args: [{
120
- selector: '[kendoGanttToolbarTemplate]'
120
+ selector: '[kendoGanttToolbarTemplate]',
121
+ standalone: true
121
122
  }]
122
123
  }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
123
124
  type: Optional
@@ -6,11 +6,11 @@ import { ToolbarTemplateDirective } from './toolbar-template.directive';
6
6
  import { Component, Input, HostBinding, Output, EventEmitter, HostListener, ElementRef } from '@angular/core';
7
7
  import { ToolbarNavigationService } from './toolbar-navigation.service';
8
8
  import { closest, focusableSelector, isDocumentAvailable, isFocusable, isVisible } from '@progress/kendo-angular-common';
9
+ import { ViewSelectorComponent } from './view-selector.component';
10
+ import { GanttAddTaskComponent } from '../editing/add-task.component';
11
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
9
12
  import * as i0 from "@angular/core";
10
13
  import * as i1 from "./toolbar-navigation.service";
11
- import * as i2 from "@angular/common";
12
- import * as i3 from "./view-selector.component";
13
- import * as i4 from "../editing/add-task.component";
14
14
  /**
15
15
  * @hidden
16
16
  */
@@ -79,7 +79,7 @@ export class ToolbarComponent {
79
79
  }
80
80
  }
81
81
  ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i1.ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
82
- ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, selector: "kendo-gantt-toolbar", inputs: { showAddTask: "showAddTask", showViewSelector: "showViewSelector", views: "views", activeView: "activeView", toolbarTemplate: "toolbarTemplate", navigable: "navigable", position: "position" }, outputs: { activeViewChange: "activeViewChange" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar-md": "this.toolbarSizingClass" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
82
+ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "kendo-gantt-toolbar", inputs: { showAddTask: "showAddTask", showViewSelector: "showViewSelector", views: "views", activeView: "activeView", toolbarTemplate: "toolbarTemplate", navigable: "navigable", position: "position" }, outputs: { activeViewChange: "activeViewChange" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar-md": "this.toolbarSizingClass" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
83
83
  <ng-container *ngIf="!renderTemplate">
84
84
  <kendo-gantt-add-task *ngIf="showAddTask"></kendo-gantt-add-task>
85
85
  <span class="k-spacer k-toolbar-spacer"></span>
@@ -95,7 +95,7 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
95
95
  [ngTemplateOutletContext]="context"
96
96
  >
97
97
  </ng-template>
98
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3.ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }, { kind: "component", type: i4.GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }] });
98
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }, { kind: "component", type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
99
99
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
@@ -117,7 +117,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
117
117
  [ngTemplateOutletContext]="context"
118
118
  >
119
119
  </ng-template>
120
- `
120
+ `,
121
+ standalone: true,
122
+ imports: [NgIf, GanttAddTaskComponent, ViewSelectorComponent, NgTemplateOutlet]
121
123
  }]
122
124
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ToolbarNavigationService }]; }, propDecorators: { role: [{
123
125
  type: HostBinding,
@@ -4,11 +4,12 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, EventEmitter, Input, Output, HostBinding } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { ReactiveFormsModule } from '@angular/forms';
8
+ import { NgFor } from '@angular/common';
9
+ import { ButtonComponent, ButtonGroupComponent } from '@progress/kendo-angular-buttons';
7
10
  import * as i0 from "@angular/core";
8
11
  import * as i1 from "@progress/kendo-angular-l10n";
9
- import * as i2 from "@angular/common";
10
- import * as i3 from "@angular/forms";
11
- import * as i4 from "@progress/kendo-angular-buttons";
12
+ import * as i2 from "@angular/forms";
12
13
  /**
13
14
  * The Gantt ViewSelector component. Shows the currently active view type, and allows switching to another view type.
14
15
  */
@@ -48,7 +49,7 @@ export class ViewSelectorComponent {
48
49
  }
49
50
  }
50
51
  ViewSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ViewSelectorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
51
- ViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: { views: "views", activeView: "activeView" }, outputs: { activeViewChange: "activeViewChange" }, host: { properties: { "class.k-gantt-views-wrapper": "this.hostClass" } }, ngImport: i0, template: `
52
+ ViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewSelectorComponent, isStandalone: true, selector: "kendo-gantt-view-selector", inputs: { views: "views", activeView: "activeView" }, outputs: { activeViewChange: "activeViewChange" }, host: { properties: { "class.k-gantt-views-wrapper": "this.hostClass" } }, ngImport: i0, template: `
52
53
  <select
53
54
  class="k-dropdownlist k-picker k-rounded-md k-views-dropdown"
54
55
  aria-label="View Selector"
@@ -63,7 +64,7 @@ ViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
63
64
  [selected]="view === activeView"
64
65
  (click)="onClick(view)">{{getViewTypeText(view)}}</button>
65
66
  </kendo-buttongroup>
66
- `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "component", type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
67
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
67
68
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ViewSelectorComponent, decorators: [{
68
69
  type: Component,
69
70
  args: [{
@@ -83,7 +84,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
83
84
  [selected]="view === activeView"
84
85
  (click)="onClick(view)">{{getViewTypeText(view)}}</button>
85
86
  </kendo-buttongroup>
86
- `
87
+ `,
88
+ standalone: true,
89
+ imports: [NgFor, ReactiveFormsModule, ButtonGroupComponent, ButtonComponent]
87
90
  }]
88
91
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
89
92
  type: HostBinding,
@@ -16,5 +16,5 @@ export declare class GanttExpandableDirective extends ExpandableDirective {
16
16
  */
17
17
  set expandBy(value: string | ((dataItem: any) => any));
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<GanttExpandableDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<GanttExpandableDirective, "[kendoGanttExpandable]", ["kendoGanttExpandable"], { "expandBy": "expandBy"; }, {}, never, never, false, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GanttExpandableDirective, "[kendoGanttExpandable]", ["kendoGanttExpandable"], { "expandBy": "expandBy"; }, {}, never, never, true, never>;
20
20
  }