tuikit-atomicx-vue3 0.1.0 → 3.3.0-beta.3

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 (910) hide show
  1. package/dist/{DialogPortal-8bLejP4P.js → DialogPortal-DWeT-J6v.js} +3 -3
  2. package/dist/{FilePicker.vue_vue_type_script_setup_true_lang-D0cP-aFi.js → FilePicker.vue_vue_type_script_setup_true_lang-CaSj3Gh_.js} +2 -1
  3. package/dist/{ImagePicker.vue_vue_type_script_setup_true_lang-DzBHwcSi.js → ImagePicker.vue_vue_type_script_setup_true_lang-CrzGMmrh.js} +2 -1
  4. package/dist/{MaterialRenameDialog.vue_vue_type_script_setup_true_lang-Cmhf2QX4.js → MaterialRenameDialog.vue_vue_type_script_setup_true_lang-CVh4Regz.js} +1 -1
  5. package/dist/{MessageInput.vue_vue_type_script_setup_true_lang-Ca6-JH93.js → MessageInput.vue_vue_type_script_setup_true_lang-XRL7A5Gj.js} +16 -16
  6. package/dist/{PopoverTrigger-BhQt39dx.js → PopoverTrigger-BKOIHfdS.js} +3 -3
  7. package/dist/{PopperContent-C59duB_H.js → PopperContent-DtL7HVWz.js} +30 -22
  8. package/dist/{Teleport-BnT1MTUO.js → Teleport-CMvGsENT.js} +4 -5
  9. package/dist/{VideoPicker.vue_vue_type_script_setup_true_lang-DAv8_NWh.js → VideoPicker.vue_vue_type_script_setup_true_lang-DTv6TJKr.js} +2 -1
  10. package/dist/baseComp/AudioIcon.js +1 -1
  11. package/dist/baseComp/Modal/Modal.js +1 -1
  12. package/dist/baseComp/TuiSwitch.js +2 -2
  13. package/dist/baseComp/View/View.js +2 -40
  14. package/dist/baseComp/View/View.vue.d.ts +4 -10
  15. package/dist/baseComp/View/index.js +37 -2
  16. package/dist/baseComp/index.d.ts +1 -0
  17. package/dist/baseComp/index.js +4 -0
  18. package/dist/chat/index.d.ts +15494 -0
  19. package/dist/chat/index.js +74 -0
  20. package/dist/chat/server.d.ts +19 -0
  21. package/dist/chat/server.js +108 -0
  22. package/dist/components/AudioSetting/AudioMediaControl.js +1 -1
  23. package/dist/components/AudioSetting/index.js +1 -33
  24. package/dist/components/AudioSettingPanel/index.js +19 -5
  25. package/dist/components/Avatar/Avatar.js +37 -12
  26. package/dist/components/Avatar/Avatar.vue.d.ts +1 -1
  27. package/dist/components/Avatar/constants/avatar.d.ts +7 -0
  28. package/dist/components/Avatar/constants/avatar.js +14 -0
  29. package/dist/components/Avatar/index.d.ts +2 -1
  30. package/dist/components/Avatar/index.js +8 -1
  31. package/dist/components/BarrageInput/BarrageInput.js +13 -7
  32. package/dist/components/BarrageInput/BarrageInput.vue.d.ts +5 -0
  33. package/dist/components/BarrageInput/BarrageInputH5.js +42 -14
  34. package/dist/components/BarrageInput/BarrageInputH5.vue.d.ts +13 -2
  35. package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +9 -8
  36. package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.d.ts +18 -0
  37. package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.js +93 -0
  38. package/dist/components/BarrageInput/TextEditor/EditorCore.d.ts +4 -3
  39. package/dist/components/BarrageInput/TextEditor/EditorCore.js +8 -2
  40. package/dist/components/BarrageInput/TextEditor/TextEditor.js +1 -1
  41. package/dist/components/BarrageInput/TextEditor/TextEditor.vue.d.ts +1 -0
  42. package/dist/components/BarrageInput/TextEditor/index.js +133 -2
  43. package/dist/components/BarrageInput/constants.d.ts +3 -0
  44. package/dist/components/BarrageInput/constants.js +6 -0
  45. package/dist/components/BarrageInput/i18n/en-US/index.d.ts +2 -0
  46. package/dist/components/BarrageInput/i18n/en-US/index.js +3 -1
  47. package/dist/components/BarrageInput/i18n/zh-CN/index.d.ts +2 -0
  48. package/dist/components/BarrageInput/i18n/zh-CN/index.js +3 -1
  49. package/dist/components/BarrageInput/index.d.ts +15 -72
  50. package/dist/components/BarrageList/BarrageList.js +7 -8
  51. package/dist/components/BarrageList/BarrageListH5.js +7 -8
  52. package/dist/components/BarrageList/Message/CustomMessage/CustomMessage.js +1 -1
  53. package/dist/components/BarrageList/Message/CustomMessage/index.js +10 -2
  54. package/dist/components/BarrageList/Message/GroupTipMessage/GroupTipMessage.js +1 -1
  55. package/dist/components/BarrageList/Message/GroupTipMessage/index.js +28 -2
  56. package/dist/components/BarrageList/Message/Message.js +1 -1
  57. package/dist/components/BarrageList/Message/MessageLayout/MessageBubble/MessageBubble.js +3 -3
  58. package/dist/components/BarrageList/Message/MessageLayout/MessageLayout.js +12 -12
  59. package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.js +5 -4
  60. package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.vue.d.ts +2 -2
  61. package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.js +7 -4
  62. package/dist/components/BarrageList/Message/RecalledMessage/RecalledMessage.js +2 -2
  63. package/dist/components/BarrageList/Message/TextMessage/TextMessage.js +2 -2
  64. package/dist/components/BarrageList/Message/index.js +21 -2
  65. package/dist/components/BarrageList/MessageForward/MessageForward.js +4 -4
  66. package/dist/components/CameraButton/index.js +48 -2
  67. package/dist/components/ChatSetting/C2CChatSetting/C2CChatSetting.js +123 -0
  68. package/dist/components/ChatSetting/C2CChatSetting/C2CChatSetting.vue.d.ts +2 -0
  69. package/dist/components/ChatSetting/C2CChatSetting/index.d.ts +4 -0
  70. package/dist/components/ChatSetting/C2CChatSetting/index.js +5 -0
  71. package/dist/components/ChatSetting/ChatSetting.js +30 -0
  72. package/dist/components/ChatSetting/ChatSetting.vue.d.ts +2 -0
  73. package/dist/components/ChatSetting/GroupChatSetting/GroupActions/GroupActions.js +182 -0
  74. package/dist/components/ChatSetting/GroupChatSetting/GroupActions/GroupActions.vue.d.ts +2 -0
  75. package/dist/components/ChatSetting/GroupChatSetting/GroupActions/index.d.ts +3 -0
  76. package/dist/components/ChatSetting/GroupChatSetting/GroupActions/index.js +4 -0
  77. package/dist/components/ChatSetting/GroupChatSetting/GroupChatSetting.js +262 -0
  78. package/dist/components/ChatSetting/GroupChatSetting/GroupChatSetting.vue.d.ts +2 -0
  79. package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.js +193 -0
  80. package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.vue.d.ts +2 -0
  81. package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/index.d.ts +3 -0
  82. package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/index.js +4 -0
  83. package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/GroupManagement.js +285 -0
  84. package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/GroupManagement.vue.d.ts +6 -0
  85. package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/index.d.ts +3 -0
  86. package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/index.js +4 -0
  87. package/dist/components/ChatSetting/GroupChatSetting/GroupManagementEntry/GroupManagementEntry.js +38 -0
  88. package/dist/components/ChatSetting/GroupChatSetting/GroupManagementEntry/GroupManagementEntry.vue.d.ts +6 -0
  89. package/dist/components/ChatSetting/GroupChatSetting/GroupManagementEntry/index.d.ts +3 -0
  90. package/dist/components/ChatSetting/GroupChatSetting/GroupManagementEntry/index.js +4 -0
  91. package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/GroupMembers.js +250 -0
  92. package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/GroupMembers.vue.d.ts +66 -0
  93. package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/index.d.ts +3 -0
  94. package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/index.js +4 -0
  95. package/dist/components/ChatSetting/GroupChatSetting/PersonalSettings/PersonalSettings.js +46 -0
  96. package/dist/components/ChatSetting/GroupChatSetting/PersonalSettings/PersonalSettings.vue.d.ts +2 -0
  97. package/dist/components/ChatSetting/GroupChatSetting/PersonalSettings/index.d.ts +3 -0
  98. package/dist/components/ChatSetting/GroupChatSetting/PersonalSettings/index.js +4 -0
  99. package/dist/components/ChatSetting/GroupChatSetting/index.d.ts +3 -0
  100. package/dist/components/ChatSetting/GroupChatSetting/index.js +4 -0
  101. package/dist/components/ChatSetting/SettingItem/SettingItem.js +295 -0
  102. package/dist/components/ChatSetting/SettingItem/SettingItem.vue.d.ts +26 -0
  103. package/dist/components/ChatSetting/SettingItem/index.d.ts +3 -0
  104. package/dist/components/ChatSetting/SettingItem/index.js +4 -0
  105. package/dist/components/ChatSetting/i18n/en-US.d.ts +95 -0
  106. package/dist/components/ChatSetting/i18n/en-US.js +107 -0
  107. package/dist/components/ChatSetting/i18n/index.d.ts +191 -0
  108. package/dist/components/ChatSetting/i18n/index.js +9 -0
  109. package/dist/components/ChatSetting/i18n/zh-CN.d.ts +95 -0
  110. package/dist/components/ChatSetting/i18n/zh-CN.js +107 -0
  111. package/dist/components/ChatSetting/index.d.ts +5 -0
  112. package/dist/components/ChatSetting/index.js +12 -0
  113. package/dist/components/CoGuestPanel/CoGuestPanel.js +38 -113
  114. package/dist/components/CoGuestPanel/constants.d.ts +4 -0
  115. package/dist/components/CoGuestPanel/constants.js +7 -0
  116. package/dist/components/CoGuestPanel/i18n/en-US/index.d.ts +5 -0
  117. package/dist/components/CoGuestPanel/i18n/en-US/index.js +12 -7
  118. package/dist/components/CoGuestPanel/i18n/zh-CN/index.d.ts +5 -0
  119. package/dist/components/CoGuestPanel/i18n/zh-CN/index.js +12 -7
  120. package/dist/components/CoGuestPanel/index.d.ts +1 -2
  121. package/dist/components/CoGuestPanel/index.js +3 -2
  122. package/dist/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.js +78 -0
  123. package/dist/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.vue.d.ts +33 -0
  124. package/dist/components/ContactList/ContactInfo/BlacklistInfo/index.d.ts +1 -0
  125. package/dist/components/ContactList/ContactInfo/BlacklistInfo/index.js +4 -0
  126. package/dist/components/ContactList/ContactInfo/ContactInfo.js +257 -0
  127. package/dist/components/ContactList/ContactInfo/ContactInfo.vue.d.ts +56 -0
  128. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.js +96 -0
  129. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.vue.d.ts +37 -0
  130. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/index.d.ts +1 -0
  131. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/index.js +4 -0
  132. package/dist/components/ContactList/ContactInfo/FriendInfo/FriendInfo.js +228 -0
  133. package/dist/components/ContactList/ContactInfo/FriendInfo/FriendInfo.vue.d.ts +39 -0
  134. package/dist/components/ContactList/ContactInfo/FriendInfo/index.d.ts +1 -0
  135. package/dist/components/ContactList/ContactInfo/FriendInfo/index.js +4 -0
  136. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.js +101 -0
  137. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.vue.d.ts +37 -0
  138. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/index.d.ts +1 -0
  139. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/index.js +4 -0
  140. package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.js +154 -0
  141. package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue.d.ts +37 -0
  142. package/dist/components/ContactList/ContactInfo/GroupInfo/index.d.ts +1 -0
  143. package/dist/components/ContactList/ContactInfo/GroupInfo/index.js +4 -0
  144. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.js +141 -0
  145. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.vue.d.ts +32 -0
  146. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/index.d.ts +1 -0
  147. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/index.js +4 -0
  148. package/dist/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.js +122 -0
  149. package/dist/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.vue.d.ts +33 -0
  150. package/dist/components/ContactList/ContactInfo/SearchUserInfo/index.d.ts +1 -0
  151. package/dist/components/ContactList/ContactInfo/SearchUserInfo/index.js +4 -0
  152. package/dist/components/ContactList/ContactInfo/index.d.ts +8 -0
  153. package/dist/components/ContactList/ContactInfo/index.js +18 -0
  154. package/dist/components/ContactList/ContactList.js +281 -0
  155. package/dist/components/ContactList/ContactList.vue.d.ts +41 -0
  156. package/dist/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.js +52 -0
  157. package/dist/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.vue.d.ts +25 -0
  158. package/dist/components/ContactList/ContactListItem/BlacklistItem/index.d.ts +1 -0
  159. package/dist/components/ContactList/ContactListItem/BlacklistItem/index.js +4 -0
  160. package/dist/components/ContactList/ContactListItem/ContactListItem.js +4 -0
  161. package/dist/components/ContactList/ContactListItem/ContactListItem.vue.d.ts +30 -0
  162. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.js +76 -0
  163. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.vue.d.ts +27 -0
  164. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/index.d.ts +1 -0
  165. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/index.js +4 -0
  166. package/dist/components/ContactList/ContactListItem/FriendItem/FriendItem.js +53 -0
  167. package/dist/components/ContactList/ContactListItem/FriendItem/FriendItem.vue.d.ts +25 -0
  168. package/dist/components/ContactList/ContactListItem/FriendItem/index.d.ts +1 -0
  169. package/dist/components/ContactList/ContactListItem/FriendItem/index.js +4 -0
  170. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.js +79 -0
  171. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.vue.d.ts +27 -0
  172. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/index.d.ts +1 -0
  173. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/index.js +4 -0
  174. package/dist/components/ContactList/ContactListItem/GroupItem/GroupItem.js +52 -0
  175. package/dist/components/ContactList/ContactListItem/GroupItem/GroupItem.vue.d.ts +25 -0
  176. package/dist/components/ContactList/ContactListItem/GroupItem/index.d.ts +1 -0
  177. package/dist/components/ContactList/ContactListItem/GroupItem/index.js +4 -0
  178. package/dist/components/ContactList/ContactListItem/index.d.ts +6 -0
  179. package/dist/components/ContactList/ContactListItem/index.js +95 -0
  180. package/dist/components/ContactList/ContactSearch/ContactSearch.js +85 -0
  181. package/dist/components/ContactList/ContactSearch/ContactSearch.vue.d.ts +8 -0
  182. package/dist/components/ContactList/ContactSearch/index.d.ts +1 -0
  183. package/dist/components/ContactList/ContactSearch/index.js +4 -0
  184. package/dist/components/ContactList/constants/const.d.ts +3 -0
  185. package/dist/components/ContactList/constants/const.js +6 -0
  186. package/dist/components/ContactList/hooks/index.d.ts +1 -0
  187. package/dist/components/ContactList/hooks/index.js +4 -0
  188. package/dist/components/ContactList/hooks/useContactList.d.ts +9 -0
  189. package/dist/components/ContactList/hooks/useContactList.js +18 -0
  190. package/dist/components/ContactList/i18n/en-US.d.ts +77 -0
  191. package/dist/components/ContactList/i18n/en-US.js +80 -0
  192. package/dist/components/ContactList/i18n/index.d.ts +4 -0
  193. package/dist/components/ContactList/i18n/index.js +6 -0
  194. package/dist/components/ContactList/i18n/zh-CN.d.ts +77 -0
  195. package/dist/components/ContactList/i18n/zh-CN.js +80 -0
  196. package/dist/components/ContactList/index.d.ts +310 -0
  197. package/dist/components/ContactList/index.js +16 -0
  198. package/dist/components/ConversationList/ConversationActions/ConversationActions.js +192 -0
  199. package/dist/components/ConversationList/ConversationActions/ConversationActions.vue.d.ts +50 -0
  200. package/dist/components/ConversationList/ConversationActions/index.d.ts +1 -0
  201. package/dist/components/ConversationList/ConversationActions/index.js +4 -0
  202. package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +217 -0
  203. package/dist/components/ConversationList/ConversationCreate/ConversationCreate.vue.d.ts +35 -0
  204. package/dist/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.js +103 -0
  205. package/dist/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.vue.d.ts +31 -0
  206. package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.js +146 -0
  207. package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.vue.d.ts +23 -0
  208. package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.js +69 -0
  209. package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue.d.ts +19 -0
  210. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.js +91 -0
  211. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.vue.d.ts +13 -0
  212. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/index.d.ts +5 -0
  213. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/index.js +6 -0
  214. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.d.ts +8 -0
  215. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.js +11 -0
  216. package/dist/components/ConversationList/ConversationCreate/index.d.ts +6 -0
  217. package/dist/components/ConversationList/ConversationCreate/index.js +14 -0
  218. package/dist/components/ConversationList/ConversationList.js +193 -25
  219. package/dist/components/ConversationList/ConversationList.vue.d.ts +8593 -1
  220. package/dist/components/ConversationList/ConversationListContent/ConversationListContent.js +51 -0
  221. package/dist/components/ConversationList/ConversationListContent/ConversationListContent.vue.d.ts +381 -0
  222. package/dist/components/ConversationList/ConversationListContent/index.d.ts +1 -0
  223. package/dist/components/ConversationList/ConversationListContent/index.js +4 -0
  224. package/dist/components/ConversationList/ConversationListHeader/ConversationListHeader.js +51 -0
  225. package/dist/components/ConversationList/ConversationListHeader/ConversationListHeader.vue.d.ts +47 -0
  226. package/dist/components/ConversationList/ConversationListHeader/index.d.ts +1 -0
  227. package/dist/components/ConversationList/ConversationListHeader/index.js +4 -0
  228. package/dist/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.js +103 -0
  229. package/dist/components/{LiveStreamView/DefaultStreamViewUI.vue.d.ts → ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.vue.d.ts} +18 -30
  230. package/dist/components/ConversationList/ConversationPlaceHolder/index.d.ts +4 -0
  231. package/dist/components/ConversationList/ConversationPlaceHolder/index.js +4 -0
  232. package/dist/components/ConversationList/ConversationPreview/ConversationPreview.js +4 -0
  233. package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +2548 -0
  234. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +69 -0
  235. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.vue.d.ts +17 -0
  236. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTimestamp.js +58 -0
  237. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTimestamp.vue.d.ts +17 -0
  238. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTitle.js +63 -0
  239. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTitle.vue.d.ts +19 -0
  240. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.js +150 -0
  241. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +599 -0
  242. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUnread.js +68 -0
  243. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUnread.vue.d.ts +17 -0
  244. package/dist/components/ConversationList/ConversationPreview/index.d.ts +7 -0
  245. package/dist/components/ConversationList/ConversationPreview/index.js +86 -0
  246. package/dist/components/ConversationList/ConversationPreview/utils.d.ts +7 -0
  247. package/dist/components/ConversationList/ConversationPreview/utils.js +49 -0
  248. package/dist/components/ConversationList/ConversationSearch/ConversationSearch.js +197 -0
  249. package/dist/components/ConversationList/ConversationSearch/ConversationSearch.vue.d.ts +2006 -0
  250. package/dist/components/ConversationList/ConversationSearch/index.d.ts +1 -0
  251. package/dist/components/ConversationList/ConversationSearch/index.js +4 -0
  252. package/dist/components/ConversationList/hooks/useConversation.d.ts +6 -0
  253. package/dist/components/ConversationList/hooks/useConversation.js +20 -0
  254. package/dist/components/ConversationList/hooks/useConversationCreate.d.ts +5 -0
  255. package/dist/components/ConversationList/hooks/useConversationCreate.js +24 -0
  256. package/dist/components/ConversationList/i18n/en-US.d.ts +54 -0
  257. package/dist/components/ConversationList/i18n/en-US.js +65 -0
  258. package/dist/components/ConversationList/i18n/index.d.ts +4 -0
  259. package/dist/components/ConversationList/i18n/index.js +6 -0
  260. package/dist/components/ConversationList/i18n/zh-CN.d.ts +54 -0
  261. package/dist/components/ConversationList/i18n/zh-CN.js +65 -0
  262. package/dist/components/ConversationList/index.d.ts +16714 -3
  263. package/dist/components/ConversationList/index.js +32 -2
  264. package/dist/components/LiveAudienceList/LiveAudienceList.js +3 -3
  265. package/dist/components/LiveAudienceList/UserActionMenu.js +4 -37
  266. package/dist/components/LiveCoreView/DefaultStreamViewUI.js +177 -0
  267. package/dist/components/LiveCoreView/DefaultStreamViewUI.vue.d.ts +26 -0
  268. package/dist/components/LiveCoreView/index.d.ts +4 -0
  269. package/dist/components/{LiveStreamView → LiveCoreView}/index.js +71 -77
  270. package/dist/components/{LiveStreamView → LiveCoreView}/index.vue.d.ts +3 -1
  271. package/dist/components/LiveList/LiveList.js +88 -49
  272. package/dist/components/LiveList/LiveListH5.js +35 -23
  273. package/dist/components/LiveMonitorView/LiveMonitorView.js +63 -53
  274. package/dist/components/LiveScenePanel/CameraSettingDialog.js +1 -2
  275. package/dist/components/LiveScenePanel/MaterialRenameDialog.js +1 -1
  276. package/dist/components/LiveScenePanel/i18n/en-US/index.d.ts +2 -0
  277. package/dist/components/LiveScenePanel/i18n/en-US/index.js +3 -1
  278. package/dist/components/LiveScenePanel/i18n/zh-CN/index.d.ts +2 -0
  279. package/dist/components/LiveScenePanel/i18n/zh-CN/index.js +3 -1
  280. package/dist/components/LiveScenePanel/icons/AddIcon.js +2 -2
  281. package/dist/components/LiveScenePanel/icons/CameraIcon.js +2 -2
  282. package/dist/components/LiveScenePanel/icons/CameraMirror.js +2 -2
  283. package/dist/components/LiveScenePanel/icons/CameraUnmirror.js +2 -2
  284. package/dist/components/LiveScenePanel/icons/ImageIcon.js +2 -2
  285. package/dist/components/LiveScenePanel/icons/MoreIcon.js +2 -2
  286. package/dist/components/LiveScenePanel/icons/ScreenIcon.js +2 -2
  287. package/dist/components/LiveScenePanel/index.js +14 -6
  288. package/dist/components/MessageInput/AttachmentPicker/AttachmentPicker.js +1 -1
  289. package/dist/components/MessageInput/AttachmentPicker/FilePicker.js +1 -1
  290. package/dist/components/MessageInput/AttachmentPicker/ImagePicker.js +1 -1
  291. package/dist/components/MessageInput/AttachmentPicker/VideoPicker.js +1 -1
  292. package/dist/components/MessageInput/AttachmentPicker/index.js +90 -8
  293. package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +5 -4
  294. package/dist/components/MessageInput/MessageInput.js +1 -1
  295. package/dist/components/MessageInput/QuotedMessagePreview/QuotedMessagePreview.js +1 -1
  296. package/dist/components/MessageInput/QuotedMessagePreview/index.js +89 -2
  297. package/dist/components/MessageInput/SendButton/SendButton.js +1 -1
  298. package/dist/components/MessageInput/SendButton/SendButton.vue.d.ts +3 -3
  299. package/dist/components/MessageInput/SendButton/index.js +33 -2
  300. package/dist/components/MessageInput/TextEditor/EditorCore.d.ts +2 -2
  301. package/dist/components/MessageInput/TextEditor/EditorCore.js +3 -2
  302. package/dist/components/MessageInput/TextEditor/TextEditor.js +1 -1
  303. package/dist/components/MessageInput/TextEditor/TextEditor.vue.d.ts +3 -3
  304. package/dist/components/MessageInput/TextEditor/index.js +97 -2
  305. package/dist/components/MessageInput/i18n/en-US.d.ts +12 -0
  306. package/dist/components/MessageInput/i18n/en-US.js +14 -0
  307. package/dist/components/MessageInput/i18n/index.d.ts +24 -0
  308. package/dist/components/MessageInput/i18n/index.js +9 -0
  309. package/dist/components/MessageInput/i18n/zh-CN.d.ts +12 -0
  310. package/dist/components/MessageInput/i18n/zh-CN.js +14 -0
  311. package/dist/components/MessageInput/index.d.ts +409 -6
  312. package/dist/components/MessageInput/index.js +25 -14
  313. package/dist/components/MessageList/Message/AudioMessage/AudioMessage.js +4 -4
  314. package/dist/components/MessageList/Message/AudioMessage/PlayButton.js +3 -3
  315. package/dist/components/MessageList/Message/CustomMessage/CustomMessage.js +1 -1
  316. package/dist/components/MessageList/Message/CustomMessage/index.js +10 -2
  317. package/dist/components/MessageList/Message/FileMessage/FileMessage.js +9 -9
  318. package/dist/components/MessageList/Message/GroupTipMessage/GroupTipMessage.js +1 -1
  319. package/dist/components/MessageList/Message/GroupTipMessage/GroupTipMessage.vue.d.ts +4 -4
  320. package/dist/components/MessageList/Message/GroupTipMessage/index.js +29 -2
  321. package/dist/components/MessageList/Message/GroupTipMessage/resolveGroupTipMessage.d.ts +6 -0
  322. package/dist/components/MessageList/Message/GroupTipMessage/resolveGroupTipMessage.js +85 -0
  323. package/dist/components/MessageList/Message/ImageMessage/ImageMessage.js +2 -2
  324. package/dist/components/MessageList/Message/Message.js +1 -1
  325. package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +5 -5
  326. package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue.d.ts +5 -5
  327. package/dist/components/MessageList/Message/MessageLayout/MessageBubble/MessageBubble.js +4 -4
  328. package/dist/components/MessageList/Message/MessageLayout/MessageLayout.js +21 -20
  329. package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.js +41 -36
  330. package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue.d.ts +4 -10
  331. package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.js +2 -2
  332. package/dist/components/MessageList/Message/RecalledMessage/RecalledMessage.js +9 -9
  333. package/dist/components/MessageList/Message/TextMessage/TextMessage.js +10 -10
  334. package/dist/components/MessageList/Message/VideoMessage/VideoMessage.js +2 -2
  335. package/dist/components/MessageList/Message/index.js +30 -2
  336. package/dist/components/MessageList/MessageForward/ForwardListItem.js +5 -5
  337. package/dist/components/MessageList/MessageForward/MessageForward.js +14 -14
  338. package/dist/components/MessageList/MessageList.js +69 -62
  339. package/dist/components/MessageList/MessageList.vue.d.ts +3 -3
  340. package/dist/components/MessageList/ReadReceiptInfo/ReadReceiptInfo.js +37 -37
  341. package/dist/components/MessageList/ScrollToBottom/ScrollToBottom.js +32 -0
  342. package/dist/components/MessageList/ScrollToBottom/ScrollToBottom.vue.d.ts +6 -0
  343. package/dist/components/MessageList/ScrollToBottom/index.d.ts +3 -0
  344. package/dist/components/MessageList/ScrollToBottom/index.js +4 -0
  345. package/dist/components/MessageList/i18n/en-US.d.ts +42 -0
  346. package/dist/components/MessageList/i18n/en-US.js +46 -0
  347. package/dist/components/MessageList/i18n/index.d.ts +85 -0
  348. package/dist/components/MessageList/i18n/index.js +9 -0
  349. package/dist/components/MessageList/i18n/zh-CN.d.ts +42 -0
  350. package/dist/components/MessageList/i18n/zh-CN.js +46 -0
  351. package/dist/components/MessageList/index.js +6 -2
  352. package/dist/components/MicButton/index.js +56 -2
  353. package/dist/components/Search/Search.js +191 -0
  354. package/dist/components/Search/Search.vue.d.ts +809 -0
  355. package/dist/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.js +570 -0
  356. package/dist/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.vue.d.ts +16 -0
  357. package/dist/components/Search/SearchAdvanced/DateRangePicker/index.d.ts +2 -0
  358. package/dist/components/Search/SearchAdvanced/DateRangePicker/index.js +4 -0
  359. package/dist/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.js +267 -0
  360. package/dist/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.vue.d.ts +17 -0
  361. package/dist/components/Search/SearchAdvanced/MessageAdvanced/index.d.ts +2 -0
  362. package/dist/components/Search/SearchAdvanced/MessageAdvanced/index.js +4 -0
  363. package/dist/components/Search/SearchAdvanced/SearchAdvanced.js +76 -0
  364. package/dist/components/Search/SearchAdvanced/SearchAdvanced.vue.d.ts +30 -0
  365. package/dist/components/Search/SearchAdvanced/SearchTab/SearchTab.js +64 -0
  366. package/dist/components/Search/SearchAdvanced/SearchTab/SearchTab.vue.d.ts +20 -0
  367. package/dist/components/Search/SearchAdvanced/SearchTab/index.d.ts +2 -0
  368. package/dist/components/Search/SearchAdvanced/SearchTab/index.js +4 -0
  369. package/dist/components/Search/SearchAdvanced/Slider/Slider.js +97 -0
  370. package/dist/components/Search/SearchAdvanced/Slider/Slider.vue.d.ts +34 -0
  371. package/dist/components/Search/SearchAdvanced/Slider/index.d.ts +2 -0
  372. package/dist/components/Search/SearchAdvanced/Slider/index.js +4 -0
  373. package/dist/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.js +449 -0
  374. package/dist/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.vue.d.ts +17 -0
  375. package/dist/components/Search/SearchAdvanced/UserAdvanced/index.d.ts +2 -0
  376. package/dist/components/Search/SearchAdvanced/UserAdvanced/index.js +4 -0
  377. package/dist/components/Search/SearchAdvanced/index.d.ts +8 -0
  378. package/dist/components/Search/SearchAdvanced/index.js +14 -0
  379. package/dist/components/Search/SearchBar/SearchBar.js +155 -0
  380. package/dist/components/Search/SearchBar/SearchBar.vue.d.ts +39 -0
  381. package/dist/components/Search/SearchBar/index.d.ts +4 -0
  382. package/dist/components/Search/SearchBar/index.js +4 -0
  383. package/dist/components/Search/SearchResults/EmptyResult/EmptyResult.js +47 -0
  384. package/dist/components/Search/SearchResults/EmptyResult/EmptyResult.vue.d.ts +28 -0
  385. package/dist/components/Search/SearchResults/EmptyResult/index.d.ts +2 -0
  386. package/dist/components/Search/SearchResults/EmptyResult/index.js +4 -0
  387. package/dist/components/Search/SearchResults/Loading/Loading.js +29 -0
  388. package/dist/components/Search/SearchResults/Loading/Loading.vue.d.ts +14 -0
  389. package/dist/components/Search/SearchResults/Loading/index.d.ts +2 -0
  390. package/dist/components/Search/SearchResults/Loading/index.js +4 -0
  391. package/dist/components/Search/SearchResults/SearchResults.js +429 -0
  392. package/dist/components/Search/SearchResults/SearchResults.vue.d.ts +173 -0
  393. package/dist/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.js +107 -0
  394. package/dist/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.vue.d.ts +14 -0
  395. package/dist/components/Search/SearchResults/SearchResultsItem/Conversation/index.d.ts +2 -0
  396. package/dist/components/Search/SearchResults/SearchResultsItem/Conversation/index.js +4 -0
  397. package/dist/components/Search/SearchResults/SearchResultsItem/Group/Group.js +76 -0
  398. package/dist/components/Search/SearchResults/SearchResultsItem/Group/Group.vue.d.ts +14 -0
  399. package/dist/components/Search/SearchResults/SearchResultsItem/Group/index.d.ts +2 -0
  400. package/dist/components/Search/SearchResults/SearchResultsItem/Group/index.js +4 -0
  401. package/dist/components/Search/SearchResults/SearchResultsItem/Message/Message.js +311 -0
  402. package/dist/components/Search/SearchResults/SearchResultsItem/Message/Message.vue.d.ts +14 -0
  403. package/dist/components/Search/SearchResults/SearchResultsItem/Message/index.d.ts +2 -0
  404. package/dist/components/Search/SearchResults/SearchResultsItem/Message/index.js +4 -0
  405. package/dist/components/Search/SearchResults/SearchResultsItem/SearchResultsItem.js +59 -0
  406. package/dist/components/Search/SearchResults/SearchResultsItem/SearchResultsItem.vue.d.ts +34 -0
  407. package/dist/components/Search/SearchResults/SearchResultsItem/User/User.js +102 -0
  408. package/dist/components/Search/SearchResults/SearchResultsItem/User/User.vue.d.ts +14 -0
  409. package/dist/components/Search/SearchResults/SearchResultsItem/User/index.d.ts +2 -0
  410. package/dist/components/Search/SearchResults/SearchResultsItem/User/index.js +4 -0
  411. package/dist/components/Search/SearchResults/SearchResultsItem/index.d.ts +9 -0
  412. package/dist/components/Search/SearchResults/SearchResultsItem/index.js +13 -0
  413. package/dist/components/Search/SearchResults/SearchResultsItem/utils/highlightText.d.ts +9 -0
  414. package/dist/components/Search/SearchResults/SearchResultsItem/utils/highlightText.js +43 -0
  415. package/dist/components/Search/SearchResults/SearchResultsItem/utils/index.d.ts +1 -0
  416. package/dist/components/Search/SearchResults/SearchResultsItem/utils/index.js +4 -0
  417. package/dist/components/Search/SearchResults/index.d.ts +6 -0
  418. package/dist/components/Search/SearchResults/index.js +18 -0
  419. package/dist/components/Search/i18n/en-US/DateRangePicker.d.ts +23 -0
  420. package/dist/components/Search/i18n/en-US/DateRangePicker.js +26 -0
  421. package/dist/components/Search/i18n/en-US/Search.d.ts +42 -0
  422. package/dist/components/Search/i18n/en-US/Search.js +54 -0
  423. package/dist/components/Search/i18n/en-US/index.d.ts +66 -0
  424. package/dist/components/Search/i18n/en-US/index.js +10 -0
  425. package/dist/components/Search/i18n/index.d.ts +4 -0
  426. package/dist/components/Search/i18n/index.js +6 -0
  427. package/dist/components/Search/i18n/zh-CN/DateRangePicker.d.ts +23 -0
  428. package/dist/components/Search/i18n/zh-CN/DateRangePicker.js +26 -0
  429. package/dist/components/Search/i18n/zh-CN/Search.d.ts +42 -0
  430. package/dist/components/Search/i18n/zh-CN/Search.js +54 -0
  431. package/dist/components/Search/i18n/zh-CN/index.d.ts +66 -0
  432. package/dist/components/Search/i18n/zh-CN/index.js +10 -0
  433. package/dist/components/Search/index.d.ts +1335 -0
  434. package/dist/components/Search/index.js +28 -0
  435. package/dist/components/StreamMixer/LocalMixer/MixerControl.js +14 -10
  436. package/dist/components/StreamMixer/LocalMixer/index.js +82 -57
  437. package/dist/components/StreamMixer/icons/CameraMirror.js +2 -2
  438. package/dist/components/StreamMixer/icons/Delete.js +2 -2
  439. package/dist/components/StreamMixer/icons/Down.js +2 -2
  440. package/dist/components/StreamMixer/icons/Rotation.js +2 -2
  441. package/dist/components/StreamMixer/icons/Up.js +2 -2
  442. package/dist/components/StreamMixer/index.js +3 -3
  443. package/dist/components/StreamView/Layout/FloatLayout.js +4 -4
  444. package/dist/components/StreamView/Layout/GridLayout.js +1 -1
  445. package/dist/components/StreamView/Layout/MeetingLayout.js +2 -2
  446. package/dist/components/StreamView/common/StreamCover/index.js +2 -2
  447. package/dist/components/StreamView/common/StreamPlay/index.js +1 -1
  448. package/dist/components/StreamView/manager/mediaManager.js +2 -4
  449. package/dist/components/UserList/UserItem/UserAction/indexPC.js +1 -1
  450. package/dist/components/UserList/UserItem/UserInfo/index.js +2 -2
  451. package/dist/components/UserList/UserItem/indexPC.js +1 -1
  452. package/dist/components/UserPicker/UserPicker.js +2 -2
  453. package/dist/components/UserPicker/components/ListMode/ListMode.js +1 -1
  454. package/dist/components/UserPicker/components/ListMode/ListMode.vue.d.ts +1 -1
  455. package/dist/components/UserPicker/components/SelectedPanel/SelectedPanel.js +1 -1
  456. package/dist/components/UserPicker/components/TreeMode/TreeNode.js +2 -2
  457. package/dist/components/UserPicker/i18n/en-US.d.ts +7 -0
  458. package/dist/components/UserPicker/i18n/en-US.js +9 -0
  459. package/dist/components/UserPicker/i18n/index.d.ts +15 -0
  460. package/dist/components/UserPicker/i18n/index.js +9 -0
  461. package/dist/components/UserPicker/i18n/zh-CN.d.ts +7 -0
  462. package/dist/components/UserPicker/i18n/zh-CN.js +9 -0
  463. package/dist/components/UserPicker/index.d.ts +0 -1
  464. package/dist/components/UserPicker/index.js +6 -3
  465. package/dist/components/VideoSetting/VideoMediaControl.js +1 -1
  466. package/dist/components/VideoSetting/index.js +3 -37
  467. package/dist/components/VideoSettingPanel/VideoPreview.js +3 -4
  468. package/dist/components/VideoSettingPanel/VideoProfile.js +3 -4
  469. package/dist/components/VideoSettingPanel/i18n/en-US/index.d.ts +5 -0
  470. package/dist/components/VideoSettingPanel/i18n/en-US/index.js +8 -3
  471. package/dist/components/VideoSettingPanel/i18n/zh-CN/index.d.ts +5 -0
  472. package/dist/components/VideoSettingPanel/i18n/zh-CN/index.js +8 -3
  473. package/dist/components/VideoSettingPanel/index.d.ts +31 -2
  474. package/dist/components/VideoSettingPanel/index.js +5 -4
  475. package/dist/constants/avatar.d.ts +0 -0
  476. package/dist/constants/avatar.js +1 -0
  477. package/dist/handler/translator.js +2 -2
  478. package/dist/hooks/index.d.ts +3 -0
  479. package/dist/hooks/index.js +6 -0
  480. package/dist/hooks/useLongPress.d.ts +18 -0
  481. package/dist/hooks/useLongPress.js +82 -0
  482. package/dist/hooks/useMessageActions.js +8 -8
  483. package/dist/hooks/useMouseHover.d.ts +11 -0
  484. package/dist/hooks/useMouseHover.js +31 -0
  485. package/dist/hooks/useRoomActions/useRoomAudioAction.js +1 -1
  486. package/dist/hooks/useRoomActions/useRoomScreenAction.js +1 -1
  487. package/dist/hooks/useRoomActions/useRoomVideoAction.js +1 -1
  488. package/dist/hooks/useUserActions/index.js +2 -2
  489. package/dist/hooks/useUserActions/useAdminAction.js +2 -2
  490. package/dist/hooks/useUserActions/useAudioAction.js +2 -2
  491. package/dist/hooks/useUserActions/useChangeNameCardAction/index.js +1 -1
  492. package/dist/hooks/useUserActions/useKickUserAction.js +1 -1
  493. package/dist/hooks/useUserActions/useMemberInviteAction.js +1 -1
  494. package/dist/hooks/useUserActions/useSeatAction.js +1 -1
  495. package/dist/hooks/useUserActions/useTransferOwnerAction.js +3 -8
  496. package/dist/hooks/useUserActions/useVideoAction.js +2 -2
  497. package/dist/{index-BREVQgBq.js → index-CX1Zs9En.js} +3 -5
  498. package/dist/index-DRcLhqhU.js +38 -0
  499. package/dist/index-ex2Jv3Tj.js +7655 -0
  500. package/dist/{index-oR-rgHxX.js → index-t9cbWbGG.js} +1027 -6459
  501. package/dist/index.d.ts +5 -34
  502. package/dist/index.js +57 -69
  503. package/dist/index.vue_vue_type_script_setup_true_lang-EcKm3pYY.js +36 -0
  504. package/dist/rtc/index.d.ts +535 -0
  505. package/dist/rtc/index.js +89 -0
  506. package/dist/rtc/server.d.ts +19 -0
  507. package/dist/rtc/server.js +115 -0
  508. package/dist/states/BarrageListState/BarrageListState.js +3 -4
  509. package/dist/states/C2CSettingState/C2CSettingState.d.ts +19 -0
  510. package/dist/states/C2CSettingState/C2CSettingState.js +112 -0
  511. package/dist/states/C2CSettingState/index.d.ts +1 -0
  512. package/dist/states/C2CSettingState/index.js +4 -0
  513. package/dist/states/CoGuestState.js +2 -2
  514. package/dist/states/CoHostState.d.ts +1 -1
  515. package/dist/states/CoHostState.js +60 -63
  516. package/dist/states/ContactListState/ContactListState.d.ts +40 -0
  517. package/dist/states/ContactListState/ContactListState.js +321 -0
  518. package/dist/states/ContactListState/index.d.ts +1 -0
  519. package/dist/states/ContactListState/index.js +4 -0
  520. package/dist/states/ConversationListState/ConversationListState.d.ts +23 -8
  521. package/dist/states/ConversationListState/ConversationListState.js +105 -21
  522. package/dist/states/DeviceState.js +21 -14
  523. package/dist/states/GroupSettingState/GroupSettingState.d.ts +20 -0
  524. package/dist/states/GroupSettingState/GroupSettingState.js +456 -0
  525. package/dist/states/GroupSettingState/index.d.ts +2 -0
  526. package/dist/states/GroupSettingState/index.js +9 -0
  527. package/dist/states/GroupSettingState/permissions.d.ts +3 -0
  528. package/dist/states/GroupSettingState/permissions.js +305 -0
  529. package/dist/states/GroupSettingState/types.d.ts +126 -0
  530. package/dist/states/GroupSettingState/types.js +43 -0
  531. package/dist/states/LiveAudienceState.js +3 -4
  532. package/dist/states/LiveMonitorState/api/http.js +91 -109
  533. package/dist/states/LiveMonitorState/index.d.ts +1 -0
  534. package/dist/states/LiveMonitorState/index.js +4 -3
  535. package/dist/states/LiveMonitorState/player/adapters/trtc.js +8 -16
  536. package/dist/states/LiveMonitorState/player/manager/playerManager.js +2 -0
  537. package/dist/states/LiveSeatState/seatEventManager.js +7 -9
  538. package/dist/states/LiveSeatState/store.js +1 -1
  539. package/dist/states/LiveSeatState/usePlayStream/MixStreamPlayer.js +9 -0
  540. package/dist/states/LiveSeatState/usePlayStream/RTCStreamManager.js +1 -1
  541. package/dist/states/LiveSeatState/usePlayStream/RTCStreamPlayer.js +1 -1
  542. package/dist/states/LiveSeatState/usePlayStream/index.d.ts +7 -4
  543. package/dist/states/LiveSeatState/usePlayStream/index.js +81 -93
  544. package/dist/states/LiveState/index.d.ts +5 -11
  545. package/dist/states/LiveState/index.js +40 -62
  546. package/dist/states/LoginState.d.ts +6 -15
  547. package/dist/states/LoginState.js +49 -39
  548. package/dist/states/MessageActionState/MessageActionState.js +1 -2
  549. package/dist/states/MessageInputState/MessageInputState.d.ts +11 -28
  550. package/dist/states/MessageInputState/MessageInputState.js +115 -165
  551. package/dist/states/MessageInputState/index.js +2 -1
  552. package/dist/states/MessageInputState/type.d.ts +21 -0
  553. package/dist/states/MessageInputState/type.js +12 -0
  554. package/dist/states/MessageInputState/utils.d.ts +30 -0
  555. package/dist/states/MessageInputState/utils.js +42 -0
  556. package/dist/states/RoomState.js +5 -3
  557. package/dist/states/SearchState.d.ts +267 -0
  558. package/dist/states/SearchState.js +434 -0
  559. package/dist/states/SeatStore.js +3 -3
  560. package/dist/states/UIOpenControlState/UIOpenControlState.d.ts +15 -0
  561. package/dist/states/UIOpenControlState/UIOpenControlState.js +28 -0
  562. package/dist/states/UIOpenControlState/index.d.ts +1 -0
  563. package/dist/states/UIOpenControlState/index.js +4 -0
  564. package/dist/states/UserState/index.js +1 -1
  565. package/dist/states/UserState/store.js +2 -2
  566. package/dist/states/UserState/userEventManager.js +2 -2
  567. package/dist/states/UserState/userManager.js +2 -2
  568. package/dist/states/VideoMixerState.js +15 -5
  569. package/dist/styles/index.css +12948 -4461
  570. package/dist/types/contact.d.ts +247 -0
  571. package/dist/types/contact.js +19 -0
  572. package/dist/types/conversation.d.ts +235 -0
  573. package/dist/types/conversation.js +38 -0
  574. package/dist/types/device.d.ts +3 -1
  575. package/dist/types/device.js +2 -0
  576. package/dist/types/engine.d.ts +7 -0
  577. package/dist/types/engine.js +10 -0
  578. package/dist/types/index.d.ts +5 -0
  579. package/dist/types/index.js +15 -1
  580. package/dist/types/live.d.ts +3 -3
  581. package/dist/types/login.d.ts +23 -0
  582. package/dist/types/login.js +1 -0
  583. package/dist/types/monitor.d.ts +1 -0
  584. package/dist/types/search.d.ts +90 -0
  585. package/dist/types/search.js +18 -0
  586. package/dist/{useId-DlA8vN1W.js → useId-CsgLY8y3.js} +1 -1
  587. package/dist/utils/env.js +1 -1
  588. package/dist/utils/environment.js +1 -1
  589. package/dist/utils/index.js +6 -2
  590. package/dist/utils/json.d.ts +23 -2
  591. package/dist/utils/json.js +48 -1
  592. package/dist/utils/lodash.d.ts +8 -6
  593. package/dist/utils/lodash.js +26 -2
  594. package/dist/utils/riseInput.js +1 -1
  595. package/dist/utils/time.d.ts +2 -2
  596. package/dist/utils/time.js +253 -1471
  597. package/dist/{utils-CnPWv_hZ.js → utils-KP1QpeUS.js} +1 -5
  598. package/package.json +45 -5
  599. package/src/baseComp/AudioIcon.vue +1 -1
  600. package/src/baseComp/View/View.vue +12 -17
  601. package/src/baseComp/index.ts +1 -0
  602. package/src/chat/index.ts +109 -0
  603. package/src/chat/server.ts +113 -0
  604. package/src/components/AudioSettingPanel/index.vue +53 -16
  605. package/src/components/Avatar/Avatar.vue +15 -15
  606. package/src/components/Avatar/constants/avatar.ts +15 -0
  607. package/src/components/Avatar/index.ts +17 -1
  608. package/src/components/BarrageInput/BarrageInput.vue +15 -4
  609. package/src/components/BarrageInput/BarrageInputH5.vue +48 -9
  610. package/src/components/BarrageInput/EmojiPicker/EmojiPicker.module.scss +2 -2
  611. package/src/components/BarrageInput/EmojiPicker/EmojiPicker.vue +1 -1
  612. package/src/components/BarrageInput/TextEditor/CharacterCountExtension.ts +129 -0
  613. package/src/components/BarrageInput/TextEditor/EditorCore.ts +9 -3
  614. package/src/components/BarrageInput/TextEditor/TextEditor.vue +37 -18
  615. package/src/components/BarrageInput/constants.ts +3 -0
  616. package/src/components/BarrageInput/i18n/en-US/index.ts +2 -0
  617. package/src/components/BarrageInput/i18n/zh-CN/index.ts +2 -0
  618. package/src/components/BarrageList/BarrageList.vue +2 -2
  619. package/src/components/BarrageList/BarrageListH5.vue +2 -2
  620. package/src/components/BarrageList/Message/MessageLayout/MessageLayout.vue +0 -1
  621. package/src/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +5 -2
  622. package/src/components/BarrageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.vue +7 -3
  623. package/src/components/BarrageList/Message/TextMessage/TextMessage.vue +3 -3
  624. package/src/components/ChatSetting/C2CChatSetting/C2CChatSetting.vue +223 -0
  625. package/src/components/ChatSetting/C2CChatSetting/index.ts +3 -0
  626. package/src/components/ChatSetting/ChatSetting.vue +39 -0
  627. package/src/components/ChatSetting/GroupChatSetting/GroupActions/GroupActions.vue +204 -0
  628. package/src/components/ChatSetting/GroupChatSetting/GroupActions/index.ts +5 -0
  629. package/src/components/ChatSetting/GroupChatSetting/GroupChatSetting.vue +295 -0
  630. package/src/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.vue +227 -0
  631. package/src/components/ChatSetting/GroupChatSetting/GroupInfo/index.ts +5 -0
  632. package/src/components/ChatSetting/GroupChatSetting/GroupManagement/GroupManagement.vue +364 -0
  633. package/src/components/ChatSetting/GroupChatSetting/GroupManagement/index.ts +5 -0
  634. package/src/components/ChatSetting/GroupChatSetting/GroupManagementEntry/GroupManagementEntry.vue +69 -0
  635. package/src/components/ChatSetting/GroupChatSetting/GroupManagementEntry/index.ts +5 -0
  636. package/src/components/ChatSetting/GroupChatSetting/GroupMembers/GroupMembers.vue +515 -0
  637. package/src/components/ChatSetting/GroupChatSetting/GroupMembers/index.ts +5 -0
  638. package/src/components/ChatSetting/GroupChatSetting/PersonalSettings/PersonalSettings.vue +50 -0
  639. package/src/components/ChatSetting/GroupChatSetting/PersonalSettings/index.ts +5 -0
  640. package/src/components/ChatSetting/GroupChatSetting/index.ts +5 -0
  641. package/src/components/ChatSetting/SettingItem/SettingItem.vue +528 -0
  642. package/src/components/ChatSetting/SettingItem/index.ts +3 -0
  643. package/src/components/ChatSetting/i18n/en-US.ts +115 -0
  644. package/src/components/ChatSetting/i18n/index.ts +11 -0
  645. package/src/components/ChatSetting/i18n/zh-CN.ts +115 -0
  646. package/src/components/ChatSetting/index.ts +10 -0
  647. package/src/components/CoGuestPanel/CoGuestPanel.vue +52 -13
  648. package/src/components/CoGuestPanel/constants.ts +4 -0
  649. package/src/components/CoGuestPanel/i18n/en-US/index.ts +12 -7
  650. package/src/components/CoGuestPanel/i18n/zh-CN/index.ts +12 -7
  651. package/src/components/CoGuestPanel/index.ts +2 -2
  652. package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.scss +50 -0
  653. package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.vue +71 -0
  654. package/src/components/ContactList/ContactInfo/BlacklistInfo/index.ts +1 -0
  655. package/src/components/ContactList/ContactInfo/ContactInfo.scss +33 -0
  656. package/src/components/ContactList/ContactInfo/ContactInfo.vue +256 -0
  657. package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.scss +82 -0
  658. package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.vue +88 -0
  659. package/src/components/ContactList/ContactInfo/FriendApplicationInfo/index.ts +1 -0
  660. package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.scss +92 -0
  661. package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.vue +219 -0
  662. package/src/components/ContactList/ContactInfo/FriendInfo/index.ts +1 -0
  663. package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.scss +82 -0
  664. package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.vue +99 -0
  665. package/src/components/ContactList/ContactInfo/GroupApplicationInfo/index.ts +1 -0
  666. package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.scss +52 -0
  667. package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue +146 -0
  668. package/src/components/ContactList/ContactInfo/GroupInfo/index.ts +1 -0
  669. package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.scss +111 -0
  670. package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.vue +147 -0
  671. package/src/components/ContactList/ContactInfo/SearchGroupInfo/index.ts +1 -0
  672. package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.scss +111 -0
  673. package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.vue +128 -0
  674. package/src/components/ContactList/ContactInfo/SearchUserInfo/index.ts +1 -0
  675. package/src/components/ContactList/ContactInfo/index.ts +8 -0
  676. package/src/components/ContactList/ContactList.scss +124 -0
  677. package/src/components/ContactList/ContactList.vue +299 -0
  678. package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.scss +39 -0
  679. package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.vue +47 -0
  680. package/src/components/ContactList/ContactListItem/BlacklistItem/index.ts +1 -0
  681. package/src/components/ContactList/ContactListItem/ContactListItem.vue +98 -0
  682. package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.scss +58 -0
  683. package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.vue +70 -0
  684. package/src/components/ContactList/ContactListItem/FriendApplicationItem/index.ts +1 -0
  685. package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.scss +39 -0
  686. package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.vue +47 -0
  687. package/src/components/ContactList/ContactListItem/FriendItem/index.ts +1 -0
  688. package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.scss +57 -0
  689. package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.vue +78 -0
  690. package/src/components/ContactList/ContactListItem/GroupApplicationItem/index.ts +1 -0
  691. package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.scss +39 -0
  692. package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.vue +47 -0
  693. package/src/components/ContactList/ContactListItem/GroupItem/index.ts +1 -0
  694. package/src/components/ContactList/ContactListItem/index.ts +6 -0
  695. package/src/components/ContactList/ContactSearch/ContactSearch.scss +58 -0
  696. package/src/components/ContactList/ContactSearch/ContactSearch.vue +98 -0
  697. package/src/components/ContactList/ContactSearch/index.ts +1 -0
  698. package/src/components/ContactList/constants/const.ts +7 -0
  699. package/src/components/ContactList/hooks/index.ts +1 -0
  700. package/src/components/ContactList/hooks/useContactList.ts +21 -0
  701. package/src/components/ContactList/i18n/en-US.ts +77 -0
  702. package/src/components/ContactList/i18n/index.ts +4 -0
  703. package/src/components/ContactList/i18n/zh-CN.ts +77 -0
  704. package/src/components/ContactList/index.ts +18 -0
  705. package/src/components/ConversationList/ConversationActions/ConversationActions.scss +72 -0
  706. package/src/components/ConversationList/ConversationActions/ConversationActions.vue +182 -0
  707. package/src/components/ConversationList/ConversationActions/index.ts +1 -0
  708. package/src/components/ConversationList/ConversationCreate/ConversationCreate.scss +21 -0
  709. package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +234 -0
  710. package/src/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.scss +43 -0
  711. package/src/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.vue +87 -0
  712. package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.scss +55 -0
  713. package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.vue +124 -0
  714. package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.scss +11 -0
  715. package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue +65 -0
  716. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.scss +66 -0
  717. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.vue +61 -0
  718. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/index.ts +5 -0
  719. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.ts +15 -0
  720. package/src/components/ConversationList/ConversationCreate/index.ts +6 -0
  721. package/src/components/ConversationList/ConversationList.scss +19 -0
  722. package/src/components/ConversationList/ConversationList.vue +206 -36
  723. package/src/components/ConversationList/ConversationListContent/ConversationListContent.scss +21 -0
  724. package/src/components/ConversationList/ConversationListContent/ConversationListContent.vue +55 -0
  725. package/src/components/ConversationList/ConversationListContent/index.ts +1 -0
  726. package/src/components/ConversationList/ConversationListHeader/ConversationListHeader.scss +25 -0
  727. package/src/components/ConversationList/ConversationListHeader/ConversationListHeader.vue +51 -0
  728. package/src/components/ConversationList/ConversationListHeader/index.ts +1 -0
  729. package/src/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.scss +51 -0
  730. package/src/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.vue +78 -0
  731. package/src/components/ConversationList/ConversationPlaceHolder/images/cry.png +0 -0
  732. package/src/components/ConversationList/ConversationPlaceHolder/images/effort.png +0 -0
  733. package/src/components/ConversationList/ConversationPlaceHolder/index.ts +4 -0
  734. package/src/components/ConversationList/ConversationPreview/ConversationPreview.scss +116 -0
  735. package/src/components/ConversationList/ConversationPreview/ConversationPreview.vue +72 -0
  736. package/src/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.vue +37 -0
  737. package/src/components/ConversationList/ConversationPreview/ConversationPreviewTimestamp.vue +27 -0
  738. package/src/components/ConversationList/ConversationPreview/ConversationPreviewTitle.vue +31 -0
  739. package/src/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue +134 -0
  740. package/src/components/ConversationList/ConversationPreview/ConversationPreviewUnread.vue +34 -0
  741. package/src/components/ConversationList/ConversationPreview/index.ts +7 -0
  742. package/src/components/ConversationList/ConversationPreview/utils.ts +55 -0
  743. package/src/components/ConversationList/ConversationSearch/ConversationSearch.scss +51 -0
  744. package/src/components/ConversationList/ConversationSearch/ConversationSearch.vue +191 -0
  745. package/src/components/ConversationList/ConversationSearch/index.ts +1 -0
  746. package/src/components/ConversationList/hooks/useConversation.ts +21 -0
  747. package/src/components/ConversationList/hooks/useConversationCreate.ts +29 -0
  748. package/src/components/ConversationList/i18n/en-US.ts +70 -0
  749. package/src/components/ConversationList/i18n/index.ts +4 -0
  750. package/src/components/ConversationList/i18n/zh-CN.ts +70 -0
  751. package/src/components/ConversationList/index.ts +32 -1
  752. package/src/components/LiveAudienceList/LiveAudienceList.vue +1 -1
  753. package/src/components/LiveAudienceList/UserActionMenu.vue +30 -30
  754. package/src/components/LiveCoreView/DefaultStreamViewUI.vue +244 -0
  755. package/src/components/{LiveStreamView → LiveCoreView}/index.ts +4 -3
  756. package/src/components/{LiveStreamView → LiveCoreView}/index.vue +109 -87
  757. package/src/components/LiveList/LiveList.vue +116 -46
  758. package/src/components/LiveList/LiveListH5.vue +71 -27
  759. package/src/components/LiveMonitorView/LiveMonitorView.vue +117 -93
  760. package/src/components/LiveScenePanel/MaterialRenameDialog.vue +1 -1
  761. package/src/components/LiveScenePanel/i18n/en-US/index.ts +2 -0
  762. package/src/components/LiveScenePanel/i18n/zh-CN/index.ts +2 -0
  763. package/src/components/LiveScenePanel/index.vue +7 -1
  764. package/src/components/MessageInput/AttachmentPicker/AttachmentPicker.vue +4 -4
  765. package/src/components/MessageInput/MessageInput.module.scss +1 -1
  766. package/src/components/MessageInput/QuotedMessagePreview/QuotedMessagePreview.vue +9 -9
  767. package/src/components/MessageInput/SendButton/SendButton.vue +8 -6
  768. package/src/components/MessageInput/TextEditor/Editor.scss +3 -2
  769. package/src/components/MessageInput/TextEditor/EditorCore.ts +3 -3
  770. package/src/components/MessageInput/TextEditor/TextEditor.module.scss +1 -0
  771. package/src/components/MessageInput/TextEditor/TextEditor.vue +15 -10
  772. package/src/components/MessageInput/i18n/en-US.ts +13 -0
  773. package/src/components/MessageInput/i18n/index.ts +7 -0
  774. package/src/components/MessageInput/i18n/zh-CN.ts +13 -0
  775. package/src/components/MessageInput/index.ts +26 -7
  776. package/src/components/MessageList/Message/FileMessage/FileMessage.vue +1 -1
  777. package/src/components/MessageList/Message/GroupTipMessage/GroupTipMessage.vue +10 -10
  778. package/src/components/MessageList/Message/GroupTipMessage/resolveGroupTipMessage.ts +97 -0
  779. package/src/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue +4 -4
  780. package/src/components/MessageList/Message/MessageLayout/MessageLayout.vue +1 -1
  781. package/src/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +26 -23
  782. package/src/components/MessageList/Message/RecalledMessage/RecalledMessage.vue +3 -3
  783. package/src/components/MessageList/Message/TextMessage/TextMessage.vue +4 -11
  784. package/src/components/MessageList/MessageForward/MessageForward.vue +7 -7
  785. package/src/components/MessageList/MessageList.vue +21 -5
  786. package/src/components/MessageList/ReadReceiptInfo/ReadReceiptInfo.vue +11 -11
  787. package/src/components/MessageList/ScrollToBottom/ScrollToBottom.vue +50 -0
  788. package/src/components/MessageList/ScrollToBottom/index.ts +5 -0
  789. package/src/components/MessageList/i18n/en-US.ts +47 -0
  790. package/src/components/MessageList/i18n/index.ts +9 -0
  791. package/src/components/MessageList/i18n/zh-CN.ts +46 -0
  792. package/src/components/MessageList/index.ts +5 -0
  793. package/src/components/Search/Search.scss +12 -0
  794. package/src/components/Search/Search.vue +192 -0
  795. package/src/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.scss +308 -0
  796. package/src/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.vue +558 -0
  797. package/src/components/Search/SearchAdvanced/DateRangePicker/index.ts +2 -0
  798. package/src/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.scss +84 -0
  799. package/src/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.vue +263 -0
  800. package/src/components/Search/SearchAdvanced/MessageAdvanced/index.ts +2 -0
  801. package/src/components/Search/SearchAdvanced/SearchAdvanced.scss +56 -0
  802. package/src/components/Search/SearchAdvanced/SearchAdvanced.vue +62 -0
  803. package/src/components/Search/SearchAdvanced/SearchTab/SearchTab.scss +40 -0
  804. package/src/components/Search/SearchAdvanced/SearchTab/SearchTab.vue +57 -0
  805. package/src/components/Search/SearchAdvanced/SearchTab/index.ts +2 -0
  806. package/src/components/Search/SearchAdvanced/Slider/Slider.scss +47 -0
  807. package/src/components/Search/SearchAdvanced/Slider/Slider.vue +82 -0
  808. package/src/components/Search/SearchAdvanced/Slider/index.ts +2 -0
  809. package/src/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.scss +309 -0
  810. package/src/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.vue +382 -0
  811. package/src/components/Search/SearchAdvanced/UserAdvanced/index.ts +2 -0
  812. package/src/components/Search/SearchAdvanced/index.ts +9 -0
  813. package/src/components/Search/SearchBar/SearchBar.scss +120 -0
  814. package/src/components/Search/SearchBar/SearchBar.vue +132 -0
  815. package/src/components/Search/SearchBar/index.ts +5 -0
  816. package/src/components/Search/SearchResults/EmptyResult/EmptyResult.scss +27 -0
  817. package/src/components/Search/SearchResults/EmptyResult/EmptyResult.vue +32 -0
  818. package/src/components/Search/SearchResults/EmptyResult/index.ts +2 -0
  819. package/src/components/Search/SearchResults/Loading/Loading.scss +29 -0
  820. package/src/components/Search/SearchResults/Loading/Loading.vue +17 -0
  821. package/src/components/Search/SearchResults/Loading/index.ts +2 -0
  822. package/src/components/Search/SearchResults/SearchResults.scss +191 -0
  823. package/src/components/Search/SearchResults/SearchResults.vue +400 -0
  824. package/src/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.scss +47 -0
  825. package/src/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.vue +58 -0
  826. package/src/components/Search/SearchResults/SearchResultsItem/Conversation/index.ts +2 -0
  827. package/src/components/Search/SearchResults/SearchResultsItem/Group/Group.scss +54 -0
  828. package/src/components/Search/SearchResults/SearchResultsItem/Group/Group.vue +39 -0
  829. package/src/components/Search/SearchResults/SearchResultsItem/Group/index.ts +2 -0
  830. package/src/components/Search/SearchResults/SearchResultsItem/Message/Message.scss +169 -0
  831. package/src/components/Search/SearchResults/SearchResultsItem/Message/Message.vue +263 -0
  832. package/src/components/Search/SearchResults/SearchResultsItem/Message/index.ts +2 -0
  833. package/src/components/Search/SearchResults/SearchResultsItem/SearchResultsItem.scss +17 -0
  834. package/src/components/Search/SearchResults/SearchResultsItem/SearchResultsItem.vue +63 -0
  835. package/src/components/Search/SearchResults/SearchResultsItem/User/User.scss +53 -0
  836. package/src/components/Search/SearchResults/SearchResultsItem/User/User.vue +72 -0
  837. package/src/components/Search/SearchResults/SearchResultsItem/User/index.ts +2 -0
  838. package/src/components/Search/SearchResults/SearchResultsItem/index.ts +10 -0
  839. package/src/components/Search/SearchResults/SearchResultsItem/utils/highlightText.ts +75 -0
  840. package/src/components/Search/SearchResults/SearchResultsItem/utils/index.ts +1 -0
  841. package/src/components/Search/SearchResults/index.ts +7 -0
  842. package/src/components/Search/i18n/en-US/DateRangePicker.ts +24 -0
  843. package/src/components/Search/i18n/en-US/Search.ts +60 -0
  844. package/src/components/Search/i18n/en-US/index.ts +9 -0
  845. package/src/components/Search/i18n/index.ts +4 -0
  846. package/src/components/Search/i18n/zh-CN/DateRangePicker.ts +24 -0
  847. package/src/components/Search/i18n/zh-CN/Search.ts +60 -0
  848. package/src/components/Search/i18n/zh-CN/index.ts +9 -0
  849. package/src/components/Search/index.ts +34 -0
  850. package/src/components/StreamMixer/LocalMixer/MixerControl.vue +20 -15
  851. package/src/components/StreamMixer/LocalMixer/index.vue +130 -57
  852. package/src/components/StreamMixer/index.vue +3 -3
  853. package/src/components/UserPicker/UserPicker.vue +5 -5
  854. package/src/components/UserPicker/components/ListMode/ListMode.vue +2 -2
  855. package/src/components/UserPicker/components/SelectedPanel/SelectedPanel.vue +1 -1
  856. package/src/components/UserPicker/i18n/en-US.ts +8 -0
  857. package/src/components/UserPicker/i18n/index.ts +9 -0
  858. package/src/components/UserPicker/i18n/zh-CN.ts +8 -0
  859. package/src/components/UserPicker/index.ts +5 -2
  860. package/src/components/VideoSettingPanel/VideoPreview.vue +13 -8
  861. package/src/components/VideoSettingPanel/VideoProfile.vue +5 -5
  862. package/src/components/VideoSettingPanel/i18n/en-US/index.ts +8 -3
  863. package/src/components/VideoSettingPanel/i18n/zh-CN/index.ts +8 -3
  864. package/src/components/VideoSettingPanel/index.ts +3 -1
  865. package/src/components/VideoSettingPanel/index.vue +15 -9
  866. package/src/constants/avatar.ts +0 -0
  867. package/src/hooks/index.ts +4 -0
  868. package/src/hooks/useLongPress.ts +113 -0
  869. package/src/hooks/useMessageActions.ts +5 -5
  870. package/src/hooks/useMouseHover.ts +42 -0
  871. package/src/index.ts +6 -69
  872. package/src/rtc/index.ts +97 -0
  873. package/src/rtc/server.ts +119 -0
  874. package/src/types/contact.ts +309 -0
  875. package/src/types/conversation.ts +259 -0
  876. package/src/types/device.ts +2 -0
  877. package/src/types/engine.ts +18 -0
  878. package/src/types/index.ts +5 -0
  879. package/src/types/live.ts +4 -5
  880. package/src/types/login.ts +26 -0
  881. package/src/types/monitor.ts +5 -4
  882. package/src/types/search.ts +126 -0
  883. package/src/utils/json.ts +67 -4
  884. package/src/utils/lodash.ts +38 -21
  885. package/src/utils/time.ts +8 -10
  886. package/dist/AttachmentPicker.vue_vue_type_script_setup_true_lang-B9tVChd9.js +0 -89
  887. package/dist/CustomMessage.vue_vue_type_script_setup_true_lang-By3MsAd0.js +0 -12
  888. package/dist/CustomMessage.vue_vue_type_script_setup_true_lang-CoK94Qxs.js +0 -12
  889. package/dist/GroupTipMessage.vue_vue_type_style_index_0_lang-BqyPcZln.js +0 -30
  890. package/dist/GroupTipMessage.vue_vue_type_style_index_0_lang-Dw2-5Ner.js +0 -30
  891. package/dist/Message.vue_vue_type_script_setup_true_lang-BV0PxtjX.js +0 -32
  892. package/dist/Message.vue_vue_type_script_setup_true_lang-mEw2syBo.js +0 -23
  893. package/dist/QuotedMessagePreview.vue_vue_type_script_setup_true_lang-C8lXN2Qm.js +0 -91
  894. package/dist/SendButton.vue_vue_type_script_setup_true_lang-BqIeqUyN.js +0 -35
  895. package/dist/TextEditor.vue_vue_type_script_setup_true_lang-w_I4bsmJ.js +0 -126
  896. package/dist/TextEditor.vue_vue_type_script_setup_true_lang-yXW1iVZ1.js +0 -98
  897. package/dist/components/LiveStreamView/DefaultStreamViewUI.js +0 -90
  898. package/dist/components/LiveStreamView/index.d.ts +0 -4
  899. package/dist/index-BlyS4ObG.js +0 -50
  900. package/dist/index-NFANFVi5.js +0 -58
  901. package/src/components/LiveStreamView/DefaultStreamViewUI.vue +0 -145
  902. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.d.ts +0 -0
  903. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.js +0 -0
  904. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/index.d.ts +0 -0
  905. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/index.js +0 -0
  906. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.d.ts +0 -0
  907. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.js +0 -0
  908. /package/src/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.ts +0 -0
  909. /package/src/components/{LiveStreamView → LiveCoreView}/i18n/index.ts +0 -0
  910. /package/src/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.ts +0 -0
