feat: bump more deps (#14079)

This commit is contained in:
DarkSky
2025-12-10 16:02:28 +08:00
committed by GitHub
parent 40f3337d45
commit cb0ff04efa
194 changed files with 2155 additions and 2297 deletions

View File

@@ -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

View File

@@ -12,11 +12,11 @@
### a
`undefined` | `null` | `string`
`string` | `null` | `undefined`
### b
`undefined` | `null` | `string`
`string` | `null` | `undefined`
### digits?

View File

@@ -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

View File

@@ -20,11 +20,11 @@ a and b.
### a
`undefined` | `null` | `string`
`string` | `null` | `undefined`
### b
`undefined` | `null` | `string`
`string` | `null` | `undefined`
### n

View File

@@ -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