@univerjs/preset-sheets-drawing 0.6.9 → 0.6.10-nightly.202504101607

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.
package/lib/index.js ADDED
@@ -0,0 +1,26 @@
1
+ import { UniverDocsDrawingPlugin as e } from "@univerjs/docs-drawing";
2
+ export * from "@univerjs/docs-drawing";
3
+ import { UniverDrawingPlugin as n, IImageIoService as t } from "@univerjs/drawing";
4
+ export * from "@univerjs/drawing";
5
+ import { UniverDrawingUIPlugin as m } from "@univerjs/drawing-ui";
6
+ export * from "@univerjs/drawing-ui";
7
+ import { UniverSheetsDrawingPlugin as f } from "@univerjs/sheets-drawing";
8
+ export * from "@univerjs/sheets-drawing";
9
+ import { UniverSheetsDrawingUIPlugin as g } from "@univerjs/sheets-drawing-ui";
10
+ export * from "@univerjs/sheets-drawing-ui";
11
+ import "@univerjs/sheets-drawing-ui/facade";
12
+ function U(r = {}) {
13
+ const { collaboration: o = !1 } = r;
14
+ return {
15
+ plugins: [
16
+ [n, { override: o ? [[t, null]] : [] }],
17
+ e,
18
+ m,
19
+ f,
20
+ g
21
+ ].filter((i) => !!i)
22
+ };
23
+ }
24
+ export {
25
+ U as UniverSheetsDrawingPreset
26
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/drawing-ui/locale/en-US";
3
+ import i from "@univerjs/sheets-drawing-ui/locale/en-US";
4
+ const n = r(
5
+ {},
6
+ e,
7
+ i
8
+ );
9
+ export {
10
+ n as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import i from "@univerjs/drawing-ui/locale/fa-IR";
3
+ import e from "@univerjs/sheets-drawing-ui/locale/fa-IR";
4
+ const s = r(
5
+ {},
6
+ i,
7
+ e
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import i from "@univerjs/drawing-ui/locale/fr-FR";
3
+ import e from "@univerjs/sheets-drawing-ui/locale/fr-FR";
4
+ const s = r(
5
+ {},
6
+ i,
7
+ e
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import i from "@univerjs/drawing-ui/locale/ru-RU";
3
+ import e from "@univerjs/sheets-drawing-ui/locale/ru-RU";
4
+ const s = r(
5
+ {},
6
+ i,
7
+ e
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import i from "@univerjs/drawing-ui/locale/vi-VN";
3
+ import e from "@univerjs/sheets-drawing-ui/locale/vi-VN";
4
+ const s = r(
5
+ {},
6
+ i,
7
+ e
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import i from "@univerjs/drawing-ui/locale/zh-CN";
3
+ import e from "@univerjs/sheets-drawing-ui/locale/zh-CN";
4
+ const s = r(
5
+ {},
6
+ i,
7
+ e
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import i from "@univerjs/drawing-ui/locale/zh-TW";
3
+ import e from "@univerjs/sheets-drawing-ui/locale/zh-TW";
4
+ const s = r(
5
+ {},
6
+ i,
7
+ e
8
+ );
9
+ export {
10
+ s as default
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-drawing",
3
- "version": "0.6.9",
3
+ "version": "0.6.10-nightly.202504101607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -57,18 +57,18 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/docs-drawing": "0.6.9",
61
- "@univerjs/drawing": "0.6.9",
62
- "@univerjs/drawing-ui": "0.6.9",
63
- "@univerjs/sheets-drawing": "0.6.9",
64
- "@univerjs/sheets-drawing-ui": "0.6.9"
60
+ "@univerjs/docs-drawing": "0.6.10-nightly.202504101607",
61
+ "@univerjs/drawing": "0.6.10-nightly.202504101607",
62
+ "@univerjs/drawing-ui": "0.6.10-nightly.202504101607",
63
+ "@univerjs/sheets-drawing": "0.6.10-nightly.202504101607",
64
+ "@univerjs/sheets-drawing-ui": "0.6.10-nightly.202504101607"
65
65
  },
66
66
  "devDependencies": {
67
- "@univerjs/core": "0.6.9",
67
+ "@univerjs/core": "0.6.10-nightly.202504101607",
68
68
  "react": "18.3.1",
69
69
  "react-dom": "18.3.1",
70
70
  "typescript": "^5.8.2",
71
- "@univerjs-infra/shared": "0.6.9"
71
+ "@univerjs-infra/shared": "0.6.10-alpha.0"
72
72
  },
73
73
  "scripts": {
74
74
  "prebuild:preset": "tsx prepare.ts",