@ndscnj/roomkit-web-vue3 25.12.2415 → 25.12.2417

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.
Files changed (92) hide show
  1. package/es/assets/imgs/vote-icon.png.mjs +4 -0
  2. package/es/components/RoomFooter/VoteControl/MoreControlH5.vue.mjs +7 -0
  3. package/es/components/RoomFooter/VoteControl/MoreControlH5.vue2.mjs +59 -0
  4. package/es/components/RoomFooter/VoteControl/MoreControlPC.vue.mjs +7 -0
  5. package/es/components/RoomFooter/VoteControl/MoreControlPC.vue2.mjs +59 -0
  6. package/es/components/RoomFooter/VoteControl/index.d.ts +6 -0
  7. package/es/components/RoomFooter/VoteControl/index.mjs +7 -0
  8. package/es/components/RoomFooter/VoteControl/useMoreControlHooks.mjs +24 -0
  9. package/es/components/RoomFooter/index/index.d.ts +31 -4
  10. package/es/components/RoomFooter/index/indexH5.vue.d.ts +12 -1
  11. package/es/components/RoomFooter/index/indexH5.vue.mjs +1 -1
  12. package/es/components/RoomFooter/index/indexH5.vue2.mjs +20 -5
  13. package/es/components/RoomFooter/index/indexPC.vue.mjs +1 -1
  14. package/es/components/RoomFooter/index/indexPC.vue2.mjs +4 -4
  15. package/es/components/RoomSidebar/index.d.ts +17 -1
  16. package/es/components/RoomSidebar/indexH5.vue.d.ts +10 -1
  17. package/es/components/RoomSidebar/indexH5.vue.mjs +1 -1
  18. package/es/components/RoomSidebar/indexH5.vue2.mjs +10 -3
  19. package/es/components/RoomSidebar/indexPC.vue.d.ts +10 -1
  20. package/es/components/RoomSidebar/indexPC.vue.mjs +8 -3
  21. package/es/components/RoomVote/index.d.ts +2 -6
  22. package/es/components/RoomVote/indexH5.vue.d.ts +10 -5
  23. package/es/components/RoomVote/indexH5.vue.mjs +9 -2
  24. package/es/components/RoomVote/indexPC.vue.mjs +9 -2
  25. package/es/conference.vue.mjs +1 -1
  26. package/es/conference.vue2.mjs +5 -5
  27. package/es/index.mjs +76 -105
  28. package/lib/assets/imgs/vote-icon.png.js +4 -0
  29. package/lib/components/Chat/index/indexH5.vue.js +1 -1
  30. package/lib/components/Chat/index/indexPC.vue.js +1 -1
  31. package/lib/components/ManageMember/MemberItem/indexH5.vue.js +1 -1
  32. package/lib/components/ManageMember/MemberItem/indexPC.vue.js +1 -1
  33. package/lib/components/ManageMember/indexH5.vue.js +1 -1
  34. package/lib/components/ManageMember/indexPC.vue.js +1 -1
  35. package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue.d.ts +6 -0
  36. package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue.js +7 -0
  37. package/lib/components/RoomFooter/VoteControl/MoreControlH5.vue2.js +59 -0
  38. package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue.d.ts +6 -0
  39. package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue.js +7 -0
  40. package/lib/components/RoomFooter/VoteControl/MoreControlPC.vue2.js +59 -0
  41. package/lib/components/RoomFooter/VoteControl/index.d.ts +6 -0
  42. package/lib/components/RoomFooter/VoteControl/index.js +7 -0
  43. package/lib/components/RoomFooter/VoteControl/useMoreControlHooks.js +24 -0
  44. package/lib/components/RoomFooter/index/index.d.ts +31 -4
  45. package/lib/components/RoomFooter/index/indexH5.vue.d.ts +12 -1
  46. package/lib/components/RoomFooter/index/indexH5.vue.js +2 -2
  47. package/lib/components/RoomFooter/index/indexH5.vue2.js +19 -4
  48. package/lib/components/RoomFooter/index/indexPC.vue.js +2 -2
  49. package/lib/components/RoomFooter/index/indexPC.vue2.js +6 -6
  50. package/lib/components/RoomInvite/indexH5.vue.js +1 -1
  51. package/lib/components/RoomInvite/indexPC.vue.js +1 -1
  52. package/lib/components/RoomMore/indexH5.vue.js +1 -1
  53. package/lib/components/RoomMore/indexPC.vue.js +1 -1
  54. package/lib/components/RoomSidebar/index.d.ts +17 -1
  55. package/lib/components/RoomSidebar/indexH5.vue.d.ts +10 -1
  56. package/lib/components/RoomSidebar/indexH5.vue.js +2 -2
  57. package/lib/components/RoomSidebar/indexH5.vue2.js +9 -2
  58. package/lib/components/RoomSidebar/indexPC.vue.d.ts +10 -1
  59. package/lib/components/RoomSidebar/indexPC.vue.js +7 -2
  60. package/lib/components/RoomVote/index.d.ts +2 -6
  61. package/lib/components/RoomVote/indexH5.vue.d.ts +10 -5
  62. package/lib/components/RoomVote/indexH5.vue.js +9 -2
  63. package/lib/components/RoomVote/indexPC.vue.js +9 -2
  64. package/lib/conference.vue.js +1 -1
  65. package/lib/conference.vue2.js +5 -5
  66. package/lib/index.js +76 -105
  67. package/package.json +1 -1
  68. package/src/TUIRoom/assets/imgs/vote-icon.png +0 -0
  69. package/src/TUIRoom/components/RoomFooter/VoteControl/MoreControlH5.vue +40 -0
  70. package/src/TUIRoom/components/RoomFooter/VoteControl/MoreControlPC.vue +40 -0
  71. package/src/TUIRoom/components/RoomFooter/VoteControl/index.ts +8 -0
  72. package/src/TUIRoom/components/RoomFooter/VoteControl/useMoreControlHooks.ts +24 -0
  73. package/src/TUIRoom/components/RoomFooter/index/indexH5.vue +15 -2
  74. package/src/TUIRoom/components/RoomFooter/index/indexPC.vue +1 -1
  75. package/src/TUIRoom/components/RoomFooter/voteControl.vue +6 -0
  76. package/src/TUIRoom/components/RoomSidebar/indexH5.vue +5 -0
  77. package/src/TUIRoom/components/RoomSidebar/indexPC.vue +5 -1
  78. package/src/TUIRoom/components/RoomVote/indexH5.vue +61 -118
  79. package/src/TUIRoom/components/RoomVote/indexPC.vue +1 -26
  80. package/src/TUIRoom/conference.vue +5 -4
  81. package/es/components/RoomFooter/voteControl.vue.mjs +0 -7
  82. package/es/components/RoomFooter/voteControl.vue2.mjs +0 -48
  83. package/es/components/RoomVote/indexH5.vue2.mjs +0 -51
  84. package/es/components/RoomVote/indexPC.vue2.mjs +0 -52
  85. package/es/components/RoomVote/useRoomMoreHooks.mjs +0 -43
  86. package/lib/components/RoomFooter/voteControl.vue.js +0 -7
  87. package/lib/components/RoomFooter/voteControl.vue2.js +0 -48
  88. package/lib/components/RoomVote/indexH5.vue2.js +0 -51
  89. package/lib/components/RoomVote/indexPC.vue2.js +0 -52
  90. package/lib/components/RoomVote/useRoomMoreHooks.js +0 -43
  91. /package/es/components/RoomFooter/{voteControl.vue.d.ts → VoteControl/MoreControlH5.vue.d.ts} +0 -0
  92. /package/{lib/components/RoomFooter/voteControl.vue.d.ts → es/components/RoomFooter/VoteControl/MoreControlPC.vue.d.ts} +0 -0
