angular-gridster2
Advanced tools
Comparing version 15.0.0 to 15.0.1
import { GridsterComponentInterface } from './gridster.interface'; | ||
import { GridsterItem, GridsterItemComponentInterface } from './gridsterItem.interface'; | ||
export declare type gridTypes = 'fit' | 'scrollVertical' | 'scrollHorizontal' | 'fixed' | 'verticalFixed' | 'horizontalFixed'; | ||
export declare type displayGrids = 'always' | 'onDrag&Resize' | 'none'; | ||
export declare type compactTypes = 'none' | 'compactUp' | 'compactLeft' | 'compactUp&Left' | 'compactLeft&Up' | 'compactRight' | 'compactUp&Right' | 'compactRight&Up' | 'compactDown' | 'compactDown&Left' | 'compactLeft&Down' | 'compactDown&Right' | 'compactRight&Down'; | ||
export type gridTypes = 'fit' | 'scrollVertical' | 'scrollHorizontal' | 'fixed' | 'verticalFixed' | 'horizontalFixed'; | ||
export type displayGrids = 'always' | 'onDrag&Resize' | 'none'; | ||
export type compactTypes = 'none' | 'compactUp' | 'compactLeft' | 'compactUp&Left' | 'compactLeft&Up' | 'compactRight' | 'compactUp&Right' | 'compactRight&Up' | 'compactDown' | 'compactDown&Left' | 'compactLeft&Down' | 'compactDown&Right' | 'compactRight&Down'; | ||
export declare enum GridType { | ||
@@ -38,3 +38,3 @@ Fit = "fit", | ||
} | ||
export declare type dirTypes = 'ltr' | 'rtl'; | ||
export type dirTypes = 'ltr' | 'rtl'; | ||
export interface GridsterConfig { | ||
@@ -41,0 +41,0 @@ gridType?: gridTypes; |
import { GridsterResizeEventType } from './gridsterResizeEventType.interface'; | ||
import { GridsterComponentInterface } from './gridster.interface'; | ||
declare type Position = Pick<MouseEvent, 'clientX' | 'clientY'>; | ||
declare type CalculatePosition = (position: Position) => void; | ||
type Position = Pick<MouseEvent, 'clientX' | 'clientY'>; | ||
type CalculatePosition = (position: Position) => void; | ||
export declare function scroll(gridster: GridsterComponentInterface, left: number, top: number, width: number, height: number, event: MouseEvent, lastMouse: Position, calculateItemPosition: CalculatePosition, resize?: boolean, resizeEventScrollType?: GridsterResizeEventType): void; | ||
export declare function cancelScroll(): void; | ||
export {}; |
{ | ||
"name": "angular-gridster2", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -153,2 +153,2 @@ # angular-gridster2 | ||
Copyright (c) 2022 Tiberiu Zuld | ||
Copyright (c) 2023 Tiberiu Zuld |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1468392