Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Feb 19, 2025
1 parent 4de6d1c commit 71111c8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/functions/editable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> **editable**\<`T`\>(`element`, `__namedParameters`): [`EditableHandle`](../interfaces/EditableHandle.md)
Defined in: [editable.ts:104](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L104)
Defined in: [editable.ts:105](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L105)

## Type Parameters

Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/EditableHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

# Interface: EditableHandle()

Defined in: [editable.ts:99](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L99)
Defined in: [editable.ts:100](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L100)

> **EditableHandle**(): `void`
Defined in: [editable.ts:100](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L100)
Defined in: [editable.ts:101](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L101)

## Returns

Expand All @@ -20,7 +20,7 @@ Defined in: [editable.ts:100](https://github.com/inokawa/edix/blob/de39f463e8732

> **readonly**: (`value`) => `void`
Defined in: [editable.ts:101](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L101)
Defined in: [editable.ts:102](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L102)

#### Parameters

Expand Down
10 changes: 5 additions & 5 deletions docs/interfaces/EditableOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Interface: EditableOptions\<T\>

Defined in: [editable.ts:92](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L92)
Defined in: [editable.ts:93](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L93)

## Type Parameters

Expand All @@ -16,31 +16,31 @@ Defined in: [editable.ts:92](https://github.com/inokawa/edix/blob/de39f463e87325

> `optional` **multiline**: `boolean`
Defined in: [editable.ts:93](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L93)
Defined in: [editable.ts:94](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L94)

***

### readonly?

> `optional` **readonly**: `boolean`
Defined in: [editable.ts:94](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L94)
Defined in: [editable.ts:95](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L95)

***

### serializer?

> `optional` **serializer**: [`EditableSerializer`](EditableSerializer.md)\<`T`\>
Defined in: [editable.ts:95](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L95)
Defined in: [editable.ts:96](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L96)

***

### onChange()

> **onChange**: (`value`) => `void`
Defined in: [editable.ts:96](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L96)
Defined in: [editable.ts:97](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L97)

#### Parameters

Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/EditableSerializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Interface: EditableSerializer\<T\>

Defined in: [editable.ts:72](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L72)
Defined in: [editable.ts:73](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L73)

## Type Parameters

Expand All @@ -16,7 +16,7 @@ Defined in: [editable.ts:72](https://github.com/inokawa/edix/blob/de39f463e87325

> **data**: (`snapshot`) => `T`
Defined in: [editable.ts:73](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L73)
Defined in: [editable.ts:74](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L74)

#### Parameters

Expand All @@ -34,7 +34,7 @@ Defined in: [editable.ts:73](https://github.com/inokawa/edix/blob/de39f463e87325

> `optional` **plain**: (`snapshot`) => `string`
Defined in: [editable.ts:74](https://github.com/inokawa/edix/blob/de39f463e87325bf95c113d2dbd6f8003d78b892/src/core/editable.ts#L74)
Defined in: [editable.ts:75](https://github.com/inokawa/edix/blob/4de6d1c6d7b389c5eb1a387ae91ce3a07ce8aa85/src/core/editable.ts#L75)

#### Parameters

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edix",
"version": "0.0.11",
"version": "0.0.12",
"description": "An experimental, framework agnostic, small (~3kB) contenteditable state manager.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit 71111c8

Please sign in to comment.