tuikit-atomicx-vue3 0.1.1 → 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 (455) hide show
  1. package/dist/MessageInput.vue_vue_type_script_setup_true_lang-XRL7A5Gj.js +123 -0
  2. package/dist/{PopoverTrigger-ByOI-vdB.js → PopoverTrigger-BKOIHfdS.js} +1 -1
  3. package/dist/{PopperContent-BaiCn-CA.js → PopperContent-DtL7HVWz.js} +29 -21
  4. package/dist/baseComp/TuiSwitch.js +2 -2
  5. package/dist/baseComp/index.d.ts +0 -1
  6. package/dist/baseComp/index.js +1 -3
  7. package/dist/chat/index.d.ts +2230 -4090
  8. package/dist/chat/index.js +16 -8
  9. package/dist/components/Avatar/Avatar.js +35 -10
  10. package/dist/components/Avatar/Avatar.vue.d.ts +1 -1
  11. package/dist/components/BarrageInput/BarrageInput.vue.d.ts +2 -2
  12. package/dist/components/BarrageInput/BarrageInputH5.js +30 -10
  13. package/dist/components/BarrageInput/BarrageInputH5.vue.d.ts +2 -2
  14. package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +1 -1
  15. package/dist/components/BarrageInput/TextEditor/index.js +13 -5
  16. package/dist/components/BarrageInput/constants.d.ts +3 -0
  17. package/dist/components/BarrageInput/constants.js +6 -0
  18. package/dist/components/BarrageInput/i18n/en-US/index.d.ts +2 -0
  19. package/dist/components/BarrageInput/i18n/en-US/index.js +3 -1
  20. package/dist/components/BarrageInput/i18n/zh-CN/index.d.ts +2 -0
  21. package/dist/components/BarrageInput/i18n/zh-CN/index.js +3 -1
  22. package/dist/components/BarrageInput/index.d.ts +18 -18
  23. package/dist/components/BarrageList/BarrageList.js +5 -6
  24. package/dist/components/BarrageList/BarrageListH5.js +5 -6
  25. package/dist/components/BarrageList/Message/MessageLayout/MessageLayout.js +1 -1
  26. package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.js +5 -4
  27. package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.vue.d.ts +2 -2
  28. package/dist/components/BarrageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.js +7 -4
  29. package/dist/components/BarrageList/Message/TextMessage/TextMessage.js +1 -1
  30. package/dist/components/ChatSetting/ChatSetting.js +8 -11
  31. package/dist/components/ChatSetting/GroupChatSetting/GroupActions/GroupActions.js +2 -1
  32. package/dist/components/ChatSetting/GroupChatSetting/GroupChatSetting.js +2 -1
  33. package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.js +2 -2
  34. package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/GroupManagement.js +2 -1
  35. package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/GroupMembers.js +2 -2
  36. package/dist/components/ChatSetting/SettingItem/SettingItem.js +116 -89
  37. package/dist/components/ChatSetting/i18n/index.d.ts +191 -1
  38. package/dist/components/ChatSetting/i18n/index.js +3 -4
  39. package/dist/components/ChatSetting/index.js +4 -0
  40. package/dist/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.js +78 -0
  41. package/dist/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.vue.d.ts +33 -0
  42. package/dist/components/ContactList/ContactInfo/BlacklistInfo/index.d.ts +1 -0
  43. package/dist/components/ContactList/ContactInfo/BlacklistInfo/index.js +4 -0
  44. package/dist/components/ContactList/ContactInfo/ContactInfo.js +257 -0
  45. package/dist/components/ContactList/ContactInfo/ContactInfo.vue.d.ts +56 -0
  46. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.js +96 -0
  47. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.vue.d.ts +37 -0
  48. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/index.d.ts +1 -0
  49. package/dist/components/ContactList/ContactInfo/FriendApplicationInfo/index.js +4 -0
  50. package/dist/components/ContactList/ContactInfo/FriendInfo/FriendInfo.js +228 -0
  51. package/dist/components/ContactList/ContactInfo/FriendInfo/FriendInfo.vue.d.ts +39 -0
  52. package/dist/components/ContactList/ContactInfo/FriendInfo/index.d.ts +1 -0
  53. package/dist/components/ContactList/ContactInfo/FriendInfo/index.js +4 -0
  54. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.js +101 -0
  55. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.vue.d.ts +37 -0
  56. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/index.d.ts +1 -0
  57. package/dist/components/ContactList/ContactInfo/GroupApplicationInfo/index.js +4 -0
  58. package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.js +154 -0
  59. package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue.d.ts +37 -0
  60. package/dist/components/ContactList/ContactInfo/GroupInfo/index.d.ts +1 -0
  61. package/dist/components/ContactList/ContactInfo/GroupInfo/index.js +4 -0
  62. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.js +141 -0
  63. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.vue.d.ts +32 -0
  64. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/index.d.ts +1 -0
  65. package/dist/components/ContactList/ContactInfo/SearchGroupInfo/index.js +4 -0
  66. package/dist/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.js +122 -0
  67. package/dist/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.vue.d.ts +33 -0
  68. package/dist/components/ContactList/ContactInfo/SearchUserInfo/index.d.ts +1 -0
  69. package/dist/components/ContactList/ContactInfo/SearchUserInfo/index.js +4 -0
  70. package/dist/components/ContactList/ContactInfo/index.d.ts +8 -0
  71. package/dist/components/ContactList/ContactInfo/index.js +18 -0
  72. package/dist/components/ContactList/ContactList.js +281 -0
  73. package/dist/components/ContactList/ContactList.vue.d.ts +41 -0
  74. package/dist/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.js +52 -0
  75. package/dist/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.vue.d.ts +25 -0
  76. package/dist/components/ContactList/ContactListItem/BlacklistItem/index.d.ts +1 -0
  77. package/dist/components/ContactList/ContactListItem/BlacklistItem/index.js +4 -0
  78. package/dist/components/ContactList/ContactListItem/ContactListItem.js +4 -0
  79. package/dist/components/ContactList/ContactListItem/ContactListItem.vue.d.ts +30 -0
  80. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.js +76 -0
  81. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.vue.d.ts +27 -0
  82. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/index.d.ts +1 -0
  83. package/dist/components/ContactList/ContactListItem/FriendApplicationItem/index.js +4 -0
  84. package/dist/components/ContactList/ContactListItem/FriendItem/FriendItem.js +53 -0
  85. package/dist/components/ContactList/ContactListItem/FriendItem/FriendItem.vue.d.ts +25 -0
  86. package/dist/components/ContactList/ContactListItem/FriendItem/index.d.ts +1 -0
  87. package/dist/components/ContactList/ContactListItem/FriendItem/index.js +4 -0
  88. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.js +79 -0
  89. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.vue.d.ts +27 -0
  90. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/index.d.ts +1 -0
  91. package/dist/components/ContactList/ContactListItem/GroupApplicationItem/index.js +4 -0
  92. package/dist/components/ContactList/ContactListItem/GroupItem/GroupItem.js +52 -0
  93. package/dist/components/ContactList/ContactListItem/GroupItem/GroupItem.vue.d.ts +25 -0
  94. package/dist/components/ContactList/ContactListItem/GroupItem/index.d.ts +1 -0
  95. package/dist/components/ContactList/ContactListItem/GroupItem/index.js +4 -0
  96. package/dist/components/ContactList/ContactListItem/index.d.ts +6 -0
  97. package/dist/components/ContactList/ContactListItem/index.js +95 -0
  98. package/dist/components/ContactList/ContactSearch/ContactSearch.js +85 -0
  99. package/dist/components/ContactList/ContactSearch/ContactSearch.vue.d.ts +8 -0
  100. package/dist/components/ContactList/ContactSearch/index.d.ts +1 -0
  101. package/dist/components/ContactList/ContactSearch/index.js +4 -0
  102. package/dist/components/ContactList/constants/const.d.ts +3 -0
  103. package/dist/components/ContactList/constants/const.js +6 -0
  104. package/dist/components/ContactList/hooks/index.d.ts +1 -0
  105. package/dist/components/ContactList/hooks/index.js +4 -0
  106. package/dist/components/ContactList/hooks/useContactList.d.ts +9 -0
  107. package/dist/components/ContactList/hooks/useContactList.js +18 -0
  108. package/dist/components/ContactList/i18n/en-US.d.ts +77 -0
  109. package/dist/components/ContactList/i18n/en-US.js +80 -0
  110. package/dist/components/ContactList/i18n/index.d.ts +4 -0
  111. package/dist/components/ContactList/i18n/index.js +6 -0
  112. package/dist/components/ContactList/i18n/zh-CN.d.ts +77 -0
  113. package/dist/components/ContactList/i18n/zh-CN.js +80 -0
  114. package/dist/components/ContactList/index.d.ts +310 -0
  115. package/dist/components/ContactList/index.js +16 -0
  116. package/dist/components/ConversationList/ConversationActions/ConversationActions.js +31 -46
  117. package/dist/components/ConversationList/ConversationActions/ConversationActions.vue.d.ts +1 -10
  118. package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +160 -100
  119. package/dist/components/ConversationList/ConversationCreate/ConversationCreate.vue.d.ts +0 -3
  120. package/dist/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.js +79 -17
  121. package/dist/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.vue.d.ts +6 -12
  122. package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.js +78 -158
  123. package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.vue.d.ts +5 -4
  124. package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.js +38 -207
  125. package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue.d.ts +3 -9
  126. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.js +35 -23
  127. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.vue.d.ts +2 -11
  128. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/index.js +1 -2
  129. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.d.ts +2 -7
  130. package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.js +6 -14
  131. package/dist/components/ConversationList/ConversationCreate/index.d.ts +0 -2
  132. package/dist/components/ConversationList/ConversationCreate/index.js +5 -9
  133. package/dist/components/ConversationList/ConversationList.js +51 -39
  134. package/dist/components/ConversationList/ConversationList.vue.d.ts +654 -1510
  135. package/dist/components/ConversationList/ConversationListContent/ConversationListContent.js +4 -4
  136. package/dist/components/ConversationList/ConversationListContent/ConversationListContent.vue.d.ts +1 -1
  137. package/dist/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.js +2 -2
  138. package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +596 -1404
  139. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +1 -1
  140. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.js +13 -29
  141. package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +146 -348
  142. package/dist/components/ConversationList/ConversationPreview/index.js +3 -3
  143. package/dist/components/ConversationList/ConversationPreview/utils.js +8 -8
  144. package/dist/components/ConversationList/ConversationSearch/ConversationSearch.js +5 -5
  145. package/dist/components/ConversationList/ConversationSearch/ConversationSearch.vue.d.ts +8 -8
  146. package/dist/components/ConversationList/hooks/useConversation.d.ts +6 -0
  147. package/dist/components/ConversationList/hooks/useConversation.js +20 -0
  148. package/dist/components/ConversationList/hooks/useConversationCreate.d.ts +5 -0
  149. package/dist/components/ConversationList/hooks/useConversationCreate.js +24 -0
  150. package/dist/components/ConversationList/i18n/en-US.d.ts +16 -0
  151. package/dist/components/ConversationList/i18n/en-US.js +25 -7
  152. package/dist/components/ConversationList/i18n/zh-CN.d.ts +16 -0
  153. package/dist/components/ConversationList/i18n/zh-CN.js +24 -6
  154. package/dist/components/ConversationList/index.d.ts +2096 -4595
  155. package/dist/components/{LiveStreamView → LiveCoreView}/DefaultStreamViewUI.js +1 -1
  156. package/dist/components/LiveCoreView/index.d.ts +4 -0
  157. package/dist/components/{LiveStreamView → LiveCoreView}/index.js +68 -74
  158. package/dist/components/LiveList/LiveList.js +71 -45
  159. package/dist/components/LiveList/LiveListH5.js +14 -15
  160. package/dist/components/LiveScenePanel/CameraSettingDialog.js +1 -2
  161. package/dist/components/LiveScenePanel/icons/AddIcon.js +2 -2
  162. package/dist/components/LiveScenePanel/icons/CameraIcon.js +2 -2
  163. package/dist/components/LiveScenePanel/icons/CameraMirror.js +2 -2
  164. package/dist/components/LiveScenePanel/icons/CameraUnmirror.js +2 -2
  165. package/dist/components/LiveScenePanel/icons/ImageIcon.js +2 -2
  166. package/dist/components/LiveScenePanel/icons/MoreIcon.js +2 -2
  167. package/dist/components/LiveScenePanel/icons/ScreenIcon.js +2 -2
  168. package/dist/components/MessageInput/AttachmentPicker/index.js +1 -1
  169. package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +1 -1
  170. package/dist/components/MessageInput/MessageInput.js +1 -1
  171. package/dist/components/MessageInput/QuotedMessagePreview/index.js +2 -2
  172. package/dist/components/MessageInput/SendButton/index.js +1 -1
  173. package/dist/components/MessageInput/TextEditor/index.js +6 -5
  174. package/dist/components/MessageInput/i18n/index.d.ts +24 -1
  175. package/dist/components/MessageInput/i18n/index.js +7 -8
  176. package/dist/components/MessageInput/index.d.ts +409 -6
  177. package/dist/components/MessageInput/index.js +23 -125
  178. package/dist/components/MessageList/Message/AudioMessage/PlayButton.js +3 -3
  179. package/dist/components/MessageList/Message/ImageMessage/ImageMessage.js +2 -2
  180. package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +3 -3
  181. package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue.d.ts +5 -5
  182. package/dist/components/MessageList/Message/MessageLayout/MessageLayout.js +1 -1
  183. package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.js +34 -30
  184. package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue.d.ts +0 -10
  185. package/dist/components/MessageList/MessageForward/MessageForward.js +4 -4
  186. package/dist/components/MessageList/MessageList.js +66 -60
  187. package/dist/components/MessageList/MessageList.vue.d.ts +3 -3
  188. package/dist/components/MessageList/ScrollToBottom/ScrollToBottom.js +32 -0
  189. package/dist/components/MessageList/ScrollToBottom/ScrollToBottom.vue.d.ts +6 -0
  190. package/dist/components/MessageList/ScrollToBottom/index.d.ts +3 -0
  191. package/dist/components/MessageList/ScrollToBottom/index.js +4 -0
  192. package/dist/components/MessageList/i18n/en-US.d.ts +5 -0
  193. package/dist/components/MessageList/i18n/en-US.js +6 -1
  194. package/dist/components/MessageList/i18n/index.d.ts +85 -1
  195. package/dist/components/MessageList/i18n/index.js +7 -8
  196. package/dist/components/MessageList/i18n/zh-CN.d.ts +5 -0
  197. package/dist/components/MessageList/i18n/zh-CN.js +6 -1
  198. package/dist/components/MessageList/index.js +4 -0
  199. package/dist/components/Search/Search.js +4 -4
  200. package/dist/components/Search/Search.vue.d.ts +4 -4
  201. package/dist/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.js +15 -9
  202. package/dist/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.js +12 -7
  203. package/dist/components/Search/SearchAdvanced/SearchAdvanced.js +2 -2
  204. package/dist/components/Search/SearchAdvanced/SearchTab/SearchTab.js +10 -5
  205. package/dist/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.js +10 -10
  206. package/dist/components/Search/SearchBar/SearchBar.js +3 -2
  207. package/dist/components/Search/SearchResults/EmptyResult/EmptyResult.js +1 -1
  208. package/dist/components/Search/SearchResults/SearchResults.js +82 -69
  209. package/dist/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.js +8 -8
  210. package/dist/components/Search/SearchResults/SearchResultsItem/utils/highlightText.d.ts +5 -6
  211. package/dist/components/Search/i18n/en-US/Search.js +9 -9
  212. package/dist/components/Search/i18n/zh-CN/Search.js +13 -13
  213. package/dist/components/Search/index.d.ts +6 -6
  214. package/dist/components/StreamMixer/LocalMixer/MixerControl.js +14 -10
  215. package/dist/components/StreamMixer/LocalMixer/index.js +81 -56
  216. package/dist/components/StreamMixer/icons/CameraMirror.js +2 -2
  217. package/dist/components/StreamMixer/icons/Delete.js +2 -2
  218. package/dist/components/StreamMixer/icons/Down.js +2 -2
  219. package/dist/components/StreamMixer/icons/Rotation.js +2 -2
  220. package/dist/components/StreamMixer/icons/Up.js +2 -2
  221. package/dist/components/StreamMixer/index.js +2 -2
  222. package/dist/components/StreamView/common/StreamCover/index.js +2 -2
  223. package/dist/components/UserPicker/components/TreeMode/TreeNode.js +2 -2
  224. package/dist/components/UserPicker/i18n/index.d.ts +15 -1
  225. package/dist/components/UserPicker/i18n/index.js +3 -4
  226. package/dist/components/UserPicker/index.d.ts +0 -1
  227. package/dist/components/UserPicker/index.js +6 -3
  228. package/dist/components/VideoSettingPanel/VideoPreview.js +3 -4
  229. package/dist/components/VideoSettingPanel/VideoProfile.js +3 -4
  230. package/dist/components/VideoSettingPanel/i18n/en-US/index.d.ts +5 -0
  231. package/dist/components/VideoSettingPanel/i18n/en-US/index.js +8 -3
  232. package/dist/components/VideoSettingPanel/i18n/zh-CN/index.d.ts +5 -0
  233. package/dist/components/VideoSettingPanel/i18n/zh-CN/index.js +8 -3
  234. package/dist/components/VideoSettingPanel/index.js +3 -3
  235. package/dist/hooks/useLongPress.d.ts +4 -4
  236. package/dist/hooks/useMessageActions.js +5 -5
  237. package/dist/hooks/useMouseHover.d.ts +7 -5
  238. package/dist/hooks/useMouseHover.js +3 -1
  239. package/dist/index.js +12 -6
  240. package/dist/rtc/index.d.ts +22 -20
  241. package/dist/rtc/index.js +6 -3
  242. package/dist/states/BarrageListState/BarrageListState.js +3 -2
  243. package/dist/states/CoHostState.d.ts +1 -1
  244. package/dist/states/CoHostState.js +59 -62
  245. package/dist/states/ContactListState/ContactListState.d.ts +16 -16
  246. package/dist/states/ContactListState/ContactListState.js +20 -20
  247. package/dist/states/ConversationListState/ConversationListState.d.ts +13 -12
  248. package/dist/states/ConversationListState/ConversationListState.js +19 -19
  249. package/dist/states/LiveSeatState/seatEventManager.js +3 -5
  250. package/dist/states/LiveSeatState/usePlayStream/MixStreamPlayer.js +9 -0
  251. package/dist/states/LiveState/index.d.ts +4 -4
  252. package/dist/states/LiveState/index.js +4 -2
  253. package/dist/states/LoginState.js +1 -3
  254. package/dist/states/MessageInputState/MessageInputState.js +18 -18
  255. package/dist/states/SearchState.d.ts +2 -2
  256. package/dist/states/SearchState.js +124 -127
  257. package/dist/styles/index.css +1954 -1070
  258. package/dist/types/contact.d.ts +145 -9
  259. package/dist/types/conversation.d.ts +36 -28
  260. package/dist/types/conversation.js +22 -0
  261. package/dist/types/index.js +5 -3
  262. package/dist/types/live.d.ts +2 -3
  263. package/dist/types/types.d.ts +0 -8
  264. package/dist/types/types.js +0 -10
  265. package/dist/utils/time.d.ts +2 -2
  266. package/dist/utils/time.js +253 -1471
  267. package/package.json +23 -5
  268. package/src/baseComp/View/View.vue +1 -2
  269. package/src/baseComp/index.ts +1 -2
  270. package/src/chat/index.ts +11 -0
  271. package/src/components/Avatar/Avatar.vue +12 -11
  272. package/src/components/BarrageInput/BarrageInputH5.vue +36 -9
  273. package/src/components/BarrageInput/TextEditor/TextEditor.vue +13 -5
  274. package/src/components/BarrageInput/constants.ts +3 -0
  275. package/src/components/BarrageInput/i18n/en-US/index.ts +2 -0
  276. package/src/components/BarrageInput/i18n/zh-CN/index.ts +2 -0
  277. package/src/components/BarrageList/BarrageList.vue +2 -2
  278. package/src/components/BarrageList/BarrageListH5.vue +2 -2
  279. package/src/components/BarrageList/Message/MessageLayout/MessageLayout.vue +0 -1
  280. package/src/components/BarrageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +5 -2
  281. package/src/components/BarrageList/Message/MessageLayout/MessageMeta/MessageStatusIcon.vue +7 -3
  282. package/src/components/BarrageList/Message/TextMessage/TextMessage.vue +3 -3
  283. package/src/components/ChatSetting/ChatSetting.vue +6 -10
  284. package/src/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.vue +1 -1
  285. package/src/components/ChatSetting/SettingItem/SettingItem.vue +40 -36
  286. package/src/components/ChatSetting/i18n/index.ts +3 -5
  287. package/src/components/ChatSetting/index.ts +5 -1
  288. package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.scss +50 -0
  289. package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.vue +71 -0
  290. package/src/components/ContactList/ContactInfo/BlacklistInfo/index.ts +1 -0
  291. package/src/components/ContactList/ContactInfo/ContactInfo.scss +33 -0
  292. package/src/components/ContactList/ContactInfo/ContactInfo.vue +256 -0
  293. package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.scss +82 -0
  294. package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.vue +88 -0
  295. package/src/components/ContactList/ContactInfo/FriendApplicationInfo/index.ts +1 -0
  296. package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.scss +92 -0
  297. package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.vue +219 -0
  298. package/src/components/ContactList/ContactInfo/FriendInfo/index.ts +1 -0
  299. package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.scss +82 -0
  300. package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.vue +99 -0
  301. package/src/components/ContactList/ContactInfo/GroupApplicationInfo/index.ts +1 -0
  302. package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.scss +52 -0
  303. package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue +146 -0
  304. package/src/components/ContactList/ContactInfo/GroupInfo/index.ts +1 -0
  305. package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.scss +111 -0
  306. package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.vue +147 -0
  307. package/src/components/ContactList/ContactInfo/SearchGroupInfo/index.ts +1 -0
  308. package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.scss +111 -0
  309. package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.vue +128 -0
  310. package/src/components/ContactList/ContactInfo/SearchUserInfo/index.ts +1 -0
  311. package/src/components/ContactList/ContactInfo/index.ts +8 -0
  312. package/src/components/ContactList/ContactList.scss +124 -0
  313. package/src/components/ContactList/ContactList.vue +299 -0
  314. package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.scss +39 -0
  315. package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.vue +47 -0
  316. package/src/components/ContactList/ContactListItem/BlacklistItem/index.ts +1 -0
  317. package/src/components/ContactList/ContactListItem/ContactListItem.vue +98 -0
  318. package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.scss +58 -0
  319. package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.vue +70 -0
  320. package/src/components/ContactList/ContactListItem/FriendApplicationItem/index.ts +1 -0
  321. package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.scss +39 -0
  322. package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.vue +47 -0
  323. package/src/components/ContactList/ContactListItem/FriendItem/index.ts +1 -0
  324. package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.scss +57 -0
  325. package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.vue +78 -0
  326. package/src/components/ContactList/ContactListItem/GroupApplicationItem/index.ts +1 -0
  327. package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.scss +39 -0
  328. package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.vue +47 -0
  329. package/src/components/ContactList/ContactListItem/GroupItem/index.ts +1 -0
  330. package/src/components/ContactList/ContactListItem/index.ts +6 -0
  331. package/src/components/ContactList/ContactSearch/ContactSearch.scss +58 -0
  332. package/src/components/ContactList/ContactSearch/ContactSearch.vue +98 -0
  333. package/src/components/ContactList/ContactSearch/index.ts +1 -0
  334. package/src/components/ContactList/constants/const.ts +7 -0
  335. package/src/components/ContactList/hooks/index.ts +1 -0
  336. package/src/components/ContactList/hooks/useContactList.ts +21 -0
  337. package/src/components/ContactList/i18n/en-US.ts +77 -0
  338. package/src/components/ContactList/i18n/index.ts +4 -0
  339. package/src/components/ContactList/i18n/zh-CN.ts +77 -0
  340. package/src/components/ContactList/index.ts +18 -0
  341. package/src/components/ConversationList/ConversationActions/ConversationActions.scss +34 -35
  342. package/src/components/ConversationList/ConversationActions/ConversationActions.vue +15 -29
  343. package/src/components/ConversationList/ConversationCreate/ConversationCreate.scss +11 -37
  344. package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +154 -69
  345. package/src/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.scss +37 -1
  346. package/src/components/ConversationList/ConversationCreate/ConversationCreateButton/ConversationCreateButton.vue +70 -15
  347. package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.scss +19 -66
  348. package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.vue +72 -139
  349. package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.scss +5 -129
  350. package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue +42 -183
  351. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.scss +14 -11
  352. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.vue +23 -18
  353. package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/type.ts +2 -8
  354. package/src/components/ConversationList/ConversationCreate/index.ts +0 -2
  355. package/src/components/ConversationList/ConversationList.scss +1 -0
  356. package/src/components/ConversationList/ConversationList.vue +44 -25
  357. package/src/components/ConversationList/ConversationListContent/ConversationListContent.scss +2 -5
  358. package/src/components/ConversationList/ConversationPlaceHolder/ConversationPlaceHolder.vue +2 -2
  359. package/src/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.vue +1 -1
  360. package/src/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue +6 -19
  361. package/src/components/ConversationList/ConversationPreview/utils.ts +11 -11
  362. package/src/components/ConversationList/hooks/useConversation.ts +21 -0
  363. package/src/components/ConversationList/hooks/useConversationCreate.ts +29 -0
  364. package/src/components/ConversationList/i18n/en-US.ts +26 -6
  365. package/src/components/ConversationList/i18n/zh-CN.ts +25 -5
  366. package/src/components/{LiveStreamView → LiveCoreView}/index.ts +4 -3
  367. package/src/components/{LiveStreamView → LiveCoreView}/index.vue +109 -88
  368. package/src/components/LiveList/LiveList.vue +94 -38
  369. package/src/components/LiveList/LiveListH5.vue +47 -23
  370. package/src/components/MessageInput/MessageInput.module.scss +1 -1
  371. package/src/components/MessageInput/QuotedMessagePreview/QuotedMessagePreview.vue +2 -2
  372. package/src/components/MessageInput/SendButton/SendButton.vue +1 -1
  373. package/src/components/MessageInput/TextEditor/Editor.scss +3 -2
  374. package/src/components/MessageInput/TextEditor/TextEditor.module.scss +1 -0
  375. package/src/components/MessageInput/TextEditor/TextEditor.vue +2 -0
  376. package/src/components/MessageInput/i18n/index.ts +1 -7
  377. package/src/components/MessageInput/index.ts +25 -8
  378. package/src/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue +4 -4
  379. package/src/components/MessageList/Message/MessageLayout/MessageLayout.vue +0 -1
  380. package/src/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +16 -17
  381. package/src/components/MessageList/MessageForward/MessageForward.vue +2 -2
  382. package/src/components/MessageList/MessageList.vue +21 -5
  383. package/src/components/MessageList/ScrollToBottom/ScrollToBottom.vue +50 -0
  384. package/src/components/MessageList/ScrollToBottom/index.ts +5 -0
  385. package/src/components/MessageList/i18n/en-US.ts +5 -0
  386. package/src/components/MessageList/i18n/index.ts +1 -5
  387. package/src/components/MessageList/i18n/zh-CN.ts +5 -0
  388. package/src/components/MessageList/index.ts +4 -1
  389. package/src/components/Search/Search.vue +0 -4
  390. package/src/components/Search/SearchAdvanced/DateRangePicker/DateRangePicker.vue +125 -38
  391. package/src/components/Search/SearchAdvanced/MessageAdvanced/MessageAdvanced.vue +24 -16
  392. package/src/components/Search/SearchAdvanced/SearchAdvanced.vue +9 -7
  393. package/src/components/Search/SearchAdvanced/SearchTab/SearchTab.vue +4 -3
  394. package/src/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.scss +0 -1
  395. package/src/components/Search/SearchAdvanced/UserAdvanced/UserAdvanced.vue +57 -23
  396. package/src/components/Search/SearchBar/SearchBar.scss +0 -2
  397. package/src/components/Search/SearchBar/SearchBar.vue +7 -5
  398. package/src/components/Search/SearchResults/EmptyResult/EmptyResult.vue +4 -2
  399. package/src/components/Search/SearchResults/SearchResults.scss +5 -11
  400. package/src/components/Search/SearchResults/SearchResults.vue +25 -29
  401. package/src/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.scss +1 -9
  402. package/src/components/Search/SearchResults/SearchResultsItem/utils/highlightText.ts +15 -16
  403. package/src/components/Search/i18n/en-US/Search.ts +9 -9
  404. package/src/components/Search/i18n/zh-CN/Search.ts +13 -13
  405. package/src/components/StreamMixer/LocalMixer/MixerControl.vue +20 -15
  406. package/src/components/StreamMixer/LocalMixer/index.vue +130 -57
  407. package/src/components/StreamMixer/index.vue +3 -3
  408. package/src/components/UserPicker/i18n/index.ts +1 -5
  409. package/src/components/UserPicker/index.ts +4 -3
  410. package/src/components/VideoSettingPanel/VideoPreview.vue +13 -8
  411. package/src/components/VideoSettingPanel/VideoProfile.vue +5 -5
  412. package/src/components/VideoSettingPanel/i18n/en-US/index.ts +8 -3
  413. package/src/components/VideoSettingPanel/i18n/zh-CN/index.ts +8 -3
  414. package/src/components/VideoSettingPanel/index.vue +15 -9
  415. package/src/hooks/useLongPress.ts +7 -18
  416. package/src/hooks/useMessageActions.ts +5 -5
  417. package/src/hooks/useMouseHover.ts +9 -7
  418. package/src/rtc/index.ts +6 -3
  419. package/src/types/contact.ts +175 -12
  420. package/src/types/conversation.ts +42 -32
  421. package/src/types/live.ts +3 -5
  422. package/src/types/types.ts +0 -28
  423. package/src/utils/time.ts +8 -10
  424. package/dist/baseComp/Popup/Popup.js +0 -132
  425. package/dist/baseComp/Popup/Popup.vue.d.ts +0 -54
  426. package/dist/baseComp/Popup/index.d.ts +0 -2
  427. package/dist/baseComp/Popup/index.js +0 -4
  428. package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.js +0 -65
  429. package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.vue.d.ts +0 -17
  430. package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/index.d.ts +0 -1
  431. package/dist/components/ConversationList/ConversationCreate/ConversationCreateSelectView/index.js +0 -4
  432. package/dist/components/ConversationList/ConversationCreate/hooks/useConversationCreate.d.ts +0 -9
  433. package/dist/components/ConversationList/ConversationCreate/hooks/useConversationCreate.js +0 -96
  434. package/dist/components/ConversationList/ConversationCreate/static/word.d.ts +0 -6
  435. package/dist/components/ConversationList/ConversationCreate/static/word.js +0 -4
  436. package/dist/components/LiveStreamView/index.d.ts +0 -4
  437. package/src/baseComp/Popup/Popup.vue +0 -156
  438. package/src/baseComp/Popup/index.ts +0 -2
  439. package/src/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.scss +0 -36
  440. package/src/components/ConversationList/ConversationCreate/ConversationCreateSelectView/ConversationCreateSelectView.vue +0 -44
  441. package/src/components/ConversationList/ConversationCreate/ConversationCreateSelectView/index.ts +0 -1
  442. package/src/components/ConversationList/ConversationCreate/hooks/useConversationCreate.ts +0 -132
  443. package/src/components/ConversationList/ConversationCreate/static/word.ts +0 -300
  444. /package/dist/components/{LiveStreamView → LiveCoreView}/DefaultStreamViewUI.vue.d.ts +0 -0
  445. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.d.ts +0 -0
  446. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.js +0 -0
  447. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/index.d.ts +0 -0
  448. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/index.js +0 -0
  449. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.d.ts +0 -0
  450. /package/dist/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.js +0 -0
  451. /package/dist/components/{LiveStreamView → LiveCoreView}/index.vue.d.ts +0 -0
  452. /package/src/components/{LiveStreamView → LiveCoreView}/DefaultStreamViewUI.vue +0 -0
  453. /package/src/components/{LiveStreamView → LiveCoreView}/i18n/en-US/index.ts +0 -0
  454. /package/src/components/{LiveStreamView → LiveCoreView}/i18n/index.ts +0 -0
  455. /package/src/components/{LiveStreamView → LiveCoreView}/i18n/zh-CN/index.ts +0 -0
