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.

28 lines (27 loc) 786 B
import { ActionBase } from '../actions/action-base'; /** * Schedule events resize actions */ export declare class Resize extends ActionBase { wireResizeEvent(element: HTMLElement): void; private resizeHelper; resizeStart(e: MouseEvent & TouchEvent): void; private resizing; updateResizingDirection(e: MouseEvent & TouchEvent): void; private monthResizing; private yearEventsRendering; private getMonthDiff; private getEventCount; private resizeStop; private verticalResizing; private horizontalResizing; private getTopBottomStyles; private getLeftRightStyles; private resizeValidation; /** * Get module name * * @returns {string} Returns the module name.. */ protected getModuleName(): string; }