@@ -57,17 +57,22 @@ const ManageMemberControl_vue_vue_type_script_setup_true_lang = require("../Mana
57
57
  const ChatControl_vue_vue_type_script_setup_true_lang = require("../ChatControl.vue.js");
58
58
  const ManageStageControl_vue_vue_type_script_setup_true_lang = require("../ManageStageControl.vue.js");
59
59
  const MemberApplyControl = require("../ApplyControl/MemberApplyControl.vue.js");
60
- const index$1 = require("../MoreControl/index.js");
60
+ const index$2 = require("../MoreControl/index.js");
61
61
  const AIControl = require("../AIControl.vue.js");
62
+ const index$1 = require("../VoteControl/index.js");
62
63
  const useMitt = require("../../../hooks/useMitt.js");
63
64
  const useRoomFooterHooks = require("./useRoomFooterHooks.js");
64
65
  const _hoisted_1 = { class: "footer-container" };
65
66
  const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
66
67
  __name: "indexH5",
67
- emits: ["show-overlay"],
68
+ emits: ["show-overlay", "on-vote"],
68
69
  setup(__props, { emit: __emit }) {
69
70
  const { roomStore, isMaster, isAdmin, isAudience } = useRoomFooterHooks.default();
70
71
  const emit = __emit;
72
+ const onVote = (data) => {
73
+ console.log(data, "data111");
74
+ emit("on-vote", { code: data.visible, message: "vote" });
75
+ };
71
76
  function handleControlClick(name) {
72
77
  useMitt.default.emit("experience-communication", name);
73
78
  }
@@ -88,11 +93,21 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
88
93
  }, null, 8, ["display-mode"])), [
89
94
  [Vue.unref(vTap.default), () => handleControlClick("videoControl")]
90
95
  ]) : Vue.createCommentVNode("", true),
