@steedos-widgets/liveblocks 6.3.12-beta.22 → 6.3.12-beta.23
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 -10
- package/dist/assets-dev.json +25 -0
- package/dist/assets.json +5 -5
- package/dist/meta.js +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -20,23 +20,31 @@ yarn dev
|
|
|
20
20
|
|
|
21
21
|
```json
|
|
22
22
|
{
|
|
23
|
-
"type": "rooms-
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
23
|
+
"type": "rooms-provider",
|
|
24
|
+
"baseUrl": "${context.rootUrl}",
|
|
25
|
+
"body": [
|
|
26
|
+
{
|
|
27
|
+
"type": "rooms-comments",
|
|
28
|
+
"className": "flex flex-col m-3 gap-3",
|
|
29
|
+
"roomId": "test",
|
|
30
|
+
}
|
|
31
|
+
]
|
|
27
32
|
}
|
|
28
|
-
|
|
29
33
|
```
|
|
30
34
|
|
|
31
35
|
集成到Steedos记录详情页
|
|
32
36
|
|
|
33
37
|
```json
|
|
34
38
|
{
|
|
35
|
-
"type": "rooms-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
39
|
+
"type": "rooms-provider",
|
|
40
|
+
"baseUrl": "${context.rootUrl}",
|
|
41
|
+
"body": [
|
|
42
|
+
{
|
|
43
|
+
"type": "rooms-comments",
|
|
44
|
+
"className": "flex flex-col m-3 gap-3",
|
|
45
|
+
"roomId": "objects:${objectName}:{recordId}",
|
|
46
|
+
}
|
|
47
|
+
]
|
|
40
48
|
}
|
|
41
49
|
```
|
|
42
50
|
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"packages": [
|
|
3
|
+
{
|
|
4
|
+
"package": "@steedos-widgets/liveblocks",
|
|
5
|
+
"urls": [
|
|
6
|
+
"http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/liveblocks.umd.js",
|
|
7
|
+
"http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/liveblocks.umd.css"
|
|
8
|
+
],
|
|
9
|
+
"library": "BuilderLiveblocks"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"components": [
|
|
13
|
+
{
|
|
14
|
+
"exportName": "BuilderLiveblocksMeta",
|
|
15
|
+
"npm": {
|
|
16
|
+
"package": "@steedos-widgets/liveblocks"
|
|
17
|
+
},
|
|
18
|
+
"url": "http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/meta.js",
|
|
19
|
+
"urls": {
|
|
20
|
+
"default": "http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/meta.js",
|
|
21
|
+
"design": "http://127.0.0.1:8080/@steedos-widgets/liveblocks/dist/meta.js"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
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.3.12-beta.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.23/dist/liveblocks.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.23/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.3.12-beta.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.23/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.23/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/liveblocks@6.3.12-beta.23/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/meta.js
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
var config$2 = {
|
|
34
|
-
group: "
|
|
34
|
+
group: "Builder6",
|
|
35
35
|
componentName: "AmisComments",
|
|
36
36
|
title: "Comments",
|
|
37
37
|
docUrl: "",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
} });
|
|
106
106
|
|
|
107
107
|
var config$1 = {
|
|
108
|
-
group: "
|
|
108
|
+
group: "Builder6",
|
|
109
109
|
componentName: "AmisInboxPopover",
|
|
110
110
|
title: "Inbox Popover",
|
|
111
111
|
docUrl: "",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/liveblocks",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.3.12-beta.
|
|
4
|
+
"version": "6.3.12-beta.23",
|
|
5
5
|
"main": "dist/liveblocks.cjs.js",
|
|
6
6
|
"module": "dist/liveblocks.esm.js",
|
|
7
7
|
"unpkg": "dist/liveblocks.umd.js",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@liveblocks/react": "2.12.0",
|
|
54
54
|
"@liveblocks/react-ui": "2.12.0",
|
|
55
55
|
"@rollup/plugin-replace": "^5.0.2",
|
|
56
|
-
"@steedos-widgets/amis-lib": "6.3.12-beta.
|
|
56
|
+
"@steedos-widgets/amis-lib": "6.3.12-beta.23",
|
|
57
57
|
"emojibase-data": "^16.0.2",
|
|
58
58
|
"react-error-boundary": "^4.1.2"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "8a810231684426f77bee25a3944673bffd5835f3"
|
|
61
61
|
}
|