@ndscnj/roomkit-web-vue3 25.12.2316 → 25.12.2317
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/index/index.d.ts +17 -1
- package/es/components/RoomFooter/index/indexPC.vue.d.ts +10 -1
- package/es/components/RoomFooter/index/indexPC.vue.mjs +1 -1
- package/es/components/RoomFooter/index/indexPC.vue2.mjs +6 -1
- package/es/components/RoomFooter/voteControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/voteControl.vue.mjs +1 -1
- package/es/components/RoomFooter/voteControl.vue2.mjs +1 -1
- package/es/components/RoomSidebar/indexPC.vue.mjs +5 -5
- package/es/components/RoomVote/index.mjs +7 -0
- package/es/components/RoomVote/indexH5.vue.d.ts +6 -0
- package/es/components/RoomVote/indexH5.vue.mjs +7 -0
- package/es/components/RoomVote/indexH5.vue2.mjs +51 -0
- package/es/components/RoomVote/indexPC.vue.d.ts +2 -0
- package/es/components/RoomVote/indexPC.vue.mjs +7 -0
- package/es/components/RoomVote/indexPC.vue2.mjs +48 -0
- package/es/components/RoomVote/useRoomMoreHooks.mjs +43 -0
- package/es/conference.vue.d.ts +10 -1
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +7 -2
- package/es/index.mjs +170 -17
- package/lib/components/RoomFooter/index/index.d.ts +17 -1
- package/lib/components/RoomFooter/index/indexPC.vue.d.ts +10 -1
- package/lib/components/RoomFooter/index/indexPC.vue.js +1 -1
- package/lib/components/RoomFooter/index/indexPC.vue2.js +5 -0
- package/lib/components/RoomFooter/voteControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/voteControl.vue.js +1 -1
- package/lib/components/RoomFooter/voteControl.vue2.js +1 -1
- package/lib/components/RoomSidebar/indexPC.vue.js +6 -6
- package/lib/components/RoomVote/index.js +7 -0
- package/lib/components/RoomVote/indexH5.vue.d.ts +6 -0
- package/lib/components/RoomVote/indexH5.vue.js +7 -0
- package/lib/components/RoomVote/indexH5.vue2.js +51 -0
- package/lib/components/RoomVote/indexPC.vue.d.ts +2 -0
- package/lib/components/RoomVote/indexPC.vue.js +7 -0
- package/lib/components/RoomVote/indexPC.vue2.js +48 -0
- package/lib/components/RoomVote/useRoomMoreHooks.js +43 -0
- package/lib/conference.vue.d.ts +10 -1
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +6 -1
- package/lib/index.js +170 -17
- package/package.json +1 -1
- package/src/TUIRoom/components/RoomFooter/index/indexPC.vue +5 -1
- package/src/TUIRoom/components/RoomFooter/voteControl.vue +1 -1
- package/src/TUIRoom/components/RoomSidebar/indexPC.vue +1 -0
- package/src/TUIRoom/conference.vue +5 -1
|
@@ -2,5 +2,21 @@ declare const Index: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('v
|
|
|
2
2
|
"show-overlay": (...args: any[]) => void;
|
|
3
3
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
4
|
"onShow-overlay"?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> |
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | ({
|
|
6
|
+
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, {
|
|
7
|
+
P: {};
|
|
8
|
+
B: {};
|
|
9
|
+
D: {};
|
|
10
|
+
C: {};
|
|
11
|
+
M: {};
|
|
12
|
+
Defaults: {};
|
|
13
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
14
|
+
__isFragment?: never;
|
|
15
|
+
__isTeleport?: never;
|
|
16
|
+
__isSuspense?: never;
|
|
17
|
+
} & 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 () => {
|
|
18
|
+
$slots: {
|
|
19
|
+
content?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
}));
|
|
6
22
|
export default Index;
|
|
@@ -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
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./indexPC.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const indexPc = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const indexPc = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6b90d75f"]]);
|
|
5
5
|
export {
|
|
6
6
|
indexPc as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, createElementVNode, createBlock, createCommentVNode, unref, createVNode } from "vue";
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode, createBlock, createCommentVNode, unref, createVNode, withCtx, renderSlot } 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";
|
|
@@ -134,6 +134,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
134
134
|
createVNode(voteControl, {
|
|
135
135
|
class: "center-container-item",
|
|
136
136
|
onClick: _cache[10] || (_cache[10] = ($event) => handleControlClick("voteControl"))
|
|
137
|
+
}, {
|
|
138
|
+
content: withCtx(() => [
|
|
139
|
+
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
140
|
+
]),
|
|
141
|
+
_: 3
|
|
137
142
|
}),
|
|
138
143
|
createVNode(unref(MoreControl), {
|
|
139
144
|
class: "center-container-item",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
content?(_: {}): any;
|
|
3
3
|
};
|
|
4
4
|
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
5
|
"on-vote": (...args: any[]) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./voteControl.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const voteControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const voteControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e3b01383"]]);
|
|
5
5
|
export {
|
|
6
6
|
voteControl as default
|
|
7
7
|
};
|
|
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
_cache[1] || (_cache[1] = createTextVNode(" 测试 ", -1)),
|
|
50
50
|
!isSidebarOpen.value && showToolBox.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
51
51
|
_cache[0] || (_cache[0] = createTextVNode(" 123 ", -1)),
|
|
52
|
-
renderSlot(_ctx.$slots, "
|
|
52
|
+
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
53
53
|
])) : createCommentVNode("", true)
|
|
54
54
|
]);
|
|
55
55
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createVNode, unref, isRef, withCtx, createBlock, createCommentVNode } from "vue";
|
|
2
2
|
import Drawer from "../common/base/Drawer.vue.mjs";
|
|
3
3
|
import useSideBar from "./useSideBarHooks.mjs";
|
|
4
4
|
import index from "../ManageMember/index.mjs";
|
|
5
|
-
import Index$
|
|
5
|
+
import Index$2 from "../RoomMore/index.mjs";
|
|
6
|
+
import Index$1 from "../RoomVote/index.mjs";
|
|
6
7
|
import Index from "../Chat/index/index.mjs";
|
|
7
8
|
import AITranscription from "../common/widgets/AITools/AITranscription.vue.mjs";
|
|
8
9
|
const _hoisted_1 = { class: "sidebar-container" };
|
|
@@ -11,7 +12,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
11
12
|
setup(__props) {
|
|
12
13
|
const { isSidebarOpen, title, handleClose, sidebarName } = useSideBar();
|
|
13
14
|
return (_ctx, _cache) => {
|
|
14
|
-
const _component_room_vote = resolveComponent("room-vote");
|
|
15
15
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
16
16
|
createVNode(Drawer, {
|
|
17
17
|
modelValue: unref(isSidebarOpen),
|
|
@@ -23,8 +23,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
23
23
|
}, {
|
|
24
24
|
default: withCtx(() => [
|
|
25
25
|
unref(sidebarName) == "chat" ? (openBlock(), createBlock(unref(Index), { key: 0 })) : createCommentVNode("", true),
|
|
26
|
-
unref(sidebarName) == "vote" ? (openBlock(), createBlock(
|
|
27
|
-
unref(sidebarName) == "more" ? (openBlock(), createBlock(unref(Index$
|
|
26
|
+
unref(sidebarName) == "vote" ? (openBlock(), createBlock(unref(Index$1), { key: 1 })) : createCommentVNode("", true),
|
|
27
|
+
unref(sidebarName) == "more" ? (openBlock(), createBlock(unref(Index$2), { key: 2 })) : createCommentVNode("", true),
|
|
28
28
|
unref(sidebarName) == "manage-member" ? (openBlock(), createBlock(unref(index), { key: 3 })) : createCommentVNode("", true),
|
|
29
29
|
unref(sidebarName) == "aiTranscription" ? (openBlock(), createBlock(AITranscription, { key: 4 })) : createCommentVNode("", true)
|
|
30
30
|
]),
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
"on-close-contact": (...args: any[]) => void;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
"onOn-close-contact"?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode, withDirectives, toDisplayString, unref, createTextVNode, Fragment, renderList, createVNode } from "vue";
|
|
2
|
+
import useRoomMoreHooks from "./useRoomMoreHooks.mjs";
|
|
3
|
+
import { IconCopy } from "@tencentcloud/uikit-base-component-vue3";
|
|
4
|
+
import vTap from "../../directives/vTap.mjs";
|
|
5
|
+
const _hoisted_1 = { class: "contact-container-main" };
|
|
6
|
+
const _hoisted_2 = { class: "contact-title-main" };
|
|
7
|
+
const _hoisted_3 = { class: "cancel" };
|
|
8
|
+
const _hoisted_4 = { class: "contact-title" };
|
|
9
|
+
const _hoisted_5 = { class: "contact-content" };
|
|
10
|
+
const _hoisted_6 = { class: "contact-bottom" };
|
|
11
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
|
+
__name: "indexH5",
|
|
13
|
+
emits: ["on-close-contact"],
|
|
14
|
+
setup(__props, { emit: __emit }) {
|
|
15
|
+
const { t, onCopy, contactContentList } = useRoomMoreHooks();
|
|
16
|
+
const emit = __emit;
|
|
17
|
+
function handleCloseContact() {
|
|
18
|
+
emit("on-close-contact");
|
|
19
|
+
}
|
|
20
|
+
return (_ctx, _cache) => {
|
|
21
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
22
|
+
createElementVNode("div", _hoisted_2, [
|
|
23
|
+
createElementVNode("div", null, toDisplayString(unref(t)("Contact us")), 1),
|
|
24
|
+
withDirectives((openBlock(), createElementBlock("span", _hoisted_3, [
|
|
25
|
+
createTextVNode(toDisplayString(unref(t)("Cancel")), 1)
|
|
26
|
+
])), [
|
|
27
|
+
[unref(vTap), handleCloseContact]
|
|
28
|
+
])
|
|
29
|
+
]),
|
|
30
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(contactContentList), (item) => {
|
|
31
|
+
return openBlock(), createElementBlock("div", {
|
|
32
|
+
key: item.id,
|
|
33
|
+
class: "contact-content-main"
|
|
34
|
+
}, [
|
|
35
|
+
createElementVNode("span", _hoisted_4, toDisplayString(unref(t)(item.title)), 1),
|
|
36
|
+
createElementVNode("span", _hoisted_5, toDisplayString(item.content), 1),
|
|
37
|
+
withDirectives(createVNode(unref(IconCopy), { class: "copy" }, null, 512), [
|
|
38
|
+
[unref(vTap), () => unref(onCopy)(item.copyLink)]
|
|
39
|
+
])
|
|
40
|
+
]);
|
|
41
|
+
}), 128)),
|
|
42
|
+
createElementVNode("span", _hoisted_6, toDisplayString(unref(t)(
|
|
43
|
+
"If you have any questions, please feel free to join our QQ group or send an email"
|
|
44
|
+
)), 1)
|
|
45
|
+
]);
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
export {
|
|
50
|
+
_sfc_main as default
|
|
51
|
+
};
|
|
@@ -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,48 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, createVNode, unref, toDisplayString, withCtx, createTextVNode } from "vue";
|
|
2
|
+
import { IconEmail, TUIButton, IconCopy } from "@tencentcloud/uikit-base-component-vue3";
|
|
3
|
+
import useRoomMoreHooks from "./useRoomMoreHooks.mjs";
|
|
4
|
+
const _hoisted_1 = { class: "more-container" };
|
|
5
|
+
const _hoisted_2 = { class: "more-title" };
|
|
6
|
+
const _hoisted_3 = { class: "more-notice" };
|
|
7
|
+
const _hoisted_4 = {
|
|
8
|
+
key: 0,
|
|
9
|
+
class: "more-item"
|
|
10
|
+
};
|
|
11
|
+
const _hoisted_5 = { class: "item-title" };
|
|
12
|
+
const _hoisted_6 = { class: "more-item" };
|
|
13
|
+
const _hoisted_7 = { class: "item-title" };
|
|
14
|
+
const _hoisted_8 = { class: "more-content" };
|
|
15
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
16
|
+
__name: "indexPC",
|
|
17
|
+
setup(__props) {
|
|
18
|
+
const { t, onCopy, handleClick, email, isZH } = useRoomMoreHooks();
|
|
19
|
+
return (_ctx, _cache) => {
|
|
20
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
21
|
+
createElementVNode("div", _hoisted_2, [
|
|
22
|
+
createVNode(unref(IconEmail), { class: "email-icon" }),
|
|
23
|
+
createElementVNode("div", _hoisted_3, toDisplayString(unref(t)("If you have any questions, please email us.")), 1)
|
|
24
|
+
]),
|
|
25
|
+
unref(isZH) ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
26
|
+
createElementVNode("div", _hoisted_5, toDisplayString(unref(t)("Join our product discussion group")), 1),
|
|
27
|
+
createVNode(unref(TUIButton), { onClick: unref(handleClick) }, {
|
|
28
|
+
default: withCtx(() => [
|
|
29
|
+
createTextVNode(toDisplayString(unref(t)("Join now")), 1)
|
|
30
|
+
]),
|
|
31
|
+
_: 1
|
|
32
|
+
}, 8, ["onClick"])
|
|
33
|
+
])) : createCommentVNode("", true),
|
|
34
|
+
createElementVNode("div", _hoisted_6, [
|
|
35
|
+
createElementVNode("div", _hoisted_7, toDisplayString(unref(t)("Our email address")), 1),
|
|
36
|
+
createElementVNode("div", _hoisted_8, toDisplayString(unref(email)), 1),
|
|
37
|
+
createVNode(unref(IconCopy), {
|
|
38
|
+
class: "copy-icon",
|
|
39
|
+
onClick: _cache[0] || (_cache[0] = ($event) => unref(onCopy)(unref(email)))
|
|
40
|
+
})
|
|
41
|
+
])
|
|
42
|
+
]);
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
export {
|
|
47
|
+
_sfc_main as default
|
|
48
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { computed } from "vue";
|
|
2
|
+
import { TUIToast, TOAST_TYPE } from "@tencentcloud/uikit-base-component-vue3";
|
|
3
|
+
import i18n, { useI18n } from "../../locales/index.mjs";
|
|
4
|
+
import "../../utils/environment.mjs";
|
|
5
|
+
import { clipBoard } from "../../utils/adapter.mjs";
|
|
6
|
+
function useRoomMoreHooks() {
|
|
7
|
+
const { t } = useI18n();
|
|
8
|
+
const groupNumber = "770645461";
|
|
9
|
+
const email = "chaooliang@tencent.com";
|
|
10
|
+
async function onCopy(value) {
|
|
11
|
+
try {
|
|
12
|
+
await clipBoard(value);
|
|
13
|
+
TUIToast({
|
|
14
|
+
message: t("Copied successfully"),
|
|
15
|
+
type: TOAST_TYPE.SUCCESS
|
|
16
|
+
});
|
|
17
|
+
} catch (error) {
|
|
18
|
+
TUIToast({
|
|
19
|
+
message: t("Copied failure"),
|
|
20
|
+
type: TOAST_TYPE.ERROR
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
const isZH = computed(() => i18n.global.locale.value === "zh-CN");
|
|
25
|
+
const contactContentList = [
|
|
26
|
+
{ id: 1, title: "group chat", content: groupNumber, copyLink: groupNumber },
|
|
27
|
+
{ id: 2, title: "Email", content: email, copyLink: email }
|
|
28
|
+
];
|
|
29
|
+
const handleClick = () => {
|
|
30
|
+
window.open("https://zhiliao.qq.com/s/c5GY7HIM62CK", "_blank");
|
|
31
|
+
};
|
|
32
|
+
return {
|
|
33
|
+
t,
|
|
34
|
+
onCopy,
|
|
35
|
+
contactContentList,
|
|
36
|
+
email,
|
|
37
|
+
handleClick,
|
|
38
|
+
isZH
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
export {
|
|
42
|
+
useRoomMoreHooks as default
|
|
43
|
+
};
|
package/es/conference.vue.d.ts
CHANGED
|
@@ -14,7 +14,10 @@ declare function enterRoom(options: {
|
|
|
14
14
|
roomParam?: RoomParam;
|
|
15
15
|
}): Promise<void>;
|
|
16
16
|
declare function resetStore(): void;
|
|
17
|
-
declare
|
|
17
|
+
declare function __VLS_template(): {
|
|
18
|
+
content?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
21
|
displayMode: "permanent" | "wake-up";
|
|
19
22
|
}>, {
|
|
20
23
|
displayMode: string;
|
|
@@ -53,6 +56,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
56
|
}>, {
|
|
54
57
|
displayMode: "permanent" | "wake-up";
|
|
55
58
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
56
60
|
export default _default;
|
|
57
61
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
62
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -71,3 +75,8 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
71
75
|
type __VLS_Prettify<T> = {
|
|
72
76
|
[K in keyof T]: T[K];
|
|
73
77
|
} & {};
|
|
78
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
79
|
+
new (): {
|
|
80
|
+
$slots: S;
|
|
81
|
+
};
|
|
82
|
+
};
|
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-d9ae22c4"]]);
|
|
6
6
|
export {
|
|
7
7
|
ConferenceMainView as default
|
|
8
8
|
};
|
package/es/conference.vue2.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, onMounted, onUnmounted, watch, createElementBlock, createCommentVNode, openBlock, normalizeClass, withDirectives, createVNode, createBlock, unref, vShow } from "vue";
|
|
1
|
+
import { defineComponent, ref, computed, onMounted, onUnmounted, watch, createElementBlock, createCommentVNode, openBlock, normalizeClass, withDirectives, createVNode, createBlock, unref, vShow, withCtx, renderSlot } from "vue";
|
|
2
2
|
import index from "./components/RoomHeader/index/index.mjs";
|
|
3
3
|
import Index from "./components/RoomFooter/index/index.mjs";
|
|
4
4
|
import Index$1 from "./components/RoomSidebar/index.mjs";
|
|
@@ -273,7 +273,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
273
273
|
class: "footer",
|
|
274
274
|
onShowOverlay: handleShowOverlay,
|
|
275
275
|
onOnVote: onVote
|
|
276
|
-
},
|
|
276
|
+
}, {
|
|
277
|
+
content: withCtx(() => [
|
|
278
|
+
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
279
|
+
]),
|
|
280
|
+
_: 3
|
|
281
|
+
}, 512), [
|
|
277
282
|
[vShow, unref(showRoomTool)]
|
|
278
283
|
]),
|
|
279
284
|
createVNode(unref(Index$1)),
|
package/es/index.mjs
CHANGED
|
@@ -3928,17 +3928,17 @@ to {
|
|
|
3928
3928
|
}
|
|
3929
3929
|
.footer .mirror-container .mirror-text[data-v-21a63691] {
|
|
3930
3930
|
margin-left: 4px;
|
|
3931
|
-
}.more-container[data-v-
|
|
3931
|
+
}.more-container[data-v-e3b01383] {
|
|
3932
3932
|
padding: 20px;
|
|
3933
3933
|
}
|
|
3934
|
-
.more-container .more-title[data-v-
|
|
3934
|
+
.more-container .more-title[data-v-e3b01383] {
|
|
3935
3935
|
display: flex;
|
|
3936
3936
|
align-items: center;
|
|
3937
3937
|
}
|
|
3938
|
-
.more-container .more-title .email-icon[data-v-
|
|
3938
|
+
.more-container .more-title .email-icon[data-v-e3b01383] {
|
|
3939
3939
|
color: var(--uikit-color-gray-7);
|
|
3940
3940
|
}
|
|
3941
|
-
.more-container .more-title .more-notice[data-v-
|
|
3941
|
+
.more-container .more-title .more-notice[data-v-e3b01383] {
|
|
3942
3942
|
width: 100%;
|
|
3943
3943
|
height: 22px;
|
|
3944
3944
|
padding-left: 8px;
|
|
@@ -3946,7 +3946,7 @@ to {
|
|
|
3946
3946
|
font-weight: 400;
|
|
3947
3947
|
line-height: 22px;
|
|
3948
3948
|
color: var(--text-color-primary);
|
|
3949
|
-
}.footer-container[data-v-
|
|
3949
|
+
}.footer-container[data-v-6b90d75f] {
|
|
3950
3950
|
position: absolute;
|
|
3951
3951
|
bottom: 0;
|
|
3952
3952
|
display: flex;
|
|
@@ -3960,25 +3960,25 @@ to {
|
|
|
3960
3960
|
background-color: var(--bg-color-topbar);
|
|
3961
3961
|
box-shadow: 0 -8px 30px var(--uikit-color-black-8);
|
|
3962
3962
|
}
|
|
3963
|
-
.footer-container .left-container[data-v-
|
|
3963
|
+
.footer-container .left-container[data-v-6b90d75f] {
|
|
3964
3964
|
display: flex;
|
|
3965
3965
|
align-items: center;
|
|
3966
3966
|
height: 100%;
|
|
3967
3967
|
}
|
|
3968
|
-
.footer-container .left-container .left-container-item[data-v-
|
|
3968
|
+
.footer-container .left-container .left-container-item[data-v-6b90d75f]:not(:first-child) {
|
|
3969
3969
|
margin-left: 1rem;
|
|
3970
3970
|
}
|
|
3971
|
-
.footer-container .center-container[data-v-
|
|
3971
|
+
.footer-container .center-container[data-v-6b90d75f] {
|
|
3972
3972
|
position: relative;
|
|
3973
3973
|
display: flex;
|
|
3974
3974
|
align-items: center;
|
|
3975
3975
|
height: 100%;
|
|
3976
3976
|
margin: 0 auto;
|
|
3977
3977
|
}
|
|
3978
|
-
.footer-container .center-container .center-container-item[data-v-
|
|
3978
|
+
.footer-container .center-container .center-container-item[data-v-6b90d75f]:not(:first-child) {
|
|
3979
3979
|
margin-left: 16px;
|
|
3980
3980
|
}
|
|
3981
|
-
.footer-container .right-container[data-v-
|
|
3981
|
+
.footer-container .right-container[data-v-6b90d75f] {
|
|
3982
3982
|
display: flex;
|
|
3983
3983
|
align-items: center;
|
|
3984
3984
|
height: 100%;
|
|
@@ -4966,6 +4966,159 @@ to {
|
|
|
4966
4966
|
right: 0;
|
|
4967
4967
|
z-index: 101;
|
|
4968
4968
|
height: 100%;
|
|
4969
|
+
}span[data-v-939000cb] {
|
|
4970
|
+
padding-right: 5px;
|
|
4971
|
+
font-size: 12px;
|
|
4972
|
+
font-weight: 500;
|
|
4973
|
+
line-height: 17px;
|
|
4974
|
+
}
|
|
4975
|
+
.contact-container-main[data-v-939000cb] {
|
|
4976
|
+
position: fixed;
|
|
4977
|
+
bottom: 0;
|
|
4978
|
+
display: flex;
|
|
4979
|
+
flex-direction: column;
|
|
4980
|
+
width: 100%;
|
|
4981
|
+
padding-bottom: 4vh;
|
|
4982
|
+
border-radius: 15px 15px 0 0;
|
|
4983
|
+
animation-name: popup-939000cb;
|
|
4984
|
+
animation-duration: 200ms;
|
|
4985
|
+
background-color: var(--bg-color-operate);
|
|
4986
|
+
}
|
|
4987
|
+
@keyframes popup-939000cb {
|
|
4988
|
+
from {
|
|
4989
|
+
transform: scaleY(0);
|
|
4990
|
+
transform-origin: bottom;
|
|
4991
|
+
}
|
|
4992
|
+
to {
|
|
4993
|
+
transform: scaleY(1);
|
|
4994
|
+
transform-origin: bottom;
|
|
4995
|
+
}
|
|
4996
|
+
}
|
|
4997
|
+
.contact-container-main .contact-title-main[data-v-939000cb] {
|
|
4998
|
+
display: flex;
|
|
4999
|
+
flex-direction: row;
|
|
5000
|
+
align-items: center;
|
|
5001
|
+
padding: 30px 0 20px 25px;
|
|
5002
|
+
font-family: "PingFang SC";
|
|
5003
|
+
font-size: 20px;
|
|
5004
|
+
font-style: normal;
|
|
5005
|
+
font-weight: 500;
|
|
5006
|
+
line-height: 24px;
|
|
5007
|
+
color: var(--text-color-primary);
|
|
5008
|
+
}
|
|
5009
|
+
.contact-container-main .contact-content-main[data-v-939000cb] {
|
|
5010
|
+
display: flex;
|
|
5011
|
+
flex-direction: row;
|
|
5012
|
+
align-items: center;
|
|
5013
|
+
width: 90%;
|
|
5014
|
+
height: 15%;
|
|
5015
|
+
padding: 0 0 0 25px;
|
|
5016
|
+
margin-bottom: 10px;
|
|
5017
|
+
}
|
|
5018
|
+
.contact-container-main .contact-title[data-v-939000cb],
|
|
5019
|
+
.contact-container-main .contact-content[data-v-939000cb] {
|
|
5020
|
+
width: 28%;
|
|
5021
|
+
font-family: "PingFang SC";
|
|
5022
|
+
font-size: 14px;
|
|
5023
|
+
font-style: normal;
|
|
5024
|
+
font-weight: 400;
|
|
5025
|
+
line-height: 20px;
|
|
5026
|
+
white-space: nowrap;
|
|
5027
|
+
color: var(--text-color-primary);
|
|
5028
|
+
}
|
|
5029
|
+
.contact-container-main .contact-content[data-v-939000cb] {
|
|
5030
|
+
width: 62%;
|
|
5031
|
+
overflow: hidden;
|
|
5032
|
+
font-size: 14px;
|
|
5033
|
+
text-overflow: ellipsis;
|
|
5034
|
+
white-space: nowrap;
|
|
5035
|
+
color: var(--text-color-secondary);
|
|
5036
|
+
}
|
|
5037
|
+
.contact-container-main .contact-bottom[data-v-939000cb] {
|
|
5038
|
+
width: 90%;
|
|
5039
|
+
padding-left: 40px;
|
|
5040
|
+
font-family: "PingFang SC";
|
|
5041
|
+
font-size: 12px;
|
|
5042
|
+
font-style: normal;
|
|
5043
|
+
font-weight: 400;
|
|
5044
|
+
line-height: 17px;
|
|
5045
|
+
text-align: center;
|
|
5046
|
+
color: var(--text-color-secondary);
|
|
5047
|
+
}
|
|
5048
|
+
.contact-container-main .copy[data-v-939000cb] {
|
|
5049
|
+
margin-left: 30px;
|
|
5050
|
+
color: var(--text-color-link);
|
|
5051
|
+
}
|
|
5052
|
+
.cancel[data-v-939000cb] {
|
|
5053
|
+
flex: 1;
|
|
5054
|
+
padding-right: 30px;
|
|
5055
|
+
font-size: 16px;
|
|
5056
|
+
font-weight: 400;
|
|
5057
|
+
text-align: end;
|
|
5058
|
+
}.more-container[data-v-17479e8d] {
|
|
5059
|
+
padding: 20px;
|
|
5060
|
+
}
|
|
5061
|
+
.more-container .more-title[data-v-17479e8d] {
|
|
5062
|
+
display: flex;
|
|
5063
|
+
align-items: center;
|
|
5064
|
+
}
|
|
5065
|
+
.more-container .more-title .email-icon[data-v-17479e8d] {
|
|
5066
|
+
color: var(--uikit-color-gray-7);
|
|
5067
|
+
}
|
|
5068
|
+
.more-container .more-title .more-notice[data-v-17479e8d] {
|
|
5069
|
+
width: 100%;
|
|
5070
|
+
height: 22px;
|
|
5071
|
+
padding-left: 8px;
|
|
5072
|
+
font-size: 14px;
|
|
5073
|
+
font-weight: 400;
|
|
5074
|
+
line-height: 22px;
|
|
5075
|
+
color: var(--text-color-primary);
|
|
5076
|
+
}
|
|
5077
|
+
.more-container .more-item[data-v-17479e8d] {
|
|
5078
|
+
position: relative;
|
|
5079
|
+
display: flex;
|
|
5080
|
+
flex-direction: column;
|
|
5081
|
+
}
|
|
5082
|
+
.more-container .more-item[data-v-17479e8d]:not(:first-child) {
|
|
5083
|
+
margin-top: 20px;
|
|
5084
|
+
}
|
|
5085
|
+
.more-container .more-item:not(:first-child) .item-title[data-v-17479e8d] {
|
|
5086
|
+
width: 100%;
|
|
5087
|
+
padding-bottom: 8px;
|
|
5088
|
+
font-size: 14px;
|
|
5089
|
+
font-weight: 400;
|
|
5090
|
+
line-height: 22px;
|
|
5091
|
+
color: var(--text-color-primary);
|
|
5092
|
+
}
|
|
5093
|
+
.more-container .more-item:not(:first-child) .more-content[data-v-17479e8d] {
|
|
5094
|
+
position: relative;
|
|
5095
|
+
box-sizing: border-box;
|
|
5096
|
+
display: inline-block;
|
|
5097
|
+
flex: 1;
|
|
5098
|
+
height: 42px;
|
|
5099
|
+
padding: 10px 30px 10px 16px;
|
|
5100
|
+
overflow: hidden;
|
|
5101
|
+
font-size: 14px;
|
|
5102
|
+
font-weight: 500;
|
|
5103
|
+
line-height: 22px;
|
|
5104
|
+
text-overflow: ellipsis;
|
|
5105
|
+
white-space: nowrap;
|
|
5106
|
+
border-radius: 8px;
|
|
5107
|
+
outline: none;
|
|
5108
|
+
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
5109
|
+
color: var(--text-color-primary);
|
|
5110
|
+
background-color: var(--bg-color-input);
|
|
5111
|
+
border: 1px solid var(--stroke-color-module);
|
|
5112
|
+
}
|
|
5113
|
+
.more-container .more-item:not(:first-child) .copy-icon[data-v-17479e8d] {
|
|
5114
|
+
position: absolute;
|
|
5115
|
+
top: 45px;
|
|
5116
|
+
right: 10px;
|
|
5117
|
+
display: flex;
|
|
5118
|
+
align-items: center;
|
|
5119
|
+
justify-content: center;
|
|
5120
|
+
cursor: pointer;
|
|
5121
|
+
color: var(--text-color-link);
|
|
4969
5122
|
}.conversation[data-v-b897add1] {
|
|
4970
5123
|
height: 100%;
|
|
4971
5124
|
padding: 20px;
|
|
@@ -8995,7 +9148,7 @@ body, html {
|
|
|
8995
9148
|
}
|
|
8996
9149
|
.tui-room :not([class|=el]) {
|
|
8997
9150
|
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
|
|
8998
|
-
}.tui-room[data-v-
|
|
9151
|
+
}.tui-room[data-v-d9ae22c4] {
|
|
8999
9152
|
position: relative;
|
|
9000
9153
|
display: flex;
|
|
9001
9154
|
flex-direction: column;
|
|
@@ -9007,7 +9160,7 @@ body, html {
|
|
|
9007
9160
|
text-align: left;
|
|
9008
9161
|
background-color: var(--bg-color-topbar);
|
|
9009
9162
|
}
|
|
9010
|
-
.tui-room .header[data-v-
|
|
9163
|
+
.tui-room .header[data-v-d9ae22c4] {
|
|
9011
9164
|
position: absolute;
|
|
9012
9165
|
top: 0;
|
|
9013
9166
|
left: 0;
|
|
@@ -9018,20 +9171,20 @@ body, html {
|
|
|
9018
9171
|
border-bottom: 1px solid var(--stroke-color-primary);
|
|
9019
9172
|
box-shadow: 0 1px 0 var(--uikit-color-black-8);
|
|
9020
9173
|
}
|
|
9021
|
-
.tui-room .content[data-v-
|
|
9174
|
+
.tui-room .content[data-v-d9ae22c4] {
|
|
9022
9175
|
position: absolute;
|
|
9023
9176
|
top: 0;
|
|
9024
9177
|
width: 100%;
|
|
9025
9178
|
height: 100%;
|
|
9026
9179
|
background-color: var(--bg-color-topbar);
|
|
9027
9180
|
}
|
|
9028
|
-
.tui-room.tui-room-h5[data-v-
|
|
9181
|
+
.tui-room.tui-room-h5[data-v-d9ae22c4] {
|
|
9029
9182
|
width: 100%;
|
|
9030
9183
|
min-width: 350px;
|
|
9031
9184
|
height: 100%;
|
|
9032
9185
|
min-height: 525px;
|
|
9033
9186
|
}
|
|
9034
|
-
#roomContainer.chat-room[data-v-
|
|
9187
|
+
#roomContainer.chat-room[data-v-d9ae22c4] {
|
|
9035
9188
|
position: absolute;
|
|
9036
9189
|
top: 0;
|
|
9037
9190
|
right: 0;
|
|
@@ -9043,8 +9196,8 @@ body, html {
|
|
|
9043
9196
|
margin: auto;
|
|
9044
9197
|
border-radius: 10px;
|
|
9045
9198
|
}
|
|
9046
|
-
#roomContainer.tui-room-h5[data-v-
|
|
9047
|
-
#roomContainer .chat-room[data-v-
|
|
9199
|
+
#roomContainer.tui-room-h5[data-v-d9ae22c4],
|
|
9200
|
+
#roomContainer .chat-room[data-v-d9ae22c4] {
|
|
9048
9201
|
width: 100%;
|
|
9049
9202
|
height: 100%;
|
|
9050
9203
|
}.user-info-container[data-v-9e9aff53] {
|