@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
28 lines (27 loc) • 1.41 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef, NgZone } from '@angular/core';
import { DragScrollSettings } from './drag-scroll-settings';
import { TimelineScrollService } from './timeline-scroll.service';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class TimelineScrollableDirective {
private timelineScrollableContainer;
private scrollService;
private zone;
scrollSettings: DragScrollSettings;
private subscriptions;
private verticalScrollInterval;
private horizontalScrollInterval;
constructor(timelineScrollableContainer: ElementRef<Element>, scrollService: TimelineScrollService, zone: NgZone);
ngOnDestroy(): void;
private scrollHorizontallyTo;
private scrollVerticallyTo;
private cancelScroll;
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineScrollableDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineScrollableDirective, "[kendoGanttTimelineScrollable]", never, { "scrollSettings": { "alias": "scrollSettings"; "required": false; }; }, {}, never, never, true, never>;
}