Skip to content

Commit

Permalink
0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 16, 2024
1 parent da030da commit eaf0fae
Show file tree
Hide file tree
Showing 41 changed files with 387 additions and 323 deletions.
2 changes: 1 addition & 1 deletion docs/react/functions/VList.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Virtualized list component. See [VListProps](../interfaces/VListProps.md) and [V

## Defined in

[src/react/VList.tsx:44](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VList.tsx#L44)
[src/react/VList.tsx:44](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VList.tsx#L44)
2 changes: 1 addition & 1 deletion docs/react/functions/Virtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Customizable list virtualizer for advanced usage. See [VirtualizerProps](../inte

## Defined in

[src/react/Virtualizer.tsx:168](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L168)
[src/react/Virtualizer.tsx:168](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L168)
2 changes: 1 addition & 1 deletion docs/react/functions/WindowVirtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

## Defined in

[src/react/WindowVirtualizer.tsx:115](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/WindowVirtualizer.tsx#L115)
[src/react/WindowVirtualizer.tsx:115](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/WindowVirtualizer.tsx#L115)
2 changes: 1 addition & 1 deletion docs/react/functions/experimental_VGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Virtualized grid component. See [VGridProps](../interfaces/VGridProps.md) and [V

## Defined in

[src/react/VGrid.tsx:203](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L203)
[src/react/VGrid.tsx:203](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L203)
2 changes: 1 addition & 1 deletion docs/react/interfaces/CacheSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Serializable cache snapshot.
#### Defined in

[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/core/types.ts#L16)
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/core/types.ts#L16)
4 changes: 2 additions & 2 deletions docs/react/interfaces/CustomCellComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Props of customized cell component for [VGrid](../functions/experimental_VGrid.m
#### Defined in

[src/react/VGrid.tsx:33](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L33)
[src/react/VGrid.tsx:33](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L33)

***

Expand All @@ -24,4 +24,4 @@ Props of customized cell component for [VGrid](../functions/experimental_VGrid.m
#### Defined in

[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L34)
[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L34)
4 changes: 2 additions & 2 deletions docs/react/interfaces/CustomContainerComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#### Defined in

[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/types.ts#L10)
[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/types.ts#L10)

***

Expand All @@ -22,4 +22,4 @@
#### Defined in

[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/types.ts#L11)
[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/types.ts#L11)
6 changes: 3 additions & 3 deletions docs/react/interfaces/CustomItemComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Props of customized item component for [Virtualizer](../functions/Virtualizer.md
#### Defined in

[src/react/types.ts:23](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/types.ts#L23)
[src/react/types.ts:23](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/types.ts#L23)

***

Expand All @@ -24,7 +24,7 @@ Props of customized item component for [Virtualizer](../functions/Virtualizer.md
#### Defined in

[src/react/types.ts:24](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/types.ts#L24)
[src/react/types.ts:24](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/types.ts#L24)

***

Expand All @@ -34,4 +34,4 @@ Props of customized item component for [Virtualizer](../functions/Virtualizer.md
#### Defined in

[src/react/types.ts:25](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/types.ts#L25)
[src/react/types.ts:25](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/types.ts#L25)
6 changes: 3 additions & 3 deletions docs/react/interfaces/ScrollToIndexOpts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Alignment of item.

#### Defined in

[src/core/types.ts:32](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/core/types.ts#L32)
[src/core/types.ts:32](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/core/types.ts#L32)

***

Expand All @@ -39,7 +39,7 @@ If true, scrolling animates smoothly with [`behavior: smooth` of scrollTo](https

#### Defined in

[src/core/types.ts:38](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/core/types.ts#L38)
[src/core/types.ts:38](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/core/types.ts#L38)

***

Expand All @@ -57,4 +57,4 @@ Additional offset from the scrolled position.

#### Defined in

[src/core/types.ts:43](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/core/types.ts#L43)
[src/core/types.ts:43](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/core/types.ts#L43)
18 changes: 9 additions & 9 deletions docs/react/interfaces/VGridHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vertical index of item

#### Defined in

[src/react/VGrid.tsx:130](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L130)
[src/react/VGrid.tsx:130](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L130)

***

Expand All @@ -56,7 +56,7 @@ offset from top

#### Defined in

[src/react/VGrid.tsx:136](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L136)
[src/react/VGrid.tsx:136](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L136)

***

Expand All @@ -82,7 +82,7 @@ vertical offset from current position

#### Defined in

[src/react/VGrid.tsx:142](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L142)
[src/react/VGrid.tsx:142](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L142)

## Properties

Expand All @@ -94,7 +94,7 @@ Get current scrollTop.

#### Defined in

[src/react/VGrid.tsx:104](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L104)
[src/react/VGrid.tsx:104](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L104)

***

Expand All @@ -106,7 +106,7 @@ Get current scrollLeft.

#### Defined in

[src/react/VGrid.tsx:108](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L108)
[src/react/VGrid.tsx:108](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L108)

***

Expand All @@ -118,7 +118,7 @@ Get current scrollHeight.

#### Defined in

[src/react/VGrid.tsx:112](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L112)
[src/react/VGrid.tsx:112](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L112)

***

Expand All @@ -130,7 +130,7 @@ Get current scrollWidth.

#### Defined in

[src/react/VGrid.tsx:116](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L116)
[src/react/VGrid.tsx:116](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L116)

***

Expand All @@ -142,7 +142,7 @@ Get current offsetHeight.

#### Defined in

[src/react/VGrid.tsx:120](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L120)
[src/react/VGrid.tsx:120](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L120)

***

Expand All @@ -154,4 +154,4 @@ Get current offsetWidth.

#### Defined in

[src/react/VGrid.tsx:124](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L124)
[src/react/VGrid.tsx:124](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L124)
18 changes: 9 additions & 9 deletions docs/react/interfaces/VGridProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ column index of cell

#### Defined in

[src/react/VGrid.tsx:152](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L152)
[src/react/VGrid.tsx:152](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L152)

***

Expand All @@ -48,7 +48,7 @@ Total row length of grid.

#### Defined in

[src/react/VGrid.tsx:165](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L165)
[src/react/VGrid.tsx:165](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L165)

***

Expand All @@ -60,7 +60,7 @@ Total column length of grid.

#### Defined in

[src/react/VGrid.tsx:169](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L169)
[src/react/VGrid.tsx:169](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L169)

***

Expand All @@ -78,7 +78,7 @@ Cell height hint for unmeasured items. It's recommended to specify this prop if

#### Defined in

[src/react/VGrid.tsx:174](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L174)
[src/react/VGrid.tsx:174](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L174)

***

Expand All @@ -96,7 +96,7 @@ Cell width hint for unmeasured items. It's recommended to specify this prop if i

#### Defined in

[src/react/VGrid.tsx:179](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L179)
[src/react/VGrid.tsx:179](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L179)

***

Expand All @@ -114,7 +114,7 @@ Number of items to render above/below the visible bounds of the grid. Lower valu

#### Defined in

[src/react/VGrid.tsx:184](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L184)
[src/react/VGrid.tsx:184](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L184)

***

Expand All @@ -126,7 +126,7 @@ If set, the specified amount of rows will be mounted in the initial rendering re

#### Defined in

[src/react/VGrid.tsx:188](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L188)
[src/react/VGrid.tsx:188](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L188)

***

Expand All @@ -138,7 +138,7 @@ If set, the specified amount of cols will be mounted in the initial rendering re

#### Defined in

[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L192)
[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L192)

***

Expand All @@ -156,7 +156,7 @@ Component or element type for cell element. This component will get [CustomCellC

#### Defined in

[src/react/VGrid.tsx:197](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/VGrid.tsx#L197)
[src/react/VGrid.tsx:197](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/VGrid.tsx#L197)

***

Expand Down
46 changes: 27 additions & 19 deletions docs/react/interfaces/VListHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ index of item

#### Defined in

[src/react/Virtualizer.tsx:64](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L64)
[src/react/Virtualizer.tsx:64](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L64)

***

Expand All @@ -60,7 +60,7 @@ index of item

#### Defined in

[src/react/Virtualizer.tsx:69](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L69)
[src/react/Virtualizer.tsx:69](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L69)

***

Expand Down Expand Up @@ -90,7 +90,7 @@ options

#### Defined in

[src/react/Virtualizer.tsx:75](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L75)
[src/react/Virtualizer.tsx:75](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L75)

***

Expand All @@ -116,7 +116,7 @@ offset from start

#### Defined in

[src/react/Virtualizer.tsx:80](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L80)
[src/react/Virtualizer.tsx:80](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L80)

***

Expand All @@ -142,7 +142,7 @@ offset from current position

#### Defined in

[src/react/Virtualizer.tsx:85](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L85)
[src/react/Virtualizer.tsx:85](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L85)

## Properties

Expand All @@ -158,7 +158,7 @@ Get current [CacheSnapshot](CacheSnapshot.md).

#### Defined in

[src/react/Virtualizer.tsx:39](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L39)
[src/react/Virtualizer.tsx:39](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L39)

***

Expand All @@ -174,7 +174,7 @@ Get current scrollTop, or scrollLeft if horizontal: true.

#### Defined in

[src/react/Virtualizer.tsx:43](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L43)
[src/react/Virtualizer.tsx:43](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L43)

***

Expand All @@ -190,7 +190,7 @@ Get current scrollHeight, or scrollWidth if horizontal: true.

#### Defined in

[src/react/Virtualizer.tsx:47](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L47)
[src/react/Virtualizer.tsx:47](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L47)

***

Expand All @@ -206,36 +206,44 @@ Get current offsetHeight, or offsetWidth if horizontal: true.

#### Defined in

[src/react/Virtualizer.tsx:51](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L51)
[src/react/Virtualizer.tsx:51](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L51)

***

### startIndex
### findStartIndex()

> `readonly` **startIndex**: `number`
> **findStartIndex**: () => `number`
Get the start index of visible range of items.
Find the start index of visible range of items.

#### Returns

`number`

#### Inherited from

[`VirtualizerHandle`](VirtualizerHandle.md).[`startIndex`](VirtualizerHandle.md#startindex)
[`VirtualizerHandle`](VirtualizerHandle.md).[`findStartIndex`](VirtualizerHandle.md#findstartindex)

#### Defined in

[src/react/Virtualizer.tsx:55](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L55)
[src/react/Virtualizer.tsx:55](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L55)

***

### endIndex
### findEndIndex()

> `readonly` **endIndex**: `number`
> **findEndIndex**: () => `number`
Get the end index of visible range of items.
Find the end index of visible range of items.

#### Returns

`number`

#### Inherited from

[`VirtualizerHandle`](VirtualizerHandle.md).[`endIndex`](VirtualizerHandle.md#endindex)
[`VirtualizerHandle`](VirtualizerHandle.md).[`findEndIndex`](VirtualizerHandle.md#findendindex)

#### Defined in

[src/react/Virtualizer.tsx:59](https://github.com/inokawa/virtua/blob/98aa56b9fcaf2174be1b18d019adf2076098e81d/src/react/Virtualizer.tsx#L59)
[src/react/Virtualizer.tsx:59](https://github.com/inokawa/virtua/blob/da030dacd100511f676477a3b0a55aed96ffd083/src/react/Virtualizer.tsx#L59)
Loading

0 comments on commit eaf0fae

Please sign in to comment.