Skip to content

Commit

Permalink
0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jan 4, 2024
1 parent 9bff11e commit 0017c78
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 79 deletions.
22 changes: 11 additions & 11 deletions docs/classes/vue.VList.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Scroll to the item specified by index.

#### Defined in

[src/vue/VList.tsx:49](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L49)
[src/vue/VList.tsx:49](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L49)

___

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

#### Defined in

[src/vue/VList.tsx:54](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L54)
[src/vue/VList.tsx:54](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L54)

___

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

#### Defined in

[src/vue/VList.tsx:59](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L59)
[src/vue/VList.tsx:59](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L59)

## Properties

Expand Down Expand Up @@ -303,7 +303,7 @@ While true is set, scroll position will be maintained from the end not usual sta

#### Defined in

[src/vue/VList.tsx:82](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L82)
[src/vue/VList.tsx:82](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L82)

___

Expand All @@ -321,7 +321,7 @@ The data items rendered by this component.

#### Defined in

[src/vue/VList.tsx:66](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L66)
[src/vue/VList.tsx:66](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L66)

___

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

#### Defined in

[src/vue/VList.tsx:71](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L71)
[src/vue/VList.tsx:71](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L71)

___

Expand All @@ -354,7 +354,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite

#### Defined in

[src/vue/VList.tsx:78](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L78)
[src/vue/VList.tsx:78](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L78)

___

Expand All @@ -366,7 +366,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver

#### Defined in

[src/vue/VList.tsx:86](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L86)
[src/vue/VList.tsx:86](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L86)

___

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

#### Defined in

[src/vue/VList.tsx:35](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L35)
[src/vue/VList.tsx:35](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L35)

___

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

#### Defined in

[src/vue/VList.tsx:39](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L39)
[src/vue/VList.tsx:39](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L39)

___

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

#### Defined in

