UNPKG

angular-gridster2

Version:
27 lines (26 loc) 731 B
import { GridsterItemComponentInterface } from './gridsterItem.interface'; export declare class GridsterPushResize { fromSouth: string; fromNorth: string; fromEast: string; fromWest: string; private pushedItems; private pushedItemsPath; private gridsterItem; private gridster; private tryPattern; constructor(gridsterItem: GridsterItemComponentInterface); destroy(): void; pushItems(direction: string): boolean; restoreItems(): void; setPushedItems(): void; checkPushBack(): void; private push; private trySouth; private tryNorth; private tryEast; private tryWest; private addToPushed; private removeFromPushed; private checkPushedItem; }