@progress/kendo-angular-gantt 17.0.0-develop.8 → 17.0.0
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/column-base.component.d.ts +1 -74
- package/columns/column-group.component.d.ts +1 -80
- package/columns/column.component.d.ts +1 -80
- package/columns/span-column.component.d.ts +1 -90
- package/dependencies/gantt-dependency.directive.d.ts +1 -1
- package/dragging/dependency-drag-create.directive.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/{esm2020 → esm2022}/binding-directives/flat-binding.directive.mjs +7 -3
- package/{esm2020 → esm2022}/binding-directives/hierarchy-binding.directive.mjs +7 -3
- package/{esm2020 → esm2022}/columns/cell-template.directive.mjs +4 -3
- package/esm2022/columns/column-base.component.mjs +22 -0
- package/esm2022/columns/column-group.component.mjs +66 -0
- package/{esm2020 → esm2022}/columns/column-menu-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/column.component.mjs +37 -65
- package/{esm2020 → esm2022}/columns/edit-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/filter-cell-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/filter-menu-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/footer-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/columns/header-template.directive.mjs +4 -3
- package/esm2022/columns/span-column.component.mjs +66 -0
- package/{esm2020 → esm2022}/common/mapping.service.mjs +5 -7
- package/{esm2020 → esm2022}/common/option-changes.service.mjs +6 -8
- package/{esm2020 → esm2022}/dependencies/dependency-dom.service.mjs +21 -12
- package/{esm2020 → esm2022}/dependencies/gantt-dependency.directive.mjs +10 -4
- package/{esm2020 → esm2022}/dragging/dependency-drag-create.directive.mjs +41 -18
- package/{esm2020 → esm2022}/dragging/drag-validation-tooltip.component.mjs +24 -12
- package/{esm2020 → esm2022}/editing/add-task.component.mjs +31 -28
- package/{esm2020 → esm2022}/editing/dependencies-table.component.mjs +22 -15
- package/{esm2020 → esm2022}/editing/edit-dialog.component.mjs +14 -8
- package/{esm2020 → esm2022}/editing/edit.service.mjs +23 -17
- package/{esm2020 → esm2022}/editing/task-fields.component.mjs +8 -5
- package/{esm2020 → esm2022}/expanded-state/expand-event.mjs +4 -0
- package/{esm2020 → esm2022}/expanded-state/expandable.directive.mjs +3 -3
- package/{esm2020 → esm2022}/gantt.component.mjs +434 -364
- package/{esm2020 → esm2022}/gantt.module.mjs +31 -31
- package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/localization/gantt-localization.service.mjs +4 -3
- package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
- package/esm2022/localization/messages.mjs +441 -0
- package/esm2022/models/events/cell-close-event.interface.mjs +45 -0
- package/{esm2020 → esm2022}/navigation/navigation.service.mjs +40 -35
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/rendering/gantt-header-table-body.component.mjs +7 -7
- package/{esm2020 → esm2022}/rendering/gantt-milestone-task.component.mjs +11 -11
- package/{esm2020 → esm2022}/rendering/gantt-summary-task.component.mjs +16 -14
- package/{esm2020 → esm2022}/rendering/gantt-task-base.mjs +37 -18
- package/{esm2020 → esm2022}/rendering/gantt-task.component.mjs +14 -11
- package/{esm2020 → esm2022}/rendering/gantt-tasks-table-body.component.mjs +20 -8
- package/{esm2020 → esm2022}/scrolling/scroll-sync.service.mjs +9 -6
- package/{esm2020 → esm2022}/scrolling/timeline-scroll.directive.mjs +10 -4
- package/{esm2020 → esm2022}/scrolling/timeline-scroll.service.mjs +6 -8
- package/{esm2020 → esm2022}/selection/selectable.directive.mjs +18 -14
- package/{esm2020 → esm2022}/template-directives/summary-task-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/template-directives/task-content-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/template-directives/task-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/current-time-marker.service.mjs +36 -27
- package/{esm2020 → esm2022}/timeline/gantt-timeline.component.mjs +54 -16
- package/{esm2020 → esm2022}/timeline/timeline-base-view.service.mjs +6 -3
- package/{esm2020 → esm2022}/timeline/timeline-day-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-day-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/timeline-month-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-month-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/timeline-view.service.mjs +5 -4
- package/{esm2020 → esm2022}/timeline/timeline-week-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-week-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/timeline-year-view.component.mjs +12 -12
- package/{esm2020 → esm2022}/timeline/timeline-year-view.service.mjs +4 -3
- package/{esm2020 → esm2022}/timeline/view-base.mjs +22 -9
- package/{esm2020 → esm2022}/toolbar/toolbar-navigation.service.mjs +6 -4
- package/{esm2020 → esm2022}/toolbar/toolbar-template.directive.mjs +8 -7
- package/{esm2020 → esm2022}/toolbar/toolbar.component.mjs +21 -12
- package/{esm2020 → esm2022}/toolbar/view-selector.component.mjs +19 -14
- package/expanded-state/expandable.directive.d.ts +1 -1
- package/{fesm2020 → fesm2022}/progress-kendo-angular-gantt.mjs +1579 -1114
- package/gantt.component.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/models/cell-content-type.interface.d.ts +1 -1
- package/models/class-callbacks.d.ts +2 -2
- package/models/events/task-edit-event.interface.d.ts +1 -1
- package/models/filterable-settings.d.ts +1 -1
- package/models/sort-settings.d.ts +2 -2
- package/models/timeline-view.d.ts +1 -1
- package/models/toolbar-settings.d.ts +1 -1
- package/package.json +25 -31
- package/rendering/gantt-header-table-body.component.d.ts +1 -1
- package/rendering/gantt-summary-task.component.d.ts +1 -1
- package/rendering/gantt-task-base.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 +8 -8
- package/scrolling/scroll-sync.service.d.ts +2 -2
- package/scrolling/timeline-scroll.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/timeline/gantt-timeline.component.d.ts +1 -1
- package/timeline/view-base.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/utils.d.ts +1 -1
- package/esm2020/columns/column-base.component.mjs +0 -55
- package/esm2020/columns/column-group.component.mjs +0 -101
- package/esm2020/columns/span-column.component.mjs +0 -120
- package/esm2020/localization/messages.mjs +0 -157
- package/esm2020/models/events/cell-close-event.interface.mjs +0 -14
- package/fesm2015/progress-kendo-angular-gantt.mjs +0 -8219
- /package/{esm2020 → esm2022}/columns/columns.mjs +0 -0
- /package/{esm2020 → esm2022}/common/default-callbacks.mjs +0 -0
- /package/{esm2020 → esm2022}/dependencies/dom-dependency-args.mjs +0 -0
- /package/{esm2020 → esm2022}/dependencies/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/directives.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/models/cell-content-type.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/class-callbacks.mjs +0 -0
- /package/{esm2020 → esm2022}/models/column-menu-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/column-reorder-config.mjs +0 -0
- /package/{esm2020 → esm2022}/models/current-time-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/date-range.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/dependency-type.enum.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/cell-click-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/click-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-locked-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-reorder-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-resize-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/column-visibility-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/data-state-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/dependency-add-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/selected-view-change-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-add-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-click-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-delete-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-edit-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-move-end-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-move-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-move-start-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-resize-end-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-resize-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/events/task-resize-start-event.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/filterable-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-dependency-model-fields.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-dependency.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-task-model-fields.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/gantt-task.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/models.mjs +0 -0
- /package/{esm2020 → esm2022}/models/slot.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/sort-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/models/splitter-pane-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/timeline-header-date-format.mjs +0 -0
- /package/{esm2020 → esm2022}/models/timeline-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/models/timeline-view.mjs +0 -0
- /package/{esm2020 → esm2022}/models/toolbar-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/models/view-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/navigation-models.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-gantt.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/drag-scroll-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/selection/selection-change-event.mjs +0 -0
- /package/{esm2020 → esm2022}/utils.mjs +0 -0
|
@@ -15,14 +15,11 @@ import * as i1 from "./toolbar-navigation.service";
|
|
|
15
15
|
* @hidden
|
|
16
16
|
*/
|
|
17
17
|
export class ToolbarComponent {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
this.toolbarSizingClass = true;
|
|
24
|
-
this.activeViewChange = new EventEmitter();
|
|
25
|
-
}
|
|
18
|
+
hostEl;
|
|
19
|
+
navigationService;
|
|
20
|
+
context = {};
|
|
21
|
+
role = 'toolbar';
|
|
22
|
+
toolbarSizingClass = true;
|
|
26
23
|
clickHandler(ev) {
|
|
27
24
|
if (this.navigable) {
|
|
28
25
|
const closestFocusable = closest(ev.target, isFocusable);
|
|
@@ -51,6 +48,13 @@ export class ToolbarComponent {
|
|
|
51
48
|
this.navigationService.updateFocus();
|
|
52
49
|
}
|
|
53
50
|
}
|
|
51
|
+
activeViewChange = new EventEmitter();
|
|
52
|
+
showAddTask;
|
|
53
|
+
showViewSelector;
|
|
54
|
+
views;
|
|
55
|
+
activeView;
|
|
56
|
+
toolbarTemplate;
|
|
57
|
+
navigable;
|
|
54
58
|
set position(value) {
|
|
55
59
|
this.context.position = this._position = value;
|
|
56
60
|
}
|
|
@@ -65,6 +69,11 @@ export class ToolbarComponent {
|
|
|
65
69
|
const templatePosition = ganttToolbarTemplate ? ganttToolbarTemplate.position : null;
|
|
66
70
|
return ganttToolbarTemplate && (templatePosition === 'both' || templatePosition === this.position);
|
|
67
71
|
}
|
|
72
|
+
_position;
|
|
73
|
+
constructor(hostEl, navigationService) {
|
|
74
|
+
this.hostEl = hostEl;
|
|
75
|
+
this.navigationService = navigationService;
|
|
76
|
+
}
|
|
68
77
|
handleViewChange(view) {
|
|
69
78
|
this.activeViewChange.emit(view);
|
|
70
79
|
}
|
|
@@ -77,9 +86,8 @@ export class ToolbarComponent {
|
|
|
77
86
|
}
|
|
78
87
|
}
|
|
79
88
|
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "kendo-gantt-toolbar", inputs: { showAddTask: "showAddTask", showViewSelector: "showViewSelector", views: "views", activeView: "activeView", toolbarTemplate: "toolbarTemplate", navigable: "navigable", position: "position" }, outputs: { activeViewChange: "activeViewChange" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar-md": "this.toolbarSizingClass" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
|
|
89
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i1.ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
90
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ToolbarComponent, isStandalone: true, selector: "kendo-gantt-toolbar", inputs: { showAddTask: "showAddTask", showViewSelector: "showViewSelector", views: "views", activeView: "activeView", toolbarTemplate: "toolbarTemplate", navigable: "navigable", position: "position" }, outputs: { activeViewChange: "activeViewChange" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar-md": "this.toolbarSizingClass" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
|
|
83
91
|
<ng-container *ngIf="!renderTemplate">
|
|
84
92
|
<kendo-gantt-add-task *ngIf="showAddTask"></kendo-gantt-add-task>
|
|
85
93
|
<span class="k-spacer k-toolbar-spacer"></span>
|
|
@@ -96,7 +104,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
96
104
|
>
|
|
97
105
|
</ng-template>
|
|
98
106
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }, { kind: "component", type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
99
|
-
|
|
107
|
+
}
|
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
100
109
|
type: Component,
|
|
101
110
|
args: [{
|
|
102
111
|
selector: 'kendo-gantt-toolbar',
|
|
@@ -14,18 +14,23 @@ import * as i2 from "@angular/forms";
|
|
|
14
14
|
* The Gantt ViewSelector component. Shows the currently active view type, and allows switching to another view type.
|
|
15
15
|
*/
|
|
16
16
|
export class ViewSelectorComponent {
|
|
17
|
+
localizationService;
|
|
18
|
+
hostClass = true;
|
|
19
|
+
/**
|
|
20
|
+
* The collection of the timeline view types in the current Gantt configuration.
|
|
21
|
+
*/
|
|
22
|
+
views;
|
|
23
|
+
/**
|
|
24
|
+
* The currently active view type.
|
|
25
|
+
* @default 'week'
|
|
26
|
+
*/
|
|
27
|
+
activeView = 'week';
|
|
28
|
+
/**
|
|
29
|
+
* Fires each time the user selects a different view type. The event data contains the type of the newly selected view.
|
|
30
|
+
*/
|
|
31
|
+
activeViewChange = new EventEmitter();
|
|
17
32
|
constructor(localizationService) {
|
|
18
33
|
this.localizationService = localizationService;
|
|
19
|
-
this.hostClass = true;
|
|
20
|
-
/**
|
|
21
|
-
* The currently active view type.
|
|
22
|
-
* @default 'week'
|
|
23
|
-
*/
|
|
24
|
-
this.activeView = 'week';
|
|
25
|
-
/**
|
|
26
|
-
* Fires each time the user selects a different view type. The event data contains the type of the newly selected view.
|
|
27
|
-
*/
|
|
28
|
-
this.activeViewChange = new EventEmitter();
|
|
29
34
|
}
|
|
30
35
|
/**
|
|
31
36
|
* @hidden
|
|
@@ -47,9 +52,8 @@ export class ViewSelectorComponent {
|
|
|
47
52
|
onActiveViewChange(event) {
|
|
48
53
|
this.activeViewChange.emit(event.target.value);
|
|
49
54
|
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
ViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewSelectorComponent, isStandalone: true, selector: "kendo-gantt-view-selector", inputs: { views: "views", activeView: "activeView" }, outputs: { activeViewChange: "activeViewChange" }, host: { properties: { "class.k-gantt-views-wrapper": "this.hostClass" } }, ngImport: i0, template: `
|
|
55
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ViewSelectorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ViewSelectorComponent, isStandalone: true, selector: "kendo-gantt-view-selector", inputs: { views: "views", activeView: "activeView" }, outputs: { activeViewChange: "activeViewChange" }, host: { properties: { "class.k-gantt-views-wrapper": "this.hostClass" } }, ngImport: i0, template: `
|
|
53
57
|
<select
|
|
54
58
|
class="k-dropdownlist k-picker k-rounded-md k-views-dropdown"
|
|
55
59
|
aria-label="View Selector"
|
|
@@ -65,7 +69,8 @@ ViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
65
69
|
(click)="onClick(view)">{{getViewTypeText(view)}}</button>
|
|
66
70
|
</kendo-buttongroup>
|
|
67
71
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
68
|
-
|
|
72
|
+
}
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ViewSelectorComponent, decorators: [{
|
|
69
74
|
type: Component,
|
|
70
75
|
args: [{
|
|
71
76
|
selector: 'kendo-gantt-view-selector',
|
|
@@ -16,5 +16,5 @@ export declare class GanttExpandableDirective extends ExpandableDirective {
|
|
|
16
16
|
*/
|
|
17
17
|
set expandBy(value: string | ((dataItem: any) => any));
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GanttExpandableDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttExpandableDirective, "[kendoGanttExpandable]", ["kendoGanttExpandable"], { "expandBy": "expandBy"; }, {}, never, never, true, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GanttExpandableDirective, "[kendoGanttExpandable]", ["kendoGanttExpandable"], { "expandBy": { "alias": "expandBy"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
20
|
}
|