@opentiny/tiny-engine-toolbar-collaboration 2.0.0-rc.2 → 2.0.0-rc.4
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 +6 -6
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./style.css";
|
|
2
|
-
import { reactive as N, watchEffect as L, resolveComponent as p, openBlock as n, createBlock as m, withCtx as i, createElementVNode as t, createVNode as
|
|
2
|
+
import { reactive as N, watchEffect as L, resolveComponent as p, openBlock as n, createBlock as m, withCtx as i, createElementVNode as t, createVNode as b, createCommentVNode as g, createElementBlock as l, Fragment as f, renderList as v, toDisplayString as u } 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";
|
|
@@ -51,7 +51,7 @@ function U(r, o, s, e, d, G) {
|
|
|
51
51
|
return n(), m(y, { options: s.options }, {
|
|
52
52
|
default: i(() => [
|
|
53
53
|
t("span", E, [
|
|
54
|
-
|
|
54
|
+
b(_, {
|
|
55
55
|
modelValue: e.state.outsideVisible,
|
|
56
56
|
"onUpdate:modelValue": o[0] || (o[0] = (a) => e.state.outsideVisible = a),
|
|
57
57
|
trigger: "click",
|
|
@@ -60,7 +60,7 @@ function U(r, o, s, e, d, G) {
|
|
|
60
60
|
"popper-class": "toolbar-right-popover collaborator"
|
|
61
61
|
}, {
|
|
62
62
|
reference: i(() => [
|
|
63
|
-
|
|
63
|
+
b(_, {
|
|
64
64
|
class: "toolbar-right-user",
|
|
65
65
|
trigger: "hover",
|
|
66
66
|
"open-delay": 1e3,
|
|
@@ -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"])) : g("", !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, "多人协作")) : g("", !0)
|
|
82
82
|
])
|
|
83
83
|
];
|
|
84
84
|
}),
|
|
@@ -122,7 +122,7 @@ const q = /* @__PURE__ */ B(C, [["render", U], ["__scopeId", "data-v-0cc95123"]]
|
|
|
122
122
|
title: "collaboration",
|
|
123
123
|
options: {
|
|
124
124
|
icon: {
|
|
125
|
-
default: "
|
|
125
|
+
default: "team-collaboration"
|
|
126
126
|
},
|
|
127
127
|
renderType: "slot",
|
|
128
128
|
collapsed: !0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-toolbar-collaboration",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.0.0-rc.
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.0.0-rc.
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.0.0-rc.4",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.0.0-rc.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-rc.
|
|
32
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-rc.4",
|
|
33
33
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
34
34
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
35
35
|
"vite": "^5.4.2"
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@opentiny/vue": "^3.14.0",
|
|
39
39
|
"vue": "^3.4.15"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "dee65eb9fc7a102d9e5447d0cd3851600ef60054"
|
|
42
42
|
}
|