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

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
@@ -3,121 +3,46 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { ReactiveFormsModule } from '@angular/forms';
8
- import { SplitterModule, TabStripModule } from '@progress/kendo-angular-layout';
9
- import { TreeListModule } from '@progress/kendo-angular-treelist';
10
- import { ButtonsModule } from '@progress/kendo-angular-buttons';
11
- import { DraggableModule, EventsModule, WatermarkModule } from '@progress/kendo-angular-common';
12
- import { DialogModule } from '@progress/kendo-angular-dialog';
13
- import { LabelModule } from '@progress/kendo-angular-label';
14
- import { InputsModule } from '@progress/kendo-angular-inputs';
15
- import { DateInputsModule } from '@progress/kendo-angular-dateinputs';
6
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
7
+ import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
8
+ import { CalendarDOMService, CenturyViewService, DayPeriodService, DecadeViewService, HoursService, MillisecondsService, MinutesService, MonthViewService, NavigationService, SecondsService, TimePickerDOMService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
16
9
  import { L10N_PREFIX } from '@progress/kendo-angular-l10n';
17
- import { PopupModule } from '@progress/kendo-angular-popup';
10
+ import { PopupService } from '@progress/kendo-angular-popup';
18
11
  import { touchEnabled } from '@progress/kendo-common';
19
12
  import { TOUCH_ENABLED } from './common/touch-enabled';
20
- import { GanttComponent } from './gantt.component';
21
- import { GanttTimelineComponent } from './timeline/gantt-timeline.component';
22
- import { GanttTasksTableBodyComponent } from './rendering/gantt-tasks-table-body.component';
23
- import { GanttHeaderTableBodyComponent } from './rendering/gantt-header-table-body.component';
24
- import { GanttTaskComponent } from './rendering/gantt-task.component';
25
- import { GanttTaskTemplateDirective } from './template-directives/task-template.directive';
26
- import { GanttTaskContentTemplateDirective } from './template-directives/task-content-template.directive';
27
- import { GanttSummaryTaskComponent } from './rendering/gantt-summary-task.component';
28
- import { GanttSummaryTaskTemplateDirective } from './template-directives/summary-task-template.directive';
29
- import { GanttMilestoneTaskComponent } from './rendering/gantt-milestone-task.component';
30
- import { GanttFlatBindingDirective } from './binding-directives/flat-binding.directive';
31
- import { GanttHierarchyBindingDirective } from './binding-directives/hierarchy-binding.directive';
32
- import { GanttExpandableDirective } from './expanded-state/expandable.directive';
33
- import { SelectableDirective } from './selection/selectable.directive';
34
- import { ToolbarComponent } from './toolbar/toolbar.component';
35
- import { ToolbarTemplateDirective } from './toolbar/toolbar-template.directive';
36
- import { ViewSelectorComponent } from './toolbar/view-selector.component';
37
- import { GanttDependencyDirective } from './dependencies/gantt-dependency.directive';
38
- import { DependencyDragCreateDirective } from './dragging/dependency-drag-create.directive';
39
13
  import { DragValidationTooltipComponent } from './dragging/drag-validation-tooltip.component';
40
- import { TimelineScrollableDirective } from './scrolling/timeline-scroll.directive';
41
- import { GanttColumnComponent, GanttColumnGroupComponent, GanttSpanColumnComponent, FilterMenuTemplateDirective, FilterCellTemplateDirective, CellTemplateDirective, ColumnMenuTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, EditTemplateDirective } from './columns/columns';
42
- import { TimelineDayViewComponent } from './timeline/timeline-day-view.component';
43
- import { TimelineWeekViewComponent } from './timeline/timeline-week-view.component';
44
- import { TimelineMonthViewComponent } from './timeline/timeline-month-view.component';
45
- import { TimelineYearViewComponent } from './timeline/timeline-year-view.component';
46
- import { EditDialogComponent } from './editing/edit-dialog.component';
47
- import { CustomMessagesComponent } from './localization/custom-messages.component';
48
- import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
49
- import { GanttAddTaskComponent } from './editing/add-task.component';
50
- import { GridModule } from '@progress/kendo-angular-grid';
51
- import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
52
- import { DependenciesTableComponent } from './editing/dependencies-table.component';
53
- import { TaskFieldsComponent } from './editing/task-fields.component';
54
- import { IconsModule } from '@progress/kendo-angular-icons';
55
- import { IntlModule } from '@progress/kendo-angular-intl';
14
+ import { IconsService } from '@progress/kendo-angular-icons';
15
+ import { ColumnResizingService } from '@progress/kendo-angular-treelist';
16
+ import { KENDO_GANTT } from './directives';
56
17
  import * as i0 from "@angular/core";
57
- const IMPORTED_MODULES = [
58
- CommonModule,
59
- ReactiveFormsModule,
60
- LabelModule,
61
- InputsModule,
62
- DateInputsModule,
63
- ButtonsModule,
64
- SplitterModule,
65
- TreeListModule,
66
- ButtonsModule,
67
- DialogModule,
68
- EventsModule,
69
- PopupModule,
70
- DraggableModule,
71
- TabStripModule,
72
- GridModule,
73
- DropDownsModule,
74
- IconsModule,
75
- IntlModule,
76
- WatermarkModule
77
- ];
78
- const DECLARATIONS = [
79
- GanttComponent,
80
- GanttFlatBindingDirective,
81
- GanttHierarchyBindingDirective,
82
- GanttTaskComponent,
83
- GanttSummaryTaskComponent,
84
- GanttMilestoneTaskComponent,
85
- GanttTimelineComponent,
86
- GanttTasksTableBodyComponent,
87
- GanttHeaderTableBodyComponent,
88
- GanttTaskContentTemplateDirective,
89
- GanttTaskTemplateDirective,
90
- GanttSummaryTaskTemplateDirective,
91
- ToolbarTemplateDirective,
92
- ToolbarComponent,
93
- ViewSelectorComponent,
94
- GanttColumnComponent,
95
- GanttColumnGroupComponent,
96
- GanttSpanColumnComponent,
97
- FilterMenuTemplateDirective,
98
- FilterCellTemplateDirective,
99
- CellTemplateDirective,
100
- EditTemplateDirective,
101
- ColumnMenuTemplateDirective,
102
- HeaderTemplateDirective,
103
- FooterTemplateDirective,
104
- GanttExpandableDirective,
105
- GanttDependencyDirective,
106
- DependencyDragCreateDirective,
107
- TimelineDayViewComponent,
108
- TimelineWeekViewComponent,
109
- TimelineMonthViewComponent,
110
- TimelineYearViewComponent,
111
- SelectableDirective,
112
- EditDialogComponent,
113
- CustomMessagesComponent,
114
- LocalizedMessagesDirective,
115
- GanttAddTaskComponent,
116
- DragValidationTooltipComponent,
117
- TimelineScrollableDirective,
118
- DependenciesTableComponent,
119
- TaskFieldsComponent
120
- ];
18
+ import * as i1 from "./gantt.component";
19
+ import * as i2 from "./binding-directives/flat-binding.directive";
20
+ import * as i3 from "./binding-directives/hierarchy-binding.directive";
21
+ import * as i4 from "./template-directives/task-content-template.directive";
22
+ import * as i5 from "./template-directives/task-template.directive";
23
+ import * as i6 from "./template-directives/summary-task-template.directive";
24
+ import * as i7 from "./toolbar/toolbar-template.directive";
25
+ import * as i8 from "./toolbar/view-selector.component";
26
+ import * as i9 from "./columns/column.component";
27
+ import * as i10 from "./columns/column-group.component";
28
+ import * as i11 from "./columns/span-column.component";
29
+ import * as i12 from "./columns/filter-cell-template.directive";
30
+ import * as i13 from "./columns/filter-menu-template.directive";
31
+ import * as i14 from "./columns/cell-template.directive";
32
+ import * as i15 from "./columns/edit-template.directive";
33
+ import * as i16 from "./columns/column-menu-template.directive";
34
+ import * as i17 from "./columns/header-template.directive";
35
+ import * as i18 from "./columns/footer-template.directive";
36
+ import * as i19 from "./expanded-state/expandable.directive";
37
+ import * as i20 from "./dragging/dependency-drag-create.directive";
38
+ import * as i21 from "./timeline/timeline-day-view.component";
39
+ import * as i22 from "./timeline/timeline-week-view.component";
40
+ import * as i23 from "./timeline/timeline-month-view.component";
41
+ import * as i24 from "./timeline/timeline-year-view.component";
42
+ import * as i25 from "./selection/selectable.directive";
43
+ import * as i26 from "./localization/custom-messages.component";
44
+ import * as i27 from "./editing/add-task.component";
45
+ // IMPORTANT: NgModule export kept for backwards compatibility
121
46
  /**
122
47
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
123
48
  * definition for the Gantt component.
@@ -152,118 +77,44 @@ const DECLARATIONS = [
152
77
  export class GanttModule {
153
78
  }
154
79
  GanttModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
- GanttModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GanttModule, declarations: [GanttComponent,
156
- GanttFlatBindingDirective,
157
- GanttHierarchyBindingDirective,
158
- GanttTaskComponent,
159
- GanttSummaryTaskComponent,
160
- GanttMilestoneTaskComponent,
161
- GanttTimelineComponent,
162
- GanttTasksTableBodyComponent,
163
- GanttHeaderTableBodyComponent,
164
- GanttTaskContentTemplateDirective,
165
- GanttTaskTemplateDirective,
166
- GanttSummaryTaskTemplateDirective,
167
- ToolbarTemplateDirective,
168
- ToolbarComponent,
169
- ViewSelectorComponent,
170
- GanttColumnComponent,
171
- GanttColumnGroupComponent,
172
- GanttSpanColumnComponent,
173
- FilterMenuTemplateDirective,
174
- FilterCellTemplateDirective,
175
- CellTemplateDirective,
176
- EditTemplateDirective,
177
- ColumnMenuTemplateDirective,
178
- HeaderTemplateDirective,
179
- FooterTemplateDirective,
180
- GanttExpandableDirective,
181
- GanttDependencyDirective,
182
- DependencyDragCreateDirective,
183
- TimelineDayViewComponent,
184
- TimelineWeekViewComponent,
185
- TimelineMonthViewComponent,
186
- TimelineYearViewComponent,
187
- SelectableDirective,
188
- EditDialogComponent,
189
- CustomMessagesComponent,
190
- LocalizedMessagesDirective,
191
- GanttAddTaskComponent,
192
- DragValidationTooltipComponent,
193
- TimelineScrollableDirective,
194
- DependenciesTableComponent,
195
- TaskFieldsComponent], imports: [CommonModule,
196
- ReactiveFormsModule,
197
- LabelModule,
198
- InputsModule,
199
- DateInputsModule,
200
- ButtonsModule,
201
- SplitterModule,
202
- TreeListModule,
203
- ButtonsModule,
204
- DialogModule,
205
- EventsModule,
206
- PopupModule,
207
- DraggableModule,
208
- TabStripModule,
209
- GridModule,
210
- DropDownsModule,
211
- IconsModule,
212
- IntlModule,
213
- WatermarkModule], exports: [GanttComponent,
214
- GanttFlatBindingDirective,
215
- GanttHierarchyBindingDirective,
216
- GanttTaskComponent,
217
- GanttSummaryTaskComponent,
218
- GanttMilestoneTaskComponent,
219
- GanttTimelineComponent,
220
- GanttTasksTableBodyComponent,
221
- GanttHeaderTableBodyComponent,
222
- GanttTaskContentTemplateDirective,
223
- GanttTaskTemplateDirective,
224
- GanttSummaryTaskTemplateDirective,
225
- ToolbarTemplateDirective,
226
- ToolbarComponent,
227
- ViewSelectorComponent,
228
- GanttColumnComponent,
229
- GanttColumnGroupComponent,
230
- GanttSpanColumnComponent,
231
- FilterMenuTemplateDirective,
232
- FilterCellTemplateDirective,
233
- CellTemplateDirective,
234
- EditTemplateDirective,
235
- ColumnMenuTemplateDirective,
236
- HeaderTemplateDirective,
237
- FooterTemplateDirective,
238
- GanttExpandableDirective,
239
- GanttDependencyDirective,
240
- DependencyDragCreateDirective,
241
- TimelineDayViewComponent,
242
- TimelineWeekViewComponent,
243
- TimelineMonthViewComponent,
244
- TimelineYearViewComponent,
245
- SelectableDirective,
246
- EditDialogComponent,
247
- CustomMessagesComponent,
248
- LocalizedMessagesDirective,
249
- GanttAddTaskComponent,
250
- DragValidationTooltipComponent,
251
- TimelineScrollableDirective,
252
- DependenciesTableComponent,
253
- TaskFieldsComponent] });
80
+ GanttModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GanttModule, imports: [i1.GanttComponent, i2.GanttFlatBindingDirective, i3.GanttHierarchyBindingDirective, i4.GanttTaskContentTemplateDirective, i5.GanttTaskTemplateDirective, i6.GanttSummaryTaskTemplateDirective, i7.ToolbarTemplateDirective, i8.ViewSelectorComponent, i9.GanttColumnComponent, i10.GanttColumnGroupComponent, i11.GanttSpanColumnComponent, i12.FilterCellTemplateDirective, i13.FilterMenuTemplateDirective, i14.CellTemplateDirective, i15.EditTemplateDirective, i16.ColumnMenuTemplateDirective, i17.HeaderTemplateDirective, i18.FooterTemplateDirective, i19.GanttExpandableDirective, i20.DependencyDragCreateDirective, i21.TimelineDayViewComponent, i22.TimelineWeekViewComponent, i23.TimelineMonthViewComponent, i24.TimelineYearViewComponent, i25.SelectableDirective, i26.CustomMessagesComponent, i27.GanttAddTaskComponent], exports: [i1.GanttComponent, i2.GanttFlatBindingDirective, i3.GanttHierarchyBindingDirective, i4.GanttTaskContentTemplateDirective, i5.GanttTaskTemplateDirective, i6.GanttSummaryTaskTemplateDirective, i7.ToolbarTemplateDirective, i8.ViewSelectorComponent, i9.GanttColumnComponent, i10.GanttColumnGroupComponent, i11.GanttSpanColumnComponent, i12.FilterCellTemplateDirective, i13.FilterMenuTemplateDirective, i14.CellTemplateDirective, i15.EditTemplateDirective, i16.ColumnMenuTemplateDirective, i17.HeaderTemplateDirective, i18.FooterTemplateDirective, i19.GanttExpandableDirective, i20.DependencyDragCreateDirective, i21.TimelineDayViewComponent, i22.TimelineWeekViewComponent, i23.TimelineMonthViewComponent, i24.TimelineYearViewComponent, i25.SelectableDirective, i26.CustomMessagesComponent, i27.GanttAddTaskComponent] });
254
81
  GanttModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttModule, providers: [{
255
82
  provide: L10N_PREFIX,
256
83
  useValue: 'kendo.gantt'
257
84
  }, {
258
85
  provide: TOUCH_ENABLED,
259
86
  useValue: touchEnabled
260
- }], imports: [IMPORTED_MODULES] });
87
+ },
88
+ // InputsModule providers
89
+ IconsService,
90
+ PopupService,
91
+ ResizeBatchService,
92
+ DialogContainerService,
93
+ DialogService,
94
+ WindowService,
95
+ WindowContainerService,
96
+ // DateInputsModule providers
97
+ CalendarDOMService,
98
+ CenturyViewService,
99
+ DecadeViewService,
100
+ MonthViewService,
101
+ YearViewService,
102
+ WeekNamesService,
103
+ NavigationService,
104
+ TimePickerDOMService,
105
+ HoursService,
106
+ MinutesService,
107
+ SecondsService,
108
+ MillisecondsService,
109
+ DayPeriodService,
110
+ // TreeListModule providers
111
+ ColumnResizingService
112
+ ], imports: [i1.GanttComponent, i8.ViewSelectorComponent, i9.GanttColumnComponent, i10.GanttColumnGroupComponent, i11.GanttSpanColumnComponent, i21.TimelineDayViewComponent, i22.TimelineWeekViewComponent, i23.TimelineMonthViewComponent, i24.TimelineYearViewComponent, i26.CustomMessagesComponent, i27.GanttAddTaskComponent] });
261
113
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttModule, decorators: [{
262
114
  type: NgModule,
263
115
  args: [{
264
- imports: [...IMPORTED_MODULES],
265
- declarations: [...DECLARATIONS],
266
- exports: [...DECLARATIONS],
116
+ imports: [...KENDO_GANTT],
117
+ exports: [...KENDO_GANTT],
267
118
  entryComponents: [DragValidationTooltipComponent],
268
119
  providers: [{
269
120
  provide: L10N_PREFIX,
@@ -271,6 +122,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
271
122
  }, {
272
123
  provide: TOUCH_ENABLED,
273
124
  useValue: touchEnabled
274
- }]
125
+ },
126
+ // InputsModule providers
127
+ IconsService,
128
+ PopupService,
129
+ ResizeBatchService,
130
+ DialogContainerService,
131
+ DialogService,
132
+ WindowService,
133
+ WindowContainerService,
134
+ // DateInputsModule providers
135
+ CalendarDOMService,
136
+ CenturyViewService,
137
+ DecadeViewService,
138
+ MonthViewService,
139
+ YearViewService,
140
+ WeekNamesService,
141
+ NavigationService,
142
+ TimePickerDOMService,
143
+ HoursService,
144
+ MinutesService,
145
+ SecondsService,
146
+ MillisecondsService,
147
+ DayPeriodService,
148
+ // TreeListModule providers
149
+ ColumnResizingService
150
+ ]
275
151
  }]
276
152
  }] });
package/esm2020/index.mjs CHANGED
@@ -36,3 +36,4 @@ export { LocalizedMessagesDirective } from './localization/localized-messages.di
36
36
  export { CustomMessagesComponent } from './localization/custom-messages.component';
37
37
  export * from './models/models';
38
38
  export * from './columns/columns';
39
+ export * from './directives';
@@ -21,7 +21,7 @@ export class CustomMessagesComponent extends Messages {
21
21
  }
22
22
  }
23
23
  CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-gantt-messages", providers: [
24
+ CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-gantt-messages", providers: [
25
25
  {
26
26
  provide: Messages,
27
27
  useExisting: forwardRef(() => CustomMessagesComponent)
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
37
37
  }
38
38
  ],
39
39
  selector: 'kendo-gantt-messages',
40
- template: ``
40
+ template: ``,
41
+ standalone: true
41
42
  }]
42
43
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends Messages {
17
17
  }
18
18
  }
19
19
  LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoGanttLocalizedMessages]", providers: [
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoGanttLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
32
32
  useExisting: forwardRef(() => LocalizedMessagesDirective)
33
33
  }
34
34
  ],
35
- selector: '[kendoGanttLocalizedMessages]'
35
+ selector: '[kendoGanttLocalizedMessages]',
36
+ standalone: true
36
37
  }]
37
38
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-gantt',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814434,
13
- version: '16.5.0',
12
+ publishDate: 1721847330,
13
+ version: '16.6.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -3,8 +3,8 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostBinding, Input } from "@angular/core";
6
+ import { NgFor } from "@angular/common";
6
7
  import * as i0 from "@angular/core";
7
- import * as i1 from "@angular/common";
8
8
  /**
9
9
  * @hidden
10
10
  */
@@ -14,7 +14,7 @@ export class GanttHeaderTableBodyComponent {
14
14
  }
15
15
  }
