Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Apr 15, 2023
1 parent bcc05ab commit 7d0e5d9
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/0de8d13/src/react/List.tsx#L192)
[src/react/List.tsx:194](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L194)

___

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

#### Defined in

[src/react/List.tsx:132](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L132)
[src/react/List.tsx:134](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L134)
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/0de8d13/src/react/List.tsx#L188)
[src/react/List.tsx:190](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L190)

___

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

#### Defined in

[src/react/List.tsx:189](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L189)
[src/react/List.tsx:191](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L191)
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/0de8d13/src/react/List.tsx#L99)
[src/react/List.tsx:101](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L101)

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[src/react/List.tsx:103](https://github.com/inokawa/virtua/blob/0de8d13/src/react/List.tsx#L103)
[src/react/List.tsx:105](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L105)
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/0de8d13/src/react/List.tsx#L207)
[src/react/List.tsx:209](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L209)

___

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

#### Defined in

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

## 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/0de8d13/src/react/List.tsx#L216)
[src/react/List.tsx:218](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L218)

___

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/0de8d13/src/react/List.tsx#L221)
[src/react/List.tsx:223](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L223)
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/0de8d13/src/react/List.tsx#L231)
[src/react/List.tsx:233](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L233)

___

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/0de8d13/src/react/List.tsx#L236)
[src/react/List.tsx:238](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L238)

___

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

**`Default Value`**

6
4

#### Defined in

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

___

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/0de8d13/src/react/List.tsx#L245)
[src/react/List.tsx:247](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L247)

___

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/0de8d13/src/react/List.tsx#L249)
[src/react/List.tsx:251](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L251)

___

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/0de8d13/src/react/List.tsx#L254)
[src/react/List.tsx:256](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L256)

___

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/0de8d13/src/react/List.tsx#L258)
[src/react/List.tsx:260](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L260)

___

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

#### Defined in

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

___

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/0de8d13/src/react/List.tsx#L268)
[src/react/List.tsx:270](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L270)

___

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/0de8d13/src/react/List.tsx#L272)
[src/react/List.tsx:274](https://github.com/inokawa/virtua/blob/bcc05ab/src/react/List.tsx#L274)
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.7",
"version": "0.1.8",
"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 7d0e5d9

Please sign in to comment.