@@ -0,0 +1,51 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeStyle, normalizeClass, renderSlot, createBlock, createCommentVNode, resolveDynamicComponent, normalizeProps, mergeProps } from "vue";
2
+ import ConversationPlaceHolder from "../ConversationPlaceHolder/ConversationPlaceHolder.js";
3
+ import { PlaceHolderTypes } from "../../../types/conversation.js";
4
+ import { _ as _export_sfc } from "../../../_plugin-vue_export-helper-1tPrXgE0.js";
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "ConversationListContent",
7
+ props: {
8
+ children: {},
9
+ empty: { type: Boolean, default: false },
10
+ loading: { type: Boolean, default: false },
11
+ error: { type: Boolean, default: false },
12
+ PlaceholderEmptyList: { default: () => ({
13
+ component: ConversationPlaceHolder,
14
+ props: { type: PlaceHolderTypes.NO_CONVERSATIONS }
15
+ }) },
16
+ PlaceholderLoading: { default: () => ({
17
+ component: ConversationPlaceHolder,
18
+ props: { type: PlaceHolderTypes.LOADING }
19
+ }) },
20
+ PlaceholderLoadError: { default: () => ({
21
+ component: ConversationPlaceHolder,
22
+ props: { type: PlaceHolderTypes.WRONG }
23
+ }) },
24
+ className: {},
25
+ style: {}
26
+ },
27
+ setup(__props) {
28
+ return (_ctx, _cache) => {
29
+ return openBlock(), createElementBlock("div", {
30
+ class: normalizeClass([_ctx.$style.conversationListContent, _ctx.className]),
31
+ style: normalizeStyle(_ctx.style)
32
+ }, [
33
+ !_ctx.error && !_ctx.loading && !_ctx.empty ? renderSlot(_ctx.$slots, "default", { key: 0 }) : _ctx.error ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.PlaceholderLoadError.component), normalizeProps(mergeProps({ key: 1 }, _ctx.PlaceholderLoadError.props)), null, 16)) : _ctx.loading ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.PlaceholderLoading.component), normalizeProps(mergeProps({ key: 2 }, _ctx.PlaceholderLoading.props)), null, 16)) : _ctx.empty ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.PlaceholderEmptyList.component), normalizeProps(mergeProps({ key: 3 }, _ctx.PlaceholderEmptyList.props)), null, 16)) : createCommentVNode("", true)
34
+ ], 6);
35
+ };
36
+ }
37
+ });
38
+ const conversationListContent = "_conversationListContent_1o134_1";
39
+ const style0 = {
40
+ conversationListContent,
41
+ "placeholder-error": "_placeholder-error_1o134_19",
42
+ "placeholder-loading": "_placeholder-loading_1o134_20",
43
+ "placeholder-empty": "_placeholder-empty_1o134_21"
44
+ };
45
+ const cssModules = {
46
+ "$style": style0
47
+ };
48
+ const ConversationListContentComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
49
+ export {
50
+ ConversationListContentComponent as default
51
+ };
@@ -0,0 +1,381 @@
1
+ import { PlaceHolderTypes, ConversationListContentProps } from '../../../types';
2
+
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ConversationListContentProps>, {
7
+ empty: boolean;
8
+ loading: boolean;
9
+ error: boolean;
10
+ PlaceholderEmptyList: () => {
11
+ component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12
+ type: {
13
+ type: import('vue').PropType<PlaceHolderTypes>;
14
+ required: true;
15
+ default: PlaceHolderTypes;
16
+ };
17
+ className: {
18
+ type: import('vue').PropType<string>;
19
+ default: string;
20
+ };
21
+ iconSize: {
22
+ type: import('vue').PropType<number>;
23
+ default: number;
24
+ };
25
+ searchString: {
26
+ type: import('vue').PropType<string>;
27
+ default: string;
28
+ };
29
+ retry: {
30
+ type: import('vue').PropType<() => void>;
31
+ default: undefined;
32
+ };
33
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
34
+ type: {
35
+ type: import('vue').PropType<PlaceHolderTypes>;
36
+ required: true;
37
+ default: PlaceHolderTypes;
38
+ };
39
+ className: {
40
+ type: import('vue').PropType<string>;
41
+ default: string;
42
+ };
43
+ iconSize: {
44
+ type: import('vue').PropType<number>;
45
+ default: number;
46
+ };
47
+ searchString: {
48
+ type: import('vue').PropType<string>;
49
+ default: string;
50
+ };
51
+ retry: {
52
+ type: import('vue').PropType<() => void>;
53
+ default: undefined;
54
+ };
55
+ }>> & Readonly<{}>, {
56
+ type: PlaceHolderTypes;
57
+ className: string;
58
+ iconSize: number;
59
+ searchString: string;
60
+ retry: () => void;
61
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
62
+ props: {
63
+ type: PlaceHolderTypes;
64
+ };
65
+ };
66
+ PlaceholderLoading: () => {
67
+ component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
68
+ type: {
69
+ type: import('vue').PropType<PlaceHolderTypes>;
70
+ required: true;
71
+ default: PlaceHolderTypes;
72
+ };
73
+ className: {
74
+ type: import('vue').PropType<string>;
75
+ default: string;
76
+ };
77
+ iconSize: {
78
+ type: import('vue').PropType<number>;
79
+ default: number;
80
+ };
81
+ searchString: {
82
+ type: import('vue').PropType<string>;
83
+ default: string;
84
+ };
85
+ retry: {
86
+ type: import('vue').PropType<() => void>;
87
+ default: undefined;
88
+ };
89
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
90
+ type: {
91
+ type: import('vue').PropType<PlaceHolderTypes>;
92
+ required: true;
93
+ default: PlaceHolderTypes;
94
+ };
95
+ className: {
96
+ type: import('vue').PropType<string>;
97
+ default: string;
98
+ };
99
+ iconSize: {
100
+ type: import('vue').PropType<number>;
101
+ default: number;
102
+ };
103
+ searchString: {
104
+ type: import('vue').PropType<string>;
105
+ default: string;
106
+ };
107
+ retry: {
108
+ type: import('vue').PropType<() => void>;
109
+ default: undefined;
110
+ };
111
+ }>> & Readonly<{}>, {
112
+ type: PlaceHolderTypes;
113
+ className: string;
114
+ iconSize: number;
115
+ searchString: string;
116
+ retry: () => void;
117
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
118
+ props: {
119
+ type: PlaceHolderTypes;
120
+ };
121
+ };
122
+ PlaceholderLoadError: () => {
123
+ component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
124
+ type: {
125
+ type: import('vue').PropType<PlaceHolderTypes>;
126
+ required: true;
127
+ default: PlaceHolderTypes;
128
+ };
129
+ className: {
130
+ type: import('vue').PropType<string>;
131
+ default: string;
132
+ };
133
+ iconSize: {
134
+ type: import('vue').PropType<number>;
135
+ default: number;
136
+ };
137
+ searchString: {
138
+ type: import('vue').PropType<string>;
139
+ default: string;
140
+ };
141
+ retry: {
142
+ type: import('vue').PropType<() => void>;
143
+ default: undefined;
144
+ };
145
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
146
+ type: {
147
+ type: import('vue').PropType<PlaceHolderTypes>;
148
+ required: true;
149
+ default: PlaceHolderTypes;
150
+ };
151
+ className: {
152
+ type: import('vue').PropType<string>;
153
+ default: string;
154
+ };
155
+ iconSize: {
156
+ type: import('vue').PropType<number>;
157
+ default: number;
158
+ };
159
+ searchString: {
160
+ type: import('vue').PropType<string>;
161
+ default: string;
162
+ };
163
+ retry: {
164
+ type: import('vue').PropType<() => void>;
165
+ default: undefined;
166
+ };
167
+ }>> & Readonly<{}>, {
168
+ type: PlaceHolderTypes;
169
+ className: string;
170
+ iconSize: number;
171
+ searchString: string;
172
+ retry: () => void;
173
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
174
+ props: {
175
+ type: PlaceHolderTypes;
176
+ };
177
+ };
178
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ConversationListContentProps>, {
179
+ empty: boolean;
180
+ loading: boolean;
181
+ error: boolean;
182
+ PlaceholderEmptyList: () => {
183
+ component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
184
+ type: {
185
+ type: import('vue').PropType<PlaceHolderTypes>;
186
+ required: true;
187
+ default: PlaceHolderTypes;
188
+ };
189
+ className: {
190
+ type: import('vue').PropType<string>;
191
+ default: string;
192
+ };
193
+ iconSize: {
194
+ type: import('vue').PropType<number>;
195
+ default: number;
196
+ };
197
+ searchString: {
198
+ type: import('vue').PropType<string>;
199
+ default: string;
200
+ };
201
+ retry: {
202
+ type: import('vue').PropType<() => void>;
203
+ default: undefined;
204
+ };
205
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
206
+ type: {
207
+ type: import('vue').PropType<PlaceHolderTypes>;
208
+ required: true;
209
+ default: PlaceHolderTypes;
210
+ };
211
+ className: {
212
+ type: import('vue').PropType<string>;
213
+ default: string;
214
+ };
215
+ iconSize: {
216
+ type: import('vue').PropType<number>;
217
+ default: number;
218
+ };
219
+ searchString: {
220
+ type: import('vue').PropType<string>;
221
+ default: string;
222
+ };
223
+ retry: {
224
+ type: import('vue').PropType<() => void>;
225
+ default: undefined;
226
+ };
227
+ }>> & Readonly<{}>, {
228
+ type: PlaceHolderTypes;
229
+ className: string;
230
+ iconSize: number;
231
+ searchString: string;
232
+ retry: () => void;
233
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
234
+ props: {
235
+ type: PlaceHolderTypes;
236
+ };
237
+ };
238
+ PlaceholderLoading: () => {
239
+ component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
240
+ type: {
241
+ type: import('vue').PropType<PlaceHolderTypes>;
242
+ required: true;
243
+ default: PlaceHolderTypes;
244
+ };
245
+ className: {
246
+ type: import('vue').PropType<string>;
247
+ default: string;
248
+ };
249
+ iconSize: {
250
+ type: import('vue').PropType<number>;
251
+ default: number;
252
+ };
253
+ searchString: {
254
+ type: import('vue').PropType<string>;
255
+ default: string;
256
+ };
257
+ retry: {
258
+ type: import('vue').PropType<() => void>;
259
+ default: undefined;
260
+ };
261
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
262
+ type: {
263
+ type: import('vue').PropType<PlaceHolderTypes>;
264
+ required: true;
265
+ default: PlaceHolderTypes;
266
+ };
267
+ className: {
268
+ type: import('vue').PropType<string>;
269
+ default: string;
270
+ };
271
+ iconSize: {
272
+ type: import('vue').PropType<number>;
273
+ default: number;
274
+ };
275
+ searchString: {
276
+ type: import('vue').PropType<string>;
277
+ default: string;
278
+ };
279
+ retry: {
280
+ type: import('vue').PropType<() => void>;
281
+ default: undefined;
282
+ };
283
+ }>> & Readonly<{}>, {
284
+ type: PlaceHolderTypes;
285
+ className: string;
286
+ iconSize: number;
287
+ searchString: string;
288
+ retry: () => void;
289
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
290
+ props: {
291
+ type: PlaceHolderTypes;
292
+ };
293
+ };
294
+ PlaceholderLoadError: () => {
295
+ component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
296
+ type: {
297
+ type: import('vue').PropType<PlaceHolderTypes>;
298
+ required: true;
299
+ default: PlaceHolderTypes;
300
+ };
301
+ className: {
302
+ type: import('vue').PropType<string>;
303
+ default: string;
304
+ };
305
+ iconSize: {
306
+ type: import('vue').PropType<number>;
307
+ default: number;
308
+ };
309
+ searchString: {
310
+ type: import('vue').PropType<string>;
311
+ default: string;
312
+ };
313
+ retry: {
314
+ type: import('vue').PropType<() => void>;
315
+ default: undefined;
316
+ };
317
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
318
+ type: {
319
+ type: import('vue').PropType<PlaceHolderTypes>;
320
+ required: true;
321
+ default: PlaceHolderTypes;
322
+ };
323
+ className: {
324
+ type: import('vue').PropType<string>;
325
+ default: string;
326
+ };
327
+ iconSize: {
328
+ type: import('vue').PropType<number>;
329
+ default: number;
330
+ };
331
+ searchString: {
332
+ type: import('vue').PropType<string>;
333
+ default: string;
334
+ };
335
+ retry: {
336
+ type: import('vue').PropType<() => void>;
337
+ default: undefined;
338
+ };
339
+ }>> & Readonly<{}>, {
340
+ type: PlaceHolderTypes;
341
+ className: string;
342
+ iconSize: number;
343
+ searchString: string;
344
+ retry: () => void;
345
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
346
+ props: {
347
+ type: PlaceHolderTypes;
348
+ };
349
+ };
350
+ }>>> & Readonly<{}>, {
351
+ error: boolean;
352
+ loading: boolean;
353
+ PlaceholderEmptyList: any;
354
+ empty: boolean;
355
+ PlaceholderLoading: any;
356
+ PlaceholderLoadError: any;
357
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
358
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
359
+ export default _default;
360
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
361
+ type __VLS_TypePropsToRuntimeProps<T> = {
362
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
363
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
364
+ } : {
365
+ type: import('vue').PropType<T[K]>;
366
+ required: true;
367
+ };
368
+ };
369
+ type __VLS_WithDefaults<P, D> = {
370
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
371
+ default: D[K];
372
+ }> : P[K];
373
+ };
374
+ type __VLS_Prettify<T> = {
375
+ [K in keyof T]: T[K];
376
+ } & {};
377
+ type __VLS_WithTemplateSlots<T, S> = T & {
378
+ new (): {
379
+ $slots: S;
380
+ };
381
+ };
@@ -0,0 +1 @@
1
+ export { default as ConversationListContent } from './ConversationListContent.vue';
@@ -0,0 +1,4 @@
1
+ import { default as default2 } from "./ConversationListContent.js";
2
+ export {
3
+ default2 as ConversationListContent
4
+ };
@@ -0,0 +1,51 @@
1
+ import { defineComponent, createElementBlock, openBlock, normalizeStyle, normalizeClass, createCommentVNode, renderSlot, createBlock, resolveDynamicComponent } from "vue";
2
+ import { _ as _export_sfc } from "../../../_plugin-vue_export-helper-1tPrXgE0.js";
3
+ const _sfc_main = /* @__PURE__ */ defineComponent({
4
+ __name: "ConversationListHeader",
5
+ props: {
6
+ children: {},
7
+ left: { default: void 0 },
8
+ right: { default: void 0 },
9
+ className: { default: void 0 },
10
+ style: { default: () => ({}) }
11
+ },
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("div", {
15
+ class: normalizeClass([_ctx.$style.conversationListHeader, _ctx.className]),
16
+ style: normalizeStyle(_ctx.style)
17
+ }, [
18
+ _ctx.left || _ctx.$slots.left ? (openBlock(), createElementBlock("div", {
19
+ key: 0,
20
+ class: normalizeClass(_ctx.$style.conversationListHeader__left)
21
+ }, [
22
+ _ctx.left ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.left), { key: 0 })) : renderSlot(_ctx.$slots, "left", { key: 1 })
23
+ ], 2)) : createCommentVNode("", true),
24
+ renderSlot(_ctx.$slots, "default"),
25
+ _ctx.right || _ctx.$slots.right ? (openBlock(), createElementBlock("div", {
26
+ key: 1,
27
+ class: normalizeClass(_ctx.$style.conversationListHeader__right)
28
+ }, [
29
+ _ctx.right ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.right), { key: 0 })) : renderSlot(_ctx.$slots, "right", { key: 1 })
30
+ ], 2)) : createCommentVNode("", true)
31
+ ], 6);
32
+ };
33
+ }
34
+ });
35
+ const conversationListHeader = "_conversationListHeader_7vfmy_1";
36
+ const conversationListHeader__left = "_conversationListHeader__left_7vfmy_11";
37
+ const conversationListHeader__right = "_conversationListHeader__right_7vfmy_11";
38
+ const conversationListHeader__content = "_conversationListHeader__content_7vfmy_18";
39
+ const style0 = {
40
+ conversationListHeader,
41
+ conversationListHeader__left,
42
+ conversationListHeader__right,
43
+ conversationListHeader__content
44
+ };
45
+ const cssModules = {
46
+ "$style": style0
47
+ };
48
+ const ConversationListHeaderComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
49
+ export {
50
+ ConversationListHeaderComponent as default
51
+ };
@@ -0,0 +1,47 @@
1
+ import { ConversationListHeaderProps } from '../../../types';
2
+
3
+ declare function __VLS_template(): {
4
+ left?(_: {}): any;
5
+ default?(_: {}): any;
6
+ right?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ConversationListHeaderProps>, {
9
+ left: undefined;
10
+ right: undefined;
11
+ className: undefined;
12
+ style: () => {};
13
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ConversationListHeaderProps>, {
14
+ left: undefined;
15
+ right: undefined;
16
+ className: undefined;
17
+ style: () => {};
18
+ }>>> & Readonly<{}>, {
19
+ style: import('vue').CSSProperties;
20
+ left: any;
21
+ right: any;
22
+ className: string;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
@@ -0,0 +1 @@
1
+ export { default as ConversationListHeader } from './ConversationListHeader.vue';
@@ -0,0 +1,4 @@
1
+ import { default as default2 } from "./ConversationListHeader.js";
2
+ export {
3
+ default2 as ConversationListHeader
4
+ };
@@ -0,0 +1,103 @@
1
+ import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, createElementVNode, createCommentVNode, createBlock, unref, toDisplayString, withCtx, createTextVNode } from "vue";
2
+ import { useUIKit, IconLiveLoading, TUIButton } from "@tencentcloud/uikit-base-component-vue3";
3
+ import { PlaceHolderTypes } from "../../../types/conversation.js";
4
+ import { _ as _export_sfc } from "../../../_plugin-vue_export-helper-1tPrXgE0.js";
5
+ const _imports_0 = "data:image/png;base64,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";
6
+ const _imports_1 = "data:image/png;base64,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";
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ __name: "ConversationPlaceHolder",
9
+ props: {
10
+ type: { default: PlaceHolderTypes.NO_CONVERSATIONS },
11
+ className: { default: "" },
12
+ iconSize: { default: 42 },
13
+ searchString: { default: "" },
14
+ retry: { type: Function, default: void 0 }
15
+ },
16
+ setup(__props) {
17
+ const props = __props;
18
+ const { t } = useUIKit();
19
+ const placeholderText = computed(() => {
20
+ switch (props.type) {
21
+ case PlaceHolderTypes.LOADING:
22
+ return t("TUIConversation.Loading");
23
+ case PlaceHolderTypes.NO_CONVERSATIONS:
24
+ return t("TUIConversation.No conversations");
25
+ case PlaceHolderTypes.WRONG:
26
+ return t("TUIConversation.Load failed");
27
+ default:
28
+ return "";
29
+ }
30
+ });
31
+ return (_ctx, _cache) => {
32
+ return openBlock(), createElementBlock("div", {
33
+ class: normalizeClass([_ctx.$style.conversationPlaceHolder, _ctx.className])
34
+ }, [
35
+ createElementVNode("div", {
36
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__icon)
37
+ }, [
38
+ _ctx.type === unref(PlaceHolderTypes).LOADING ? (openBlock(), createBlock(unref(IconLiveLoading), {
39
+ key: 0,
40
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__loading)
41
+ }, null, 8, ["class"])) : _ctx.type === unref(PlaceHolderTypes).NO_CONVERSATIONS ? (openBlock(), createElementBlock("div", {
42
+ key: 1,
43
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__empty)
44
+ }, [
45
+ createElementVNode("img", {
46
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__emptyIcon),
47
+ src: _imports_0,
48
+ alt: "empty"
49
+ }, null, 2)
50
+ ], 2)) : _ctx.type === unref(PlaceHolderTypes).WRONG ? (openBlock(), createElementBlock("div", {
51
+ key: 2,
52
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__error)
53
+ }, [
54
+ createElementVNode("img", {
55
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__errorIcon),
56
+ src: _imports_1,
57
+ alt: "error"
58
+ }, null, 2)
59
+ ], 2)) : createCommentVNode("", true)
60
+ ], 2),
61
+ placeholderText.value ? (openBlock(), createElementBlock("div", {
62
+ key: 0,
63
+ class: normalizeClass(_ctx.$style.conversationPlaceHolder__label)
64
+ }, toDisplayString(_ctx.searchString ? `${placeholderText.value} '${_ctx.searchString}'` : placeholderText.value), 3)) : createCommentVNode("", true),
65
+ _ctx.type === unref(PlaceHolderTypes).WRONG && _ctx.retry ? (openBlock(), createBlock(unref(TUIButton), {
66
+ key: 1,
67
+ type: "primary",
68
+ onClick: _ctx.retry
69
+ }, {
70
+ default: withCtx(() => [
71
+ createTextVNode(toDisplayString(unref(t)("TUIConversation.Retry")), 1)
72
+ ]),
73
+ _: 1
74
+ }, 8, ["onClick"])) : createCommentVNode("", true)
75
+ ], 2);
76
+ };
77
+ }
78
+ });
79
+ const conversationPlaceHolder = "_conversationPlaceHolder_15avc_1";
80
+ const conversationPlaceHolder__icon = "_conversationPlaceHolder__icon_15avc_10";
81
+ const conversationPlaceHolder__label = "_conversationPlaceHolder__label_15avc_13";
82
+ const conversationPlaceHolder__loading = "_conversationPlaceHolder__loading_15avc_18";
83
+ const spin = "_spin_15avc_1";
84
+ const conversationPlaceHolder__emptyIcon = "_conversationPlaceHolder__emptyIcon_15avc_24";
85
+ const conversationPlaceHolder__errorIcon = "_conversationPlaceHolder__errorIcon_15avc_31";
86
+ const style0 = {
87
+ conversationPlaceHolder,
88
+ conversationPlaceHolder__icon,
89
+ conversationPlaceHolder__label,
90
+ conversationPlaceHolder__loading,
91
+ spin,
92
+ "conversationPlaceHolder-empty": "_conversationPlaceHolder-empty_15avc_24",
93
+ conversationPlaceHolder__emptyIcon,
94
+ "conversationPlaceHolder-error": "_conversationPlaceHolder-error_15avc_31",
95
+ conversationPlaceHolder__errorIcon
96
+ };
97
+ const cssModules = {
98
+ "$style": style0
99
+ };
100
+ const ConversationPlaceHolder = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
101
+ export {
102
+ ConversationPlaceHolder as default
103
+ };