From 5a3189620e77359a62f6fd02ca23e922a89f46a1 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:58:25 +0900 Subject: [PATCH] 0.11.0 --- docs/API.md | 18 +-- docs/interfaces/CacheSnapshot.md | 2 +- docs/interfaces/CustomCellComponentProps.md | 4 +- docs/interfaces/CustomItemComponentProps.md | 4 +- .../CustomViewportComponentProps.md | 10 +- docs/interfaces/VGridHandle.md | 12 +- docs/interfaces/VGridProps.md | 136 ++++++++--------- docs/interfaces/VListHandle.md | 14 +- docs/interfaces/VListProps.md | 140 +++++++++--------- docs/interfaces/WVListHandle.md | 2 +- docs/interfaces/WVListProps.md | 134 ++++++++--------- package-lock.json | 4 +- package.json | 2 +- 13 files changed, 241 insertions(+), 241 deletions(-) diff --git a/docs/API.md b/docs/API.md index 673d0f335..68685a540 100644 --- a/docs/API.md +++ b/docs/API.md @@ -50,7 +50,7 @@ Virtualized list component. See [VListProps](interfaces/VListProps.md) and [VLis #### Defined in -node_modules/@types/react/index.d.ts:393 +node_modules/@types/react/index.d.ts:428 ___ @@ -72,7 +72,7 @@ Virtualized grid component. See [VGridProps](interfaces/VGridProps.md) and [VGri #### Defined in -node_modules/@types/react/index.d.ts:393 +node_modules/@types/react/index.d.ts:428 ___ @@ -94,7 +94,7 @@ Virtualized list component controlled by the window scrolling. See [WVListProps] #### Defined in -node_modules/@types/react/index.d.ts:393 +node_modules/@types/react/index.d.ts:428 ## Type Aliases @@ -109,7 +109,7 @@ Alignment of item when calling scrollToIndex method. #### Defined in -[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/d011b3fe/src/core/types.ts#L25) +[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/c2ef64d1/src/core/types.ts#L25) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/react/VList.tsx:38](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L38) +[src/react/VList.tsx:46](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L46) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L45) +[src/react/VGrid.tsx:51](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L51) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L9) +[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/Viewport.tsx#L9) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L63) +[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/Viewport.tsx#L63) ___ @@ -159,4 +159,4 @@ ___ #### Defined in -[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L23) +[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/ListItem.tsx#L23) diff --git a/docs/interfaces/CacheSnapshot.md b/docs/interfaces/CacheSnapshot.md index 8a0a67cb1..ada6601cc 100644 --- a/docs/interfaces/CacheSnapshot.md +++ b/docs/interfaces/CacheSnapshot.md @@ -18,4 +18,4 @@ Serializable cache snapshot. #### Defined in -[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/d011b3fe/src/core/types.ts#L16) +[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/c2ef64d1/src/core/types.ts#L16) diff --git a/docs/interfaces/CustomCellComponentProps.md b/docs/interfaces/CustomCellComponentProps.md index 7f6c513d2..cd216ee47 100644 --- a/docs/interfaces/CustomCellComponentProps.md +++ b/docs/interfaces/CustomCellComponentProps.md @@ -17,7 +17,7 @@ Props of customized cell component for [VGrid](../API.md#vgrid). #### Defined in -[src/react/VGrid.tsx:41](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L41) +[src/react/VGrid.tsx:47](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L47) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L42) +[src/react/VGrid.tsx:48](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L48) diff --git a/docs/interfaces/CustomItemComponentProps.md b/docs/interfaces/CustomItemComponentProps.md index f447b5682..ca7391fcf 100644 --- a/docs/interfaces/CustomItemComponentProps.md +++ b/docs/interfaces/CustomItemComponentProps.md @@ -17,7 +17,7 @@ Props of customized item component for [VList](../API.md#vlist). #### Defined in -[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L19) +[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/ListItem.tsx#L19) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L20) +[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/ListItem.tsx#L20) diff --git a/docs/interfaces/CustomViewportComponentProps.md b/docs/interfaces/CustomViewportComponentProps.md index ab138244d..5580471aa 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/d011b3fe/src/react/Viewport.tsx#L22) +[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/c2ef64d1/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/d011b3fe/src/react/Viewport.tsx#L26) +[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/c2ef64d1/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/d011b3fe/src/react/Viewport.tsx#L30) +[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/c2ef64d1/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/d011b3fe/src/react/Viewport.tsx#L34) +[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/c2ef64d1/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/d011b3fe/src/react/Viewport.tsx#L38) +[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/Viewport.tsx#L38) diff --git a/docs/interfaces/VGridHandle.md b/docs/interfaces/VGridHandle.md index 20a7eb1c3..c1d6f42be 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:165](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L165) +[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L171) ___ @@ -60,7 +60,7 @@ Scroll to the given offset. #### Defined in -[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L171) +[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L177) ___ @@ -83,7 +83,7 @@ Scroll by the given offset. #### Defined in -[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L177) +[src/react/VGrid.tsx:183](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L183) ## Properties @@ -95,7 +95,7 @@ Get current scrollTop or scrollLeft. #### Defined in -[src/react/VGrid.tsx:151](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L151) +[src/react/VGrid.tsx:157](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L157) ___ @@ -107,7 +107,7 @@ Get current scrollHeight or scrollWidth. #### Defined in -[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L155) +[src/react/VGrid.tsx:161](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L161) ___ @@ -119,4 +119,4 @@ Get current offsetHeight or offsetWidth. #### Defined in -[src/react/VGrid.tsx:159](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L159) +[src/react/VGrid.tsx:165](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L165) diff --git a/docs/interfaces/VGridProps.md b/docs/interfaces/VGridProps.md index 867e11289..36558ce8a 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:187](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L187) +[src/react/VGrid.tsx:193](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L193) ___ @@ -119,7 +119,7 @@ Total row length of grid. #### Defined in -[src/react/VGrid.tsx:200](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L200) +[src/react/VGrid.tsx:206](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L206) ___ @@ -131,7 +131,7 @@ Total column length of grid. #### Defined in -[src/react/VGrid.tsx:204](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L204) +[src/react/VGrid.tsx:210](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L210) ___ @@ -147,7 +147,7 @@ Cell height hint for unmeasured items. It's recommended to specify this prop if #### Defined in -[src/react/VGrid.tsx:209](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L209) +[src/react/VGrid.tsx:215](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L215) ___ @@ -163,7 +163,7 @@ Cell width hint for unmeasured items. It's recommended to specify this prop if i #### Defined in -[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L214) +[src/react/VGrid.tsx:220](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L220) ___ @@ -179,7 +179,7 @@ Number of items to render above/below the visible bounds of the grid. You can in #### Defined in -[src/react/VGrid.tsx:219](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L219) +[src/react/VGrid.tsx:225](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L225) ___ @@ -191,7 +191,7 @@ If set, the specified amount of rows will be mounted in the initial rendering re #### Defined in -[src/react/VGrid.tsx:223](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L223) +[src/react/VGrid.tsx:229](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L229) ___ @@ -203,7 +203,7 @@ If set, the specified amount of cols will be mounted in the initial rendering re #### Defined in -[src/react/VGrid.tsx:227](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L227) +[src/react/VGrid.tsx:233](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L233) ___ @@ -215,7 +215,7 @@ You have to set true if you use this component under `direction: rtl` style. #### Defined in -[src/react/VGrid.tsx:231](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L231) +[src/react/VGrid.tsx:237](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L237) ___ @@ -234,7 +234,7 @@ Customized components for advanced usage. #### Defined in -[src/react/VGrid.tsx:235](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L235) +[src/react/VGrid.tsx:241](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VGrid.tsx#L241) ___ @@ -248,7 +248,7 @@ ViewportComponentAttributes.className #### Defined in -node_modules/@types/react/index.d.ts:1930 +node_modules/@types/react/index.d.ts:1987 ___ @@ -262,7 +262,7 @@ ViewportComponentAttributes.style #### Defined in -node_modules/@types/react/index.d.ts:1942 +node_modules/@types/react/index.d.ts:1999 ___ @@ -276,7 +276,7 @@ ViewportComponentAttributes.id #### Defined in -node_modules/@types/react/index.d.ts:1936 +node_modules/@types/react/index.d.ts:1993 ___ @@ -290,7 +290,7 @@ ViewportComponentAttributes.role #### Defined in -node_modules/@types/react/index.d.ts:1951 +node_modules/@types/react/index.d.ts:2008 ___ @@ -304,7 +304,7 @@ ViewportComponentAttributes.tabIndex #### Defined in -node_modules/@types/react/index.d.ts:1943 +node_modules/@types/react/index.d.ts:2000 ___ @@ -320,7 +320,7 @@ ViewportComponentAttributes.aria-activedescendant #### Defined in -node_modules/@types/react/index.d.ts:1637 +node_modules/@types/react/index.d.ts:1683 ___ @@ -336,7 +336,7 @@ ViewportComponentAttributes.aria-atomic #### Defined in -node_modules/@types/react/index.d.ts:1639 +node_modules/@types/react/index.d.ts:1685 ___ @@ -353,7 +353,7 @@ ViewportComponentAttributes.aria-autocomplete #### Defined in -node_modules/@types/react/index.d.ts:1644 +node_modules/@types/react/index.d.ts:1690 ___ @@ -373,7 +373,7 @@ ViewportComponentAttributes.aria-braillelabel #### Defined in -node_modules/@types/react/index.d.ts:1650 +node_modules/@types/react/index.d.ts:1696 ___ @@ -393,7 +393,7 @@ ViewportComponentAttributes.aria-brailleroledescription #### Defined in -node_modules/@types/react/index.d.ts:1655 +node_modules/@types/react/index.d.ts:1701 ___ @@ -407,7 +407,7 @@ ViewportComponentAttributes.aria-busy #### Defined in -node_modules/@types/react/index.d.ts:1656 +node_modules/@types/react/index.d.ts:1702 ___ @@ -428,7 +428,7 @@ ViewportComponentAttributes.aria-checked #### Defined in -node_modules/@types/react/index.d.ts:1661 +node_modules/@types/react/index.d.ts:1707 ___ @@ -448,7 +448,7 @@ ViewportComponentAttributes.aria-colcount #### Defined in -node_modules/@types/react/index.d.ts:1666 +node_modules/@types/react/index.d.ts:1712 ___ @@ -469,7 +469,7 @@ ViewportComponentAttributes.aria-colindex #### Defined in -node_modules/@types/react/index.d.ts:1671 +node_modules/@types/react/index.d.ts:1717 ___ @@ -489,7 +489,7 @@ ViewportComponentAttributes.aria-colindextext #### Defined in -node_modules/@types/react/index.d.ts:1676 +node_modules/@types/react/index.d.ts:1722 ___ @@ -510,7 +510,7 @@ ViewportComponentAttributes.aria-colspan #### Defined in -node_modules/@types/react/index.d.ts:1681 +node_modules/@types/react/index.d.ts:1727 ___ @@ -530,7 +530,7 @@ ViewportComponentAttributes.aria-controls #### Defined in -node_modules/@types/react/index.d.ts:1686 +node_modules/@types/react/index.d.ts:1732 ___ @@ -546,7 +546,7 @@ ViewportComponentAttributes.aria-current #### Defined in -node_modules/@types/react/index.d.ts:1688 +node_modules/@types/react/index.d.ts:1734 ___ @@ -566,7 +566,7 @@ ViewportComponentAttributes.aria-describedby #### Defined in -node_modules/@types/react/index.d.ts:1693 +node_modules/@types/react/index.d.ts:1739 ___ @@ -586,7 +586,7 @@ ViewportComponentAttributes.aria-description #### Defined in -node_modules/@types/react/index.d.ts:1698 +node_modules/@types/react/index.d.ts:1744 ___ @@ -606,7 +606,7 @@ ViewportComponentAttributes.aria-details #### Defined in -node_modules/@types/react/index.d.ts:1703 +node_modules/@types/react/index.d.ts:1749 ___ @@ -627,7 +627,7 @@ ViewportComponentAttributes.aria-disabled #### Defined in -node_modules/@types/react/index.d.ts:1708 +node_modules/@types/react/index.d.ts:1754 ___ @@ -647,7 +647,7 @@ ViewportComponentAttributes.aria-dropeffect #### Defined in -node_modules/@types/react/index.d.ts:1713 +node_modules/@types/react/index.d.ts:1759 ___ @@ -668,7 +668,7 @@ ViewportComponentAttributes.aria-errormessage #### Defined in -node_modules/@types/react/index.d.ts:1718 +node_modules/@types/react/index.d.ts:1764 ___ @@ -684,7 +684,7 @@ ViewportComponentAttributes.aria-expanded #### Defined in -node_modules/@types/react/index.d.ts:1720 +node_modules/@types/react/index.d.ts:1766 ___ @@ -701,7 +701,7 @@ ViewportComponentAttributes.aria-flowto #### Defined in -node_modules/@types/react/index.d.ts:1725 +node_modules/@types/react/index.d.ts:1771 ___ @@ -721,7 +721,7 @@ ViewportComponentAttributes.aria-grabbed #### Defined in -node_modules/@types/react/index.d.ts:1730 +node_modules/@types/react/index.d.ts:1776 ___ @@ -737,7 +737,7 @@ ViewportComponentAttributes.aria-haspopup #### Defined in -node_modules/@types/react/index.d.ts:1732 +node_modules/@types/react/index.d.ts:1778 ___ @@ -757,7 +757,7 @@ ViewportComponentAttributes.aria-hidden #### Defined in -node_modules/@types/react/index.d.ts:1737 +node_modules/@types/react/index.d.ts:1783 ___ @@ -777,7 +777,7 @@ ViewportComponentAttributes.aria-invalid #### Defined in -node_modules/@types/react/index.d.ts:1742 +node_modules/@types/react/index.d.ts:1788 ___ @@ -793,7 +793,7 @@ ViewportComponentAttributes.aria-keyshortcuts #### Defined in -node_modules/@types/react/index.d.ts:1744 +node_modules/@types/react/index.d.ts:1790 ___ @@ -813,7 +813,7 @@ ViewportComponentAttributes.aria-label #### Defined in -node_modules/@types/react/index.d.ts:1749 +node_modules/@types/react/index.d.ts:1795 ___ @@ -833,7 +833,7 @@ ViewportComponentAttributes.aria-labelledby #### Defined in -node_modules/@types/react/index.d.ts:1754 +node_modules/@types/react/index.d.ts:1800 ___ @@ -849,7 +849,7 @@ ViewportComponentAttributes.aria-level #### Defined in -node_modules/@types/react/index.d.ts:1756 +node_modules/@types/react/index.d.ts:1802 ___ @@ -865,7 +865,7 @@ ViewportComponentAttributes.aria-live #### Defined in -node_modules/@types/react/index.d.ts:1758 +node_modules/@types/react/index.d.ts:1804 ___ @@ -881,7 +881,7 @@ ViewportComponentAttributes.aria-modal #### Defined in -node_modules/@types/react/index.d.ts:1760 +node_modules/@types/react/index.d.ts:1806 ___ @@ -897,7 +897,7 @@ ViewportComponentAttributes.aria-multiline #### Defined in -node_modules/@types/react/index.d.ts:1762 +node_modules/@types/react/index.d.ts:1808 ___ @@ -913,7 +913,7 @@ ViewportComponentAttributes.aria-multiselectable #### Defined in -node_modules/@types/react/index.d.ts:1764 +node_modules/@types/react/index.d.ts:1810 ___ @@ -929,7 +929,7 @@ ViewportComponentAttributes.aria-orientation #### Defined in -node_modules/@types/react/index.d.ts:1766 +node_modules/@types/react/index.d.ts:1812 ___ @@ -950,7 +950,7 @@ ViewportComponentAttributes.aria-owns #### Defined in -node_modules/@types/react/index.d.ts:1772 +node_modules/@types/react/index.d.ts:1818 ___ @@ -967,7 +967,7 @@ ViewportComponentAttributes.aria-placeholder #### Defined in -node_modules/@types/react/index.d.ts:1777 +node_modules/@types/react/index.d.ts:1823 ___ @@ -987,7 +987,7 @@ ViewportComponentAttributes.aria-posinset #### Defined in -node_modules/@types/react/index.d.ts:1782 +node_modules/@types/react/index.d.ts:1828 ___ @@ -1008,7 +1008,7 @@ ViewportComponentAttributes.aria-pressed #### Defined in -node_modules/@types/react/index.d.ts:1787 +node_modules/@types/react/index.d.ts:1833 ___ @@ -1028,7 +1028,7 @@ ViewportComponentAttributes.aria-readonly #### Defined in -node_modules/@types/react/index.d.ts:1792 +node_modules/@types/react/index.d.ts:1838 ___ @@ -1048,7 +1048,7 @@ ViewportComponentAttributes.aria-relevant #### Defined in -node_modules/@types/react/index.d.ts:1797 +node_modules/@types/react/index.d.ts:1843 ___ @@ -1064,7 +1064,7 @@ ViewportComponentAttributes.aria-required #### Defined in -node_modules/@types/react/index.d.ts:1799 +node_modules/@types/react/index.d.ts:1856 ___ @@ -1080,7 +1080,7 @@ ViewportComponentAttributes.aria-roledescription #### Defined in -node_modules/@types/react/index.d.ts:1801 +node_modules/@types/react/index.d.ts:1858 ___ @@ -1100,7 +1100,7 @@ ViewportComponentAttributes.aria-rowcount #### Defined in -node_modules/@types/react/index.d.ts:1806 +node_modules/@types/react/index.d.ts:1863 ___ @@ -1121,7 +1121,7 @@ ViewportComponentAttributes.aria-rowindex #### Defined in -node_modules/@types/react/index.d.ts:1811 +node_modules/@types/react/index.d.ts:1868 ___ @@ -1141,7 +1141,7 @@ ViewportComponentAttributes.aria-rowindextext #### Defined in -node_modules/@types/react/index.d.ts:1816 +node_modules/@types/react/index.d.ts:1873 ___ @@ -1162,7 +1162,7 @@ ViewportComponentAttributes.aria-rowspan #### Defined in -node_modules/@types/react/index.d.ts:1821 +node_modules/@types/react/index.d.ts:1878 ___ @@ -1183,7 +1183,7 @@ ViewportComponentAttributes.aria-selected #### Defined in -node_modules/@types/react/index.d.ts:1826 +node_modules/@types/react/index.d.ts:1883 ___ @@ -1203,7 +1203,7 @@ ViewportComponentAttributes.aria-setsize #### Defined in -node_modules/@types/react/index.d.ts:1831 +node_modules/@types/react/index.d.ts:1888 ___ @@ -1219,7 +1219,7 @@ ViewportComponentAttributes.aria-sort #### Defined in -node_modules/@types/react/index.d.ts:1833 +node_modules/@types/react/index.d.ts:1890 ___ @@ -1235,7 +1235,7 @@ ViewportComponentAttributes.aria-valuemax #### Defined in -node_modules/@types/react/index.d.ts:1835 +node_modules/@types/react/index.d.ts:1892 ___ @@ -1251,7 +1251,7 @@ ViewportComponentAttributes.aria-valuemin #### Defined in -node_modules/@types/react/index.d.ts:1837 +node_modules/@types/react/index.d.ts:1894 ___ @@ -1271,7 +1271,7 @@ ViewportComponentAttributes.aria-valuenow #### Defined in -node_modules/@types/react/index.d.ts:1842 +node_modules/@types/react/index.d.ts:1899 ___ @@ -1287,4 +1287,4 @@ ViewportComponentAttributes.aria-valuetext #### Defined in -node_modules/@types/react/index.d.ts:1844 +node_modules/@types/react/index.d.ts:1901 diff --git a/docs/interfaces/VListHandle.md b/docs/interfaces/VListHandle.md index 63dae7bc2..753462952 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:69](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L69) +[src/react/VList.tsx:77](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L77) ___ @@ -60,7 +60,7 @@ Scroll to the given offset. #### Defined in -[src/react/VList.tsx:74](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L74) +[src/react/VList.tsx:82](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L82) ___ @@ -82,7 +82,7 @@ Scroll by the given offset. #### Defined in -[src/react/VList.tsx:79](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L79) +[src/react/VList.tsx:87](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L87) ## Properties @@ -94,7 +94,7 @@ Get current [CacheSnapshot](CacheSnapshot.md). #### Defined in -[src/react/VList.tsx:51](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L51) +[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L59) ___ @@ -106,7 +106,7 @@ Get current scrollTop or scrollLeft. #### Defined in -[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L55) +[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L63) ___ @@ -118,7 +118,7 @@ Get current scrollHeight or scrollWidth. #### Defined in -[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L59) +[src/react/VList.tsx:67](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L67) ___ @@ -130,4 +130,4 @@ Get current offsetHeight or offsetWidth. #### Defined in -[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L63) +[src/react/VList.tsx:71](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L71) diff --git a/docs/interfaces/VListProps.md b/docs/interfaces/VListProps.md index e451545db..8e6fe8082 100644 --- a/docs/interfaces/VListProps.md +++ b/docs/interfaces/VListProps.md @@ -93,7 +93,7 @@ Elements rendered by this component. #### Defined in -[src/react/VList.tsx:89](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L89) +[src/react/VList.tsx:97](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L97) ___ @@ -109,7 +109,7 @@ Number of items to render above/below the visible bounds of the list. You can in #### Defined in -[src/react/VList.tsx:94](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L94) +[src/react/VList.tsx:102](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L102) ___ @@ -124,7 +124,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite #### Defined in -[src/react/VList.tsx:101](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L101) +[src/react/VList.tsx:109](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L109) ___ @@ -136,7 +136,7 @@ If set, the specified amount of items will be mounted in the initial rendering r #### Defined in -[src/react/VList.tsx:105](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L105) +[src/react/VList.tsx:113](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L113) ___ @@ -148,7 +148,7 @@ While true is set, scroll position will be maintained from the end not usual sta #### Defined in -[src/react/VList.tsx:109](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L109) +[src/react/VList.tsx:117](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L117) ___ @@ -160,7 +160,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver #### Defined in -[src/react/VList.tsx:113](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L113) +[src/react/VList.tsx:121](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L121) ___ @@ -175,7 +175,7 @@ Scroll modes that should be set in certain situations. #### Defined in -[src/react/VList.tsx:120](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L120) +[src/react/VList.tsx:128](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L128) ___ @@ -187,7 +187,7 @@ You can restore cache by passing a [CacheSnapshot](CacheSnapshot.md) on mount. T #### Defined in -[src/react/VList.tsx:124](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L124) +[src/react/VList.tsx:132](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L132) ___ @@ -206,7 +206,7 @@ Customized components for advanced usage. #### Defined in -[src/react/VList.tsx:128](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L128) +[src/react/VList.tsx:136](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L136) ___ @@ -232,7 +232,7 @@ Callback invoked whenever scroll offset changes. #### Defined in -[src/react/VList.tsx:144](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L144) +[src/react/VList.tsx:152](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L152) ___ @@ -252,7 +252,7 @@ Callback invoked when scrolling stops. #### Defined in -[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L148) +[src/react/VList.tsx:156](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L156) ___ @@ -279,7 +279,7 @@ Callback invoked when visible items range changes. #### Defined in -[src/react/VList.tsx:152](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L152) +[src/react/VList.tsx:160](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/VList.tsx#L160) ___ @@ -293,7 +293,7 @@ ViewportComponentAttributes.className #### Defined in -node_modules/@types/react/index.d.ts:1930 +node_modules/@types/react/index.d.ts:1987 ___ @@ -307,7 +307,7 @@ ViewportComponentAttributes.style #### Defined in -node_modules/@types/react/index.d.ts:1942 +node_modules/@types/react/index.d.ts:1999 ___ @@ -321,7 +321,7 @@ ViewportComponentAttributes.id #### Defined in -node_modules/@types/react/index.d.ts:1936 +node_modules/@types/react/index.d.ts:1993 ___ @@ -335,7 +335,7 @@ ViewportComponentAttributes.role #### Defined in -node_modules/@types/react/index.d.ts:1951 +node_modules/@types/react/index.d.ts:2008 ___ @@ -349,7 +349,7 @@ ViewportComponentAttributes.tabIndex #### Defined in -node_modules/@types/react/index.d.ts:1943 +node_modules/@types/react/index.d.ts:2000 ___ @@ -365,7 +365,7 @@ ViewportComponentAttributes.aria-activedescendant #### Defined in -node_modules/@types/react/index.d.ts:1637 +node_modules/@types/react/index.d.ts:1683 ___ @@ -381,7 +381,7 @@ ViewportComponentAttributes.aria-atomic #### Defined in -node_modules/@types/react/index.d.ts:1639 +node_modules/@types/react/index.d.ts:1685 ___ @@ -398,7 +398,7 @@ ViewportComponentAttributes.aria-autocomplete #### Defined in -node_modules/@types/react/index.d.ts:1644 +node_modules/@types/react/index.d.ts:1690 ___ @@ -418,7 +418,7 @@ ViewportComponentAttributes.aria-braillelabel #### Defined in -node_modules/@types/react/index.d.ts:1650 +node_modules/@types/react/index.d.ts:1696 ___ @@ -438,7 +438,7 @@ ViewportComponentAttributes.aria-brailleroledescription #### Defined in -node_modules/@types/react/index.d.ts:1655 +node_modules/@types/react/index.d.ts:1701 ___ @@ -452,7 +452,7 @@ ViewportComponentAttributes.aria-busy #### Defined in -node_modules/@types/react/index.d.ts:1656 +node_modules/@types/react/index.d.ts:1702 ___ @@ -473,7 +473,7 @@ ViewportComponentAttributes.aria-checked #### Defined in -node_modules/@types/react/index.d.ts:1661 +node_modules/@types/react/index.d.ts:1707 ___ @@ -493,7 +493,7 @@ ViewportComponentAttributes.aria-colcount #### Defined in -node_modules/@types/react/index.d.ts:1666 +node_modules/@types/react/index.d.ts:1712 ___ @@ -514,7 +514,7 @@ ViewportComponentAttributes.aria-colindex #### Defined in -node_modules/@types/react/index.d.ts:1671 +node_modules/@types/react/index.d.ts:1717 ___ @@ -534,7 +534,7 @@ ViewportComponentAttributes.aria-colindextext #### Defined in -node_modules/@types/react/index.d.ts:1676 +node_modules/@types/react/index.d.ts:1722 ___ @@ -555,7 +555,7 @@ ViewportComponentAttributes.aria-colspan #### Defined in -node_modules/@types/react/index.d.ts:1681 +node_modules/@types/react/index.d.ts:1727 ___ @@ -575,7 +575,7 @@ ViewportComponentAttributes.aria-controls #### Defined in -node_modules/@types/react/index.d.ts:1686 +node_modules/@types/react/index.d.ts:1732 ___ @@ -591,7 +591,7 @@ ViewportComponentAttributes.aria-current #### Defined in -node_modules/@types/react/index.d.ts:1688 +node_modules/@types/react/index.d.ts:1734 ___ @@ -611,7 +611,7 @@ ViewportComponentAttributes.aria-describedby #### Defined in -node_modules/@types/react/index.d.ts:1693 +node_modules/@types/react/index.d.ts:1739 ___ @@ -631,7 +631,7 @@ ViewportComponentAttributes.aria-description #### Defined in -node_modules/@types/react/index.d.ts:1698 +node_modules/@types/react/index.d.ts:1744 ___ @@ -651,7 +651,7 @@ ViewportComponentAttributes.aria-details #### Defined in -node_modules/@types/react/index.d.ts:1703 +node_modules/@types/react/index.d.ts:1749 ___ @@ -672,7 +672,7 @@ ViewportComponentAttributes.aria-disabled #### Defined in -node_modules/@types/react/index.d.ts:1708 +node_modules/@types/react/index.d.ts:1754 ___ @@ -692,7 +692,7 @@ ViewportComponentAttributes.aria-dropeffect #### Defined in -node_modules/@types/react/index.d.ts:1713 +node_modules/@types/react/index.d.ts:1759 ___ @@ -713,7 +713,7 @@ ViewportComponentAttributes.aria-errormessage #### Defined in -node_modules/@types/react/index.d.ts:1718 +node_modules/@types/react/index.d.ts:1764 ___ @@ -729,7 +729,7 @@ ViewportComponentAttributes.aria-expanded #### Defined in -node_modules/@types/react/index.d.ts:1720 +node_modules/@types/react/index.d.ts:1766 ___ @@ -746,7 +746,7 @@ ViewportComponentAttributes.aria-flowto #### Defined in -node_modules/@types/react/index.d.ts:1725 +node_modules/@types/react/index.d.ts:1771 ___ @@ -766,7 +766,7 @@ ViewportComponentAttributes.aria-grabbed #### Defined in -node_modules/@types/react/index.d.ts:1730 +node_modules/@types/react/index.d.ts:1776 ___ @@ -782,7 +782,7 @@ ViewportComponentAttributes.aria-haspopup #### Defined in -node_modules/@types/react/index.d.ts:1732 +node_modules/@types/react/index.d.ts:1778 ___ @@ -802,7 +802,7 @@ ViewportComponentAttributes.aria-hidden #### Defined in -node_modules/@types/react/index.d.ts:1737 +node_modules/@types/react/index.d.ts:1783 ___ @@ -822,7 +822,7 @@ ViewportComponentAttributes.aria-invalid #### Defined in -node_modules/@types/react/index.d.ts:1742 +node_modules/@types/react/index.d.ts:1788 ___ @@ -838,7 +838,7 @@ ViewportComponentAttributes.aria-keyshortcuts #### Defined in -node_modules/@types/react/index.d.ts:1744 +node_modules/@types/react/index.d.ts:1790 ___ @@ -858,7 +858,7 @@ ViewportComponentAttributes.aria-label #### Defined in -node_modules/@types/react/index.d.ts:1749 +node_modules/@types/react/index.d.ts:1795 ___ @@ -878,7 +878,7 @@ ViewportComponentAttributes.aria-labelledby #### Defined in -node_modules/@types/react/index.d.ts:1754 +node_modules/@types/react/index.d.ts:1800 ___ @@ -894,7 +894,7 @@ ViewportComponentAttributes.aria-level #### Defined in -node_modules/@types/react/index.d.ts:1756 +node_modules/@types/react/index.d.ts:1802 ___ @@ -910,7 +910,7 @@ ViewportComponentAttributes.aria-live #### Defined in -node_modules/@types/react/index.d.ts:1758 +node_modules/@types/react/index.d.ts:1804 ___ @@ -926,7 +926,7 @@ ViewportComponentAttributes.aria-modal #### Defined in -node_modules/@types/react/index.d.ts:1760 +node_modules/@types/react/index.d.ts:1806 ___ @@ -942,7 +942,7 @@ ViewportComponentAttributes.aria-multiline #### Defined in -node_modules/@types/react/index.d.ts:1762 +node_modules/@types/react/index.d.ts:1808 ___ @@ -958,7 +958,7 @@ ViewportComponentAttributes.aria-multiselectable #### Defined in -node_modules/@types/react/index.d.ts:1764 +node_modules/@types/react/index.d.ts:1810 ___ @@ -974,7 +974,7 @@ ViewportComponentAttributes.aria-orientation #### Defined in -node_modules/@types/react/index.d.ts:1766 +node_modules/@types/react/index.d.ts:1812 ___ @@ -995,7 +995,7 @@ ViewportComponentAttributes.aria-owns #### Defined in -node_modules/@types/react/index.d.ts:1772 +node_modules/@types/react/index.d.ts:1818 ___ @@ -1012,7 +1012,7 @@ ViewportComponentAttributes.aria-placeholder #### Defined in -node_modules/@types/react/index.d.ts:1777 +node_modules/@types/react/index.d.ts:1823 ___ @@ -1032,7 +1032,7 @@ ViewportComponentAttributes.aria-posinset #### Defined in -node_modules/@types/react/index.d.ts:1782 +node_modules/@types/react/index.d.ts:1828 ___ @@ -1053,7 +1053,7 @@ ViewportComponentAttributes.aria-pressed #### Defined in -node_modules/@types/react/index.d.ts:1787 +node_modules/@types/react/index.d.ts:1833 ___ @@ -1073,7 +1073,7 @@ ViewportComponentAttributes.aria-readonly #### Defined in -node_modules/@types/react/index.d.ts:1792 +node_modules/@types/react/index.d.ts:1838 ___ @@ -1093,7 +1093,7 @@ ViewportComponentAttributes.aria-relevant #### Defined in -node_modules/@types/react/index.d.ts:1797 +node_modules/@types/react/index.d.ts:1843 ___ @@ -1109,7 +1109,7 @@ ViewportComponentAttributes.aria-required #### Defined in -node_modules/@types/react/index.d.ts:1799 +node_modules/@types/react/index.d.ts:1856 ___ @@ -1125,7 +1125,7 @@ ViewportComponentAttributes.aria-roledescription #### Defined in -node_modules/@types/react/index.d.ts:1801 +node_modules/@types/react/index.d.ts:1858 ___ @@ -1145,7 +1145,7 @@ ViewportComponentAttributes.aria-rowcount #### Defined in -node_modules/@types/react/index.d.ts:1806 +node_modules/@types/react/index.d.ts:1863 ___ @@ -1166,7 +1166,7 @@ ViewportComponentAttributes.aria-rowindex #### Defined in -node_modules/@types/react/index.d.ts:1811 +node_modules/@types/react/index.d.ts:1868 ___ @@ -1186,7 +1186,7 @@ ViewportComponentAttributes.aria-rowindextext #### Defined in -node_modules/@types/react/index.d.ts:1816 +node_modules/@types/react/index.d.ts:1873 ___ @@ -1207,7 +1207,7 @@ ViewportComponentAttributes.aria-rowspan #### Defined in -node_modules/@types/react/index.d.ts:1821 +node_modules/@types/react/index.d.ts:1878 ___ @@ -1228,7 +1228,7 @@ ViewportComponentAttributes.aria-selected #### Defined in -node_modules/@types/react/index.d.ts:1826 +node_modules/@types/react/index.d.ts:1883 ___ @@ -1248,7 +1248,7 @@ ViewportComponentAttributes.aria-setsize #### Defined in -node_modules/@types/react/index.d.ts:1831 +node_modules/@types/react/index.d.ts:1888 ___ @@ -1264,7 +1264,7 @@ ViewportComponentAttributes.aria-sort #### Defined in -node_modules/@types/react/index.d.ts:1833 +node_modules/@types/react/index.d.ts:1890 ___ @@ -1280,7 +1280,7 @@ ViewportComponentAttributes.aria-valuemax #### Defined in -node_modules/@types/react/index.d.ts:1835 +node_modules/@types/react/index.d.ts:1892 ___ @@ -1296,7 +1296,7 @@ ViewportComponentAttributes.aria-valuemin #### Defined in -node_modules/@types/react/index.d.ts:1837 +node_modules/@types/react/index.d.ts:1894 ___ @@ -1316,7 +1316,7 @@ ViewportComponentAttributes.aria-valuenow #### Defined in -node_modules/@types/react/index.d.ts:1842 +node_modules/@types/react/index.d.ts:1899 ___ @@ -1332,4 +1332,4 @@ ViewportComponentAttributes.aria-valuetext #### Defined in -node_modules/@types/react/index.d.ts:1844 +node_modules/@types/react/index.d.ts:1901 diff --git a/docs/interfaces/WVListHandle.md b/docs/interfaces/WVListHandle.md index 3eb516312..bb361251d 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:47](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L47) +[src/react/WVList.tsx:55](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L55) diff --git a/docs/interfaces/WVListProps.md b/docs/interfaces/WVListProps.md index 9e0cfa2f7..ca1e46402 100644 --- a/docs/interfaces/WVListProps.md +++ b/docs/interfaces/WVListProps.md @@ -90,7 +90,7 @@ Elements rendered by this component. #### Defined in -[src/react/WVList.tsx:57](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L57) +[src/react/WVList.tsx:65](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L65) ___ @@ -106,7 +106,7 @@ Number of items to render above/below the visible bounds of the list. You can in #### Defined in -[src/react/WVList.tsx:62](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L62) +[src/react/WVList.tsx:70](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L70) ___ @@ -121,7 +121,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite #### Defined in -[src/react/WVList.tsx:69](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L69) +[src/react/WVList.tsx:77](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L77) ___ @@ -133,7 +133,7 @@ If set, the specified amount of items will be mounted in the initial rendering r #### Defined in -[src/react/WVList.tsx:73](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L73) +[src/react/WVList.tsx:81](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L81) ___ @@ -145,7 +145,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver #### Defined in -[src/react/WVList.tsx:77](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L77) +[src/react/WVList.tsx:85](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L85) ___ @@ -157,7 +157,7 @@ You can restore cache by passing a [CacheSnapshot](CacheSnapshot.md) on mount. T #### Defined in -[src/react/WVList.tsx:81](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L81) +[src/react/WVList.tsx:89](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L89) ___ @@ -176,7 +176,7 @@ Customized components for advanced usage. #### Defined in -[src/react/WVList.tsx:85](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L85) +[src/react/WVList.tsx:93](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L93) ___ @@ -196,7 +196,7 @@ Callback invoked when scrolling stops. #### Defined in -[src/react/WVList.tsx:100](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L100) +[src/react/WVList.tsx:108](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L108) ___ @@ -223,7 +223,7 @@ Callback invoked when visible items range changes. #### Defined in -[src/react/WVList.tsx:104](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/WVList.tsx#L104) +[src/react/WVList.tsx:112](https://github.com/inokawa/virtua/blob/c2ef64d1/src/react/WVList.tsx#L112) ___ @@ -237,7 +237,7 @@ ViewportComponentAttributes.className #### Defined in -node_modules/@types/react/index.d.ts:1930 +node_modules/@types/react/index.d.ts:1987 ___ @@ -251,7 +251,7 @@ ViewportComponentAttributes.style #### Defined in -node_modules/@types/react/index.d.ts:1942 +node_modules/@types/react/index.d.ts:1999 ___ @@ -265,7 +265,7 @@ ViewportComponentAttributes.id #### Defined in -node_modules/@types/react/index.d.ts:1936 +node_modules/@types/react/index.d.ts:1993 ___ @@ -279,7 +279,7 @@ ViewportComponentAttributes.role #### Defined in -node_modules/@types/react/index.d.ts:1951 +node_modules/@types/react/index.d.ts:2008 ___ @@ -293,7 +293,7 @@ ViewportComponentAttributes.tabIndex #### Defined in -node_modules/@types/react/index.d.ts:1943 +node_modules/@types/react/index.d.ts:2000 ___ @@ -309,7 +309,7 @@ ViewportComponentAttributes.aria-activedescendant #### Defined in -node_modules/@types/react/index.d.ts:1637 +node_modules/@types/react/index.d.ts:1683 ___ @@ -325,7 +325,7 @@ ViewportComponentAttributes.aria-atomic #### Defined in -node_modules/@types/react/index.d.ts:1639 +node_modules/@types/react/index.d.ts:1685 ___ @@ -342,7 +342,7 @@ ViewportComponentAttributes.aria-autocomplete #### Defined in -node_modules/@types/react/index.d.ts:1644 +node_modules/@types/react/index.d.ts:1690 ___ @@ -362,7 +362,7 @@ ViewportComponentAttributes.aria-braillelabel #### Defined in -node_modules/@types/react/index.d.ts:1650 +node_modules/@types/react/index.d.ts:1696 ___ @@ -382,7 +382,7 @@ ViewportComponentAttributes.aria-brailleroledescription #### Defined in -node_modules/@types/react/index.d.ts:1655 +node_modules/@types/react/index.d.ts:1701 ___ @@ -396,7 +396,7 @@ ViewportComponentAttributes.aria-busy #### Defined in -node_modules/@types/react/index.d.ts:1656 +node_modules/@types/react/index.d.ts:1702 ___ @@ -417,7 +417,7 @@ ViewportComponentAttributes.aria-checked #### Defined in -node_modules/@types/react/index.d.ts:1661 +node_modules/@types/react/index.d.ts:1707 ___ @@ -437,7 +437,7 @@ ViewportComponentAttributes.aria-colcount #### Defined in -node_modules/@types/react/index.d.ts:1666 +node_modules/@types/react/index.d.ts:1712 ___ @@ -458,7 +458,7 @@ ViewportComponentAttributes.aria-colindex #### Defined in -node_modules/@types/react/index.d.ts:1671 +node_modules/@types/react/index.d.ts:1717 ___ @@ -478,7 +478,7 @@ ViewportComponentAttributes.aria-colindextext #### Defined in -node_modules/@types/react/index.d.ts:1676 +node_modules/@types/react/index.d.ts:1722 ___ @@ -499,7 +499,7 @@ ViewportComponentAttributes.aria-colspan #### Defined in -node_modules/@types/react/index.d.ts:1681 +node_modules/@types/react/index.d.ts:1727 ___ @@ -519,7 +519,7 @@ ViewportComponentAttributes.aria-controls #### Defined in -node_modules/@types/react/index.d.ts:1686 +node_modules/@types/react/index.d.ts:1732 ___ @@ -535,7 +535,7 @@ ViewportComponentAttributes.aria-current #### Defined in -node_modules/@types/react/index.d.ts:1688 +node_modules/@types/react/index.d.ts:1734 ___ @@ -555,7 +555,7 @@ ViewportComponentAttributes.aria-describedby #### Defined in -node_modules/@types/react/index.d.ts:1693 +node_modules/@types/react/index.d.ts:1739 ___ @@ -575,7 +575,7 @@ ViewportComponentAttributes.aria-description #### Defined in -node_modules/@types/react/index.d.ts:1698 +node_modules/@types/react/index.d.ts:1744 ___ @@ -595,7 +595,7 @@ ViewportComponentAttributes.aria-details #### Defined in -node_modules/@types/react/index.d.ts:1703 +node_modules/@types/react/index.d.ts:1749 ___ @@ -616,7 +616,7 @@ ViewportComponentAttributes.aria-disabled #### Defined in -node_modules/@types/react/index.d.ts:1708 +node_modules/@types/react/index.d.ts:1754 ___ @@ -636,7 +636,7 @@ ViewportComponentAttributes.aria-dropeffect #### Defined in -node_modules/@types/react/index.d.ts:1713 +node_modules/@types/react/index.d.ts:1759 ___ @@ -657,7 +657,7 @@ ViewportComponentAttributes.aria-errormessage #### Defined in -node_modules/@types/react/index.d.ts:1718 +node_modules/@types/react/index.d.ts:1764 ___ @@ -673,7 +673,7 @@ ViewportComponentAttributes.aria-expanded #### Defined in -node_modules/@types/react/index.d.ts:1720 +node_modules/@types/react/index.d.ts:1766 ___ @@ -690,7 +690,7 @@ ViewportComponentAttributes.aria-flowto #### Defined in -node_modules/@types/react/index.d.ts:1725 +node_modules/@types/react/index.d.ts:1771 ___ @@ -710,7 +710,7 @@ ViewportComponentAttributes.aria-grabbed #### Defined in -node_modules/@types/react/index.d.ts:1730 +node_modules/@types/react/index.d.ts:1776 ___ @@ -726,7 +726,7 @@ ViewportComponentAttributes.aria-haspopup #### Defined in -node_modules/@types/react/index.d.ts:1732 +node_modules/@types/react/index.d.ts:1778 ___ @@ -746,7 +746,7 @@ ViewportComponentAttributes.aria-hidden #### Defined in -node_modules/@types/react/index.d.ts:1737 +node_modules/@types/react/index.d.ts:1783 ___ @@ -766,7 +766,7 @@ ViewportComponentAttributes.aria-invalid #### Defined in -node_modules/@types/react/index.d.ts:1742 +node_modules/@types/react/index.d.ts:1788 ___ @@ -782,7 +782,7 @@ ViewportComponentAttributes.aria-keyshortcuts #### Defined in -node_modules/@types/react/index.d.ts:1744 +node_modules/@types/react/index.d.ts:1790 ___ @@ -802,7 +802,7 @@ ViewportComponentAttributes.aria-label #### Defined in -node_modules/@types/react/index.d.ts:1749 +node_modules/@types/react/index.d.ts:1795 ___ @@ -822,7 +822,7 @@ ViewportComponentAttributes.aria-labelledby #### Defined in -node_modules/@types/react/index.d.ts:1754 +node_modules/@types/react/index.d.ts:1800 ___ @@ -838,7 +838,7 @@ ViewportComponentAttributes.aria-level #### Defined in -node_modules/@types/react/index.d.ts:1756 +node_modules/@types/react/index.d.ts:1802 ___ @@ -854,7 +854,7 @@ ViewportComponentAttributes.aria-live #### Defined in -node_modules/@types/react/index.d.ts:1758 +node_modules/@types/react/index.d.ts:1804 ___ @@ -870,7 +870,7 @@ ViewportComponentAttributes.aria-modal #### Defined in -node_modules/@types/react/index.d.ts:1760 +node_modules/@types/react/index.d.ts:1806 ___ @@ -886,7 +886,7 @@ ViewportComponentAttributes.aria-multiline #### Defined in -node_modules/@types/react/index.d.ts:1762 +node_modules/@types/react/index.d.ts:1808 ___ @@ -902,7 +902,7 @@ ViewportComponentAttributes.aria-multiselectable #### Defined in -node_modules/@types/react/index.d.ts:1764 +node_modules/@types/react/index.d.ts:1810 ___ @@ -918,7 +918,7 @@ ViewportComponentAttributes.aria-orientation #### Defined in -node_modules/@types/react/index.d.ts:1766 +node_modules/@types/react/index.d.ts:1812 ___ @@ -939,7 +939,7 @@ ViewportComponentAttributes.aria-owns #### Defined in -node_modules/@types/react/index.d.ts:1772 +node_modules/@types/react/index.d.ts:1818 ___ @@ -956,7 +956,7 @@ ViewportComponentAttributes.aria-placeholder #### Defined in -node_modules/@types/react/index.d.ts:1777 +node_modules/@types/react/index.d.ts:1823 ___ @@ -976,7 +976,7 @@ ViewportComponentAttributes.aria-posinset #### Defined in -node_modules/@types/react/index.d.ts:1782 +node_modules/@types/react/index.d.ts:1828 ___ @@ -997,7 +997,7 @@ ViewportComponentAttributes.aria-pressed #### Defined in -node_modules/@types/react/index.d.ts:1787 +node_modules/@types/react/index.d.ts:1833 ___ @@ -1017,7 +1017,7 @@ ViewportComponentAttributes.aria-readonly #### Defined in -node_modules/@types/react/index.d.ts:1792 +node_modules/@types/react/index.d.ts:1838 ___ @@ -1037,7 +1037,7 @@ ViewportComponentAttributes.aria-relevant #### Defined in -node_modules/@types/react/index.d.ts:1797 +node_modules/@types/react/index.d.ts:1843 ___ @@ -1053,7 +1053,7 @@ ViewportComponentAttributes.aria-required #### Defined in -node_modules/@types/react/index.d.ts:1799 +node_modules/@types/react/index.d.ts:1856 ___ @@ -1069,7 +1069,7 @@ ViewportComponentAttributes.aria-roledescription #### Defined in -node_modules/@types/react/index.d.ts:1801 +node_modules/@types/react/index.d.ts:1858 ___ @@ -1089,7 +1089,7 @@ ViewportComponentAttributes.aria-rowcount #### Defined in -node_modules/@types/react/index.d.ts:1806 +node_modules/@types/react/index.d.ts:1863 ___ @@ -1110,7 +1110,7 @@ ViewportComponentAttributes.aria-rowindex #### Defined in -node_modules/@types/react/index.d.ts:1811 +node_modules/@types/react/index.d.ts:1868 ___ @@ -1130,7 +1130,7 @@ ViewportComponentAttributes.aria-rowindextext #### Defined in -node_modules/@types/react/index.d.ts:1816 +node_modules/@types/react/index.d.ts:1873 ___ @@ -1151,7 +1151,7 @@ ViewportComponentAttributes.aria-rowspan #### Defined in -node_modules/@types/react/index.d.ts:1821 +node_modules/@types/react/index.d.ts:1878 ___ @@ -1172,7 +1172,7 @@ ViewportComponentAttributes.aria-selected #### Defined in -node_modules/@types/react/index.d.ts:1826 +node_modules/@types/react/index.d.ts:1883 ___ @@ -1192,7 +1192,7 @@ ViewportComponentAttributes.aria-setsize #### Defined in -node_modules/@types/react/index.d.ts:1831 +node_modules/@types/react/index.d.ts:1888 ___ @@ -1208,7 +1208,7 @@ ViewportComponentAttributes.aria-sort #### Defined in -node_modules/@types/react/index.d.ts:1833 +node_modules/@types/react/index.d.ts:1890 ___ @@ -1224,7 +1224,7 @@ ViewportComponentAttributes.aria-valuemax #### Defined in -node_modules/@types/react/index.d.ts:1835 +node_modules/@types/react/index.d.ts:1892 ___ @@ -1240,7 +1240,7 @@ ViewportComponentAttributes.aria-valuemin #### Defined in -node_modules/@types/react/index.d.ts:1837 +node_modules/@types/react/index.d.ts:1894 ___ @@ -1260,7 +1260,7 @@ ViewportComponentAttributes.aria-valuenow #### Defined in -node_modules/@types/react/index.d.ts:1842 +node_modules/@types/react/index.d.ts:1899 ___ @@ -1276,4 +1276,4 @@ ViewportComponentAttributes.aria-valuetext #### Defined in -node_modules/@types/react/index.d.ts:1844 +node_modules/@types/react/index.d.ts:1901 diff --git a/package-lock.json b/package-lock.json index 3f6d1c279..ac00b8161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "virtua", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "virtua", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "devDependencies": { "@babel/plugin-transform-react-pure-annotations": "7.22.5", diff --git a/package.json b/package.json index 7c5c82080..14ceefb6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtua", - "version": "0.10.0", + "version": "0.11.0", "description": "A zero-config, fast and small (~3kB) virtual list and grid component for React.", "main": "lib/index.js", "module": "lib/index.mjs",