@univerjs/sheets-thread-comment-ui 0.8.2-nightly.202506221606 → 0.8.2-nightly.202506241607

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.
@@ -0,0 +1 @@
1
+ "use strict";const e={sheetThreadComment:{menu:{addComment:"댓글 추가",commentManagement:"댓글 관리"}}};module.exports=e;
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ sheetThreadComment: {
3
+ menu: {
4
+ addComment: "댓글 추가",
5
+ commentManagement: "댓글 관리"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ sheetThreadComment: {
3
+ menu: {
4
+ addComment: "댓글 추가",
5
+ commentManagement: "댓글 관리"
6
+ }
7
+ }
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Copyright 2023-present DreamNum Co., Ltd.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ declare const _default: {
17
+ sheetThreadComment: {
18
+ menu: {
19
+ addComment: string;
20
+ commentManagement: string;
21
+ };
22
+ };
23
+ };
24
+ export default _default;
@@ -0,0 +1 @@
1
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n():typeof define=="function"&&define.amd?define(n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsThreadCommentUiKoKR=n())})(this,function(){"use strict";return{sheetThreadComment:{menu:{addComment:"댓글 추가",commentManagement:"댓글 관리"}}}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-thread-comment-ui",
3
- "version": "0.8.2-nightly.202506221606",
3
+ "version": "0.8.2-nightly.202506241607",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,15 +53,15 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^0.4.4",
56
- "@univerjs/core": "0.8.2-nightly.202506221606",
57
- "@univerjs/engine-formula": "0.8.2-nightly.202506221606",
58
- "@univerjs/engine-render": "0.8.2-nightly.202506221606",
59
- "@univerjs/sheets": "0.8.2-nightly.202506221606",
60
- "@univerjs/sheets-thread-comment": "0.8.2-nightly.202506221606",
61
- "@univerjs/sheets-ui": "0.8.2-nightly.202506221606",
62
- "@univerjs/thread-comment": "0.8.2-nightly.202506221606",
63
- "@univerjs/thread-comment-ui": "0.8.2-nightly.202506221606",
64
- "@univerjs/ui": "0.8.2-nightly.202506221606"
56
+ "@univerjs/core": "0.8.2-nightly.202506241607",
57
+ "@univerjs/engine-formula": "0.8.2-nightly.202506241607",
58
+ "@univerjs/engine-render": "0.8.2-nightly.202506241607",
59
+ "@univerjs/sheets-thread-comment": "0.8.2-nightly.202506241607",
60
+ "@univerjs/thread-comment": "0.8.2-nightly.202506241607",
61
+ "@univerjs/sheets": "0.8.2-nightly.202506241607",
62
+ "@univerjs/thread-comment-ui": "0.8.2-nightly.202506241607",
63
+ "@univerjs/ui": "0.8.2-nightly.202506241607",
64
+ "@univerjs/sheets-ui": "0.8.2-nightly.202506241607"
65
65
  },
66
66
  "devDependencies": {
67
67
  "postcss": "^8.5.6",