diff --git a/docs/API.md b/docs/API.md index 9c3234e8b..dc3fd9fa6 100644 --- a/docs/API.md +++ b/docs/API.md @@ -104,7 +104,7 @@ node_modules/@types/react/index.d.ts:395 #### Defined in -[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/core/types.ts#L25) +[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/f410388f/src/core/types.ts#L25) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/react/VGrid.tsx:49](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L49) +[src/react/VGrid.tsx:49](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L49) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L9) +[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L9) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L63) +[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L63) ___ @@ -144,4 +144,4 @@ ___ #### Defined in -[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/ListItem.tsx#L23) +[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/f410388f/src/react/ListItem.tsx#L23) diff --git a/docs/interfaces/CacheSnapshot.md b/docs/interfaces/CacheSnapshot.md index 11fccb48e..ed0839f6c 100644 --- a/docs/interfaces/CacheSnapshot.md +++ b/docs/interfaces/CacheSnapshot.md @@ -18,4 +18,4 @@ Serializable cache snapshot. #### Defined in -[src/core/types.ts:22](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/core/types.ts#L22) +[src/core/types.ts:22](https://github.com/inokawa/virtua/blob/f410388f/src/core/types.ts#L22) diff --git a/docs/interfaces/CustomCellComponentProps.md b/docs/interfaces/CustomCellComponentProps.md index 09e43fa10..fc63494d4 100644 --- a/docs/interfaces/CustomCellComponentProps.md +++ b/docs/interfaces/CustomCellComponentProps.md @@ -17,7 +17,7 @@ Props of customized cell component for [VGrid](../API.md#experimental_vgrid). #### Defined in -[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L45) +[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L45) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/react/VGrid.tsx:46](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L46) +[src/react/VGrid.tsx:46](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L46) diff --git a/docs/interfaces/CustomItemComponentProps.md b/docs/interfaces/CustomItemComponentProps.md index a53a52eb7..81c11e7e8 100644 --- a/docs/interfaces/CustomItemComponentProps.md +++ b/docs/interfaces/CustomItemComponentProps.md @@ -18,7 +18,7 @@ Props of customized item component for [VList](../API.md#vlist). #### Defined in -[src/react/ListItem.tsx:18](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/ListItem.tsx#L18) +[src/react/ListItem.tsx:18](https://github.com/inokawa/virtua/blob/f410388f/src/react/ListItem.tsx#L18) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/ListItem.tsx#L19) +[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/f410388f/src/react/ListItem.tsx#L19) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/ListItem.tsx#L20) +[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/f410388f/src/react/ListItem.tsx#L20) diff --git a/docs/interfaces/CustomViewportComponentProps.md b/docs/interfaces/CustomViewportComponentProps.md index 627842602..915b1fd86 100644 --- a/docs/interfaces/CustomViewportComponentProps.md +++ b/docs/interfaces/CustomViewportComponentProps.md @@ -22,7 +22,7 @@ Renderable item elements. #### Defined in -[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L22) +[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L22) ___ @@ -34,7 +34,7 @@ Attributes that should be passed to the scrollable element. #### Defined in -[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L26) +[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L26) ___ @@ -46,7 +46,7 @@ Total height of items. It's undefined if component is not vertically scrollable. #### Defined in -[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L30) +[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L30) ___ @@ -58,7 +58,7 @@ Total width of items. It's undefined if component is not horizontally scrollable #### Defined in -[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L34) +[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L34) ___ @@ -70,4 +70,4 @@ Currently component is scrolling or not. #### Defined in -[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/Viewport.tsx#L38) +[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/f410388f/src/react/Viewport.tsx#L38) diff --git a/docs/interfaces/ScrollToIndexOpts.md b/docs/interfaces/ScrollToIndexOpts.md index b2aab26e1..dba36d6c6 100644 --- a/docs/interfaces/ScrollToIndexOpts.md +++ b/docs/interfaces/ScrollToIndexOpts.md @@ -22,7 +22,7 @@ Alignment of item. #### Defined in -[src/core/types.ts:36](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/core/types.ts#L36) +[src/core/types.ts:36](https://github.com/inokawa/virtua/blob/f410388f/src/core/types.ts#L36) ___ @@ -36,4 +36,4 @@ If true, scrolling animates smoothly with [`behavior: smooth` of scrollTo](https #### Defined in -[src/core/types.ts:42](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/core/types.ts#L42) +[src/core/types.ts:42](https://github.com/inokawa/virtua/blob/f410388f/src/core/types.ts#L42) diff --git a/docs/interfaces/VGridHandle.md b/docs/interfaces/VGridHandle.md index 182b622fc..ecf6b5f0e 100644 --- a/docs/interfaces/VGridHandle.md +++ b/docs/interfaces/VGridHandle.md @@ -37,7 +37,7 @@ Scroll to the item specified by index. #### Defined in -[src/react/VGrid.tsx:136](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L136) +[src/react/VGrid.tsx:136](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L136) ___ @@ -60,7 +60,7 @@ Scroll to the given offset. #### Defined in -[src/react/VGrid.tsx:142](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L142) +[src/react/VGrid.tsx:142](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L142) ___ @@ -83,7 +83,7 @@ Scroll by the given offset. #### Defined in -[src/react/VGrid.tsx:148](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L148) +[src/react/VGrid.tsx:148](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L148) ## Properties @@ -95,7 +95,7 @@ Get current scrollTop or scrollLeft. #### Defined in -[src/react/VGrid.tsx:122](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L122) +[src/react/VGrid.tsx:122](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L122) ___ @@ -107,7 +107,7 @@ Get current scrollHeight or scrollWidth. #### Defined in -[src/react/VGrid.tsx:126](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L126) +[src/react/VGrid.tsx:126](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L126) ___ @@ -119,4 +119,4 @@ Get current offsetHeight or offsetWidth. #### Defined in -[src/react/VGrid.tsx:130](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L130) +[src/react/VGrid.tsx:130](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L130) diff --git a/docs/interfaces/VGridProps.md b/docs/interfaces/VGridProps.md index b5527ae7b..9b64f5896 100644 --- a/docs/interfaces/VGridProps.md +++ b/docs/interfaces/VGridProps.md @@ -107,7 +107,7 @@ A function to create elements rendered by this component. #### Defined in -[src/react/VGrid.tsx:158](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L158) +[src/react/VGrid.tsx:158](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L158) ___ @@ -119,7 +119,7 @@ Total row length of grid. #### Defined in -[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L171) +[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L171) ___ @@ -131,7 +131,7 @@ Total column length of grid. #### Defined in -[src/react/VGrid.tsx:175](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L175) +[src/react/VGrid.tsx:175](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L175) ___ @@ -149,7 +149,7 @@ Cell height hint for unmeasured items. It's recommended to specify this prop if #### Defined in -[src/react/VGrid.tsx:180](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L180) +[src/react/VGrid.tsx:180](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L180) ___ @@ -167,7 +167,7 @@ Cell width hint for unmeasured items. It's recommended to specify this prop if i #### Defined in -[src/react/VGrid.tsx:185](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L185) +[src/react/VGrid.tsx:185](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L185) ___ @@ -185,7 +185,7 @@ Number of items to render above/below the visible bounds of the grid. Lower valu #### Defined in -[src/react/VGrid.tsx:190](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L190) +[src/react/VGrid.tsx:190](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L190) ___ @@ -197,7 +197,7 @@ If set, the specified amount of rows will be mounted in the initial rendering re #### Defined in -[src/react/VGrid.tsx:194](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L194) +[src/react/VGrid.tsx:194](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L194) ___ @@ -209,7 +209,7 @@ If set, the specified amount of cols will be mounted in the initial rendering re #### Defined in -[src/react/VGrid.tsx:198](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L198) +[src/react/VGrid.tsx:198](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L198) ___ @@ -228,7 +228,7 @@ Customized components for advanced usage. #### Defined in -[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VGrid.tsx#L202) +[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/f410388f/src/react/VGrid.tsx#L202) ___ diff --git a/docs/interfaces/VListHandle.md b/docs/interfaces/VListHandle.md index da347799c..acbbcce6f 100644 --- a/docs/interfaces/VListHandle.md +++ b/docs/interfaces/VListHandle.md @@ -38,7 +38,7 @@ Scroll to the item specified by index. #### Defined in -[src/react/VList.tsx:73](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L73) +[src/react/VList.tsx:73](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L73) ___ @@ -60,7 +60,7 @@ Scroll to the given offset. #### Defined in -[src/react/VList.tsx:78](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L78) +[src/react/VList.tsx:78](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L78) ___ @@ -82,7 +82,7 @@ Scroll by the given offset. #### Defined in -[src/react/VList.tsx:83](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L83) +[src/react/VList.tsx:83](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L83) ## Properties @@ -94,7 +94,7 @@ Get current [CacheSnapshot](CacheSnapshot.md). #### Defined in -[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L55) +[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L55) ___ @@ -106,7 +106,7 @@ Get current scrollTop or scrollLeft. #### Defined in -[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L59) +[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L59) ___ @@ -118,7 +118,7 @@ Get current scrollHeight or scrollWidth. #### Defined in -[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L63) +[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L63) ___ @@ -130,4 +130,4 @@ Get current offsetHeight or offsetWidth. #### Defined in -[src/react/VList.tsx:67](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L67) +[src/react/VList.tsx:67](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L67) diff --git a/docs/interfaces/VListProps.md b/docs/interfaces/VListProps.md index 4d42949c7..9fc1ac4bd 100644 --- a/docs/interfaces/VListProps.md +++ b/docs/interfaces/VListProps.md @@ -97,7 +97,7 @@ You can also pass a function and set [VListProps.count](VListProps.md#count) to #### Defined in -[src/react/VList.tsx:95](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L95) +[src/react/VList.tsx:95](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L95) ___ @@ -109,7 +109,7 @@ If you set a function to [VListProps.children](VListProps.md#children), you have #### Defined in -[src/react/VList.tsx:99](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L99) +[src/react/VList.tsx:99](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L99) ___ @@ -127,7 +127,7 @@ Number of items to render above/below the visible bounds of the list. Lower valu #### Defined in -[src/react/VList.tsx:104](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L104) +[src/react/VList.tsx:104](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L104) ___ @@ -142,7 +142,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite #### Defined in -[src/react/VList.tsx:111](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L111) +[src/react/VList.tsx:111](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L111) ___ @@ -154,7 +154,7 @@ If set, the specified amount of items will be mounted in the initial rendering r #### Defined in -[src/react/VList.tsx:115](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L115) +[src/react/VList.tsx:115](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L115) ___ @@ -166,7 +166,7 @@ While true is set, scroll position will be maintained from the end not usual sta #### Defined in -[src/react/VList.tsx:119](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L119) +[src/react/VList.tsx:119](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L119) ___ @@ -178,7 +178,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver #### Defined in -[src/react/VList.tsx:123](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L123) +[src/react/VList.tsx:123](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L123) ___ @@ -190,7 +190,7 @@ If true, some styles will be adjusted to be suitable for bottom-to-top scrolling #### Defined in -[src/react/VList.tsx:127](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L127) +[src/react/VList.tsx:127](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L127) ___ @@ -202,7 +202,7 @@ You can restore cache by passing a [CacheSnapshot](CacheSnapshot.md) on mount. T #### Defined in -[src/react/VList.tsx:131](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L131) +[src/react/VList.tsx:131](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L131) ___ @@ -221,7 +221,7 @@ Customized components for advanced usage. #### Defined in -[src/react/VList.tsx:135](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L135) +[src/react/VList.tsx:135](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L135) ___ @@ -247,7 +247,7 @@ Callback invoked whenever scroll offset changes. #### Defined in -[src/react/VList.tsx:151](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L151) +[src/react/VList.tsx:151](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L151) ___ @@ -267,7 +267,7 @@ Callback invoked when scrolling stops. #### Defined in -[src/react/VList.tsx:155](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L155) +[src/react/VList.tsx:155](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L155) ___ @@ -294,7 +294,7 @@ Callback invoked when visible items range changes. #### Defined in -[src/react/VList.tsx:159](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/VList.tsx#L159) +[src/react/VList.tsx:159](https://github.com/inokawa/virtua/blob/f410388f/src/react/VList.tsx#L159) ___ diff --git a/docs/interfaces/WVListHandle.md b/docs/interfaces/WVListHandle.md index ff24a6135..f89e0950d 100644 --- a/docs/interfaces/WVListHandle.md +++ b/docs/interfaces/WVListHandle.md @@ -18,4 +18,4 @@ Get current [CacheSnapshot](CacheSnapshot.md). #### Defined in -[src/react/WVList.tsx:54](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L54) +[src/react/WVList.tsx:54](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L54) diff --git a/docs/interfaces/WVListProps.md b/docs/interfaces/WVListProps.md index f7adc654b..78afa61c4 100644 --- a/docs/interfaces/WVListProps.md +++ b/docs/interfaces/WVListProps.md @@ -95,7 +95,7 @@ You can also pass a function and set [WVListProps.count](WVListProps.md#count) t #### Defined in -[src/react/WVList.tsx:66](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L66) +[src/react/WVList.tsx:66](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L66) ___ @@ -107,7 +107,7 @@ If you set a function to [WVListProps.children](WVListProps.md#children), you ha #### Defined in -[src/react/WVList.tsx:70](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L70) +[src/react/WVList.tsx:70](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L70) ___ @@ -125,7 +125,7 @@ Number of items to render above/below the visible bounds of the list. Lower valu #### Defined in -[src/react/WVList.tsx:75](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L75) +[src/react/WVList.tsx:75](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L75) ___ @@ -140,7 +140,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite #### Defined in -[src/react/WVList.tsx:82](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L82) +[src/react/WVList.tsx:82](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L82) ___ @@ -152,7 +152,7 @@ If set, the specified amount of items will be mounted in the initial rendering r #### Defined in -[src/react/WVList.tsx:86](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L86) +[src/react/WVList.tsx:86](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L86) ___ @@ -164,7 +164,7 @@ While true is set, scroll position will be maintained from the end not usual sta #### Defined in -[src/react/WVList.tsx:90](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L90) +[src/react/WVList.tsx:90](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L90) ___ @@ -176,7 +176,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver #### Defined in -[src/react/WVList.tsx:94](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L94) +[src/react/WVList.tsx:94](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L94) ___ @@ -188,7 +188,7 @@ You can restore cache by passing a [CacheSnapshot](CacheSnapshot.md) on mount. T #### Defined in -[src/react/WVList.tsx:98](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L98) +[src/react/WVList.tsx:98](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L98) ___ @@ -207,7 +207,7 @@ Customized components for advanced usage. #### Defined in -[src/react/WVList.tsx:102](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L102) +[src/react/WVList.tsx:102](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L102) ___ @@ -227,7 +227,7 @@ Callback invoked when scrolling stops. #### Defined in -[src/react/WVList.tsx:117](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L117) +[src/react/WVList.tsx:117](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L117) ___ @@ -254,7 +254,7 @@ Callback invoked when visible items range changes. #### Defined in -[src/react/WVList.tsx:121](https://github.com/inokawa/virtua/blob/d6e2ccb2/src/react/WVList.tsx#L121) +[src/react/WVList.tsx:121](https://github.com/inokawa/virtua/blob/f410388f/src/react/WVList.tsx#L121) ___ diff --git a/package-lock.json b/package-lock.json index 30c93c716..f45845ab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "virtua", - "version": "0.17.4", + "version": "0.17.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "virtua", - "version": "0.17.4", + "version": "0.17.5", "license": "MIT", "devDependencies": { "@babel/plugin-transform-react-pure-annotations": "7.23.3", diff --git a/package.json b/package.json index e544c97c2..76789d5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtua", - "version": "0.17.4", + "version": "0.17.5", "description": "A zero-config, fast and small (~3kB) virtual list (and grid) component for React.", "main": "lib/index.js", "module": "lib/index.mjs",