Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 6, 2023
1 parent 7d43c50 commit 5e723a4
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ node_modules/@types/react/ts5.0/index.d.ts:345

#### Defined in

[src/react/VList.tsx:197](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L197)
[src/react/VList.tsx:193](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L193)

___

Expand All @@ -59,7 +59,7 @@ ___

#### Defined in

[src/react/VList.tsx:135](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L135)
[src/react/VList.tsx:131](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L131)

___

Expand All @@ -69,4 +69,4 @@ ___

#### Defined in

[src/react/VList.tsx:93](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L93)
[src/react/VList.tsx:89](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L89)
4 changes: 2 additions & 2 deletions docs/interfaces/CustomItemComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Props of customized item component.

#### Defined in

[src/react/VList.tsx:193](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L193)
[src/react/VList.tsx:189](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L189)

___

Expand All @@ -27,4 +27,4 @@ ___

#### Defined in

[src/react/VList.tsx:194](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L194)
[src/react/VList.tsx:190](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L190)
10 changes: 5 additions & 5 deletions docs/interfaces/CustomWindowComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Props of customized scrollable component.

#### Defined in

[src/react/VList.tsx:103](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L103)
[src/react/VList.tsx:99](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L99)

___

Expand All @@ -30,7 +30,7 @@ ___

#### Defined in

[src/react/VList.tsx:104](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L104)
[src/react/VList.tsx:100](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L100)

___

Expand All @@ -40,7 +40,7 @@ ___

#### Defined in

[src/react/VList.tsx:105](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L105)
[src/react/VList.tsx:101](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L101)

___

Expand All @@ -50,7 +50,7 @@ ___

#### Defined in

[src/react/VList.tsx:106](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L106)
[src/react/VList.tsx:102](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L102)

___

Expand All @@ -60,4 +60,4 @@ ___

#### Defined in

[src/react/VList.tsx:107](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L107)
[src/react/VList.tsx:103](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L103)
12 changes: 6 additions & 6 deletions docs/interfaces/VListHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/react/VList.tsx:212](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L212)
[src/react/VList.tsx:208](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L208)

___

Expand All @@ -38,7 +38,7 @@ Get current scrollHeight or scrollWidth.

#### Defined in

[src/react/VList.tsx:216](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L216)
[src/react/VList.tsx:212](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L212)

___

Expand All @@ -50,7 +50,7 @@ Get current offsetHeight or offsetWidth.

#### Defined in

[src/react/VList.tsx:220](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L220)
[src/react/VList.tsx:216](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L216)

## Methods

Expand All @@ -72,7 +72,7 @@ Scroll to the item specified by index.

#### Defined in

[src/react/VList.tsx:225](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L225)
[src/react/VList.tsx:221](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L221)

___

Expand All @@ -94,7 +94,7 @@ Scroll to the given offset.

#### Defined in

[src/react/VList.tsx:230](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L230)
[src/react/VList.tsx:226](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L226)

___

Expand All @@ -116,4 +116,4 @@ Scroll by the given offset.

#### Defined in

[src/react/VList.tsx:235](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L235)
[src/react/VList.tsx:231](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L231)
20 changes: 10 additions & 10 deletions docs/interfaces/VListProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Elements rendered by this component.

#### Defined in

[src/react/VList.tsx:245](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L245)
[src/react/VList.tsx:241](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L241)

___

Expand All @@ -102,7 +102,7 @@ Item size hint for unmeasured items. It's recommended to specify this prop if it

#### Defined in

[src/react/VList.tsx:250](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L250)
[src/react/VList.tsx:246](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L246)

___

Expand All @@ -118,7 +118,7 @@ Number of items to render above/below the visible bounds of the list. You can in

#### Defined in

[src/react/VList.tsx:255](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L255)
[src/react/VList.tsx:251](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L251)

___

Expand All @@ -130,7 +130,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver

#### Defined in

[src/react/VList.tsx:259](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L259)
[src/react/VList.tsx:255](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L255)

___

Expand All @@ -142,7 +142,7 @@ You have to set true if you use this component under `direction: rtl` style.

#### Defined in

[src/react/VList.tsx:263](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L263)
[src/react/VList.tsx:259](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L259)

___

Expand All @@ -158,7 +158,7 @@ DefaultWindow

#### Defined in

[src/react/VList.tsx:268](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L268)
[src/react/VList.tsx:264](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L264)

___

Expand All @@ -174,7 +174,7 @@ Customized element type for item element. This element will get [CustomItemCompo

#### Defined in

[src/react/VList.tsx:273](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L273)
[src/react/VList.tsx:269](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L269)

___

Expand All @@ -200,7 +200,7 @@ Callback invoked whenever scroll offset changes.

#### Defined in

[src/react/VList.tsx:278](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L278)
[src/react/VList.tsx:274](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L274)

___

Expand All @@ -220,7 +220,7 @@ Callback invoked when scrolling stops.

#### Defined in

[src/react/VList.tsx:282](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L282)
[src/react/VList.tsx:278](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L278)

___

Expand Down Expand Up @@ -249,7 +249,7 @@ Callback invoked when visible items range changes.

#### Defined in

[src/react/VList.tsx:287](https://github.com/inokawa/virtua/blob/97b3ce9/src/react/VList.tsx#L287)
[src/react/VList.tsx:283](https://github.com/inokawa/virtua/blob/7d43c50/src/react/VList.tsx#L283)

___

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virtua",
"version": "0.2.1",
"version": "0.2.2",
"description": "A zero-config, fast and small (3kB) virtual list component for React.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit 5e723a4

Please sign in to comment.