@@ -30,10 +30,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
30
30
  src: {
31
31
  type: import('vue').PropType<string>;
32
32
  };
33
- shape: {
34
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
35
- default: string;
36
- };
37
33
  isShowOnlineStatus: {
38
34
  type: import('vue').PropType<boolean>;
39
35
  default: boolean;
@@ -54,6 +50,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
54
50
  type: import('vue').PropType<boolean>;
55
51
  default: boolean;
56
52
  };
53
+ shape: {
54
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
55
+ default: string;
56
+ };
57
57
  alt: {
58
58
  type: import('vue').PropType<string>;
59
59
  };
@@ -74,10 +74,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
74
74
  src: {
75
75
  type: import('vue').PropType<string>;
76
76
  };
77
- shape: {
78
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
79
- default: string;
80
- };
81
77
  isShowOnlineStatus: {
82
78
  type: import('vue').PropType<boolean>;
83
79
  default: boolean;
@@ -98,6 +94,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
98
94
  type: import('vue').PropType<boolean>;
99
95
  default: boolean;
100
96
  };
97
+ shape: {
98
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
99
+ default: string;
100
+ };
101
101
  alt: {
102
102
  type: import('vue').PropType<string>;
103
103
  };
@@ -106,12 +106,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
106
106
  };
107
107
  }>> & Readonly<{}>, {
108
108
  size: import('../../Avatar').AvatarSize;
109
- shape: import('../../Avatar').AvatarShape;
110
109
  isShowOnlineStatus: boolean;
111
110
  isOnline: boolean;
112
111
  unreadCount: number;
113
112
  maxUnreadCount: number;
114
113
  isDotUnreadCount: boolean;
114
+ shape: import('../../Avatar').AvatarShape;
115
115
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
116
116
  };
