@univerjs/sheets-drawing-ui 0.5.5-nightly.202501231606 → 0.5.5-nightly.202501241606

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,5 +1,8 @@
1
1
  import { DrawingTypeEnum, FEnum, ImageSourceType } from '@univerjs/core';
2
2
  import { SheetDrawingAnchorType } from '@univerjs/sheets-drawing';
3
+ /**
4
+ * @ignore
5
+ */
3
6
  export interface IFDrawingEnumMixin {
4
7
  /** Please refer to {@link DrawingTypeEnum}. */
5
8
  DrawingType: typeof DrawingTypeEnum;
@@ -2,6 +2,9 @@ import { IDrawingSearch, IEventBase, FEventName } from '@univerjs/core';
2
2
  import { ISheetImage } from '@univerjs/sheets-drawing';
3
3
  import { FWorkbook } from '@univerjs/sheets/facade';
4
4
  import { FOverGridImage } from './f-over-grid-image';
5
+ /**
6
+ * @ignore
7
+ */
5
8
  interface IFDrawingEventNameMixin {
6
9
  /**
7
10
  * Triggered before floating image insertion.
@@ -217,6 +220,9 @@ export interface IOverGridImageSelectedParam extends IEventBase {
217
220
  */
218
221
  selectedImages: FOverGridImage[];
219
222
  }
223
+ /**
224
+ * @ignore
225
+ */
220
226
  interface IFSheetsUIEventParamConfig {
221
227
  BeforeOverGridImageChange: IBeforeOverGridImageChangeParam;
222
228
  OverGridImageChanged: IOverGridImageChangedParam;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-drawing-ui",
3
- "version": "0.5.5-nightly.202501231606",
3
+ "version": "0.5.5-nightly.202501241606",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -59,17 +59,17 @@
59
59
  "dependencies": {
60
60
  "@univerjs/icons": "^0.2.14",
61
61
  "clsx": "^2.1.1",
62
- "@univerjs/core": "0.5.5-nightly.202501231606",
63
- "@univerjs/design": "0.5.5-nightly.202501231606",
64
- "@univerjs/docs-drawing": "0.5.5-nightly.202501231606",
65
- "@univerjs/drawing": "0.5.5-nightly.202501231606",
66
- "@univerjs/engine-render": "0.5.5-nightly.202501231606",
67
- "@univerjs/sheets-drawing": "0.5.5-nightly.202501231606",
68
- "@univerjs/sheets-ui": "0.5.5-nightly.202501231606",
69
- "@univerjs/docs-ui": "0.5.5-nightly.202501231606",
70
- "@univerjs/sheets": "0.5.5-nightly.202501231606",
71
- "@univerjs/drawing-ui": "0.5.5-nightly.202501231606",
72
- "@univerjs/ui": "0.5.5-nightly.202501231606"
62
+ "@univerjs/core": "0.5.5-nightly.202501241606",
63
+ "@univerjs/docs-ui": "0.5.5-nightly.202501241606",
64
+ "@univerjs/design": "0.5.5-nightly.202501241606",
65
+ "@univerjs/docs-drawing": "0.5.5-nightly.202501241606",
66
+ "@univerjs/drawing": "0.5.5-nightly.202501241606",
67
+ "@univerjs/drawing-ui": "0.5.5-nightly.202501241606",
68
+ "@univerjs/engine-render": "0.5.5-nightly.202501241606",
69
+ "@univerjs/sheets": "0.5.5-nightly.202501241606",
70
+ "@univerjs/sheets-drawing": "0.5.5-nightly.202501241606",
71
+ "@univerjs/ui": "0.5.5-nightly.202501241606",
72
+ "@univerjs/sheets-ui": "0.5.5-nightly.202501241606"
73
73
  },
74
74
  "devDependencies": {
75
75
  "less": "^4.2.1",