@univerjs/sheets-drawing 0.2.4-alpha.0 → 0.2.5
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,4 +1,5 @@
|
|
|
1
1
|
import { IDrawingParam, IImageData, IRotationSkewFlipTransform, IUnitDrawingService, UnitDrawingService } from '@univerjs/drawing';
|
|
2
|
+
import { Serializable } from '@univerjs/core';
|
|
2
3
|
|
|
3
4
|
interface ICellPosition {
|
|
4
5
|
column: number;
|
|
@@ -28,6 +29,7 @@ export interface ISheetShape extends IDrawingParam, ISheetDrawingBase {
|
|
|
28
29
|
}
|
|
29
30
|
export interface IFloatDomData extends IDrawingParam {
|
|
30
31
|
componentKey: string;
|
|
32
|
+
data?: Serializable;
|
|
31
33
|
}
|
|
32
34
|
export interface ISheetFloatDom extends IFloatDomData, ISheetDrawingBase {
|
|
33
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/sheets-drawing",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
],
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"rxjs": ">=7.0.0",
|
|
48
|
-
"@univerjs/core": "0.2.
|
|
49
|
-
"@univerjs/drawing": "0.2.
|
|
48
|
+
"@univerjs/core": "0.2.5",
|
|
49
|
+
"@univerjs/drawing": "0.2.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"typescript": "^5.5.3",
|
|
53
53
|
"vite": "^5.3.4",
|
|
54
54
|
"vitest": "^2.0.3",
|
|
55
|
-
"@univerjs/core": "0.2.
|
|
56
|
-
"@univerjs/shared": "0.2.
|
|
57
|
-
"@univerjs/drawing": "0.2.
|
|
58
|
-
"@univerjs/sheets": "0.2.
|
|
55
|
+
"@univerjs/core": "0.2.5",
|
|
56
|
+
"@univerjs/shared": "0.2.5",
|
|
57
|
+
"@univerjs/drawing": "0.2.5",
|
|
58
|
+
"@univerjs/sheets": "0.2.5"
|
|
59
59
|
},
|
|
60
60
|
"univerSpace": {
|
|
61
61
|
".": {
|