UNPKG

@progress/kendo-angular-gantt

Version:
26 lines (25 loc) 1.2 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { FormGroup } from '@angular/forms'; import { MappingService } from '../common/mapping.service'; import { GanttLocalizationService } from '../localization/gantt-localization.service'; import { EditService } from './edit.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class TaskFieldsComponent { mapper: MappingService; private editService; private localizationService; constructor(mapper: MappingService, editService: EditService, localizationService: GanttLocalizationService); /** * @hidden */ get formGroup(): FormGroup; getText(token: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<TaskFieldsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TaskFieldsComponent, "kendo-gantt-task-fields", never, {}, {}, never, never, true, never>; }