Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Apr 13, 2023
1 parent 0de8d13 commit dde1cd4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ node_modules/@types/react/index.d.ts:361

#### Defined in

[src/react/List.tsx:192](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L192)
[src/react/List.tsx:192](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L192)

___

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

#### Defined in

[src/react/List.tsx:132](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L132)
[src/react/List.tsx:132](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L132)
4 changes: 2 additions & 2 deletions docs/interfaces/CustomItemComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#### Defined in

[src/react/List.tsx:188](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L188)
[src/react/List.tsx:188](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L188)

___

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

#### Defined in

[src/react/List.tsx:189](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L189)
[src/react/List.tsx:189](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L189)
10 changes: 5 additions & 5 deletions docs/interfaces/CustomWindowComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#### Defined in

[src/react/List.tsx:99](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L99)
[src/react/List.tsx:99](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L99)

___

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

#### Defined in

[src/react/List.tsx:100](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L100)
[src/react/List.tsx:100](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L100)

___

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

#### Defined in

[src/react/List.tsx:101](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L101)
[src/react/List.tsx:101](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L101)

___

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

#### Defined in

[src/react/List.tsx:102](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L102)
[src/react/List.tsx:102](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L102)

___

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

#### Defined in

[src/react/List.tsx:103](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L103)
[src/react/List.tsx:103](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L103)
8 changes: 4 additions & 4 deletions docs/interfaces/ListHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/react/List.tsx:207](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L207)
[src/react/List.tsx:207](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L207)

___

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

#### Defined in

[src/react/List.tsx:211](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L211)
[src/react/List.tsx:211](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L211)

## Methods

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

#### Defined in

[src/react/List.tsx:216](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L216)
[src/react/List.tsx:216](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L216)

___

Expand All @@ -80,4 +80,4 @@ Scroll to the item specified by offset.

#### Defined in

[src/react/List.tsx:221](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L221)
[src/react/List.tsx:221](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L221)
22 changes: 11 additions & 11 deletions docs/interfaces/ListProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Elements rendered by this component.

#### Defined in

[src/react/List.tsx:231](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L231)
[src/react/List.tsx:231](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L231)

___

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

#### Defined in

[src/react/List.tsx:236](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L236)
[src/react/List.tsx:236](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L236)

___

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

#### Defined in

[src/react/List.tsx:241](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L241)
[src/react/List.tsx:241](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L241)

___

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

#### Defined in

[src/react/List.tsx:245](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L245)
[src/react/List.tsx:245](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L245)

___

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

#### Defined in

[src/react/List.tsx:249](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L249)
[src/react/List.tsx:249](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L249)

___

Expand All @@ -99,7 +99,7 @@ Number of items to be the margin from the end of the scroll. See also [onEndReac

#### Defined in

[src/react/List.tsx:254](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L254)
[src/react/List.tsx:254](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L254)

___

Expand All @@ -111,7 +111,7 @@ Inline style prop to override style of scrollable element.

#### Defined in

[src/react/List.tsx:258](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L258)
[src/react/List.tsx:258](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L258)

___

Expand All @@ -123,11 +123,11 @@ Customized element type for scrollable element.

**`Default Value`**

"div"
DefaultWindow

#### Defined in

[src/react/List.tsx:263](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L263)
[src/react/List.tsx:263](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L263)

___

Expand All @@ -143,7 +143,7 @@ Customized element type for item element.

#### Defined in

[src/react/List.tsx:268](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L268)
[src/react/List.tsx:268](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L268)

___

Expand All @@ -163,4 +163,4 @@ Callback invoked when scrolling reached to the end. The margin from the end is s

#### Defined in

[src/react/List.tsx:272](https://github.com/inokawa/virtua/blob/26ea7f2/src/react/List.tsx#L272)
[src/react/List.tsx:272](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L272)
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.1.6",
"version": "0.1.7",
"description": "Simple, fast, small and flexible virtual list component for React.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit dde1cd4

Please sign in to comment.