angular-gridster2
Advanced tools
Comparing version 15.0.3 to 15.0.4
@@ -17,2 +17,6 @@ import { NgZone } from '@angular/core'; | ||
margin: number; | ||
outerMarginTop: number | null; | ||
outerMarginRight: number | null; | ||
outerMarginBottom: number | null; | ||
outerMarginLeft: number | null; | ||
diffTop: number; | ||
@@ -19,0 +23,0 @@ diffLeft: number; |
import { Renderer2 } from '@angular/core'; | ||
import { GridsterComponentInterface } from './gridster.interface'; | ||
import { GridsterItem } from './gridsterItem.interface'; | ||
import { CommonGridStyle } from './gridsterRenderer.interface'; | ||
export declare class GridsterRenderer { | ||
private gridster; | ||
/** | ||
* Caches the last grid column styles. | ||
* This improves the grid responsiveness by caching and reusing the last style object instead of creating a new one. | ||
*/ | ||
private lastGridColumnStyles; | ||
/** | ||
* Caches the last grid column styles. | ||
* This improves the grid responsiveness by caching and reusing the last style object instead of creating a new one. | ||
*/ | ||
private lastGridRowStyles; | ||
constructor(gridster: GridsterComponentInterface); | ||
@@ -10,8 +21,4 @@ destroy(): void; | ||
updateGridster(): void; | ||
getGridColumnStyle(i: number): { | ||
[key: string]: string; | ||
}; | ||
getGridRowStyle(i: number): { | ||
[key: string]: string; | ||
}; | ||
getGridColumnStyle(i: number): CommonGridStyle; | ||
getGridRowStyle(i: number): CommonGridStyle; | ||
getLeftPosition(d: number): { | ||
@@ -18,0 +25,0 @@ left: string; |
@@ -52,2 +52,6 @@ import { NgZone } from '@angular/core'; | ||
margin: number; | ||
outerMarginTop: number | null; | ||
outerMarginRight: number | null; | ||
outerMarginBottom: number | null; | ||
outerMarginLeft: number | null; | ||
originalClientX: number; | ||
@@ -54,0 +58,0 @@ originalClientY: number; |
{ | ||
"name": "angular-gridster2", | ||
"version": "15.0.3", | ||
"version": "15.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
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
1510128
53
11277