@types/isotope-layout
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -5,2 +5,3 @@ // Type definitions for isotope 3.0 | ||
// Mălin Brândușe <https://github.com/malinushj> | ||
// SPWizard01 <https://github.com/SPWizard01> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -34,3 +35,3 @@ // TypeScript Version: 2.3 | ||
*/ | ||
filter?: string | (() => boolean); | ||
filter?: string | ((itemElement: HTMLElement) => boolean); | ||
/** | ||
@@ -37,0 +38,0 @@ * Items are arranged into rows. Rows progress vertically. Similar to what you would expect from a layout that uses CSS floats. fitRows works well for items that have the same height. |
{ | ||
"name": "@types/isotope-layout", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for isotope", | ||
@@ -16,13 +16,19 @@ "license": "MIT", | ||
"githubUsername": "malinushj" | ||
}, | ||
{ | ||
"name": "SPWizard01", | ||
"url": "https://github.com/SPWizard01", | ||
"githubUsername": "SPWizard01" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9451d5e722dd218c7359222e723f89b5a456be9117bff45ef6696846f221d650", | ||
"typesPublisherContentHash": "22dc782dcb547ba9811b1ba46cc4ebf56501e2d60e5d2ede04d7c8f36be4bed1", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for isotope (http://isotope.metafizzy.co/). | ||
This package contains type definitions for isotope ( http://isotope.metafizzy.co/ ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isotope-layout | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isotope-layout | ||
Additional Details | ||
* Last updated: Fri, 02 Mar 2018 10:54:53 GMT | ||
* Last updated: Tue, 05 Feb 2019 01:24:45 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: Isotope | ||
# Credits | ||
These definitions were written by Anže Videnič <https://github.com/avidenic>, Mălin Brândușe <https://github.com/malinushj>. | ||
These definitions were written by Anže Videnič <https://github.com/avidenic>, Mălin Brândușe <https://github.com/malinushj>, SPWizard01 <https://github.com/SPWizard01>. |
358
18891