@opentiny/tiny-engine-toolbar-collaboration 2.2.0 → 2.2.1
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/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./style.css";
|
|
2
|
-
import {
|
|
2
|
+
import { resolveComponent as p, createBlock as m, openBlock as n, withCtx as i, createElementVNode as t, createVNode as b, createElementBlock as l, Fragment as g, renderList as f, toDisplayString as u, createCommentVNode as v, reactive as N, watchEffect as L } from "vue";
|
|
3
3
|
import { Popover as x } from "@opentiny/vue";
|
|
4
4
|
import { useLayout as S } from "@opentiny/tiny-engine-meta-register";
|
|
5
5
|
import { ToolbarBase as w } from "@opentiny/tiny-engine-common";
|
|
@@ -76,9 +76,9 @@ function U(r, o, s, e, d, G) {
|
|
|
76
76
|
e.state.url ? (n(), m(h, {
|
|
77
77
|
key: 0,
|
|
78
78
|
name: s.options.icon.default || s.options.icon
|
|
79
|
-
}, null, 8, ["name"])) :
|
|
79
|
+
}, null, 8, ["name"])) : v("", !0)
|
|
80
80
|
]),
|
|
81
|
-
(a = s.options) != null && a.collapsed ? (n(), l("span", F, "多人协作")) :
|
|
81
|
+
(a = s.options) != null && a.collapsed ? (n(), l("span", F, "多人协作")) : v("", !0)
|
|
82
82
|
])
|
|
83
83
|
];
|
|
84
84
|
}),
|
|
@@ -87,13 +87,13 @@ function U(r, o, s, e, d, G) {
|
|
|
87
87
|
]),
|
|
88
88
|
default: i(() => [
|
|
89
89
|
t("div", T, [
|
|
90
|
-
(n(!0), l(
|
|
90
|
+
(n(!0), l(g, null, f(e.state.userLists, (a, V) => (n(), l("div", {
|
|
91
91
|
key: V,
|
|
92
92
|
class: "collaborators-list-group"
|
|
93
93
|
}, [
|
|
94
94
|
t("span", A, u(a.pageName), 1),
|
|
95
95
|
t("ul", null, [
|
|
96
|
-
(n(!0), l(
|
|
96
|
+
(n(!0), l(g, null, f(a.users, (c, k) => (n(), l("li", {
|
|
97
97
|
key: k,
|
|
98
98
|
class: "user-item"
|
|
99
99
|
}, [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-collaboration",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.2.
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.2.1",
|
|
29
29
|
"@opentiny/tiny-engine-meta-register": "2.2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@opentiny/vue": "^3.14.0",
|
|
39
39
|
"vue": "^3.4.15"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "589fcf9717f4ba565ded2f2eb520d5066a53ab64"
|
|
42
42
|
}
|