117
117
  isSelected: {
@@ -127,158 +127,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
127
127
  };
128
128
  ConversationActions: {
129
129
  type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
130
- default: () => {
131
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
132
- onClose: {
133
- type: import('vue').PropType<() => void>;
134
- };
135
- style: {
136
- type: import('vue').PropType<import('vue').CSSProperties>;
137
- };
138
- onClick: {
139
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
140
- };
141
- className: {
142
- type: import('vue').PropType<string>;
143
- };
144
- onMarkConversationUnread: {
145
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
146
- };
147
- onConversationPin: {
148
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
149
- };
150
- onConversationMute: {
151
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
152
- };
153
- onConversationDelete: {
154
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
155
- };
156
- customConversationActions: {
157
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
158
- };
159
- PopupIcon: {
160
- type: import('vue').PropType<any>;
161
- };
162
- PopupElements: {
163
- type: import('vue').PropType<any[]>;
164
- };
165
- conversation: {
166
- type: import('vue').PropType<ConversationModel>;
167
- required: true;
168
- };
169
- enablePin: {
170
- type: import('vue').PropType<boolean>;
171
- default: boolean;
172
- };
173
- enableMute: {
174
- type: import('vue').PropType<boolean>;
175
- default: boolean;
176
- };
177
- enableDelete: {
178
- type: import('vue').PropType<boolean>;
179
- default: boolean;
180
- };
181
- enableMarkUnread: {
182
- type: import('vue').PropType<boolean>;
183
- default: boolean;
184
- };
185
- }>> & Readonly<{
186
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
187
- onClose?: (() => any) | undefined;
188
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
189
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
190
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
191
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
192
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
193
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
194
- close: () => void;
195
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
196
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
197
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
198
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
199
- }, import('vue').PublicProps, {
200
- enablePin: boolean;
201
- enableMute: boolean;
202
- enableDelete: boolean;
203
- enableMarkUnread: boolean;
204
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
205
- P: {};
206
- B: {};
207
- D: {};
208
- C: {};
209
- M: {};
210
- Defaults: {};
211
- }, Readonly<import('vue').ExtractPropTypes<{
212
- onClose: {
213
- type: import('vue').PropType<() => void>;
214
- };
215
- style: {
216
- type: import('vue').PropType<import('vue').CSSProperties>;
217
- };
218
- onClick: {
219
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
220
- };
221
- className: {
222
- type: import('vue').PropType<string>;
223
- };
224
- onMarkConversationUnread: {
225
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
226
- };
227
- onConversationPin: {
228
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
229
- };
230
- onConversationMute: {
231
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
232
- };
233
- onConversationDelete: {
234
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
235
- };
236
- customConversationActions: {
237
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
238
- };
239
- PopupIcon: {
240
- type: import('vue').PropType<any>;
241
- };
242
- PopupElements: {
243
- type: import('vue').PropType<any[]>;
244
- };
245
- conversation: {
246
- type: import('vue').PropType<ConversationModel>;
247
- required: true;
248
- };
249
- enablePin: {
250
- type: import('vue').PropType<boolean>;
251
- default: boolean;
252
- };
253
- enableMute: {
254
- type: import('vue').PropType<boolean>;
255
- default: boolean;
256
- };
257
- enableDelete: {
258
- type: import('vue').PropType<boolean>;
259
- default: boolean;
260
- };
261
- enableMarkUnread: {
262
- type: import('vue').PropType<boolean>;
263
- default: boolean;
264
- };
265
- }>> & Readonly<{
266
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
267
- onClose?: (() => any) | undefined;
268
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
269
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
270
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
271
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
272
- }>, {}, {}, {}, {}, {
273
- enablePin: boolean;
274
- enableMute: boolean;
275
- enableDelete: boolean;
276
- enableMarkUnread: boolean;
277
- }>;
278
- __isFragment?: never;
279
- __isTeleport?: never;
280
- __isSuspense?: never;
281
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
130
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
282
131
  onClose: {
283
132
  type: import('vue').PropType<() => void>;
284
133
  };
@@ -332,13 +181,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
332
181
  type: import('vue').PropType<boolean>;
333
182
  default: boolean;
334
183
  };
