@ndscnj/roomkit-web-vue3 25.12.2320 → 25.12.2410

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.
@@ -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-604d8288"]]);
4
+ const indexPc = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f808bd91"]]);
5
5
  export {
6
6
  indexPc as default
7
7
  };
@@ -81,6 +81,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
81
81
  }
82
82
  const emit = __emit;
83
83
  const onVote = (data) => {
84
+ console.log(data, "data111");
84
85
  emit("on-vote", { code: data.visible, message: "vote" });
85
86
  };
86
87
  return (_ctx, _cache) => {
@@ -1,15 +1,6 @@
1
- declare function __VLS_template(): {
2
- content?(_: {}): 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
  "on-vote": (...args: any[]) => void;
6
3
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
7
4
  "onOn-vote"?: ((...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 "./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-e8dc762c"]]);
4
+ const voteControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5b3301b3"]]);
5
5
  export {
6
6
  voteControl as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent, computed, ref, watch, createElementBlock, createCommentVNode, unref, openBlock, createVNode, withCtx, renderSlot } from "vue";
1
+ import { defineComponent, computed, ref, watch, createElementBlock, openBlock, createVNode, unref, withCtx } from "vue";
2
2
  import "../../services/main.mjs";
3
3
  import { roomService } from "../../services/roomService.mjs";
4
4
  import { useI18n } from "../../locales/index.mjs";
@@ -9,15 +9,7 @@ import "../../services/manager/roomActionManager.mjs";
9
9
  import "@tencentcloud/tui-core";
10
10
  import IconButton from "../common/base/IconButton.vue.mjs";
11
11
  import { IconAIIcon } from "@tencentcloud/uikit-base-component-vue3";
12
- import Index from "../RoomVote/index.mjs";
13
- const _hoisted_1 = {
14
- key: 0,
15
- class: "vote-control-container"
16
- };
17
- const _hoisted_2 = {
18
- key: 0,
19
- class: "contact-container"
20
- };
12
+ const _hoisted_1 = { class: "vote-control-container" };
21
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
22
14
  __name: "voteControl",
23
15
  emits: ["on-vote"],
@@ -30,20 +22,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
30
22
  watch(isSidebarOpen, (newValue) => {
31
23
  showToolBox.value = newValue && false;
32
24
  });
33
- const voteControlConfig = roomService.getComponentConfig("VoteControl");
34
25
  const emit = __emit;
35
26
  function toggleToolBox() {
27
+ console.log(showToolBox.value, "0000");
36
28
  showToolBox.value = !showToolBox.value;
37
29
  emit("on-vote", {
38
30
  name: "onVote",
39
31
  visible: showToolBox.value
40
32
  });
41
33
  }
42
- function handleOnCloseContact() {
43
- showToolBox.value = false;
44
- }
45
34
  return (_ctx, _cache) => {
46
- return unref(voteControlConfig).visible ? (openBlock(), createElementBlock("div", _hoisted_1, [
35
+ return openBlock(), createElementBlock("div", _hoisted_1, [
47
36
  createVNode(IconButton, {
48
37
  "is-active": sidebarName.value === "vote",
49
38
  title: unref(t)("Vote"),
@@ -53,19 +42,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
53
42
  createVNode(unref(IconAIIcon), { size: "24" })
54
43
  ]),
55
44
  _: 1
56
- }, 8, ["is-active", "title"]),
57
- !isSidebarOpen.value && showToolBox.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
58
- createVNode(unref(Index), {
59
- ref: "contactRef",
60
- onOnCloseContact: handleOnCloseContact
61
- }, {
62
- content: withCtx(() => [
63
- renderSlot(_ctx.$slots, "content", {}, void 0, true)
64
- ]),
65
- _: 3
66
- }, 512)
67
- ])) : createCommentVNode("", true)
68
- ])) : createCommentVNode("", true);
45
+ }, 8, ["is-active", "title"])
46
+ ]);
69
47
  };
70
48
  }
71
49
  });
@@ -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-d9ae22c4"]]);
5
+ const ConferenceMainView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3b59b436"]]);
6
6
  export {
7
7
  ConferenceMainView as default
8
8
  };
@@ -217,6 +217,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
217
217
  roomService.resetStore();
218
218
  }
219
219
  const onVote = (data) => {
220
+ console.log(data, "data222");
220
221
  emit("on-vote", { code: data.visible, message: "vote" });
221
222
  };
