Skip to content

Commit

Permalink
0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jun 24, 2024
1 parent 7830fce commit 614e25d
Show file tree
Hide file tree
Showing 25 changed files with 182 additions and 182 deletions.
26 changes: 13 additions & 13 deletions docs/classes/vue.VList.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Get item offset from start.

#### Defined in

[src/vue/Virtualizer.tsx:49](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L49)
[src/vue/Virtualizer.tsx:50](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L50)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:55](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L55)
[src/vue/Virtualizer.tsx:56](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L56)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:60](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L60)
[src/vue/Virtualizer.tsx:61](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L61)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:65](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L65)
[src/vue/Virtualizer.tsx:66](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L66)

## Properties

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

#### Defined in

[src/vue/VList.tsx:34](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/VList.tsx#L34)
[src/vue/VList.tsx:34](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/VList.tsx#L34)

___

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

#### Defined in

[src/vue/VList.tsx:18](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/VList.tsx#L18)
[src/vue/VList.tsx:18](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/VList.tsx#L18)

___

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

#### Defined in

[src/vue/VList.tsx:23](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/VList.tsx#L23)
[src/vue/VList.tsx:23](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/VList.tsx#L23)

___

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

#### Defined in

[src/vue/VList.tsx:30](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/VList.tsx#L30)
[src/vue/VList.tsx:30](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/VList.tsx#L30)

___

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

#### Defined in

[src/vue/VList.tsx:38](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/VList.tsx#L38)
[src/vue/VList.tsx:38](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/VList.tsx#L38)

___

Expand All @@ -402,7 +402,7 @@ A prop for SSR. If set, the specified amount of items will be mounted in the ini

#### Defined in

[src/vue/VList.tsx:42](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/VList.tsx#L42)
[src/vue/VList.tsx:42](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/VList.tsx#L42)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:36](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L36)
[src/vue/Virtualizer.tsx:37](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L37)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:40](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L40)
[src/vue/Virtualizer.tsx:41](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L41)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:44](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L44)
[src/vue/Virtualizer.tsx:45](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L45)
36 changes: 18 additions & 18 deletions docs/classes/vue.Virtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Get item offset from start.

#### Defined in

[src/vue/Virtualizer.tsx:49](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L49)
[src/vue/Virtualizer.tsx:50](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L50)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:55](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L55)
[src/vue/Virtualizer.tsx:56](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L56)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:60](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L60)
[src/vue/Virtualizer.tsx:61](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L61)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:65](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L65)
[src/vue/Virtualizer.tsx:66](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L66)

## Properties

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

### $props

• **$props**: `Partial`\<\{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean }\> & `Omit`\<\{ `shift`: `boolean` = Boolean; `data`: `unknown`[] ; `overscan`: `number` ; `horizontal`: `boolean` = Boolean; `itemSize?`: `number` = Number; `startMargin?`: `number` = Number; `ssrCount?`: `number` = Number; `scrollRef?`: `HTMLElement` ; `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` } & `VNodeProps` & `AllowedComponentProps` & `ComponentCustomProps` & `Readonly`\<`ExtractPropTypes`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }\>\> & \{ `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` }, `DefaultKeys`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }\>\>
• **$props**: `Partial`\<\{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean; `startMargin`: `number` }\> & `Omit`\<\{ `shift`: `boolean` = Boolean; `data`: `unknown`[] ; `overscan`: `number` ; `horizontal`: `boolean` = Boolean; `startMargin`: `number` ; `itemSize?`: `number` = Number; `ssrCount?`: `number` = Number; `scrollRef?`: `HTMLElement` ; `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` } & `VNodeProps` & `AllowedComponentProps` & `ComponentCustomProps` & `Readonly`\<`ExtractPropTypes`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 0 } ; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }\>\> & \{ `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` }, `DefaultKeys`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 0 } ; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }\>\>

#### Defined in

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

### $options

• **$options**: `ComponentOptionsBase`\<`ResolveProps`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }\>, `VirtualizerHandle`, {}, {}, {}, `ComponentOptionsMixin`, `ComponentOptionsMixin`, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }, `string`, \{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean }, {}, `string`, `SlotsType`\<\{ `default`: `any` }\>\> & `MergedComponentOptionsOverride`
• **$options**: `ComponentOptionsBase`\<`ResolveProps`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 0 } ; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }\>, `VirtualizerHandle`, {}, {}, {}, `ComponentOptionsMixin`, `ComponentOptionsMixin`, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }, `string`, \{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean; `startMargin`: `number` }, {}, `string`, `SlotsType`\<\{ `default`: `any` }\>\> & `MergedComponentOptionsOverride`

