@ndscnj/roomkit-web-vue3 25.12.2415 → 25.12.2418
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/es/components/RoomFooter/{voteControl.vue.d.ts → VoteControl/MoreControlH5.vue.d.ts} +2 -2
- package/es/components/RoomFooter/VoteControl/MoreControlH5.vue.mjs +7 -0
- package/es/components/RoomFooter/VoteControl/MoreControlH5.vue2.mjs +105 -0
- package/es/components/RoomFooter/VoteControl/MoreControlPC.vue.d.ts +2 -0
- package/es/components/RoomFooter/VoteControl/MoreControlPC.vue.mjs +49 -0
- package/es/components/RoomFooter/VoteControl/MoreControlPC.vue2.mjs +4 -0
- package/es/components/RoomFooter/VoteControl/index.d.ts +6 -0
- package/es/components/RoomFooter/VoteControl/index.mjs +7 -0
- package/es/components/RoomFooter/VoteControl/useMoreControlHooks.mjs +22 -0
- package/es/components/RoomFooter/index/indexPC.vue.mjs +1 -1
- package/es/components/RoomFooter/index/indexPC.vue2.mjs +4 -4
- package/es/components/RoomSidebar/indexPC.vue.d.ts +10 -1
- package/es/components/RoomSidebar/indexPC.vue.mjs +8 -3
- package/es/components/RoomVote/indexPC.vue.mjs +9 -2
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +6 -1
- package/es/index.mjs +60 -32
- package/lib/components/Chat/index/indexPC.vue.js +1 -1
- package/lib/components/ManageMember/MemberItem/indexPC.vue.js +1 -1
- package/lib/components/ManageMember/indexPC.vue.js +1 -1
- package/lib/components/RoomFooter/{voteControl.vue.d.ts → VoteControl/MoreControlH5.vue.d.ts} +2 -2
- package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue.js +7 -0
- package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue2.js +105 -0
- package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue.d.ts +2 -0
- package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue.js +49 -0
- package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue2.js +4 -0
- package/lib/components/RoomFooter/VoteControl/index.d.ts +6 -0
- package/lib/components/RoomFooter/VoteControl/index.js +7 -0
- package/lib/components/RoomFooter/VoteControl/useMoreControlHooks.js +22 -0
- package/lib/components/RoomFooter/index/indexPC.vue.js +2 -2
- package/lib/components/RoomFooter/index/indexPC.vue2.js +6 -6
- package/lib/components/RoomInvite/indexPC.vue.js +1 -1
- package/lib/components/RoomMore/indexPC.vue.js +1 -1
- package/lib/components/RoomSidebar/indexPC.vue.d.ts +10 -1
- package/lib/components/RoomSidebar/indexPC.vue.js +7 -2
- package/lib/components/RoomVote/indexPC.vue.js +9 -2
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +6 -1
- package/lib/index.js +60 -32
- package/package.json +1 -1
- package/src/TUIRoom/assets/imgs/vote-icon.png +0 -0
- package/src/TUIRoom/components/RoomFooter/VoteControl/MoreControlH5.vue +122 -0
- package/src/TUIRoom/components/RoomFooter/VoteControl/MoreControlPC.vue +31 -0
- package/src/TUIRoom/components/RoomFooter/VoteControl/index.ts +8 -0
- package/src/TUIRoom/components/RoomFooter/VoteControl/useMoreControlHooks.ts +23 -0
- package/src/TUIRoom/components/RoomFooter/index/indexPC.vue +1 -1
- package/src/TUIRoom/components/RoomFooter/voteControl.vue +6 -0
- package/src/TUIRoom/components/RoomSidebar/indexPC.vue +5 -1
- package/src/TUIRoom/components/RoomVote/indexPC.vue +1 -26
- package/src/TUIRoom/conference.vue +5 -1
- package/es/components/RoomFooter/voteControl.vue.mjs +0 -7
- package/es/components/RoomFooter/voteControl.vue2.mjs +0 -48
- package/es/components/RoomVote/indexPC.vue2.mjs +0 -52
- package/lib/components/RoomFooter/voteControl.vue.js +0 -7
- package/lib/components/RoomFooter/voteControl.vue2.js +0 -48
- package/lib/components/RoomVote/indexPC.vue2.js +0 -52
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const uikitBaseComponentVue3 = require("@tencentcloud/uikit-base-component-vue3");
|
|
5
|
+
const IconButton = require("../../common/base/IconButton.vue.js");
|
|
6
|
+
const useMoreControlHooks = require("./useMoreControlHooks.js");
|
|
7
|
+
const ChatControl_vue_vue_type_script_setup_true_lang = require("../ChatControl.vue.js");
|
|
8
|
+
const InviteControl = require("../InviteControl.vue.js");
|
|
9
|
+
const ContactControl = require("../ContactControl.vue.js");
|
|
10
|
+
const room = require("../../../stores/room.js");
|
|
11
|
+
const useMitt = require("../../../hooks/useMitt.js");
|
|
12
|
+
const vTap = require("../../../directives/vTap.js");
|
|
13
|
+
require("../../../services/main.js");
|
|
14
|
+
const roomService = require("../../../services/roomService.js");
|
|
15
|
+
require("../../../locales/index.js");
|
|
16
|
+
require("@tencentcloud/tuiroom-engine-js");
|
|
17
|
+
require("../../../utils/environment.js");
|
|
18
|
+
require("mitt");
|
|
19
|
+
require("../../../services/manager/roomActionManager.js");
|
|
20
|
+
require("@tencentcloud/tui-core");
|
|
21
|
+
const _hoisted_1 = {
|
|
22
|
+
key: 0,
|
|
23
|
+
class: "more-control-container"
|
|
24
|
+
};
|
|
25
|
+
const _hoisted_2 = { class: "control-compent" };
|
|
26
|
+
const _hoisted_3 = { class: "close" };
|
|
27
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
28
|
+
__name: "MoreControlH5",
|
|
29
|
+
emits: ["show-overlay"],
|
|
30
|
+
setup(__props, { emit: __emit }) {
|
|
31
|
+
const moreControlConfig = roomService.roomService.getComponentConfig("MoreControl");
|
|
32
|
+
const showMoreContent = Vue.ref(false);
|
|
33
|
+
const moreContentRef = Vue.ref();
|
|
34
|
+
const { t, sidebarName } = useMoreControlHooks.default();
|
|
35
|
+
const roomStore = room.useRoomStore();
|
|
36
|
+
const emit = __emit;
|
|
37
|
+
function showMore() {
|
|
38
|
+
showMoreContent.value = true;
|
|
39
|
+
}
|
|
40
|
+
function handleCancelControl() {
|
|
41
|
+
showMoreContent.value = false;
|
|
42
|
+
}
|
|
43
|
+
function handleControlClick(name) {
|
|
44
|
+
useMitt.default.emit("experience-communication", name);
|
|
45
|
+
}
|
|
46
|
+
function handleShowOverlay(data) {
|
|
47
|
+
showMoreContent.value = false;
|
|
48
|
+
emit("show-overlay", data);
|
|
49
|
+
}
|
|
50
|
+
function handleDocumentClick(event) {
|
|
51
|
+
if (showMoreContent.value && !moreContentRef.value.contains(event.target)) {
|
|
52
|
+
showMoreContent.value = false;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
Vue.onMounted(() => {
|
|
56
|
+
document == null ? void 0 : document.addEventListener("click", handleDocumentClick, true);
|
|
57
|
+
});
|
|
58
|
+
Vue.onUnmounted(() => {
|
|
59
|
+
document == null ? void 0 : document.removeEventListener("click", handleDocumentClick, true);
|
|
60
|
+
});
|
|
61
|
+
return (_ctx, _cache) => {
|
|
62
|
+
return Vue.openBlock(), Vue.createElementBlock("div", null, [
|
|
63
|
+
Vue.unref(moreControlConfig).visible ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
64
|
+
Vue.withDirectives((Vue.openBlock(), Vue.createBlock(IconButton.default, {
|
|
65
|
+
"is-active": Vue.unref(sidebarName) === "more",
|
|
66
|
+
title: Vue.unref(t)("More")
|
|
67
|
+
}, {
|
|
68
|
+
default: Vue.withCtx(() => [
|
|
69
|
+
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconExtension), { size: "24" })
|
|
70
|
+
]),
|
|
71
|
+
_: 1
|
|
72
|
+
}, 8, ["is-active", "title"])), [
|
|
73
|
+
[Vue.unref(vTap.default), showMore]
|
|
74
|
+
])
|
|
75
|
+
])) : Vue.createCommentVNode("", true),
|
|
76
|
+
showMoreContent.value ? (Vue.openBlock(), Vue.createElementBlock("div", {
|
|
77
|
+
key: 1,
|
|
78
|
+
ref_key: "moreContentRef",
|
|
79
|
+
ref: moreContentRef,
|
|
80
|
+
class: "show-more-content"
|
|
81
|
+
}, [
|
|
82
|
+
Vue.createElementVNode("div", _hoisted_2, [
|
|
83
|
+
Vue.unref(roomStore).isSpeakAfterTakingSeatMode ? (Vue.openBlock(), Vue.createBlock(ChatControl_vue_vue_type_script_setup_true_lang.default, {
|
|
84
|
+
key: 0,
|
|
85
|
+
onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("chatControl"))
|
|
86
|
+
})) : Vue.createCommentVNode("", true),
|
|
87
|
+
Vue.createVNode(ContactControl.default, {
|
|
88
|
+
onClick: _cache[1] || (_cache[1] = ($event) => handleControlClick("contactControl"))
|
|
89
|
+
}),
|
|
90
|
+
Vue.createVNode(InviteControl.default, {
|
|
91
|
+
onShowOverlay: handleShowOverlay,
|
|
92
|
+
onClick: _cache[2] || (_cache[2] = ($event) => handleControlClick("inviteControl"))
|
|
93
|
+
})
|
|
94
|
+
]),
|
|
95
|
+
Vue.withDirectives((Vue.openBlock(), Vue.createElementBlock("div", _hoisted_3, [
|
|
96
|
+
Vue.createTextVNode(Vue.toDisplayString(Vue.unref(t)("Cancel")), 1)
|
|
97
|
+
])), [
|
|
98
|
+
[Vue.unref(vTap.default), handleCancelControl]
|
|
99
|
+
])
|
|
100
|
+
], 512)) : Vue.createCommentVNode("", true)
|
|
101
|
+
]);
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
});
|
|
105
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const uikitBaseComponentVue3 = require("@tencentcloud/uikit-base-component-vue3");
|
|
5
|
+
const IconButton = require("../../common/base/IconButton.vue.js");
|
|
6
|
+
const useMoreControlHooks = require("./useMoreControlHooks.js");
|
|
7
|
+
require("../../../services/main.js");
|
|
8
|
+
const roomService = require("../../../services/roomService.js");
|
|
9
|
+
require("../../../locales/index.js");
|
|
10
|
+
require("@tencentcloud/tuiroom-engine-js");
|
|
11
|
+
require("../../../utils/environment.js");
|
|
12
|
+
require("mitt");
|
|
13
|
+
require("../../../services/manager/roomActionManager.js");
|
|
14
|
+
require("@tencentcloud/tui-core");
|
|
15
|
+
const _hoisted_1 = {
|
|
16
|
+
key: 0,
|
|
17
|
+
class: "more-control-container"
|
|
18
|
+
};
|
|
19
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
20
|
+
__name: "MoreControlPC",
|
|
21
|
+
setup(__props) {
|
|
22
|
+
const moreControlConfig = roomService.roomService.getComponentConfig("MoreControl");
|
|
23
|
+
const { t, basicStore, sidebarName } = useMoreControlHooks.default();
|
|
24
|
+
function toggleMoreSidebar() {
|
|
25
|
+
if (basicStore.setSidebarOpenStatus && basicStore.sidebarName === "vote") {
|
|
26
|
+
basicStore.setSidebarOpenStatus(false);
|
|
27
|
+
basicStore.setSidebarName("");
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
basicStore.setSidebarOpenStatus(true);
|
|
31
|
+
basicStore.setSidebarName("vote");
|
|
32
|
+
}
|
|
33
|
+
return (_ctx, _cache) => {
|
|
34
|
+
return Vue.unref(moreControlConfig).visible ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
35
|
+
Vue.createVNode(IconButton.default, {
|
|
36
|
+
"is-active": Vue.unref(sidebarName) === "vote",
|
|
37
|
+
title: Vue.unref(t)("Vote"),
|
|
38
|
+
onClickIcon: toggleMoreSidebar
|
|
39
|
+
}, {
|
|
40
|
+
default: Vue.withCtx(() => [
|
|
41
|
+
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconMore), { size: "24" })
|
|
42
|
+
]),
|
|
43
|
+
_: 1
|
|
44
|
+
}, 8, ["is-active", "title"])
|
|
45
|
+
])) : Vue.createCommentVNode("", true);
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const MoreControlPC_vue_vue_type_script_setup_true_lang = require("./MoreControlPC.vue.js");
|
|
4
|
+
exports.default = MoreControlPC_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const MoreControl: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
"show-overlay": (...args: any[]) => void;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default MoreControl;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const MoreControlH5 = require("./MoreControlH5.vue.js");
|
|
4
|
+
const MoreControlPC_vue_vue_type_script_setup_true_lang = require("./MoreControlPC.vue.js");
|
|
5
|
+
const environment = require("../../../utils/environment.js");
|
|
6
|
+
const MoreControl = environment.isMobile ? MoreControlH5.default : MoreControlPC_vue_vue_type_script_setup_true_lang.default;
|
|
7
|
+
exports.default = MoreControl;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const basic = require("../../../stores/basic.js");
|
|
5
|
+
const pinia = require("pinia");
|
|
6
|
+
const index = require("../../../locales/index.js");
|
|
7
|
+
const icon = require("../../../constants/icon.js");
|
|
8
|
+
function useControl() {
|
|
9
|
+
const { t } = index.useI18n();
|
|
10
|
+
const basicStore = basic.useBasicStore();
|
|
11
|
+
const { sidebarName } = pinia.storeToRefs(basicStore);
|
|
12
|
+
const iconName = Vue.computed(
|
|
13
|
+
() => sidebarName.value === "vote" ? icon.ICON_NAME.MoreActive : icon.ICON_NAME.More
|
|
14
|
+
);
|
|
15
|
+
return {
|
|
16
|
+
t,
|
|
17
|
+
basicStore,
|
|
18
|
+
iconName,
|
|
19
|
+
sidebarName
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
exports.default = useControl;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const indexPC_vue_vue_type_script_setup_true_lang =
|
|
3
|
+
const indexPC_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const indexPc = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const indexPc = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-4afcea78"]]);
|
|
7
7
|
exports.default = indexPc;
|
|
@@ -59,15 +59,15 @@ const ManageMemberControl_vue_vue_type_script_setup_true_lang = require("../Mana
|
|
|
59
59
|
const ChatControl_vue_vue_type_script_setup_true_lang = require("../ChatControl.vue.js");
|
|
60
60
|
const ManageStageControl_vue_vue_type_script_setup_true_lang = require("../ManageStageControl.vue.js");
|
|
61
61
|
const MemberApplyControl = require("../ApplyControl/MemberApplyControl.vue.js");
|
|
62
|
-
const index$
|
|
63
|
-
const index$
|
|
62
|
+
const index$2 = require("../MoreControl/index.js");
|
|
63
|
+
const index$3 = require("../EndControl/index.js");
|
|
64
64
|
const SettingControl_vue_vue_type_script_setup_true_lang = require("../SettingControl.vue.js");
|
|
65
65
|
const WhiteboardControl = require("../WhiteboardControl.vue.js");
|
|
66
66
|
const VirtualBackground = require("../VirtualBackground.vue.js");
|
|
67
67
|
const AIControl = require("../AIControl.vue.js");
|
|
68
68
|
const BasicBeauty = require("../BasicBeauty.vue.js");
|
|
69
69
|
const useMitt = require("../../../hooks/useMitt.js");
|
|
70
|
-
const
|
|
70
|
+
const index$1 = require("../VoteControl/index.js");
|
|
71
71
|
const useRoomFooterHooks = require("./useRoomFooterHooks.js");
|
|
72
72
|
const _hoisted_1 = { class: "footer-container" };
|
|
73
73
|
const _hoisted_2 = { class: "left-container" };
|
|
@@ -139,7 +139,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
139
139
|
class: "center-container-item",
|
|
140
140
|
onClick: _cache[9] || (_cache[9] = ($event) => handleControlClick("MasterApplyControl"))
|
|
141
141
|
})) : Vue.createCommentVNode("", true),
|
|
142
|
-
Vue.createVNode(
|
|
142
|
+
Vue.createVNode(Vue.unref(index$1.default), {
|
|
143
143
|
class: "center-container-item",
|
|
144
144
|
onClick: _cache[10] || (_cache[10] = ($event) => handleControlClick("voteControl")),
|
|
145
145
|
onOnVote: onVote
|
|
@@ -149,7 +149,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
149
149
|
]),
|
|
150
150
|
_: 3
|
|
151
151
|
}),
|
|
152
|
-
Vue.createVNode(Vue.unref(index$
|
|
152
|
+
Vue.createVNode(Vue.unref(index$2.default), {
|
|
153
153
|
class: "center-container-item",
|
|
154
154
|
onClick: _cache[11] || (_cache[11] = ($event) => handleControlClick("moreControl"))
|
|
155
155
|
}),
|
|
@@ -168,7 +168,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
168
168
|
})) : Vue.createCommentVNode("", true)
|
|
169
169
|
]),
|
|
170
170
|
Vue.createElementVNode("div", _hoisted_4, [
|
|
171
|
-
Vue.createVNode(Vue.unref(index$
|
|
171
|
+
Vue.createVNode(Vue.unref(index$3.default))
|
|
172
172
|
])
|
|
173
173
|
]);
|
|
174
174
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const indexPC_vue_vue_type_script_setup_true_lang =
|
|
3
|
+
const indexPC_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
6
|
const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-1bc9e31a"]]);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const indexPC_vue_vue_type_script_setup_true_lang =
|
|
3
|
+
const indexPC_vue_vue_type_script_setup_true_lang = ;/* empty css */
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
6
|
const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-d8015abd"]]);
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
content?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
2
6
|
export default _default;
|
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
+
new (): {
|
|
9
|
+
$slots: S;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -25,12 +25,17 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
25
25
|
}, {
|
|
26
26
|
default: Vue.withCtx(() => [
|
|
27
27
|
Vue.unref(sidebarName) == "chat" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index.default), { key: 0 })) : Vue.createCommentVNode("", true),
|
|
28
|
-
Vue.unref(sidebarName) == "vote" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$1.default), { key: 1 }
|
|
28
|
+
Vue.unref(sidebarName) == "vote" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$1.default), { key: 1 }, {
|
|
29
|
+
content: Vue.withCtx(() => [
|
|
30
|
+
Vue.renderSlot(_ctx.$slots, "content")
|
|
31
|
+
]),
|
|
32
|
+
_: 3
|
|
33
|
+
})) : Vue.createCommentVNode("", true),
|
|
29
34
|
Vue.unref(sidebarName) == "more" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$2.default), { key: 2 })) : Vue.createCommentVNode("", true),
|
|
30
35
|
Vue.unref(sidebarName) == "manage-member" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$3.default), { key: 3 })) : Vue.createCommentVNode("", true),
|
|
31
36
|
Vue.unref(sidebarName) == "aiTranscription" ? (Vue.openBlock(), Vue.createBlock(AITranscription.default, { key: 4 })) : Vue.createCommentVNode("", true)
|
|
32
37
|
]),
|
|
33
|
-
_:
|
|
38
|
+
_: 3
|
|
34
39
|
}, 8, ["modelValue", "title", "before-close"])
|
|
35
40
|
]);
|
|
36
41
|
};
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const
|
|
3
|
+
const Vue = require("vue");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const
|
|
6
|
+
const _sfc_main = {};
|
|
7
|
+
const _hoisted_1 = { class: "more-container" };
|
|
8
|
+
function _sfc_render(_ctx, _cache) {
|
|
9
|
+
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
10
|
+
Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
11
|
+
]);
|
|
12
|
+
}
|
|
13
|
+
const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-41107c5f"]]);
|
|
7
14
|
exports.default = indexPC;
|
package/lib/conference.vue.js
CHANGED
|
@@ -4,5 +4,5 @@ const conference_vue_vue_type_script_setup_true_lang = require("./conference.vue
|
|
|
4
4
|
;/* empty css */
|
|
5
5
|
;/* empty css */
|
|
6
6
|
const _pluginVue_exportHelper = require("./_virtual/_plugin-vue_export-helper.js");
|
|
7
|
-
const ConferenceMainView = /* @__PURE__ */ _pluginVue_exportHelper.default(conference_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
7
|
+
const ConferenceMainView = /* @__PURE__ */ _pluginVue_exportHelper.default(conference_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-b4d71215"]]);
|
|
8
8
|
exports.default = ConferenceMainView;
|
package/lib/conference.vue2.js
CHANGED
|
@@ -284,7 +284,12 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
284
284
|
}, 512), [
|
|
285
285
|
[Vue.vShow, Vue.unref(showRoomTool)]
|
|
286
286
|
]),
|
|
287
|
-
Vue.createVNode(Vue.unref(index$3.default)
|
|
287
|
+
Vue.createVNode(Vue.unref(index$3.default), null, {
|
|
288
|
+
content: Vue.withCtx(() => [
|
|
289
|
+
Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
290
|
+
]),
|
|
291
|
+
_: 3
|
|
292
|
+
}),
|
|
288
293
|
Vue.createVNode(index$4.default),
|
|
289
294
|
Vue.createVNode(RoomOverlay_vue_vue_type_script_setup_true_lang.default),
|
|
290
295
|
overlayMap.value.RoomInviteOverlay.visible ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$5.default), { key: 0 })) : Vue.createCommentVNode("", true),
|
package/lib/index.js
CHANGED
|
@@ -3928,17 +3928,45 @@ to {
|
|
|
3928
3928
|
}
|
|
3929
3929
|
.footer .mirror-container .mirror-text[data-v-21a63691] {
|
|
3930
3930
|
margin-left: 4px;
|
|
3931
|
-
}.
|
|
3932
|
-
position:
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3931
|
+
}.show-more-content[data-v-c413959d] {
|
|
3932
|
+
position: absolute;
|
|
3933
|
+
bottom: 15px;
|
|
3934
|
+
left: 5%;
|
|
3935
|
+
width: 90%;
|
|
3936
|
+
height: 17vh;
|
|
3937
|
+
padding: 10px;
|
|
3938
|
+
border-radius: 13px;
|
|
3939
|
+
animation-name: popup-c413959d;
|
|
3940
|
+
animation-duration: 200ms;
|
|
3941
|
+
background-color: var(--bg-color-operate);
|
|
3942
|
+
}
|
|
3943
|
+
@keyframes popup-c413959d {
|
|
3944
|
+
from {
|
|
3945
|
+
bottom: 0;
|
|
3946
|
+
}
|
|
3947
|
+
to {
|
|
3948
|
+
bottom: 15px;
|
|
3949
|
+
}
|
|
3950
|
+
}
|
|
3951
|
+
.control-compent[data-v-c413959d] {
|
|
3952
|
+
display: flex;
|
|
3953
|
+
}
|
|
3954
|
+
.close[data-v-c413959d] {
|
|
3955
|
+
position: relative;
|
|
3956
|
+
top: 10%;
|
|
3957
|
+
display: flex;
|
|
3958
|
+
align-items: center;
|
|
3959
|
+
justify-content: center;
|
|
3960
|
+
width: 100%;
|
|
3961
|
+
padding: 10px;
|
|
3962
|
+
font-style: normal;
|
|
3963
|
+
font-weight: 400;
|
|
3964
|
+
line-height: 24px;
|
|
3965
|
+
text-align: center;
|
|
3966
|
+
border-radius: 8px;
|
|
3967
|
+
color: var(--text-color-primary);
|
|
3968
|
+
background-color: var(--button-color-secondary-default);
|
|
3969
|
+
}.footer-container[data-v-4afcea78] {
|
|
3942
3970
|
position: absolute;
|
|
3943
3971
|
bottom: 0;
|
|
3944
3972
|
display: flex;
|
|
@@ -3952,25 +3980,25 @@ to {
|
|
|
3952
3980
|
background-color: var(--bg-color-topbar);
|
|
3953
3981
|
box-shadow: 0 -8px 30px var(--uikit-color-black-8);
|
|
3954
3982
|
}
|
|
3955
|
-
.footer-container .left-container[data-v-
|
|
3983
|
+
.footer-container .left-container[data-v-4afcea78] {
|
|
3956
3984
|
display: flex;
|
|
3957
3985
|
align-items: center;
|
|
3958
3986
|
height: 100%;
|
|
3959
3987
|
}
|
|
3960
|
-
.footer-container .left-container .left-container-item[data-v-
|
|
3988
|
+
.footer-container .left-container .left-container-item[data-v-4afcea78]:not(:first-child) {
|
|
3961
3989
|
margin-left: 1rem;
|
|
3962
3990
|
}
|
|
3963
|
-
.footer-container .center-container[data-v-
|
|
3991
|
+
.footer-container .center-container[data-v-4afcea78] {
|
|
3964
3992
|
position: relative;
|
|
3965
3993
|
display: flex;
|
|
3966
3994
|
align-items: center;
|
|
3967
3995
|
height: 100%;
|
|
3968
3996
|
margin: 0 auto;
|
|
3969
3997
|
}
|
|
3970
|
-
.footer-container .center-container .center-container-item[data-v-
|
|
3998
|
+
.footer-container .center-container .center-container-item[data-v-4afcea78]:not(:first-child) {
|
|
3971
3999
|
margin-left: 16px;
|
|
3972
4000
|
}
|
|
3973
|
-
.footer-container .right-container[data-v-
|
|
4001
|
+
.footer-container .right-container[data-v-4afcea78] {
|
|
3974
4002
|
display: flex;
|
|
3975
4003
|
align-items: center;
|
|
3976
4004
|
height: 100%;
|
|
@@ -5047,17 +5075,17 @@ to {
|
|
|
5047
5075
|
font-size: 16px;
|
|
5048
5076
|
font-weight: 400;
|
|
5049
5077
|
text-align: end;
|
|
5050
|
-
}.more-container[data-v-
|
|
5078
|
+
}.more-container[data-v-41107c5f] {
|
|
5051
5079
|
padding: 20px;
|
|
5052
5080
|
}
|
|
5053
|
-
.more-container .more-title[data-v-
|
|
5081
|
+
.more-container .more-title[data-v-41107c5f] {
|
|
5054
5082
|
display: flex;
|
|
5055
5083
|
align-items: center;
|
|
5056
5084
|
}
|
|
5057
|
-
.more-container .more-title .email-icon[data-v-
|
|
5085
|
+
.more-container .more-title .email-icon[data-v-41107c5f] {
|
|
5058
5086
|
color: var(--uikit-color-gray-7);
|
|
5059
5087
|
}
|
|
5060
|
-
.more-container .more-title .more-notice[data-v-
|
|
5088
|
+
.more-container .more-title .more-notice[data-v-41107c5f] {
|
|
5061
5089
|
width: 100%;
|
|
5062
5090
|
height: 22px;
|
|
5063
5091
|
padding-left: 8px;
|
|
@@ -5066,15 +5094,15 @@ to {
|
|
|
5066
5094
|
line-height: 22px;
|
|
5067
5095
|
color: var(--text-color-primary);
|
|
5068
5096
|
}
|
|
5069
|
-
.more-container .more-item[data-v-
|
|
5097
|
+
.more-container .more-item[data-v-41107c5f] {
|
|
5070
5098
|
position: relative;
|
|
5071
5099
|
display: flex;
|
|
5072
5100
|
flex-direction: column;
|
|
5073
5101
|
}
|
|
5074
|
-
.more-container .more-item[data-v-
|
|
5102
|
+
.more-container .more-item[data-v-41107c5f]:not(:first-child) {
|
|
5075
5103
|
margin-top: 20px;
|
|
5076
5104
|
}
|
|
5077
|
-
.more-container .more-item:not(:first-child) .item-title[data-v-
|
|
5105
|
+
.more-container .more-item:not(:first-child) .item-title[data-v-41107c5f] {
|
|
5078
5106
|
width: 100%;
|
|
5079
5107
|
padding-bottom: 8px;
|
|
5080
5108
|
font-size: 14px;
|
|
@@ -5082,7 +5110,7 @@ to {
|
|
|
5082
5110
|
line-height: 22px;
|
|
5083
5111
|
color: var(--text-color-primary);
|
|
5084
5112
|
}
|
|
5085
|
-
.more-container .more-item:not(:first-child) .more-content[data-v-
|
|
5113
|
+
.more-container .more-item:not(:first-child) .more-content[data-v-41107c5f] {
|
|
5086
5114
|
position: relative;
|
|
5087
5115
|
box-sizing: border-box;
|
|
5088
5116
|
display: inline-block;
|
|
@@ -5102,7 +5130,7 @@ to {
|
|
|
5102
5130
|
background-color: var(--bg-color-input);
|
|
5103
5131
|
border: 1px solid var(--stroke-color-module);
|
|
5104
5132
|
}
|
|
5105
|
-
.more-container .more-item:not(:first-child) .copy-icon[data-v-
|
|
5133
|
+
.more-container .more-item:not(:first-child) .copy-icon[data-v-41107c5f] {
|
|
5106
5134
|
position: absolute;
|
|
5107
5135
|
top: 45px;
|
|
5108
5136
|
right: 10px;
|
|
@@ -9140,7 +9168,7 @@ body, html {
|
|
|
9140
9168
|
}
|
|
9141
9169
|
.tui-room :not([class|=el]) {
|
|
9142
9170
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
9143
|
-
}.tui-room[data-v-
|
|
9171
|
+
}.tui-room[data-v-b4d71215] {
|
|
9144
9172
|
position: relative;
|
|
9145
9173
|
display: flex;
|
|
9146
9174
|
flex-direction: column;
|
|
@@ -9152,7 +9180,7 @@ body, html {
|
|
|
9152
9180
|
text-align: left;
|
|
9153
9181
|
background-color: var(--bg-color-topbar);
|
|
9154
9182
|
}
|
|
9155
|
-
.tui-room .header[data-v-
|
|
9183
|
+
.tui-room .header[data-v-b4d71215] {
|
|
9156
9184
|
position: absolute;
|
|
9157
9185
|
top: 0;
|
|
9158
9186
|
left: 0;
|
|
@@ -9163,20 +9191,20 @@ body, html {
|
|
|
9163
9191
|
border-bottom: 1px solid var(--stroke-color-primary);
|
|
9164
9192
|
box-shadow: 0 1px 0 var(--uikit-color-black-8);
|
|
9165
9193
|
}
|
|
9166
|
-
.tui-room .content[data-v-
|
|
9194
|
+
.tui-room .content[data-v-b4d71215] {
|
|
9167
9195
|
position: absolute;
|
|
9168
9196
|
top: 0;
|
|
9169
9197
|
width: 100%;
|
|
9170
9198
|
height: 100%;
|
|
9171
9199
|
background-color: var(--bg-color-topbar);
|
|
9172
9200
|
}
|
|
9173
|
-
.tui-room.tui-room-h5[data-v-
|
|
9201
|
+
.tui-room.tui-room-h5[data-v-b4d71215] {
|
|
9174
9202
|
width: 100%;
|
|
9175
9203
|
min-width: 350px;
|
|
9176
9204
|
height: 100%;
|
|
9177
9205
|
min-height: 525px;
|
|
9178
9206
|
}
|
|
9179
|
-
#roomContainer.chat-room[data-v-
|
|
9207
|
+
#roomContainer.chat-room[data-v-b4d71215] {
|
|
9180
9208
|
position: absolute;
|
|
9181
9209
|
top: 0;
|
|
9182
9210
|
right: 0;
|
|
@@ -9188,8 +9216,8 @@ body, html {
|
|
|
9188
9216
|
margin: auto;
|
|
9189
9217
|
border-radius: 10px;
|
|
9190
9218
|
}
|
|
9191
|
-
#roomContainer.tui-room-h5[data-v-
|
|
9192
|
-
#roomContainer .chat-room[data-v-
|
|
9219
|
+
#roomContainer.tui-room-h5[data-v-b4d71215],
|
|
9220
|
+
#roomContainer .chat-room[data-v-b4d71215] {
|
|
9193
9221
|
width: 100%;
|
|
9194
9222
|
height: 100%;
|
|
9195
9223
|
}.user-info-container[data-v-9e9aff53] {
|
package/package.json
CHANGED
|
Binary file
|