Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jul 18, 2023
1 parent 321db41 commit a060814
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 66 deletions.
14 changes: 7 additions & 7 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Virtualized list component controlled by the window scrolling. See [WVListProps]

#### Defined in

[src/react/WVList.tsx:153](https://github.com/inokawa/virtua/blob/579892c/src/react/WVList.tsx#L153)
[src/react/WVList.tsx:99](https://github.com/inokawa/virtua/blob/321db41/src/react/WVList.tsx#L99)

## Type Aliases

Expand All @@ -101,7 +101,7 @@ Virtualized list component controlled by the window scrolling. See [WVListProps]

#### Defined in

[src/react/VList.tsx:31](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L31)
[src/react/VList.tsx:28](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L28)

___

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

#### Defined in

[src/react/VGrid.tsx:38](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L38)
[src/react/VGrid.tsx:37](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L37)

___

Expand All @@ -121,17 +121,17 @@ ___

#### Defined in

[src/react/DefaultWindow.tsx:9](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L9)
[src/react/Window.tsx:9](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L9)

___

### CustomWindowComponent

Ƭ **CustomWindowComponent**: typeof `DefaultWindow`
Ƭ **CustomWindowComponent**: typeof `Window`

#### Defined in

[src/react/DefaultWindow.tsx:63](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L63)
[src/react/Window.tsx:63](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L63)

___

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

#### Defined in

[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/579892c/src/react/ListItem.tsx#L23)
[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/321db41/src/react/ListItem.tsx#L23)
4 changes: 2 additions & 2 deletions docs/interfaces/CustomCellComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Props of customized cell component for [VGrid](../API.md#vgrid).

#### Defined in

[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L34)
[src/react/VGrid.tsx:33](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L33)

___

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

#### Defined in

[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L35)
[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L34)
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 for [VList](../API.md#vlist).

#### Defined in

[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/579892c/src/react/ListItem.tsx#L19)
[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/321db41/src/react/ListItem.tsx#L19)

___

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

#### Defined in

[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/579892c/src/react/ListItem.tsx#L20)
[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/321db41/src/react/ListItem.tsx#L20)
10 changes: 5 additions & 5 deletions docs/interfaces/CustomWindowComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Renderable item elements.

#### Defined in

[src/react/DefaultWindow.tsx:22](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L22)
[src/react/Window.tsx:22](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L22)

___

Expand All @@ -34,7 +34,7 @@ Attributes that should be passed to the scrollable element.

#### Defined in

[src/react/DefaultWindow.tsx:26](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L26)
[src/react/Window.tsx:26](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L26)

___

Expand All @@ -46,7 +46,7 @@ Total height of items. It's undefined if component is not vertically scrollable.

#### Defined in

[src/react/DefaultWindow.tsx:30](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L30)
[src/react/Window.tsx:30](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L30)

___

Expand All @@ -58,7 +58,7 @@ Total width of items. It's undefined if component is not horizontally scrollable

#### Defined in

[src/react/DefaultWindow.tsx:34](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L34)
[src/react/Window.tsx:34](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L34)

___

Expand All @@ -70,4 +70,4 @@ Currently component is scrolling or not.

#### Defined in

[src/react/DefaultWindow.tsx:38](https://github.com/inokawa/virtua/blob/579892c/src/react/DefaultWindow.tsx#L38)
[src/react/Window.tsx:38](https://github.com/inokawa/virtua/blob/321db41/src/react/Window.tsx#L38)
12 changes: 6 additions & 6 deletions docs/interfaces/VGridHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Scroll to the item specified by index.

#### Defined in

[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L202)
[src/react/VGrid.tsx:151](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L151)

___

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

#### Defined in

[src/react/VGrid.tsx:208](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L208)
[src/react/VGrid.tsx:157](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L157)

___

Expand All @@ -83,7 +83,7 @@ Scroll by the given offset.

#### Defined in

[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L214)
[src/react/VGrid.tsx:163](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L163)

## Properties

Expand All @@ -95,7 +95,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/react/VGrid.tsx:188](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L188)
[src/react/VGrid.tsx:137](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L137)

___

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

#### Defined in

[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L192)
[src/react/VGrid.tsx:141](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L141)

___

Expand All @@ -119,4 +119,4 @@ Get current offsetHeight or offsetWidth.

#### Defined in

[src/react/VGrid.tsx:196](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L196)
[src/react/VGrid.tsx:145](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L145)
24 changes: 12 additions & 12 deletions docs/interfaces/VGridProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ A function to create elements rendered by this component.

#### Defined in

[src/react/VGrid.tsx:224](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L224)
[src/react/VGrid.tsx:173](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L173)

___

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

#### Defined in

[src/react/VGrid.tsx:237](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L237)
[src/react/VGrid.tsx:186](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L186)

___

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

#### Defined in

[src/react/VGrid.tsx:241](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L241)
[src/react/VGrid.tsx:190](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L190)

___

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

#### Defined in

[src/react/VGrid.tsx:246](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L246)
[src/react/VGrid.tsx:195](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L195)

___

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

#### Defined in

[src/react/VGrid.tsx:251](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L251)
[src/react/VGrid.tsx:200](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L200)

___

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

#### Defined in

[src/react/VGrid.tsx:256](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L256)
[src/react/VGrid.tsx:205](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L205)

___

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

#### Defined in

[src/react/VGrid.tsx:260](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L260)
[src/react/VGrid.tsx:209](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L209)

___

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

#### Defined in

[src/react/VGrid.tsx:264](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L264)
[src/react/VGrid.tsx:213](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L213)

___

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

#### Defined in

[src/react/VGrid.tsx:268](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L268)
[src/react/VGrid.tsx:217](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L217)

___

Expand All @@ -228,11 +228,11 @@ Customized element type for scrollable element. This element will get [CustomWin

**`Default Value`**

DefaultWindow
Window

#### Defined in

[src/react/VGrid.tsx:273](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L273)
[src/react/VGrid.tsx:222](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L222)

___

Expand All @@ -248,7 +248,7 @@ Customized element type for cell element. This element will get [CustomCellCompo

#### Defined in

[src/react/VGrid.tsx:278](https://github.com/inokawa/virtua/blob/579892c/src/react/VGrid.tsx#L278)
[src/react/VGrid.tsx:227](https://github.com/inokawa/virtua/blob/321db41/src/react/VGrid.tsx#L227)

___

Expand Down
12 changes: 6 additions & 6 deletions docs/interfaces/VListHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Scroll to the item specified by index.

#### Defined in

[src/react/VList.tsx:109](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L109)
[src/react/VList.tsx:54](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L54)

___

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

#### Defined in

[src/react/VList.tsx:114](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L114)
[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L59)

___

Expand All @@ -80,7 +80,7 @@ Scroll by the given offset.

#### Defined in

[src/react/VList.tsx:119](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L119)
[src/react/VList.tsx:64](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L64)

## Properties

Expand All @@ -92,7 +92,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/react/VList.tsx:96](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L96)
[src/react/VList.tsx:41](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L41)

___

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

#### Defined in

[src/react/VList.tsx:100](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L100)
[src/react/VList.tsx:45](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L45)

___

Expand All @@ -116,4 +116,4 @@ Get current offsetHeight or offsetWidth.

#### Defined in

[src/react/VList.tsx:104](https://github.com/inokawa/virtua/blob/579892c/src/react/VList.tsx#L104)
[src/react/VList.tsx:49](https://github.com/inokawa/virtua/blob/321db41/src/react/VList.tsx#L49)
Loading

0 comments on commit a060814

Please sign in to comment.