@univerjs/preset-docs-thread-comment 0.6.9-nightly.202504051606 → 0.6.9-nightly.202504071607

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,13 @@
1
+ import { UniverDocsThreadCommentUIPlugin as r } from "@univerjs/docs-thread-comment-ui";
2
+ export * from "@univerjs/docs-thread-comment-ui";
3
+ import { UniverThreadCommentUIPlugin as o } from "@univerjs/thread-comment-ui";
4
+ export * from "@univerjs/thread-comment-ui";
5
+ function i(e = {}) {
6
+ return { plugins: [
7
+ o,
8
+ r
9
+ ] };
10
+ }
11
+ export {
12
+ i as UniverDocsThreadCommentPreset
13
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/thread-comment-ui/locale/en-US";
3
+ const t = e(
4
+ {},
5
+ r
6
+ );
7
+ export {
8
+ t as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/thread-comment-ui/locale/fa-IR";
3
+ const t = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ t as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/thread-comment-ui/locale/fr-FR";
3
+ const t = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ t as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/thread-comment-ui/locale/ru-RU";
3
+ const t = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ t as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/thread-comment-ui/locale/vi-VN";
3
+ const t = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ t as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/thread-comment-ui/locale/zh-CN";
3
+ const t = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ t as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/thread-comment-ui/locale/zh-TW";
3
+ const t = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ t as default
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-docs-thread-comment",
3
- "version": "0.6.9-nightly.202504051606",
3
+ "version": "0.6.9-nightly.202504071607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -57,11 +57,11 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/docs-thread-comment-ui": "0.6.9-nightly.202504051606",
61
- "@univerjs/thread-comment-ui": "0.6.9-nightly.202504051606"
60
+ "@univerjs/docs-thread-comment-ui": "0.6.9-nightly.202504071607",
61
+ "@univerjs/thread-comment-ui": "0.6.9-nightly.202504071607"
62
62
  },
63
63
  "devDependencies": {
64
- "@univerjs/core": "0.6.9-nightly.202504051606",
64
+ "@univerjs/core": "0.6.9-nightly.202504071607",
65
65
  "react": "18.3.1",
66
66
  "react-dom": "18.3.1",
67
67
  "typescript": "^5.8.2",