@univerjs/preset-sheets-thread-comment 0.6.9 → 0.6.10-nightly.202504101607

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,17 @@
1
+ import { UniverSheetsThreadCommentPlugin as e } from "@univerjs/sheets-thread-comment";
2
+ export * from "@univerjs/sheets-thread-comment";
3
+ import { UniverSheetsThreadCommentUIPlugin as r } from "@univerjs/sheets-thread-comment-ui";
4
+ export * from "@univerjs/sheets-thread-comment-ui";
5
+ import { UniverThreadCommentUIPlugin as o } from "@univerjs/thread-comment-ui";
6
+ export * from "@univerjs/thread-comment-ui";
7
+ import "@univerjs/sheets-thread-comment/facade";
8
+ function h(t = {}) {
9
+ return { plugins: [
10
+ o,
11
+ e,
12
+ r
13
+ ] };
14
+ }
15
+ export {
16
+ h as UniverSheetsThreadCommentPreset
17
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-thread-comment-ui/locale/en-US";
3
+ import m from "@univerjs/thread-comment-ui/locale/en-US";
4
+ const n = e(
5
+ {},
6
+ r,
7
+ m
8
+ );
9
+ export {
10
+ n as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-thread-comment-ui/locale/fa-IR";
3
+ import m from "@univerjs/thread-comment-ui/locale/fa-IR";
4
+ const s = e(
5
+ {},
6
+ r,
7
+ m
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/sheets-thread-comment-ui/locale/fr-FR";
3
+ import m from "@univerjs/thread-comment-ui/locale/fr-FR";
4
+ const s = r(
5
+ {},
6
+ e,
7
+ m
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/sheets-thread-comment-ui/locale/ru-RU";
3
+ import m from "@univerjs/thread-comment-ui/locale/ru-RU";
4
+ const s = r(
5
+ {},
6
+ e,
7
+ m
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-thread-comment-ui/locale/vi-VN";
3
+ import m from "@univerjs/thread-comment-ui/locale/vi-VN";
4
+ const s = e(
5
+ {},
6
+ r,
7
+ m
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-thread-comment-ui/locale/zh-CN";
3
+ import m from "@univerjs/thread-comment-ui/locale/zh-CN";
4
+ const s = e(
5
+ {},
6
+ r,
7
+ m
8
+ );
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-thread-comment-ui/locale/zh-TW";
3
+ import m from "@univerjs/thread-comment-ui/locale/zh-TW";
4
+ const s = e(
5
+ {},
6
+ r,
7
+ m
8
+ );
9
+ export {
10
+ s as default
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-thread-comment",
3
- "version": "0.6.9",
3
+ "version": "0.6.10-nightly.202504101607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -57,17 +57,17 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/sheets-thread-comment": "0.6.9",
61
- "@univerjs/sheets-thread-comment-ui": "0.6.9",
62
- "@univerjs/thread-comment": "0.6.9",
63
- "@univerjs/thread-comment-ui": "0.6.9"
60
+ "@univerjs/sheets-thread-comment": "0.6.10-nightly.202504101607",
61
+ "@univerjs/sheets-thread-comment-ui": "0.6.10-nightly.202504101607",
62
+ "@univerjs/thread-comment": "0.6.10-nightly.202504101607",
63
+ "@univerjs/thread-comment-ui": "0.6.10-nightly.202504101607"
64
64
  },
65
65
  "devDependencies": {
66
- "@univerjs/core": "0.6.9",
66
+ "@univerjs/core": "0.6.10-nightly.202504101607",
67
67
  "react": "18.3.1",
68
68
  "react-dom": "18.3.1",
69
69
  "typescript": "^5.8.2",
70
- "@univerjs-infra/shared": "0.6.9"
70
+ "@univerjs-infra/shared": "0.6.10-alpha.0"
71
71
  },
72
72
  "scripts": {
73
73
  "prebuild:preset": "tsx prepare.ts",