@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
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const MoreControlH5_vue_vue_type_script_setup_true_lang = require("./MoreControlH5.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const MoreControlH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(MoreControlH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const MoreControlH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(MoreControlH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-2d633075"]]);
|
|
7
7
|
exports.default = MoreControlH5;
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const Vue = require("vue");
|
|
4
|
+
const voteIcon = require("../../../assets/imgs/vote-icon.png.js");
|
|
4
5
|
const uikitBaseComponentVue3 = require("@tencentcloud/uikit-base-component-vue3");
|
|
5
6
|
const IconButton = require("../../common/base/IconButton.vue.js");
|
|
6
7
|
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
8
|
require("../../../services/main.js");
|
|
14
9
|
const roomService = require("../../../services/roomService.js");
|
|
15
10
|
require("../../../locales/index.js");
|
|
@@ -22,83 +17,44 @@ const _hoisted_1 = {
|
|
|
22
17
|
key: 0,
|
|
23
18
|
class: "more-control-container"
|
|
24
19
|
};
|
|
25
|
-
const _hoisted_2 = { class: "control-compent" };
|
|
26
|
-
const _hoisted_3 = { class: "close" };
|
|
27
20
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
28
21
|
__name: "MoreControlH5",
|
|
29
|
-
emits: ["
|
|
22
|
+
emits: ["on-vote"],
|
|
30
23
|
setup(__props, { emit: __emit }) {
|
|
31
24
|
const moreControlConfig = roomService.roomService.getComponentConfig("MoreControl");
|
|
32
|
-
const
|
|
33
|
-
const moreContentRef = Vue.ref();
|
|
34
|
-
const { t, sidebarName } = useMoreControlHooks.default();
|
|
35
|
-
const roomStore = room.useRoomStore();
|
|
25
|
+
const { t, basicStore, sidebarName } = useMoreControlHooks.default();
|
|
36
26
|
const emit = __emit;
|
|
37
|
-
function
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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;
|
|
27
|
+
function toggleMoreSidebar() {
|
|
28
|
+
if (basicStore.setSidebarOpenStatus && basicStore.sidebarName === "vote") {
|
|
29
|
+
basicStore.setSidebarOpenStatus(false);
|
|
30
|
+
basicStore.setSidebarName("");
|
|
31
|
+
return;
|
|
53
32
|
}
|
|
33
|
+
basicStore.setSidebarOpenStatus(true);
|
|
34
|
+
basicStore.setSidebarName("vote");
|
|
35
|
+
emit("on-vote", {
|
|
36
|
+
name: "onVote",
|
|
37
|
+
visible: basicStore.isSidebarOpen
|
|
38
|
+
});
|
|
54
39
|
}
|
|
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
40
|
return (_ctx, _cache) => {
|
|
62
|
-
return Vue.openBlock(), Vue.createElementBlock("div",
|
|
63
|
-
Vue.
|
|
64
|
-
Vue.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
]
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
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
|
-
})
|
|
41
|
+
return Vue.unref(moreControlConfig).visible ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
42
|
+
Vue.createVNode(IconButton.default, {
|
|
43
|
+
"is-active": Vue.unref(sidebarName) === "vote",
|
|
44
|
+
title: Vue.unref(t)("Vote"),
|
|
45
|
+
onClickIcon: toggleMoreSidebar
|
|
46
|
+
}, {
|
|
47
|
+
default: Vue.withCtx(() => [
|
|
48
|
+
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconMore), { size: "24" }),
|
|
49
|
+
_cache[0] || (_cache[0] = Vue.createElementVNode("img", {
|
|
50
|
+
class: "ndsc-img-box",
|
|
51
|
+
src: voteIcon.default,
|
|
52
|
+
alt: ""
|
|
53
|
+
}, null, -1))
|
|
94
54
|
]),
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
[Vue.unref(vTap.default), handleCancelControl]
|
|
99
|
-
])
|
|
100
|
-
], 512)) : Vue.createCommentVNode("", true)
|
|
101
|
-
]);
|
|
55
|
+
_: 1
|
|
56
|
+
}, 8, ["is-active", "title"])
|
|
57
|
+
])) : Vue.createCommentVNode("", true);
|
|
102
58
|
};
|
|
103
59
|
}
|
|
104
60
|
});
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const MoreControlPC_vue_vue_type_script_setup_true_lang = require("./MoreControlPC.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const MoreControlPc = /* @__PURE__ */ _pluginVue_exportHelper.default(MoreControlPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const MoreControlPc = /* @__PURE__ */ _pluginVue_exportHelper.default(MoreControlPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-9e42a812"]]);
|
|
7
7
|
exports.default = MoreControlPc;
|
|
@@ -45,16 +45,15 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
45
45
|
onClickIcon: toggleMoreSidebar
|
|
46
46
|
}, {
|
|
47
47
|
default: Vue.withCtx(() => [
|
|
48
|
-
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconMore), { size: "24" })
|
|
48
|
+
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconMore), { size: "24" }),
|
|
49
|
+
_cache[0] || (_cache[0] = Vue.createElementVNode("img", {
|
|
50
|
+
class: "ndsc-img-box",
|
|
51
|
+
src: voteIcon.default,
|
|
52
|
+
alt: ""
|
|
53
|
+
}, null, -1))
|
|
49
54
|
]),
|
|
50
55
|
_: 1
|
|
51
|
-
}, 8, ["is-active", "title"])
|
|
52
|
-
_cache[0] || (_cache[0] = Vue.createElementVNode("img", {
|
|
53
|
-
class: "ndsc-img-box",
|
|
54
|
-
src: voteIcon.default,
|
|
55
|
-
alt: "",
|
|
56
|
-
click: "toggleMoreSidebar"
|
|
57
|
-
}, null, -1))
|
|
56
|
+
}, 8, ["is-active", "title"])
|
|
58
57
|
])) : Vue.createCommentVNode("", true);
|
|
59
58
|
};
|
|
60
59
|
}
|
|
@@ -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
|
-
};
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const indexH5_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 indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-f3bbac91"]]);
|
|
7
7
|
exports.default = indexH5;
|
|
@@ -91,7 +91,6 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
91
91
|
!Vue.unref(roomStore).isSpeakAfterTakingSeatMode ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(ChatControl_vue_vue_type_script_setup_true_lang.default, { key: 2 }, null, 512)), [
|
|
92
92
|
[Vue.unref(vTap.default), () => handleControlClick("chatControl")]
|
|
93
93
|
]) : Vue.createCommentVNode("", true),
|
|
94
|
-
Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true),
|
|
95
94
|
Vue.createVNode(AIControl.default, {
|
|
96
95
|
onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("AIControl"))
|
|
97
96
|
}),
|
|
@@ -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>>;
|
|
@@ -29,6 +29,9 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
29
29
|
content: Vue.withCtx(() => [
|
|
30
30
|
Vue.renderSlot(_ctx.$slots, "content")
|
|
31
31
|
]),
|
|
32
|
+
contentH5: Vue.withCtx(() => [
|
|
33
|
+
Vue.renderSlot(_ctx.$slots, "contentH5")
|
|
34
|
+
]),
|
|
32
35
|
_: 3
|
|
33
36
|
})) : Vue.createCommentVNode("", true),
|
|
34
37
|
Vue.unref(sidebarName) == "more" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$2.default), { key: 2 })) : Vue.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>>;
|
|
@@ -4,11 +4,11 @@ const Vue = require("vue");
|
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
6
|
const _sfc_main = {};
|
|
7
|
-
const _hoisted_1 = { class: "
|
|
7
|
+
const _hoisted_1 = { class: "more-container" };
|
|
8
8
|
function _sfc_render(_ctx, _cache) {
|
|
9
9
|
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
10
|
-
Vue.renderSlot(_ctx.$slots, "
|
|
10
|
+
Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
|
|
11
11
|
]);
|
|
12
12
|
}
|
|
13
|
-
const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
13
|
+
const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6c9f3c67"]]);
|
|
14
14
|
exports.default = indexH5;
|
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-5135c8c9"]]);
|
|
8
8
|
exports.default = ConferenceMainView;
|
package/lib/conference.vue2.js
CHANGED
|
@@ -276,21 +276,16 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
276
276
|
class: "footer",
|
|
277
277
|
onShowOverlay: handleShowOverlay,
|
|
278
278
|
onOnVote: onVote
|
|
279
|
-
},
|
|
280
|
-
content: Vue.withCtx(() => [
|
|
281
|
-
Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
282
|
-
]),
|
|
283
|
-
contentH5: Vue.withCtx(() => [
|
|
284
|
-
Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
|
|
285
|
-
]),
|
|
286
|
-
_: 3
|
|
287
|
-
}, 512), [
|
|
279
|
+
}, null, 512), [
|
|
288
280
|
[Vue.vShow, Vue.unref(showRoomTool)]
|
|
289
281
|
]),
|
|
290
282
|
Vue.createVNode(Vue.unref(index$3.default), { onOnVote: onVote }, {
|
|
291
283
|
content: Vue.withCtx(() => [
|
|
292
284
|
Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
|
293
285
|
]),
|
|
286
|
+
contentH5: Vue.withCtx(() => [
|
|
287
|
+
Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
|
|
288
|
+
]),
|
|
294
289
|
_: 3
|
|
295
290
|
}),
|
|
296
291
|
Vue.createVNode(index$4.default),
|
package/lib/index.js
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] {
|