96
+ Vue.createVNode(Vue.unref(index$1.default), {
97
+ class: "center-container-item",
98
+ onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("voteControl")),
99
+ onOnVote: onVote
100
+ }, {
101
+ content: Vue.withCtx(() => [
102
+ Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
103
+ ]),
104
+ _: 3
105
+ }),
91
106
  !Vue.unref(roomStore).isSpeakAfterTakingSeatMode ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(ChatControl_vue_vue_type_script_setup_true_lang.default, { key: 2 }, null, 512)), [
92
107
  [Vue.unref(vTap.default), () => handleControlClick("chatControl")]
93
108
  ]) : Vue.createCommentVNode("", true),
94
109
  Vue.createVNode(AIControl.default, {
95
- onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("AIControl"))
110
+ onClick: _cache[1] || (_cache[1] = ($event) => handleControlClick("AIControl"))
96
111
  }),
97
112
  Vue.unref(roomStore).isSpeakAfterTakingSeatMode && (Vue.unref(isMaster) || Vue.unref(isAdmin)) ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(ManageStageControl_vue_vue_type_script_setup_true_lang.default, { key: 3 }, null, 512)), [
98
113
  [Vue.unref(vTap.default), () => handleControlClick("MasterApplyControl")]
@@ -103,7 +118,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
103
118
  Vue.withDirectives(Vue.createVNode(ManageMemberControl_vue_vue_type_script_setup_true_lang.default, null, null, 512), [
104
119
  [Vue.unref(vTap.default), () => handleControlClick("manageMemberControl")]
105
120
  ]),
106
- Vue.withDirectives(Vue.createVNode(Vue.unref(index$1.default), { onShowOverlay: handleShowOverlay }, null, 512), [
121
+ Vue.withDirectives(Vue.createVNode(Vue.unref(index$2.default), { onShowOverlay: handleShowOverlay }, null, 512), [
107
122
  [Vue.unref(vTap.default), () => handleControlClick("moreControl")]
108
123
  ])
109
124
  ]);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexPC_vue_vue_type_script_setup_true_lang = require("./indexPC.vue2.js");
3
+ const indexPC_vue_vue_type_script_setup_true_lang = ;/* empty css */
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
6
- const indexPc = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-f808bd91"]]);
6
+ const indexPc = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-4afcea78"]]);
7
7
  exports.default = indexPc;
@@ -59,15 +59,15 @@ const ManageMemberControl_vue_vue_type_script_setup_true_lang = require("../Mana
59
59
  const ChatControl_vue_vue_type_script_setup_true_lang = require("../ChatControl.vue.js");
60
60
  const ManageStageControl_vue_vue_type_script_setup_true_lang = require("../ManageStageControl.vue.js");
61
61
  const MemberApplyControl = require("../ApplyControl/MemberApplyControl.vue.js");
62
- const index$1 = require("../MoreControl/index.js");
63
- const index$2 = require("../EndControl/index.js");
62
+ const index$2 = require("../MoreControl/index.js");
63
+ const index$3 = require("../EndControl/index.js");
64
64
  const SettingControl_vue_vue_type_script_setup_true_lang = require("../SettingControl.vue.js");
65
65
  const WhiteboardControl = require("../WhiteboardControl.vue.js");
66
66
  const VirtualBackground = require("../VirtualBackground.vue.js");
67
67
  const AIControl = require("../AIControl.vue.js");
68
68
  const BasicBeauty = require("../BasicBeauty.vue.js");
69
69
  const useMitt = require("../../../hooks/useMitt.js");
70
- const voteControl = require("../voteControl.vue.js");
70
+ const index$1 = require("../VoteControl/index.js");
71
71
  const useRoomFooterHooks = require("./useRoomFooterHooks.js");
72
72
  const _hoisted_1 = { class: "footer-container" };
73
73
  const _hoisted_2 = { class: "left-container" };
@@ -139,7 +139,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
139
139
  class: "center-container-item",
140
140
  onClick: _cache[9] || (_cache[9] = ($event) => handleControlClick("MasterApplyControl"))
141
141
  })) : Vue.createCommentVNode("", true),
