@progress/kendo-angular-gantt 22.1.0-develop.8 → 23.0.0-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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](slug:directives_databinding_gantt#binding-to-flat-data).
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](slug:directives_databinding_gantt#binding-to-hierarchical-data).
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`]({% slug api_gantt_footertemplatedirective %}) directive inside the `<kendo-gantt-column>` tag.
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`&mdash;The current [`ColumnComponent`]({% slug api_gantt_ganttcolumncomponent %}).
15
+ * * `column`&mdash;The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
16
16
  * * `columnIndex`&mdash;The current column index.
17
17
  * * `field`&mdash;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`]({% slug api_gantt_headertemplatedirective %}) directive inside the `<kendo-gantt-column>` tag.
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`&mdash;The current [`ColumnComponent`]({% slug api_gantt_ganttcolumncomponent %}).
15
+ * * `column`&mdash;The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
16
16
  * * `columnIndex`&mdash;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`](slug:api_icons_svgicon) to render inside the `GanttAddTaskComponent` using
31
- * an [`SVGIconComponent`](slug:api_icons_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: '22.1.0-develop.8',
48
+ version: '23.0.0-develop.1',
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`&mdash;The updated start date during the drag operation.
3219
3219
  * * `end`&mdash;The updated end date during the drag operation.
3220
3220
  * * `completionRatio`&mdash;The completion ratio of the task as a decimal value between 0 and 1.
3221
- * * `task`&mdash;The original data item of the task being dragged. Contains the properties of the [`GanttTask`](slug:api_gantt_gantttask) interface.
3221
+ * * `task`&mdash;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`]({% slug api_gantt_footertemplatedirective %}) directive inside the `<kendo-gantt-column>` tag.
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`&mdash;The current [`ColumnComponent`]({% slug api_gantt_ganttcolumncomponent %}).
4014
+ * * `column`&mdash;The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
4015
4015
  * * `columnIndex`&mdash;The current column index.
4016
4016
  * * `field`&mdash;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`]({% slug api_gantt_headertemplatedirective %}) directive inside the `<kendo-gantt-column>` tag.
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`&mdash;The current [`ColumnComponent`]({% slug api_gantt_ganttcolumncomponent %}).
4053
+ * * `column`&mdash;The current [`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcolumncomponent).
4054
4054
  * * `columnIndex`&mdash;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`]({% slug api_gantt_ganttcomponent %}#toc-currentTimeMarker) property.
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`](slug:api_icons_svgicon) to render inside the `GanttAddTaskComponent` using
5362
- * an [`SVGIconComponent`](slug:api_icons_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-md": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
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](slug:overview_gantt).
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`](slug:api_gantt_gantttask) interface.
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`](slug:api_gantt_ganttdependency) interface.
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`]({% slug api_gantt_gantttask %}) interface or use [`taskModelFields`]({% slug api_gantt_ganttcomponent %}#toc-taskmodelfields).
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]({% slug selection_gantt %}#toc-custom-selection)).
6322
- * Set [`selectable`]({% slug api_gantt_ganttcomponent %}#toc-selectable) to `true` to use this callback.
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]({% slug editing_drag_create_dependencies_gantt %}#toc-validation)).
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]({% slug selection_gantt %}#toc-custom-selection)).
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`]({% slug api_gantt_ganttcomponent %}#toc-isselected) callback has to be provided.
6339
- * > When applied, the [`SelectableDirective`]({% slug api_gantt_selectabledirective %}) sets `selectable` to `true` internally.
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`]({% slug api_gantt_ganttdependency %}) interface or use [`dependencyModelFields`]({% slug api_gantt_ganttcomponent %}#toc-dependencymodelfields).
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]({% slug keyboard_navigation_gantt %})).
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](slug:editing_drag_create_dependencies_gantt#auto-scrolling)).
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]({% slug editing_drag_create_dependencies_gantt %}#toc-basic-concepts).
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]({% slug keyboard_navigation_gantt %}#toc-controlling-the-focus)).
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]({% slug keyboard_navigation_gantt %}#toc-controlling-the-focus)).
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]({% slug keyboard_navigation_gantt %}#toc-controlling-the-focus)).
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](slug:directives_databinding_gantt#binding-to-flat-data).
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](slug:directives_databinding_gantt#binding-to-hierarchical-data).
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`]({% slug api_gantt_ganttcomponent %}#toc-selectionchange) event of the Gantt component.
9122
- * ([See example]({% slug selection_gantt %}#toc-built-in-directive)).
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
@@ -8,6 +8,7 @@ import { TreeListComponent, DataBoundTreeComponent, ExpandableTreeComponent, Sel
8
8
  import { CompositeFilterDescriptor, SortDescriptor } from '@progress/kendo-data-query';
9
9
  import { Day } from '@progress/kendo-date-math';
10
10
  import { Observable } from 'rxjs';
11
+ import { LicenseMessage } from '@progress/kendo-licensing';
11
12
  import { GanttTimelineComponent } from './timeline/gantt-timeline.component';
12
13
  import { GanttColumnBase } from './columns/columns';
13
14
  import { DataStateChangeEvent, ColumnMenuSettings, RowClassFn, TaskClassFn, ColumnVisibilityChangeEvent, ColumnResizeEvent, ColumnLockedChangeEvent, ColumnReorderEvent, ColumnReorderConfig, GanttTaskModelFields, GanttDependencyModelFields, SortSettings, CellClickEvent, TaskClickEvent, DependencyAddEvent, TaskDeleteEvent } from './models/models';
@@ -45,7 +46,7 @@ import { IntlService } from '@progress/kendo-angular-intl';
45
46
  import { GanttTaskDragTooltipTemplateDirective } from './template-directives/task-drag-tooltip-template.directive';
46
47
  import * as i0 from "@angular/core";
47
48
  /**
48
- * Represents the [Kendo UI Gantt component for Angular](slug:overview_gantt).
49
+ * Represents the [Kendo UI Gantt component for Angular](https://www.telerik.com/kendo-angular-ui/components/gantt).
49
50
  *
50
51
  * Use the Gantt component to display and manage project tasks and dependencies in a timeline view.
51
52
  *
@@ -178,12 +179,12 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
178
179
  /**
179
180
  * Sets the fields used to extract task data from the `data` array items.
180
181
  * The `id` field is also used as a unique identifier for TreeList data items.
181
- * If not set, task data items must match the [`GanttTask`](slug:api_gantt_gantttask) interface.
182
+ * If not set, task data items must match the [`GanttTask`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/gantttask) interface.
182
183
  */
183
184
  set taskModelFields(fields: GanttTaskModelFields);
184
185
  /**
185
186
  * Sets the fields used to extract dependency data from the `dependencies` array items.
186
- * If not set, dependency data items must match the [`GanttDependency`](slug:api_gantt_ganttdependency) interface.
187
+ * If not set, dependency data items must match the [`GanttDependency`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttdependency) interface.
187
188
  */
188
189
  set dependencyModelFields(fields: GanttDependencyModelFields);
189
190
  /**
@@ -203,18 +204,18 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
203
204
  get activeViewCurrentTimeMarker(): boolean | CurrentTimeSettings;
204
205
  /**
205
206
  * Gets or sets the Gantt data.
206
- * The task data items must match the [`GanttTask`]({% slug api_gantt_gantttask %}) interface or use [`taskModelFields`]({% slug api_gantt_ganttcomponent %}#toc-taskmodelfields).
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).
207
208
  */
208
209
  set data(data: any[]);
209
210
  get data(): any[];
210
211
  /**
211
- * Specifies a callback to determine if a task is selected ([see example]({% slug selection_gantt %}#toc-custom-selection)).
212
- * Set [`selectable`]({% slug api_gantt_ganttcomponent %}#toc-selectable) to `true` to use this callback.
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.
213
214
  */
214
215
  isSelected: (dataItem: object) => boolean;
215
216
  /**
216
217
  * Specifies a callback to validate new dependencies.
217
- * Use this callback to control the valid dependencies that users can create ([see example]({% slug editing_drag_create_dependencies_gantt %}#toc-validation)).
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)).
218
219
  */
219
220
  validateNewDependency: (dependency: object) => boolean;
220
221
  /**
@@ -223,10 +224,10 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
223
224
  */
224
225
  selectionChange: EventEmitter<SelectionChangeEvent>;
225
226
  /**
226
- * Enables or disables selection in the Gantt ([see example]({% slug selection_gantt %}#toc-custom-selection)).
227
+ * Enables or disables selection in the Gantt ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/selection#custom-selection)).
227
228
  * Set to `true` to allow selection.
228
- * > When set to `true`, the [`isSelected`]({% slug api_gantt_ganttcomponent %}#toc-isselected) callback has to be provided.
229
- * > When applied, the [`SelectableDirective`]({% slug api_gantt_selectabledirective %}) sets `selectable` to `true` internally.
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.
230
231
  * @default false
231
232
  */
232
233
  selectable: boolean;
@@ -254,7 +255,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
254
255
  get hasChildren(): (dataItem: any) => boolean;
255
256
  /**
256
257
  * Sets the dependencies to display between tasks.
257
- * Dependency data items must match the [`GanttDependency`]({% slug api_gantt_ganttdependency %}) interface or use [`dependencyModelFields`]({% slug api_gantt_ganttcomponent %}#toc-dependencymodelfields).
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).
258
259
  */
259
260
  dependencies: any[];
260
261
  /**
@@ -296,7 +297,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
296
297
  workWeekEnd: Day;
297
298
  /**
298
299
  * Enables keyboard navigation for the Gantt.
299
- * By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example]({% slug keyboard_navigation_gantt %})).
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)).
300
301
  * @default true
301
302
  */
302
303
  navigable: boolean;
@@ -361,7 +362,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
361
362
  */
362
363
  columnsResizable: boolean;
363
364
  /**
364
- * Defines the settings for auto-scrolling during dragging when the pointer moves outside the container ([see example](slug:editing_drag_create_dependencies_gantt#auto-scrolling)).
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)).
365
366
  */
366
367
  set dragScrollSettings(settings: DragScrollSettings);
367
368
  get dragScrollSettings(): DragScrollSettings;
@@ -414,7 +415,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
414
415
  */
415
416
  taskAdd: EventEmitter<TaskAddEvent>;
416
417
  /**
417
- * Fires when the user adds a dependency by dragging [see example]({% slug editing_drag_create_dependencies_gantt %}#toc-basic-concepts).
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).
418
419
  */
419
420
  dependencyAdd: EventEmitter<DependencyAddEvent>;
420
421
  /**
@@ -555,7 +556,7 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
555
556
  /**
556
557
  * @hidden
557
558
  */
558
- licenseMessage?: string;
559
+ licenseMessage?: LicenseMessage;
559
560
  private _columns;
560
561
  private _data;
561
562
  private _dragScrollSettings;
@@ -584,17 +585,17 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
584
585
  ngOnDestroy(): void;
585
586
  /**
586
587
  * Focuses the last active cell or task in the Gantt.
587
- * If no item was previously focused, focuses the first TreeList cell ([see example]({% slug keyboard_navigation_gantt %}#toc-controlling-the-focus)).
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)).
588
589
  */
589
590
  focus(): void;
590
591
  /**
591
- * Focuses the specified cell in the TreeList ([see example]({% slug keyboard_navigation_gantt %}#toc-controlling-the-focus)).
592
+ * Focuses the specified cell in the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
592
593
  * @param rowIndex The row index.
593
594
  * @param colIndex The column index.
594
595
  */
595
596
  focusCell(rowIndex: number, colIndex: number): void;
596
597
  /**
597
- * Focuses the specified task in the Timeline ([see example]({% slug keyboard_navigation_gantt %}#toc-controlling-the-focus)).
598
+ * Focuses the specified task in the Timeline ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation#controlling-the-focus)).
598
599
  * @param taskIndex The index of the task.
599
600
  */
600
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`]({% slug api_gantt_ganttcomponent %}#toc-rowclass) property.
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`]({% slug api_gantt_ganttcomponent %}#toc-taskclass) property.
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]({% slug api_gantt_ganttcomponent %}#toc-sortable), this option defaults to `true`.
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]({% slug api_gantt_ganttcomponent %}#toc-filterable), this option defaults to `true`.
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`]({% slug api_gantt_ganttcomponent %}#toc-dependencyadd) event.
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`]({% slug api_gantt_ganttcomponent %}#toc-taskadd) event.
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`]({% slug api_gantt_ganttcomponent %}#toc-taskdelete) event.
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`](slug:api_gantt_ganttaddtaskcomponent) renders.
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`](slug:api_gantt_viewselectorcomponent) renders.
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;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769421107,
11
- "version": "22.1.0-develop.8",
10
+ "publishDate": 1770287111,
11
+ "version": "23.0.0-develop.1",
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": "22.1.0-develop.8",
3
+ "version": "23.0.0-develop.1",
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": 1769421107,
22
+ "publishDate": 1770287111,
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.5.5",
33
- "@progress/kendo-licensing": "^1.7.0",
34
- "@progress/kendo-angular-buttons": "22.1.0-develop.8",
35
- "@progress/kendo-angular-common": "22.1.0-develop.8",
36
- "@progress/kendo-angular-dialog": "22.1.0-develop.8",
37
- "@progress/kendo-angular-dropdowns": "22.1.0-develop.8",
38
- "@progress/kendo-angular-grid": "22.1.0-develop.8",
39
- "@progress/kendo-angular-icons": "22.1.0-develop.8",
40
- "@progress/kendo-angular-inputs": "22.1.0-develop.8",
41
- "@progress/kendo-angular-intl": "22.1.0-develop.8",
42
- "@progress/kendo-angular-l10n": "22.1.0-develop.8",
43
- "@progress/kendo-angular-label": "22.1.0-develop.8",
44
- "@progress/kendo-angular-layout": "22.1.0-develop.8",
45
- "@progress/kendo-angular-popup": "22.1.0-develop.8",
46
- "@progress/kendo-angular-tooltip": "22.1.0-develop.8",
47
- "@progress/kendo-angular-treelist": "22.1.0-develop.8",
32
+ "@progress/kendo-data-query": "^1.7.3",
33
+ "@progress/kendo-licensing": "^1.10.0",
34
+ "@progress/kendo-angular-buttons": "23.0.0-develop.1",
35
+ "@progress/kendo-angular-common": "23.0.0-develop.1",
36
+ "@progress/kendo-angular-dialog": "23.0.0-develop.1",
37
+ "@progress/kendo-angular-dropdowns": "23.0.0-develop.1",
38
+ "@progress/kendo-angular-grid": "23.0.0-develop.1",
39
+ "@progress/kendo-angular-icons": "23.0.0-develop.1",
40
+ "@progress/kendo-angular-inputs": "23.0.0-develop.1",
41
+ "@progress/kendo-angular-intl": "23.0.0-develop.1",
42
+ "@progress/kendo-angular-l10n": "23.0.0-develop.1",
43
+ "@progress/kendo-angular-label": "23.0.0-develop.1",
44
+ "@progress/kendo-angular-layout": "23.0.0-develop.1",
45
+ "@progress/kendo-angular-popup": "23.0.0-develop.1",
46
+ "@progress/kendo-angular-tooltip": "23.0.0-develop.1",
47
+ "@progress/kendo-angular-treelist": "23.0.0-develop.1",
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": "22.1.0-develop.8",
52
+ "@progress/kendo-angular-schematics": "23.0.0-develop.1",
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': '22.1.0-develop.8',
16
- '@progress/kendo-angular-excel-export': '22.1.0-develop.8',
17
- '@progress/kendo-angular-pdf-export': '22.1.0-develop.8',
18
- '@progress/kendo-angular-utils': '22.1.0-develop.8',
15
+ '@progress/kendo-angular-dateinputs': '23.0.0-develop.1',
16
+ '@progress/kendo-angular-excel-export': '23.0.0-develop.1',
17
+ '@progress/kendo-angular-pdf-export': '23.0.0-develop.1',
18
+ '@progress/kendo-angular-utils': '23.0.0-develop.1',
19
19
  '@progress/kendo-drawing': '^1.0.0',
