Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Aug 25, 2023
1 parent 278ebec commit b293e0f
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 64 deletions.
12 changes: 6 additions & 6 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Alignment of item when calling scrollToIndex method.

#### Defined in

[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/56c801c7/src/core/types.ts#L25)
[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/278ebecc/src/core/types.ts#L25)

___

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

#### Defined in

[src/react/VList.tsx:39](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L39)
[src/react/VList.tsx:39](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L39)

___

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

#### Defined in

[src/react/VGrid.tsx:47](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L47)
[src/react/VGrid.tsx:47](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L47)

___

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

#### Defined in

[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L9)
[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.tsx#L9)

___

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

#### Defined in

[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L63)
[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.tsx#L63)

___

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

#### Defined in

[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/56c801c7/src/react/ListItem.tsx#L23)
[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/278ebecc/src/react/ListItem.tsx#L23)
2 changes: 1 addition & 1 deletion docs/interfaces/CacheSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Serializable cache snapshot.

#### Defined in

[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/56c801c7/src/core/types.ts#L16)
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/278ebecc/src/core/types.ts#L16)
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:43](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L43)
[src/react/VGrid.tsx:43](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L43)

___

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

#### Defined in

[src/react/VGrid.tsx:44](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L44)
[src/react/VGrid.tsx:44](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L44)
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/56c801c7/src/react/ListItem.tsx#L19)
[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/278ebecc/src/react/ListItem.tsx#L19)

___

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

#### Defined in

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

#### Defined in

[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L22)
[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.tsx#L22)

___

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

#### Defined in

[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L26)
[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.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/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L30)
[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.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/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L34)
[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.tsx#L34)

___

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

#### Defined in

[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/56c801c7/src/react/Viewport.tsx#L38)
[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/278ebecc/src/react/Viewport.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:167](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L167)
[src/react/VGrid.tsx:167](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L167)

___

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

#### Defined in

[src/react/VGrid.tsx:173](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L173)
[src/react/VGrid.tsx:173](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L173)

___

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

#### Defined in

[src/react/VGrid.tsx:179](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L179)
[src/react/VGrid.tsx:179](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L179)

## Properties

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

#### Defined in

[src/react/VGrid.tsx:153](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L153)
[src/react/VGrid.tsx:153](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L153)

___

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

#### Defined in

[src/react/VGrid.tsx:157](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L157)
[src/react/VGrid.tsx:157](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L157)

___

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

#### Defined in

[src/react/VGrid.tsx:161](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L161)
[src/react/VGrid.tsx:161](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L161)
20 changes: 10 additions & 10 deletions docs/interfaces/VGridProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ A function to create elements rendered by this component.

#### Defined in

[src/react/VGrid.tsx:189](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L189)
[src/react/VGrid.tsx:189](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L189)

___

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

#### Defined in

[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L202)
[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L202)

___

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

#### Defined in

[src/react/VGrid.tsx:206](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L206)
[src/react/VGrid.tsx:206](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L206)

___

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

#### Defined in

[src/react/VGrid.tsx:211](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L211)
[src/react/VGrid.tsx:211](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L211)

___

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

#### Defined in

[src/react/VGrid.tsx:216](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L216)
[src/react/VGrid.tsx:216](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L216)

___

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

#### Defined in

[src/react/VGrid.tsx:221](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L221)
[src/react/VGrid.tsx:221](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L221)

___

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

#### Defined in

[src/react/VGrid.tsx:225](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L225)
[src/react/VGrid.tsx:225](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L225)

___

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

#### Defined in

[src/react/VGrid.tsx:229](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L229)
[src/react/VGrid.tsx:229](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L229)

___

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

#### Defined in

[src/react/VGrid.tsx:233](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L233)
[src/react/VGrid.tsx:233](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L233)

___

Expand All @@ -234,7 +234,7 @@ Customized components for advanced usage.

#### Defined in

[src/react/VGrid.tsx:237](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VGrid.tsx#L237)
[src/react/VGrid.tsx:237](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VGrid.tsx#L237)

___

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

#### Defined in

[src/react/VList.tsx:70](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L70)
[src/react/VList.tsx:70](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L70)

___

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

#### Defined in

[src/react/VList.tsx:75](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L75)
[src/react/VList.tsx:75](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L75)

___

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

#### Defined in

[src/react/VList.tsx:80](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L80)
[src/react/VList.tsx:80](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L80)

## Properties

Expand All @@ -94,7 +94,7 @@ Get current [CacheSnapshot](CacheSnapshot.md).

#### Defined in

[src/react/VList.tsx:52](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L52)
[src/react/VList.tsx:52](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L52)

___

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

#### Defined in

[src/react/VList.tsx:56](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L56)
[src/react/VList.tsx:56](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L56)

___

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

#### Defined in

[src/react/VList.tsx:60](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L60)
[src/react/VList.tsx:60](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L60)

___

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

#### Defined in

[src/react/VList.tsx:64](https://github.com/inokawa/virtua/blob/56c801c7/src/react/VList.tsx#L64)
[src/react/VList.tsx:64](https://github.com/inokawa/virtua/blob/278ebecc/src/react/VList.tsx#L64)
Loading

0 comments on commit b293e0f

Please sign in to comment.