@ndscnj/roomkit-web-vue3 25.12.24164 → 25.12.24166
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/MoreControlH5.vue.d.ts +2 -2
- package/es/components/RoomFooter/VoteControl/MoreControlH5.vue.mjs +1 -1
- package/es/components/RoomFooter/VoteControl/MoreControlH5.vue2.mjs +32 -76
- package/es/components/RoomFooter/VoteControl/MoreControlPC.vue.mjs +1 -1
- package/es/components/RoomFooter/VoteControl/MoreControlPC.vue2.mjs +8 -9
- package/es/components/RoomFooter/VoteControl/index.d.ts +0 -4
- package/es/components/RoomFooter/index/index.d.ts +4 -26
- package/es/components/RoomFooter/index/indexH5.vue.d.ts +1 -10
- package/es/components/RoomFooter/index/indexH5.vue.mjs +1 -1
- package/es/components/RoomFooter/index/indexH5.vue2.mjs +1 -2
- package/es/components/RoomSidebar/indexPC.vue.d.ts +1 -0
- package/es/components/RoomSidebar/indexPC.vue.mjs +3 -0
- package/es/components/RoomVote/index.d.ts +18 -2
- package/es/components/RoomVote/indexH5.vue.d.ts +1 -1
- package/es/components/RoomVote/indexH5.vue.mjs +3 -3
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +4 -9
- package/es/index.mjs +58 -118
- package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue.d.ts +2 -2
- package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue.js +1 -1
- package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue2.js +30 -74
- package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue.js +1 -1
- package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue2.js +7 -8
- package/lib/components/RoomFooter/VoteControl/index.d.ts +0 -4
- package/lib/components/RoomFooter/index/index.d.ts +4 -26
- package/lib/components/RoomFooter/index/indexH5.vue.d.ts +1 -10
- package/lib/components/RoomFooter/index/indexH5.vue.js +1 -1
- package/lib/components/RoomFooter/index/indexH5.vue2.js +0 -1
- package/lib/components/RoomSidebar/indexPC.vue.d.ts +1 -0
- package/lib/components/RoomSidebar/indexPC.vue.js +3 -0
- package/lib/components/RoomVote/index.d.ts +18 -2
- package/lib/components/RoomVote/indexH5.vue.d.ts +1 -1
- package/lib/components/RoomVote/indexH5.vue.js +3 -3
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +4 -9
- package/lib/index.js +58 -118
- package/package.json +1 -1
- package/src/TUIRoom/components/RoomFooter/VoteControl/MoreControlH5.vue +27 -108
- package/src/TUIRoom/components/RoomFooter/VoteControl/MoreControlPC.vue +1 -1
- package/src/TUIRoom/components/RoomFooter/index/indexH5.vue +0 -1
- package/src/TUIRoom/components/RoomSidebar/indexPC.vue +3 -0
- package/src/TUIRoom/components/RoomVote/indexH5.vue +61 -89
- package/src/TUIRoom/conference.vue +4 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
"
|
|
2
|
+
"on-vote": (...args: any[]) => void;
|
|
3
3
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
"
|
|
4
|
+
"onOn-vote"?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./MoreControlH5.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const MoreControlH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const MoreControlH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2d633075"]]);
|
|
5
5
|
export {
|
|
6
6
|
MoreControlH5 as default
|
|
7
7
|
};
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
import { defineComponent,
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent, createElementBlock, createCommentVNode, unref, openBlock, createVNode, withCtx, createElementVNode } from "vue";
|
|
2
|
+
import _imports_0 from "../../../assets/imgs/vote-icon.png.mjs";
|
|
3
|
+
import { IconMore } from "@tencentcloud/uikit-base-component-vue3";
|
|
3
4
|
import IconButton from "../../common/base/IconButton.vue.mjs";
|
|
4
5
|
import useControl from "./useMoreControlHooks.mjs";
|
|
5
|
-
import _sfc_main$1 from "../ChatControl.vue.mjs";
|
|
6
|
-
import InviteControl from "../InviteControl.vue.mjs";
|
|
7
|
-
import ContactControl from "../ContactControl.vue.mjs";
|
|
8
|
-
import { useRoomStore } from "../../../stores/room.mjs";
|
|
9
|
-
import bus from "../../../hooks/useMitt.mjs";
|
|
10
|
-
import vTap from "../../../directives/vTap.mjs";
|
|
11
6
|
import "../../../services/main.mjs";
|
|
12
7
|
import { roomService } from "../../../services/roomService.mjs";
|
|
13
8
|
import "../../../locales/index.mjs";
|
|
@@ -20,83 +15,44 @@ const _hoisted_1 = {
|
|
|
20
15
|
key: 0,
|
|
21
16
|
class: "more-control-container"
|
|
22
17
|
};
|
|
23
|
-
const _hoisted_2 = { class: "control-compent" };
|
|
24
|
-
const _hoisted_3 = { class: "close" };
|
|
25
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
26
19
|
__name: "MoreControlH5",
|
|
27
|
-
emits: ["
|
|
20
|
+
emits: ["on-vote"],
|
|
28
21
|
setup(__props, { emit: __emit }) {
|
|
29
22
|
const moreControlConfig = roomService.getComponentConfig("MoreControl");
|
|
30
|
-
const
|
|
31
|
-
const moreContentRef = ref();
|
|
32
|
-
const { t, sidebarName } = useControl();
|
|
33
|
-
const roomStore = useRoomStore();
|
|
23
|
+
const { t, basicStore, sidebarName } = useControl();
|
|
34
24
|
const emit = __emit;
|
|
35
|
-
function
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
function handleControlClick(name) {
|
|
42
|
-
bus.emit("experience-communication", name);
|
|
43
|
-
}
|
|
44
|
-
function handleShowOverlay(data) {
|
|
45
|
-
showMoreContent.value = false;
|
|
46
|
-
emit("show-overlay", data);
|
|
47
|
-
}
|
|
48
|
-
function handleDocumentClick(event) {
|
|
49
|
-
if (showMoreContent.value && !moreContentRef.value.contains(event.target)) {
|
|
50
|
-
showMoreContent.value = false;
|
|
25
|
+
function toggleMoreSidebar() {
|
|
26
|
+
if (basicStore.setSidebarOpenStatus && basicStore.sidebarName === "vote") {
|
|
27
|
+
basicStore.setSidebarOpenStatus(false);
|
|
28
|
+
basicStore.setSidebarName("");
|
|
29
|
+
return;
|
|
51
30
|
}
|
|
31
|
+
basicStore.setSidebarOpenStatus(true);
|
|
32
|
+
basicStore.setSidebarName("vote");
|
|
33
|
+
emit("on-vote", {
|
|
34
|
+
name: "onVote",
|
|
35
|
+
visible: basicStore.isSidebarOpen
|
|
36
|
+
});
|
|
52
37
|
}
|
|
53
|
-
onMounted(() => {
|
|
54
|
-
document == null ? void 0 : document.addEventListener("click", handleDocumentClick, true);
|
|
55
|
-
});
|
|
56
|
-
onUnmounted(() => {
|
|
57
|
-
document == null ? void 0 : document.removeEventListener("click", handleDocumentClick, true);
|
|
58
|
-
});
|
|
59
38
|
return (_ctx, _cache) => {
|
|
60
|
-
return openBlock(), createElementBlock("div",
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
]
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
])) : createCommentVNode("", true),
|
|
74
|
-
showMoreContent.value ? (openBlock(), createElementBlock("div", {
|
|
75
|
-
key: 1,
|
|
76
|
-
ref_key: "moreContentRef",
|
|
77
|
-
ref: moreContentRef,
|
|
78
|
-
class: "show-more-content"
|
|
79
|
-
}, [
|
|
80
|
-
createElementVNode("div", _hoisted_2, [
|
|
81
|
-
unref(roomStore).isSpeakAfterTakingSeatMode ? (openBlock(), createBlock(_sfc_main$1, {
|
|
82
|
-
key: 0,
|
|
83
|
-
onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("chatControl"))
|
|
84
|
-
})) : createCommentVNode("", true),
|
|
85
|
-
createVNode(ContactControl, {
|
|
86
|
-
onClick: _cache[1] || (_cache[1] = ($event) => handleControlClick("contactControl"))
|
|
87
|
-
}),
|
|
88
|
-
createVNode(InviteControl, {
|
|
89
|
-
onShowOverlay: handleShowOverlay,
|
|
90
|
-
onClick: _cache[2] || (_cache[2] = ($event) => handleControlClick("inviteControl"))
|
|
91
|
-
})
|
|
39
|
+
return unref(moreControlConfig).visible ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
40
|
+
createVNode(IconButton, {
|
|
41
|
+
"is-active": unref(sidebarName) === "vote",
|
|
42
|
+
title: unref(t)("Vote"),
|
|
43
|
+
onClickIcon: toggleMoreSidebar
|
|
44
|
+
}, {
|
|
45
|
+
default: withCtx(() => [
|
|
46
|
+
createVNode(unref(IconMore), { size: "24" }),
|
|
47
|
+
_cache[0] || (_cache[0] = createElementVNode("img", {
|
|
48
|
+
class: "ndsc-img-box",
|
|
49
|
+
src: _imports_0,
|
|
50
|
+
alt: ""
|
|
51
|
+
}, null, -1))
|
|
92
52
|
]),
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
[unref(vTap), handleCancelControl]
|
|
97
|
-
])
|
|
98
|
-
], 512)) : createCommentVNode("", true)
|
|
99
|
-
]);
|
|
53
|
+
_: 1
|
|
54
|
+
}, 8, ["is-active", "title"])
|
|
55
|
+
])) : createCommentVNode("", true);
|
|
100
56
|
};
|
|
101
57
|
}
|
|
102
58
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./MoreControlPC.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const MoreControlPc = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const MoreControlPc = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9e42a812"]]);
|
|
5
5
|
export {
|
|
6
6
|
MoreControlPc as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, createCommentVNode, unref, openBlock, createVNode,
|
|
1
|
+
import { defineComponent, createElementBlock, createCommentVNode, unref, openBlock, createVNode, withCtx, createElementVNode } from "vue";
|
|
2
2
|
import _imports_0 from "../../../assets/imgs/vote-icon.png.mjs";
|
|
3
3
|
import { IconMore } from "@tencentcloud/uikit-base-component-vue3";
|
|
4
4
|
import IconButton from "../../common/base/IconButton.vue.mjs";
|
|
@@ -43,16 +43,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
43
43
|
onClickIcon: toggleMoreSidebar
|
|
44
44
|
}, {
|
|
45
45
|
default: withCtx(() => [
|
|
46
|
-
createVNode(unref(IconMore), { size: "24" })
|
|
46
|
+
createVNode(unref(IconMore), { size: "24" }),
|
|
47
|
+
_cache[0] || (_cache[0] = createElementVNode("img", {
|
|
48
|
+
class: "ndsc-img-box",
|
|
49
|
+
src: _imports_0,
|
|
50
|
+
alt: ""
|
|
51
|
+
}, null, -1))
|
|
47
52
|
]),
|
|
48
53
|
_: 1
|
|
49
|
-
}, 8, ["is-active", "title"])
|
|
50
|
-
_cache[0] || (_cache[0] = createElementVNode("img", {
|
|
51
|
-
class: "ndsc-img-box",
|
|
52
|
-
src: _imports_0,
|
|
53
|
-
alt: "",
|
|
54
|
-
click: "toggleMoreSidebar"
|
|
55
|
-
}, null, -1))
|
|
54
|
+
}, 8, ["is-active", "title"])
|
|
56
55
|
])) : createCommentVNode("", true);
|
|
57
56
|
};
|
|
58
57
|
}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
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, {
|
|
6
2
|
"on-vote": (...args: any[]) => void;
|
|
7
3
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
4
|
"onOn-vote"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
declare const Index: ({
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
3
|
-
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
4
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
"show-overlay": (...args: any[]) => void;
|
|
6
|
-
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<{}> & Readonly<{
|
|
14
|
-
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, {}>;
|
|
16
|
-
__isFragment?: never;
|
|
17
|
-
__isTeleport?: never;
|
|
18
|
-
__isSuspense?: never;
|
|
19
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{
|
|
20
|
-
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1
|
+
declare const Index: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
2
|
"show-overlay": (...args: any[]) => void;
|
|
23
|
-
}, string,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
};
|
|
27
|
-
})) | ({
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | ({
|
|
28
6
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
29
7
|
"onOn-vote"?: ((...args: any[]) => any) | undefined;
|
|
30
8
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
declare
|
|
2
|
-
contentH5?(_: {}): any;
|
|
3
|
-
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
2
|
"show-overlay": (...args: any[]) => void;
|
|
6
3
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
7
4
|
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
8
5
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
6
|
export default _default;
|
|
11
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
-
new (): {
|
|
13
|
-
$slots: S;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./indexH5.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f3bbac91"]]);
|
|
5
5
|
export {
|
|
6
6
|
indexH5 as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, withDirectives, createCommentVNode,
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, withDirectives, createCommentVNode, createVNode, unref, createBlock } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../../core/components/AudioSetting/index.vue.mjs";
|
|
3
3
|
import VideoSetting from "../../../core/components/VideoSetting/index.vue.mjs";
|
|
4
4
|
import "@tencentcloud/uikit-base-component-vue3";
|
|
@@ -89,7 +89,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
89
89
|
!unref(roomStore).isSpeakAfterTakingSeatMode ? withDirectives((openBlock(), createBlock(_sfc_main$2, { key: 2 }, null, 512)), [
|
|
90
90
|
[unref(vTap), () => handleControlClick("chatControl")]
|
|
91
91
|
]) : createCommentVNode("", true),
|
|
92
|
-
renderSlot(_ctx.$slots, "contentH5", {}, void 0, true),
|
|
93
92
|
createVNode(AIControl, {
|
|
94
93
|
onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("AIControl"))
|
|
95
94
|
}),
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
content?(_: {}): any;
|
|
3
|
+
contentH5?(_: {}): any;
|
|
3
4
|
};
|
|
4
5
|
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
6
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -27,6 +27,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
27
27
|
content: withCtx(() => [
|
|
28
28
|
renderSlot(_ctx.$slots, "content")
|
|
29
29
|
]),
|
|
30
|
+
contentH5: withCtx(() => [
|
|
31
|
+
renderSlot(_ctx.$slots, "contentH5")
|
|
32
|
+
]),
|
|
30
33
|
_: 3
|
|
31
34
|
})) : createCommentVNode("", true),
|
|
32
35
|
unref(sidebarName) == "more" ? (openBlock(), createBlock(unref(Index$2), { key: 2 })) : createCommentVNode("", true),
|
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
declare const Index: {
|
|
1
|
+
declare const Index: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
14
|
+
$slots: {
|
|
15
|
+
contentH5?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
})) | ({
|
|
2
18
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3
19
|
P: {};
|
|
4
20
|
B: {};
|
|
@@ -14,5 +30,5 @@ declare const Index: {
|
|
|
14
30
|
$slots: {
|
|
15
31
|
content?(_: {}): any;
|
|
16
32
|
};
|
|
17
|
-
});
|
|
33
|
+
}));
|
|
18
34
|
export default Index;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
contentH5?(_: {}): any;
|
|
3
3
|
};
|
|
4
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
5
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -2,13 +2,13 @@ import { createElementBlock, openBlock, renderSlot } from "vue";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
4
|
const _sfc_main = {};
|
|
5
|
-
const _hoisted_1 = { class: "
|
|
5
|
+
const _hoisted_1 = { class: "more-container" };
|
|
6
6
|
function _sfc_render(_ctx, _cache) {
|
|
7
7
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
8
|
-
renderSlot(_ctx.$slots, "
|
|
8
|
+
renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
|
|
9
9
|
]);
|
|
10
10
|
}
|
|
11
|
-
const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
11
|
+
const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6c9f3c67"]]);
|
|
12
12
|
export {
|
|
13
13
|
indexH5 as default
|
|
14
14
|
};
|
package/es/conference.vue.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import _sfc_main from "./conference.vue2.mjs";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import _export_sfc from "./_virtual/_plugin-vue_export-helper.mjs";
|
|
5
|
-
const ConferenceMainView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5
|
+
const ConferenceMainView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5135c8c9"]]);
|
|
6
6
|
export {
|
|
7
7
|
ConferenceMainView as default
|
|
8
8
|
};
|
package/es/conference.vue2.mjs
CHANGED
|
@@ -274,21 +274,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
274
274
|
class: "footer",
|
|
275
275
|
onShowOverlay: handleShowOverlay,
|
|
276
276
|
onOnVote: onVote
|
|
277
|
-
},
|
|
278
|
-
content: withCtx(() => [
|
|
279
|
-
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
280
|
-
]),
|
|
281
|
-
contentH5: withCtx(() => [
|
|
282
|
-
renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
|
|
283
|
-
]),
|
|
284
|
-
_: 3
|
|
285
|
-
}, 512), [
|
|
277
|
+
}, null, 512), [
|
|
286
278
|
[vShow, unref(showRoomTool)]
|
|
287
279
|
]),
|
|
288
280
|
createVNode(unref(Index$1), { onOnVote: onVote }, {
|
|
289
281
|
content: withCtx(() => [
|
|
290
282
|
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
291
283
|
]),
|
|
284
|
+
contentH5: withCtx(() => [
|
|
285
|
+
renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
|
|
286
|
+
]),
|
|
292
287
|
_: 3
|
|
293
288
|
}),
|
|
294
289
|
createVNode(RoomSetting),
|
package/es/index.mjs
CHANGED
|
@@ -3664,7 +3664,7 @@ to {
|
|
|
3664
3664
|
.tool-box .tool-box-item[data-v-34681937]:hover {
|
|
3665
3665
|
border-radius: 8px;
|
|
3666
3666
|
background-color: var(--list-color-hover);
|
|
3667
|
-
}.footer-container[data-v-
|
|
3667
|
+
}.footer-container[data-v-f3bbac91] {
|
|
3668
3668
|
position: absolute;
|
|
3669
3669
|
bottom: 0;
|
|
3670
3670
|
display: flex;
|
|
@@ -3928,45 +3928,10 @@ to {
|
|
|
3928
3928
|
}
|
|
3929
3929
|
.footer .mirror-container .mirror-text[data-v-21a63691] {
|
|
3930
3930
|
margin-left: 4px;
|
|
3931
|
-
}.
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
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
|
-
}.ndsc-img-box[data-v-50420946] {
|
|
3931
|
+
}.ndsc-img-box[data-v-2d633075] {
|
|
3932
|
+
width: 50px;
|
|
3933
|
+
height: 50px;
|
|
3934
|
+
}.ndsc-img-box[data-v-9e42a812] {
|
|
3970
3935
|
width: 50px;
|
|
3971
3936
|
height: 50px;
|
|
3972
3937
|
}.footer-container[data-v-4afcea78] {
|
|
@@ -4989,95 +4954,70 @@ to {
|
|
|
4989
4954
|
right: 0;
|
|
4990
4955
|
z-index: 101;
|
|
4991
4956
|
height: 100%;
|
|
4992
|
-
}
|
|
4993
|
-
padding
|
|
4994
|
-
font-size: 12px;
|
|
4995
|
-
font-weight: 500;
|
|
4996
|
-
line-height: 17px;
|
|
4957
|
+
}.more-container[data-v-6c9f3c67] {
|
|
4958
|
+
padding: 20px;
|
|
4997
4959
|
}
|
|
4998
|
-
.
|
|
4999
|
-
position: fixed;
|
|
5000
|
-
bottom: 0;
|
|
4960
|
+
.more-container .more-title[data-v-6c9f3c67] {
|
|
5001
4961
|
display: flex;
|
|
5002
|
-
|
|
5003
|
-
width: 100%;
|
|
5004
|
-
padding-bottom: 4vh;
|
|
5005
|
-
border-radius: 15px 15px 0 0;
|
|
5006
|
-
animation-name: popup-872a5da4;
|
|
5007
|
-
animation-duration: 200ms;
|
|
5008
|
-
background-color: var(--bg-color-operate);
|
|
5009
|
-
}
|
|
5010
|
-
@keyframes popup-872a5da4 {
|
|
5011
|
-
from {
|
|
5012
|
-
transform: scaleY(0);
|
|
5013
|
-
transform-origin: bottom;
|
|
5014
|
-
}
|
|
5015
|
-
to {
|
|
5016
|
-
transform: scaleY(1);
|
|
5017
|
-
transform-origin: bottom;
|
|
4962
|
+
align-items: center;
|
|
5018
4963
|
}
|
|
4964
|
+
.more-container .more-title .email-icon[data-v-6c9f3c67] {
|
|
4965
|
+
color: var(--uikit-color-gray-7);
|
|
5019
4966
|
}
|
|
5020
|
-
.
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
font-
|
|
5026
|
-
|
|
5027
|
-
font-style: normal;
|
|
5028
|
-
font-weight: 500;
|
|
5029
|
-
line-height: 24px;
|
|
4967
|
+
.more-container .more-title .more-notice[data-v-6c9f3c67] {
|
|
4968
|
+
width: 100%;
|
|
4969
|
+
height: 22px;
|
|
4970
|
+
padding-left: 8px;
|
|
4971
|
+
font-size: 14px;
|
|
4972
|
+
font-weight: 400;
|
|
4973
|
+
line-height: 22px;
|
|
5030
4974
|
color: var(--text-color-primary);
|
|
5031
4975
|
}
|
|
5032
|
-
.
|
|
4976
|
+
.more-container .more-item[data-v-6c9f3c67] {
|
|
4977
|
+
position: relative;
|
|
5033
4978
|
display: flex;
|
|
5034
|
-
flex-direction:
|
|
5035
|
-
align-items: center;
|
|
5036
|
-
width: 90%;
|
|
5037
|
-
height: 15%;
|
|
5038
|
-
padding: 0 0 0 25px;
|
|
5039
|
-
margin-bottom: 10px;
|
|
4979
|
+
flex-direction: column;
|
|
5040
4980
|
}
|
|
5041
|
-
.
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
4981
|
+
.more-container .more-item[data-v-6c9f3c67]:not(:first-child) {
|
|
4982
|
+
margin-top: 20px;
|
|
4983
|
+
}
|
|
4984
|
+
.more-container .more-item:not(:first-child) .item-title[data-v-6c9f3c67] {
|
|
4985
|
+
width: 100%;
|
|
4986
|
+
padding-bottom: 8px;
|
|
5045
4987
|
font-size: 14px;
|
|
5046
|
-
font-style: normal;
|
|
5047
4988
|
font-weight: 400;
|
|
5048
|
-
line-height:
|
|
5049
|
-
white-space: nowrap;
|
|
4989
|
+
line-height: 22px;
|
|
5050
4990
|
color: var(--text-color-primary);
|
|
5051
4991
|
}
|
|
5052
|
-
.
|
|
5053
|
-
|
|
4992
|
+
.more-container .more-item:not(:first-child) .more-content[data-v-6c9f3c67] {
|
|
4993
|
+
position: relative;
|
|
4994
|
+
box-sizing: border-box;
|
|
4995
|
+
display: inline-block;
|
|
4996
|
+
flex: 1;
|
|
4997
|
+
height: 42px;
|
|
4998
|
+
padding: 10px 30px 10px 16px;
|
|
5054
4999
|
overflow: hidden;
|
|
5055
5000
|
font-size: 14px;
|
|
5001
|
+
font-weight: 500;
|
|
5002
|
+
line-height: 22px;
|
|
5056
5003
|
text-overflow: ellipsis;
|
|
5057
5004
|
white-space: nowrap;
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
font-size: 12px;
|
|
5065
|
-
font-style: normal;
|
|
5066
|
-
font-weight: 400;
|
|
5067
|
-
line-height: 17px;
|
|
5068
|
-
text-align: center;
|
|
5069
|
-
color: var(--text-color-secondary);
|
|
5005
|
+
border-radius: 8px;
|
|
5006
|
+
outline: none;
|
|
5007
|
+
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5008
|
+
color: var(--text-color-primary);
|
|
5009
|
+
background-color: var(--bg-color-input);
|
|
5010
|
+
border: 1px solid var(--stroke-color-module);
|
|
5070
5011
|
}
|
|
5071
|
-
.
|
|
5072
|
-
|
|
5012
|
+
.more-container .more-item:not(:first-child) .copy-icon[data-v-6c9f3c67] {
|
|
5013
|
+
position: absolute;
|
|
5014
|
+
top: 45px;
|
|
5015
|
+
right: 10px;
|
|
5016
|
+
display: flex;
|
|
5017
|
+
align-items: center;
|
|
5018
|
+
justify-content: center;
|
|
5019
|
+
cursor: pointer;
|
|
5073
5020
|
color: var(--text-color-link);
|
|
5074
|
-
}
|
|
5075
|
-
.cancel[data-v-872a5da4] {
|
|
5076
|
-
flex: 1;
|
|
5077
|
-
padding-right: 30px;
|
|
5078
|
-
font-size: 16px;
|
|
5079
|
-
font-weight: 400;
|
|
5080
|
-
text-align: end;
|
|
5081
5021
|
}.more-container[data-v-41107c5f] {
|
|
5082
5022
|
padding: 20px;
|
|
5083
5023
|
}
|
|
@@ -9171,7 +9111,7 @@ body, html {
|
|
|
9171
9111
|
}
|
|
9172
9112
|
.tui-room :not([class|=el]) {
|
|
9173
9113
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
9174
|
-
}.tui-room[data-v-
|
|
9114
|
+
}.tui-room[data-v-5135c8c9] {
|
|
9175
9115
|
position: relative;
|
|
9176
9116
|
display: flex;
|
|
9177
9117
|
flex-direction: column;
|
|
@@ -9183,7 +9123,7 @@ body, html {
|
|
|
9183
9123
|
text-align: left;
|
|
9184
9124
|
background-color: var(--bg-color-topbar);
|
|
9185
9125
|
}
|
|
9186
|
-
.tui-room .header[data-v-
|
|
9126
|
+
.tui-room .header[data-v-5135c8c9] {
|
|
9187
9127
|
position: absolute;
|
|
9188
9128
|
top: 0;
|
|
9189
9129
|
left: 0;
|
|
@@ -9194,20 +9134,20 @@ body, html {
|
|
|
9194
9134
|
border-bottom: 1px solid var(--stroke-color-primary);
|
|
9195
9135
|
box-shadow: 0 1px 0 var(--uikit-color-black-8);
|
|
9196
9136
|
}
|
|
9197
|
-
.tui-room .content[data-v-
|
|
9137
|
+
.tui-room .content[data-v-5135c8c9] {
|
|
9198
9138
|
position: absolute;
|
|
9199
9139
|
top: 0;
|
|
9200
9140
|
width: 100%;
|
|
9201
9141
|
height: 100%;
|
|
9202
9142
|
background-color: var(--bg-color-topbar);
|
|
9203
9143
|
}
|
|
9204
|
-
.tui-room.tui-room-h5[data-v-
|
|
9144
|
+
.tui-room.tui-room-h5[data-v-5135c8c9] {
|
|
9205
9145
|
width: 100%;
|
|
9206
9146
|
min-width: 350px;
|
|
9207
9147
|
height: 100%;
|
|
9208
9148
|
min-height: 525px;
|
|
9209
9149
|
}
|
|
9210
|
-
#roomContainer.chat-room[data-v-
|
|
9150
|
+
#roomContainer.chat-room[data-v-5135c8c9] {
|
|
9211
9151
|
position: absolute;
|
|
9212
9152
|
top: 0;
|
|
9213
9153
|
right: 0;
|
|
@@ -9219,8 +9159,8 @@ body, html {
|
|
|
9219
9159
|
margin: auto;
|
|
9220
9160
|
border-radius: 10px;
|
|
9221
9161
|
}
|
|
9222
|
-
#roomContainer.tui-room-h5[data-v-
|
|
9223
|
-
#roomContainer .chat-room[data-v-
|
|
9162
|
+
#roomContainer.tui-room-h5[data-v-5135c8c9],
|
|
9163
|
+
#roomContainer .chat-room[data-v-5135c8c9] {
|
|
9224
9164
|
width: 100%;
|
|
9225
9165
|
height: 100%;
|
|
9226
9166
|
}.user-info-container[data-v-9e9aff53] {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
-
"
|
|
2
|
+
"on-vote": (...args: any[]) => void;
|
|
3
3
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
"
|
|
4
|
+
"onOn-vote"?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|