Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Sep 28, 2023
1 parent d011b3f commit 47f918f
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/b903f418/src/core/types.ts#L25)
[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/d011b3fe/src/core/types.ts#L25)

___

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

#### Defined in

[src/react/VList.tsx:38](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L38)
[src/react/VList.tsx:38](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L38)

___

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

#### Defined in

[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L45)
[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L45)

___

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

#### Defined in

[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L9)
[src/react/Viewport.tsx:9](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L9)

___

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

#### Defined in

[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/b903f418/src/react/Viewport.tsx#L63)
[src/react/Viewport.tsx:63](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/Viewport.tsx#L63)

___

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

#### Defined in

[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/b903f418/src/react/ListItem.tsx#L23)
[src/react/ListItem.tsx:23](https://github.com/inokawa/virtua/blob/d011b3fe/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/b903f418/src/core/types.ts#L16)
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/d011b3fe/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:41](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L41)
[src/react/VGrid.tsx:41](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L41)

___

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

#### Defined in

[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L42)
[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L42)
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/b903f418/src/react/ListItem.tsx#L19)
[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/ListItem.tsx#L19)

___

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

#### Defined in

[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/b903f418/src/react/ListItem.tsx#L20)
[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/d011b3fe/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/b903f418/src/react/Viewport.tsx#L22)
[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/d011b3fe/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/b903f418/src/react/Viewport.tsx#L26)
[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/d011b3fe/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/b903f418/src/react/Viewport.tsx#L30)
[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/d011b3fe/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/b903f418/src/react/Viewport.tsx#L34)
[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/d011b3fe/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/b903f418/src/react/Viewport.tsx#L38)
[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/d011b3fe/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:165](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L165)
[src/react/VGrid.tsx:165](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L165)

___

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

#### Defined in

[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L171)
[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L171)

___

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

#### Defined in

[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L177)
[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L177)

## Properties

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

#### Defined in

[src/react/VGrid.tsx:151](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L151)
[src/react/VGrid.tsx:151](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L151)

___

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

#### Defined in

[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L155)
[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L155)

___

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

#### Defined in

[src/react/VGrid.tsx:159](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L159)
[src/react/VGrid.tsx:159](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L159)
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:187](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L187)
[src/react/VGrid.tsx:187](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L187)

___

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

#### Defined in

[src/react/VGrid.tsx:200](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L200)
[src/react/VGrid.tsx:200](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L200)

___

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

#### Defined in

[src/react/VGrid.tsx:204](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L204)
[src/react/VGrid.tsx:204](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L204)

___

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:209](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L209)
[src/react/VGrid.tsx:209](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L209)

___

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:214](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L214)
[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L214)

___

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:219](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L219)
[src/react/VGrid.tsx:219](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L219)

___

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:223](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L223)
[src/react/VGrid.tsx:223](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L223)

___

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:227](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L227)
[src/react/VGrid.tsx:227](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L227)

___

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:231](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L231)
[src/react/VGrid.tsx:231](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L231)

___

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

#### Defined in

[src/react/VGrid.tsx:235](https://github.com/inokawa/virtua/blob/b903f418/src/react/VGrid.tsx#L235)
[src/react/VGrid.tsx:235](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VGrid.tsx#L235)

___

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:69](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L69)
[src/react/VList.tsx:69](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L69)

___

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

#### Defined in

[src/react/VList.tsx:74](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L74)
[src/react/VList.tsx:74](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L74)

___

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

#### Defined in

[src/react/VList.tsx:79](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L79)
[src/react/VList.tsx:79](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L79)

## Properties

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

#### Defined in

[src/react/VList.tsx:51](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L51)
[src/react/VList.tsx:51](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L51)

___

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

#### Defined in

[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L55)
[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L55)

___

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

#### Defined in

[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L59)
[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L59)

___

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

#### Defined in

[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/b903f418/src/react/VList.tsx#L63)
[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/d011b3fe/src/react/VList.tsx#L63)
Loading

0 comments on commit 47f918f

Please sign in to comment.