UNPKG

@syncfusion/ej2-schedule

Version:

Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.

17 lines (16 loc) 495 B
import { FormValidator } from '@syncfusion/ej2-inputs'; /** * Appointment window field validation */ export declare class FieldValidator { formObj: FormValidator; private element; private ignoreError; renderFormValidator(form: HTMLFormElement, rules: Record<string, any>, element: HTMLElement, locale: string): void; private focusOut; private validationComplete; private errorPlacement; private createTooltip; destroyToolTip(): void; destroy(): void; }