@univerjs/sheets-thread-comment-ui 0.5.5-nightly.202501210604 → 0.5.5-nightly.202501210849

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 enUS = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "Add Comment",
@@ -7,5 +7,5 @@ const e = {
7
7
  }
8
8
  };
9
9
  export {
10
- e as default
10
+ enUS as default
11
11
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const faIR = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "افزودن نظر",
@@ -7,5 +7,5 @@ const e = {
7
7
  }
8
8
  };
9
9
  export {
10
- e as default
10
+ faIR as default
11
11
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const frFR = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "Ajouter un commentaire",
@@ -7,5 +7,5 @@ const e = {
7
7
  }
8
8
  };
9
9
  export {
10
- e as default
10
+ frFR as default
11
11
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const ruRU = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "Add Comment",
@@ -7,5 +7,5 @@ const e = {
7
7
  }
8
8
  };
9
9
  export {
10
- e as default
10
+ ruRU as default
11
11
  };
@@ -1,4 +1,4 @@
1
- const n = {
1
+ const viVN = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "Thêm bình luận",
@@ -7,5 +7,5 @@ const n = {
7
7
  }
8
8
  };
9
9
  export {
10
- n as default
10
+ viVN as default
11
11
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const zhCN = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "添加评论",
@@ -7,5 +7,5 @@ const e = {
7
7
  }
8
8
  };
9
9
  export {
10
- e as default
10
+ zhCN as default
11
11
  };
@@ -1,4 +1,4 @@
1
- const e = {
1
+ const zhTW = {
2
2
  sheetThreadComment: {
3
3
  menu: {
4
4
  addComment: "新增評論",
@@ -7,5 +7,5 @@ const e = {
7
7
  }
8
8
  };
9
9
  export {
10
- e as default
10
+ zhTW as default
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-thread-comment-ui",
3
- "version": "0.5.5-nightly.202501210604",
3
+ "version": "0.5.5-nightly.202501210849",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
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.202501210604",
58
- "@univerjs/engine-render": "0.5.5-nightly.202501210604",
59
- "@univerjs/engine-formula": "0.5.5-nightly.202501210604",
60
- "@univerjs/sheets": "0.5.5-nightly.202501210604",
61
- "@univerjs/sheets-thread-comment": "0.5.5-nightly.202501210604",
62
- "@univerjs/sheets-ui": "0.5.5-nightly.202501210604",
63
- "@univerjs/thread-comment": "0.5.5-nightly.202501210604",
64
- "@univerjs/thread-comment-ui": "0.5.5-nightly.202501210604",
65
- "@univerjs/ui": "0.5.5-nightly.202501210604"
57
+ "@univerjs/core": "0.5.5-nightly.202501210849",
58
+ "@univerjs/engine-render": "0.5.5-nightly.202501210849",
59
+ "@univerjs/engine-formula": "0.5.5-nightly.202501210849",
60
+ "@univerjs/sheets": "0.5.5-nightly.202501210849",
61
+ "@univerjs/sheets-thread-comment": "0.5.5-nightly.202501210849",
62
+ "@univerjs/sheets-ui": "0.5.5-nightly.202501210849",
63
+ "@univerjs/thread-comment": "0.5.5-nightly.202501210849",
64
+ "@univerjs/thread-comment-ui": "0.5.5-nightly.202501210849",
65
+ "@univerjs/ui": "0.5.5-nightly.202501210849"
66
66
  },
67
67
  "devDependencies": {
68
68
  "postcss": "^8.4.49",