@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.
- package/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/columns/cell-template.directive.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column-menu-template.directive.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/edit-template.directive.d.ts +1 -1
- package/columns/filter-cell-template.directive.d.ts +1 -1
- package/columns/filter-menu-template.directive.d.ts +1 -1
- package/columns/footer-template.directive.d.ts +1 -1
- package/columns/header-template.directive.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/dependencies/gantt-dependency.directive.d.ts +1 -1
- package/directives.d.ts +29 -0
- package/dragging/dependency-drag-create.directive.d.ts +1 -1
- package/dragging/drag-validation-tooltip.component.d.ts +1 -1
- package/editing/add-task.component.d.ts +1 -1
- package/editing/dependencies-table.component.d.ts +1 -1
- package/editing/edit-dialog.component.d.ts +1 -1
- package/editing/task-fields.component.d.ts +1 -1
- package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/columns/cell-template.directive.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column-menu-template.directive.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/edit-template.directive.mjs +3 -2
- package/esm2020/columns/filter-cell-template.directive.mjs +3 -2
- package/esm2020/columns/filter-menu-template.directive.mjs +3 -2
- package/esm2020/columns/footer-template.directive.mjs +3 -2
- package/esm2020/columns/header-template.directive.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/dependencies/gantt-dependency.directive.mjs +3 -2
- package/esm2020/directives.mjs +57 -0
- package/esm2020/dragging/dependency-drag-create.directive.mjs +3 -2
- package/esm2020/dragging/drag-validation-tooltip.component.mjs +3 -2
- package/esm2020/editing/add-task.component.mjs +7 -5
- package/esm2020/editing/dependencies-table.component.mjs +9 -7
- package/esm2020/editing/edit-dialog.component.mjs +12 -10
- package/esm2020/editing/task-fields.component.mjs +12 -9
- package/esm2020/expanded-state/expandable.directive.mjs +3 -2
- package/esm2020/gantt.component.mjs +14 -15
- package/esm2020/gantt.module.mjs +90 -214
- package/esm2020/index.mjs +1 -0
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/rendering/gantt-header-table-body.component.mjs +6 -4
- package/esm2020/rendering/gantt-milestone-task.component.mjs +6 -4
- package/esm2020/rendering/gantt-summary-task.component.mjs +6 -4
- package/esm2020/rendering/gantt-task.component.mjs +8 -6
- package/esm2020/rendering/gantt-tasks-table-body.component.mjs +9 -7
- package/esm2020/scrolling/timeline-scroll.directive.mjs +3 -2
- package/esm2020/selection/selectable.directive.mjs +3 -2
- package/esm2020/template-directives/summary-task-template.directive.mjs +3 -2
- package/esm2020/template-directives/task-content-template.directive.mjs +3 -2
- package/esm2020/template-directives/task-template.directive.mjs +3 -2
- package/esm2020/timeline/gantt-timeline.component.mjs +12 -10
- package/esm2020/timeline/timeline-day-view.component.mjs +3 -2
- package/esm2020/timeline/timeline-month-view.component.mjs +3 -2
- package/esm2020/timeline/timeline-week-view.component.mjs +3 -2
- package/esm2020/timeline/timeline-year-view.component.mjs +3 -2
- package/esm2020/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/toolbar/toolbar.component.mjs +8 -6
- package/esm2020/toolbar/view-selector.component.mjs +9 -6
- package/expanded-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-gantt.mjs +1803 -1840
- package/fesm2020/progress-kendo-angular-gantt.mjs +1950 -1987
- package/gantt.component.d.ts +1 -1
- package/gantt.module.d.ts +25 -54
- package/index.d.ts +1 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/package.json +15 -15
- package/rendering/gantt-header-table-body.component.d.ts +1 -1
- package/rendering/gantt-milestone-task.component.d.ts +1 -1
- package/rendering/gantt-summary-task.component.d.ts +1 -1
- package/rendering/gantt-task.component.d.ts +1 -1
- package/rendering/gantt-tasks-table-body.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +7 -7
- package/scrolling/timeline-scroll.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/template-directives/summary-task-template.directive.d.ts +1 -1
- package/template-directives/task-content-template.directive.d.ts +1 -1
- package/template-directives/task-template.directive.d.ts +1 -1
- package/timeline/gantt-timeline.component.d.ts +1 -1
- package/timeline/timeline-day-view.component.d.ts +1 -1
- package/timeline/timeline-month-view.component.d.ts +1 -1
- package/timeline/timeline-week-view.component.d.ts +1 -1
- package/timeline/timeline-year-view.component.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/toolbar/view-selector.component.d.ts +1 -1
package/gantt.component.d.ts
CHANGED
|
@@ -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,
|
|
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 "./
|
|
10
|
-
import * as i5 from "./
|
|
11
|
-
import * as i6 from "./
|
|
12
|
-
import * as i7 from "./
|
|
13
|
-
import * as i8 from "./
|
|
14
|
-
import * as i9 from "./
|
|
15
|
-
import * as i10 from "./
|
|
16
|
-
import * as i11 from "./
|
|
17
|
-
import * as i12 from "./
|
|
18
|
-
import * as i13 from "./
|
|
19
|
-
import * as i14 from "./
|
|
20
|
-
import * as i15 from "./
|
|
21
|
-
import * as i16 from "./columns/column.
|
|
22
|
-
import * as i17 from "./columns/
|
|
23
|
-
import * as i18 from "./columns/
|
|
24
|
-
import * as i19 from "./
|
|
25
|
-
import * as i20 from "./
|
|
26
|
-
import * as i21 from "./
|
|
27
|
-
import * as i22 from "./
|
|
28
|
-
import * as i23 from "./
|
|
29
|
-
import * as i24 from "./
|
|
30
|
-
import * as i25 from "./
|
|
31
|
-
import * as i26 from "./
|
|
32
|
-
import * as i27 from "./
|
|
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.
|
|
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
|
@@ -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,
|
|
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,
|
|
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.
|
|
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.
|
|
29
|
-
"@progress/kendo-angular-common": "16.
|
|
30
|
-
"@progress/kendo-angular-dialog": "16.
|
|
31
|
-
"@progress/kendo-angular-dropdowns": "16.
|
|
32
|
-
"@progress/kendo-angular-grid": "16.
|
|
33
|
-
"@progress/kendo-angular-icons": "16.
|
|
34
|
-
"@progress/kendo-angular-inputs": "16.
|
|
35
|
-
"@progress/kendo-angular-intl": "16.
|
|
36
|
-
"@progress/kendo-angular-l10n": "16.
|
|
37
|
-
"@progress/kendo-angular-label": "16.
|
|
38
|
-
"@progress/kendo-angular-layout": "16.
|
|
39
|
-
"@progress/kendo-angular-popup": "16.
|
|
40
|
-
"@progress/kendo-angular-treelist": "16.
|
|
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.
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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.
|
|
11
|
-
'@progress/kendo-angular-excel-export': '16.
|
|
12
|
-
'@progress/kendo-angular-pdf-export': '16.
|
|
13
|
-
'@progress/kendo-angular-utils': '16.
|
|
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.
|
|
17
|
-
'@progress/kendo-angular-navigation': '16.
|
|
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.
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ViewSelectorComponent, "kendo-gantt-view-selector", never, { "views": "views"; "activeView": "activeView"; }, { "activeViewChange": "activeViewChange"; }, never, never, true, never>;
|
|
43
43
|
}
|