@univerjs/sheets-drawing 0.6.10-experimental.20250428-2b6408c → 0.6.10-experimental.20250428-63779a3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IDrawingParam, IRotationSkewFlipTransform, Serializable } from '@univerjs/core';
|
|
2
|
-
import { ISheetOverGridPosition } from '@univerjs/sheets';
|
|
3
2
|
import { IImageData, IUnitDrawingService, UnitDrawingService } from '@univerjs/drawing';
|
|
3
|
+
import { ISheetOverGridPosition } from '@univerjs/sheets';
|
|
4
4
|
export declare enum SheetDrawingAnchorType {
|
|
5
5
|
/**
|
|
6
6
|
* Only the position of the drawing follows the cell changes. When rows or columns are inserted or deleted, the position of the drawing changes, but the size remains the same.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-drawing",
|
|
3
|
-
"version": "0.6.10-experimental.20250428-
|
|
3
|
+
"version": "0.6.10-experimental.20250428-63779a3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"lib"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@univerjs/core": "0.6.10-experimental.20250428-
|
|
47
|
-
"@univerjs/drawing": "0.6.10-experimental.20250428-
|
|
46
|
+
"@univerjs/core": "0.6.10-experimental.20250428-63779a3",
|
|
47
|
+
"@univerjs/drawing": "0.6.10-experimental.20250428-63779a3"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "^5.8.3",
|
|
51
51
|
"vite": "^6.3.3",
|
|
52
52
|
"vitest": "^3.1.2",
|
|
53
53
|
"@univerjs-infra/shared": "0.6.10",
|
|
54
|
-
"@univerjs/sheets": "0.6.10-experimental.20250428-
|
|
54
|
+
"@univerjs/sheets": "0.6.10-experimental.20250428-63779a3"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"test": "vitest run",
|