Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jul 2, 2023
1 parent 57416e5 commit a3c835f
Show file tree
Hide file tree
Showing 10 changed files with 383 additions and 178 deletions.
22 changes: 11 additions & 11 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

### VList

**VList**(`props`): ``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>
**VList**(`props`): `ReactNode`

Virtualized list component. See [VListProps](interfaces/VListProps.md) and [VListHandle](interfaces/VListHandle.md).

Expand All @@ -41,17 +41,17 @@ Virtualized list component. See [VListProps](interfaces/VListProps.md) and [VLis

#### Returns

``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>
`ReactNode`

#### Defined in

node_modules/@types/react/index.d.ts:383
node_modules/@types/react/index.d.ts:386

___

### VGrid

**VGrid**(`props`): ``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>
**VGrid**(`props`): `ReactNode`

Virtualized grid component. See [VGridProps](interfaces/VGridProps.md) and [VGridHandle](interfaces/VGridHandle.md).

Expand All @@ -63,11 +63,11 @@ Virtualized grid component. See [VGridProps](interfaces/VGridProps.md) and [VGri

#### Returns

``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>
`ReactNode`

#### Defined in

node_modules/@types/react/index.d.ts:383
node_modules/@types/react/index.d.ts:386

## Type Aliases

Expand All @@ -77,7 +77,7 @@ node_modules/@types/react/index.d.ts:383

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/3512cbe/src/react/VList.tsx#L148)
[src/react/VList.tsx:148](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/DefaultWindow.tsx#L22)
[src/react/DefaultWindow.tsx:22](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/DefaultWindow.tsx#L26)
[src/react/DefaultWindow.tsx:26](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/DefaultWindow.tsx#L30)
[src/react/DefaultWindow.tsx:30](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/DefaultWindow.tsx#L34)
[src/react/DefaultWindow.tsx:34](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/DefaultWindow.tsx#L38)
[src/react/DefaultWindow.tsx:38](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/VGrid.tsx#L202)
[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/VGrid.tsx#L208)
[src/react/VGrid.tsx:208](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/VGrid.tsx#L214)
[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/VGrid.tsx#L188)
[src/react/VGrid.tsx:188](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/VGrid.tsx#L192)
[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/57416e5/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/3512cbe/src/react/VGrid.tsx#L196)
[src/react/VGrid.tsx:196](https://github.com/inokawa/virtua/blob/57416e5/src/react/VGrid.tsx#L196)
Loading

0 comments on commit a3c835f

Please sign in to comment.