142
- Vue.createVNode(voteControl.default, {
142
+ Vue.createVNode(Vue.unref(index$1.default), {
143
143
  class: "center-container-item",
144
144
  onClick: _cache[10] || (_cache[10] = ($event) => handleControlClick("voteControl")),
145
145
  onOnVote: onVote
@@ -149,7 +149,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
149
149
  ]),
150
150
  _: 3
151
151
  }),
152
- Vue.createVNode(Vue.unref(index$1.default), {
152
+ Vue.createVNode(Vue.unref(index$2.default), {
153
153
  class: "center-container-item",
154
154
  onClick: _cache[11] || (_cache[11] = ($event) => handleControlClick("moreControl"))
155
155
  }),
@@ -168,7 +168,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
168
168
  })) : Vue.createCommentVNode("", true)
169
169
  ]),
170
170
  Vue.createElementVNode("div", _hoisted_4, [
171
- Vue.createVNode(Vue.unref(index$2.default))
171
+ Vue.createVNode(Vue.unref(index$3.default))
172
172
  ])
173
173
  ]);
174
174
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexH5_vue_vue_type_script_setup_true_lang = require("./indexH5.vue2.js");
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
6
  const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-4450d628"]]);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexPC_vue_vue_type_script_setup_true_lang = require("./indexPC.vue2.js");
3
+ const indexPC_vue_vue_type_script_setup_true_lang = ;/* empty css */
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
6
6
  const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-1bc9e31a"]]);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexH5_vue_vue_type_script_setup_true_lang = require("./indexH5.vue2.js");
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
6
  const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-bae34b36"]]);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexPC_vue_vue_type_script_setup_true_lang = require("./indexPC.vue2.js");
3
+ const indexPC_vue_vue_type_script_setup_true_lang = ;/* empty css */
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
6
6
  const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-d8015abd"]]);
@@ -1,2 +1,18 @@
1
- declare const Index: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
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
+ content?(_: {}): any;
16
+ };
17
+ });
2
18
  export default Index;
@@ -1,2 +1,11 @@
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>;
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
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexH5_vue_vue_type_script_setup_true_lang = require("./indexH5.vue2.js");
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-e545b2de"]]);
6
+ const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-83d339c1"]]);
7
7
  exports.default = indexH5;
@@ -13,6 +13,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
13
13
  setup(__props) {
14
14
  const { title, sidebarName, showSideBar } = useSideBarHooks.default();
15
15
  return (_ctx, _cache) => {
16
+ const _component_room_vote = Vue.resolveComponent("room-vote");
16
17
  return Vue.unref(showSideBar) ? (Vue.openBlock(), Vue.createBlock(PopUpH5.default, {
17
18
  key: 0,
18
19
  title: Vue.unref(title),
@@ -22,7 +23,13 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
22
23
  Vue.createElementVNode("div", _hoisted_1, [
23
24
  Vue.unref(sidebarName) === "chat" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$1.default), { key: 0 })) : Vue.createCommentVNode("", true),
24
25
  Vue.unref(sidebarName) === "manage-member" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$2.default), { key: 1 })) : Vue.createCommentVNode("", true),
25
- Vue.unref(sidebarName) === "apply" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$3.default), { key: 2 })) : Vue.createCommentVNode("", true)
26
+ Vue.unref(sidebarName) === "apply" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$3.default), { key: 2 })) : Vue.createCommentVNode("", true),
27
+ Vue.unref(sidebarName) == "vote" ? (Vue.openBlock(), Vue.createBlock(_component_room_vote, { key: 3 }, {
28
+ content: Vue.withCtx(() => [
29
+ Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
30
+ ]),
31
+ _: 3
32
+ })) : Vue.createCommentVNode("", true)
26
33
  ])
27
34
  ]),
28
35
  sidebarFooter: Vue.withCtx(() => [
@@ -30,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
30
37
  Vue.unref(sidebarName) === "chat" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index.default), { key: 0 })) : Vue.createCommentVNode("", true)
31
38
  ])
32
39
  ]),
33
- _: 1
40
+ _: 3
34
41
  }, 8, ["title"])) : Vue.createCommentVNode("", true);
35
42
  };
36
43
  }