335
- }>> & Readonly<{
336
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
337
- onClose?: (() => any) | undefined;
338
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
339
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
340
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
341
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
342
184
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
343
185
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
344
186
  close: () => void;
@@ -346,16 +188,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
346
188
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
347
189
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
348
190
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
349
- }, string, {
191
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
192
+ onClose: {
193
+ type: import('vue').PropType<() => void>;
194
+ };
195
+ style: {
196
+ type: import('vue').PropType<import('vue').CSSProperties>;
197
+ };
198
+ onClick: {
199
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
200
+ };
201
+ className: {
202
+ type: import('vue').PropType<string>;
203
+ };
204
+ onMarkConversationUnread: {
205
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
206
+ };
207
+ onConversationPin: {
208
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
209
+ };
210
+ onConversationMute: {
211
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
212
+ };
213
+ onConversationDelete: {
214
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
215
+ };
216
+ customConversationActions: {
217
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
218
+ };
219
+ PopupIcon: {
220
+ type: import('vue').PropType<any>;
221
+ };
222
+ PopupElements: {
223
+ type: import('vue').PropType<any[]>;
224
+ };
225
+ conversation: {
226
+ type: import('vue').PropType<ConversationModel>;
227
+ required: true;
228
+ };
229
+ enablePin: {
230
+ type: import('vue').PropType<boolean>;
231
+ default: boolean;
232
+ };
233
+ enableMute: {
234
+ type: import('vue').PropType<boolean>;
235
+ default: boolean;
236
+ };
237
+ enableDelete: {
238
+ type: import('vue').PropType<boolean>;
239
+ default: boolean;
240
+ };
241
+ enableMarkUnread: {
242
+ type: import('vue').PropType<boolean>;
243
+ default: boolean;
244
+ };
245
+ }>> & Readonly<{
246
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
247
+ onClose?: (() => any) | undefined;
248
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
249
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
250
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
251
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
252
+ }>, {
350
253
  enablePin: boolean;
351
254
  enableMute: boolean;
352
255
  enableDelete: boolean;
353
256
  enableMarkUnread: boolean;
354
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
355
- $slots: {
356
- popupIcon?(_: {}): any;
357
- };
358
- });
257
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
359
258
  };
360
259
  enableActions: {
361
260
  type: import('vue').PropType<boolean>;
@@ -475,10 +374,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
475
374
  src: {
476
375
  type: import('vue').PropType<string>;
477
376
  };
478
- shape: {
479
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
480
- default: string;
481
- };
482
377
  isShowOnlineStatus: {
483
378
  type: import('vue').PropType<boolean>;
484
379
  default: boolean;
@@ -499,6 +394,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
499
394
  type: import('vue').PropType<boolean>;
500
395
  default: boolean;
501
396
  };
397
+ shape: {
398
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
399
+ default: string;
400
+ };
502
401
  alt: {
503
402
  type: import('vue').PropType<string>;
504
403
  };
@@ -519,10 +418,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
519
418
  src: {
520
419
  type: import('vue').PropType<string>;
521
420
  };
522
- shape: {
523
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
524
- default: string;
525
- };
526
421
  isShowOnlineStatus: {
527
422
  type: import('vue').PropType<boolean>;
528
423
  default: boolean;
@@ -543,6 +438,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
543
438
  type: import('vue').PropType<boolean>;
544
439
  default: boolean;
545
440
  };
441
+ shape: {
442
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
443
+ default: string;
444
+ };
546
445
  alt: {
547
446
  type: import('vue').PropType<string>;
548
447
  };
@@ -551,12 +450,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
551
450
  };
552
451
  }>> & Readonly<{}>, {
553
452
  size: import('../../Avatar').AvatarSize;
554
- shape: import('../../Avatar').AvatarShape;
555
453
  isShowOnlineStatus: boolean;
556
454
  isOnline: boolean;
557
455
  unreadCount: number;
558
456
  maxUnreadCount: number;
559
457
  isDotUnreadCount: boolean;
458
+ shape: import('../../Avatar').AvatarShape;
560
459
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
561
460
  };
562
461
  isSelected: {
@@ -572,158 +471,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
572
471
  };
573
472
  ConversationActions: {
574
473
  type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
575
- default: () => {
576
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
577
- onClose: {
578
- type: import('vue').PropType<() => void>;
579
- };
580
- style: {
581
- type: import('vue').PropType<import('vue').CSSProperties>;
582
- };
583
- onClick: {
584
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
585
- };
586
- className: {
587
- type: import('vue').PropType<string>;
588
- };
589
- onMarkConversationUnread: {
590
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
591
- };
592
- onConversationPin: {
593
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
594
- };
595
- onConversationMute: {
596
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
597
- };
598
- onConversationDelete: {
599
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
600
- };
601
- customConversationActions: {
602
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
603
- };
604
- PopupIcon: {
605
- type: import('vue').PropType<any>;
606
- };
607
- PopupElements: {
608
- type: import('vue').PropType<any[]>;
609
- };
610
- conversation: {
611
- type: import('vue').PropType<ConversationModel>;
612
- required: true;
613
- };
614
- enablePin: {
615
- type: import('vue').PropType<boolean>;
616
- default: boolean;
617
- };
618
- enableMute: {
619
- type: import('vue').PropType<boolean>;
620
- default: boolean;
621
- };
622
- enableDelete: {
623
- type: import('vue').PropType<boolean>;
624
- default: boolean;
625
- };
626
- enableMarkUnread: {
627
- type: import('vue').PropType<boolean>;
628
- default: boolean;
629
- };
630
- }>> & Readonly<{
631
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
632
- onClose?: (() => any) | undefined;
633
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
634
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
635
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
636
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
637
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
638
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
639
- close: () => void;
640
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
641
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
642
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
643
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
644
- }, import('vue').PublicProps, {
645
- enablePin: boolean;
646
- enableMute: boolean;
647
- enableDelete: boolean;
648
- enableMarkUnread: boolean;
649
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
650
- P: {};
651
- B: {};
652
- D: {};
653
- C: {};
654
- M: {};
655
- Defaults: {};
656
- }, Readonly<import('vue').ExtractPropTypes<{
657
- onClose: {
658
- type: import('vue').PropType<() => void>;
659
- };
660
- style: {
661
- type: import('vue').PropType<import('vue').CSSProperties>;
662
- };
663
- onClick: {
664
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
665
- };
666
- className: {
667
- type: import('vue').PropType<string>;
668
- };
669
- onMarkConversationUnread: {
670
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
671
- };
672
- onConversationPin: {
673
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
674
- };
675
- onConversationMute: {
676
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
677
- };
678
- onConversationDelete: {
679
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
680
- };
681
- customConversationActions: {
682
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
683
- };
684
- PopupIcon: {
685
- type: import('vue').PropType<any>;
686
- };
687
- PopupElements: {
688
- type: import('vue').PropType<any[]>;
689
- };
690
- conversation: {
691
- type: import('vue').PropType<ConversationModel>;
692
- required: true;
693
- };
694
- enablePin: {
695
- type: import('vue').PropType<boolean>;
696
- default: boolean;
697
- };
698
- enableMute: {
699
- type: import('vue').PropType<boolean>;
700
- default: boolean;
701
- };
702
- enableDelete: {
703
- type: import('vue').PropType<boolean>;
704
- default: boolean;
705
- };
706
- enableMarkUnread: {
707
- type: import('vue').PropType<boolean>;
708
- default: boolean;
709
- };
710
- }>> & Readonly<{
711
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
712
- onClose?: (() => any) | undefined;
713
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
714
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
715
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
716
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
717
- }>, {}, {}, {}, {}, {
718
- enablePin: boolean;
719
- enableMute: boolean;
720
- enableDelete: boolean;
721
- enableMarkUnread: boolean;
722
- }>;
723
- __isFragment?: never;
724
- __isTeleport?: never;
725
- __isSuspense?: never;
726
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
474
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
727
475
  onClose: {
728
476
  type: import('vue').PropType<() => void>;
729
477
  };
@@ -777,13 +525,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
777
525
  type: import('vue').PropType<boolean>;
778
526
  default: boolean;
779
527
  };
780
- }>> & Readonly<{
781
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
782
- onClose?: (() => any) | undefined;
783
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
784
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
785
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
786
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
787
528
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
788
529
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
789
530
  close: () => void;
@@ -791,16 +532,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
791
532
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
792
533
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
793
534
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
794
- }, string, {
535
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
536
+ onClose: {
537
+ type: import('vue').PropType<() => void>;
538
+ };
539
+ style: {
540
+ type: import('vue').PropType<import('vue').CSSProperties>;
541
+ };
542
+ onClick: {
543
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
544
+ };
545
+ className: {
546
+ type: import('vue').PropType<string>;
547
+ };
548
+ onMarkConversationUnread: {
549
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
550
+ };
551
+ onConversationPin: {
552
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
553
+ };
554
+ onConversationMute: {
555
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
556
+ };
557
+ onConversationDelete: {
558
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
559
+ };
560
+ customConversationActions: {
561
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
562
+ };
563
+ PopupIcon: {
564
+ type: import('vue').PropType<any>;
565
+ };
566
+ PopupElements: {
567
+ type: import('vue').PropType<any[]>;
568
+ };
569
+ conversation: {
570
+ type: import('vue').PropType<ConversationModel>;
571
+ required: true;
572
+ };
573
+ enablePin: {
574
+ type: import('vue').PropType<boolean>;
575
+ default: boolean;
576
+ };
577
+ enableMute: {
578
+ type: import('vue').PropType<boolean>;
579
+ default: boolean;
580
+ };
581
+ enableDelete: {
582
+ type: import('vue').PropType<boolean>;
583
+ default: boolean;
584
+ };
585
+ enableMarkUnread: {
586
+ type: import('vue').PropType<boolean>;
587
+ default: boolean;
588
+ };
589
+ }>> & Readonly<{
590
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
591
+ onClose?: (() => any) | undefined;
592
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
593
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
594
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
595
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
596
+ }>, {
795
597
  enablePin: boolean;
796
598
  enableMute: boolean;
797
599
  enableDelete: boolean;
798
600
  enableMarkUnread: boolean;
799
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
800
- $slots: {
801
- popupIcon?(_: {}): any;
802
- };
803
- });
601
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
804
602
  };
805
603
  enableActions: {
806
604
  type: import('vue').PropType<boolean>;
@@ -915,10 +713,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
915
713
  src: {
916
714
  type: import('vue').PropType<string>;
917
715
  };
918
- shape: {
919
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
920
- default: string;
921
- };
922
716
  isShowOnlineStatus: {
923
717
  type: import('vue').PropType<boolean>;
924
718
  default: boolean;
@@ -939,6 +733,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
939
733
  type: import('vue').PropType<boolean>;
940
734
  default: boolean;
941
735
  };
736
+ shape: {
737
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
738
+ default: string;
739
+ };
942
740
  alt: {
943
741
  type: import('vue').PropType<string>;
944
742
  };
@@ -959,10 +757,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
959
757
  src: {
960
758
  type: import('vue').PropType<string>;
961
759
  };
962
- shape: {
963
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
964
- default: string;
965
- };
966
760
  isShowOnlineStatus: {
967
761
  type: import('vue').PropType<boolean>;
968
762
  default: boolean;
@@ -983,6 +777,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
983
777
  type: import('vue').PropType<boolean>;
984
778
  default: boolean;
985
779
  };
780
+ shape: {
781
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
782
+ default: string;
783
+ };
986
784
  alt: {
987
785
  type: import('vue').PropType<string>;
988
786
  };
@@ -991,12 +789,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
991
789
  };
992
790
  }>> & Readonly<{}>, {
993
791
  size: import('../../Avatar').AvatarSize;
994
- shape: import('../../Avatar').AvatarShape;
995
792
  isShowOnlineStatus: boolean;
996
793
  isOnline: boolean;
997
794
  unreadCount: number;
998
795
  maxUnreadCount: number;
999
796
  isDotUnreadCount: boolean;
797
+ shape: import('../../Avatar').AvatarShape;
1000
798
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1001
799
  };
1002
800
  isSelected: {
@@ -1012,158 +810,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1012
810
  };
