@types/react-window
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-window 1.7 | ||
// Type definitions for react-window 1.8 | ||
// Project: https://github.com/bvaughn/react-window/, http://react-window.now.sh | ||
@@ -23,3 +23,3 @@ // Definitions by: Martynas Kadiša <https://github.com/martynaskadisa> | ||
export type ScrollDirection = "forward" | "backward"; | ||
export type Align = "auto" | "center" | "end" | "start"; | ||
export type Align = "auto" | "smart" | "center" | "end" | "start"; | ||
@@ -376,2 +376,6 @@ export interface ListChildComponentProps { | ||
* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.) | ||
* - smart | ||
* - If the item is already visible, don't scroll at all. | ||
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible. | ||
* - If it is more than one viewport away, scroll so that it is centered within the list. | ||
* - center - Center align the item within the list. | ||
@@ -396,2 +400,6 @@ * - end - Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists). | ||
* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.) | ||
* - smart | ||
* - If the item is already visible, don't scroll at all. | ||
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible. | ||
* - If it is more than one viewport away, scroll so that it is centered within the list. | ||
* - center - Center align the item within the list. | ||
@@ -426,2 +434,6 @@ * - end - Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists). | ||
* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.) | ||
* - smart | ||
* - If the item is already visible, don't scroll at all. | ||
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible. | ||
* - If it is more than one viewport away, scroll so that it is centered within the grid. | ||
* - center - Center align the item within the grid. | ||
@@ -452,2 +464,6 @@ * - end - Align the item to the bottom, right hand side of the grid. | ||
* - auto (default) - Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.) | ||
* - smart | ||
* - If the item is already visible, don't scroll at all. | ||
* - If it is less than one viewport away, scroll as little as possible so that it becomes visible. | ||
* - If it is more than one viewport away, scroll so that it is centered within the grid. | ||
* - center - Center align the item within the grid. | ||
@@ -454,0 +470,0 @@ * - end - Align the item to the bottom, right hand side of the grid. |
{ | ||
"name": "@types/react-window", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "TypeScript definitions for react-window", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b5d7b180bb0fb8445319d037ce88980b9430a3dd5d27525234f6d0a71cbe038c", | ||
"typesPublisherContentHash": "8966013fe5cfddc815a19ba67b5f96b41c4a923e93738d4d6027b8f7c3d52158", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 02 Apr 2019 23:58:14 GMT | ||
* Last updated: Mon, 15 Apr 2019 19:45:24 GMT | ||
* Dependencies: @types/react | ||
@@ -14,0 +14,0 @@ * Global values: none |
25238
4.7%508
3.25%