@@ -1,2 +1,11 @@
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>;
1
+ declare function __VLS_template(): {
2
+ content?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
2
6
  export default _default;
7
+ type __VLS_WithTemplateSlots<T, S> = T & {
8
+ new (): {
9
+ $slots: S;
10
+ };
11
+ };
@@ -25,12 +25,17 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
25
25
  }, {
26
26
  default: Vue.withCtx(() => [
27
27
  Vue.unref(sidebarName) == "chat" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index.default), { key: 0 })) : Vue.createCommentVNode("", true),
28
- Vue.unref(sidebarName) == "vote" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$1.default), { key: 1 })) : Vue.createCommentVNode("", true),
28
+ Vue.unref(sidebarName) == "vote" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$1.default), { key: 1 }, {
29
+ content: Vue.withCtx(() => [
30
+ Vue.renderSlot(_ctx.$slots, "content")
31
+ ]),
32
+ _: 3
33
+ })) : Vue.createCommentVNode("", true),
29
34
  Vue.unref(sidebarName) == "more" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$2.default), { key: 2 })) : Vue.createCommentVNode("", true),
30
35
  Vue.unref(sidebarName) == "manage-member" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$3.default), { key: 3 })) : Vue.createCommentVNode("", true),
31
36
  Vue.unref(sidebarName) == "aiTranscription" ? (Vue.openBlock(), Vue.createBlock(AITranscription.default, { key: 4 })) : Vue.createCommentVNode("", true)
32
37
  ]),
33
- _: 1
38
+ _: 3
34
39
  }, 8, ["modelValue", "title", "before-close"])
35
40
  ]);
36
41
  };
@@ -1,8 +1,4 @@
1
- declare const Index: 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> | ({
1
+ declare const Index: {
6
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, {
7
3
  P: {};
8
4
  B: {};
@@ -18,5 +14,5 @@ declare const Index: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('v
18
14
  $slots: {
19
15
  content?(_: {}): any;
20
16
  };
21
- }));
17
+ });
22
18
  export default Index;
@@ -1,6 +1,11 @@
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>;
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>>;
6
6
  export default _default;
7
+ type __VLS_WithTemplateSlots<T, S> = T & {
8
+ new (): {
9
+ $slots: S;
10
+ };
11
+ };
@@ -1,7 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexH5_vue_vue_type_script_setup_true_lang = require("./indexH5.vue2.js");
3
+ const Vue = require("vue");
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-939000cb"]]);
6
+ const _sfc_main = {};
7
+ const _hoisted_1 = { class: "more-container" };
8
+ function _sfc_render(_ctx, _cache) {
9
+ return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
10
+ Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
11
+ ]);
12
+ }
13
+ const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5d02e842"]]);
7
14
  exports.default = indexH5;
@@ -1,7 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const indexPC_vue_vue_type_script_setup_true_lang = require("./indexPC.vue2.js");
3
+ const Vue = require("vue");
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
6
- const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-c82f5e3c"]]);
6
+ const _sfc_main = {};
7
+ const _hoisted_1 = { class: "more-container" };
8
+ function _sfc_render(_ctx, _cache) {
9
+ return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
10
+ Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
11
+ ]);
12
+ }
13
+ const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-41107c5f"]]);
7
14
  exports.default = indexPC;
@@ -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-3b59b436"]]);
7
+ const ConferenceMainView = /* @__PURE__ */ _pluginVue_exportHelper.default(conference_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-3d7b72df"]]);
8
8
  exports.default = ConferenceMainView;
@@ -276,15 +276,15 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
276
276
  class: "footer",
277
277
  onShowOverlay: handleShowOverlay,
278
278
  onOnVote: onVote
279
- }, {
279
+ }, null, 512), [
280
+ [Vue.vShow, Vue.unref(showRoomTool)]
281
+ ]),
282
+ Vue.createVNode(Vue.unref(index$3.default), { onOnVote: onVote }, {
280
283
  content: Vue.withCtx(() => [
281
284
  Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
282
285
  ]),
283
286
  _: 3
284
- }, 512), [
285
- [Vue.vShow, Vue.unref(showRoomTool)]
286
- ]),
287
- Vue.createVNode(Vue.unref(index$3.default)),
287
+ }),
288
288
  Vue.createVNode(index$4.default),
289
289
  Vue.createVNode(RoomOverlay_vue_vue_type_script_setup_true_lang.default),
290
290
  overlayMap.value.RoomInviteOverlay.visible ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$5.default), { key: 0 })) : Vue.createCommentVNode("", true),