1013
811
  ConversationActions: {
1014
812
  type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
1015
- default: () => {
1016
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1017
- onClose: {
1018
- type: import('vue').PropType<() => void>;
1019
- };
1020
- style: {
1021
- type: import('vue').PropType<import('vue').CSSProperties>;
1022
- };
1023
- onClick: {
1024
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1025
- };
1026
- className: {
1027
- type: import('vue').PropType<string>;
1028
- };
1029
- onMarkConversationUnread: {
1030
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1031
- };
1032
- onConversationPin: {
1033
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1034
- };
1035
- onConversationMute: {
1036
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1037
- };
1038
- onConversationDelete: {
1039
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1040
- };
1041
- customConversationActions: {
1042
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1043
- };
1044
- PopupIcon: {
1045
- type: import('vue').PropType<any>;
1046
- };
1047
- PopupElements: {
1048
- type: import('vue').PropType<any[]>;
1049
- };
1050
- conversation: {
1051
- type: import('vue').PropType<ConversationModel>;
1052
- required: true;
1053
- };
1054
- enablePin: {
1055
- type: import('vue').PropType<boolean>;
1056
- default: boolean;
1057
- };
1058
- enableMute: {
1059
- type: import('vue').PropType<boolean>;
1060
- default: boolean;
1061
- };
1062
- enableDelete: {
1063
- type: import('vue').PropType<boolean>;
1064
- default: boolean;
1065
- };
1066
- enableMarkUnread: {
1067
- type: import('vue').PropType<boolean>;
1068
- default: boolean;
1069
- };
1070
- }>> & Readonly<{
1071
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1072
- onClose?: (() => any) | undefined;
1073
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1074
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1075
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1076
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1077
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1078
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1079
- close: () => void;
1080
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
1081
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1082
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1083
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1084
- }, import('vue').PublicProps, {
1085
- enablePin: boolean;
1086
- enableMute: boolean;
1087
- enableDelete: boolean;
1088
- enableMarkUnread: boolean;
1089
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1090
- P: {};
1091
- B: {};
1092
- D: {};
1093
- C: {};
1094
- M: {};
1095
- Defaults: {};
1096
- }, Readonly<import('vue').ExtractPropTypes<{
1097
- onClose: {
1098
- type: import('vue').PropType<() => void>;
1099
- };
1100
- style: {
1101
- type: import('vue').PropType<import('vue').CSSProperties>;
1102
- };
1103
- onClick: {
1104
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1105
- };
1106
- className: {
1107
- type: import('vue').PropType<string>;
1108
- };
1109
- onMarkConversationUnread: {
1110
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1111
- };
1112
- onConversationPin: {
1113
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1114
- };
1115
- onConversationMute: {
1116
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1117
- };
1118
- onConversationDelete: {
1119
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1120
- };
1121
- customConversationActions: {
1122
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1123
- };
1124
- PopupIcon: {
1125
- type: import('vue').PropType<any>;
1126
- };
1127
- PopupElements: {
1128
- type: import('vue').PropType<any[]>;
1129
- };
1130
- conversation: {
1131
- type: import('vue').PropType<ConversationModel>;
1132
- required: true;
1133
- };
1134
- enablePin: {
1135
- type: import('vue').PropType<boolean>;
1136
- default: boolean;
1137
- };
1138
- enableMute: {
1139
- type: import('vue').PropType<boolean>;
1140
- default: boolean;
1141
- };
1142
- enableDelete: {
1143
- type: import('vue').PropType<boolean>;
1144
- default: boolean;
1145
- };
1146
- enableMarkUnread: {
1147
- type: import('vue').PropType<boolean>;
1148
- default: boolean;
1149
- };
1150
- }>> & Readonly<{
1151
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1152
- onClose?: (() => any) | undefined;
1153
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1154
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1155
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1156
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1157
- }>, {}, {}, {}, {}, {
1158
- enablePin: boolean;
1159
- enableMute: boolean;
1160
- enableDelete: boolean;
1161
- enableMarkUnread: boolean;
1162
- }>;
1163
- __isFragment?: never;
1164
- __isTeleport?: never;
1165
- __isSuspense?: never;
1166
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
813
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1167
814
  onClose: {
1168
815
  type: import('vue').PropType<() => void>;
1169
816
  };
@@ -1217,13 +864,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1217
864
  type: import('vue').PropType<boolean>;
1218
865
  default: boolean;
1219
866
  };
1220
- }>> & Readonly<{
1221
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1222
- onClose?: (() => any) | undefined;
1223
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1224
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1225
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1226
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1227
867
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1228
868
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1229
869
  close: () => void;
@@ -1231,16 +871,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1231
871
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1232
872
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1233
873
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1234
- }, string, {
874
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
875
+ onClose: {
876
+ type: import('vue').PropType<() => void>;
877
+ };
878
+ style: {
879
+ type: import('vue').PropType<import('vue').CSSProperties>;
880
+ };
881
+ onClick: {
882
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
883
+ };
884
+ className: {
885
+ type: import('vue').PropType<string>;
886
+ };
887
+ onMarkConversationUnread: {
888
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
889
+ };
890
+ onConversationPin: {
891
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
892
+ };
893
+ onConversationMute: {
894
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
895
+ };
896
+ onConversationDelete: {
897
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
898
+ };
899
+ customConversationActions: {
900
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
901
+ };
902
+ PopupIcon: {
903
+ type: import('vue').PropType<any>;
904
+ };
905
+ PopupElements: {
906
+ type: import('vue').PropType<any[]>;
907
+ };
908
+ conversation: {
909
+ type: import('vue').PropType<ConversationModel>;
910
+ required: true;
911
+ };
912
+ enablePin: {
913
+ type: import('vue').PropType<boolean>;
914
+ default: boolean;
915
+ };
916
+ enableMute: {
917
+ type: import('vue').PropType<boolean>;
918
+ default: boolean;
919
+ };
920
+ enableDelete: {
921
+ type: import('vue').PropType<boolean>;
922
+ default: boolean;
923
+ };
924
+ enableMarkUnread: {
925
+ type: import('vue').PropType<boolean>;
926
+ default: boolean;
927
+ };
928
+ }>> & Readonly<{
929
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
930
+ onClose?: (() => any) | undefined;
931
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
932
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
933
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
934
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
935
+ }>, {
1235
936
  enablePin: boolean;
1236
937
  enableMute: boolean;
1237
938
  enableDelete: boolean;
1238
939
  enableMarkUnread: boolean;
1239
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1240
- $slots: {
1241
- popupIcon?(_: {}): any;
1242
- };
1243
- });
940
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1244
941
  };
1245
942
  enableActions: {
1246
943
  type: import('vue').PropType<boolean>;
@@ -1349,10 +1046,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1349
1046
  src: {
1350
1047
  type: import('vue').PropType<string>;
1351
1048
  };
1352
- shape: {
1353
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1354
- default: string;
1355
- };
1356
1049
  isShowOnlineStatus: {
1357
1050
  type: import('vue').PropType<boolean>;
1358
1051
  default: boolean;
@@ -1373,6 +1066,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1373
1066
  type: import('vue').PropType<boolean>;
1374
1067
  default: boolean;
1375
1068
  };
1069
+ shape: {
1070
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1071
+ default: string;
1072
+ };
1376
1073
  alt: {
1377
1074
  type: import('vue').PropType<string>;
1378
1075
  };
@@ -1393,10 +1090,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1393
1090
  src: {
1394
1091
  type: import('vue').PropType<string>;
1395
1092
  };
1396
- shape: {
1397
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1398
- default: string;
1399
- };
1400
1093
  isShowOnlineStatus: {
1401
1094
  type: import('vue').PropType<boolean>;
1402
1095
  default: boolean;
@@ -1417,6 +1110,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1417
1110
  type: import('vue').PropType<boolean>;
1418
1111
  default: boolean;
1419
1112
  };
1113
+ shape: {
1114
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1115
+ default: string;
1116
+ };
1420
1117
  alt: {
1421
1118
  type: import('vue').PropType<string>;
1422
1119
  };
@@ -1425,165 +1122,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1425
1122
  };
1426
1123
  }>> & Readonly<{}>, {
1427
1124
  size: import('../../Avatar').AvatarSize;
1428
- shape: import('../../Avatar').AvatarShape;
1429
1125
  isShowOnlineStatus: boolean;
1430
1126
  isOnline: boolean;
1431
1127
  unreadCount: number;
1432
1128
  maxUnreadCount: number;
1433
1129
  isDotUnreadCount: boolean;
1130
+ shape: import('../../Avatar').AvatarShape;
1434
1131
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1435
- ConversationActions: () => {
1436
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1437
- onClose: {
1438
- type: import('vue').PropType<() => void>;
1439
- };
1440
- style: {
1441
- type: import('vue').PropType<import('vue').CSSProperties>;
1442
- };
1443
- onClick: {
1444
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1445
- };
1446
- className: {
1447
- type: import('vue').PropType<string>;
1448
- };
1449
- onMarkConversationUnread: {
1450
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1451
- };
1452
- onConversationPin: {
1453
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1454
- };
1455
- onConversationMute: {
1456
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1457
- };
1458
- onConversationDelete: {
1459
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1460
- };
1461
- customConversationActions: {
1462
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1463
- };
1464
- PopupIcon: {
1465
- type: import('vue').PropType<any>;
1466
- };
1467
- PopupElements: {
1468
- type: import('vue').PropType<any[]>;
1469
- };
1470
- conversation: {
1471
- type: import('vue').PropType<ConversationModel>;
1472
- required: true;
1473
- };
1474
- enablePin: {
1475
- type: import('vue').PropType<boolean>;
1476
- default: boolean;
1477
- };
1478
- enableMute: {
1479
- type: import('vue').PropType<boolean>;
1480
- default: boolean;
1481
- };
1482
- enableDelete: {
1483
- type: import('vue').PropType<boolean>;
1484
- default: boolean;
1485
- };
1486
- enableMarkUnread: {
1487
- type: import('vue').PropType<boolean>;
1488
- default: boolean;
1489
- };
1490
- }>> & Readonly<{
1491
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1492
- onClose?: (() => any) | undefined;
1493
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1494
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1495
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1496
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1497
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1498
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1499
- close: () => void;
1500
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
1501
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1502
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1503
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1504
- }, import('vue').PublicProps, {
1505
- enablePin: boolean;
1506
- enableMute: boolean;
1507
- enableDelete: boolean;
1508
- enableMarkUnread: boolean;
1509
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1510
- P: {};
1511
- B: {};
1512
- D: {};
1513
- C: {};
1514
- M: {};
1515
- Defaults: {};
1516
- }, Readonly<import('vue').ExtractPropTypes<{
1517
- onClose: {
1518
- type: import('vue').PropType<() => void>;
1519
- };
1520
- style: {
1521
- type: import('vue').PropType<import('vue').CSSProperties>;
1522
- };
1523
- onClick: {
1524
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1525
- };
1526
- className: {
1527
- type: import('vue').PropType<string>;
1528
- };
1529
- onMarkConversationUnread: {
1530
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1531
- };
1532
- onConversationPin: {
1533
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1534
- };
1535
- onConversationMute: {
1536
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1537
- };
1538
- onConversationDelete: {
1539
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1540
- };
1541
- customConversationActions: {
1542
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1543
- };
1544
- PopupIcon: {
1545
- type: import('vue').PropType<any>;
1546
- };
1547
- PopupElements: {
1548
- type: import('vue').PropType<any[]>;
1549
- };
1550
- conversation: {
1551
- type: import('vue').PropType<ConversationModel>;
1552
- required: true;
1553
- };
1554
- enablePin: {
1555
- type: import('vue').PropType<boolean>;
1556
- default: boolean;
1557
- };
1558
- enableMute: {
1559
- type: import('vue').PropType<boolean>;
1560
- default: boolean;
1561
- };
1562
- enableDelete: {
1563
- type: import('vue').PropType<boolean>;
1564
- default: boolean;
1565
- };
1566
- enableMarkUnread: {
1567
- type: import('vue').PropType<boolean>;
1568
- default: boolean;
1569
- };
1570
- }>> & Readonly<{
1571
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1572
- onClose?: (() => any) | undefined;
1573
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1574
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1575
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1576
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1577
- }>, {}, {}, {}, {}, {
1578
- enablePin: boolean;
1579
- enableMute: boolean;
1580
- enableDelete: boolean;
1581
- enableMarkUnread: boolean;
1582
- }>;
1583
- __isFragment?: never;
1584
- __isTeleport?: never;
1585
- __isSuspense?: never;
1586
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1132
+ ConversationActions: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1587
1133
  onClose: {
1588
1134
  type: import('vue').PropType<() => void>;
1589
1135
  };
@@ -1637,13 +1183,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1637
1183
  type: import('vue').PropType<boolean>;
1638
1184
  default: boolean;
1639
1185
  };
