@univerjs/thread-comment-ui 0.2.1 → 0.2.3

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/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # @univerjs/thread-comment-ui
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@univerjs/thread-comment-ui)](https://npmjs.org/packages/@univerjs/thread-comment-ui)
4
- [![license](https://img.shields.io/npm/l/@univerjs/thread-comment-ui)](https://img.shields.io/npm/l/@univerjs/thread-comment-ui)
5
- ![CSS Included](https://img.shields.io/badge/CSS_Included-blue?logo=CSS3)
6
- ![i18n](https://img.shields.io/badge/zh--CN%20%7C%20en--US-cornflowerblue?label=i18n)
3
+ ## Package Overview
4
+
5
+ | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
+ | --- | --- | --- | --- | --- | :---: | :---: |
7
+ | `@univerjs/thread-comment-ui` | `UniveThreadCommentUi` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ⭕️ | ⭕️ |
7
8
 
8
9
  ## Introduction
9
10
 
@@ -20,3 +21,9 @@ npm install @univerjs/thread-comment-ui
20
21
  # Using pnpm
21
22
  pnpm add @univerjs/thread-comment-ui
22
23
  ```
24
+
25
+ <!-- Links -->
26
+ [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/thread-comment-ui?style=flat-square
27
+ [npm-version-link]: https://npmjs.com/package/@univerjs/thread-comment-ui
28
+ [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/thread-comment-ui?style=flat-square
29
+ [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/thread-comment-ui?style=flat-square
@@ -0,0 +1,33 @@
1
+ {
2
+ "threadCommentUI": {
3
+ "panel": {
4
+ "title": "Quản lý Bình luận",
5
+ "empty": "Chưa có bình luận",
6
+ "filterEmpty": "Không có kết quả phù hợp",
7
+ "reset": "Đặt lại",
8
+ "addComment": "Thêm bình luận"
9
+ },
10
+ "editor": {
11
+ "placeholder": "Phản hồi",
12
+ "reply": "Phản hồi",
13
+ "cancel": "Hủy",
14
+ "save": "Lưu"
15
+ },
16
+ "item": {
17
+ "edit": "Chỉnh sửa",
18
+ "delete": "Xóa"
19
+ },
20
+ "filter": {
21
+ "sheet": {
22
+ "all": "Tất cả bảng",
23
+ "current": "Bảng hiện tại"
24
+ },
25
+ "status": {
26
+ "all": "Tất cả bình luận",
27
+ "resolved": "Đã giải quyết",
28
+ "unsolved": "Chưa giải quyết",
29
+ "concernMe": "Liên quan đến tôi"
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "threadCommentUI": {
3
+ "panel": {
4
+ "title": "評論管理",
5
+ "empty": "暫無評論",
6
+ "filterEmpty": "沒有符合的結果",
7
+ "reset": "重置",
8
+ "addComment": "新增評論"
9
+ },
10
+ "editor": {
11
+ "placeholder": "回覆",
12
+ "reply": "回覆",
13
+ "cancel": "取消",
14
+ "save": "儲存"
15
+ },
16
+ "item": {
17
+ "edit": "編輯",
18
+ "delete": "刪除"
19
+ },
20
+ "filter": {
21
+ "sheet": {
22
+ "all": "所有表格",
23
+ "current": "當前表格"
24
+ },
25
+ "status": {
26
+ "all": "所有評論",
27
+ "resolved": "已解決",
28
+ "unsolved": "未解決",
29
+ "concernMe": "與我有關"
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const enUS: typeof zhCN;
4
+ export default enUS;
@@ -0,0 +1,4 @@
1
+ import { default as zhCN } from './zh-CN';
2
+
3
+ declare const enUS: typeof zhCN;
4
+ export default enUS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/thread-comment-ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "Univer common thread comment UI plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,16 +53,16 @@
53
53
  "dayjs": ">=1.11.0",
54
54
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
55
55
  "rxjs": ">=7.0.0",
56
- "@univerjs/design": "0.2.1",
57
- "@univerjs/core": "0.2.1",
58
- "@univerjs/docs": "0.2.1",
59
- "@univerjs/ui": "0.2.1",
60
- "@univerjs/engine-render": "0.2.1",
61
- "@univerjs/thread-comment": "0.2.1"
56
+ "@univerjs/core": "0.2.3",
57
+ "@univerjs/docs": "0.2.3",
58
+ "@univerjs/design": "0.2.3",
59
+ "@univerjs/thread-comment": "0.2.3",
60
+ "@univerjs/ui": "0.2.3",
61
+ "@univerjs/engine-render": "0.2.3"
62
62
  },
63
63
  "dependencies": {
64
64
  "@univerjs/icons": "^0.1.58",
65
- "@univerjs/protocol": "0.1.38-alpha.11"
65
+ "@univerjs/protocol": "0.1.38-alpha.18"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@wendellhu/redi": "0.15.5",
@@ -74,13 +74,13 @@
74
74
  "typescript": "^5.5.3",
75
75
  "vite": "^5.3.3",
76
76
  "vitest": "^1.6.0",
77
- "@univerjs/core": "0.2.1",
78
- "@univerjs/design": "0.2.1",
79
- "@univerjs/docs": "0.2.1",
80
- "@univerjs/engine-render": "0.2.1",
81
- "@univerjs/shared": "0.2.1",
82
- "@univerjs/thread-comment": "0.2.1",
83
- "@univerjs/ui": "0.2.1"
77
+ "@univerjs/core": "0.2.3",
78
+ "@univerjs/design": "0.2.3",
79
+ "@univerjs/engine-render": "0.2.3",
80
+ "@univerjs/shared": "0.2.3",
81
+ "@univerjs/docs": "0.2.3",
82
+ "@univerjs/thread-comment": "0.2.3",
83
+ "@univerjs/ui": "0.2.3"
84
84
  },
85
85
  "univerSpace": {
86
86
  ".": {