16
16
  GanttHeaderTableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttHeaderTableBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- GanttHeaderTableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: { groupSlots: "groupSlots", slots: "slots" }, host: { properties: { "class.k-table-tbody": "this.tbodyClass" } }, ngImport: i0, template: `
17
+ GanttHeaderTableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttHeaderTableBodyComponent, isStandalone: true, selector: "[kendoGanttHeaderTableBody]", inputs: { groupSlots: "groupSlots", slots: "slots" }, host: { properties: { "class.k-table-tbody": "this.tbodyClass" } }, ngImport: i0, template: `
18
18
  <tr class="k-table-row">
19
19
  <td *ngFor="let item of groupSlots" [attr.colspan]="item.span" class="k-header k-table-td">{{ item.text }}</td>
20
20
  </tr>
@@ -22,7 +22,7 @@ GanttHeaderTableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
22
22
  <tr class="k-table-row">
23
23
  <td *ngFor="let item of slots" class="k-header k-table-td" [attr.colspan]="item.span === 7 ? item.span : 1" [attr.title]="item.text">{{ item.text }}</td>
24
24
  </tr>
25
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
25
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
26
26
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttHeaderTableBodyComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{
@@ -36,7 +36,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
36
36
  <tr class="k-table-row">
37
37
  <td *ngFor="let item of slots" class="k-header k-table-td" [attr.colspan]="item.span === 7 ? item.span : 1" [attr.title]="item.text">{{ item.text }}</td>
38
38
  </tr>
39
- `
39
+ `,
40
+ standalone: true,
41
+ imports: [NgFor]
40
42
  }]
