Skip to content

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jan 1, 2024
1 parent 735e8bf commit a12f57e
Show file tree
Hide file tree
Showing 15 changed files with 273 additions and 273 deletions.
50 changes: 25 additions & 25 deletions docs/classes/vue.VList.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:128
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:131

___

Expand All @@ -87,7 +87,7 @@ Scroll to the item specified by index.

#### Defined in

[src/vue/VList.ts:49](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L49)
[src/vue/VList.tsx:49](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L49)

___

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

#### Defined in

[src/vue/VList.ts:54](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L54)
[src/vue/VList.tsx:54](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L54)

___

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

#### Defined in

[src/vue/VList.ts:59](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L59)
[src/vue/VList.tsx:59](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L59)

## Properties

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:115
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:118

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:116
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:119

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:117
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:120

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:118
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:121

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:119
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:122

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:120
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:123

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:121
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:124

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:122
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:125

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:123
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:126

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:124
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:127

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:125
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:128

___

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

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:126
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:129

___

Expand Down Expand Up @@ -291,7 +291,7 @@ ___

#### Defined in

node_modules/@vue/runtime-core/dist/runtime-core.d.ts:127
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:130

___

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

#### Defined in

[src/vue/VList.ts:82](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L82)
[src/vue/VList.tsx:82](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L82)

___

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

#### Defined in

[src/vue/VList.ts:66](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L66)
[src/vue/VList.tsx:66](https://github.com/inokawa/virtua/blob/735e8bf3/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.ts:71](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L71)
[src/vue/VList.tsx:71](https://github.com/inokawa/virtua/blob/735e8bf3/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.ts:78](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L78)
[src/vue/VList.tsx:78](https://github.com/inokawa/virtua/blob/735e8bf3/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.ts:86](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L86)
[src/vue/VList.tsx:86](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L86)

___

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

#### Defined in

[src/vue/VList.ts:35](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L35)
[src/vue/VList.tsx:35](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L35)

___

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

#### Defined in

[src/vue/VList.ts:39](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L39)
[src/vue/VList.tsx:39](https://github.com/inokawa/virtua/blob/735e8bf3/src/vue/VList.tsx#L39)

___

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

#### Defined in

[src/vue/VList.ts:43](https://github.com/inokawa/virtua/blob/401edf3d/src/vue/VList.ts#L43)
[src/vue/VList.tsx:43](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/core/types.ts#L8)
[src/core/types.ts:8](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L42)
[src/react/VGrid.tsx:42](https://github.com/inokawa/virtua/blob/735e8bf3/src/react/VGrid.tsx#L42)

___

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

#### Defined in

[src/react/VGrid.tsx:43](https://github.com/inokawa/virtua/blob/401edf3d/src/react/VGrid.tsx#L43)
[src/react/VGrid.tsx:43](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/ListItem.tsx#L18)
[src/react/ListItem.tsx:18](https://github.com/inokawa/virtua/blob/735e8bf3/src/react/ListItem.tsx#L18)

___

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

#### Defined in

[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/401edf3d/src/react/ListItem.tsx#L19)
[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/735e8bf3/src/react/ListItem.tsx#L19)

___

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

#### Defined in

[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/401edf3d/src/react/ListItem.tsx#L20)
[src/react/ListItem.tsx:20](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/Viewport.tsx#L22)
[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/Viewport.tsx#L26)
[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/Viewport.tsx#L30)
[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/Viewport.tsx#L34)
[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/Viewport.tsx#L38)
[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/core/types.ts#L22)
[src/core/types.ts:22](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/core/types.ts#L28)
[src/core/types.ts:28](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L133)
[src/react/VGrid.tsx:133](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L139)
[src/react/VGrid.tsx:139](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L145)
[src/react/VGrid.tsx:145](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L119)
[src/react/VGrid.tsx:119](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L123)
[src/react/VGrid.tsx:123](https://github.com/inokawa/virtua/blob/735e8bf3/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/401edf3d/src/react/VGrid.tsx#L127)
[src/react/VGrid.tsx:127](https://github.com/inokawa/virtua/blob/735e8bf3/src/react/VGrid.tsx#L127)
Loading

0 comments on commit a12f57e

Please sign in to comment.