mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -74,7 +74,7 @@ The bound of the element without considering the response extension.
|
||||
|
||||
#### Get Signature
|
||||
|
||||
> **get** **lockedBySelf**(): `undefined` \| `boolean`
|
||||
> **get** **lockedBySelf**(): `boolean` \| `undefined`
|
||||
|
||||
Indicates whether the current block is explicitly locked by self.
|
||||
For checking the lock status of the element, use `isLocked` instead.
|
||||
@@ -82,7 +82,7 @@ For (un)locking the element, use `(un)lock` instead.
|
||||
|
||||
##### Returns
|
||||
|
||||
`undefined` \| `boolean`
|
||||
`boolean` \| `undefined`
|
||||
|
||||
#### Set Signature
|
||||
|
||||
@@ -96,7 +96,7 @@ For (un)locking the element, use `(un)lock` instead.
|
||||
|
||||
###### lockedBySelf
|
||||
|
||||
`undefined` | `boolean`
|
||||
`boolean` | `undefined`
|
||||
|
||||
##### Returns
|
||||
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
### a
|
||||
|
||||
`undefined` | `null` | `string`
|
||||
`string` | `null` | `undefined`
|
||||
|
||||
### b
|
||||
|
||||
`undefined` | `null` | `string`
|
||||
`string` | `null` | `undefined`
|
||||
|
||||
### digits?
|
||||
|
||||
|
||||
@@ -17,11 +17,11 @@ make sure a and b are generated by this function.
|
||||
|
||||
### a
|
||||
|
||||
`null` | `string`
|
||||
`string` | `null`
|
||||
|
||||
### b
|
||||
|
||||
`null` | `string`
|
||||
`string` | `null`
|
||||
|
||||
## Returns
|
||||
|
||||
|
||||
@@ -20,11 +20,11 @@ a and b.
|
||||
|
||||
### a
|
||||
|
||||
`undefined` | `null` | `string`
|
||||
`string` | `null` | `undefined`
|
||||
|
||||
### b
|
||||
|
||||
`undefined` | `null` | `string`
|
||||
`string` | `null` | `undefined`
|
||||
|
||||
### n
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
This type include the common props for the graphic block model.
|
||||
You can use this type with Omit to define the props of a graphic block model.
|
||||
|
||||
## Type declaration
|
||||
## Type Declaration
|
||||
|
||||
### rotate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user