UNPKG

@syncfusion/ej2-kanban

Version:

The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing.

30 lines (29 loc) 707 B
import { Popup } from '@syncfusion/ej2-popups'; import { Kanban } from '../base/kanban'; /** * Kanban touch module */ export declare class KanbanTouch { mobilePopup: Popup; private element; private parent; private touchObj; tabHold: boolean; /** * Constructor for touch module * * @param {Kanban} parent Accepts the kanban instance * @private */ constructor(parent: Kanban); wireTouchEvents(): void; private tapHoldHandler; private renderMobilePopup; private getPopupContent; updatePopupContent(): void; private closeClick; private popupClose; private popupDestroy; unWireTouchEvents(): void; destroy(): void; }