1640
- }>> & Readonly<{
1641
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1642
- onClose?: (() => any) | undefined;
1643
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1644
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1645
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1646
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1647
1186
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1648
1187
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1649
1188
  close: () => void;
@@ -1651,16 +1190,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1651
1190
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1652
1191
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1653
1192
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1654
- }, string, {
1193
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1194
+ onClose: {
1195
+ type: import('vue').PropType<() => void>;
1196
+ };
1197
+ style: {
1198
+ type: import('vue').PropType<import('vue').CSSProperties>;
1199
+ };
1200
+ onClick: {
1201
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1202
+ };
1203
+ className: {
1204
+ type: import('vue').PropType<string>;
1205
+ };
1206
+ onMarkConversationUnread: {
1207
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1208
+ };
1209
+ onConversationPin: {
1210
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1211
+ };
1212
+ onConversationMute: {
1213
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1214
+ };
1215
+ onConversationDelete: {
1216
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1217
+ };
1218
+ customConversationActions: {
1219
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1220
+ };
1221
+ PopupIcon: {
1222
+ type: import('vue').PropType<any>;
1223
+ };
1224
+ PopupElements: {
1225
+ type: import('vue').PropType<any[]>;
1226
+ };
1227
+ conversation: {
1228
+ type: import('vue').PropType<ConversationModel>;
1229
+ required: true;
1230
+ };
1231
+ enablePin: {
1232
+ type: import('vue').PropType<boolean>;
1233
+ default: boolean;
1234
+ };
1235
+ enableMute: {
1236
+ type: import('vue').PropType<boolean>;
1237
+ default: boolean;
1238
+ };
1239
+ enableDelete: {
1240
+ type: import('vue').PropType<boolean>;
1241
+ default: boolean;
1242
+ };
1243
+ enableMarkUnread: {
1244
+ type: import('vue').PropType<boolean>;
1245
+ default: boolean;
1246
+ };
1247
+ }>> & Readonly<{
1248
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1249
+ onClose?: (() => any) | undefined;
1250
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1251
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1252
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1253
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1254
+ }>, {
1655
1255
  enablePin: boolean;
1656
1256
  enableMute: boolean;
1657
1257
  enableDelete: boolean;
1658
1258
  enableMarkUnread: boolean;
1659
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1660
- $slots: {
1661
- popupIcon?(_: {}): any;
1662
- };
1663
- });
1259
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1664
1260
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1665
1261
  selectConversation: (conversation: ConversationModel) => void;
1666
1262
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ConversationPreviewProps>, {
@@ -1690,10 +1286,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1690
1286
  src: {
1691
1287
  type: import('vue').PropType<string>;
1692
1288
  };
1693
- shape: {
1694
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1695
- default: string;
1696
- };
1697
1289
  isShowOnlineStatus: {
1698
1290
  type: import('vue').PropType<boolean>;
1699
1291
  default: boolean;
@@ -1714,6 +1306,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1714
1306
  type: import('vue').PropType<boolean>;
1715
1307
  default: boolean;
1716
1308
  };
1309
+ shape: {
1310
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1311
+ default: string;
1312
+ };
1717
1313
  alt: {
1718
1314
  type: import('vue').PropType<string>;
1719
1315
  };
@@ -1734,10 +1330,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1734
1330
  src: {
1735
1331
  type: import('vue').PropType<string>;
1736
1332
  };
1737
- shape: {
1738
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1739
- default: string;
1740
- };
1741
1333
  isShowOnlineStatus: {
1742
1334
  type: import('vue').PropType<boolean>;
1743
1335
  default: boolean;
@@ -1758,6 +1350,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1758
1350
  type: import('vue').PropType<boolean>;
1759
1351
  default: boolean;
1760
1352
  };
1353
+ shape: {
1354
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1355
+ default: string;
1356
+ };
1761
1357
  alt: {
1762
1358
  type: import('vue').PropType<string>;
1763
1359
  };
@@ -1766,12 +1362,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1766
1362
  };
1767
1363
  }>> & Readonly<{}>, {
1768
1364
  size: import('../../Avatar').AvatarSize;
1769
- shape: import('../../Avatar').AvatarShape;
1770
1365
  isShowOnlineStatus: boolean;
1771
1366
  isOnline: boolean;
1772
1367
  unreadCount: number;
1773
1368
  maxUnreadCount: number;
1774
1369
  isDotUnreadCount: boolean;
1370
+ shape: import('../../Avatar').AvatarShape;
1775
1371
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1776
1372
  };
1777
1373
  isSelected: {
@@ -1787,158 +1383,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1787
1383
  };
1788
1384
  ConversationActions: {
1789
1385
  type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
1790
- default: () => {
1791
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1792
- onClose: {
1793
- type: import('vue').PropType<() => void>;
1794
- };
1795
- style: {
1796
- type: import('vue').PropType<import('vue').CSSProperties>;
1797
- };
1798
- onClick: {
1799
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1800
- };
1801
- className: {
1802
- type: import('vue').PropType<string>;
1803
- };
1804
- onMarkConversationUnread: {
1805
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1806
- };
1807
- onConversationPin: {
1808
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1809
- };
1810
- onConversationMute: {
1811
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1812
- };
1813
- onConversationDelete: {
1814
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1815
- };
1816
- customConversationActions: {
1817
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1818
- };
1819
- PopupIcon: {
1820
- type: import('vue').PropType<any>;
1821
- };
1822
- PopupElements: {
1823
- type: import('vue').PropType<any[]>;
1824
- };
1825
- conversation: {
1826
- type: import('vue').PropType<ConversationModel>;
1827
- required: true;
1828
- };
1829
- enablePin: {
1830
- type: import('vue').PropType<boolean>;
1831
- default: boolean;
1832
- };
1833
- enableMute: {
1834
- type: import('vue').PropType<boolean>;
1835
- default: boolean;
1836
- };
1837
- enableDelete: {
1838
- type: import('vue').PropType<boolean>;
1839
- default: boolean;
1840
- };
1841
- enableMarkUnread: {
1842
- type: import('vue').PropType<boolean>;
1843
- default: boolean;
1844
- };
1845
- }>> & Readonly<{
1846
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1847
- onClose?: (() => any) | undefined;
1848
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1849
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1850
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1851
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1852
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1853
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1854
- close: () => void;
1855
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
1856
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1857
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1858
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1859
- }, import('vue').PublicProps, {
1860
- enablePin: boolean;
1861
- enableMute: boolean;
1862
- enableDelete: boolean;
1863
- enableMarkUnread: boolean;
1864
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1865
- P: {};
1866
- B: {};
1867
- D: {};
1868
- C: {};
1869
- M: {};
1870
- Defaults: {};
1871
- }, Readonly<import('vue').ExtractPropTypes<{
1872
- onClose: {
1873
- type: import('vue').PropType<() => void>;
1874
- };
1875
- style: {
1876
- type: import('vue').PropType<import('vue').CSSProperties>;
1877
- };
1878
- onClick: {
1879
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1880
- };
1881
- className: {
1882
- type: import('vue').PropType<string>;
1883
- };
1884
- onMarkConversationUnread: {
1885
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1886
- };
1887
- onConversationPin: {
1888
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1889
- };
1890
- onConversationMute: {
1891
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1892
- };
1893
- onConversationDelete: {
1894
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1895
- };
1896
- customConversationActions: {
1897
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1898
- };
1899
- PopupIcon: {
1900
- type: import('vue').PropType<any>;
1901
- };
1902
- PopupElements: {
1903
- type: import('vue').PropType<any[]>;
1904
- };
1905
- conversation: {
1906
- type: import('vue').PropType<ConversationModel>;
1907
- required: true;
1908
- };
1909
- enablePin: {
1910
- type: import('vue').PropType<boolean>;
1911
- default: boolean;
1912
- };
1913
- enableMute: {
1914
- type: import('vue').PropType<boolean>;
1915
- default: boolean;
1916
- };
1917
- enableDelete: {
1918
- type: import('vue').PropType<boolean>;
1919
- default: boolean;
1920
- };
1921
- enableMarkUnread: {
1922
- type: import('vue').PropType<boolean>;
1923
- default: boolean;
1924
- };
1925
- }>> & Readonly<{
1926
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1927
- onClose?: (() => any) | undefined;
1928
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1929
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1930
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1931
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1932
- }>, {}, {}, {}, {}, {
1933
- enablePin: boolean;
1934
- enableMute: boolean;
1935
- enableDelete: boolean;
1936
- enableMarkUnread: boolean;
1937
- }>;
1938
- __isFragment?: never;
1939
- __isTeleport?: never;
1940
- __isSuspense?: never;
1941
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1386
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1942
1387
  onClose: {
1943
1388
  type: import('vue').PropType<() => void>;
1944
1389
  };
@@ -1992,13 +1437,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1992
1437
  type: import('vue').PropType<boolean>;
1993
1438
  default: boolean;
1994
1439
  };
1995
- }>> & Readonly<{
1996
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1997
- onClose?: (() => any) | undefined;
1998
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1999
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2000
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2001
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2002
1440
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2003
1441
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
2004
1442
  close: () => void;
@@ -2006,16 +1444,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2006
1444
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
2007
1445
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
2008
1446
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
2009
- }, string, {
1447
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1448
+ onClose: {
1449
+ type: import('vue').PropType<() => void>;
1450
+ };
1451
+ style: {
1452
+ type: import('vue').PropType<import('vue').CSSProperties>;
1453
+ };
1454
+ onClick: {
1455
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1456
+ };
1457
+ className: {
1458
+ type: import('vue').PropType<string>;
1459
+ };
1460
+ onMarkConversationUnread: {
1461
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1462
+ };
1463
+ onConversationPin: {
1464
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1465
+ };
1466
+ onConversationMute: {
1467
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1468
+ };
1469
+ onConversationDelete: {
1470
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1471
+ };
1472
+ customConversationActions: {
1473
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1474
+ };
1475
+ PopupIcon: {
1476
+ type: import('vue').PropType<any>;
1477
+ };
1478
+ PopupElements: {
1479
+ type: import('vue').PropType<any[]>;
1480
+ };
1481
+ conversation: {
1482
+ type: import('vue').PropType<ConversationModel>;
1483
+ required: true;
1484
+ };
1485
+ enablePin: {
1486
+ type: import('vue').PropType<boolean>;
1487
+ default: boolean;
1488
+ };
1489
+ enableMute: {
1490
+ type: import('vue').PropType<boolean>;
1491
+ default: boolean;
1492
+ };
1493
+ enableDelete: {
1494
+ type: import('vue').PropType<boolean>;
1495
+ default: boolean;
1496
+ };
1497
+ enableMarkUnread: {
1498
+ type: import('vue').PropType<boolean>;
1499
+ default: boolean;
1500
+ };
1501
+ }>> & Readonly<{
1502
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1503
+ onClose?: (() => any) | undefined;
1504
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1505
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1506
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1507
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1508
+ }>, {
2010
1509
  enablePin: boolean;
2011
1510
  enableMute: boolean;
2012
1511
  enableDelete: boolean;
2013
1512
  enableMarkUnread: boolean;
2014
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2015
- $slots: {
2016
- popupIcon?(_: {}): any;
2017
- };
2018
- });
1513
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2019
1514
  };
2020
1515
  enableActions: {
2021
1516
  type: import('vue').PropType<boolean>;
@@ -2135,10 +1630,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2135
1630
  src: {
2136
1631
  type: import('vue').PropType<string>;
2137
1632
  };
2138
- shape: {
2139
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2140
- default: string;
2141
- };
2142
1633
  isShowOnlineStatus: {
2143
1634
  type: import('vue').PropType<boolean>;
2144
1635
  default: boolean;
@@ -2159,6 +1650,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2159
1650
  type: import('vue').PropType<boolean>;
2160
1651
  default: boolean;
2161
1652
  };
1653
+ shape: {
1654
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1655
+ default: string;
1656
+ };
2162
1657
  alt: {
2163
1658
  type: import('vue').PropType<string>;
2164
1659
  };
@@ -2179,10 +1674,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2179
1674
  src: {
2180
1675
  type: import('vue').PropType<string>;
2181
1676
  };
2182
- shape: {
2183
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2184
- default: string;
2185
- };
2186
1677
  isShowOnlineStatus: {
2187
1678
  type: import('vue').PropType<boolean>;
2188
1679
  default: boolean;
@@ -2203,6 +1694,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2203
1694
  type: import('vue').PropType<boolean>;
2204
1695
  default: boolean;
2205
1696
  };
1697
+ shape: {
1698
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1699
+ default: string;
1700
+ };
2206
1701
  alt: {
2207
1702
  type: import('vue').PropType<string>;
2208
1703
  };
@@ -2211,12 +1706,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2211
1706
  };
2212
1707
  }>> & Readonly<{}>, {
2213
1708
  size: import('../../Avatar').AvatarSize;
2214
- shape: import('../../Avatar').AvatarShape;
2215
1709
  isShowOnlineStatus: boolean;
2216
1710
  isOnline: boolean;
2217
1711
  unreadCount: number;
2218
1712
  maxUnreadCount: number;
2219
1713
  isDotUnreadCount: boolean;
1714
+ shape: import('../../Avatar').AvatarShape;
2220
1715
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2221
1716
  };
