Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Oct 16, 2023
1 parent e5e5810 commit bf5c8e2
Show file tree
Hide file tree
Showing 13 changed files with 77 additions and 77 deletions.
10 changes: 5 additions & 5 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Alignment of item when calling scrollToIndex method.

#### Defined in

[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/d7672fae/src/core/types.ts#L25)
[src/core/types.ts:25](https://github.com/inokawa/virtua/blob/e5e58101/src/core/types.ts#L25)

___

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

#### Defined in

[src/react/VGrid.tsx:52](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L52)
[src/react/VGrid.tsx:49](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L49)

___

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

#### Defined in

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

___

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

#### Defined in

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

___

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

#### Defined in

[src/react/ListItem.tsx:24](https://github.com/inokawa/virtua/blob/d7672fae/src/react/ListItem.tsx#L24)
[src/react/ListItem.tsx:22](https://github.com/inokawa/virtua/blob/e5e58101/src/react/ListItem.tsx#L22)
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/d7672fae/src/core/types.ts#L16)
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/e5e58101/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:48](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L48)
[src/react/VGrid.tsx:45](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L45)

___

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

#### Defined in

[src/react/VGrid.tsx:49](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L49)
[src/react/VGrid.tsx:46](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L46)
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:20](https://github.com/inokawa/virtua/blob/d7672fae/src/react/ListItem.tsx#L20)
[src/react/ListItem.tsx:18](https://github.com/inokawa/virtua/blob/e5e58101/src/react/ListItem.tsx#L18)

___

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

#### Defined in

[src/react/ListItem.tsx:21](https://github.com/inokawa/virtua/blob/d7672fae/src/react/ListItem.tsx#L21)
[src/react/ListItem.tsx:19](https://github.com/inokawa/virtua/blob/e5e58101/src/react/ListItem.tsx#L19)
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/d7672fae/src/react/Viewport.tsx#L22)
[src/react/Viewport.tsx:22](https://github.com/inokawa/virtua/blob/e5e58101/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/d7672fae/src/react/Viewport.tsx#L26)
[src/react/Viewport.tsx:26](https://github.com/inokawa/virtua/blob/e5e58101/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/d7672fae/src/react/Viewport.tsx#L30)
[src/react/Viewport.tsx:30](https://github.com/inokawa/virtua/blob/e5e58101/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/d7672fae/src/react/Viewport.tsx#L34)
[src/react/Viewport.tsx:34](https://github.com/inokawa/virtua/blob/e5e58101/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/d7672fae/src/react/Viewport.tsx#L38)
[src/react/Viewport.tsx:38](https://github.com/inokawa/virtua/blob/e5e58101/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:170](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L170)
[src/react/VGrid.tsx:136](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L136)

___

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

#### Defined in

[src/react/VGrid.tsx:176](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L176)
[src/react/VGrid.tsx:142](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L142)

___

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

#### Defined in

[src/react/VGrid.tsx:182](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L182)
[src/react/VGrid.tsx:148](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L148)

## Properties

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

#### Defined in

[src/react/VGrid.tsx:156](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L156)
[src/react/VGrid.tsx:122](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L122)

___

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

#### Defined in

[src/react/VGrid.tsx:160](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L160)
[src/react/VGrid.tsx:126](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L126)

___

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

#### Defined in

[src/react/VGrid.tsx:164](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L164)
[src/react/VGrid.tsx:130](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L130)
28 changes: 14 additions & 14 deletions docs/interfaces/VGridProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ A function to create elements rendered by this component.

#### Defined in

[src/react/VGrid.tsx:192](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L192)
[src/react/VGrid.tsx:158](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L158)

___

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

#### Defined in

[src/react/VGrid.tsx:205](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L205)
[src/react/VGrid.tsx:171](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L171)

___

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

#### Defined in

[src/react/VGrid.tsx:209](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L209)
[src/react/VGrid.tsx:175](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L175)

___

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

#### Defined in

[src/react/VGrid.tsx:214](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L214)
[src/react/VGrid.tsx:180](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L180)

___

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

#### Defined in

[src/react/VGrid.tsx:219](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L219)
[src/react/VGrid.tsx:185](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L185)

___

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

#### Defined in

[src/react/VGrid.tsx:224](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L224)
[src/react/VGrid.tsx:190](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L190)

___

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

#### Defined in

[src/react/VGrid.tsx:228](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L228)
[src/react/VGrid.tsx:194](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L194)

___

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

#### Defined in

[src/react/VGrid.tsx:232](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L232)
[src/react/VGrid.tsx:198](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L198)

___

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

#### Defined in

[src/react/VGrid.tsx:236](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VGrid.tsx#L236)
[src/react/VGrid.tsx:202](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VGrid.tsx#L202)

___

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

### aria-checked

`Optional` **aria-checked**: `boolean` \| ``"mixed"`` \| ``"false"`` \| ``"true"``
`Optional` **aria-checked**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"mixed"``

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

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

### aria-current

`Optional` **aria-current**: `boolean` \| ``"time"`` \| ``"page"`` \| ``"false"`` \| ``"true"`` \| ``"step"`` \| ``"location"`` \| ``"date"``
`Optional` **aria-current**: `boolean` \| ``"time"`` \| ``"date"`` \| ``"true"`` \| ``"false"`` \| ``"page"`` \| ``"step"`` \| ``"location"``

Indicates the element that represents the current item within a container or set of related elements.

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

### aria-haspopup

`Optional` **aria-haspopup**: `boolean` \| ``"dialog"`` \| ``"menu"`` \| ``"grid"`` \| ``"listbox"`` \| ``"tree"`` \| ``"false"`` \| ``"true"``
`Optional` **aria-haspopup**: `boolean` \| ``"dialog"`` \| ``"menu"`` \| ``"grid"`` \| ``"listbox"`` \| ``"tree"`` \| ``"true"`` \| ``"false"``

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

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

### aria-invalid

`Optional` **aria-invalid**: `boolean` \| ``"false"`` \| ``"true"`` \| ``"grammar"`` \| ``"spelling"``
`Optional` **aria-invalid**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"grammar"`` \| ``"spelling"``

Indicates the entered value does not conform to the format expected by the application.

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

### aria-pressed

`Optional` **aria-pressed**: `boolean` \| ``"mixed"`` \| ``"false"`` \| ``"true"``
`Optional` **aria-pressed**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"mixed"``

Indicates the current "pressed" state of toggle buttons.

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:75](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L75)
[src/react/VList.tsx:73](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L73)

___

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

#### Defined in

[src/react/VList.tsx:80](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L80)
[src/react/VList.tsx:78](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L78)

___

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

#### Defined in

[src/react/VList.tsx:85](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L85)
[src/react/VList.tsx:83](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L83)

## Properties

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

#### Defined in

[src/react/VList.tsx:57](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L57)
[src/react/VList.tsx:55](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L55)

___

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

#### Defined in

[src/react/VList.tsx:61](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L61)
[src/react/VList.tsx:59](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L59)

___

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

#### Defined in

[src/react/VList.tsx:65](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L65)
[src/react/VList.tsx:63](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L63)

___

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

#### Defined in

[src/react/VList.tsx:69](https://github.com/inokawa/virtua/blob/d7672fae/src/react/VList.tsx#L69)
[src/react/VList.tsx:67](https://github.com/inokawa/virtua/blob/e5e58101/src/react/VList.tsx#L67)
Loading

0 comments on commit bf5c8e2

Please sign in to comment.