@univerjs/docs-drawing-ui 0.5.5-nightly.202501210734 → 0.5.5-nightly.202501210925

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,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "Image",
4
4
  upload: {
@@ -58,5 +58,5 @@ const e = {
58
58
  }
59
59
  };
60
60
  export {
61
- e as default
61
+ locale as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "تصویر",
4
4
  upload: {
@@ -58,5 +58,5 @@ const e = {
58
58
  }
59
59
  };
60
60
  export {
61
- e as default
61
+ locale as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "Image",
4
4
  upload: {
@@ -58,5 +58,5 @@ const e = {
58
58
  }
59
59
  };
60
60
  export {
61
- e as default
61
+ locale as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "Изображение",
4
4
  upload: {
@@ -58,5 +58,5 @@ const t = {
58
58
  }
59
59
  };
60
60
  export {
61
- t as default
61
+ locale as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "Hình ảnh",
4
4
  upload: {
@@ -58,5 +58,5 @@ const t = {
58
58
  }
59
59
  };
60
60
  export {
61
- t as default
61
+ locale as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "图片",
4
4
  upload: {
@@ -58,5 +58,5 @@ const e = {
58
58
  }
59
59
  };
60
60
  export {
61
- e as default
61
+ locale as default
62
62
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const locale = {
2
2
  docImage: {
3
3
  title: "圖片",
4
4
  upload: {
@@ -58,5 +58,5 @@ const e = {
58
58
  }
59
59
  };
60
60
  export {
61
- e as default
61
+ locale as default
62
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-drawing-ui",
3
- "version": "0.5.5-nightly.202501210734",
3
+ "version": "0.5.5-nightly.202501210925",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -54,15 +54,15 @@
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^0.2.12",
56
56
  "clsx": "^2.1.1",
57
- "@univerjs/core": "0.5.5-nightly.202501210734",
58
- "@univerjs/design": "0.5.5-nightly.202501210734",
59
- "@univerjs/docs": "0.5.5-nightly.202501210734",
60
- "@univerjs/drawing": "0.5.5-nightly.202501210734",
61
- "@univerjs/docs-drawing": "0.5.5-nightly.202501210734",
62
- "@univerjs/docs-ui": "0.5.5-nightly.202501210734",
63
- "@univerjs/engine-render": "0.5.5-nightly.202501210734",
64
- "@univerjs/ui": "0.5.5-nightly.202501210734",
65
- "@univerjs/drawing-ui": "0.5.5-nightly.202501210734"
57
+ "@univerjs/core": "0.5.5-nightly.202501210925",
58
+ "@univerjs/design": "0.5.5-nightly.202501210925",
59
+ "@univerjs/docs": "0.5.5-nightly.202501210925",
60
+ "@univerjs/docs-ui": "0.5.5-nightly.202501210925",
61
+ "@univerjs/docs-drawing": "0.5.5-nightly.202501210925",
62
+ "@univerjs/drawing-ui": "0.5.5-nightly.202501210925",
63
+ "@univerjs/drawing": "0.5.5-nightly.202501210925",
64
+ "@univerjs/engine-render": "0.5.5-nightly.202501210925",
65
+ "@univerjs/ui": "0.5.5-nightly.202501210925"
66
66
  },
67
67
  "devDependencies": {
68
68
  "less": "^4.2.1",