@steedos-widgets/liveblocks 6.10.1-beta.55 → 6.10.1-beta.57
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 +18 -11
- package/dist/assets.json +5 -5
- package/dist/liveblocks.umd.js +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -49,17 +49,24 @@ yarn dev
|
|
|
49
49
|
}
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.57/dist/liveblocks.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.57/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.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.57/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.57/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/liveblocks@6.10.1-beta.57/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|