41
43
  }], propDecorators: { tbodyClass: [{
42
44
  type: HostBinding,
@@ -10,13 +10,13 @@ import { DependencyDomService } from '../dependencies/dependency-dom.service';
10
10
  import { OptionChangesService } from '../common/option-changes.service';
11
11
  import { TimelineViewService } from './../timeline/timeline-view.service';
12
12
  import { GanttTaskBase } from './gantt-task-base';
13
+ import { NgClass, NgIf } from '@angular/common';
13
14
  import * as i0 from "@angular/core";
14
15
  import * as i1 from "../common/mapping.service";
15
16
  import * as i2 from "./../timeline/timeline-view.service";
16
17
  import * as i3 from "../dependencies/dependency-dom.service";
17
18
  import * as i4 from "../common/option-changes.service";
18
19
  import * as i5 from "../navigation/navigation.service";
19
- import * as i6 from "@angular/common";
20
20
  /**
21
21
  * @hidden
22
22
  */
@@ -28,7 +28,7 @@ export class GanttMilestoneTaskComponent extends GanttTaskBase {
28
28
  }
29
29
  }
30
30
  GanttMilestoneTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttMilestoneTaskComponent, deps: [{ token: TOUCH_ENABLED }, { token: i1.MappingService }, { token: i2.TimelineViewService }, { token: i3.DependencyDomService }, { token: i4.OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: i5.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
31
- GanttMilestoneTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttMilestoneTaskComponent, selector: "kendo-gantt-milestone-task", host: { properties: { "class.k-milestone-wrap": "this.milestoneWrapperClass" } }, providers: [
31
+ GanttMilestoneTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttMilestoneTaskComponent, isStandalone: true, selector: "kendo-gantt-milestone-task", host: { properties: { "class.k-milestone-wrap": "this.milestoneWrapperClass" } }, providers: [
32
32
  {
33
33
  provide: GanttTaskBase,
34
34
  useExisting: forwardRef(() => GanttMilestoneTaskComponent)
@@ -57,7 +57,7 @@ GanttMilestoneTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
57
57
  >
58
58
  </div>
59
59
  </ng-container>
60
- `, isInline: true, dependencies: [{ kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
60
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
61
61
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttMilestoneTaskComponent, decorators: [{
62
62
  type: Component,
63
63
  args: [{
@@ -92,7 +92,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
92
92
  >
93
93
  </div>
94
94
  </ng-container>
95
- `
95
+ `,
96
+ standalone: true,
97
+ imports: [NgClass, NgIf]
96
98
  }]
97
99
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
98
100
  type: Inject,
@@ -11,13 +11,13 @@ import { OptionChangesService } from '../common/option-changes.service';
11
11
  import { TimelineViewService } from './../timeline/timeline-view.service';
12
12
  import { GanttTaskBase } from './gantt-task-base';
13
13
  import { isPresent } from '../utils';
14
+ import { NgClass, NgIf, NgTemplateOutlet } from '@angular/common';
14
15
  import * as i0 from "@angular/core";
15
16
  import * as i1 from "../common/mapping.service";
16
17
  import * as i2 from "./../timeline/timeline-view.service";
17
18
  import * as i3 from "../dependencies/dependency-dom.service";
18
19
  import * as i4 from "../common/option-changes.service";
19
20
  import * as i5 from "../navigation/navigation.service";
20
- import * as i6 from "@angular/common";
21
21
  /**
22
22
  * @hidden
23
23
  */
@@ -35,7 +35,7 @@ export class GanttSummaryTaskComponent extends GanttTaskBase {
35
35
  }
36
36
  }
37
37
  GanttSummaryTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSummaryTaskComponent, deps: [{ token: TOUCH_ENABLED }, { token: i1.MappingService }, { token: i2.TimelineViewService }, { token: i3.DependencyDomService }, { token: i4.OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: i5.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
38
- GanttSummaryTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttSummaryTaskComponent, selector: "kendo-gantt-summary-task", inputs: { template: "template", isExpanded: "isExpanded" }, host: { properties: { "class.k-summary-wrap": "this.summaryWrapperClass" } }, providers: [
38
+ GanttSummaryTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttSummaryTaskComponent, isStandalone: true, selector: "kendo-gantt-summary-task", inputs: { template: "template", isExpanded: "isExpanded" }, host: { properties: { "class.k-summary-wrap": "this.summaryWrapperClass" } }, providers: [
39
39
  {
40
40
  provide: GanttTaskBase,
41
41
  useExisting: forwardRef(() => GanttSummaryTaskComponent)
@@ -84,7 +84,7 @@ GanttSummaryTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
84
84
  >
85
85
  </div>
86
86
  </ng-container>
87
- `, isInline: true, dependencies: [{ kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
87
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
88
88
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSummaryTaskComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{
@@ -139,7 +139,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
139
139
  >
140
140
  </div>
141
141
  </ng-container>
142
- `
142
+ `,
143
+ standalone: true,
144
+ imports: [NgClass, NgIf, NgTemplateOutlet]
143
145
  }]
144
146
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
145
147
  type: Inject,
@@ -12,6 +12,9 @@ import { OptionChangesService } from '../common/option-changes.service';
12
12
  import { TimelineViewService } from './../timeline/timeline-view.service';
13
13
  import { GanttTaskBase } from './gantt-task-base';
14
14
  import { xIcon } from '@progress/kendo-svg-icons';
15
+ import { NgClass, NgIf, NgTemplateOutlet } from '@angular/common';
16
+ import { EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
17
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
15
18
  import * as i0 from "@angular/core";
16
19
  import * as i1 from "../editing/edit.service";
17
20
  import * as i2 from "../common/mapping.service";
@@ -19,9 +22,6 @@ import * as i3 from "./../timeline/timeline-view.service";
19
22
  import * as i4 from "../dependencies/dependency-dom.service";
20
23
  import * as i5 from "../common/option-changes.service";
21
24
  import * as i6 from "../navigation/navigation.service";
22
- import * as i7 from "@angular/common";
23
- import * as i8 from "@progress/kendo-angular-common";
24
- import * as i9 from "@progress/kendo-angular-icons";
25
25
  /**
26
26
  * @hidden
27
27
  */
@@ -38,7 +38,7 @@ export class GanttTaskComponent extends GanttTaskBase {
38
38
  }
39
39
  }
40
40
  GanttTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTaskComponent, deps: [{ token: i1.EditService }, { token: TOUCH_ENABLED }, { token: i2.MappingService }, { token: i3.TimelineViewService }, { token: i4.DependencyDomService }, { token: i5.OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: i6.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
41
- GanttTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttTaskComponent, selector: "kendo-gantt-task", inputs: { taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate" }, providers: [
41
+ GanttTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttTaskComponent, isStandalone: true, selector: "kendo-gantt-task", inputs: { taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate" }, providers: [
42
42
  {
43
43
  provide: GanttTaskBase,
44
44
  useExisting: forwardRef(() => GanttTaskComponent)
@@ -114,7 +114,7 @@ GanttTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
114
114
  >
115
115
  </div>
116
116
  </ng-container>
117
- `, isInline: true, dependencies: [{ kind: "directive", type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i8.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i9.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
117
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
118
118
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTaskComponent, decorators: [{
119
119
  type: Component,
120
120
  args: [{
@@ -196,7 +196,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
196
196
  >
197
197
  </div>
198
198
  </ng-container>
199
- `
199
+ `,
200
+ standalone: true,
201
+ imports: [NgClass, NgIf, NgTemplateOutlet, EventsOutsideAngularDirective, IconWrapperComponent]
200
202
  }]
201
203
  }], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
202
204
  type: Inject,
@@ -7,13 +7,13 @@ import { isEqual } from '@progress/kendo-date-math';
7
7
  import { DependencyDomService } from '../dependencies/dependency-dom.service';
8
8
  import { MappingService } from '../common/mapping.service';
9
9
  import { isPresent } from '../utils';
10
+ import { GanttTaskComponent } from './gantt-task.component';
11
+ import { GanttSummaryTaskComponent } from './gantt-summary-task.component';
12
+ import { GanttMilestoneTaskComponent } from './gantt-milestone-task.component';
13
+ import { NgFor, NgIf } from '@angular/common';
10
14
  import * as i0 from "@angular/core";
11
15
  import * as i1 from "../dependencies/dependency-dom.service";
12
16
  import * as i2 from "../common/mapping.service";
13
- import * as i3 from "@angular/common";
14
- import * as i4 from "./gantt-task.component";
15
- import * as i5 from "./gantt-summary-task.component";
16
- import * as i6 from "./gantt-milestone-task.component";
17
17
  /**
18
18
  * @hidden
19
19
  */
@@ -34,7 +34,7 @@ export class GanttTasksTableBodyComponent {
34
34
  }
35
35
  }
36
36
  GanttTasksTableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTasksTableBodyComponent, deps: [{ token: i1.DependencyDomService }, { token: i2.MappingService }], target: i0.ɵɵFactoryTarget.Component });
37
- GanttTasksTableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: { selectable: "selectable", rows: "rows", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", isExpanded: "isExpanded", isTaskSelected: "isTaskSelected", renderDependencyDragClues: "renderDependencyDragClues" }, viewQueries: [{ propertyName: "timelineRow", first: true, predicate: ["timelineRow"], descendants: true }], ngImport: i0, template: `
37
+ GanttTasksTableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttTasksTableBodyComponent, isStandalone: true, selector: "[kendoGanttTasksTableBody]", inputs: { selectable: "selectable", rows: "rows", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", isExpanded: "isExpanded", isTaskSelected: "isTaskSelected", renderDependencyDragClues: "renderDependencyDragClues" }, viewQueries: [{ propertyName: "timelineRow", first: true, predicate: ["timelineRow"], descendants: true }], ngImport: i0, template: `
38
38
  <tr class="k-table-row" #timelineRow *ngFor="let item of rows; let index = index">
39
39
  <td class="k-table-td">
40
40
  <kendo-gantt-milestone-task
@@ -81,7 +81,7 @@ GanttTasksTableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
81
81
  </ng-template>
82
82
  </td>
83
83
  </tr>
84
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.GanttTaskComponent, selector: "kendo-gantt-task", inputs: ["taskContentTemplate", "taskTemplate"] }, { kind: "component", type: i5.GanttSummaryTaskComponent, selector: "kendo-gantt-summary-task", inputs: ["template", "isExpanded"] }, { kind: "component", type: i6.GanttMilestoneTaskComponent, selector: "kendo-gantt-milestone-task" }] });
84
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GanttMilestoneTaskComponent, selector: "kendo-gantt-milestone-task" }, { kind: "component", type: GanttSummaryTaskComponent, selector: "kendo-gantt-summary-task", inputs: ["template", "isExpanded"] }, { kind: "component", type: GanttTaskComponent, selector: "kendo-gantt-task", inputs: ["taskContentTemplate", "taskTemplate"] }] });
85
85
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttTasksTableBodyComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{
@@ -134,7 +134,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
134
134
  </ng-template>
135
135
  </td>
136
136
  </tr>
137
- `
137
+ `,
138
+ standalone: true,
139
+ imports: [NgFor, NgIf, GanttMilestoneTaskComponent, GanttSummaryTaskComponent, GanttTaskComponent]
138
140
  }]
139
141
  }], ctorParameters: function () { return [{ type: i1.DependencyDomService }, { type: i2.MappingService }]; }, propDecorators: { timelineRow: [{
140
142
  type: ViewChild,