UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 779 B
import { LayoutControl } from "@docsvision/webclient/System/BaseControl"; import { CancelableEventArgs } from "@docsvision/webclient/System/CancelableEventArgs"; import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; export declare function staffDirectory_onCardSaving_checkAbsenceAndSequenceOfDates(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): boolean; export declare function staffDirectory_onCardSaving_checkDeputyTableAndDates(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<boolean>; export declare function staffDirectory_onCardSaving_checkDeputyAndDatesAndCertificate(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;