@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.
- 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
|
@@ -20,5 +20,5 @@ export declare class GanttFlatBindingDirective extends FlatBindingDirective {
|
|
|
20
20
|
*/
|
|
21
21
|
set aggregate(value: any);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttFlatBindingDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttFlatBindingDirective, "[kendoGanttFlatBinding]", ["kendoGanttFlatBinding"], { "data": "kendoGanttFlatBinding"; }, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttFlatBindingDirective, "[kendoGanttFlatBinding]", ["kendoGanttFlatBinding"], { "data": "kendoGanttFlatBinding"; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -18,5 +18,5 @@ export declare class GanttHierarchyBindingDirective extends HierarchyBindingDire
|
|
|
18
18
|
*/
|
|
19
19
|
set aggregate(value: any);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttHierarchyBindingDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttHierarchyBindingDirective, "[kendoGanttHierarchyBinding]", ["kendoGanttHierarchyBinding"], { "data": "kendoGanttHierarchyBinding"; }, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttHierarchyBindingDirective, "[kendoGanttHierarchyBinding]", ["kendoGanttHierarchyBinding"], { "data": "kendoGanttHierarchyBinding"; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -24,5 +24,5 @@ export declare class CellTemplateDirective {
|
|
|
24
24
|
templateRef: TemplateRef<any>;
|
|
25
25
|
constructor(templateRef: TemplateRef<any>);
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CellTemplateDirective, [{ optional: true; }]>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoGanttCellTemplate]", never, {}, {}, never, never,
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoGanttCellTemplate]", never, {}, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -100,5 +100,5 @@ export declare class GanttColumnGroupComponent extends ColumnGroupComponent {
|
|
|
100
100
|
constructor(options: OptionChangesService, parent?: GanttColumnBase);
|
|
101
101
|
ngOnChanges(): void;
|
|
102
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttColumnGroupComponent, [null, { optional: true; host: true; skipSelf: true; }]>;
|
|
103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GanttColumnGroupComponent, "kendo-gantt-column-group", never, { "locked": "locked"; "lockable": "lockable"; "hidden": "hidden"; "sortable": "sortable"; "media": "media"; "style": "style"; "headerStyle": "headerStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "footerClass": "footerClass"; }, {}, ["children", "headerTemplates"], never,
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GanttColumnGroupComponent, "kendo-gantt-column-group", never, { "locked": "locked"; "lockable": "lockable"; "hidden": "hidden"; "sortable": "sortable"; "media": "media"; "style": "style"; "headerStyle": "headerStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "footerClass": "footerClass"; }, {}, ["children", "headerTemplates"], never, true, never>;
|
|
104
104
|
}
|
|
@@ -18,5 +18,5 @@ export declare class ColumnMenuTemplateDirective {
|
|
|
18
18
|
templateRef: TemplateRef<any>;
|
|
19
19
|
constructor(templateRef: TemplateRef<any>);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuTemplateDirective, [{ optional: true; }]>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoGanttColumnMenuTemplate]", never, {}, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoGanttColumnMenuTemplate]", never, {}, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -127,5 +127,5 @@ export declare class GanttColumnComponent extends ColumnComponent {
|
|
|
127
127
|
constructor(options: OptionChangesService, parent?: GanttColumnBase);
|
|
128
128
|
ngOnChanges(): void;
|
|
129
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttColumnComponent, [null, { optional: true; host: true; skipSelf: true; }]>;
|
|
130
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GanttColumnComponent, "kendo-gantt-column", never, { "format": "format"; "filter": "filter"; "filterable": "filterable"; "editor": "editor"; "editable": "editable"; "locked": "locked"; "lockable": "lockable"; "hidden": "hidden"; "media": "media"; "style": "style"; "headerStyle": "headerStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "footerClass": "footerClass"; }, {}, ["footerTemplate", "template", "editTemplate", "filterCellTemplate", "filterMenuTemplate", "headerTemplates", "columnMenuTemplates"], never,
|
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GanttColumnComponent, "kendo-gantt-column", never, { "format": "format"; "filter": "filter"; "filterable": "filterable"; "editor": "editor"; "editable": "editable"; "locked": "locked"; "lockable": "lockable"; "hidden": "hidden"; "media": "media"; "style": "style"; "headerStyle": "headerStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "footerClass": "footerClass"; }, {}, ["footerTemplate", "template", "editTemplate", "filterCellTemplate", "filterMenuTemplate", "headerTemplates", "columnMenuTemplates"], never, true, never>;
|
|
131
131
|
}
|
|
@@ -22,5 +22,5 @@ export declare class EditTemplateDirective {
|
|
|
22
22
|
templateRef: TemplateRef<any>;
|
|
23
23
|
constructor(templateRef: TemplateRef<any>);
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditTemplateDirective, [{ optional: true; }]>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EditTemplateDirective, "[kendoGanttEditTemplate]", never, {}, {}, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditTemplateDirective, "[kendoGanttEditTemplate]", never, {}, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -17,5 +17,5 @@ export declare class FilterCellTemplateDirective {
|
|
|
17
17
|
templateRef: TemplateRef<any>;
|
|
18
18
|
constructor(templateRef: TemplateRef<any>);
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellTemplateDirective, [{ optional: true; }]>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoGanttFilterCellTemplate]", never, {}, {}, never, never,
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoGanttFilterCellTemplate]", never, {}, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -16,5 +16,5 @@ export declare class FilterMenuTemplateDirective {
|
|
|
16
16
|
templateRef: TemplateRef<any>;
|
|
17
17
|
constructor(templateRef: TemplateRef<any>);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuTemplateDirective, [{ optional: true; }]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoGanttFilterMenuTemplate]", never, {}, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoGanttFilterMenuTemplate]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -20,5 +20,5 @@ export declare class FooterTemplateDirective {
|
|
|
20
20
|
templateRef: TemplateRef<any>;
|
|
21
21
|
constructor(templateRef: TemplateRef<any>);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, [{ optional: true; }]>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoGanttFooterTemplate]", never, {}, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoGanttFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -18,5 +18,5 @@ export declare class HeaderTemplateDirective {
|
|
|
18
18
|
templateRef: TemplateRef<any>;
|
|
19
19
|
constructor(templateRef: TemplateRef<any>);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, [{ optional: true; }]>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoGanttHeaderTemplate]", never, {}, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoGanttHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -110,5 +110,5 @@ export declare class GanttSpanColumnComponent extends SpanColumnComponent {
|
|
|
110
110
|
constructor(options: OptionChangesService, parent?: GanttColumnBase);
|
|
111
111
|
ngOnChanges(): void;
|
|
112
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttSpanColumnComponent, [null, { optional: true; host: true; skipSelf: true; }]>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GanttSpanColumnComponent, "kendo-gantt-span-column", never, { "locked": "locked"; "lockable": "lockable"; "editable": "editable"; "hidden": "hidden"; "media": "media"; "style": "style"; "headerStyle": "headerStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "footerClass": "footerClass"; }, {}, ["childColumns", "template", "editTemplate"], never,
|
|
113
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GanttSpanColumnComponent, "kendo-gantt-span-column", never, { "locked": "locked"; "lockable": "lockable"; "editable": "editable"; "hidden": "hidden"; "media": "media"; "style": "style"; "headerStyle": "headerStyle"; "footerStyle": "footerStyle"; "cssClass": "class"; "headerClass": "headerClass"; "footerClass": "footerClass"; }, {}, ["childColumns", "template", "editTemplate"], never, true, never>;
|
|
114
114
|
}
|
|
@@ -25,5 +25,5 @@ export declare class GanttDependencyDirective {
|
|
|
25
25
|
private clearPoints;
|
|
26
26
|
private drawPoints;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttDependencyDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttDependencyDirective, "[kendoGanttDependency]", never, { "dependency": "dependency"; }, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttDependencyDirective, "[kendoGanttDependency]", never, { "dependency": "dependency"; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
package/directives.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { GanttFlatBindingDirective } from "./binding-directives/flat-binding.directive";
|
|
6
|
+
import { GanttHierarchyBindingDirective } from "./binding-directives/hierarchy-binding.directive";
|
|
7
|
+
import { GanttComponent } from "./gantt.component";
|
|
8
|
+
import { GanttSummaryTaskTemplateDirective } from "./template-directives/summary-task-template.directive";
|
|
9
|
+
import { GanttTaskContentTemplateDirective } from "./template-directives/task-content-template.directive";
|
|
10
|
+
import { GanttTaskTemplateDirective } from "./template-directives/task-template.directive";
|
|
11
|
+
import { ViewSelectorComponent } from "./toolbar/view-selector.component";
|
|
12
|
+
import { GanttColumnComponent } from "./columns/column.component";
|
|
13
|
+
import { GanttColumnGroupComponent } from "./columns/column-group.component";
|
|
14
|
+
import { GanttSpanColumnComponent } from "./columns/span-column.component";
|
|
15
|
+
import { CellTemplateDirective, ColumnMenuTemplateDirective, EditTemplateDirective, FilterCellTemplateDirective, FilterMenuTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective } from "./columns/columns";
|
|
16
|
+
import { GanttExpandableDirective } from "./expanded-state/expandable.directive";
|
|
17
|
+
import { DependencyDragCreateDirective } from "./dragging/dependency-drag-create.directive";
|
|
18
|
+
import { TimelineDayViewComponent } from "./timeline/timeline-day-view.component";
|
|
19
|
+
import { TimelineWeekViewComponent } from "./timeline/timeline-week-view.component";
|
|
20
|
+
import { TimelineMonthViewComponent } from "./timeline/timeline-month-view.component";
|
|
21
|
+
import { TimelineYearViewComponent } from "./timeline/timeline-year-view.component";
|
|
22
|
+
import { SelectableDirective } from "./selection/selectable.directive";
|
|
23
|
+
import { CustomMessagesComponent } from "./localization/custom-messages.component";
|
|
24
|
+
import { GanttAddTaskComponent } from "./editing/add-task.component";
|
|
25
|
+
import { ToolbarTemplateDirective } from "./toolbar/toolbar-template.directive";
|
|
26
|
+
/**
|
|
27
|
+
* Utility array that contains all `@progress/kendo-angular-gantt` related components and directives
|
|
28
|
+
*/
|
|
29
|
+
export declare const KENDO_GANTT: readonly [typeof GanttComponent, typeof GanttFlatBindingDirective, typeof GanttHierarchyBindingDirective, typeof GanttTaskContentTemplateDirective, typeof GanttTaskTemplateDirective, typeof GanttSummaryTaskTemplateDirective, typeof ToolbarTemplateDirective, typeof ViewSelectorComponent, typeof GanttColumnComponent, typeof GanttColumnGroupComponent, typeof GanttSpanColumnComponent, typeof FilterCellTemplateDirective, typeof FilterMenuTemplateDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof ColumnMenuTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof GanttExpandableDirective, typeof DependencyDragCreateDirective, typeof TimelineDayViewComponent, typeof TimelineWeekViewComponent, typeof TimelineMonthViewComponent, typeof TimelineYearViewComponent, typeof SelectableDirective, typeof CustomMessagesComponent, typeof GanttAddTaskComponent];
|
|
@@ -71,5 +71,5 @@ export declare class DependencyDragCreateDirective implements AfterViewInit, OnD
|
|
|
71
71
|
*/
|
|
72
72
|
private normalizePopupPosition;
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<DependencyDragCreateDirective, never>;
|
|
74
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DependencyDragCreateDirective, "[kendoGanttDependencyDragCreate]", never, { "displayValidationTooltip": "displayValidationTooltip"; }, {}, never, never,
|
|
74
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DependencyDragCreateDirective, "[kendoGanttDependencyDragCreate]", never, { "displayValidationTooltip": "displayValidationTooltip"; }, {}, never, never, true, never>;
|
|
75
75
|
}
|
|
@@ -28,5 +28,5 @@ export declare class DragValidationTooltipComponent {
|
|
|
28
28
|
*/
|
|
29
29
|
showValidityStatus: boolean;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<DragValidationTooltipComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DragValidationTooltipComponent, "ng-component", never, {}, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DragValidationTooltipComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -49,5 +49,5 @@ export declare class GanttAddTaskComponent {
|
|
|
49
49
|
*/
|
|
50
50
|
handleItemClick(e: any): void;
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttAddTaskComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GanttAddTaskComponent, "kendo-gantt-add-task", never, { "data": "data"; "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never, never,
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GanttAddTaskComponent, "kendo-gantt-add-task", never, { "data": "data"; "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never, never, true, never>;
|
|
53
53
|
}
|
|
@@ -41,5 +41,5 @@ export declare class DependenciesTableComponent {
|
|
|
41
41
|
addHandler(): void;
|
|
42
42
|
removeHandler(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<DependenciesTableComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DependenciesTableComponent, "kendo-gantt-dependencies-table", never, { "tasks": "tasks"; "dependencies": "dependencies"; "dependencyType": "dependencyType"; }, { "dependenciesChange": "dependenciesChange"; }, never, never,
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DependenciesTableComponent, "kendo-gantt-dependencies-table", never, { "tasks": "tasks"; "dependencies": "dependencies"; "dependencyType": "dependencyType"; }, { "dependenciesChange": "dependenciesChange"; }, never, never, true, never>;
|
|
45
45
|
}
|
|
@@ -33,5 +33,5 @@ export declare class EditDialogComponent {
|
|
|
33
33
|
handleEditingResult(editResultType: 'save' | 'cancel'): void;
|
|
34
34
|
handleTaskDelete(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditDialogComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditDialogComponent, "kendo-gantt-edit-dialog", never, { "data": "data"; }, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditDialogComponent, "kendo-gantt-edit-dialog", never, { "data": "data"; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -21,5 +21,5 @@ export declare class TaskFieldsComponent {
|
|
|
21
21
|
get formGroup(): FormGroup;
|
|
22
22
|
getText(token: string): string;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaskFieldsComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaskFieldsComponent, "kendo-gantt-task-fields", never, {}, {}, never, never,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaskFieldsComponent, "kendo-gantt-task-fields", never, {}, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -20,12 +20,13 @@ export class GanttFlatBindingDirective extends FlatBindingDirective {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
GanttFlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttFlatBindingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
-
GanttFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttFlatBindingDirective, selector: "[kendoGanttFlatBinding]", inputs: { data: ["kendoGanttFlatBinding", "data"] }, exportAs: ["kendoGanttFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
23
|
+
GanttFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttFlatBindingDirective, isStandalone: true, selector: "[kendoGanttFlatBinding]", inputs: { data: ["kendoGanttFlatBinding", "data"] }, exportAs: ["kendoGanttFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttFlatBindingDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: '[kendoGanttFlatBinding]',
|
|
28
|
-
exportAs: 'kendoGanttFlatBinding'
|
|
28
|
+
exportAs: 'kendoGanttFlatBinding',
|
|
29
|
+
standalone: true
|
|
29
30
|
}]
|
|
30
31
|
}], propDecorators: { data: [{
|
|
31
32
|
type: Input,
|
|
@@ -18,12 +18,13 @@ export class GanttHierarchyBindingDirective extends HierarchyBindingDirective {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
GanttHierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttHierarchyBindingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
GanttHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttHierarchyBindingDirective, selector: "[kendoGanttHierarchyBinding]", inputs: { data: ["kendoGanttHierarchyBinding", "data"] }, exportAs: ["kendoGanttHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
21
|
+
GanttHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttHierarchyBindingDirective, isStandalone: true, selector: "[kendoGanttHierarchyBinding]", inputs: { data: ["kendoGanttHierarchyBinding", "data"] }, exportAs: ["kendoGanttHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttHierarchyBindingDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
25
|
selector: '[kendoGanttHierarchyBinding]',
|
|
26
|
-
exportAs: 'kendoGanttHierarchyBinding'
|
|
26
|
+
exportAs: 'kendoGanttHierarchyBinding',
|
|
27
|
+
standalone: true
|
|
27
28
|
}]
|
|
28
29
|
}], propDecorators: { data: [{
|
|
29
30
|
type: Input,
|
|
@@ -26,11 +26,12 @@ export class CellTemplateDirective {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
29
|
-
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, selector: "[kendoGanttCellTemplate]", ngImport: i0 });
|
|
29
|
+
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, isStandalone: true, selector: "[kendoGanttCellTemplate]", ngImport: i0 });
|
|
30
30
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
|
31
31
|
type: Directive,
|
|
32
32
|
args: [{
|
|
33
|
-
selector: '[kendoGanttCellTemplate]'
|
|
33
|
+
selector: '[kendoGanttCellTemplate]',
|
|
34
|
+
standalone: true
|
|
34
35
|
}]
|
|
35
36
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
36
37
|
type: Optional
|
|
@@ -44,7 +44,7 @@ export class GanttColumnGroupComponent extends ColumnGroupComponent {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
GanttColumnGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttColumnGroupComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
-
GanttColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttColumnGroupComponent, selector: "kendo-gantt-column-group", inputs: { locked: "locked", lockable: "lockable", hidden: "hidden", sortable: "sortable", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
47
|
+
GanttColumnGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttColumnGroupComponent, isStandalone: true, selector: "kendo-gantt-column-group", inputs: { locked: "locked", lockable: "lockable", hidden: "hidden", sortable: "sortable", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
48
48
|
{
|
|
49
49
|
provide: GanttColumnBase,
|
|
50
50
|
useExisting: forwardRef(() => GanttColumnGroupComponent)
|
|
@@ -60,7 +60,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
60
60
|
provide: GanttColumnBase,
|
|
61
61
|
useExisting: forwardRef(() => GanttColumnGroupComponent)
|
|
62
62
|
}
|
|
63
|
-
]
|
|
63
|
+
],
|
|
64
|
+
standalone: true
|
|
64
65
|
}]
|
|
65
66
|
}], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.GanttColumnBase, decorators: [{
|
|
66
67
|
type: SkipSelf
|
|
@@ -20,11 +20,12 @@ export class ColumnMenuTemplateDirective {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
ColumnMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
-
ColumnMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuTemplateDirective, selector: "[kendoGanttColumnMenuTemplate]", ngImport: i0 });
|
|
23
|
+
ColumnMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuTemplateDirective, isStandalone: true, selector: "[kendoGanttColumnMenuTemplate]", ngImport: i0 });
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuTemplateDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
|
-
selector: '[kendoGanttColumnMenuTemplate]'
|
|
27
|
+
selector: '[kendoGanttColumnMenuTemplate]',
|
|
28
|
+
standalone: true
|
|
28
29
|
}]
|
|
29
30
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
30
31
|
type: Optional
|
|
@@ -60,7 +60,7 @@ export class GanttColumnComponent extends ColumnComponent {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
GanttColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttColumnComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
-
GanttColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttColumnComponent, selector: "kendo-gantt-column", inputs: { format: "format", filter: "filter", filterable: "filterable", editor: "editor", editable: "editable", locked: "locked", lockable: "lockable", hidden: "hidden", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
63
|
+
GanttColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttColumnComponent, isStandalone: true, selector: "kendo-gantt-column", inputs: { format: "format", filter: "filter", filterable: "filterable", editor: "editor", editable: "editable", locked: "locked", lockable: "lockable", hidden: "hidden", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
64
64
|
{
|
|
65
65
|
provide: GanttColumnBase,
|
|
66
66
|
useExisting: forwardRef(() => GanttColumnComponent)
|
|
@@ -76,7 +76,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
76
76
|
provide: GanttColumnBase,
|
|
77
77
|
useExisting: forwardRef(() => GanttColumnComponent)
|
|
78
78
|
}
|
|
79
|
-
]
|
|
79
|
+
],
|
|
80
|
+
standalone: true
|
|
80
81
|
}]
|
|
81
82
|
}], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.GanttColumnBase, decorators: [{
|
|
82
83
|
type: SkipSelf
|
|
@@ -24,11 +24,12 @@ export class EditTemplateDirective {
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
27
|
-
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, selector: "[kendoGanttEditTemplate]", ngImport: i0 });
|
|
27
|
+
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGanttEditTemplate]", ngImport: i0 });
|
|
28
28
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
29
29
|
type: Directive,
|
|
30
30
|
args: [{
|
|
31
|
-
selector: '[kendoGanttEditTemplate]'
|
|
31
|
+
selector: '[kendoGanttEditTemplate]',
|
|
32
|
+
standalone: true
|
|
32
33
|
}]
|
|
33
34
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
34
35
|
type: Optional
|
|
@@ -19,11 +19,12 @@ export class FilterCellTemplateDirective {
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
22
|
-
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, selector: "[kendoGanttFilterCellTemplate]", ngImport: i0 });
|
|
22
|
+
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoGanttFilterCellTemplate]", ngImport: i0 });
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
|
-
selector: '[kendoGanttFilterCellTemplate]'
|
|
26
|
+
selector: '[kendoGanttFilterCellTemplate]',
|
|
27
|
+
standalone: true
|
|
27
28
|
}]
|
|
28
29
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
29
30
|
type: Optional
|
|
@@ -18,11 +18,12 @@ export class FilterMenuTemplateDirective {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
FilterMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
FilterMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuTemplateDirective, selector: "[kendoGanttFilterMenuTemplate]", ngImport: i0 });
|
|
21
|
+
FilterMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoGanttFilterMenuTemplate]", ngImport: i0 });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
|
-
selector: '[kendoGanttFilterMenuTemplate]'
|
|
25
|
+
selector: '[kendoGanttFilterMenuTemplate]',
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
28
29
|
type: Optional
|
|
@@ -22,11 +22,12 @@ export class FooterTemplateDirective {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoGanttFooterTemplate]", ngImport: i0 });
|
|
25
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoGanttFooterTemplate]", ngImport: i0 });
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
27
27
|
type: Directive,
|
|
28
28
|
args: [{
|
|
29
|
-
selector: '[kendoGanttFooterTemplate]'
|
|
29
|
+
selector: '[kendoGanttFooterTemplate]',
|
|
30
|
+
standalone: true
|
|
30
31
|
}]
|
|
31
32
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
32
33
|
type: Optional
|
|
@@ -20,11 +20,12 @@ export class HeaderTemplateDirective {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoGanttHeaderTemplate]", ngImport: i0 });
|
|
23
|
+
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoGanttHeaderTemplate]", ngImport: i0 });
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
|
-
selector: '[kendoGanttHeaderTemplate]'
|
|
27
|
+
selector: '[kendoGanttHeaderTemplate]',
|
|
28
|
+
standalone: true
|
|
28
29
|
}]
|
|
29
30
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
30
31
|
type: Optional
|
|
@@ -60,7 +60,7 @@ export class GanttSpanColumnComponent extends SpanColumnComponent {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
GanttSpanColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttSpanColumnComponent, deps: [{ token: i1.OptionChangesService }, { token: i2.GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
-
GanttSpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttSpanColumnComponent, selector: "kendo-gantt-span-column", inputs: { locked: "locked", lockable: "lockable", editable: "editable", hidden: "hidden", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
63
|
+
GanttSpanColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttSpanColumnComponent, isStandalone: true, selector: "kendo-gantt-span-column", inputs: { locked: "locked", lockable: "lockable", editable: "editable", hidden: "hidden", media: "media", style: "style", headerStyle: "headerStyle", footerStyle: "footerStyle", cssClass: ["class", "cssClass"], headerClass: "headerClass", footerClass: "footerClass" }, providers: [
|
|
64
64
|
{
|
|
65
65
|
provide: GanttColumnBase,
|
|
66
66
|
useExisting: forwardRef(() => GanttSpanColumnComponent)
|
|
@@ -76,7 +76,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
76
76
|
provide: GanttColumnBase,
|
|
77
77
|
useExisting: forwardRef(() => GanttSpanColumnComponent)
|
|
78
78
|
}
|
|
79
|
-
]
|
|
79
|
+
],
|
|
80
|
+
standalone: true
|
|
80
81
|
}]
|
|
81
82
|
}], ctorParameters: function () { return [{ type: i1.OptionChangesService }, { type: i2.GanttColumnBase, decorators: [{
|
|
82
83
|
type: SkipSelf
|
|
@@ -73,11 +73,12 @@ export class GanttDependencyDirective {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
GanttDependencyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttDependencyDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.MappingService }, { token: i2.DependencyDomService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
76
|
-
GanttDependencyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: { dependency: "dependency" }, usesOnChanges: true, ngImport: i0 });
|
|
76
|
+
GanttDependencyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GanttDependencyDirective, isStandalone: true, selector: "[kendoGanttDependency]", inputs: { dependency: "dependency" }, usesOnChanges: true, ngImport: i0 });
|
|
77
77
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttDependencyDirective, decorators: [{
|
|
78
78
|
type: Directive,
|
|
79
79
|
args: [{
|
|
80
|
-
selector: '[kendoGanttDependency]'
|
|
80
|
+
selector: '[kendoGanttDependency]',
|
|
81
|
+
standalone: true
|
|
81
82
|
}]
|
|
82
83
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.MappingService }, { type: i2.DependencyDomService }]; }, propDecorators: { dependency: [{
|
|
83
84
|
type: Input
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { GanttFlatBindingDirective } from "./binding-directives/flat-binding.directive";
|
|
6
|
+
import { GanttHierarchyBindingDirective } from "./binding-directives/hierarchy-binding.directive";
|
|
7
|
+
import { GanttComponent } from "./gantt.component";
|
|
8
|
+
import { GanttSummaryTaskTemplateDirective } from "./template-directives/summary-task-template.directive";
|
|
9
|
+
import { GanttTaskContentTemplateDirective } from "./template-directives/task-content-template.directive";
|
|
10
|
+
import { GanttTaskTemplateDirective } from "./template-directives/task-template.directive";
|
|
11
|
+
import { ViewSelectorComponent } from "./toolbar/view-selector.component";
|
|
12
|
+
import { GanttColumnComponent } from "./columns/column.component";
|
|
13
|
+
import { GanttColumnGroupComponent } from "./columns/column-group.component";
|
|
14
|
+
import { GanttSpanColumnComponent } from "./columns/span-column.component";
|
|
15
|
+
import { CellTemplateDirective, ColumnMenuTemplateDirective, EditTemplateDirective, FilterCellTemplateDirective, FilterMenuTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective } from "./columns/columns";
|
|
16
|
+
import { GanttExpandableDirective } from "./expanded-state/expandable.directive";
|
|
17
|
+
import { DependencyDragCreateDirective } from "./dragging/dependency-drag-create.directive";
|
|
18
|
+
import { TimelineDayViewComponent } from "./timeline/timeline-day-view.component";
|
|
19
|
+
import { TimelineWeekViewComponent } from "./timeline/timeline-week-view.component";
|
|
20
|
+
import { TimelineMonthViewComponent } from "./timeline/timeline-month-view.component";
|
|
21
|
+
import { TimelineYearViewComponent } from "./timeline/timeline-year-view.component";
|
|
22
|
+
import { SelectableDirective } from "./selection/selectable.directive";
|
|
23
|
+
import { CustomMessagesComponent } from "./localization/custom-messages.component";
|
|
24
|
+
import { GanttAddTaskComponent } from "./editing/add-task.component";
|
|
25
|
+
import { ToolbarTemplateDirective } from "./toolbar/toolbar-template.directive";
|
|
26
|
+
/**
|
|
27
|
+
* Utility array that contains all `@progress/kendo-angular-gantt` related components and directives
|
|
28
|
+
*/
|
|
29
|
+
export const KENDO_GANTT = [
|
|
30
|
+
GanttComponent,
|
|
31
|
+
GanttFlatBindingDirective,
|
|
32
|
+
GanttHierarchyBindingDirective,
|
|
33
|
+
GanttTaskContentTemplateDirective,
|
|
34
|
+
GanttTaskTemplateDirective,
|
|
35
|
+
GanttSummaryTaskTemplateDirective,
|
|
36
|
+
ToolbarTemplateDirective,
|
|
37
|
+
ViewSelectorComponent,
|
|
38
|
+
GanttColumnComponent,
|
|
39
|
+
GanttColumnGroupComponent,
|
|
40
|
+
GanttSpanColumnComponent,
|
|
41
|
+
FilterCellTemplateDirective,
|
|
42
|
+
FilterMenuTemplateDirective,
|
|
43
|
+
CellTemplateDirective,
|
|
44
|
+
EditTemplateDirective,
|
|
45
|
+
ColumnMenuTemplateDirective,
|
|
46
|
+
HeaderTemplateDirective,
|
|
47
|
+
FooterTemplateDirective,
|
|
48
|
+
GanttExpandableDirective,
|
|
49
|
+
DependencyDragCreateDirective,
|
|
50
|
+
TimelineDayViewComponent,
|
|
51
|
+
TimelineWeekViewComponent,
|
|
52
|
+
TimelineMonthViewComponent,
|
|
53
|
+
TimelineYearViewComponent,
|
|
54
|
+
SelectableDirective,
|
|
55
|
+
CustomMessagesComponent,
|
|
56
|
+
GanttAddTaskComponent
|
|
57
|
+
];
|
|
@@ -311,11 +311,12 @@ export class DependencyDragCreateDirective {
|
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
DependencyDragCreateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DependencyDragCreateDirective, deps: [{ token: i1.GanttComponent }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i2.MappingService }, { token: i3.PopupService }, { token: i4.TimelineScrollService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
314
|
-
DependencyDragCreateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DependencyDragCreateDirective, selector: "[kendoGanttDependencyDragCreate]", inputs: { displayValidationTooltip: "displayValidationTooltip" }, ngImport: i0 });
|
|
314
|
+
DependencyDragCreateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DependencyDragCreateDirective, isStandalone: true, selector: "[kendoGanttDependencyDragCreate]", inputs: { displayValidationTooltip: "displayValidationTooltip" }, ngImport: i0 });
|
|
315
315
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DependencyDragCreateDirective, decorators: [{
|
|
316
316
|
type: Directive,
|
|
317
317
|
args: [{
|
|
318
|
-
selector: '[kendoGanttDependencyDragCreate]'
|
|
318
|
+
selector: '[kendoGanttDependencyDragCreate]',
|
|
319
|
+
standalone: true
|
|
319
320
|
}]
|
|
320
321
|
}], ctorParameters: function () { return [{ type: i1.GanttComponent }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i2.MappingService }, { type: i3.PopupService }, { type: i4.TimelineScrollService }]; }, propDecorators: { displayValidationTooltip: [{
|
|
321
322
|
type: Input
|
|
@@ -18,7 +18,7 @@ export class DragValidationTooltipComponent {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
DragValidationTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragValidationTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
-
DragValidationTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DragValidationTooltipComponent, selector: "ng-component", ngImport: i0, template: `
|
|
21
|
+
DragValidationTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DragValidationTooltipComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
22
22
|
<div
|
|
23
23
|
class="k-tooltip k-gantt-tooltip-validation"
|
|
24
24
|
[class.k-gantt-tooltip-valid]="showValidityStatus && isValid"
|
|
@@ -52,6 +52,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
52
52
|
<span class="k-gantt-tooltip-validation-value">{{ toTaskName }}</span>
|
|
53
53
|
</div>
|
|
54
54
|
</div>
|
|
55
|
-
|
|
55
|
+
`,
|
|
56
|
+
standalone: true
|
|
56
57
|
}]
|
|
57
58
|
}] });
|
|
@@ -6,11 +6,11 @@ import { Component, Input, NgZone } from '@angular/core';
|
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { EditService } from './edit.service';
|
|
8
8
|
import { plusIcon } from '@progress/kendo-svg-icons';
|
|
9
|
+
import { DropDownButtonComponent } from '@progress/kendo-angular-buttons';
|
|
10
|
+
import { EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
11
13
|
import * as i2 from "./edit.service";
|
|
12
|
-
import * as i3 from "@progress/kendo-angular-common";
|
|
13
|
-
import * as i4 from "@progress/kendo-angular-buttons";
|
|
14
14
|
/**
|
|
15
15
|
* The UI for adding new items to the Gantt.
|
|
16
16
|
* Use it within a toolbar template to provide a custom icon or list of options.
|
|
@@ -83,7 +83,7 @@ export class GanttAddTaskComponent {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
GanttAddTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttAddTaskComponent, deps: [{ token: i1.LocalizationService }, { token: i2.EditService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
86
|
-
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon", svgIcon: "svgIcon" }, ngImport: i0, template: `
|
|
86
|
+
GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GanttAddTaskComponent, isStandalone: true, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon", svgIcon: "svgIcon" }, ngImport: i0, template: `
|
|
87
87
|
<kendo-dropdownbutton
|
|
88
88
|
[data]="data"
|
|
89
89
|
[icon]="icon"
|
|
@@ -94,7 +94,7 @@ GanttAddTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
94
94
|
(open)="handleOpen($event)">
|
|
95
95
|
{{ getText('addTaskText') }}
|
|
96
96
|
</kendo-dropdownbutton>
|
|
97
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
97
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
98
98
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GanttAddTaskComponent, decorators: [{
|
|
99
99
|
type: Component,
|
|
100
100
|
args: [{
|
|
@@ -110,7 +110,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
110
110
|
(open)="handleOpen($event)">
|
|
111
111
|
{{ getText('addTaskText') }}
|
|
112
112
|
</kendo-dropdownbutton>
|
|
113
|
-
|
|
113
|
+
`,
|
|
114
|
+
standalone: true,
|
|
115
|
+
imports: [DropDownButtonComponent, EventsOutsideAngularDirective]
|
|
114
116
|
}]
|
|
115
117
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.EditService }, { type: i0.NgZone }]; }, propDecorators: { data: [{
|
|
116
118
|
type: Input
|