@appnest/masonry-layout
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -48,4 +48,5 @@ import { MasonryCols } from "./masonry-helpers"; | ||
* Schedules a layout. | ||
* @param ms - The debounce time | ||
*/ | ||
scheduleLayout(): void; | ||
scheduleLayout(ms?: number): void; | ||
/** | ||
@@ -52,0 +53,0 @@ * Re-distributes all of the items. |
@@ -158,4 +158,5 @@ import { createEmptyColHeightMap, debounce, DEFAULT_COLS, DEFAULT_MAX_COL_WIDTH, DEFAULT_SPACING, DISTRIBUTED_ATTR, getBooleanAttribute, getColCount, getColWidth, getNumberAttribute, getShortestCol, itemPosition, LAYOUT_DEBOUNCE_MS, setBooleanAttribute, tallestColHeight } from "./masonry-helpers"; | ||
* Schedules a layout. | ||
* @param ms - The debounce time | ||
*/ | ||
scheduleLayout() { | ||
scheduleLayout(ms = LAYOUT_DEBOUNCE_MS) { | ||
debounce(this.layout, LAYOUT_DEBOUNCE_MS, "layout"); | ||
@@ -162,0 +163,0 @@ } |
{ | ||
"name": "@appnest/masonry-layout", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -52,4 +52,4 @@ "module": "index.js", | ||
"devDependencies": { | ||
"@appnest/web-config": "0.2.6" | ||
"@appnest/web-config": "0.3.0" | ||
} | ||
} |
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
30647
470