Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jul 14, 2023
1 parent bed6259 commit ce17bbb
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 51 deletions.
10 changes: 5 additions & 5 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ node_modules/@types/react/index.d.ts:386

#### Defined in

[src/react/VList.tsx:151](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L151)
[src/react/VList.tsx:151](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L151)

___

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

#### Defined in

[src/react/VList.tsx:32](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L32)
[src/react/VList.tsx:32](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L32)

___

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

#### Defined in

[src/react/VGrid.tsx:38](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L38)
[src/react/VGrid.tsx:38](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L38)

___

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

#### Defined in

[src/react/DefaultWindow.tsx:9](https://github.com/inokawa/virtua/blob/57416e5/src/react/DefaultWindow.tsx#L9)
[src/react/DefaultWindow.tsx:9](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.tsx#L9)

___

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

#### Defined in

[src/react/DefaultWindow.tsx:63](https://github.com/inokawa/virtua/blob/57416e5/src/react/DefaultWindow.tsx#L63)
[src/react/DefaultWindow.tsx:63](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.tsx#L63)
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/57416e5/src/react/VGrid.tsx#L34)
[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L34)

___

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

#### Defined in

[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L35)
[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L35)
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/VList.tsx:147](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L147)
[src/react/VList.tsx:147](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L147)

___

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

#### Defined in

[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L148)
[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L148)
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/57416e5/src/react/DefaultWindow.tsx#L22)
[src/react/DefaultWindow.tsx:22](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.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/57416e5/src/react/DefaultWindow.tsx#L26)
[src/react/DefaultWindow.tsx:26](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.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/57416e5/src/react/DefaultWindow.tsx#L30)
[src/react/DefaultWindow.tsx:30](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.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/57416e5/src/react/DefaultWindow.tsx#L34)
[src/react/DefaultWindow.tsx:34](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.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/57416e5/src/react/DefaultWindow.tsx#L38)
[src/react/DefaultWindow.tsx:38](https://github.com/inokawa/virtua/blob/bed6259/src/react/DefaultWindow.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/57416e5/src/react/VGrid.tsx#L202)
[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L202)

___

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

#### Defined in

[src/react/VGrid.tsx:208](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L208)
[src/react/VGrid.tsx:208](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L208)

___

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

#### Defined in

[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L214)
[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L214)

## 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/57416e5/src/react/VGrid.tsx#L188)
[src/react/VGrid.tsx:188](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L188)

___

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

#### Defined in

[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L192)
[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L192)

___

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

#### Defined in

[src/react/VGrid.tsx:196](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L196)
[src/react/VGrid.tsx:196](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L196)
22 changes: 11 additions & 11 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/57416e5/src/react/VGrid.tsx#L224)
[src/react/VGrid.tsx:224](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L224)

___

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

#### Defined in

[src/react/VGrid.tsx:237](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L237)
[src/react/VGrid.tsx:237](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L237)

___

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

#### Defined in

[src/react/VGrid.tsx:241](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L241)
[src/react/VGrid.tsx:241](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L241)

___

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/57416e5/src/react/VGrid.tsx#L246)
[src/react/VGrid.tsx:246](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L246)

___

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/57416e5/src/react/VGrid.tsx#L251)
[src/react/VGrid.tsx:251](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L251)

___

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/57416e5/src/react/VGrid.tsx#L256)
[src/react/VGrid.tsx:256](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L256)

___

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/57416e5/src/react/VGrid.tsx#L260)
[src/react/VGrid.tsx:260](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L260)

___

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/57416e5/src/react/VGrid.tsx#L264)
[src/react/VGrid.tsx:264](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L264)

___

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/57416e5/src/react/VGrid.tsx#L268)
[src/react/VGrid.tsx:268](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L268)

___

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

#### Defined in

[src/react/VGrid.tsx:273](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L273)
[src/react/VGrid.tsx:273](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L273)

___

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/57416e5/src/react/VGrid.tsx#L278)
[src/react/VGrid.tsx:278](https://github.com/inokawa/virtua/blob/bed6259/src/react/VGrid.tsx#L278)

___

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:179](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L179)
[src/react/VList.tsx:179](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L179)

___

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

#### Defined in

[src/react/VList.tsx:184](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L184)
[src/react/VList.tsx:184](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L184)

___

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

#### Defined in

[src/react/VList.tsx:189](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L189)
[src/react/VList.tsx:189](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L189)

## Properties

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

#### Defined in

[src/react/VList.tsx:166](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L166)
[src/react/VList.tsx:166](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L166)

___

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

#### Defined in

[src/react/VList.tsx:170](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L170)
[src/react/VList.tsx:170](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L170)

___

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

#### Defined in

[src/react/VList.tsx:174](https://github.com/inokawa/virtua/blob/57416e5/src/react/VList.tsx#L174)
[src/react/VList.tsx:174](https://github.com/inokawa/virtua/blob/bed6259/src/react/VList.tsx#L174)
Loading

0 comments on commit ce17bbb

Please sign in to comment.