UNPKG

@progress/kendo-angular-gantt

Version:
22 lines (21 loc) 1.18 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { DependencyDomService } from '../dependencies/dependency-dom.service'; import { TimelineViewType } from '../models/timeline-view'; import { ViewBase } from './view-base'; import { OptionChangesService } from '../common/option-changes.service'; import * as i0 from "@angular/core"; /** * The Gantt timeline day view component. */ export declare class TimelineDayViewComponent extends ViewBase { /** * The type for this view (`day`). */ readonly type: TimelineViewType; constructor(optionChangesService: OptionChangesService, dependencyDomService: DependencyDomService); static ɵfac: i0.ɵɵFactoryDeclaration<TimelineDayViewComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TimelineDayViewComponent, "kendo-gantt-timeline-day-view", never, {}, {}, never, never, true, never>; }