2222
1717
  isSelected: {
@@ -2232,158 +1727,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2232
1727
  };
2233
1728
  ConversationActions: {
2234
1729
  type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
2235
- default: () => {
2236
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2237
- onClose: {
2238
- type: import('vue').PropType<() => void>;
2239
- };
2240
- style: {
2241
- type: import('vue').PropType<import('vue').CSSProperties>;
2242
- };
2243
- onClick: {
2244
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
2245
- };
2246
- className: {
2247
- type: import('vue').PropType<string>;
2248
- };
2249
- onMarkConversationUnread: {
2250
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2251
- };
2252
- onConversationPin: {
2253
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2254
- };
2255
- onConversationMute: {
2256
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2257
- };
2258
- onConversationDelete: {
2259
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2260
- };
2261
- customConversationActions: {
2262
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
2263
- };
2264
- PopupIcon: {
2265
- type: import('vue').PropType<any>;
2266
- };
2267
- PopupElements: {
2268
- type: import('vue').PropType<any[]>;
2269
- };
2270
- conversation: {
2271
- type: import('vue').PropType<ConversationModel>;
2272
- required: true;
2273
- };
2274
- enablePin: {
2275
- type: import('vue').PropType<boolean>;
2276
- default: boolean;
2277
- };
2278
- enableMute: {
2279
- type: import('vue').PropType<boolean>;
2280
- default: boolean;
2281
- };
2282
- enableDelete: {
2283
- type: import('vue').PropType<boolean>;
2284
- default: boolean;
2285
- };
2286
- enableMarkUnread: {
2287
- type: import('vue').PropType<boolean>;
2288
- default: boolean;
2289
- };
2290
- }>> & Readonly<{
2291
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2292
- onClose?: (() => any) | undefined;
2293
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2294
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2295
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2296
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2297
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2298
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
2299
- close: () => void;
2300
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
2301
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
2302
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
2303
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
2304
- }, import('vue').PublicProps, {
2305
- enablePin: boolean;
2306
- enableMute: boolean;
2307
- enableDelete: boolean;
2308
- enableMarkUnread: boolean;
2309
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2310
- P: {};
2311
- B: {};
2312
- D: {};
2313
- C: {};
2314
- M: {};
2315
- Defaults: {};
2316
- }, Readonly<import('vue').ExtractPropTypes<{
2317
- onClose: {
2318
- type: import('vue').PropType<() => void>;
2319
- };
2320
- style: {
2321
- type: import('vue').PropType<import('vue').CSSProperties>;
2322
- };
2323
- onClick: {
2324
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
2325
- };
2326
- className: {
2327
- type: import('vue').PropType<string>;
2328
- };
2329
- onMarkConversationUnread: {
2330
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2331
- };
2332
- onConversationPin: {
2333
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2334
- };
2335
- onConversationMute: {
2336
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2337
- };
2338
- onConversationDelete: {
2339
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2340
- };
2341
- customConversationActions: {
2342
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
2343
- };
2344
- PopupIcon: {
2345
- type: import('vue').PropType<any>;
2346
- };
2347
- PopupElements: {
2348
- type: import('vue').PropType<any[]>;
2349
- };
2350
- conversation: {
2351
- type: import('vue').PropType<ConversationModel>;
2352
- required: true;
2353
- };
2354
- enablePin: {
2355
- type: import('vue').PropType<boolean>;
2356
- default: boolean;
2357
- };
2358
- enableMute: {
2359
- type: import('vue').PropType<boolean>;
2360
- default: boolean;
2361
- };
2362
- enableDelete: {
2363
- type: import('vue').PropType<boolean>;
2364
- default: boolean;
2365
- };
2366
- enableMarkUnread: {
2367
- type: import('vue').PropType<boolean>;
2368
- default: boolean;
2369
- };
2370
- }>> & Readonly<{
2371
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2372
- onClose?: (() => any) | undefined;
2373
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2374
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2375
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2376
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2377
- }>, {}, {}, {}, {}, {
2378
- enablePin: boolean;
2379
- enableMute: boolean;
2380
- enableDelete: boolean;
2381
- enableMarkUnread: boolean;
2382
- }>;
2383
- __isFragment?: never;
2384
- __isTeleport?: never;
2385
- __isSuspense?: never;
2386
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1730
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2387
1731
  onClose: {
2388
1732
  type: import('vue').PropType<() => void>;
2389
1733
  };
@@ -2437,13 +1781,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2437
1781
  type: import('vue').PropType<boolean>;
2438
1782
  default: boolean;
2439
1783
  };
2440
- }>> & Readonly<{
2441
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2442
- onClose?: (() => any) | undefined;
2443
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2444
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2445
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2446
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2447
1784
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2448
1785
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
2449
1786
  close: () => void;
@@ -2451,16 +1788,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2451
1788
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
2452
1789
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
2453
1790
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
2454
- }, string, {
1791
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1792
+ onClose: {
1793
+ type: import('vue').PropType<() => void>;
1794
+ };
1795
+ style: {
1796
+ type: import('vue').PropType<import('vue').CSSProperties>;
1797
+ };
1798
+ onClick: {
1799
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1800
+ };
1801
+ className: {
1802
+ type: import('vue').PropType<string>;
1803
+ };
1804
+ onMarkConversationUnread: {
1805
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1806
+ };
1807
+ onConversationPin: {
1808
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1809
+ };
1810
+ onConversationMute: {
1811
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1812
+ };
1813
+ onConversationDelete: {
1814
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1815
+ };
1816
+ customConversationActions: {
1817
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
1818
+ };
1819
+ PopupIcon: {
1820
+ type: import('vue').PropType<any>;
1821
+ };
1822
+ PopupElements: {
1823
+ type: import('vue').PropType<any[]>;
1824
+ };
1825
+ conversation: {
1826
+ type: import('vue').PropType<ConversationModel>;
1827
+ required: true;
1828
+ };
1829
+ enablePin: {
1830
+ type: import('vue').PropType<boolean>;
1831
+ default: boolean;
1832
+ };
1833
+ enableMute: {
1834
+ type: import('vue').PropType<boolean>;
1835
+ default: boolean;
1836
+ };
1837
+ enableDelete: {
1838
+ type: import('vue').PropType<boolean>;
1839
+ default: boolean;
1840
+ };
1841
+ enableMarkUnread: {
1842
+ type: import('vue').PropType<boolean>;
1843
+ default: boolean;
1844
+ };
1845
+ }>> & Readonly<{
1846
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1847
+ onClose?: (() => any) | undefined;
1848
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1849
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1850
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1851
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1852
+ }>, {
2455
1853
  enablePin: boolean;
2456
1854
  enableMute: boolean;
2457
1855
  enableDelete: boolean;
2458
1856
  enableMarkUnread: boolean;
2459
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2460
- $slots: {
2461
- popupIcon?(_: {}): any;
2462
- };
2463
- });
1857
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2464
1858
  };
2465
1859
  enableActions: {
2466
1860
  type: import('vue').PropType<boolean>;
@@ -2575,10 +1969,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2575
1969
  src: {
2576
1970
  type: import('vue').PropType<string>;
2577
1971
  };
2578
- shape: {
2579
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2580
- default: string;
2581
- };
2582
1972
  isShowOnlineStatus: {
2583
1973
  type: import('vue').PropType<boolean>;
2584
1974
  default: boolean;
@@ -2599,6 +1989,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2599
1989
  type: import('vue').PropType<boolean>;
2600
1990
  default: boolean;
2601
1991
  };
1992
+ shape: {
1993
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
1994
+ default: string;
1995
+ };
2602
1996
  alt: {
2603
1997
  type: import('vue').PropType<string>;
2604
1998
  };
@@ -2619,10 +2013,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2619
2013
  src: {
2620
2014
  type: import('vue').PropType<string>;
2621
2015
  };
2622
- shape: {
2623
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2624
- default: string;
2625
- };
2626
2016
  isShowOnlineStatus: {
2627
2017
  type: import('vue').PropType<boolean>;
2628
2018
  default: boolean;
@@ -2643,6 +2033,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2643
2033
  type: import('vue').PropType<boolean>;
2644
2034
  default: boolean;
2645
2035
  };
2036
+ shape: {
2037
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2038
+ default: string;
2039
+ };
2646
2040
  alt: {
2647
2041
  type: import('vue').PropType<string>;
2648
2042
  };
@@ -2651,179 +2045,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2651
2045
  };
2652
2046
  }>> & Readonly<{}>, {
2653
2047
  size: import('../../Avatar').AvatarSize;
2654
- shape: import('../../Avatar').AvatarShape;
2655
2048
  isShowOnlineStatus: boolean;
2656
2049
  isOnline: boolean;
2657
2050
  unreadCount: number;
2658
2051
  maxUnreadCount: number;
2659
2052
  isDotUnreadCount: boolean;
2053
+ shape: import('../../Avatar').AvatarShape;
2660
2054
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2661
2055
  };
2662
2056
  isSelected: {
2663
- type: import('vue').PropType<boolean>;
2664
- default: boolean;
2665
- };
2666
- className: {
2667
- type: import('vue').PropType<string>;
2668
- };
2669
- conversation: {
2670
- type: import('vue').PropType<ConversationModel>;
2671
- required: true;
2672
- };
2673
- ConversationActions: {
2674
- type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
2675
- default: () => {
2676
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
2677
- onClose: {
2678
- type: import('vue').PropType<() => void>;
2679
- };
2680
- style: {
2681
- type: import('vue').PropType<import('vue').CSSProperties>;
2682
- };
2683
- onClick: {
2684
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
2685
- };
2686
- className: {
2687
- type: import('vue').PropType<string>;
2688
- };
2689
- onMarkConversationUnread: {
2690
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2691
- };
2692
- onConversationPin: {
2693
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2694
- };
2695
- onConversationMute: {
2696
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2697
- };
2698
- onConversationDelete: {
2699
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2700
- };
2701
- customConversationActions: {
2702
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
2703
- };
2704
- PopupIcon: {
2705
- type: import('vue').PropType<any>;
2706
- };
2707
- PopupElements: {
2708
- type: import('vue').PropType<any[]>;
2709
- };
2710
- conversation: {
2711
- type: import('vue').PropType<ConversationModel>;
2712
- required: true;
2713
- };
2714
- enablePin: {
2715
- type: import('vue').PropType<boolean>;
2716
- default: boolean;
2717
- };
2718
- enableMute: {
2719
- type: import('vue').PropType<boolean>;
2720
- default: boolean;
2721
- };
2722
- enableDelete: {
2723
- type: import('vue').PropType<boolean>;
2724
- default: boolean;
2725
- };
2726
- enableMarkUnread: {
2727
- type: import('vue').PropType<boolean>;
2728
- default: boolean;
2729
- };
2730
- }>> & Readonly<{
2731
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2732
- onClose?: (() => any) | undefined;
2733
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2734
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2735
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2736
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2737
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2738
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
2739
- close: () => void;
2740
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
2741
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
2742
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
2743
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
2744
- }, import('vue').PublicProps, {
2745
- enablePin: boolean;
2746
- enableMute: boolean;
2747
- enableDelete: boolean;
2748
- enableMarkUnread: boolean;
2749
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
2750
- P: {};
2751
- B: {};
2752
- D: {};
2753
- C: {};
2754
- M: {};
2755
- Defaults: {};
2756
- }, Readonly<import('vue').ExtractPropTypes<{
2757
- onClose: {
2758
- type: import('vue').PropType<() => void>;
2759
- };
2760
- style: {
2761
- type: import('vue').PropType<import('vue').CSSProperties>;
2762
- };
2763
- onClick: {
2764
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
2765
- };
2766
- className: {
2767
- type: import('vue').PropType<string>;
2768
- };
2769
- onMarkConversationUnread: {
2770
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2771
- };
2772
- onConversationPin: {
2773
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2774
- };
2775
- onConversationMute: {
2776
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2777
- };
2778
- onConversationDelete: {
2779
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2780
- };
2781
- customConversationActions: {
2782
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
2783
- };
2784
- PopupIcon: {
2785
- type: import('vue').PropType<any>;
2786
- };
2787
- PopupElements: {
2788
- type: import('vue').PropType<any[]>;
2789
- };
2790
- conversation: {
2791
- type: import('vue').PropType<ConversationModel>;
2792
- required: true;
2793
- };
2794
- enablePin: {
2795
- type: import('vue').PropType<boolean>;
2796
- default: boolean;
2797
- };
2798
- enableMute: {
2799
- type: import('vue').PropType<boolean>;
2800
- default: boolean;
2801
- };
2802
- enableDelete: {
2803
- type: import('vue').PropType<boolean>;
2804
- default: boolean;
2805
- };
2806
- enableMarkUnread: {
2807
- type: import('vue').PropType<boolean>;
2808
- default: boolean;
2809
- };
2810
- }>> & Readonly<{
2811
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2812
- onClose?: (() => any) | undefined;
2813
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2814
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2815
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2816
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2817
- }>, {}, {}, {}, {}, {
2818
- enablePin: boolean;
2819
- enableMute: boolean;
2820
- enableDelete: boolean;
2821
- enableMarkUnread: boolean;
2822
- }>;
2823
- __isFragment?: never;
2824
- __isTeleport?: never;
2825
- __isSuspense?: never;
2826
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2057
+ type: import('vue').PropType<boolean>;
2058
+ default: boolean;
2059
+ };
2060
+ className: {
2061
+ type: import('vue').PropType<string>;
2062
+ };
2063
+ conversation: {
2064
+ type: import('vue').PropType<ConversationModel>;
2065
+ required: true;
2066
+ };
2067
+ ConversationActions: {
2068
+ type: import('vue').PropType<import('vue').Component<import('../../..').ConversationActionsProps>>;
2069
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2827
2070
  onClose: {
2828
2071
  type: import('vue').PropType<() => void>;
2829
2072
  };
@@ -2877,13 +2120,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2877
2120
  type: import('vue').PropType<boolean>;
2878
2121
  default: boolean;
2879
2122
  };
