@tencentcloud/roomkit-electron-vue3 2.7.1 → 2.8.1

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 (540) hide show
  1. package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
  2. package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.mjs +67 -0
  3. package/es/components/Chat/ChatKit/components/TUIChat/index.vue.mjs +1 -1
  4. package/es/components/Chat/ChatKit/components/TUIChat/index.vue2.mjs +23 -10
  5. package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.mjs +1 -1
  6. package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.mjs +14 -1
  7. package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
  8. package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.mjs +1 -1
  9. package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.mjs +13 -13
  10. package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.mjs +1 -1
  11. package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.mjs +2 -2
  12. package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.mjs +1 -1
  13. package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.mjs +1 -1
  14. package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.mjs +1 -1
  15. package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.mjs +1 -1
  16. package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.mjs +2 -1
  17. package/es/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
  18. package/es/components/Chat/ChatKit/components/TUIChat/server.mjs +12 -3
  19. package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.mjs +2 -1
  20. package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +1 -1
  21. package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +2 -2
  22. package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.mjs +1 -1
  23. package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.mjs +1 -1
  24. package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
  25. package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.mjs +1 -1
  26. package/es/components/Chat/ChatKit/components/common/Transfer/index.vue2.mjs +3 -3
  27. package/es/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
  28. package/es/components/Chat/ChatKit/locales/en/TUIChat.mjs +5 -2
  29. package/es/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
  30. package/es/components/Chat/ChatKit/locales/en/message.mjs +2 -2
  31. package/es/components/Chat/ChatKit/locales/index.d.ts +4 -1083
  32. package/es/components/Chat/ChatKit/locales/index.mjs +3 -1
  33. package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
  34. package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.mjs +4 -1
  35. package/es/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
  36. package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
  37. package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.mjs +155 -0
  38. package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
  39. package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.mjs +67 -0
  40. package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
  41. package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.mjs +25 -0
  42. package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
  43. package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.mjs +88 -0
  44. package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
  45. package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.mjs +42 -0
  46. package/es/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
  47. package/es/components/Chat/ChatKit/locales/zh_tw/component.mjs +22 -0
  48. package/es/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
  49. package/es/components/Chat/ChatKit/locales/zh_tw/emoji.mjs +4 -0
  50. package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
  51. package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.mjs +12 -0
  52. package/es/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
  53. package/es/components/Chat/ChatKit/locales/zh_tw/index.mjs +39 -0
  54. package/es/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
  55. package/es/components/Chat/ChatKit/locales/zh_tw/message.mjs +63 -0
  56. package/es/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
  57. package/es/components/Chat/ChatKit/locales/zh_tw/time.mjs +38 -0
  58. package/es/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
  59. package/es/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
  60. package/es/components/Chat/ChatKit/locales/zh_tw/words.mjs +15 -0
  61. package/es/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
  62. package/es/components/Chat/ChatKit/utils/riseInput.mjs +45 -0
  63. package/es/components/Chat/index/index.vue.mjs +1 -1
  64. package/es/components/Chat/index/index.vue2.mjs +4 -19
  65. package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
  66. package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +3 -3
  67. package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +1 -1
  68. package/es/components/PreRoom/PasswordDialog.vue.mjs +1 -1
  69. package/es/components/PreRoom/PasswordDialog.vue2.mjs +21 -12
  70. package/es/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
  71. package/es/components/RoomContent/StreamContainer/index.vue.mjs +1 -1
  72. package/es/components/RoomContent/StreamContainer/index.vue2.mjs +111 -262
  73. package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
  74. package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.mjs +11 -0
  75. package/es/components/RoomContent/index.vue.d.ts +1 -14
  76. package/es/components/RoomContent/index.vue.mjs +1 -1
  77. package/es/components/RoomContent/index.vue2.mjs +1 -4
  78. package/es/components/RoomFooter/AIControl.vue.d.ts +1 -5
  79. package/es/components/RoomFooter/AIControl.vue.mjs +1 -1
  80. package/es/components/RoomFooter/AIControl.vue2.mjs +5 -8
  81. package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +1 -1
  82. package/es/components/RoomFooter/BasicBeauty.vue.mjs +1 -1
  83. package/es/components/RoomFooter/BasicBeauty.vue2.mjs +6 -3
  84. package/es/components/RoomFooter/ChatControl.vue.mjs +2 -1
  85. package/es/components/RoomFooter/EndControl/index.vue.mjs +1 -1
  86. package/es/components/RoomFooter/EndControl/index.vue2.mjs +4 -6
  87. package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +8 -12
  88. package/es/components/RoomFooter/FullScreenControl.vue.mjs +1 -1
  89. package/es/components/RoomFooter/InviteControl.vue.mjs +1 -1
  90. package/es/components/RoomFooter/InviteControl.vue2.mjs +2 -1
  91. package/es/components/RoomFooter/ManageMemberControl.vue.mjs +1 -1
  92. package/es/components/RoomFooter/MoreControl/index.vue.mjs +1 -1
  93. package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
  94. package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +3 -3
  95. package/es/components/RoomFooter/VirtualBackground.vue.mjs +1 -1
  96. package/es/components/RoomFooter/VirtualBackground.vue2.mjs +5 -2
  97. package/es/components/RoomFooter/WhiteboardControl.vue.mjs +13 -3
  98. package/es/components/RoomFooter/index/index.vue.d.ts +1 -5
  99. package/es/components/RoomFooter/index/index.vue.mjs +1 -1
  100. package/es/components/RoomFooter/index/index.vue2.mjs +2 -8
  101. package/es/components/RoomHeader/UserInfo/index.vue.mjs +1 -1
  102. package/es/components/RoomHeader/UserInfo/index.vue2.mjs +3 -2
  103. package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +1 -1
  104. package/es/components/RoomHeader/index/index.vue.d.ts +1 -5
  105. package/es/components/RoomHeader/index/index.vue.mjs +1 -1
  106. package/es/components/RoomHeader/index/index.vue2.mjs +0 -15
  107. package/es/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
  108. package/es/components/RoomHome/RoomControl/index.vue.mjs +1 -1
  109. package/es/components/RoomHome/RoomControl/index.vue2.mjs +1 -2
  110. package/es/components/RoomInvite/InvitationNotification.vue2.mjs +1 -1
  111. package/es/components/RoomInvite/useRoomInviteHooks.mjs +2 -2
  112. package/es/components/RoomOverlay/RoomOverlay.vue.mjs +16 -0
  113. package/es/components/RoomOverlay/RoomOverlay.vue2.mjs +4 -0
  114. package/es/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
  115. package/es/components/RoomOverlay/useRoomOverlayHooks.mjs +30 -0
  116. package/es/components/RoomSidebar/index.vue.mjs +1 -1
  117. package/es/components/ScheduleConference/InvitePanel.vue.mjs +1 -1
  118. package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.mjs +1 -1
  119. package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +11 -7
  120. package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +1 -1
  121. package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +3 -3
  122. package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +2 -2
  123. package/es/components/ScheduleConference/ShareLink.vue2.mjs +1 -1
  124. package/es/components/ScheduleConference/TimezonePicker.vue.mjs +1 -1
  125. package/es/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
  126. package/es/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.mjs +2 -2
  127. package/es/components/Stream/MultiStreamView/index.vue2.mjs +99 -0
  128. package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
  129. package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.mjs +95 -0
  130. package/es/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
  131. package/es/components/Stream/SingleStreamView/index.vue.mjs +30 -0
  132. package/es/components/Stream/SingleStreamView/index.vue2.mjs +4 -0
  133. package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.mjs +1 -1
  134. package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.mjs +23 -58
  135. package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.mjs +1 -1
  136. package/es/components/Stream/common/StreamList/index.vue.d.ts +27 -0
  137. package/es/components/{RoomContent → Stream/common}/StreamList/index.vue.mjs +2 -2
  138. package/es/components/{RoomContent → Stream/common}/StreamList/index.vue2.mjs +59 -95
  139. package/{lib/components/RoomContent/StreamRegion → es/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
  140. package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.mjs +1 -1
  141. package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.mjs +17 -12
  142. package/es/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
  143. package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue.mjs +2 -2
  144. package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.mjs +24 -27
  145. package/es/components/common/Language.vue.mjs +1 -1
  146. package/es/components/common/SwitchTheme.vue.mjs +1 -1
  147. package/es/components/common/base/Button.vue.d.ts +1 -1
  148. package/es/components/common/base/Checkbox/index.vue.d.ts +1 -1
  149. package/es/components/common/base/Dialog/index.vue.d.ts +4 -4
  150. package/es/components/common/base/IconButton.vue.d.ts +3 -3
  151. package/es/components/common/base/Input/index.vue.d.ts +4 -4
  152. package/es/components/common/base/Message/Message.vue.d.ts +4 -4
  153. package/es/components/common/base/MessageBox/index.vue.d.ts +1 -1
  154. package/es/components/common/base/Notification/index.vue.d.ts +1 -1
  155. package/es/components/common/base/Select/index.vue.d.ts +1 -1
  156. package/es/components/common/base/Select/index.vue2.mjs +1 -1
  157. package/es/components/common/base/Slider.vue.d.ts +1 -1
  158. package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue.mjs +2 -2
  159. package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.mjs +8 -7
  160. package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.mjs +2 -2
  161. package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue2.mjs +9 -8
  162. package/es/conference.d.ts +6 -0
  163. package/es/conference.mjs +7 -1
  164. package/es/conference.vue.mjs +1 -1
  165. package/es/conference.vue2.mjs +14 -24
  166. package/es/extension/chatExtension.mjs +1 -1
  167. package/es/extension/utils/interact.mjs +1 -1
  168. package/es/extension/utils/setLanguage.mjs +1 -1
  169. package/es/hooks/useMasterApplyControl.mjs +2 -1
  170. package/es/index.d.ts +1 -0
  171. package/es/index.mjs +969 -1197
  172. package/es/locales/en-US.d.ts +2 -1
  173. package/es/locales/en-US.mjs +3 -2
  174. package/es/locales/zh-CN.d.ts +2 -1
  175. package/es/locales/zh-CN.mjs +2 -1
  176. package/es/preConference.vue.d.ts +5 -0
  177. package/es/preConference.vue.mjs +1 -1
  178. package/es/preConference.vue2.mjs +7 -4
  179. package/es/services/index.d.ts +1 -0
  180. package/es/services/manager/chatManager.d.ts +0 -2
  181. package/es/services/manager/chatManager.mjs +6 -12
  182. package/{lib/services/manager/MediaManager.d.ts → es/services/manager/mediaManager.d.ts} +16 -13
  183. package/es/services/manager/{MediaManager.mjs → mediaManager.mjs} +110 -113
  184. package/es/services/manager/roomActionManager.d.ts +3 -0
  185. package/es/services/manager/roomActionManager.mjs +7 -0
  186. package/es/services/manager/scheduleConferenceManager.d.ts +1 -0
  187. package/es/services/manager/scheduleConferenceManager.mjs +24 -1
  188. package/es/services/manager/trackingManager.d.ts +11 -0
  189. package/es/services/manager/trackingManager.mjs +20 -0
  190. package/es/services/manager/userManager.d.ts +11 -1
  191. package/es/services/manager/userManager.mjs +159 -9
  192. package/es/services/roomService.d.ts +3 -2
  193. package/es/services/roomService.mjs +23 -41
  194. package/es/stores/basic.mjs +6 -1
  195. package/es/stores/room.d.ts +29 -1
  196. package/es/stores/room.mjs +49 -59
  197. package/es/utils/domOperation.d.ts +4 -0
  198. package/es/utils/domOperation.mjs +17 -23
  199. package/es/utils/utils.d.ts +11 -0
  200. package/es/utils/utils.mjs +43 -0
  201. package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
  202. package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.js +67 -0
  203. package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +1 -1
  204. package/lib/components/Chat/ChatKit/components/TUIChat/index.vue2.js +22 -9
  205. package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.js +1 -1
  206. package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js +13 -0
  207. package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
  208. package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +1 -1
  209. package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.js +13 -13
  210. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +1 -1
  211. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.js +1 -1
  212. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +1 -1
  213. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.js +1 -1
  214. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.js +1 -1
  215. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +1 -1
  216. package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js +1 -0
  217. package/lib/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
  218. package/lib/components/Chat/ChatKit/components/TUIChat/server.js +12 -3
  219. package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.js +2 -1
  220. package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +1 -1
  221. package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.js +2 -2
  222. package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +1 -1
  223. package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +1 -1
  224. package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
  225. package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +1 -1
  226. package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue2.js +2 -2
  227. package/lib/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
  228. package/lib/components/Chat/ChatKit/locales/en/TUIChat.js +5 -2
  229. package/lib/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
  230. package/lib/components/Chat/ChatKit/locales/en/message.js +2 -2
  231. package/lib/components/Chat/ChatKit/locales/index.d.ts +4 -1083
  232. package/lib/components/Chat/ChatKit/locales/index.js +3 -1
  233. package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
  234. package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.js +4 -1
  235. package/lib/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
  236. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
  237. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.js +155 -0
  238. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
  239. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.js +67 -0
  240. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
  241. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.js +25 -0
  242. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
  243. package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.js +88 -0
  244. package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
  245. package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.js +42 -0
  246. package/lib/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
  247. package/lib/components/Chat/ChatKit/locales/zh_tw/component.js +22 -0
  248. package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
  249. package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.js +4 -0
  250. package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
  251. package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.js +12 -0
  252. package/lib/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
  253. package/lib/components/Chat/ChatKit/locales/zh_tw/index.js +39 -0
  254. package/lib/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
  255. package/lib/components/Chat/ChatKit/locales/zh_tw/message.js +63 -0
  256. package/lib/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
  257. package/lib/components/Chat/ChatKit/locales/zh_tw/time.js +38 -0
  258. package/lib/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
  259. package/lib/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
  260. package/lib/components/Chat/ChatKit/locales/zh_tw/words.js +15 -0
  261. package/lib/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
  262. package/lib/components/Chat/ChatKit/utils/riseInput.js +45 -0
  263. package/lib/components/Chat/index/index.vue.js +1 -1
  264. package/lib/components/Chat/index/index.vue2.js +2 -17
  265. package/lib/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
  266. package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +3 -3
  267. package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +1 -1
  268. package/lib/components/PreRoom/PasswordDialog.vue.js +1 -1
  269. package/lib/components/PreRoom/PasswordDialog.vue2.js +20 -11
  270. package/lib/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
  271. package/lib/components/RoomContent/StreamContainer/index.vue.js +1 -1
  272. package/lib/components/RoomContent/StreamContainer/index.vue2.js +109 -260
  273. package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
  274. package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.js +11 -0
  275. package/lib/components/RoomContent/index.vue.d.ts +1 -14
  276. package/lib/components/RoomContent/index.vue.js +1 -1
  277. package/lib/components/RoomContent/index.vue2.js +1 -4
  278. package/lib/components/RoomFooter/AIControl.vue.d.ts +1 -5
  279. package/lib/components/RoomFooter/AIControl.vue.js +1 -1
  280. package/lib/components/RoomFooter/AIControl.vue2.js +5 -8
  281. package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +1 -1
  282. package/lib/components/RoomFooter/BasicBeauty.vue.js +1 -1
  283. package/lib/components/RoomFooter/BasicBeauty.vue2.js +6 -3
  284. package/lib/components/RoomFooter/ChatControl.vue.js +2 -1
  285. package/lib/components/RoomFooter/EndControl/index.vue.js +1 -1
  286. package/lib/components/RoomFooter/EndControl/index.vue2.js +4 -6
  287. package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +8 -12
  288. package/lib/components/RoomFooter/FullScreenControl.vue.js +1 -1
  289. package/lib/components/RoomFooter/InviteControl.vue.js +1 -1
  290. package/lib/components/RoomFooter/InviteControl.vue2.js +2 -1
  291. package/lib/components/RoomFooter/ManageMemberControl.vue.js +1 -1
  292. package/lib/components/RoomFooter/MoreControl/index.vue.js +1 -1
  293. package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
  294. package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +3 -3
  295. package/lib/components/RoomFooter/VirtualBackground.vue.js +1 -1
  296. package/lib/components/RoomFooter/VirtualBackground.vue2.js +5 -2
  297. package/lib/components/RoomFooter/WhiteboardControl.vue.js +13 -3
  298. package/lib/components/RoomFooter/index/index.vue.d.ts +1 -5
  299. package/lib/components/RoomFooter/index/index.vue.js +1 -1
  300. package/lib/components/RoomFooter/index/index.vue2.js +2 -8
  301. package/lib/components/RoomHeader/UserInfo/index.vue.js +1 -1
  302. package/lib/components/RoomHeader/UserInfo/index.vue2.js +3 -2
  303. package/lib/components/RoomHeader/index/LayoutControl.vue2.js +1 -1
  304. package/lib/components/RoomHeader/index/index.vue.d.ts +1 -5
  305. package/lib/components/RoomHeader/index/index.vue.js +1 -1
  306. package/lib/components/RoomHeader/index/index.vue2.js +0 -15
  307. package/lib/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
  308. package/lib/components/RoomHome/RoomControl/index.vue.js +1 -1
  309. package/lib/components/RoomHome/RoomControl/index.vue2.js +1 -2
  310. package/lib/components/RoomInvite/InvitationNotification.vue2.js +1 -1
  311. package/lib/components/RoomInvite/useRoomInviteHooks.js +2 -2
  312. package/lib/components/RoomOverlay/RoomOverlay.vue.js +16 -0
  313. package/lib/components/RoomOverlay/RoomOverlay.vue2.js +4 -0
  314. package/lib/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
  315. package/lib/components/RoomOverlay/useRoomOverlayHooks.js +30 -0
  316. package/lib/components/RoomSidebar/index.vue.js +1 -1
  317. package/lib/components/ScheduleConference/InvitePanel.vue.js +1 -1
  318. package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.js +1 -1
  319. package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +11 -7
  320. package/lib/components/ScheduleConference/ScheduleRoomControl.vue.js +1 -1
  321. package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +3 -3
  322. package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +2 -2
  323. package/lib/components/ScheduleConference/ShareLink.vue2.js +1 -1
  324. package/lib/components/ScheduleConference/TimezonePicker.vue.js +1 -1
  325. package/lib/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
  326. package/lib/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.js +2 -2
  327. package/lib/components/Stream/MultiStreamView/index.vue2.js +99 -0
  328. package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
  329. package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.js +95 -0
  330. package/lib/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
  331. package/lib/components/Stream/SingleStreamView/index.vue.js +30 -0
  332. package/lib/components/Stream/SingleStreamView/index.vue2.js +4 -0
  333. package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.js +1 -1
  334. package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.js +22 -57
  335. package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.js +1 -1
  336. package/lib/components/Stream/common/StreamList/index.vue.d.ts +27 -0
  337. package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue.js +2 -2
  338. package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue2.js +60 -96
  339. package/{es/components/RoomContent/StreamRegion → lib/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
  340. package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.js +1 -1
  341. package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.js +21 -16
  342. package/lib/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
  343. package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue.js +2 -2
  344. package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.js +24 -27
  345. package/lib/components/common/Language.vue.js +1 -1
  346. package/lib/components/common/SwitchTheme.vue.js +1 -1
  347. package/lib/components/common/base/Button.vue.d.ts +1 -1
  348. package/lib/components/common/base/Checkbox/index.vue.d.ts +1 -1
  349. package/lib/components/common/base/Dialog/index.vue.d.ts +4 -4
  350. package/lib/components/common/base/IconButton.vue.d.ts +3 -3
  351. package/lib/components/common/base/Input/index.vue.d.ts +4 -4
  352. package/lib/components/common/base/Message/Message.vue.d.ts +4 -4
  353. package/lib/components/common/base/MessageBox/index.vue.d.ts +1 -1
  354. package/lib/components/common/base/Notification/index.vue.d.ts +1 -1
  355. package/lib/components/common/base/Select/index.vue.d.ts +1 -1
  356. package/lib/components/common/base/Select/index.vue2.js +1 -1
  357. package/lib/components/common/base/Slider.vue.d.ts +1 -1
  358. package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue.js +2 -2
  359. package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.js +8 -7
  360. package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.js +2 -2
  361. package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue2.js +9 -8
  362. package/lib/conference.d.ts +6 -0
  363. package/lib/conference.js +7 -1
  364. package/lib/conference.vue.js +1 -1
  365. package/lib/conference.vue2.js +14 -24
  366. package/lib/extension/chatExtension.js +1 -1
  367. package/lib/extension/utils/interact.js +1 -1
  368. package/lib/extension/utils/setLanguage.js +1 -1
  369. package/lib/hooks/useMasterApplyControl.js +2 -1
  370. package/lib/index.d.ts +1 -0
  371. package/lib/index.js +969 -1197
  372. package/lib/locales/en-US.d.ts +2 -1
  373. package/lib/locales/en-US.js +3 -2
  374. package/lib/locales/zh-CN.d.ts +2 -1
  375. package/lib/locales/zh-CN.js +2 -1
  376. package/lib/preConference.vue.d.ts +5 -0
  377. package/lib/preConference.vue.js +1 -1
  378. package/lib/preConference.vue2.js +6 -3
  379. package/lib/services/index.d.ts +1 -0
  380. package/lib/services/manager/chatManager.d.ts +0 -2
  381. package/lib/services/manager/chatManager.js +6 -12
  382. package/{es/services/manager/MediaManager.d.ts → lib/services/manager/mediaManager.d.ts} +16 -13
  383. package/lib/services/manager/{MediaManager.js → mediaManager.js} +109 -112
  384. package/lib/services/manager/roomActionManager.d.ts +3 -0
  385. package/lib/services/manager/roomActionManager.js +7 -0
  386. package/lib/services/manager/scheduleConferenceManager.d.ts +1 -0
  387. package/lib/services/manager/scheduleConferenceManager.js +23 -0
  388. package/lib/services/manager/trackingManager.d.ts +11 -0
  389. package/lib/services/manager/trackingManager.js +20 -0
  390. package/lib/services/manager/userManager.d.ts +11 -1
  391. package/lib/services/manager/userManager.js +158 -8
  392. package/lib/services/roomService.d.ts +3 -2
  393. package/lib/services/roomService.js +24 -42
  394. package/lib/stores/basic.js +6 -1
  395. package/lib/stores/room.d.ts +29 -1
  396. package/lib/stores/room.js +49 -59
  397. package/lib/utils/domOperation.d.ts +4 -0
  398. package/lib/utils/domOperation.js +17 -23
  399. package/lib/utils/utils.d.ts +11 -0
  400. package/lib/utils/utils.js +43 -0
  401. package/package.json +4 -4
  402. package/src/TUIRoom/components/Chat/ChatKit/CHANGELOG.md +35 -0
  403. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.ts +66 -0
  404. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.vue +24 -8
  405. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue +15 -1
  406. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue +13 -13
  407. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/index.vue +1 -1
  408. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue +2 -1
  409. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue +4 -6
  410. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue +9 -3
  411. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/server.ts +12 -3
  412. package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.ts +1 -0
  413. package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.vue +3 -1
  414. package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.vue +2 -2
  415. package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.vue +1 -1
  416. package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/h5.scss +4 -3
  417. package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/modal.scss +0 -2
  418. package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue +2 -2
  419. package/src/TUIRoom/components/Chat/ChatKit/components/common/Overlay/index.vue +5 -0
  420. package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.vue +2 -2
  421. package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIChat.ts +4 -1
  422. package/src/TUIRoom/components/Chat/ChatKit/locales/en/message.ts +2 -2
  423. package/src/TUIRoom/components/Chat/ChatKit/locales/index.ts +9 -3
  424. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIChat.ts +3 -0
  425. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIChat.ts +154 -0
  426. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIContact.ts +66 -0
  427. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIConversation.ts +24 -0
  428. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIGroup.ts +87 -0
  429. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUISearch.ts +41 -0
  430. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/component.ts +21 -0
  431. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/emoji.ts +2 -0
  432. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/evaluate.ts +11 -0
  433. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/index.ts +41 -0
  434. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/message.ts +62 -0
  435. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/time.ts +37 -0
  436. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/translate.ts +164 -0
  437. package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/words.ts +14 -0
  438. package/src/TUIRoom/components/Chat/ChatKit/utils/riseInput.ts +53 -0
  439. package/src/TUIRoom/components/Chat/index/index.vue +2 -20
  440. package/src/TUIRoom/components/ManageMember/MemberControl/useMemberControlHooks.ts +7 -4
  441. package/src/TUIRoom/components/PreRoom/PasswordDialog.vue +21 -11
  442. package/src/TUIRoom/components/RoomContent/StreamContainer/index.vue +107 -384
  443. package/src/TUIRoom/components/RoomContent/StreamContainer/useStreamContainerHooks.ts +5 -112
  444. package/src/TUIRoom/components/RoomContent/index.vue +1 -5
  445. package/src/TUIRoom/components/RoomFooter/AIControl.vue +7 -6
  446. package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +1 -1
  447. package/src/TUIRoom/components/RoomFooter/ChatControl.vue +1 -0
  448. package/src/TUIRoom/components/RoomFooter/EndControl/index.vue +4 -3
  449. package/src/TUIRoom/components/RoomFooter/EndControl/useEndControlHooks.ts +4 -10
  450. package/src/TUIRoom/components/RoomFooter/InviteControl.vue +1 -0
  451. package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +3 -3
  452. package/src/TUIRoom/components/RoomFooter/VirtualBackground.vue +1 -1
  453. package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +13 -2
  454. package/src/TUIRoom/components/RoomFooter/index/index.vue +0 -6
  455. package/src/TUIRoom/components/RoomHeader/UserInfo/index.vue +2 -5
  456. package/src/TUIRoom/components/RoomHeader/index/index.vue +0 -17
  457. package/src/TUIRoom/components/RoomHome/RoomControl/index.vue +0 -2
  458. package/src/TUIRoom/components/RoomInvite/useRoomInviteHooks.ts +2 -2
  459. package/src/TUIRoom/components/RoomOverlay/RoomOverlay.vue +13 -0
  460. package/src/TUIRoom/components/RoomOverlay/useRoomOverlayHooks.ts +21 -0
  461. package/src/TUIRoom/components/RoomSidebar/index.vue +1 -1
  462. package/src/TUIRoom/components/ScheduleConference/InvitePanel.vue +1 -0
  463. package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel/index.vue +10 -4
  464. package/src/TUIRoom/components/ScheduleConference/ScheduleRoomControl.vue +1 -0
  465. package/src/TUIRoom/components/Stream/MultiStreamView/index.vue +161 -0
  466. package/src/TUIRoom/components/Stream/MultiStreamView/useMultiStreamViewHook.ts +107 -0
  467. package/src/TUIRoom/components/Stream/SingleStreamView/index.vue +32 -0
  468. package/src/TUIRoom/components/Stream/common/LocalScreenView/index.vue +150 -0
  469. package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue +1 -6
  470. package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamList/index.vue +74 -124
  471. package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue +28 -13
  472. package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamRegion/index.vue +27 -32
  473. package/src/TUIRoom/components/common/base/Swiper.vue +20 -6
  474. package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AISubtitles.vue +2 -2
  475. package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AITranscription.vue +3 -3
  476. package/src/TUIRoom/conference.ts +14 -0
  477. package/src/TUIRoom/conference.vue +10 -23
  478. package/src/TUIRoom/hooks/useMasterApplyControl.ts +2 -1
  479. package/src/TUIRoom/index.ts +3 -1
  480. package/src/TUIRoom/locales/en-US.ts +4 -3
  481. package/src/TUIRoom/locales/zh-CN.ts +3 -1
  482. package/src/TUIRoom/preConference.vue +3 -1
  483. package/src/TUIRoom/services/index.ts +1 -0
  484. package/src/TUIRoom/services/manager/chatManager.ts +7 -16
  485. package/src/TUIRoom/services/manager/{MediaManager.ts → mediaManager.ts} +125 -136
  486. package/src/TUIRoom/services/manager/roomActionManager.ts +5 -0
  487. package/src/TUIRoom/services/manager/scheduleConferenceManager.ts +24 -1
  488. package/src/TUIRoom/services/manager/trackingManager.ts +22 -0
  489. package/src/TUIRoom/services/manager/userManager.ts +201 -7
  490. package/src/TUIRoom/services/roomService.ts +5 -24
  491. package/src/TUIRoom/stores/basic.ts +6 -0
  492. package/src/TUIRoom/stores/room.ts +60 -71
  493. package/src/TUIRoom/utils/domOperation.ts +27 -0
  494. package/src/TUIRoom/utils/utils.ts +61 -0
  495. package/es/components/Chat/ChatEditor/index.vue.mjs +0 -7
  496. package/es/components/Chat/ChatEditor/index.vue2.mjs +0 -45
  497. package/es/components/Chat/ChatEditor/useChatEditor.mjs +0 -83
  498. package/es/components/Chat/EditorTools/index.vue.d.ts +0 -6
  499. package/es/components/Chat/EditorTools/index.vue.mjs +0 -7
  500. package/es/components/Chat/EditorTools/index.vue2.mjs +0 -59
  501. package/es/components/Chat/MessageList/index.vue2.mjs +0 -101
  502. package/es/components/Chat/MessageList/useMessageListHook.mjs +0 -142
  503. package/es/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
  504. package/es/components/Chat/MessageTypes/MessageText.vue.mjs +0 -7
  505. package/es/components/Chat/MessageTypes/MessageText.vue2.mjs +0 -31
  506. package/es/components/Chat/util.mjs +0 -432
  507. package/es/components/RoomContent/StreamList/index.vue.d.ts +0 -39
  508. package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
  509. package/es/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
  510. package/es/components/common/icons/EmojiIcon.vue.mjs +0 -21
  511. package/lib/components/Chat/ChatEditor/index.vue.js +0 -7
  512. package/lib/components/Chat/ChatEditor/index.vue2.js +0 -45
  513. package/lib/components/Chat/ChatEditor/useChatEditor.js +0 -83
  514. package/lib/components/Chat/EditorTools/index.vue.d.ts +0 -6
  515. package/lib/components/Chat/EditorTools/index.vue.js +0 -7
  516. package/lib/components/Chat/EditorTools/index.vue2.js +0 -59
  517. package/lib/components/Chat/MessageList/index.vue.d.ts +0 -2
  518. package/lib/components/Chat/MessageList/index.vue2.js +0 -101
  519. package/lib/components/Chat/MessageList/useMessageListHook.js +0 -142
  520. package/lib/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
  521. package/lib/components/Chat/MessageTypes/MessageText.vue.js +0 -7
  522. package/lib/components/Chat/MessageTypes/MessageText.vue2.js +0 -31
  523. package/lib/components/Chat/util.js +0 -432
  524. package/lib/components/RoomContent/StreamList/index.vue.d.ts +0 -39
  525. package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
  526. package/lib/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
  527. package/lib/components/common/icons/EmojiIcon.vue.d.ts +0 -2
  528. package/lib/components/common/icons/EmojiIcon.vue.js +0 -21
  529. /package/es/components/{AITools/AISubtitles.vue.d.ts → RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
  530. /package/es/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
  531. /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
  532. /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.mjs +0 -0
  533. /package/{lib/components → es/components/common/widgets}/AITools/AISubtitles.vue.d.ts +0 -0
  534. /package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
  535. /package/{es/components/Chat/MessageList/index.vue.d.ts → lib/components/RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
  536. /package/lib/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
  537. /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
  538. /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.js +0 -0
  539. /package/{es/components/common/icons/EmojiIcon.vue.d.ts → lib/components/common/widgets/AITools/AISubtitles.vue.d.ts} +0 -0
  540. /package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
@@ -0,0 +1,27 @@
1
+ import { StreamInfo } from '../../../../stores/room';
2
+ import { StreamPlayMode, StreamPlayQuality } from '../../../../services/manager/mediaManager';
3
+
4
+ interface Props {
5
+ streamInfoList?: StreamInfo[];
6
+ column: number;
7
+ row: number;
8
+ fillMode?: 'fill' | 'contain';
9
+ aspectRatio?: string;
10
+ streamPlayQuality?: StreamPlayQuality;
11
+ streamPlayMode?: StreamPlayMode;
12
+ }
13
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ "stream-view-dblclick": (...args: any[]) => void;
15
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
16
+ "onStream-view-dblclick"?: ((...args: any[]) => any) | undefined;
17
+ }, {}, {}>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.mjs";
2
2
  /* empty css */
3
- import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const StreamList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c8176dc0"]]);
3
+ import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const StreamList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-98fb6ce5"]]);
5
5
  export {
6
6
  StreamList as default
7
7
  };
@@ -1,41 +1,59 @@
1
- import { defineComponent, ref, computed, watch, onMounted, onBeforeUnmount, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, Fragment, renderList, createBlock } from "vue";
1
+ import { defineComponent, ref, computed, watch, nextTick, onMounted, onBeforeUnmount, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, Fragment, renderList, createBlock } from "vue";
2
2
  import StreamRegion from "../StreamRegion/index.vue.mjs";
3
- import { isPC } from "../../../utils/environment.mjs";
3
+ import { isPC } from "../../../../utils/environment.mjs";
4
+ import { getContentSize } from "../../../../utils/domOperation.mjs";
5
+ import { isUndefined } from "../../../../utils/utils.mjs";
4
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
7
  __name: "index",
6
8
  props: {
7
9
  streamInfoList: {},
10
+ column: {},
11
+ row: {},
12
+ fillMode: {},
8
13
  aspectRatio: {},
9
- horizontalCount: {},
10
- verticalCount: {},
11
- isNeedPlayStream: { type: Boolean, default: true },
12
- observerViewInVisible: { type: Boolean }
14
+ streamPlayQuality: {},
15
+ streamPlayMode: {}
13
16
  },
14
- emits: ["room-dblclick"],
15
- setup(__props) {
17
+ emits: ["stream-view-dblclick"],
18
+ setup(__props, { emit: __emit }) {
19
+ const emits = __emit;
20
+ const singleStreamMargin = isPC ? 8 : 4;
16
21
  const props = __props;
17
22
  const streamListContainerRef = ref();
18
23
  const streamListRef = ref();
19
- const currentPageIndex = ref(0);
20
- const maxCountEveryPage = computed(
21
- () => props.horizontalCount * props.verticalCount
22
- );
23
- const isGridLayout = computed(
24
- () => props.horizontalCount !== Infinity && props.verticalCount !== Infinity
24
+ const isEqualPointsLayout = computed(
25
+ () => props.column !== Infinity && props.row !== Infinity
25
26
  );
27
+ const isHorizontalInfinityLayout = computed(() => props.column === Infinity);
28
+ const isVerticalInfinityLayout = computed(() => props.row === Infinity);
26
29
  watch(
27
- () => props.streamInfoList.length,
28
- (val, oldVal) => {
29
- if (oldVal === 0) {
30
- handleLayout();
31
- }
32
- if (isGridLayout.value && currentPageIndex.value > Math.ceil(val / maxCountEveryPage.value) - 1) {
33
- currentPageIndex.value = Math.ceil(val / maxCountEveryPage.value) - 1;
34
- handleEqualPointsLayout();
35
- }
36
- }
30
+ () => [props.column, props.row],
31
+ async () => {
32
+ await nextTick();
33
+ handleLayout();
34
+ },
35
+ { immediate: true }
37
36
  );
38
- const singleStreamMargin = isPC ? 8 : 4;
37
+ const validStreamInfoList = computed(() => {
38
+ var _a;
39
+ return (_a = props.streamInfoList) == null ? void 0 : _a.filter(
40
+ (item) => item && item.userId && !isUndefined(item.streamType)
41
+ );
42
+ });
43
+ function handleLayout() {
44
+ if (isHorizontalInfinityLayout.value) {
45
+ handleHorizontalInfinityLayout();
46
+ return;
47
+ }
48
+ if (isVerticalInfinityLayout.value) {
49
+ handleVerticalInfinityLayout();
50
+ return;
51
+ }
52
+ if (isEqualPointsLayout.value) {
53
+ handleEqualPointsLayout();
54
+ return;
55
+ }
56
+ }
39
57
  const streamListStyle = ref({
40
58
  width: "0",
41
59
  height: "0"
@@ -59,19 +77,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
77
  return Number(props.aspectRatio.split(":")[1]);
60
78
  });
61
79
  async function handleEqualPointsLayout() {
62
- const number = currentPageIndex.value > 0 ? maxCountEveryPage.value : props.streamInfoList.slice(0, maxCountEveryPage.value).length;
63
- if (number <= 0 || !streamListContainerRef.value) {
80
+ if (!props.streamInfoList || !streamListContainerRef.value) {
64
81
  return;
65
82
  }
66
83
  const containerRect = streamListContainerRef.value.getBoundingClientRect();
67
84
  const containerWidth = Math.floor(containerRect.width);
68
85
  const containerHeight = Math.floor(containerRect.height);
69
- const horizontalStreamNumber = props.horizontalCount;
70
- const verticalStreamNumber = props.verticalCount;
71
- const contentWidth = (containerWidth - horizontalStreamNumber * singleStreamMargin) / horizontalStreamNumber;
72
- const contentHeight = (containerHeight - verticalStreamNumber * singleStreamMargin) / verticalStreamNumber;
73
- let width = containerWidth;
74
- let height = containerWidth;
86
+ const contentWidth = (containerWidth - props.column * singleStreamMargin) / props.column;
87
+ const contentHeight = (containerHeight - props.row * singleStreamMargin) / props.row;
88
+ let width = contentWidth;
89
+ let height = contentHeight;
75
90
  if (widthRatio.value && heightRatio.value) {
76
91
  const scaleWidth = contentWidth / widthRatio.value;
77
92
  const scaleHeight = contentHeight / heightRatio.value;
@@ -86,76 +101,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
86
101
  }
87
102
  streamStyle.value.width = `${width}px`;
88
103
  streamStyle.value.height = `${height}px`;
89
- streamListStyle.value.width = `${horizontalStreamNumber * (width + singleStreamMargin)}px`;
90
- streamListStyle.value.height = `${verticalStreamNumber * (height + singleStreamMargin)}px`;
91
- }
92
- function getContentSize(element) {
93
- const computedStyle = getComputedStyle(element);
94
- const paddingTop = Number(computedStyle.paddingTop.replace("px", ""));
95
- const paddingBottom = Number(computedStyle.paddingBottom.replace("px", ""));
96
- const borderTop = Number(computedStyle.borderTopWidth.replace("px", ""));
97
- const borderBottom = Number(
98
- computedStyle.borderBottomWidth.replace("px", "")
99
- );
100
- const paddingLeft = Number(computedStyle.paddingLeft.replace("px", ""));
101
- const paddingRight = Number(computedStyle.paddingRight.replace("px", ""));
102
- const borderLeft = Number(computedStyle.borderLeftWidth.replace("px", ""));
103
- const borderRight = Number(computedStyle.borderRightWidth.replace("px", ""));
104
- const contentWidth = element.offsetWidth - paddingLeft - paddingRight - borderLeft - borderRight;
105
- const contentHeight = element.offsetHeight - paddingTop - paddingBottom - borderTop - borderBottom;
106
- return { width: contentWidth, height: contentHeight };
104
+ streamListStyle.value.width = `${props.column * (width + singleStreamMargin)}px`;
105
+ streamListStyle.value.height = `${props.row * (height + singleStreamMargin)}px`;
107
106
  }
108
107
  function handleHorizontalInfinityLayout() {
109
108
  streamListStyle.value = {};
110
109
  const contentHeight = getContentSize(streamListContainerRef.value).height;
111
- const contentWidth = contentHeight * 16 / 9;
110
+ const contentWidth = contentHeight * widthRatio.value / heightRatio.value;
112
111
  streamStyle.value.width = `${contentWidth}px`;
113
112
  streamStyle.value.height = `${contentHeight}px`;
114
113
  }
115
114
  function handleVerticalInfinityLayout() {
116
115
  streamListStyle.value = {};
117
116
  const contentWidth = getContentSize(streamListContainerRef.value).width;
118
- const contentHeight = contentWidth * 9 / 16;
117
+ const contentHeight = contentWidth * heightRatio.value / widthRatio.value;
119
118
  streamStyle.value.width = `${contentWidth}px`;
120
119
  streamStyle.value.height = `${contentHeight}px`;
121
120
  }
122
- const isHorizontalInfinityLayout = computed(
123
- () => props.horizontalCount === Infinity
124
- );
125
- const isVerticalInfinityLayout = computed(
126
- () => props.verticalCount === Infinity
127
- );
128
- const isEqualPointsLayout = computed(
129
- () => props.horizontalCount !== Infinity && props.verticalCount !== Infinity
130
- );
131
- function handleLayout() {
132
- if (isHorizontalInfinityLayout.value) {
133
- handleHorizontalInfinityLayout();
134
- return;
135
- }
136
- if (isVerticalInfinityLayout.value) {
137
- handleVerticalInfinityLayout();
138
- return;
139
- }
140
- if (isEqualPointsLayout.value) {
141
- handleEqualPointsLayout();
142
- return;
143
- }
121
+ function handleStreamDblClick(streamInfo) {
122
+ emits("stream-view-dblclick", streamInfo);
144
123
  }
145
- onMounted(() => {
146
- handleLayout();
147
- });
148
- watch(
149
- () => [
150
- props.horizontalCount,
151
- props.verticalCount,
152
- props.streamInfoList.length
153
- ],
154
- () => {
155
- handleLayout();
156
- },
157
- { immediate: true }
158
- );
159
124
  const resizeObserver = new ResizeObserver(() => {
160
125
  handleLayout();
161
126
  });
@@ -185,17 +150,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
185
150
  style: normalizeStyle(streamListStyle.value),
186
151
  onWheel: handleWheel
187
152
  }, [
188
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.streamInfoList, (streamInfo) => {
153
+ (openBlock(true), createElementBlock(Fragment, null, renderList(validStreamInfoList.value, (streamInfo) => {
189
154
  return openBlock(), createBlock(StreamRegion, {
190
155
  class: "stream-list-item",
191
156
  key: `${streamInfo.userId}_${streamInfo.streamType}`,
192
- onRoomDblclick: ($event) => _ctx.$emit("room-dblclick", streamInfo),
193
157
  streamInfo,
194
158
  style: normalizeStyle(streamStyle.value),
195
- isNeedPlayStream: _ctx.isNeedPlayStream,
196
- observerViewInVisible: _ctx.observerViewInVisible,
197
- isEnlarge: false
198
- }, null, 8, ["onRoomDblclick", "streamInfo", "style", "isNeedPlayStream", "observerViewInVisible"]);
159
+ streamPlayMode: _ctx.streamPlayMode,
160
+ streamPlayQuality: _ctx.streamPlayQuality,
161
+ onStreamViewDblclick: handleStreamDblClick
162
+ }, null, 8, ["streamInfo", "style", "streamPlayMode", "streamPlayQuality"]);
199
163
  }), 128))
200
164
  ], 36)
201
165
  ], 2);
@@ -1,17 +1,20 @@
1
1
  import { StreamInfo } from '../../../../stores/room';
2
+ import { StreamPlayMode, StreamPlayQuality } from '../../../../services/manager/mediaManager';
2
3
 
3
4
  interface Props {
4
5
  streamInfo: StreamInfo;
5
- isEnlarge: boolean;
6
- isNeedPlayStream?: boolean;
7
- observerViewInVisible?: boolean;
6
+ streamPlayQuality?: StreamPlayQuality;
7
+ streamPlayMode?: StreamPlayMode;
8
8
  }
9
9
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- isNeedPlayStream: boolean;
10
+ streamPlayQuality: StreamPlayQuality;
11
+ streamPlayMode: StreamPlayMode;
11
12
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
- isNeedPlayStream: boolean;
13
+ streamPlayQuality: StreamPlayQuality;
14
+ streamPlayMode: StreamPlayMode;
13
15
  }>>>, {
14
- isNeedPlayStream: boolean;
16
+ streamPlayQuality: StreamPlayQuality;
17
+ streamPlayMode: StreamPlayMode;
15
18
  }, {}>;
16
19
  export default _default;
17
20
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const StreamPlay = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-41b7eb08"]]);
4
+ const StreamPlay = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8eda9173"]]);
5
5
  export {
6
6
  StreamPlay as default
7
7
  };
@@ -2,6 +2,7 @@ import { defineComponent, ref, computed, watch, onMounted, onBeforeUnmount, open
2
2
  import { TUIVideoStreamType } from "@tencentcloud/tuiroom-engine-electron";
3
3
  import { useRoomStore } from "../../../../stores/room.mjs";
4
4
  import { roomService } from "../../../../services/roomService.mjs";
5
+ import { StreamPlayQuality, StreamPlayMode } from "../../../../services/manager/mediaManager.mjs";
5
6
  import { useBasicStore } from "../../../../stores/basic.mjs";
6
7
  import { storeToRefs } from "pinia";
7
8
  import { getNanoId } from "../../../../utils/utils.mjs";
@@ -10,9 +11,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
10
11
  __name: "index",
11
12
  props: {
12
13
  streamInfo: {},
13
- isEnlarge: { type: Boolean },
14
- isNeedPlayStream: { type: Boolean, default: true },
15
- observerViewInVisible: { type: Boolean }
14
+ streamPlayQuality: { default: StreamPlayQuality.Default },
15
+ streamPlayMode: { default: StreamPlayMode.PLAY }
16
16
  },
17
17
  setup(__props) {
18
18
  const mediaManager = roomService.getMediaManager();
@@ -25,15 +25,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  const playRegionDomId = computed(
26
26
  () => `${props.streamInfo.userId}_${props.streamInfo.streamType}_${nanoId}`
27
27
  );
28
+ const isNeedPlayStream = computed(
29
+ () => props.streamPlayMode !== StreamPlayMode.STOP && props.streamInfo.hasVideoStream
30
+ );
28
31
  const streamTypeToFetch = computed(() => {
29
32
  const { streamType, userId } = props.streamInfo;
30
33
  const { userId: localUserId } = basicStore;
31
34
  if (streamType === TUIVideoStreamType.kScreenStream) {
32
35
  return TUIVideoStreamType.kScreenStream;
33
36
  }
34
- if (props.isEnlarge || userId === localUserId) {
37
+ if (props.streamPlayQuality === StreamPlayQuality.HIGH || userId === localUserId) {
35
38
  return TUIVideoStreamType.kCameraStream;
36
39
  }
40
+ if (props.streamPlayQuality === StreamPlayQuality.LOW) {
41
+ return TUIVideoStreamType.kCameraStreamLow;
42
+ }
37
43
  return defaultStreamType.value;
38
44
  });
39
45
  async function startPlayVideo() {
@@ -41,12 +47,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
47
  return;
42
48
  }
43
49
  await nextTick();
44
- if (props.isNeedPlayStream && props.streamInfo.hasVideoStream) {
50
+ if (isNeedPlayStream.value) {
45
51
  await mediaManager.startPlayVideo({
46
52
  userId: props.streamInfo.userId,
47
53
  streamType: streamTypeToFetch.value,
48
54
  view: playRegionDomRef.value,
49
- observerViewInVisible: props.observerViewInVisible
55
+ observerViewInVisible: props.streamPlayMode === StreamPlayMode.PLAY_IN_VISIBLE
50
56
  });
51
57
  }
52
58
  }
@@ -61,8 +67,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
61
67
  () => [
62
68
  props.streamInfo.userId,
63
69
  props.streamInfo.streamType,
64
- props.streamInfo.hasVideoStream,
65
- props.isNeedPlayStream
70
+ isNeedPlayStream.value
66
71
  ],
67
72
  async (val, oldVal) => {
68
73
  const [oldUserId, oldStreamType] = oldVal;
@@ -73,7 +78,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
73
78
  view: playRegionDomRef.value
74
79
  });
75
80
  }
76
- if (props.isNeedPlayStream && props.streamInfo.hasVideoStream) {
81
+ if (isNeedPlayStream.value) {
77
82
  await startPlayVideo();
78
83
  } else {
79
84
  await stopPlayVideo();
@@ -83,18 +88,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
83
88
  watch(
84
89
  () => streamTypeToFetch,
85
90
  async () => {
86
- if (props.isNeedPlayStream && props.streamInfo.hasVideoStream) {
91
+ if (isNeedPlayStream.value) {
87
92
  await startPlayVideo();
88
93
  }
89
94
  }
90
95
  );
91
96
  onMounted(async () => {
92
- if (props.isNeedPlayStream && props.streamInfo.hasVideoStream) {
97
+ if (isNeedPlayStream.value) {
93
98
  await startPlayVideo();
94
99
  }
95
100
  });
96
101
  onBeforeUnmount(async () => {
97
- if (props.isNeedPlayStream && props.streamInfo.hasVideoStream) {
102
+ if (isNeedPlayStream.value) {
98
103
  await stopPlayVideo();
99
104
  }
100
105
  });
@@ -0,0 +1,25 @@
1
+ import { StreamInfo } from '../../../../stores/room';
2
+ import { StreamPlayMode, StreamPlayQuality } from '../../../../services/manager/mediaManager';
3
+
4
+ interface Props {
5
+ streamInfo: StreamInfo;
6
+ streamPlayQuality?: StreamPlayQuality;
7
+ streamPlayMode?: StreamPlayMode;
8
+ aspectRatio?: string;
9
+ supportTouchScale?: boolean;
10
+ }
11
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "stream-view-dblclick": (...args: any[]) => void;
13
+ }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
14
+ "onStream-view-dblclick"?: ((...args: any[]) => any) | undefined;
15
+ }, {}, {}>;
16
+ export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./index.vue2.mjs";
2
2
  /* empty css */
3
- import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const StreamRegion = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2fa4d966"]]);
3
+ import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const StreamRegion = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-31a2e486"]]);
5
5
  export {
6
6
  StreamRegion as default
7
7
  };
@@ -1,24 +1,25 @@
1
1
  import { defineComponent, computed, ref, onMounted, onBeforeUnmount, openBlock, createElementBlock, withDirectives, normalizeStyle, createBlock, Fragment, createVNode, unref } from "vue";
2
2
  import { TUIVideoStreamType } from "@tencentcloud/tuiroom-engine-electron";
3
- import StreamPlay from "./StreamPlay/index.vue.mjs";
4
- import StreamCover from "./StreamCover/index.vue.mjs";
5
- import LocalScreenView from "./LocalScreenView/index.vue.mjs";
6
- import { useBasicStore } from "../../../stores/basic.mjs";
7
- import vDblTouch$1 from "../../../directives/vDblTouch.mjs";
8
- import vDblTouch from "../../../directives/vTouchScale.mjs";
3
+ import StreamPlay from "../StreamPlay/index.vue.mjs";
4
+ import StreamCover from "../StreamCover/index.vue.mjs";
5
+ import LocalScreenView from "../LocalScreenView/index.vue.mjs";
6
+ import { useBasicStore } from "../../../../stores/basic.mjs";
7
+ import vDblTouch$1 from "../../../../directives/vDblTouch.mjs";
8
+ import vDblTouch from "../../../../directives/vTouchScale.mjs";
9
+ import { getContentSize } from "../../../../utils/domOperation.mjs";
9
10
  const _sfc_main = /* @__PURE__ */ defineComponent({
10
11
  __name: "index",
11
12
  props: {
12
13
  streamInfo: {},
13
- isEnlarge: { type: Boolean, default: false },
14
+ streamPlayQuality: {},
15
+ streamPlayMode: {},
14
16
  aspectRatio: {},
15
- isNeedPlayStream: { type: Boolean, default: true },
16
- observerViewInVisible: { type: Boolean },
17
17
  supportTouchScale: { type: Boolean }
18
18
  },
19
- emits: ["room-dblclick"],
20
- setup(__props) {
19
+ emits: ["stream-view-dblclick"],
20
+ setup(__props, { emit: __emit }) {
21
21
  const props = __props;
22
+ const emits = __emit;
22
23
  const basicStore = useBasicStore();
23
24
  const isLocalScreen = computed(
24
25
  () => props.streamInfo && props.streamInfo.userId === basicStore.userId && props.streamInfo.streamType === TUIVideoStreamType.kScreenStream
@@ -41,8 +42,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
42
  if (!streamRegionContainerRef.value) {
42
43
  return;
43
44
  }
44
- const containerWidth = streamRegionContainerRef.value.offsetWidth;
45
- const containerHeight = streamRegionContainerRef.value.offsetHeight;
45
+ const containerWidth = getContentSize(streamRegionContainerRef.value).width;
46
+ const containerHeight = getContentSize(streamRegionContainerRef.value).height;
46
47
  let width = containerWidth;
47
48
  let height = containerHeight;
48
49
  if (widthRatio.value && heightRatio.value) {
@@ -60,6 +61,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
61
  streamStyle.value.width = `${width}px`;
61
62
  streamStyle.value.height = `${height}px`;
62
63
  }
64
+ function handleStreamDblClick() {
65
+ emits("stream-view-dblclick", props.streamInfo);
66
+ }
63
67
  const ro = new ResizeObserver(() => {
64
68
  handleStreamRegionSize();
65
69
  });
@@ -77,31 +81,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
77
81
  }, [
78
82
  withDirectives((openBlock(), createElementBlock("div", {
79
83
  class: "stream-region",
80
- onDblclick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("room-dblclick")),
84
+ onStreamViewDblclick: handleStreamDblClick,
81
85
  style: normalizeStyle(streamStyle.value)
82
86
  }, [
83
87
  isLocalScreen.value ? (openBlock(), createBlock(LocalScreenView, {
84
88
  key: 0,
85
- streamInfo: _ctx.streamInfo,
86
- isMiniRegion: !_ctx.isEnlarge
87
- }, null, 8, ["streamInfo", "isMiniRegion"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
89
+ streamInfo: _ctx.streamInfo
90
+ }, null, 8, ["streamInfo"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
88
91
  withDirectives(createVNode(StreamPlay, {
89
92
  streamInfo: _ctx.streamInfo,
90
- isEnlarge: _ctx.isEnlarge,
91
- isNeedPlayStream: _ctx.isNeedPlayStream,
92
- observerViewInVisible: _ctx.observerViewInVisible
93
- }, null, 8, ["streamInfo", "isEnlarge", "isNeedPlayStream", "observerViewInVisible"]), [
93
+ "stream-play-mode": _ctx.streamPlayMode,
94
+ "stream-play-quality": _ctx.streamPlayQuality
95
+ }, null, 8, ["streamInfo", "stream-play-mode", "stream-play-quality"]), [
94
96
  [unref(vDblTouch), props.supportTouchScale]
95
97
  ]),
96
98
  createVNode(StreamCover, { streamInfo: _ctx.streamInfo }, null, 8, ["streamInfo"])
97
99
  ], 64))
98
100
  ], 36)), [
99
- [
100
- unref(vDblTouch$1),
101
- () => {
102
- _ctx.$emit("room-dblclick");
103
- }
104
- ]
101
+ [unref(vDblTouch$1), handleStreamDblClick]
105
102
  ])
106
103
  ], 512);
107
104
  };
@@ -7,10 +7,10 @@ import i18n from "../../locales/index.mjs";
7
7
  import "../../services/main.mjs";
8
8
  import { roomService } from "../../services/roomService.mjs";
9
9
  import "@tencentcloud/tuiroom-engine-electron";
10
+ import "../../utils/environment.mjs";
10
11
  import "mitt";
11
12
  import "../../services/manager/roomActionManager.mjs";
12
13
  import "@tencentcloud/tui-core";
13
- import "../../utils/environment.mjs";
14
14
  const _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  __name: "Language",
16
16
  setup(__props) {
@@ -7,10 +7,10 @@ import { useI18n } from "../../locales/index.mjs";
7
7
  import "../../services/main.mjs";
8
8
  import { roomService } from "../../services/roomService.mjs";
9
9
  import "@tencentcloud/tuiroom-engine-electron";
10
+ import "../../utils/environment.mjs";
10
11
  import "mitt";
11
12
  import "../../services/manager/roomActionManager.mjs";
12
13
  import "@tencentcloud/tui-core";
13
- import "../../utils/environment.mjs";
14
14
  const _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  __name: "SwitchTheme",
16
16
  props: {
@@ -37,8 +37,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
37
37
  size: "large" | "default";
38
38
  type: "primary" | "success" | "warning" | "danger" | "info" | "text";
39
39
  customStyle: string | false | import('vue').CSSProperties | StyleValue[] | null;
40
- loading: boolean;
41
40
  disabled: boolean;
41
+ loading: boolean;
42
42
  round: boolean;
43
43
  plain: boolean;
44
44
  }, {}>;
@@ -18,8 +18,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
18
18
  }>>> & {
19
19
  onInput?: ((...args: any[]) => any) | undefined;
20
20
  }, {
21
- modelValue: boolean;
22
21
  disabled: boolean;
22
+ modelValue: boolean;
23
23
  }, {}>;
24
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
25
  export default _default;
@@ -33,10 +33,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
33
33
  cancelButton: string;
34
34
  titleIcon: null;
35
35
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
- "update:modelValue": (...args: any[]) => void;
36
+ cancel: (...args: any[]) => void;
37
37
  close: (...args: any[]) => void;
38
38
  confirm: (...args: any[]) => void;
39
- cancel: (...args: any[]) => void;
39
+ "update:modelValue": (...args: any[]) => void;
40
40
  }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
41
41
  title: string;
42
42
  modelValue: boolean;
@@ -51,10 +51,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
51
51
  cancelButton: string;
52
52
  titleIcon: null;
53
53
  }>>> & {
54
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
55
54
  onClose?: ((...args: any[]) => any) | undefined;
56
- onConfirm?: ((...args: any[]) => any) | undefined;
57
55
  onCancel?: ((...args: any[]) => any) | undefined;
56
+ onConfirm?: ((...args: any[]) => any) | undefined;
57
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
58
  }, {
59
59
  title: string;
60
60
  width: string | number;
@@ -45,13 +45,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
45
45
  }, {
46
46
  title: string;
47
47
  icon: Component | null;
48
- disabled: boolean;
49
- theme: "white" | "black";
50
- layout: IconButtonLayout;
51
48
  hasMore: boolean;
52
49
  hideHoverEffect: boolean;
50
+ disabled: boolean;
53
51
  isActive: boolean;
52
+ layout: IconButtonLayout;
54
53
  isNotSupport: boolean;
54
+ theme: "white" | "black";
55
55
  }, {}>;
56
56
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
57
57
  export default _default;
@@ -31,9 +31,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
31
31
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
32
  input: (...args: any[]) => void;
33
33
  done: (...args: any[]) => void;
34
- "update:modelValue": (...args: any[]) => void;
35
- focus: (...args: any[]) => void;
36
34
  blur: (...args: any[]) => void;
35
+ focus: (...args: any[]) => void;
36
+ "update:modelValue": (...args: any[]) => void;
37
37
  }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
38
38
  theme: string;
39
39
  modelValue: string;
@@ -52,14 +52,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
52
52
  onDone?: ((...args: any[]) => any) | undefined;
53
53
  }, {
54
54
  type: string;
55
- modelValue: string;
56
55
  disabled: boolean;
57
56
  theme: "white" | "black";
57
+ align: "center" | "end" | "justify" | "left" | "match-parent" | "right" | "start";
58
58
  placeholder: string;
59
+ modelValue: string;
59
60
  enterkeyhint: string;
60
61
  maxlength: string;
61
62
  border: boolean;
62
- align: "center" | "end" | "justify" | "left" | "match-parent" | "right" | "start";
63
63
  }, {}>;
64
64
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
65
65
  export default _default;