@univerjs/docs-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.
Files changed (2) hide show
  1. package/README.md +17 -8
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -1,28 +1,37 @@
1
1
  # @univerjs/sheets-thread-comment
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@univerjs/sheets-thread-comment)](https://npmjs.org/packages/@univerjs/sheets-thread-comment )
4
- [![license](https://img.shields.io/npm/l/@univerjs/sheets-thread-comment)](https://img.shields.io/npm/l/@univerjs/sheets- thread-comment)
3
+ ## Package Overview
4
+
5
+ | Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
6
+ | --- | --- | --- | --- | --- | :---: | :---: |
7
+ | `@univerjs/sheets-thread-comment` | `UniverSheetsThreadComment` | [![][npm-version-shield]][npm-version-link] | ![][npm-license-shield] | ![][npm-downloads-shield] | ⭕️ | ⭕️ |
5
8
 
6
9
  ## Introduction
7
10
 
8
11
  `@univerjs/sheets-thread-comment` provides the comment/annotation function of Univer Sheets.
9
12
 
10
-
11
13
  ## Usage
12
14
 
13
- ### Install
15
+ ### Installation
14
16
 
15
17
  ```shell
16
- # Use npm
18
+ # Using npm
17
19
  npm install @univerjs/sheets-thread-comment
18
20
 
19
- # Use pnpm
21
+ # Using pnpm
20
22
  pnpm add @univerjs/sheets-thread-comment
21
23
  ```
22
24
 
23
- ### use
24
- ```js
25
+ ### Register the plugin
26
+
27
+ ```typescript
25
28
  import { UniverDocsThreadCommentUIPlugin } from '@univerjs/docs-thread-comment-ui';
26
29
 
27
30
  univer.registerPlugin(UniverDocsThreadCommentUIPlugin);
28
31
  ```
32
+
33
+ <!-- Links -->
34
+ [npm-version-shield]: https://img.shields.io/npm/v/@univerjs/docs-hyper-link-ui?style=flat-square
35
+ [npm-version-link]: https://npmjs.com/package/@univerjs/docs-hyper-link-ui
36
+ [npm-license-shield]: https://img.shields.io/npm/l/@univerjs/docs-hyper-link-ui?style=flat-square
37
+ [npm-downloads-shield]: https://img.shields.io/npm/dm/@univerjs/docs-hyper-link-ui?style=flat-square
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/docs-thread-comment-ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "Univer thread comment plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -47,13 +47,13 @@
47
47
  "@wendellhu/redi": "0.15.5",
48
48
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
49
49
  "rxjs": ">=7.0.0",
50
- "@univerjs/core": "0.2.1",
51
- "@univerjs/docs": "0.2.1",
52
- "@univerjs/engine-render": "0.2.1",
53
- "@univerjs/thread-comment": "0.2.1",
54
- "@univerjs/docs-ui": "0.2.1",
55
- "@univerjs/thread-comment-ui": "0.2.1",
56
- "@univerjs/ui": "0.2.1"
50
+ "@univerjs/core": "0.2.3",
51
+ "@univerjs/docs": "0.2.3",
52
+ "@univerjs/engine-render": "0.2.3",
53
+ "@univerjs/thread-comment": "0.2.3",
54
+ "@univerjs/docs-ui": "0.2.3",
55
+ "@univerjs/thread-comment-ui": "0.2.3",
56
+ "@univerjs/ui": "0.2.3"
57
57
  },
58
58
  "dependencies": {
59
59
  "@univerjs/icons": "^0.1.58"
@@ -66,13 +66,13 @@
66
66
  "typescript": "^5.5.3",
67
67
  "vite": "^5.3.3",
68
68
  "vitest": "^1.6.0",
69
- "@univerjs/design": "0.2.1",
70
- "@univerjs/shared": "0.2.1",
71
- "@univerjs/thread-comment-ui": "0.2.1",
72
- "@univerjs/ui": "0.2.1",
73
- "@univerjs/core": "0.2.1",
74
- "@univerjs/engine-formula": "0.2.1",
75
- "@univerjs/thread-comment": "0.2.1"
69
+ "@univerjs/core": "0.2.3",
70
+ "@univerjs/engine-formula": "0.2.3",
71
+ "@univerjs/design": "0.2.3",
72
+ "@univerjs/shared": "0.2.3",
73
+ "@univerjs/thread-comment": "0.2.3",
74
+ "@univerjs/thread-comment-ui": "0.2.3",
75
+ "@univerjs/ui": "0.2.3"
76
76
  },
77
77
  "univerSpace": {
78
78
  ".": {