@univerjs/preset-docs-thread-comment 0.8.2-nightly.202506261607 → 0.8.2

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-thread-comment",
3
- "version": "0.8.2-nightly.202506261607",
3
+ "version": "0.8.2",
4
4
  "private": false,
5
5
  "description": "",
6
- "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
+ "author": "DreamNum <developer@univer.ai>",
7
7
  "license": "Apache-2.0",
8
8
  "funding": {
9
9
  "type": "opencollective",
@@ -18,8 +18,7 @@
18
18
  "url": "https://github.com/dream-num/univer-presets/issues"
19
19
  },
20
20
  "keywords": [
21
- "univer",
22
- "univer-preset"
21
+ "univer"
23
22
  ],
24
23
  "sideEffects": [
25
24
  "*.css"
@@ -58,17 +57,17 @@
58
57
  "rxjs": ">=7.0.0"
59
58
  },
60
59
  "dependencies": {
61
- "@univerjs/docs-thread-comment-ui": "0.8.2-nightly.202506261607",
62
- "@univerjs/thread-comment": "0.8.2-nightly.202506261607",
63
- "@univerjs/thread-comment-ui": "0.8.2-nightly.202506261607"
60
+ "@univerjs/docs-thread-comment-ui": "0.8.2",
61
+ "@univerjs/thread-comment": "0.8.2",
62
+ "@univerjs/thread-comment-ui": "0.8.2"
64
63
  },
65
64
  "devDependencies": {
66
- "@univerjs/core": "0.8.2-nightly.202506261607",
65
+ "@univerjs/core": "0.8.2",
67
66
  "react": "18.3.1",
68
67
  "react-dom": "18.3.1",
69
68
  "rxjs": "7.8.2",
70
69
  "typescript": "^5.8.3",
71
- "@univerjs-infra/shared": "0.8.2-nightly.202506241607"
70
+ "@univerjs-infra/shared": "0.8.2"
72
71
  },
73
72
  "scripts": {
74
73
  "prebuild:preset": "tsx prepare.ts",
@@ -1 +0,0 @@
1
- "use strict";const e=require("@univerjs/core"),r=require("@univerjs/thread-comment-ui/locale/ko-KR"),t=e.merge({},r);module.exports=t;
@@ -1,9 +0,0 @@
1
- import { merge as o } from "@univerjs/core";
2
- import r from "@univerjs/thread-comment-ui/locale/ko-KR";
3
- const t = o(
4
- {},
5
- r
6
- );
7
- export {
8
- t as default
9
- };
@@ -1,9 +0,0 @@
1
- import { merge as o } from "@univerjs/core";
2
- import r from "@univerjs/thread-comment-ui/locale/ko-KR";
3
- const t = o(
4
- {},
5
- r
6
- );
7
- export {
8
- t as default
9
- };
@@ -1,2 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
@@ -1,6 +0,0 @@
1
- // @univerjs/thread-comment-ui/locale/ko-KR
2
- (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverThreadCommentUiKoKR=t())})(this,function(){"use strict";return{threadCommentUI:{panel:{title:"댓글 관리",empty:"아직 댓글이 없습니다",filterEmpty:"일치하는 결과가 없습니다",reset:"필터 초기화",addComment:"댓글 추가",solved:"해결됨"},editor:{placeholder:"답변 또는 @로 다른 사람 추가",reply:"댓글",cancel:"취소",save:"저장"},item:{edit:"편집",delete:"댓글 삭제"},filter:{sheet:{all:"모든 시트",current:"현재 시트"},status:{all:"모든 댓글",resolved:"해결됨",unsolved:"해결되지 않음",concernMe:"나에게 관련됨"}}}}});
3
-
4
-
5
- // locale/ko-KR
6
- (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/thread-comment-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/thread-comment-ui/locale/ko-KR"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetDocsThreadCommentKoKR=n(e.UniverCore,e.UniverThreadCommentUiKoKR))})(this,function(e,n){"use strict";return e.merge({},n)});