@univerjs/sheets-drawing-ui 0.6.4-nightly.202503111607 → 0.6.5-nightly.202503121607

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.
Files changed (2) hide show
  1. package/lib/es/index.js +2 -0
  2. package/package.json +14 -14
package/lib/es/index.js CHANGED
@@ -2778,8 +2778,10 @@ let jt = class extends le {
2778
2778
  e = n.onGetFloatDomProps(t);
2779
2779
  }), e;
2780
2780
  }
2781
+ // eslint-disable-next-line max-lines-per-function
2781
2782
  _drawingAddListener() {
2782
2783
  this.disposeWithMe(
2784
+ // eslint-disable-next-line max-lines-per-function
2783
2785
  this._drawingManagerService.add$.subscribe((t) => {
2784
2786
  t.forEach((e) => {
2785
2787
  var Z, ae, J;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-drawing-ui",
3
- "version": "0.6.4-nightly.202503111607",
3
+ "version": "0.6.5-nightly.202503121607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,22 +53,22 @@
53
53
  "lib"
54
54
  ],
55
55
  "peerDependencies": {
56
- "react": ">=16.9.0 || >=17 || >=18 || >=19",
56
+ "react": ">=16.9.0",
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "@univerjs/icons": "^0.2.21",
61
- "@univerjs/core": "0.6.4-nightly.202503111607",
62
- "@univerjs/design": "0.6.4-nightly.202503111607",
63
- "@univerjs/docs-drawing": "0.6.4-nightly.202503111607",
64
- "@univerjs/drawing": "0.6.4-nightly.202503111607",
65
- "@univerjs/engine-render": "0.6.4-nightly.202503111607",
66
- "@univerjs/drawing-ui": "0.6.4-nightly.202503111607",
67
- "@univerjs/sheets": "0.6.4-nightly.202503111607",
68
- "@univerjs/sheets-ui": "0.6.4-nightly.202503111607",
69
- "@univerjs/docs-ui": "0.6.4-nightly.202503111607",
70
- "@univerjs/sheets-drawing": "0.6.4-nightly.202503111607",
71
- "@univerjs/ui": "0.6.4-nightly.202503111607"
61
+ "@univerjs/core": "0.6.5-nightly.202503121607",
62
+ "@univerjs/design": "0.6.5-nightly.202503121607",
63
+ "@univerjs/docs-drawing": "0.6.5-nightly.202503121607",
64
+ "@univerjs/docs-ui": "0.6.5-nightly.202503121607",
65
+ "@univerjs/drawing-ui": "0.6.5-nightly.202503121607",
66
+ "@univerjs/drawing": "0.6.5-nightly.202503121607",
67
+ "@univerjs/engine-render": "0.6.5-nightly.202503121607",
68
+ "@univerjs/sheets": "0.6.5-nightly.202503121607",
69
+ "@univerjs/sheets-drawing": "0.6.5-nightly.202503121607",
70
+ "@univerjs/sheets-ui": "0.6.5-nightly.202503121607",
71
+ "@univerjs/ui": "0.6.5-nightly.202503121607"
72
72
  },
73
73
  "devDependencies": {
74
74
  "less": "^4.2.2",
@@ -79,7 +79,7 @@
79
79
  "typescript": "^5.8.2",
80
80
  "vite": "^6.2.1",
81
81
  "vitest": "^3.0.8",
82
- "@univerjs-infra/shared": "0.6.4"
82
+ "@univerjs-infra/shared": "0.6.5"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "vitest run",