222
223
  const onStartRoom = () => {
package/es/index.mjs CHANGED
@@ -3928,160 +3928,7 @@ to {
3928
3928
  }
3929
3929
  .footer .mirror-container .mirror-text[data-v-21a63691] {
3930
3930
  margin-left: 4px;
3931
- }span[data-v-939000cb] {
3932
- padding-right: 5px;
3933
- font-size: 12px;
3934
- font-weight: 500;
3935
- line-height: 17px;
3936
- }
3937
- .contact-container-main[data-v-939000cb] {
3938
- position: fixed;
3939
- bottom: 0;
3940
- display: flex;
3941
- flex-direction: column;
3942
- width: 100%;
3943
- padding-bottom: 4vh;
3944
- border-radius: 15px 15px 0 0;
3945
- animation-name: popup-939000cb;
3946
- animation-duration: 200ms;
3947
- background-color: var(--bg-color-operate);
3948
- }
3949
- @keyframes popup-939000cb {
3950
- from {
3951
- transform: scaleY(0);
3952
- transform-origin: bottom;
3953
- }
3954
- to {
3955
- transform: scaleY(1);
3956
- transform-origin: bottom;
3957
- }
3958
- }
3959
- .contact-container-main .contact-title-main[data-v-939000cb] {
3960
- display: flex;
3961
- flex-direction: row;
3962
- align-items: center;
3963
- padding: 30px 0 20px 25px;
3964
- font-family: "PingFang SC";
3965
- font-size: 20px;
3966
- font-style: normal;
3967
- font-weight: 500;
3968
- line-height: 24px;
3969
- color: var(--text-color-primary);
3970
- }
3971
- .contact-container-main .contact-content-main[data-v-939000cb] {
3972
- display: flex;
3973
- flex-direction: row;
3974
- align-items: center;
3975
- width: 90%;
3976
- height: 15%;
3977
- padding: 0 0 0 25px;
3978
- margin-bottom: 10px;
3979
- }
3980
- .contact-container-main .contact-title[data-v-939000cb],
3981
- .contact-container-main .contact-content[data-v-939000cb] {
3982
- width: 28%;
3983
- font-family: "PingFang SC";
3984
- font-size: 14px;
3985
- font-style: normal;
3986
- font-weight: 400;
3987
- line-height: 20px;
3988
- white-space: nowrap;
3989
- color: var(--text-color-primary);
3990
- }
3991
- .contact-container-main .contact-content[data-v-939000cb] {
3992
- width: 62%;
3993
- overflow: hidden;
3994
- font-size: 14px;
3995
- text-overflow: ellipsis;
3996
- white-space: nowrap;
3997
- color: var(--text-color-secondary);
3998
- }
3999
- .contact-container-main .contact-bottom[data-v-939000cb] {
4000
- width: 90%;
4001
- padding-left: 40px;
4002
- font-family: "PingFang SC";
4003
- font-size: 12px;
4004
- font-style: normal;
4005
- font-weight: 400;
4006
- line-height: 17px;
4007
- text-align: center;
4008
- color: var(--text-color-secondary);
4009
- }
4010
- .contact-container-main .copy[data-v-939000cb] {
4011
- margin-left: 30px;
4012
- color: var(--text-color-link);
4013
- }
4014
- .cancel[data-v-939000cb] {
4015
- flex: 1;
4016
- padding-right: 30px;
4017
- font-size: 16px;
4018
- font-weight: 400;
4019
- text-align: end;
4020
- }.more-container[data-v-d1a96ffd] {
4021
- padding: 20px;
4022
- }
4023
- .more-container .more-title[data-v-d1a96ffd] {
4024
- display: flex;
4025
- align-items: center;
4026
- }
4027
- .more-container .more-title .email-icon[data-v-d1a96ffd] {
4028
- color: var(--uikit-color-gray-7);
4029
- }
4030
- .more-container .more-title .more-notice[data-v-d1a96ffd] {
4031
- width: 100%;
4032
- height: 22px;
4033
- padding-left: 8px;
4034
- font-size: 14px;
4035
- font-weight: 400;
4036
- line-height: 22px;
4037
- color: var(--text-color-primary);
4038
- }
4039
- .more-container .more-item[data-v-d1a96ffd] {
4040
- position: relative;
4041
- display: flex;
4042
- flex-direction: column;
4043
- }
4044
- .more-container .more-item[data-v-d1a96ffd]:not(:first-child) {
4045
- margin-top: 20px;
4046
- }
4047
- .more-container .more-item:not(:first-child) .item-title[data-v-d1a96ffd] {
4048
- width: 100%;
4049
- padding-bottom: 8px;
4050
- font-size: 14px;
4051
- font-weight: 400;
4052
- line-height: 22px;
4053
- color: var(--text-color-primary);
4054
- }
4055
- .more-container .more-item:not(:first-child) .more-content[data-v-d1a96ffd] {
4056
- position: relative;
4057
- box-sizing: border-box;
4058
- display: inline-block;
4059
- flex: 1;
4060
- height: 42px;
4061
- padding: 10px 30px 10px 16px;
4062
- overflow: hidden;
4063
- font-size: 14px;
4064
- font-weight: 500;
4065
- line-height: 22px;
4066
- text-overflow: ellipsis;
4067
- white-space: nowrap;
4068
- border-radius: 8px;
4069
- outline: none;
4070
- transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
4071
- color: var(--text-color-primary);
4072
- background-color: var(--bg-color-input);
4073
- border: 1px solid var(--stroke-color-module);
4074
- }
4075
- .more-container .more-item:not(:first-child) .copy-icon[data-v-d1a96ffd] {
4076
- position: absolute;
4077
- top: 45px;
4078
- right: 10px;
4079
- display: flex;
4080
- align-items: center;
4081
- justify-content: center;
4082
- cursor: pointer;
4083
- color: var(--text-color-link);
4084
- }.contact-container[data-v-e8dc762c] {
3931
+ }.contact-container[data-v-5b3301b3] {
4085
3932
  position: fixed;
4086
3933
  top: 0;
4087
3934
  bottom: 0;
@@ -4091,7 +3938,7 @@ to {
4091
3938
  width: 100vw;
4092
3939
  height: auto;
4093
3940
  background-color: var(--uikit-color-black-8);
4094
- }.footer-container[data-v-604d8288] {
3941
+ }.footer-container[data-v-f808bd91] {
4095
3942
  position: absolute;
4096
3943
  bottom: 0;
4097
3944
  display: flex;
@@ -4105,25 +3952,25 @@ to {
4105
3952
  background-color: var(--bg-color-topbar);
4106
3953
  box-shadow: 0 -8px 30px var(--uikit-color-black-8);
4107
3954
  }
4108
- .footer-container .left-container[data-v-604d8288] {
3955
+ .footer-container .left-container[data-v-f808bd91] {
4109
3956
  display: flex;
4110
3957
  align-items: center;
4111
3958
  height: 100%;
4112
3959
  }
4113
- .footer-container .left-container .left-container-item[data-v-604d8288]:not(:first-child) {
3960
+ .footer-container .left-container .left-container-item[data-v-f808bd91]:not(:first-child) {
4114
3961
  margin-left: 1rem;
4115
3962
  }
4116
- .footer-container .center-container[data-v-604d8288] {
3963
+ .footer-container .center-container[data-v-f808bd91] {
4117
3964
  position: relative;
4118
3965
  display: flex;
4119
3966
  align-items: center;
4120
3967
  height: 100%;
4121
3968
  margin: 0 auto;
4122
3969
  }
4123
- .footer-container .center-container .center-container-item[data-v-604d8288]:not(:first-child) {
3970
+ .footer-container .center-container .center-container-item[data-v-f808bd91]:not(:first-child) {
4124
3971
  margin-left: 16px;
4125
3972
  }
4126
- .footer-container .right-container[data-v-604d8288] {
3973
+ .footer-container .right-container[data-v-f808bd91] {
4127
3974
  display: flex;
4128
3975
  align-items: center;
4129
3976
  height: 100%;
@@ -5111,6 +4958,159 @@ to {
5111
4958
  right: 0;
5112
4959
  z-index: 101;
5113
4960
  height: 100%;
4961
+ }span[data-v-939000cb] {
4962
+ padding-right: 5px;
4963
+ font-size: 12px;
4964
+ font-weight: 500;
4965
+ line-height: 17px;
4966
+ }
4967
+ .contact-container-main[data-v-939000cb] {
4968
+ position: fixed;
4969
+ bottom: 0;
4970
+ display: flex;
4971
+ flex-direction: column;
4972
+ width: 100%;
4973
+ padding-bottom: 4vh;
4974
+ border-radius: 15px 15px 0 0;
4975
+ animation-name: popup-939000cb;
4976
+ animation-duration: 200ms;
4977
+ background-color: var(--bg-color-operate);
4978
+ }
4979
+ @keyframes popup-939000cb {
4980
+ from {
4981
+ transform: scaleY(0);
4982
+ transform-origin: bottom;
4983
+ }
4984
+ to {
4985
+ transform: scaleY(1);
4986
+ transform-origin: bottom;
4987
+ }
4988
+ }
4989
+ .contact-container-main .contact-title-main[data-v-939000cb] {
4990
+ display: flex;
4991
+ flex-direction: row;
4992
+ align-items: center;
4993
+ padding: 30px 0 20px 25px;
4994
+ font-family: "PingFang SC";
4995
+ font-size: 20px;
4996
+ font-style: normal;
4997
+ font-weight: 500;
4998
+ line-height: 24px;
4999
+ color: var(--text-color-primary);
5000
+ }
5001
+ .contact-container-main .contact-content-main[data-v-939000cb] {
5002
+ display: flex;
5003
+ flex-direction: row;
5004
+ align-items: center;
5005
+ width: 90%;
5006
+ height: 15%;
5007
+ padding: 0 0 0 25px;
5008
+ margin-bottom: 10px;
5009
+ }
5010
+ .contact-container-main .contact-title[data-v-939000cb],
5011
+ .contact-container-main .contact-content[data-v-939000cb] {
5012
+ width: 28%;
5013
+ font-family: "PingFang SC";
5014
+ font-size: 14px;
5015
+ font-style: normal;
5016
+ font-weight: 400;
5017
+ line-height: 20px;
5018
+ white-space: nowrap;
5019
+ color: var(--text-color-primary);
5020
+ }
5021
+ .contact-container-main .contact-content[data-v-939000cb] {
5022
+ width: 62%;
5023
+ overflow: hidden;
5024
+ font-size: 14px;
5025
+ text-overflow: ellipsis;
5026
+ white-space: nowrap;
5027
+ color: var(--text-color-secondary);
5028
+ }
5029
+ .contact-container-main .contact-bottom[data-v-939000cb] {
5030
+ width: 90%;
5031
+ padding-left: 40px;
5032
+ font-family: "PingFang SC";
5033
+ font-size: 12px;
5034
+ font-style: normal;
5035
+ font-weight: 400;
5036
+ line-height: 17px;
5037
+ text-align: center;
5038
+ color: var(--text-color-secondary);
5039
+ }
5040
+ .contact-container-main .copy[data-v-939000cb] {
5041
+ margin-left: 30px;
5042
+ color: var(--text-color-link);
5043
+ }
5044
+ .cancel[data-v-939000cb] {
5045
+ flex: 1;
5046
+ padding-right: 30px;
5047
+ font-size: 16px;
5048
+ font-weight: 400;
5049
+ text-align: end;
5050
+ }.more-container[data-v-d1a96ffd] {
5051
+ padding: 20px;
5052
+ }
5053
+ .more-container .more-title[data-v-d1a96ffd] {
5054
+ display: flex;
5055
+ align-items: center;
5056
+ }
5057
+ .more-container .more-title .email-icon[data-v-d1a96ffd] {
5058
+ color: var(--uikit-color-gray-7);
5059
+ }
5060
+ .more-container .more-title .more-notice[data-v-d1a96ffd] {
5061
+ width: 100%;
5062
+ height: 22px;
5063
+ padding-left: 8px;
5064
+ font-size: 14px;
5065
+ font-weight: 400;
5066
+ line-height: 22px;
5067
+ color: var(--text-color-primary);
5068
+ }
5069
+ .more-container .more-item[data-v-d1a96ffd] {
5070
+ position: relative;
5071
+ display: flex;
5072
+ flex-direction: column;
5073
+ }
5074
+ .more-container .more-item[data-v-d1a96ffd]:not(:first-child) {
5075
+ margin-top: 20px;
5076
+ }
5077
+ .more-container .more-item:not(:first-child) .item-title[data-v-d1a96ffd] {
5078
+ width: 100%;
5079
+ padding-bottom: 8px;
5080
+ font-size: 14px;
5081
+ font-weight: 400;
5082
+ line-height: 22px;
5083
+ color: var(--text-color-primary);
5084
+ }
5085
+ .more-container .more-item:not(:first-child) .more-content[data-v-d1a96ffd] {
5086
+ position: relative;
5087
+ box-sizing: border-box;
5088
+ display: inline-block;
5089
+ flex: 1;
5090
+ height: 42px;
5091
+ padding: 10px 30px 10px 16px;
5092
+ overflow: hidden;
5093
+ font-size: 14px;
5094
+ font-weight: 500;
5095
+ line-height: 22px;
5096
+ text-overflow: ellipsis;
5097
+ white-space: nowrap;
5098
+ border-radius: 8px;
5099
+ outline: none;
5100
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
5101
+ color: var(--text-color-primary);
5102
+ background-color: var(--bg-color-input);
5103
+ border: 1px solid var(--stroke-color-module);
5104
+ }
5105
+ .more-container .more-item:not(:first-child) .copy-icon[data-v-d1a96ffd] {
5106
+ position: absolute;
5107
+ top: 45px;
5108
+ right: 10px;
5109
+ display: flex;
5110
+ align-items: center;
5111
+ justify-content: center;
5112
+ cursor: pointer;
5113
+ color: var(--text-color-link);
5114
5114
  }.conversation[data-v-b897add1] {
5115
5115
  height: 100%;
5116
5116
  padding: 20px;
@@ -9140,7 +9140,7 @@ body, html {
9140
9140
  }
9141
9141
  .tui-room :not([class|=el]) {
9142
9142
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
9143
- }.tui-room[data-v-d9ae22c4] {
9143
+ }.tui-room[data-v-3b59b436] {
9144
9144
  position: relative;
9145
9145
  display: flex;
9146
9146
  flex-direction: column;
@@ -9152,7 +9152,7 @@ body, html {
9152
9152
  text-align: left;
9153
9153
  background-color: var(--bg-color-topbar);
9154
9154
  }
9155
- .tui-room .header[data-v-d9ae22c4] {
9155
+ .tui-room .header[data-v-3b59b436] {
9156
9156
  position: absolute;
9157
9157
  top: 0;
9158
9158
  left: 0;
@@ -9163,20 +9163,20 @@ body, html {
9163
9163
  border-bottom: 1px solid var(--stroke-color-primary);
9164
9164
  box-shadow: 0 1px 0 var(--uikit-color-black-8);
9165
9165
  }
9166
- .tui-room .content[data-v-d9ae22c4] {
9166
+ .tui-room .content[data-v-3b59b436] {
9167
9167
  position: absolute;
9168
9168
  top: 0;
9169
9169
  width: 100%;
9170
9170
  height: 100%;
9171
9171
  background-color: var(--bg-color-topbar);
9172
9172
  }
9173
- .tui-room.tui-room-h5[data-v-d9ae22c4] {
9173
+ .tui-room.tui-room-h5[data-v-3b59b436] {
9174
9174
  width: 100%;
9175
9175
  min-width: 350px;
9176
9176
  height: 100%;
9177
9177
  min-height: 525px;
9178
9178
  }
9179
- #roomContainer.chat-room[data-v-d9ae22c4] {
9179
+ #roomContainer.chat-room[data-v-3b59b436] {
9180
9180
  position: absolute;
9181
9181
  top: 0;
9182
9182
  right: 0;
@@ -9188,8 +9188,8 @@ body, html {
9188
9188
  margin: auto;
9189
9189
  border-radius: 10px;
9190
9190
  }
9191
- #roomContainer.tui-room-h5[data-v-d9ae22c4],
9192
- #roomContainer .chat-room[data-v-d9ae22c4] {
9191
+ #roomContainer.tui-room-h5[data-v-3b59b436],
9192
+ #roomContainer .chat-room[data-v-3b59b436] {
9193
9193
  width: 100%;
9194
9194
  height: 100%;
9195
9195
  }.user-info-container[data-v-9e9aff53] {
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const indexPC_vue_vue_type_script_setup_true_lang = require("./indexPC.vue2.js");
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-604d8288"]]);
6
+ const indexPc = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-f808bd91"]]);
7
7
  exports.default = indexPc;
@@ -83,6 +83,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
83
83
  }
84
84
  const emit = __emit;
85
85
  const onVote = (data) => {
86
+ console.log(data, "data111");
86
87
  emit("on-vote", { code: data.visible, message: "vote" });
87
88
  };
88
89
  return (_ctx, _cache) => {
@@ -1,15 +1,6 @@
1
- declare function __VLS_template(): {
2
- content?(_: {}): 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
  "on-vote": (...args: any[]) => void;
6
3
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
7
4
  "onOn-vote"?: ((...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 voteControl_vue_vue_type_script_setup_true_lang = require("./voteControl.vue2.js");
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
6
- const voteControl = /* @__PURE__ */ _pluginVue_exportHelper.default(voteControl_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-e8dc762c"]]);
6
+ const voteControl = /* @__PURE__ */ _pluginVue_exportHelper.default(voteControl_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-5b3301b3"]]);
7
7
  exports.default = voteControl;
@@ -11,15 +11,7 @@ require("../../services/manager/roomActionManager.js");
11
11
  require("@tencentcloud/tui-core");
12
12
  const IconButton = require("../common/base/IconButton.vue.js");
13
13
  const uikitBaseComponentVue3 = require("@tencentcloud/uikit-base-component-vue3");
14
- const index$1 = require("../RoomVote/index.js");
15
- const _hoisted_1 = {
16
- key: 0,
17
- class: "vote-control-container"
18
- };
19
- const _hoisted_2 = {
20
- key: 0,
21
- class: "contact-container"
22
- };
14
+ const _hoisted_1 = { class: "vote-control-container" };
23
15
  const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
24
16
  __name: "voteControl",
25
17
  emits: ["on-vote"],
@@ -32,20 +24,17 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
32
24
  Vue.watch(isSidebarOpen, (newValue) => {
33
25
  showToolBox.value = newValue && false;
34
26
  });
35
- const voteControlConfig = roomService.roomService.getComponentConfig("VoteControl");
36
27
  const emit = __emit;
37
28
  function toggleToolBox() {
29
+ console.log(showToolBox.value, "0000");
38
30
  showToolBox.value = !showToolBox.value;
39
31
  emit("on-vote", {
40
32
  name: "onVote",
41
33
  visible: showToolBox.value
42
34
  });
43
35
  }
44
- function handleOnCloseContact() {
45
- showToolBox.value = false;
46
- }
47
36
  return (_ctx, _cache) => {
48
- return Vue.unref(voteControlConfig).visible ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
37
+ return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
49
38
  Vue.createVNode(IconButton.default, {
50
39
  "is-active": sidebarName.value === "vote",
51
40
  title: Vue.unref(t)("Vote"),
@@ -55,19 +44,8 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
55
44
  Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconAIIcon), { size: "24" })
56
45
  ]),
57
46
  _: 1
58
- }, 8, ["is-active", "title"]),
59
- !isSidebarOpen.value && showToolBox.value ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_2, [
60
- Vue.createVNode(Vue.unref(index$1.default), {
61
- ref: "contactRef",
62
- onOnCloseContact: handleOnCloseContact
63
- }, {
64
- content: Vue.withCtx(() => [
65
- Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
66
- ]),
67
- _: 3
68
- }, 512)
69
- ])) : Vue.createCommentVNode("", true)
70
- ])) : Vue.createCommentVNode("", true);
47
+ }, 8, ["is-active", "title"])
48
+ ]);
71
49
  };
72
50
  }
73
51
  });
@@ -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-d9ae22c4"]]);
7
+ const ConferenceMainView = /* @__PURE__ */ _pluginVue_exportHelper.default(conference_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-3b59b436"]]);
8
8
  exports.default = ConferenceMainView;
@@ -219,6 +219,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
219
219
  roomService.roomService.resetStore();
220
220
  }
221
221
  const onVote = (data) => {
222
+ console.log(data, "data222");
222
223
  emit("on-vote", { code: data.visible, message: "vote" });
223
224
  };
224
225
  const onStartRoom = () => {
package/lib/index.js CHANGED
@@ -3928,160 +3928,7 @@ to {
3928
3928
  }
3929
3929
  .footer .mirror-container .mirror-text[data-v-21a63691] {
3930
3930
  margin-left: 4px;
3931
- }span[data-v-939000cb] {
3932
- padding-right: 5px;
3933
- font-size: 12px;
3934
- font-weight: 500;
3935
- line-height: 17px;
3936
- }
3937
- .contact-container-main[data-v-939000cb] {
3938
- position: fixed;
3939
- bottom: 0;
3940
- display: flex;
3941
- flex-direction: column;
3942
- width: 100%;
3943
- padding-bottom: 4vh;
3944
- border-radius: 15px 15px 0 0;
3945
- animation-name: popup-939000cb;
3946
- animation-duration: 200ms;
3947
- background-color: var(--bg-color-operate);
3948
- }
3949
- @keyframes popup-939000cb {
3950
- from {
3951
- transform: scaleY(0);
3952
- transform-origin: bottom;
3953
- }
3954
- to {
3955
- transform: scaleY(1);
3956
- transform-origin: bottom;
3957
- }
3958
- }
3959
- .contact-container-main .contact-title-main[data-v-939000cb] {
3960
- display: flex;
3961
- flex-direction: row;
3962
- align-items: center;
3963
- padding: 30px 0 20px 25px;
3964
- font-family: "PingFang SC";
3965
- font-size: 20px;
3966
- font-style: normal;
3967
- font-weight: 500;
3968
- line-height: 24px;
3969
- color: var(--text-color-primary);
3970
- }
3971
- .contact-container-main .contact-content-main[data-v-939000cb] {
3972
- display: flex;
3973
- flex-direction: row;
3974
- align-items: center;
3975
- width: 90%;
3976
- height: 15%;
3977
- padding: 0 0 0 25px;
3978
- margin-bottom: 10px;
3979
- }
3980
- .contact-container-main .contact-title[data-v-939000cb],
3981
- .contact-container-main .contact-content[data-v-939000cb] {
3982
- width: 28%;
3983
- font-family: "PingFang SC";
3984
- font-size: 14px;
3985
- font-style: normal;
3986
- font-weight: 400;
3987
- line-height: 20px;
3988
- white-space: nowrap;
3989
- color: var(--text-color-primary);
3990
- }
3991
- .contact-container-main .contact-content[data-v-939000cb] {
3992
- width: 62%;
3993
- overflow: hidden;
3994
- font-size: 14px;
3995
- text-overflow: ellipsis;
3996
- white-space: nowrap;
3997
- color: var(--text-color-secondary);
3998
- }
3999
- .contact-container-main .contact-bottom[data-v-939000cb] {
4000
- width: 90%;
4001
- padding-left: 40px;
4002
- font-family: "PingFang SC";
4003
- font-size: 12px;
4004
- font-style: normal;
4005
- font-weight: 400;
4006
- line-height: 17px;
4007
- text-align: center;
4008
- color: var(--text-color-secondary);
4009
- }
4010
- .contact-container-main .copy[data-v-939000cb] {
4011
- margin-left: 30px;
4012
- color: var(--text-color-link);
4013
- }
4014
- .cancel[data-v-939000cb] {
4015
- flex: 1;
4016
- padding-right: 30px;
4017
- font-size: 16px;
4018
- font-weight: 400;
4019
- text-align: end;
4020
- }.more-container[data-v-d1a96ffd] {
4021
- padding: 20px;
4022
- }
4023
- .more-container .more-title[data-v-d1a96ffd] {
4024
- display: flex;
4025
- align-items: center;
4026
- }
4027
- .more-container .more-title .email-icon[data-v-d1a96ffd] {
4028
- color: var(--uikit-color-gray-7);
4029
- }
4030
- .more-container .more-title .more-notice[data-v-d1a96ffd] {
4031
- width: 100%;
4032
- height: 22px;
4033
- padding-left: 8px;
4034
- font-size: 14px;
4035
- font-weight: 400;
4036
- line-height: 22px;
4037
- color: var(--text-color-primary);
4038
- }
4039
- .more-container .more-item[data-v-d1a96ffd] {
4040
- position: relative;
4041
- display: flex;
4042
- flex-direction: column;
4043
- }
4044
- .more-container .more-item[data-v-d1a96ffd]:not(:first-child) {
4045
- margin-top: 20px;
4046
- }
4047
- .more-container .more-item:not(:first-child) .item-title[data-v-d1a96ffd] {
4048
- width: 100%;
4049
- padding-bottom: 8px;
4050
- font-size: 14px;
4051
- font-weight: 400;
4052
- line-height: 22px;
4053
- color: var(--text-color-primary);
4054
- }
4055
- .more-container .more-item:not(:first-child) .more-content[data-v-d1a96ffd] {
4056
- position: relative;
4057
- box-sizing: border-box;
4058
- display: inline-block;
4059
- flex: 1;
4060
- height: 42px;
4061
- padding: 10px 30px 10px 16px;
4062
- overflow: hidden;
4063
- font-size: 14px;
4064
- font-weight: 500;
4065
- line-height: 22px;
4066
- text-overflow: ellipsis;
4067
- white-space: nowrap;
4068
- border-radius: 8px;
4069
- outline: none;
4070
- transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
4071
- color: var(--text-color-primary);
4072
- background-color: var(--bg-color-input);
4073
- border: 1px solid var(--stroke-color-module);
4074
- }
4075
- .more-container .more-item:not(:first-child) .copy-icon[data-v-d1a96ffd] {
4076
- position: absolute;
4077
- top: 45px;
4078
- right: 10px;
4079
- display: flex;
4080
- align-items: center;
4081
- justify-content: center;
4082
- cursor: pointer;
4083
- color: var(--text-color-link);
4084
- }.contact-container[data-v-e8dc762c] {
3931
+ }.contact-container[data-v-5b3301b3] {
4085
3932
  position: fixed;
4086
3933
  top: 0;
4087
3934
  bottom: 0;
@@ -4091,7 +3938,7 @@ to {
4091
3938
  width: 100vw;
4092
3939
  height: auto;
4093
3940
  background-color: var(--uikit-color-black-8);
4094
- }.footer-container[data-v-604d8288] {
3941
+ }.footer-container[data-v-f808bd91] {
4095
3942
  position: absolute;
4096
3943
  bottom: 0;
4097
3944
  display: flex;
@@ -4105,25 +3952,25 @@ to {
4105
3952
  background-color: var(--bg-color-topbar);
4106
3953
  box-shadow: 0 -8px 30px var(--uikit-color-black-8);
4107
3954
  }
4108
- .footer-container .left-container[data-v-604d8288] {
3955
+ .footer-container .left-container[data-v-f808bd91] {
4109
3956
  display: flex;
4110
3957
  align-items: center;
4111
3958
  height: 100%;
4112
3959
  }
4113
- .footer-container .left-container .left-container-item[data-v-604d8288]:not(:first-child) {
3960
+ .footer-container .left-container .left-container-item[data-v-f808bd91]:not(:first-child) {
4114
3961
  margin-left: 1rem;
4115
3962
  }
4116
- .footer-container .center-container[data-v-604d8288] {
3963
+ .footer-container .center-container[data-v-f808bd91] {
4117
3964
  position: relative;
4118
3965
  display: flex;
4119
3966
  align-items: center;
4120
3967
  height: 100%;
4121
3968
  margin: 0 auto;
4122
3969
  }
4123
- .footer-container .center-container .center-container-item[data-v-604d8288]:not(:first-child) {
3970
+ .footer-container .center-container .center-container-item[data-v-f808bd91]:not(:first-child) {
4124
3971
  margin-left: 16px;
4125
3972
  }
4126
- .footer-container .right-container[data-v-604d8288] {
3973
+ .footer-container .right-container[data-v-f808bd91] {
4127
3974
  display: flex;
4128
3975
  align-items: center;
4129
3976
  height: 100%;
@@ -5111,6 +4958,159 @@ to {
5111
4958
  right: 0;
5112
4959
  z-index: 101;
5113
4960
  height: 100%;
4961
+ }span[data-v-939000cb] {
4962
+ padding-right: 5px;
4963
+ font-size: 12px;
4964
+ font-weight: 500;
4965
+ line-height: 17px;
4966
+ }
4967
+ .contact-container-main[data-v-939000cb] {
4968
+ position: fixed;
4969
+ bottom: 0;
4970
+ display: flex;
4971
+ flex-direction: column;
4972
+ width: 100%;
4973
+ padding-bottom: 4vh;
4974
+ border-radius: 15px 15px 0 0;
4975
+ animation-name: popup-939000cb;
4976
+ animation-duration: 200ms;
4977
+ background-color: var(--bg-color-operate);
4978
+ }
4979
+ @keyframes popup-939000cb {
4980
+ from {
4981
+ transform: scaleY(0);
4982
+ transform-origin: bottom;
4983
+ }
4984
+ to {
4985
+ transform: scaleY(1);
4986
+ transform-origin: bottom;
4987
+ }
4988
+ }
4989
+ .contact-container-main .contact-title-main[data-v-939000cb] {
4990
+ display: flex;
4991
+ flex-direction: row;
4992
+ align-items: center;
4993
+ padding: 30px 0 20px 25px;
4994
+ font-family: "PingFang SC";
4995
+ font-size: 20px;
4996
+ font-style: normal;
4997
+ font-weight: 500;
4998
+ line-height: 24px;
4999
+ color: var(--text-color-primary);
5000
+ }
5001
+ .contact-container-main .contact-content-main[data-v-939000cb] {
5002
+ display: flex;
5003
+ flex-direction: row;
5004
+ align-items: center;
5005
+ width: 90%;
5006
+ height: 15%;
5007
+ padding: 0 0 0 25px;
5008
+ margin-bottom: 10px;
5009
+ }
5010
+ .contact-container-main .contact-title[data-v-939000cb],
5011
+ .contact-container-main .contact-content[data-v-939000cb] {
5012
+ width: 28%;
5013
+ font-family: "PingFang SC";
5014
+ font-size: 14px;
5015
+ font-style: normal;
5016
+ font-weight: 400;
5017
+ line-height: 20px;
5018
+ white-space: nowrap;
5019
+ color: var(--text-color-primary);
5020
+ }
5021
+ .contact-container-main .contact-content[data-v-939000cb] {
5022
+ width: 62%;
5023
+ overflow: hidden;
5024
+ font-size: 14px;
5025
+ text-overflow: ellipsis;
5026
+ white-space: nowrap;
5027
+ color: var(--text-color-secondary);
5028
+ }
5029
+ .contact-container-main .contact-bottom[data-v-939000cb] {
5030
+ width: 90%;
5031
+ padding-left: 40px;
5032
+ font-family: "PingFang SC";
5033
+ font-size: 12px;
5034
+ font-style: normal;
5035
+ font-weight: 400;
5036
+ line-height: 17px;
5037
+ text-align: center;
5038
+ color: var(--text-color-secondary);
5039
+ }
5040
+ .contact-container-main .copy[data-v-939000cb] {
5041
+ margin-left: 30px;
5042
+ color: var(--text-color-link);
5043
+ }
5044
+ .cancel[data-v-939000cb] {
5045
+ flex: 1;
5046
+ padding-right: 30px;
5047
+ font-size: 16px;
5048
+ font-weight: 400;
5049
+ text-align: end;
5050
+ }.more-container[data-v-d1a96ffd] {
5051
+ padding: 20px;
5052
+ }
5053
+ .more-container .more-title[data-v-d1a96ffd] {
5054
+ display: flex;
5055
+ align-items: center;
5056
+ }
5057
+ .more-container .more-title .email-icon[data-v-d1a96ffd] {
5058
+ color: var(--uikit-color-gray-7);
5059
+ }
5060
+ .more-container .more-title .more-notice[data-v-d1a96ffd] {
5061
+ width: 100%;
5062
+ height: 22px;
5063
+ padding-left: 8px;
5064
+ font-size: 14px;
5065
+ font-weight: 400;
5066
+ line-height: 22px;
5067
+ color: var(--text-color-primary);
5068
+ }
5069
+ .more-container .more-item[data-v-d1a96ffd] {
5070
+ position: relative;
5071
+ display: flex;
5072
+ flex-direction: column;
5073
+ }
5074
+ .more-container .more-item[data-v-d1a96ffd]:not(:first-child) {
5075
+ margin-top: 20px;
5076
+ }
5077
+ .more-container .more-item:not(:first-child) .item-title[data-v-d1a96ffd] {
5078
+ width: 100%;
5079
+ padding-bottom: 8px;
5080
+ font-size: 14px;
5081
+ font-weight: 400;
5082
+ line-height: 22px;
5083
+ color: var(--text-color-primary);
5084
+ }
5085
+ .more-container .more-item:not(:first-child) .more-content[data-v-d1a96ffd] {
5086
+ position: relative;
5087
+ box-sizing: border-box;
5088
+ display: inline-block;
5089
+ flex: 1;
5090
+ height: 42px;
5091
+ padding: 10px 30px 10px 16px;
5092
+ overflow: hidden;
5093
+ font-size: 14px;
5094
+ font-weight: 500;
5095
+ line-height: 22px;
5096
+ text-overflow: ellipsis;
5097
+ white-space: nowrap;
5098
+ border-radius: 8px;
5099
+ outline: none;
5100
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
5101
+ color: var(--text-color-primary);
5102
+ background-color: var(--bg-color-input);
5103
+ border: 1px solid var(--stroke-color-module);
5104
+ }
5105
+ .more-container .more-item:not(:first-child) .copy-icon[data-v-d1a96ffd] {
5106
+ position: absolute;
5107
+ top: 45px;
5108
+ right: 10px;
5109
+ display: flex;
5110
+ align-items: center;
5111
+ justify-content: center;
5112
+ cursor: pointer;
5113
+ color: var(--text-color-link);
5114
5114
  }.conversation[data-v-b897add1] {
5115
5115
  height: 100%;
5116
5116
  padding: 20px;
@@ -9140,7 +9140,7 @@ body, html {
9140
9140
  }
9141
9141
  .tui-room :not([class|=el]) {
9142
9142
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
9143
- }.tui-room[data-v-d9ae22c4] {
9143
+ }.tui-room[data-v-3b59b436] {
9144
9144
  position: relative;
9145
9145
  display: flex;
9146
9146
  flex-direction: column;
@@ -9152,7 +9152,7 @@ body, html {
9152
9152
  text-align: left;
9153
9153
  background-color: var(--bg-color-topbar);
9154
9154
  }
9155
- .tui-room .header[data-v-d9ae22c4] {
9155
+ .tui-room .header[data-v-3b59b436] {
9156
9156
  position: absolute;
9157
9157
  top: 0;
9158
9158
  left: 0;
@@ -9163,20 +9163,20 @@ body, html {
9163
9163
  border-bottom: 1px solid var(--stroke-color-primary);
9164
9164
  box-shadow: 0 1px 0 var(--uikit-color-black-8);
9165
9165
  }
9166
- .tui-room .content[data-v-d9ae22c4] {
9166
+ .tui-room .content[data-v-3b59b436] {
9167
9167
  position: absolute;
9168
9168
  top: 0;
9169
9169
  width: 100%;
9170
9170
  height: 100%;
9171
9171
  background-color: var(--bg-color-topbar);
9172
9172
  }
9173
- .tui-room.tui-room-h5[data-v-d9ae22c4] {
9173
+ .tui-room.tui-room-h5[data-v-3b59b436] {
9174
9174
  width: 100%;
9175
9175
  min-width: 350px;
9176
9176
  height: 100%;
9177
9177
  min-height: 525px;
9178
9178
  }
9179
- #roomContainer.chat-room[data-v-d9ae22c4] {
9179
+ #roomContainer.chat-room[data-v-3b59b436] {
9180
9180
  position: absolute;
9181
9181
  top: 0;
9182
9182
  right: 0;
@@ -9188,8 +9188,8 @@ body, html {
9188
9188
  margin: auto;
9189
9189
  border-radius: 10px;
9190
9190
  }
9191
- #roomContainer.tui-room-h5[data-v-d9ae22c4],
9192
- #roomContainer .chat-room[data-v-d9ae22c4] {
9191
+ #roomContainer.tui-room-h5[data-v-3b59b436],
9192
+ #roomContainer .chat-room[data-v-3b59b436] {
9193
9193
  width: 100%;
9194
9194
  height: 100%;
9195
9195
  }.user-info-container[data-v-9e9aff53] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndscnj/roomkit-web-vue3",
3
- "version": "25.12.2320",
3
+ "version": "25.12.2410",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",
@@ -112,6 +112,7 @@ function handleControlClick(name: string) {
112
112
  }
113
113
  const emit = defineEmits(['on-vote']);
114
114
  const onVote = (data: { name: string; visible: boolean }) => {
115
+ console.log(data,"data111")
115
116
  emit('on-vote', { code: data.visible, message: 'vote' });
116
117
  };
117
118
  </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="vote-control-container" v-if="voteControlConfig.visible">
2
+ <div class="vote-control-container">
3
3
  <icon-button
4
4
  :is-active="sidebarName === 'vote'"
5
5
  :title="t('Vote')"
@@ -7,13 +7,13 @@
7
7
  >
8
8
  <IconAIIcon size="24" />
9
9
  </icon-button>
10
- <div class="contact-container" v-if="!isSidebarOpen && showToolBox">
10
+ <!-- <div class="contact-container" v-if="!isSidebarOpen && showToolBox">
11
11
  <room-vote ref="contactRef" @on-close-contact="handleOnCloseContact">
12
12
  <template #content>
13
13
  <slot name="content"></slot>
14
14
  </template>
15
15
  </room-vote>
16
- </div>
16
+ </div> -->
17
17
  </div>
18
18
  </template>
19
19
 
@@ -34,9 +34,9 @@ const showToolBox = ref(false);
34
34
  watch(isSidebarOpen, newValue => {
35
35
  showToolBox.value = newValue && false;
36
36
  });
37
- const voteControlConfig = roomService.getComponentConfig('VoteControl');
38
37
  const emit = defineEmits(['on-vote']);
39
38
  function toggleToolBox() {
39
+ console.log(showToolBox.value,"0000")
40
40
  showToolBox.value = !showToolBox.value;
41
41
  emit('on-vote', {
42
42
  name: 'onVote',
@@ -322,6 +322,7 @@ function resetStore() {
322
322
  }
323
323
 
324
324
  const onVote = (data: { name: string; visible: boolean }) => {
325
+ console.log(data,"data222")
325
326
  emit('on-vote', { code: data.visible, message: 'vote' });
326
327
  };
327
328
  const onStartRoom = () => {