#### Defined in

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

#### Defined in

[src/vue/Virtualizer.tsx:88](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L88)
[src/vue/Virtualizer.tsx:89](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L89)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:72](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L72)
[src/vue/Virtualizer.tsx:73](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L73)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:77](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L77)
[src/vue/Virtualizer.tsx:78](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L78)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:84](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L84)
[src/vue/Virtualizer.tsx:85](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L85)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:92](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L92)
[src/vue/Virtualizer.tsx:93](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L93)

___

### startMargin

`Optional` `Readonly` **startMargin**: `number` = `Number`
`Readonly` **startMargin**: `number`

If you put an element before virtualizer, you have to define its height with this prop.

#### Defined in

[src/vue/Virtualizer.tsx:96](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L96)
[src/vue/Virtualizer.tsx:97](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L97)

___

Expand All @@ -416,7 +416,7 @@ A prop for SSR. If set, the specified amount of items will be mounted in the ini

#### Defined in

[src/vue/Virtualizer.tsx:100](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L100)
[src/vue/Virtualizer.tsx:101](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L101)

___

Expand All @@ -428,7 +428,7 @@ Reference to the scrollable element. The default will get the parent element of

#### Defined in

[src/vue/Virtualizer.tsx:104](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L104)
[src/vue/Virtualizer.tsx:105](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L105)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:36](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L36)
[src/vue/Virtualizer.tsx:37](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L37)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:40](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L40)
[src/vue/Virtualizer.tsx:41](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L41)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:44](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/Virtualizer.tsx#L44)
[src/vue/Virtualizer.tsx:45](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/Virtualizer.tsx#L45)
10 changes: 5 additions & 5 deletions docs/classes/vue.WindowVirtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ While true is set, scroll position will be maintained from the end not usual sta

#### Defined in

[src/vue/WindowVirtualizer.tsx:47](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/WindowVirtualizer.tsx#L47)
[src/vue/WindowVirtualizer.tsx:47](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/WindowVirtualizer.tsx#L47)

___

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

#### Defined in

[src/vue/WindowVirtualizer.tsx:31](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/WindowVirtualizer.tsx#L31)
[src/vue/WindowVirtualizer.tsx:31](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/WindowVirtualizer.tsx#L31)

___

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

#### Defined in

[src/vue/WindowVirtualizer.tsx:36](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/WindowVirtualizer.tsx#L36)
[src/vue/WindowVirtualizer.tsx:36](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/WindowVirtualizer.tsx#L36)

___

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

#### Defined in

[src/vue/WindowVirtualizer.tsx:43](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/WindowVirtualizer.tsx#L43)
[src/vue/WindowVirtualizer.tsx:43](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/WindowVirtualizer.tsx#L43)

___

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

#### Defined in

[src/vue/WindowVirtualizer.tsx:51](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/vue/WindowVirtualizer.tsx#L51)
[src/vue/WindowVirtualizer.tsx:51](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/vue/WindowVirtualizer.tsx#L51)

___

Expand Down
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:16](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/core/types.ts#L16)
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/core/types.ts#L16)
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:34](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/react/VGrid.tsx#L34)
[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/react/VGrid.tsx#L34)

___

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

#### Defined in

[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/react/VGrid.tsx#L35)
[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/react/VGrid.tsx#L35)
4 changes: 2 additions & 2 deletions docs/interfaces/react.CustomContainerComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Defined in

[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/react/types.ts#L10)
[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/react/types.ts#L10)

___

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

#### Defined in

[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/347eaf0ee4d42b83126888b3a0a52172043fa2e0/src/react/types.ts#L11)
[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/7830fce86f8965dc3497e8feee92ff1de1b069d2/src/react/types.ts#L11)
Loading

0 comments on commit 614e25d

Please sign in to comment.