react-infinite-grid-scroller
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "react-infinite-grid-scroller", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "infinite vertical or horizontal scroll using css grid layout", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -531,2 +531,3 @@ # react-infinite-grid-scroller (RIGS) | ||
contextType:'nativeType', | ||
scrollerID, // current scrollerID | ||
internalDropResult: { | ||
@@ -538,2 +539,4 @@ dataType, // location type of the drop - 'cellframe' or 'viewport' | ||
itemType, // the native type | ||
whitespaceposition, // 'head' or 'tail' for internaleDropResult.dataType == 'viewport' (ie. whitespace) | ||
listrange, // the current scroller listrange [lowindex, highindex] | ||
} | ||
@@ -540,0 +543,0 @@ ``` |
Sorry, the diff of this file is too big to display
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
735110
9962
719