/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Use this directive to customize the content of all-day events in the Scheduler. * * To define an all-day event template, nest an `` tag with the `kendoSchedulerAllDayEventTemplate` directive inside the * ``, ``, or `` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#all-day-events)). * * The available fields in the template context are: * - `event`—The event that is associated with the item. * - `resources`—The resources of the event. * * @example * ```html * * * * * * ``` */ export declare class AllDayEventTemplateDirective { templateRef: TemplateRef; constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }