@steedos-widgets/liveblocks 6.10.1-beta.55 → 6.10.1-beta.56

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
@@ -49,17 +49,24 @@ yarn dev
49
49
  }
50
50
  ```
51
51
 
52
- rooms-comments 高级权限控制:
53
-
54
- ```js
55
- indentCommentContent = true,
56
- showActions = "hover",
57
- showDeletedComments,
58
- showResolveAction = true,
59
- showReactions = true,
60
- showComposer = "collapsed",
61
- showAttachments = true,
62
- showComposerFormattingControls = true
52
+ 如果配置了 readonly ,隐藏了所有的编辑框和按钮,相当于
53
+
54
+ ```json
55
+ "showActions": false,
56
+ "showComposer": false
57
+ ```
58
+
59
+ rooms-comments 高级控制:
60
+
61
+ ```json
62
+ "indentCommentContent": true,
63
+ "showActions": "hover", // or false
64
+ "showDeletedComments": false,
65
+ "showResolveAction": true,
66
+ "showReactions": true,
67
+ "showComposer": "collapsed", // or false
68
+ "showAttachments": true,
69
+ "showComposerFormattingControls": true
63
70
  ```
64
71
 
65
72
  ## Steedos 加载资产包
package/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/liveblocks",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.55/dist/liveblocks.umd.js",
7
- "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.55/dist/liveblocks.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.56/dist/liveblocks.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.56/dist/liveblocks.umd.css"
8
8
  ],
9
9
  "library": "BuilderLiveblocks"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/liveblocks"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.55/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.56/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.55/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.55/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.56/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.56/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]