2880
- }>> & Readonly<{
2881
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2882
- onClose?: (() => any) | undefined;
2883
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2884
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2885
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2886
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2887
2123
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2888
2124
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
2889
2125
  close: () => void;
@@ -2891,16 +2127,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
2891
2127
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
2892
2128
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
2893
2129
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
2894
- }, string, {
2130
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2131
+ onClose: {
2132
+ type: import('vue').PropType<() => void>;
2133
+ };
2134
+ style: {
2135
+ type: import('vue').PropType<import('vue').CSSProperties>;
2136
+ };
2137
+ onClick: {
2138
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
2139
+ };
2140
+ className: {
2141
+ type: import('vue').PropType<string>;
2142
+ };
2143
+ onMarkConversationUnread: {
2144
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2145
+ };
2146
+ onConversationPin: {
2147
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2148
+ };
2149
+ onConversationMute: {
2150
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2151
+ };
2152
+ onConversationDelete: {
2153
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2154
+ };
2155
+ customConversationActions: {
2156
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
2157
+ };
2158
+ PopupIcon: {
2159
+ type: import('vue').PropType<any>;
2160
+ };
2161
+ PopupElements: {
2162
+ type: import('vue').PropType<any[]>;
2163
+ };
2164
+ conversation: {
2165
+ type: import('vue').PropType<ConversationModel>;
2166
+ required: true;
2167
+ };
2168
+ enablePin: {
2169
+ type: import('vue').PropType<boolean>;
2170
+ default: boolean;
2171
+ };
2172
+ enableMute: {
2173
+ type: import('vue').PropType<boolean>;
2174
+ default: boolean;
2175
+ };
2176
+ enableDelete: {
2177
+ type: import('vue').PropType<boolean>;
2178
+ default: boolean;
2179
+ };
2180
+ enableMarkUnread: {
2181
+ type: import('vue').PropType<boolean>;
2182
+ default: boolean;
2183
+ };
2184
+ }>> & Readonly<{
2185
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2186
+ onClose?: (() => any) | undefined;
2187
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2188
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2189
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2190
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2191
+ }>, {
2895
2192
  enablePin: boolean;
2896
2193
  enableMute: boolean;
2897
2194
  enableDelete: boolean;
2898
2195
  enableMarkUnread: boolean;
2899
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
2900
- $slots: {
2901
- popupIcon?(_: {}): any;
2902
- };
2903
- });
2196
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2904
2197
  };
2905
2198
  enableActions: {
2906
2199
  type: import('vue').PropType<boolean>;
@@ -3009,10 +2302,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3009
2302
  src: {
3010
2303
  type: import('vue').PropType<string>;
3011
2304
  };
3012
- shape: {
3013
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
3014
- default: string;
3015
- };
3016
2305
  isShowOnlineStatus: {
3017
2306
  type: import('vue').PropType<boolean>;
3018
2307
  default: boolean;
@@ -3033,6 +2322,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3033
2322
  type: import('vue').PropType<boolean>;
3034
2323
  default: boolean;
3035
2324
  };
2325
+ shape: {
2326
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2327
+ default: string;
2328
+ };
3036
2329
  alt: {
3037
2330
  type: import('vue').PropType<string>;
3038
2331
  };
@@ -3053,10 +2346,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3053
2346
  src: {
3054
2347
  type: import('vue').PropType<string>;
3055
2348
  };
3056
- shape: {
3057
- type: import('vue').PropType<import('../../Avatar').AvatarShape>;
3058
- default: string;
3059
- };
3060
2349
  isShowOnlineStatus: {
3061
2350
  type: import('vue').PropType<boolean>;
3062
2351
  default: boolean;
@@ -3077,6 +2366,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3077
2366
  type: import('vue').PropType<boolean>;
3078
2367
  default: boolean;
3079
2368
  };
2369
+ shape: {
2370
+ type: import('vue').PropType<import('../../Avatar').AvatarShape>;
2371
+ default: string;
2372
+ };
3080
2373
  alt: {
3081
2374
  type: import('vue').PropType<string>;
3082
2375
  };
@@ -3085,165 +2378,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3085
2378
  };
3086
2379
  }>> & Readonly<{}>, {
3087
2380
  size: import('../../Avatar').AvatarSize;
3088
- shape: import('../../Avatar').AvatarShape;
3089
2381
  isShowOnlineStatus: boolean;
3090
2382
  isOnline: boolean;
3091
2383
  unreadCount: number;
3092
2384
  maxUnreadCount: number;
3093
2385
  isDotUnreadCount: boolean;
2386
+ shape: import('../../Avatar').AvatarShape;
3094
2387
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3095
- ConversationActions: () => {
3096
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3097
- onClose: {
3098
- type: import('vue').PropType<() => void>;
3099
- };
3100
- style: {
3101
- type: import('vue').PropType<import('vue').CSSProperties>;
3102
- };
3103
- onClick: {
3104
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
3105
- };
3106
- className: {
3107
- type: import('vue').PropType<string>;
3108
- };
3109
- onMarkConversationUnread: {
3110
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3111
- };
3112
- onConversationPin: {
3113
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3114
- };
3115
- onConversationMute: {
3116
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3117
- };
3118
- onConversationDelete: {
3119
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3120
- };
3121
- customConversationActions: {
3122
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
3123
- };
3124
- PopupIcon: {
3125
- type: import('vue').PropType<any>;
3126
- };
3127
- PopupElements: {
3128
- type: import('vue').PropType<any[]>;
3129
- };
3130
- conversation: {
3131
- type: import('vue').PropType<ConversationModel>;
3132
- required: true;
3133
- };
3134
- enablePin: {
3135
- type: import('vue').PropType<boolean>;
3136
- default: boolean;
3137
- };
3138
- enableMute: {
3139
- type: import('vue').PropType<boolean>;
3140
- default: boolean;
3141
- };
3142
- enableDelete: {
3143
- type: import('vue').PropType<boolean>;
3144
- default: boolean;
3145
- };
3146
- enableMarkUnread: {
3147
- type: import('vue').PropType<boolean>;
3148
- default: boolean;
3149
- };
3150
- }>> & Readonly<{
3151
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
3152
- onClose?: (() => any) | undefined;
3153
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3154
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3155
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3156
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3157
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3158
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
3159
- close: () => void;
3160
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
3161
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
3162
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
3163
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
3164
- }, import('vue').PublicProps, {
3165
- enablePin: boolean;
3166
- enableMute: boolean;
3167
- enableDelete: boolean;
3168
- enableMarkUnread: boolean;
3169
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3170
- P: {};
3171
- B: {};
3172
- D: {};
3173
- C: {};
3174
- M: {};
3175
- Defaults: {};
3176
- }, Readonly<import('vue').ExtractPropTypes<{
3177
- onClose: {
3178
- type: import('vue').PropType<() => void>;
3179
- };
3180
- style: {
3181
- type: import('vue').PropType<import('vue').CSSProperties>;
3182
- };
3183
- onClick: {
3184
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
3185
- };
3186
- className: {
3187
- type: import('vue').PropType<string>;
3188
- };
3189
- onMarkConversationUnread: {
3190
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3191
- };
3192
- onConversationPin: {
3193
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3194
- };
3195
- onConversationMute: {
3196
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3197
- };
3198
- onConversationDelete: {
3199
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3200
- };
3201
- customConversationActions: {
3202
- type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
3203
- };
3204
- PopupIcon: {
3205
- type: import('vue').PropType<any>;
3206
- };
3207
- PopupElements: {
3208
- type: import('vue').PropType<any[]>;
3209
- };
3210
- conversation: {
3211
- type: import('vue').PropType<ConversationModel>;
3212
- required: true;
3213
- };
3214
- enablePin: {
3215
- type: import('vue').PropType<boolean>;
3216
- default: boolean;
3217
- };
3218
- enableMute: {
3219
- type: import('vue').PropType<boolean>;
3220
- default: boolean;
3221
- };
3222
- enableDelete: {
3223
- type: import('vue').PropType<boolean>;
3224
- default: boolean;
3225
- };
3226
- enableMarkUnread: {
3227
- type: import('vue').PropType<boolean>;
3228
- default: boolean;
3229
- };
3230
- }>> & Readonly<{
3231
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
3232
- onClose?: (() => any) | undefined;
3233
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3234
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3235
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3236
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3237
- }>, {}, {}, {}, {}, {
3238
- enablePin: boolean;
3239
- enableMute: boolean;
3240
- enableDelete: boolean;
3241
- enableMarkUnread: boolean;
3242
- }>;
3243
- __isFragment?: never;
3244
- __isTeleport?: never;
3245
- __isSuspense?: never;
3246
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
2388
+ ConversationActions: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3247
2389
  onClose: {
3248
2390
  type: import('vue').PropType<() => void>;
3249
2391
  };
@@ -3297,13 +2439,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3297
2439
  type: import('vue').PropType<boolean>;
3298
2440
  default: boolean;
3299
2441
  };
3300
- }>> & Readonly<{
3301
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
3302
- onClose?: (() => any) | undefined;
3303
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3304
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3305
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3306
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
3307
2442
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3308
2443
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
3309
2444
  close: () => void;
@@ -3311,16 +2446,73 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
3311
2446
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
3312
2447
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
3313
2448
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
3314
- }, string, {
2449
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2450
+ onClose: {
2451
+ type: import('vue').PropType<() => void>;
2452
+ };
2453
+ style: {
2454
+ type: import('vue').PropType<import('vue').CSSProperties>;
2455
+ };
2456
+ onClick: {
2457
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
2458
+ };
2459
+ className: {
2460
+ type: import('vue').PropType<string>;
2461
+ };
2462
+ onMarkConversationUnread: {
2463
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2464
+ };
2465
+ onConversationPin: {
2466
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2467
+ };
2468
+ onConversationMute: {
2469
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2470
+ };
2471
+ onConversationDelete: {
2472
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
2473
+ };
2474
+ customConversationActions: {
2475
+ type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
2476
+ };
2477
+ PopupIcon: {
2478
+ type: import('vue').PropType<any>;
2479
+ };
2480
+ PopupElements: {
2481
+ type: import('vue').PropType<any[]>;
2482
+ };
2483
+ conversation: {
2484
+ type: import('vue').PropType<ConversationModel>;
2485
+ required: true;
2486
+ };
2487
+ enablePin: {
2488
+ type: import('vue').PropType<boolean>;
2489
+ default: boolean;
2490
+ };
2491
+ enableMute: {
2492
+ type: import('vue').PropType<boolean>;
2493
+ default: boolean;
2494
+ };
2495
+ enableDelete: {
2496
+ type: import('vue').PropType<boolean>;
2497
+ default: boolean;
2498
+ };
2499
+ enableMarkUnread: {
2500
+ type: import('vue').PropType<boolean>;
2501
+ default: boolean;
2502
+ };
2503
+ }>> & Readonly<{
2504
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
2505
+ onClose?: (() => any) | undefined;
2506
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2507
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2508
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2509
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
2510
+ }>, {
3315
2511
  enablePin: boolean;
3316
2512
  enableMute: boolean;
3317
2513
  enableDelete: boolean;
3318
2514
  enableMarkUnread: boolean;
3319
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
3320
- $slots: {
3321
- popupIcon?(_: {}): any;
3322
- };
3323
- });
2515
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3324
2516
  }>>> & Readonly<{
3325
2517
  onSelectConversation?: ((conversation: ConversationModel) => any) | undefined;
3326
2518
  }>, {