20
20
  // peer deps of the dropdowns
21
- '@progress/kendo-angular-treeview': '22.1.0-develop.8',
22
- '@progress/kendo-angular-navigation': '22.1.0-develop.8',
21
+ '@progress/kendo-angular-treeview': '23.0.0-develop.1',
22
+ '@progress/kendo-angular-navigation': '23.0.0-develop.1',
23
23
  // peer dep of the layout
24
- '@progress/kendo-angular-progressbar': '22.1.0-develop.8',
24
+ '@progress/kendo-angular-progressbar': '23.0.0-develop.1',
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`]({% slug api_gantt_ganttcomponent %}#toc-selectionchange) event of the Gantt component.
10
- * ([See example]({% slug selection_gantt %}#toc-built-in-directive)).
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`]({% slug api_gantt_ganttcomponent %}#toc-selectionchange) event.
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`&mdash;The updated start date during the drag operation.
13
13
  * * `end`&mdash;The updated end date during the drag operation.
14
14
  * * `completionRatio`&mdash;The completion ratio of the task as a decimal value between 0 and 1.
15
- * * `task`&mdash;The original data item of the task being dragged. Contains the properties of the [`GanttTask`](slug:api_gantt_gantttask) interface.
15
+ * * `task`&mdash;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
@@ -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`]({% slug api_gantt_ganttcomponent %}#toc-currentTimeMarker) property.
38
+ * [`currentTimeMarker`](https://www.telerik.com/kendo-angular-ui/components/gantt/api/ganttcomponent#currentTimeMarker) property.
39
39
  */
40
40
  currentTimeMarker: boolean | CurrentTimeSettings;
41
41
  /**