@progress/kendo-angular-gantt 22.1.0-develop.9 → 23.0.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/footer-template.directive.d.ts +2 -2
- package/columns/header-template.directive.d.ts +2 -2
- package/editing/add-task.component.d.ts +2 -2
- package/fesm2022/progress-kendo-angular-gantt.mjs +32 -35
- package/gantt.component.d.ts +17 -17
- package/models/class-callbacks.d.ts +2 -2
- package/models/column-menu-settings.interface.d.ts +2 -2
- package/models/events/dependency-add-event.interface.d.ts +1 -1
- package/models/events/task-add-event.interface.d.ts +1 -1
- package/models/events/task-delete-event.interface.d.ts +1 -1
- package/models/toolbar-settings.d.ts +2 -2
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +7 -7
- package/selection/selectable.directive.d.ts +2 -2
- package/selection/selection-change-event.d.ts +1 -1
- package/template-directives/task-drag-tooltip-template.directive.d.ts +1 -1
- package/timeline/view-base.d.ts +1 -1
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Binds the Gantt to an array of objects by using an ID and parent ID field to define the hierarchy.
|
|
9
9
|
*
|
|
10
|
-
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](
|
|
10
|
+
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](https://www.telerik.com/kendo-angular-ui/components/gantt/data-binding/directives#binding-to-flat-data).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* Binds the Gantt to a tree of objects.
|
|
9
9
|
*
|
|
10
|
-
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](
|
|
10
|
+
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](https://www.telerik.com/kendo-angular-ui/components/gantt/data-binding/directives#binding-to-hierarchical-data).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
|
@@ -9,10 +9,10 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*
|
|
10
10
|
* Use this directive to customize the table footer cell for a column.
|
|
11
11
|
* To define a footer template, nest an `<ng-template>` tag with the
|
|
12
|
-
* [`kendoGanttFooterTemplate`](
|
|
12
|
+
* [`kendoGanttFooterTemplate`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/footertemplatedirective) directive inside the `<kendo-gantt-column>` tag.
|
|
13
13
|
*
|
|
14
14
|
* The template context provides:
|
|
15
|
-
* * `column`—The current [`ColumnComponent`](
|
|
15
|
+
* * `column`—The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
|
|
16
16
|
* * `columnIndex`—The current column index.
|
|
17
17
|
* * `field`—The name of the column field, if set.
|
|
18
18
|
*
|
|
@@ -9,10 +9,10 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*
|
|
10
10
|
* Use this directive to customize the table header cell for a column.
|
|
11
11
|
* To define a header template, nest an `<ng-template>` tag with the
|
|
12
|
-
* [`kendoGanttHeaderTemplate`](
|
|
12
|
+
* [`kendoGanttHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/headertemplatedirective) directive inside the `<kendo-gantt-column>` tag.
|
|
13
13
|
*
|
|
14
14
|
* The template context provides:
|
|
15
|
-
* * `column`—The current [`ColumnComponent`](
|
|
15
|
+
* * `column`—The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
|
|
16
16
|
* * `columnIndex`—The current column index.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
@@ -27,8 +27,8 @@ export declare class GanttAddTaskComponent {
|
|
|
27
27
|
*/
|
|
28
28
|
icon: string;
|
|
29
29
|
/**
|
|
30
|
-
* Sets an [`SVGIcon`](
|
|
31
|
-
* an [`SVGIconComponent`](
|
|
30
|
+
* Sets an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render inside the `GanttAddTaskComponent` using
|
|
31
|
+
* an [`SVGIconComponent`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgiconcomponent).
|
|
32
32
|
*/
|
|
33
33
|
svgIcon: SVGIcon;
|
|
34
34
|
constructor(localizationService: LocalizationService, editService: EditService, ngZone: NgZone);
|
|
@@ -45,7 +45,7 @@ const packageMetadata = {
|
|
|
45
45
|
productCode: 'KENDOUIANGULAR',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR'],
|
|
47
47
|
publishDate: 1648205948,
|
|
48
|
-
version: '
|
|
48
|
+
version: '23.0.0-develop.2',
|
|
49
49
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -3218,7 +3218,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3218
3218
|
* * `start`—The updated start date during the drag operation.
|
|
3219
3219
|
* * `end`—The updated end date during the drag operation.
|
|
3220
3220
|
* * `completionRatio`—The completion ratio of the task as a decimal value between 0 and 1.
|
|
3221
|
-
* * `task`—The original data item of the task being dragged. Contains the properties of the [`GanttTask`](
|
|
3221
|
+
* * `task`—The original data item of the task being dragged. Contains the properties of the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface.
|
|
3222
3222
|
*
|
|
3223
3223
|
* @example
|
|
3224
3224
|
* ```html
|
|
@@ -4008,10 +4008,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
4008
4008
|
*
|
|
4009
4009
|
* Use this directive to customize the table footer cell for a column.
|
|
4010
4010
|
* To define a footer template, nest an `<ng-template>` tag with the
|
|
4011
|
-
* [`kendoGanttFooterTemplate`](
|
|
4011
|
+
* [`kendoGanttFooterTemplate`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/footertemplatedirective) directive inside the `<kendo-gantt-column>` tag.
|
|
4012
4012
|
*
|
|
4013
4013
|
* The template context provides:
|
|
4014
|
-
* * `column`—The current [`ColumnComponent`](
|
|
4014
|
+
* * `column`—The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
|
|
4015
4015
|
* * `columnIndex`—The current column index.
|
|
4016
4016
|
* * `field`—The name of the column field, if set.
|
|
4017
4017
|
*
|
|
@@ -4047,10 +4047,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
4047
4047
|
*
|
|
4048
4048
|
* Use this directive to customize the table header cell for a column.
|
|
4049
4049
|
* To define a header template, nest an `<ng-template>` tag with the
|
|
4050
|
-
* [`kendoGanttHeaderTemplate`](
|
|
4050
|
+
* [`kendoGanttHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/headertemplatedirective) directive inside the `<kendo-gantt-column>` tag.
|
|
4051
4051
|
*
|
|
4052
4052
|
* The template context provides:
|
|
4053
|
-
* * `column`—The current [`ColumnComponent`](
|
|
4053
|
+
* * `column`—The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
|
|
4054
4054
|
* * `columnIndex`—The current column index.
|
|
4055
4055
|
*
|
|
4056
4056
|
* @example
|
|
@@ -4634,7 +4634,7 @@ class ViewBase {
|
|
|
4634
4634
|
/**
|
|
4635
4635
|
* Specifies the current time marker settings.
|
|
4636
4636
|
* If you do not set a value, the component uses the value from the Gantt component
|
|
4637
|
-
* [`currentTimeMarker`](
|
|
4637
|
+
* [`currentTimeMarker`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#currentTimeMarker) property.
|
|
4638
4638
|
*/
|
|
4639
4639
|
currentTimeMarker;
|
|
4640
4640
|
/**
|
|
@@ -4826,7 +4826,7 @@ class DependenciesTableComponent {
|
|
|
4826
4826
|
</ng-template>
|
|
4827
4827
|
</kendo-grid-column>
|
|
4828
4828
|
</kendo-grid>
|
|
4829
|
-
`, isInline: true, dependencies: [{ kind: "component", type: GridComponent, selector: "kendo-grid", inputs: ["data", "pageSize", "height", "rowHeight", "adaptiveMode", "detailRowHeight", "skip", "scrollable", "selectable", "sort", "size", "trackBy", "filter", "group", "virtualColumns", "filterable", "sortable", "pageable", "groupable", "gridResizable", "rowReorderable", "navigable", "autoSize", "rowClass", "rowSticky", "rowSelected", "isRowSelectable", "cellSelected", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "showInactiveTools", "isDetailExpanded", "isGroupExpanded", "dataLayoutMode"], outputs: ["filterChange", "pageChange", "groupChange", "sortChange", "selectionChange", "rowReorder", "dataStateChange", "gridStateChange", "groupExpand", "groupCollapse", "detailExpand", "detailCollapse", "edit", "cancel", "save", "remove", "add", "cellClose", "cellClick", "pdfExport", "excelExport", "columnResize", "columnReorder", "columnVisibilityChange", "columnLockedChange", "columnStickyChange", "scrollBottom", "contentScroll"], exportAs: ["kendoGrid"] }, { kind: "directive", type: SelectionDirective, selector: "[kendoGridSelectBy]" }, { kind: "directive", type: ToolbarTemplateDirective$1, selector: "[kendoGridToolbarTemplate]", inputs: ["position"] }, { 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"] }, { kind: "component", type: ColumnComponent$1, selector: "kendo-grid-column", inputs: ["field", "format", "sortable", "groupable", "editor", "filter", "filterVariant", "filterable", "editable"] }, { kind: "directive", type: CellTemplateDirective$1, selector: "[kendoGridCellTemplate]" }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
4829
|
+
`, isInline: true, dependencies: [{ kind: "component", type: GridComponent, selector: "kendo-grid", inputs: ["data", "pageSize", "height", "rowHeight", "adaptiveMode", "detailRowHeight", "skip", "scrollable", "selectable", "sort", "size", "trackBy", "filter", "group", "virtualColumns", "filterable", "sortable", "pageable", "groupable", "gridResizable", "rowReorderable", "navigable", "autoSize", "rowClass", "rowSticky", "rowSelected", "isRowSelectable", "cellSelected", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "showInactiveTools", "isDetailExpanded", "isGroupExpanded", "dataLayoutMode"], outputs: ["filterChange", "pageChange", "groupChange", "sortChange", "selectionChange", "rowReorder", "dataStateChange", "gridStateChange", "groupExpand", "groupCollapse", "detailExpand", "detailCollapse", "edit", "cancel", "save", "remove", "add", "cellClose", "cellClick", "pdfExport", "excelExport", "csvExport", "columnResize", "columnReorder", "columnVisibilityChange", "columnLockedChange", "columnStickyChange", "scrollBottom", "contentScroll"], exportAs: ["kendoGrid"] }, { kind: "directive", type: SelectionDirective, selector: "[kendoGridSelectBy]" }, { kind: "directive", type: ToolbarTemplateDirective$1, selector: "[kendoGridToolbarTemplate]", inputs: ["position"] }, { 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"] }, { kind: "component", type: ColumnComponent$1, selector: "kendo-grid-column", inputs: ["field", "format", "sortable", "groupable", "editor", "filter", "filterVariant", "filterable", "editable"] }, { kind: "directive", type: CellTemplateDirective$1, selector: "[kendoGridCellTemplate]" }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
4830
4830
|
}
|
|
4831
4831
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DependenciesTableComponent, decorators: [{
|
|
4832
4832
|
type: Component,
|
|
@@ -5358,8 +5358,8 @@ class GanttAddTaskComponent {
|
|
|
5358
5358
|
*/
|
|
5359
5359
|
icon = 'plus';
|
|
5360
5360
|
/**
|
|
5361
|
-
* Sets an [`SVGIcon`](
|
|
5362
|
-
* an [`SVGIconComponent`](
|
|
5361
|
+
* Sets an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render inside the `GanttAddTaskComponent` using
|
|
5362
|
+
* an [`SVGIconComponent`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgiconcomponent).
|
|
5363
5363
|
*/
|
|
5364
5364
|
svgIcon = plusIcon;
|
|
5365
5365
|
constructor(localizationService, editService, ngZone) {
|
|
@@ -5530,7 +5530,7 @@ class ToolbarComponent {
|
|
|
5530
5530
|
}
|
|
5531
5531
|
}
|
|
5532
5532
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5533
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", 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-gantt-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-
|
|
5533
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", 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-gantt-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
|
|
5534
5534
|
@if (!renderTemplate) {
|
|
5535
5535
|
@if (showAddTask) {
|
|
5536
5536
|
<kendo-gantt-add-task></kendo-gantt-add-task>
|
|
@@ -5590,9 +5590,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5590
5590
|
}, {
|
|
5591
5591
|
type: HostBinding,
|
|
5592
5592
|
args: ['class.k-toolbar']
|
|
5593
|
-
}, {
|
|
5594
|
-
type: HostBinding,
|
|
5595
|
-
args: ['class.k-toolbar-md']
|
|
5596
5593
|
}, {
|
|
5597
5594
|
type: HostBinding,
|
|
5598
5595
|
args: ['class.k-toolbar-solid']
|
|
@@ -6110,7 +6107,7 @@ const DEFAULT_DRAG_SCROLL_SETTINGS = {
|
|
|
6110
6107
|
threshold: 10
|
|
6111
6108
|
};
|
|
6112
6109
|
/**
|
|
6113
|
-
* Represents the [Kendo UI Gantt component for Angular](
|
|
6110
|
+
* Represents the [Kendo UI Gantt component for Angular](https://www.telerik.com/kendo-angular-ui/components/gantt).
|
|
6114
6111
|
*
|
|
6115
6112
|
* Use the Gantt component to display and manage project tasks and dependencies in a timeline view.
|
|
6116
6113
|
*
|
|
@@ -6261,14 +6258,14 @@ class GanttComponent {
|
|
|
6261
6258
|
/**
|
|
6262
6259
|
* Sets the fields used to extract task data from the `data` array items.
|
|
6263
6260
|
* The `id` field is also used as a unique identifier for TreeList data items.
|
|
6264
|
-
* If not set, task data items must match the [`GanttTask`](
|
|
6261
|
+
* If not set, task data items must match the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface.
|
|
6265
6262
|
*/
|
|
6266
6263
|
set taskModelFields(fields) {
|
|
6267
6264
|
this.mapper.taskFields = fields;
|
|
6268
6265
|
}
|
|
6269
6266
|
/**
|
|
6270
6267
|
* Sets the fields used to extract dependency data from the `dependencies` array items.
|
|
6271
|
-
* If not set, dependency data items must match the [`GanttDependency`](
|
|
6268
|
+
* If not set, dependency data items must match the [`GanttDependency`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttdependency) interface.
|
|
6272
6269
|
*/
|
|
6273
6270
|
set dependencyModelFields(fields) {
|
|
6274
6271
|
this.mapper.dependencyFields = fields;
|
|
@@ -6308,7 +6305,7 @@ class GanttComponent {
|
|
|
6308
6305
|
}
|
|
6309
6306
|
/**
|
|
6310
6307
|
* Gets or sets the Gantt data.
|
|
6311
|
-
* The task data items must match the [`GanttTask`](
|
|
6308
|
+
* The task data items must match the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface or use [`taskModelFields`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#taskmodelfields).
|
|
6312
6309
|
*/
|
|
6313
6310
|
set data(data) {
|
|
6314
6311
|
this._data = normalizeGanttData(data);
|
|
@@ -6318,13 +6315,13 @@ class GanttComponent {
|
|
|
6318
6315
|
return this._data;
|
|
6319
6316
|
}
|
|
6320
6317
|
/**
|
|
6321
|
-
* Specifies a callback to determine if a task is selected ([see example](
|
|
6322
|
-
* Set [`selectable`](
|
|
6318
|
+
* Specifies a callback to determine if a task is selected ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#custom-selection)).
|
|
6319
|
+
* Set [`selectable`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#selectable) to `true` to use this callback.
|
|
6323
6320
|
*/
|
|
6324
6321
|
isSelected = isSelected;
|
|
6325
6322
|
/**
|
|
6326
6323
|
* Specifies a callback to validate new dependencies.
|
|
6327
|
-
* Use this callback to control the valid dependencies that users can create ([see example](
|
|
6324
|
+
* Use this callback to control the valid dependencies that users can create ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/editing/dependencies-drag-create#validation)).
|
|
6328
6325
|
*/
|
|
6329
6326
|
validateNewDependency = this.defaultValidateNewDependencyCallback.bind(this);
|
|
6330
6327
|
/**
|
|
@@ -6333,10 +6330,10 @@ class GanttComponent {
|
|
|
6333
6330
|
*/
|
|
6334
6331
|
selectionChange = new EventEmitter();
|
|
6335
6332
|
/**
|
|
6336
|
-
* Enables or disables selection in the Gantt ([see example](
|
|
6333
|
+
* Enables or disables selection in the Gantt ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#custom-selection)).
|
|
6337
6334
|
* Set to `true` to allow selection.
|
|
6338
|
-
* > When set to `true`, the [`isSelected`](
|
|
6339
|
-
* > When applied, the [`SelectableDirective`](
|
|
6335
|
+
* > When set to `true`, the [`isSelected`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#isselected) callback has to be provided.
|
|
6336
|
+
* > When applied, the [`SelectableDirective`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/selectabledirective) sets `selectable` to `true` internally.
|
|
6340
6337
|
* @default false
|
|
6341
6338
|
*/
|
|
6342
6339
|
selectable = false;
|
|
@@ -6382,7 +6379,7 @@ class GanttComponent {
|
|
|
6382
6379
|
}
|
|
6383
6380
|
/**
|
|
6384
6381
|
* Sets the dependencies to display between tasks.
|
|
6385
|
-
* Dependency data items must match the [`GanttDependency`](
|
|
6382
|
+
* Dependency data items must match the [`GanttDependency`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttdependency) interface or use [`dependencyModelFields`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#dependencymodelfields).
|
|
6386
6383
|
*/
|
|
6387
6384
|
dependencies = [];
|
|
6388
6385
|
/**
|
|
@@ -6424,7 +6421,7 @@ class GanttComponent {
|
|
|
6424
6421
|
workWeekEnd = 5;
|
|
6425
6422
|
/**
|
|
6426
6423
|
* Enables keyboard navigation for the Gantt.
|
|
6427
|
-
* By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example](
|
|
6424
|
+
* By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation)).
|
|
6428
6425
|
* @default true
|
|
6429
6426
|
*/
|
|
6430
6427
|
navigable = true;
|
|
@@ -6516,7 +6513,7 @@ class GanttComponent {
|
|
|
6516
6513
|
*/
|
|
6517
6514
|
columnsResizable = false;
|
|
6518
6515
|
/**
|
|
6519
|
-
* Defines the settings for auto-scrolling during dragging when the pointer moves outside the container ([see example](
|
|
6516
|
+
* Defines the settings for auto-scrolling during dragging when the pointer moves outside the container ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/editing/dependencies-drag-create#auto-scrolling)).
|
|
6520
6517
|
*/
|
|
6521
6518
|
set dragScrollSettings(settings) {
|
|
6522
6519
|
this._dragScrollSettings = { ...DEFAULT_DRAG_SCROLL_SETTINGS, ...settings };
|
|
@@ -6577,7 +6574,7 @@ class GanttComponent {
|
|
|
6577
6574
|
*/
|
|
6578
6575
|
taskAdd = new EventEmitter();
|
|
6579
6576
|
/**
|
|
6580
|
-
* Fires when the user adds a dependency by dragging [see example](
|
|
6577
|
+
* Fires when the user adds a dependency by dragging [see example](https://www.telerik.com/kendo-angular-ui/components/gantt/editing/dependencies-drag-create#basic-concepts).
|
|
6581
6578
|
*/
|
|
6582
6579
|
dependencyAdd = new EventEmitter();
|
|
6583
6580
|
/**
|
|
@@ -6885,7 +6882,7 @@ class GanttComponent {
|
|
|
6885
6882
|
}
|
|
6886
6883
|
/**
|
|
6887
6884
|
* Focuses the last active cell or task in the Gantt.
|
|
6888
|
-
* If no item was previously focused, focuses the first TreeList cell ([see example](
|
|
6885
|
+
* If no item was previously focused, focuses the first TreeList cell ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
|
|
6889
6886
|
*/
|
|
6890
6887
|
focus() {
|
|
6891
6888
|
if (this.navigable) {
|
|
@@ -6893,7 +6890,7 @@ class GanttComponent {
|
|
|
6893
6890
|
}
|
|
6894
6891
|
}
|
|
6895
6892
|
/**
|
|
6896
|
-
* Focuses the specified cell in the TreeList ([see example](
|
|
6893
|
+
* Focuses the specified cell in the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
|
|
6897
6894
|
* @param rowIndex The row index.
|
|
6898
6895
|
* @param colIndex The column index.
|
|
6899
6896
|
*/
|
|
@@ -6903,7 +6900,7 @@ class GanttComponent {
|
|
|
6903
6900
|
}
|
|
6904
6901
|
}
|
|
6905
6902
|
/**
|
|
6906
|
-
* Focuses the specified task in the Timeline ([see example](
|
|
6903
|
+
* Focuses the specified task in the Timeline ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
|
|
6907
6904
|
* @param taskIndex The index of the task.
|
|
6908
6905
|
*/
|
|
6909
6906
|
focusTask(taskIndex) {
|
|
@@ -8460,7 +8457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8460
8457
|
/**
|
|
8461
8458
|
* Binds the Gantt to an array of objects by using an ID and parent ID field to define the hierarchy.
|
|
8462
8459
|
*
|
|
8463
|
-
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](
|
|
8460
|
+
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](https://www.telerik.com/kendo-angular-ui/components/gantt/data-binding/directives#binding-to-flat-data).
|
|
8464
8461
|
*
|
|
8465
8462
|
* @example
|
|
8466
8463
|
* ```html
|
|
@@ -8504,7 +8501,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8504
8501
|
/**
|
|
8505
8502
|
* Binds the Gantt to a tree of objects.
|
|
8506
8503
|
*
|
|
8507
|
-
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](
|
|
8504
|
+
* Use this directive to handle in-memory data operations such as sorting and filtering. [See example](https://www.telerik.com/kendo-angular-ui/components/gantt/data-binding/directives#binding-to-hierarchical-data).
|
|
8508
8505
|
*
|
|
8509
8506
|
* @example
|
|
8510
8507
|
* ```html
|
|
@@ -9118,8 +9115,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
9118
9115
|
}], ctorParameters: () => [{ type: OptionChangesService }, { type: DependencyDomService }] });
|
|
9119
9116
|
|
|
9120
9117
|
/**
|
|
9121
|
-
* Handles the [`selectionChange`](
|
|
9122
|
-
* ([See example](
|
|
9118
|
+
* Handles the [`selectionChange`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#selectionchange) event of the Gantt component.
|
|
9119
|
+
* ([See example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#built-in-directive)).
|
|
9123
9120
|
*
|
|
9124
9121
|
* @example
|
|
9125
9122
|
* ```html
|
package/gantt.component.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ import { IntlService } from '@progress/kendo-angular-intl';
|
|
|
46
46
|
import { GanttTaskDragTooltipTemplateDirective } from './template-directives/task-drag-tooltip-template.directive';
|
|
47
47
|
import * as i0 from "@angular/core";
|
|
48
48
|
/**
|
|
49
|
-
* Represents the [Kendo UI Gantt component for Angular](
|
|
49
|
+
* Represents the [Kendo UI Gantt component for Angular](https://www.telerik.com/kendo-angular-ui/components/gantt).
|
|
50
50
|
*
|
|
51
51
|
* Use the Gantt component to display and manage project tasks and dependencies in a timeline view.
|
|
52
52
|
*
|
|
@@ -179,12 +179,12 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
179
179
|
/**
|
|
180
180
|
* Sets the fields used to extract task data from the `data` array items.
|
|
181
181
|
* The `id` field is also used as a unique identifier for TreeList data items.
|
|
182
|
-
* If not set, task data items must match the [`GanttTask`](
|
|
182
|
+
* If not set, task data items must match the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface.
|
|
183
183
|
*/
|
|
184
184
|
set taskModelFields(fields: GanttTaskModelFields);
|
|
185
185
|
/**
|
|
186
186
|
* Sets the fields used to extract dependency data from the `dependencies` array items.
|
|
187
|
-
* If not set, dependency data items must match the [`GanttDependency`](
|
|
187
|
+
* If not set, dependency data items must match the [`GanttDependency`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttdependency) interface.
|
|
188
188
|
*/
|
|
189
189
|
set dependencyModelFields(fields: GanttDependencyModelFields);
|
|
190
190
|
/**
|
|
@@ -204,18 +204,18 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
204
204
|
get activeViewCurrentTimeMarker(): boolean | CurrentTimeSettings;
|
|
205
205
|
/**
|
|
206
206
|
* Gets or sets the Gantt data.
|
|
207
|
-
* The task data items must match the [`GanttTask`](
|
|
207
|
+
* The task data items must match the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface or use [`taskModelFields`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#taskmodelfields).
|
|
208
208
|
*/
|
|
209
209
|
set data(data: any[]);
|
|
210
210
|
get data(): any[];
|
|
211
211
|
/**
|
|
212
|
-
* Specifies a callback to determine if a task is selected ([see example](
|
|
213
|
-
* Set [`selectable`](
|
|
212
|
+
* Specifies a callback to determine if a task is selected ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#custom-selection)).
|
|
213
|
+
* Set [`selectable`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#selectable) to `true` to use this callback.
|
|
214
214
|
*/
|
|
215
215
|
isSelected: (dataItem: object) => boolean;
|
|
216
216
|
/**
|
|
217
217
|
* Specifies a callback to validate new dependencies.
|
|
218
|
-
* Use this callback to control the valid dependencies that users can create ([see example](
|
|
218
|
+
* Use this callback to control the valid dependencies that users can create ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/editing/dependencies-drag-create#validation)).
|
|
219
219
|
*/
|
|
220
220
|
validateNewDependency: (dependency: object) => boolean;
|
|
221
221
|
/**
|
|
@@ -224,10 +224,10 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
224
224
|
*/
|
|
225
225
|
selectionChange: EventEmitter<SelectionChangeEvent>;
|
|
226
226
|
/**
|
|
227
|
-
* Enables or disables selection in the Gantt ([see example](
|
|
227
|
+
* Enables or disables selection in the Gantt ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#custom-selection)).
|
|
228
228
|
* Set to `true` to allow selection.
|
|
229
|
-
* > When set to `true`, the [`isSelected`](
|
|
230
|
-
* > When applied, the [`SelectableDirective`](
|
|
229
|
+
* > When set to `true`, the [`isSelected`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#isselected) callback has to be provided.
|
|
230
|
+
* > When applied, the [`SelectableDirective`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/selectabledirective) sets `selectable` to `true` internally.
|
|
231
231
|
* @default false
|
|
232
232
|
*/
|
|
233
233
|
selectable: boolean;
|
|
@@ -255,7 +255,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
255
255
|
get hasChildren(): (dataItem: any) => boolean;
|
|
256
256
|
/**
|
|
257
257
|
* Sets the dependencies to display between tasks.
|
|
258
|
-
* Dependency data items must match the [`GanttDependency`](
|
|
258
|
+
* Dependency data items must match the [`GanttDependency`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttdependency) interface or use [`dependencyModelFields`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#dependencymodelfields).
|
|
259
259
|
*/
|
|
260
260
|
dependencies: any[];
|
|
261
261
|
/**
|
|
@@ -297,7 +297,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
297
297
|
workWeekEnd: Day;
|
|
298
298
|
/**
|
|
299
299
|
* Enables keyboard navigation for the Gantt.
|
|
300
|
-
* By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example](
|
|
300
|
+
* By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation)).
|
|
301
301
|
* @default true
|
|
302
302
|
*/
|
|
303
303
|
navigable: boolean;
|
|
@@ -362,7 +362,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
362
362
|
*/
|
|
363
363
|
columnsResizable: boolean;
|
|
364
364
|
/**
|
|
365
|
-
* Defines the settings for auto-scrolling during dragging when the pointer moves outside the container ([see example](
|
|
365
|
+
* Defines the settings for auto-scrolling during dragging when the pointer moves outside the container ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/editing/dependencies-drag-create#auto-scrolling)).
|
|
366
366
|
*/
|
|
367
367
|
set dragScrollSettings(settings: DragScrollSettings);
|
|
368
368
|
get dragScrollSettings(): DragScrollSettings;
|
|
@@ -415,7 +415,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
415
415
|
*/
|
|
416
416
|
taskAdd: EventEmitter<TaskAddEvent>;
|
|
417
417
|
/**
|
|
418
|
-
* Fires when the user adds a dependency by dragging [see example](
|
|
418
|
+
* Fires when the user adds a dependency by dragging [see example](https://www.telerik.com/kendo-angular-ui/components/gantt/editing/dependencies-drag-create#basic-concepts).
|
|
419
419
|
*/
|
|
420
420
|
dependencyAdd: EventEmitter<DependencyAddEvent>;
|
|
421
421
|
/**
|
|
@@ -585,17 +585,17 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
585
585
|
ngOnDestroy(): void;
|
|
586
586
|
/**
|
|
587
587
|
* Focuses the last active cell or task in the Gantt.
|
|
588
|
-
* If no item was previously focused, focuses the first TreeList cell ([see example](
|
|
588
|
+
* If no item was previously focused, focuses the first TreeList cell ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
|
|
589
589
|
*/
|
|
590
590
|
focus(): void;
|
|
591
591
|
/**
|
|
592
|
-
* Focuses the specified cell in the TreeList ([see example](
|
|
592
|
+
* Focuses the specified cell in the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
|
|
593
593
|
* @param rowIndex The row index.
|
|
594
594
|
* @param colIndex The column index.
|
|
595
595
|
*/
|
|
596
596
|
focusCell(rowIndex: number, colIndex: number): void;
|
|
597
597
|
/**
|
|
598
|
-
* Focuses the specified task in the Timeline ([see example](
|
|
598
|
+
* Focuses the specified task in the Timeline ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
|
|
599
599
|
* @param taskIndex The index of the task.
|
|
600
600
|
*/
|
|
601
601
|
focusTask(taskIndex: number): void;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Represents the callback that is used by the [`rowClass`](
|
|
6
|
+
* Represents the callback that is used by the [`rowClass`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#rowclass) property.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* ```typescript
|
|
@@ -24,7 +24,7 @@ export type RowClassFn = (args: {
|
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* Represents the callback that is used by the [`taskClass`](
|
|
27
|
+
* Represents the callback that is used by the [`taskClass`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#taskclass) property.
|
|
28
28
|
*
|
|
29
29
|
* @example
|
|
30
30
|
* ```typescript
|
|
@@ -9,12 +9,12 @@ import { ExpandableColumnMenuItem } from "@progress/kendo-angular-treelist";
|
|
|
9
9
|
export interface ColumnMenuSettings {
|
|
10
10
|
/**
|
|
11
11
|
* Lets you sort columns in the column menu.
|
|
12
|
-
* If you enable [sorting](
|
|
12
|
+
* If you enable [sorting](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#sortable), this option defaults to `true`.
|
|
13
13
|
*/
|
|
14
14
|
sort?: boolean;
|
|
15
15
|
/**
|
|
16
16
|
* Enables filtering columns in the column menu.
|
|
17
|
-
* If you enable [filtering](
|
|
17
|
+
* If you enable [filtering](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#filterable), this option defaults to `true`.
|
|
18
18
|
* Enables sorting columns in the column menu.
|
|
19
19
|
*/
|
|
20
20
|
filter?: boolean | ExpandableColumnMenuItem;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DependencyType } from '../dependency-type.enum';
|
|
6
6
|
/**
|
|
7
|
-
* Provides the event data for the [`dependencyAdd`](
|
|
7
|
+
* Provides the event data for the [`dependencyAdd`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#dependencyadd) event.
|
|
8
8
|
*/
|
|
9
9
|
export interface DependencyAddEvent {
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TaskEditItem } from "./task-edit-event.interface";
|
|
6
6
|
/**
|
|
7
|
-
* Contains the event data for the [`taskAdd`](
|
|
7
|
+
* Contains the event data for the [`taskAdd`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#taskadd) event.
|
|
8
8
|
*/
|
|
9
9
|
export interface TaskAddEvent {
|
|
10
10
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import type { GanttComponent } from '../../gantt.component';
|
|
6
6
|
import { TaskEditItem } from './task-edit-event.interface';
|
|
7
7
|
/**
|
|
8
|
-
* Contains the event data for the [`taskDelete`](
|
|
8
|
+
* Contains the event data for the [`taskDelete`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#taskdelete) event.
|
|
9
9
|
*/
|
|
10
10
|
export interface TaskDeleteEvent {
|
|
11
11
|
/**
|
|
@@ -16,12 +16,12 @@ export interface ToolbarSettings {
|
|
|
16
16
|
*/
|
|
17
17
|
position?: ToolbarPosition;
|
|
18
18
|
/**
|
|
19
|
-
* Sets the position of the toolbar(s) where the [`AddTaskComponent`](
|
|
19
|
+
* Sets the position of the toolbar(s) where the [`AddTaskComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttaddtaskcomponent) renders.
|
|
20
20
|
* @default 'none'
|
|
21
21
|
*/
|
|
22
22
|
addTaskTool?: ToolbarPosition;
|
|
23
23
|
/**
|
|
24
|
-
* Sets the position of the toolbar(s) where the [`ViewSelectorComponent`](
|
|
24
|
+
* Sets the position of the toolbar(s) where the [`ViewSelectorComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/viewselectorcomponent) renders.
|
|
25
25
|
* @default 'top'
|
|
26
26
|
*/
|
|
27
27
|
viewSelectorTool?: ToolbarPosition;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770290358,
|
|
11
|
+
"version": "23.0.0-develop.2",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gantt",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.2",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1770290358,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/forms": "19 - 21",
|
|
31
31
|
"@angular/platform-browser": "19 - 21",
|
|
32
|
-
"@progress/kendo-data-query": "^1.
|
|
32
|
+
"@progress/kendo-data-query": "^1.7.3",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-buttons": "
|
|
35
|
-
"@progress/kendo-angular-common": "
|
|
36
|
-
"@progress/kendo-angular-dialog": "
|
|
37
|
-
"@progress/kendo-angular-dropdowns": "
|
|
38
|
-
"@progress/kendo-angular-grid": "
|
|
39
|
-
"@progress/kendo-angular-icons": "
|
|
40
|
-
"@progress/kendo-angular-inputs": "
|
|
41
|
-
"@progress/kendo-angular-intl": "
|
|
42
|
-
"@progress/kendo-angular-l10n": "
|
|
43
|
-
"@progress/kendo-angular-label": "
|
|
44
|
-
"@progress/kendo-angular-layout": "
|
|
45
|
-
"@progress/kendo-angular-popup": "
|
|
46
|
-
"@progress/kendo-angular-tooltip": "
|
|
47
|
-
"@progress/kendo-angular-treelist": "
|
|
34
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.2",
|
|
35
|
+
"@progress/kendo-angular-common": "23.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-dialog": "23.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-grid": "23.0.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.2",
|
|
41
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.2",
|
|
42
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-label": "23.0.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-layout": "23.0.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-tooltip": "23.0.0-develop.2",
|
|
47
|
+
"@progress/kendo-angular-treelist": "23.0.0-develop.2",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "
|
|
52
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.2",
|
|
53
53
|
"@progress/kendo-common": "^1.0.1",
|
|
54
54
|
"@progress/kendo-date-math": "^1.5.2",
|
|
55
55
|
"@progress/kendo-draggable": "^3.0.0"
|
|
@@ -12,16 +12,16 @@ function default_1(options) {
|
|
|
12
12
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
13
13
|
peerDependencies: {
|
|
14
14
|
// peer deps of the treelist
|
|
15
|
-
'@progress/kendo-angular-dateinputs': '
|
|
16
|
-
'@progress/kendo-angular-excel-export': '
|
|
17
|
-
'@progress/kendo-angular-pdf-export': '
|
|
18
|
-
'@progress/kendo-angular-utils': '
|
|
15
|
+
'@progress/kendo-angular-dateinputs': '23.0.0-develop.2',
|
|
16
|
+
'@progress/kendo-angular-excel-export': '23.0.0-develop.2',
|
|
17
|
+
'@progress/kendo-angular-pdf-export': '23.0.0-develop.2',
|
|
18
|
+
'@progress/kendo-angular-utils': '23.0.0-develop.2',
|
|
19
19
|
'@progress/kendo-drawing': '^1.0.0',
|
|
20
20
|
// peer deps of the dropdowns
|
|
21
|
-
'@progress/kendo-angular-treeview': '
|
|
22
|
-
'@progress/kendo-angular-navigation': '
|
|
21
|
+
'@progress/kendo-angular-treeview': '23.0.0-develop.2',
|
|
22
|
+
'@progress/kendo-angular-navigation': '23.0.0-develop.2',
|
|
23
23
|
// peer dep of the layout
|
|
24
|
-
'@progress/kendo-angular-progressbar': '
|
|
24
|
+
'@progress/kendo-angular-progressbar': '23.0.0-develop.2',
|
|
25
25
|
// peer dep of the icons
|
|
26
26
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
27
27
|
} });
|
|
@@ -6,8 +6,8 @@ import { OnDestroy, EventEmitter } from '@angular/core';
|
|
|
6
6
|
import { GanttComponent } from '../gantt.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* Handles the [`selectionChange`](
|
|
10
|
-
* ([See example](
|
|
9
|
+
* Handles the [`selectionChange`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#selectionchange) event of the Gantt component.
|
|
10
|
+
* ([See example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#built-in-directive)).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { GanttComponent } from '../gantt.component';
|
|
6
6
|
/**
|
|
7
|
-
* Provides the arguments for the Gantt [`selectionChange`](
|
|
7
|
+
* Provides the arguments for the Gantt [`selectionChange`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#selectionchange) event.
|
|
8
8
|
*/
|
|
9
9
|
export interface SelectionChangeEvent {
|
|
10
10
|
/**
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
* * `start`—The updated start date during the drag operation.
|
|
13
13
|
* * `end`—The updated end date during the drag operation.
|
|
14
14
|
* * `completionRatio`—The completion ratio of the task as a decimal value between 0 and 1.
|
|
15
|
-
* * `task`—The original data item of the task being dragged. Contains the properties of the [`GanttTask`](
|
|
15
|
+
* * `task`—The original data item of the task being dragged. Contains the properties of the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```html
|
package/timeline/view-base.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare abstract class ViewBase implements OnChanges {
|
|
|
35
35
|
/**
|
|
36
36
|
* Specifies the current time marker settings.
|
|
37
37
|
* If you do not set a value, the component uses the value from the Gantt component
|
|
38
|
-
* [`currentTimeMarker`](
|
|
38
|
+
* [`currentTimeMarker`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#currentTimeMarker) property.
|
|
39
39
|
*/
|
|
40
40
|
currentTimeMarker: boolean | CurrentTimeSettings;
|
|
41
41
|
/**
|