[src/vue/VList.tsx:43](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/vue/VList.tsx#L43)
[src/vue/VList.tsx:43](https://github.com/inokawa/virtua/blob/9bff11ed/src/vue/VList.tsx#L43)
2 changes: 1 addition & 1 deletion docs/interfaces/react.CacheSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Serializable cache snapshot.

#### Defined in

[src/core/types.ts:8](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/core/types.ts#L8)
[src/core/types.ts:8](https://github.com/inokawa/virtua/blob/9bff11ed/src/core/types.ts#L8)
4 changes: 2 additions & 2 deletions docs/interfaces/react.CustomCellComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Props of customized cell component for [VGrid](../modules/react.md#experimental_

#### Defined in

[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L42)
[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L42)

___

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

#### Defined in

[src/react/VGrid.tsx:43](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L43)
[src/react/VGrid.tsx:43](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L43)
6 changes: 3 additions & 3 deletions docs/interfaces/react.CustomItemComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Props of customized item component for [VList](../modules/react.md#vlist).

#### Defined in

[src/react/ListItem.tsx:18](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/ListItem.tsx#L18)
[src/react/ListItem.tsx:18](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/ListItem.tsx#L18)

___

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

#### Defined in

[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/ListItem.tsx#L19)
[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/ListItem.tsx#L19)

___

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

#### Defined in

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

#### Defined in

[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/Viewport.tsx#L22)
[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/Viewport.tsx#L22)

___

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

#### Defined in

[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/Viewport.tsx#L26)
[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/Viewport.tsx#L26)

___

Expand All @@ -48,7 +48,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/7f3c8fd1/src/react/Viewport.tsx#L30)
[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/Viewport.tsx#L30)

___

Expand All @@ -60,7 +60,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/7f3c8fd1/src/react/Viewport.tsx#L34)
[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/Viewport.tsx#L34)

___

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

#### Defined in

[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/Viewport.tsx#L38)
[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/Viewport.tsx#L38)
4 changes: 2 additions & 2 deletions docs/interfaces/react.ScrollToIndexOpts.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Alignment of item.

#### Defined in

[src/core/types.ts:22](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/core/types.ts#L22)
[src/core/types.ts:22](https://github.com/inokawa/virtua/blob/9bff11ed/src/core/types.ts#L22)

___

Expand All @@ -38,4 +38,4 @@ If true, scrolling animates smoothly with [`behavior: smooth` of scrollTo](https

#### Defined in

[src/core/types.ts:28](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/core/types.ts#L28)
[src/core/types.ts:28](https://github.com/inokawa/virtua/blob/9bff11ed/src/core/types.ts#L28)
12 changes: 6 additions & 6 deletions docs/interfaces/react.VGridHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Scroll to the item specified by index.

#### Defined in

[src/react/VGrid.tsx:133](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L133)
[src/react/VGrid.tsx:133](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L133)

___

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

#### Defined in

[src/react/VGrid.tsx:139](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L139)
[src/react/VGrid.tsx:139](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L139)

___

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

#### Defined in

[src/react/VGrid.tsx:145](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L145)
[src/react/VGrid.tsx:145](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L145)

## Properties

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

#### Defined in

[src/react/VGrid.tsx:119](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L119)
[src/react/VGrid.tsx:119](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L119)

___

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

#### Defined in

[src/react/VGrid.tsx:123](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L123)
[src/react/VGrid.tsx:123](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L123)

___

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

#### Defined in

[src/react/VGrid.tsx:127](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L127)
[src/react/VGrid.tsx:127](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L127)
18 changes: 9 additions & 9 deletions docs/interfaces/react.VGridProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ A function to create elements rendered by this component.

#### Defined in

[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L155)
[src/react/VGrid.tsx:155](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L155)

___

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

#### Defined in

[src/react/VGrid.tsx:168](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L168)
[src/react/VGrid.tsx:168](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L168)

___

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

#### Defined in

[src/react/VGrid.tsx:172](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L172)
[src/react/VGrid.tsx:172](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L172)

___

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

#### Defined in

[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L177)
[src/react/VGrid.tsx:177](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L177)

___

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

#### Defined in

[src/react/VGrid.tsx:182](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L182)
[src/react/VGrid.tsx:182](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L182)

___

Expand All @@ -187,7 +187,7 @@ Number of items to render above/below the visible bounds of the grid. Lower valu

#### Defined in

[src/react/VGrid.tsx:187](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L187)
[src/react/VGrid.tsx:187](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L187)

___

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

#### Defined in

[src/react/VGrid.tsx:191](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L191)
[src/react/VGrid.tsx:191](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L191)

___

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

#### Defined in

[src/react/VGrid.tsx:195](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L195)
[src/react/VGrid.tsx:195](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L195)

___

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

#### Defined in

[src/react/VGrid.tsx:199](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VGrid.tsx#L199)
[src/react/VGrid.tsx:199](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VGrid.tsx#L199)

___

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

#### Defined in

[src/react/VList.tsx:70](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L70)
[src/react/VList.tsx:70](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L70)

___

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

#### Defined in

[src/react/VList.tsx:75](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L75)
[src/react/VList.tsx:75](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L75)

___

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

#### Defined in

[src/react/VList.tsx:80](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L80)
[src/react/VList.tsx:80](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L80)

## Properties

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

#### Defined in

[src/react/VList.tsx:52](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L52)
[src/react/VList.tsx:52](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L52)

___

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

#### Defined in

[src/react/VList.tsx:56](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L56)
[src/react/VList.tsx:56](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L56)

___

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

#### Defined in

[src/react/VList.tsx:60](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L60)
[src/react/VList.tsx:60](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L60)

___

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

#### Defined in

[src/react/VList.tsx:64](https://github.com/inokawa/virtua/blob/7f3c8fd1/src/react/VList.tsx#L64)
[src/react/VList.tsx:64](https://github.com/inokawa/virtua/blob/9bff11ed/src/react/VList.tsx#L64)
Loading

0 comments on commit 0017c78

Please sign in to comment.