/**----------------------------------------------------------------------------------------- * 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"; /** * Represents the template directive for customizing the Scheduler edit dialog. * To define the template, nest an `` tag * with the `kendoSchedulerEditDialogTemplate` directive inside the `` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/custom-reactive-editing)). * * The template context is set to the current event and the following additional fields are passed: * - `event`—The currently edited event. Represents the default context that will be assigned to any template variable which utilizes the `let-x` syntax—for example, `let-event`. * - `formGroup`—The current [`FormGroup`](https://angular.io/docs/ts/latest/api/forms/index/FormGroup-class.html). * - `editMode`—The current edit mode. * - `isNew`—The state of the current event. * * @example * ```html * * *
* * ; }