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
@@ -5,6 +5,8 @@ interface Props extends ConversationListProps {
5
5
  }
6
6
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
7
7
  enableActions: boolean;
8
+ enableCreate: boolean;
9
+ enableSearch: boolean;
8
10
  Header: () => {
9
11
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
10
12
  style: {
@@ -118,10 +120,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
118
120
  className: {
119
121
  type: import('vue').PropType<string>;
120
122
  };
121
- empty: {
122
- type: import('vue').PropType<boolean>;
123
- default: boolean;
124
- };
125
123
  PlaceholderEmptyList: {
126
124
  type: import('vue').PropType<any>;
127
125
  default: () => {
@@ -181,6 +179,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
181
179
  };
182
180
  };
183
181
  };
182
+ empty: {
183
+ type: import('vue').PropType<boolean>;
184
+ default: boolean;
185
+ };
184
186
  PlaceholderLoading: {
185
187
  type: import('vue').PropType<any>;
186
188
  default: () => {
@@ -302,8 +304,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
302
304
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
303
305
  error: boolean;
304
306
  loading: boolean;
305
- empty: boolean;
306
307
  PlaceholderEmptyList: any;
308
+ empty: boolean;
307
309
  PlaceholderLoading: any;
308
310
  PlaceholderLoadError: any;
309
311
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -331,10 +333,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
331
333
  className: {
332
334
  type: import('vue').PropType<string>;
333
335
  };
334
- empty: {
335
- type: import('vue').PropType<boolean>;
336
- default: boolean;
337
- };
338
336
  PlaceholderEmptyList: {
339
337
  type: import('vue').PropType<any>;
340
338
  default: () => {
@@ -394,6 +392,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
394
392
  };
395
393
  };
396
394
  };
395
+ empty: {
396
+ type: import('vue').PropType<boolean>;
397
+ default: boolean;
398
+ };
397
399
  PlaceholderLoading: {
398
400
  type: import('vue').PropType<any>;
399
401
  default: () => {
@@ -515,8 +517,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
515
517
  }>> & Readonly<{}>, {}, {}, {}, {}, {
516
518
  error: boolean;
517
519
  loading: boolean;
518
- empty: boolean;
519
520
  PlaceholderEmptyList: any;
521
+ empty: boolean;
520
522
  PlaceholderLoading: any;
521
523
  PlaceholderLoadError: any;
522
524
  }>;
@@ -541,10 +543,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
541
543
  className: {
542
544
  type: import('vue').PropType<string>;
543
545
  };
544
- empty: {
545
- type: import('vue').PropType<boolean>;
546
- default: boolean;
547
- };
548
546
  PlaceholderEmptyList: {
549
547
  type: import('vue').PropType<any>;
550
548
  default: () => {
@@ -604,6 +602,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
604
602
  };
605
603
  };
606
604
  };
605
+ empty: {
606
+ type: import('vue').PropType<boolean>;
607
+ default: boolean;
608
+ };
607
609
  PlaceholderLoading: {
608
610
  type: import('vue').PropType<any>;
609
611
  default: () => {
@@ -725,8 +727,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
725
727
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
726
728
  error: boolean;
727
729
  loading: boolean;
728
- empty: boolean;
729
730
  PlaceholderEmptyList: any;
731
+ empty: boolean;
730
732
  PlaceholderLoading: any;
731
733
  PlaceholderLoadError: any;
732
734
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -758,10 +760,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
758
760
  src: {
759
761
  type: import('vue').PropType<string>;
760
762
  };
761
- shape: {
762
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
763
- default: string;
764
- };
765
763
  isShowOnlineStatus: {
766
764
  type: import('vue').PropType<boolean>;
767
765
  default: boolean;
@@ -782,6 +780,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
782
780
  type: import('vue').PropType<boolean>;
783
781
  default: boolean;
784
782
  };
783
+ shape: {
784
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
785
+ default: string;
786
+ };
785
787
  alt: {
786
788
  type: import('vue').PropType<string>;
787
789
  };
@@ -802,10 +804,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
802
804
  src: {
803
805
  type: import('vue').PropType<string>;
804
806
  };
805
- shape: {
806
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
807
- default: string;
808
- };
809
807
  isShowOnlineStatus: {
810
808
  type: import('vue').PropType<boolean>;
811
809
  default: boolean;
@@ -826,6 +824,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
826
824
  type: import('vue').PropType<boolean>;
827
825
  default: boolean;
828
826
  };
827
+ shape: {
828
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
829
+ default: string;
830
+ };
829
831
  alt: {
830
832
  type: import('vue').PropType<string>;
831
833
  };
@@ -834,12 +836,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
834
836
  };
835
837
  }>> & Readonly<{}>, {
836
838
  size: import('../Avatar').AvatarSize;
837
- shape: import('../Avatar').AvatarShape;
838
839
  isShowOnlineStatus: boolean;
839
840
  isOnline: boolean;
840
841
  unreadCount: number;
841
842
  maxUnreadCount: number;
842
843
  isDotUnreadCount: boolean;
844
+ shape: import('../Avatar').AvatarShape;
843
845
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
844
846
  };
845
847
  isSelected: {
@@ -855,158 +857,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
855
857
  };
856
858
  ConversationActions: {
857
859
  type: import('vue').PropType<import('vue').Component<import('../..').ConversationActionsProps>>;
858
- default: () => {
859
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
860
- onClose: {
861
- type: import('vue').PropType<() => void>;
862
- };
863
- style: {
864
- type: import('vue').PropType<import('vue').CSSProperties>;
865
- };
866
- onClick: {
867
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
868
- };
869
- className: {
870
- type: import('vue').PropType<string>;
871
- };
872
- onMarkConversationUnread: {
873
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
874
- };
875
- onConversationPin: {
876
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
877
- };
878
- onConversationMute: {
879
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
880
- };
881
- onConversationDelete: {
882
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
883
- };
884
- customConversationActions: {
885
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
886
- };
887
- PopupIcon: {
888
- type: import('vue').PropType<any>;
889
- };
890
- PopupElements: {
891
- type: import('vue').PropType<any[]>;
892
- };
893
- conversation: {
894
- type: import('vue').PropType<ConversationModel>;
895
- required: true;
896
- };
897
- enablePin: {
898
- type: import('vue').PropType<boolean>;
899
- default: boolean;
900
- };
901
- enableMute: {
902
- type: import('vue').PropType<boolean>;
903
- default: boolean;
904
- };
905
- enableDelete: {
906
- type: import('vue').PropType<boolean>;
907
- default: boolean;
908
- };
909
- enableMarkUnread: {
910
- type: import('vue').PropType<boolean>;
911
- default: boolean;
912
- };
913
- }>> & Readonly<{
914
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
915
- onClose?: (() => any) | undefined;
916
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
917
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
918
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
919
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
920
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
921
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
922
- close: () => void;
923
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
924
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
925
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
926
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
927
- }, import('vue').PublicProps, {
928
- enablePin: boolean;
929
- enableMute: boolean;
930
- enableDelete: boolean;
931
- enableMarkUnread: boolean;
932
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
933
- P: {};
934
- B: {};
935
- D: {};
936
- C: {};
937
- M: {};
938
- Defaults: {};
939
- }, Readonly<import('vue').ExtractPropTypes<{
940
- onClose: {
941
- type: import('vue').PropType<() => void>;
942
- };
943
- style: {
944
- type: import('vue').PropType<import('vue').CSSProperties>;
945
- };
946
- onClick: {
947
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
948
- };
949
- className: {
950
- type: import('vue').PropType<string>;
951
- };
952
- onMarkConversationUnread: {
953
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
954
- };
955
- onConversationPin: {
956
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
957
- };
958
- onConversationMute: {
959
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
960
- };
961
- onConversationDelete: {
962
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
963
- };
964
- customConversationActions: {
965
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
966
- };
967
- PopupIcon: {
968
- type: import('vue').PropType<any>;
969
- };
970
- PopupElements: {
971
- type: import('vue').PropType<any[]>;
972
- };
973
- conversation: {
974
- type: import('vue').PropType<ConversationModel>;
975
- required: true;
976
- };
977
- enablePin: {
978
- type: import('vue').PropType<boolean>;
979
- default: boolean;
980
- };
981
- enableMute: {
982
- type: import('vue').PropType<boolean>;
983
- default: boolean;
984
- };
985
- enableDelete: {
986
- type: import('vue').PropType<boolean>;
987
- default: boolean;
988
- };
989
- enableMarkUnread: {
990
- type: import('vue').PropType<boolean>;
991
- default: boolean;
992
- };
993
- }>> & Readonly<{
994
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
995
- onClose?: (() => any) | undefined;
996
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
997
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
998
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
999
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1000
- }>, {}, {}, {}, {}, {
1001
- enablePin: boolean;
1002
- enableMute: boolean;
1003
- enableDelete: boolean;
1004
- enableMarkUnread: boolean;
1005
- }>;
1006
- __isFragment?: never;
1007
- __isTeleport?: never;
1008
- __isSuspense?: never;
1009
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
860
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1010
861
  onClose: {
1011
862
  type: import('vue').PropType<() => void>;
1012
863
  };
@@ -1060,13 +911,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1060
911
  type: import('vue').PropType<boolean>;
1061
912
  default: boolean;
1062
913
  };
1063
- }>> & Readonly<{
1064
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1065
- onClose?: (() => any) | undefined;
1066
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1067
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1068
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1069
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1070
914
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1071
915
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1072
916
  close: () => void;
@@ -1074,16 +918,73 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1074
918
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1075
919
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1076
920
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1077
- }, string, {
921
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
922
+ onClose: {
923
+ type: import('vue').PropType<() => void>;
924
+ };
925
+ style: {
926
+ type: import('vue').PropType<import('vue').CSSProperties>;
927
+ };
928
+ onClick: {
929
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
930
+ };
931
+ className: {
932
+ type: import('vue').PropType<string>;
933
+ };
934
+ onMarkConversationUnread: {
935
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
936
+ };
937
+ onConversationPin: {
938
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
939
+ };
940
+ onConversationMute: {
941
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
942
+ };
943
+ onConversationDelete: {
944
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
945
+ };
946
+ customConversationActions: {
947
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
948
+ };
949
+ PopupIcon: {
950
+ type: import('vue').PropType<any>;
951
+ };
952
+ PopupElements: {
953
+ type: import('vue').PropType<any[]>;
954
+ };
955
+ conversation: {
956
+ type: import('vue').PropType<ConversationModel>;
957
+ required: true;
958
+ };
959
+ enablePin: {
960
+ type: import('vue').PropType<boolean>;
961
+ default: boolean;
962
+ };
963
+ enableMute: {
964
+ type: import('vue').PropType<boolean>;
965
+ default: boolean;
966
+ };
967
+ enableDelete: {
968
+ type: import('vue').PropType<boolean>;
969
+ default: boolean;
970
+ };
971
+ enableMarkUnread: {
972
+ type: import('vue').PropType<boolean>;
973
+ default: boolean;
974
+ };
975
+ }>> & Readonly<{
976
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
977
+ onClose?: (() => any) | undefined;
978
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
979
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
980
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
981
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
982
+ }>, {
1078
983
  enablePin: boolean;
1079
984
  enableMute: boolean;
1080
985
  enableDelete: boolean;
1081
986
  enableMarkUnread: boolean;
1082
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1083
- $slots: {
1084
- popupIcon?(_: {}): any;
1085
- };
1086
- });
987
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1087
988
  };
1088
989
  enableActions: {
1089
990
  type: import('vue').PropType<boolean>;
@@ -1203,10 +1104,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1203
1104
  src: {
1204
1105
  type: import('vue').PropType<string>;
1205
1106
  };
1206
- shape: {
1207
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
1208
- default: string;
1209
- };
1210
1107
  isShowOnlineStatus: {
1211
1108
  type: import('vue').PropType<boolean>;
1212
1109
  default: boolean;
@@ -1227,6 +1124,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1227
1124
  type: import('vue').PropType<boolean>;
1228
1125
  default: boolean;
1229
1126
  };
1127
+ shape: {
1128
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
1129
+ default: string;
1130
+ };
1230
1131
  alt: {
1231
1132
  type: import('vue').PropType<string>;
1232
1133
  };
@@ -1247,10 +1148,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1247
1148
  src: {
1248
1149
  type: import('vue').PropType<string>;
1249
1150
  };
1250
- shape: {
1251
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
1252
- default: string;
1253
- };
1254
1151
  isShowOnlineStatus: {
1255
1152
  type: import('vue').PropType<boolean>;
1256
1153
  default: boolean;
@@ -1271,6 +1168,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1271
1168
  type: import('vue').PropType<boolean>;
1272
1169
  default: boolean;
1273
1170
  };
1171
+ shape: {
1172
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
1173
+ default: string;
1174
+ };
1274
1175
  alt: {
1275
1176
  type: import('vue').PropType<string>;
1276
1177
  };
@@ -1279,12 +1180,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1279
1180
  };
1280
1181
  }>> & Readonly<{}>, {
1281
1182
  size: import('../Avatar').AvatarSize;
1282
- shape: import('../Avatar').AvatarShape;
1283
1183
  isShowOnlineStatus: boolean;
1284
1184
  isOnline: boolean;
1285
1185
  unreadCount: number;
1286
1186
  maxUnreadCount: number;
1287
1187
  isDotUnreadCount: boolean;
1188
+ shape: import('../Avatar').AvatarShape;
1288
1189
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1289
1190
  };
1290
1191
  isSelected: {
@@ -1300,158 +1201,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1300
1201
  };
1301
1202
  ConversationActions: {
1302
1203
  type: import('vue').PropType<import('vue').Component<import('../..').ConversationActionsProps>>;
1303
- default: () => {
1304
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1305
- onClose: {
1306
- type: import('vue').PropType<() => void>;
1307
- };
1308
- style: {
1309
- type: import('vue').PropType<import('vue').CSSProperties>;
1310
- };
1311
- onClick: {
1312
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1313
- };
1314
- className: {
1315
- type: import('vue').PropType<string>;
1316
- };
1317
- onMarkConversationUnread: {
1318
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1319
- };
1320
- onConversationPin: {
1321
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1322
- };
1323
- onConversationMute: {
1324
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1325
- };
1326
- onConversationDelete: {
1327
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1328
- };
1329
- customConversationActions: {
1330
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
1331
- };
1332
- PopupIcon: {
1333
- type: import('vue').PropType<any>;
1334
- };
1335
- PopupElements: {
1336
- type: import('vue').PropType<any[]>;
1337
- };
1338
- conversation: {
1339
- type: import('vue').PropType<ConversationModel>;
1340
- required: true;
1341
- };
1342
- enablePin: {
1343
- type: import('vue').PropType<boolean>;
1344
- default: boolean;
1345
- };
1346
- enableMute: {
1347
- type: import('vue').PropType<boolean>;
1348
- default: boolean;
1349
- };
1350
- enableDelete: {
1351
- type: import('vue').PropType<boolean>;
1352
- default: boolean;
1353
- };
1354
- enableMarkUnread: {
1355
- type: import('vue').PropType<boolean>;
1356
- default: boolean;
1357
- };
1358
- }>> & Readonly<{
1359
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1360
- onClose?: (() => any) | undefined;
1361
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1362
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1363
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1364
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1365
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1366
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1367
- close: () => void;
1368
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
1369
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1370
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1371
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1372
- }, import('vue').PublicProps, {
1373
- enablePin: boolean;
1374
- enableMute: boolean;
1375
- enableDelete: boolean;
1376
- enableMarkUnread: boolean;
1377
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1378
- P: {};
1379
- B: {};
1380
- D: {};
1381
- C: {};
1382
- M: {};
1383
- Defaults: {};
1384
- }, Readonly<import('vue').ExtractPropTypes<{
1385
- onClose: {
1386
- type: import('vue').PropType<() => void>;
1387
- };
1388
- style: {
1389
- type: import('vue').PropType<import('vue').CSSProperties>;
1390
- };
1391
- onClick: {
1392
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1393
- };
1394
- className: {
1395
- type: import('vue').PropType<string>;
1396
- };
1397
- onMarkConversationUnread: {
1398
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1399
- };
1400
- onConversationPin: {
1401
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1402
- };
1403
- onConversationMute: {
1404
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1405
- };
1406
- onConversationDelete: {
1407
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1408
- };
1409
- customConversationActions: {
1410
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
1411
- };
1412
- PopupIcon: {
1413
- type: import('vue').PropType<any>;
1414
- };
1415
- PopupElements: {
1416
- type: import('vue').PropType<any[]>;
1417
- };
1418
- conversation: {
1419
- type: import('vue').PropType<ConversationModel>;
1420
- required: true;
1421
- };
1422
- enablePin: {
1423
- type: import('vue').PropType<boolean>;
1424
- default: boolean;
1425
- };
1426
- enableMute: {
1427
- type: import('vue').PropType<boolean>;
1428
- default: boolean;
1429
- };
1430
- enableDelete: {
1431
- type: import('vue').PropType<boolean>;
1432
- default: boolean;
1433
- };
1434
- enableMarkUnread: {
1435
- type: import('vue').PropType<boolean>;
1436
- default: boolean;
1437
- };
1438
- }>> & Readonly<{
1439
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1440
- onClose?: (() => any) | undefined;
1441
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1442
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1443
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1444
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1445
- }>, {}, {}, {}, {}, {
1446
- enablePin: boolean;
1447
- enableMute: boolean;
1448
- enableDelete: boolean;
1449
- enableMarkUnread: boolean;
1450
- }>;
1451
- __isFragment?: never;
1452
- __isTeleport?: never;
1453
- __isSuspense?: never;
1454
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1204
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1455
1205
  onClose: {
1456
1206
  type: import('vue').PropType<() => void>;
1457
1207
  };
@@ -1505,13 +1255,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1505
1255
  type: import('vue').PropType<boolean>;
1506
1256
  default: boolean;
1507
1257
  };
1508
- }>> & Readonly<{
1509
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1510
- onClose?: (() => any) | undefined;
1511
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1512
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1513
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1514
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1515
1258
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1516
1259
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1517
1260
  close: () => void;
@@ -1519,16 +1262,73 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1519
1262
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1520
1263
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1521
1264
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1522
- }, string, {
1265
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1266
+ onClose: {
1267
+ type: import('vue').PropType<() => void>;
1268
+ };
1269
+ style: {
1270
+ type: import('vue').PropType<import('vue').CSSProperties>;
1271
+ };
1272
+ onClick: {
1273
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1274
+ };
1275
+ className: {
1276
+ type: import('vue').PropType<string>;
1277
+ };
1278
+ onMarkConversationUnread: {
1279
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1280
+ };
1281
+ onConversationPin: {
1282
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1283
+ };
1284
+ onConversationMute: {
1285
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1286
+ };
1287
+ onConversationDelete: {
1288
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1289
+ };
1290
+ customConversationActions: {
1291
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
1292
+ };
1293
+ PopupIcon: {
1294
+ type: import('vue').PropType<any>;
1295
+ };
1296
+ PopupElements: {
1297
+ type: import('vue').PropType<any[]>;
1298
+ };
1299
+ conversation: {
1300
+ type: import('vue').PropType<ConversationModel>;
1301
+ required: true;
1302
+ };
1303
+ enablePin: {
1304
+ type: import('vue').PropType<boolean>;
1305
+ default: boolean;
1306
+ };
1307
+ enableMute: {
1308
+ type: import('vue').PropType<boolean>;
1309
+ default: boolean;
1310
+ };
1311
+ enableDelete: {
1312
+ type: import('vue').PropType<boolean>;
1313
+ default: boolean;
1314
+ };
1315
+ enableMarkUnread: {
1316
+ type: import('vue').PropType<boolean>;
1317
+ default: boolean;
1318
+ };
1319
+ }>> & Readonly<{
1320
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1321
+ onClose?: (() => any) | undefined;
1322
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1323
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1324
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1325
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1326
+ }>, {
1523
1327
  enablePin: boolean;
1524
1328
  enableMute: boolean;
1525
1329
  enableDelete: boolean;
1526
1330
  enableMarkUnread: boolean;
1527
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1528
- $slots: {
1529
- popupIcon?(_: {}): any;
1530
- };
1531
- });
1331
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1532
1332
  };
1533
1333
  enableActions: {
1534
1334
  type: import('vue').PropType<boolean>;
@@ -1643,10 +1443,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1643
1443
  src: {
1644
1444
  type: import('vue').PropType<string>;
1645
1445
  };
1646
- shape: {
1647
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
1648
- default: string;
1649
- };
1650
1446
  isShowOnlineStatus: {
1651
1447
  type: import('vue').PropType<boolean>;
1652
1448
  default: boolean;
@@ -1667,6 +1463,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1667
1463
  type: import('vue').PropType<boolean>;
1668
1464
  default: boolean;
1669
1465
  };
1466
+ shape: {
1467
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
1468
+ default: string;
1469
+ };
1670
1470
  alt: {
1671
1471
  type: import('vue').PropType<string>;
1672
1472
  };
@@ -1687,10 +1487,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1687
1487
  src: {
1688
1488
  type: import('vue').PropType<string>;
1689
1489
  };
1690
- shape: {
1691
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
1692
- default: string;
1693
- };
1694
1490
  isShowOnlineStatus: {
1695
1491
  type: import('vue').PropType<boolean>;
1696
1492
  default: boolean;
@@ -1711,6 +1507,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1711
1507
  type: import('vue').PropType<boolean>;
1712
1508
  default: boolean;
1713
1509
  };
1510
+ shape: {
1511
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
1512
+ default: string;
1513
+ };
1714
1514
  alt: {
1715
1515
  type: import('vue').PropType<string>;
1716
1516
  };
@@ -1719,12 +1519,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1719
1519
  };
1720
1520
  }>> & Readonly<{}>, {
1721
1521
  size: import('../Avatar').AvatarSize;
1722
- shape: import('../Avatar').AvatarShape;
1723
1522
  isShowOnlineStatus: boolean;
1724
1523
  isOnline: boolean;
1725
1524
  unreadCount: number;
1726
1525
  maxUnreadCount: number;
1727
1526
  isDotUnreadCount: boolean;
1527
+ shape: import('../Avatar').AvatarShape;
1728
1528
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1729
1529
  };
1730
1530
  isSelected: {
@@ -1740,158 +1540,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1740
1540
  };
1741
1541
  ConversationActions: {
1742
1542
  type: import('vue').PropType<import('vue').Component<import('../..').ConversationActionsProps>>;
1743
- default: () => {
1744
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
1745
- onClose: {
1746
- type: import('vue').PropType<() => void>;
1747
- };
1748
- style: {
1749
- type: import('vue').PropType<import('vue').CSSProperties>;
1750
- };
1751
- onClick: {
1752
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1753
- };
1754
- className: {
1755
- type: import('vue').PropType<string>;
1756
- };
1757
- onMarkConversationUnread: {
1758
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1759
- };
1760
- onConversationPin: {
1761
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1762
- };
1763
- onConversationMute: {
1764
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1765
- };
1766
- onConversationDelete: {
1767
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1768
- };
1769
- customConversationActions: {
1770
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
1771
- };
1772
- PopupIcon: {
1773
- type: import('vue').PropType<any>;
1774
- };
1775
- PopupElements: {
1776
- type: import('vue').PropType<any[]>;
1777
- };
1778
- conversation: {
1779
- type: import('vue').PropType<ConversationModel>;
1780
- required: true;
1781
- };
1782
- enablePin: {
1783
- type: import('vue').PropType<boolean>;
1784
- default: boolean;
1785
- };
1786
- enableMute: {
1787
- type: import('vue').PropType<boolean>;
1788
- default: boolean;
1789
- };
1790
- enableDelete: {
1791
- type: import('vue').PropType<boolean>;
1792
- default: boolean;
1793
- };
1794
- enableMarkUnread: {
1795
- type: import('vue').PropType<boolean>;
1796
- default: boolean;
1797
- };
1798
- }>> & Readonly<{
1799
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1800
- onClose?: (() => any) | undefined;
1801
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1802
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1803
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1804
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1805
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1806
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1807
- close: () => void;
1808
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
1809
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1810
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1811
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1812
- }, import('vue').PublicProps, {
1813
- enablePin: boolean;
1814
- enableMute: boolean;
1815
- enableDelete: boolean;
1816
- enableMarkUnread: boolean;
1817
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1818
- P: {};
1819
- B: {};
1820
- D: {};
1821
- C: {};
1822
- M: {};
1823
- Defaults: {};
1824
- }, Readonly<import('vue').ExtractPropTypes<{
1825
- onClose: {
1826
- type: import('vue').PropType<() => void>;
1827
- };
1828
- style: {
1829
- type: import('vue').PropType<import('vue').CSSProperties>;
1830
- };
1831
- onClick: {
1832
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1833
- };
1834
- className: {
1835
- type: import('vue').PropType<string>;
1836
- };
1837
- onMarkConversationUnread: {
1838
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1839
- };
1840
- onConversationPin: {
1841
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1842
- };
1843
- onConversationMute: {
1844
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1845
- };
1846
- onConversationDelete: {
1847
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1848
- };
1849
- customConversationActions: {
1850
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
1851
- };
1852
- PopupIcon: {
1853
- type: import('vue').PropType<any>;
1854
- };
1855
- PopupElements: {
1856
- type: import('vue').PropType<any[]>;
1857
- };
1858
- conversation: {
1859
- type: import('vue').PropType<ConversationModel>;
1860
- required: true;
1861
- };
1862
- enablePin: {
1863
- type: import('vue').PropType<boolean>;
1864
- default: boolean;
1865
- };
1866
- enableMute: {
1867
- type: import('vue').PropType<boolean>;
1868
- default: boolean;
1869
- };
1870
- enableDelete: {
1871
- type: import('vue').PropType<boolean>;
1872
- default: boolean;
1873
- };
1874
- enableMarkUnread: {
1875
- type: import('vue').PropType<boolean>;
1876
- default: boolean;
1877
- };
1878
- }>> & Readonly<{
1879
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1880
- onClose?: (() => any) | undefined;
1881
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1882
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1883
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1884
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1885
- }>, {}, {}, {}, {}, {
1886
- enablePin: boolean;
1887
- enableMute: boolean;
1888
- enableDelete: boolean;
1889
- enableMarkUnread: boolean;
1890
- }>;
1891
- __isFragment?: never;
1892
- __isTeleport?: never;
1893
- __isSuspense?: never;
1894
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1543
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1895
1544
  onClose: {
1896
1545
  type: import('vue').PropType<() => void>;
1897
1546
  };
@@ -1945,13 +1594,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1945
1594
  type: import('vue').PropType<boolean>;
1946
1595
  default: boolean;
1947
1596
  };
1948
- }>> & Readonly<{
1949
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1950
- onClose?: (() => any) | undefined;
1951
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1952
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1953
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1954
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1955
1597
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1956
1598
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
1957
1599
  close: () => void;
@@ -1959,30 +1601,87 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1959
1601
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
1960
1602
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
1961
1603
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
1962
- }, string, {
1963
- enablePin: boolean;
1964
- enableMute: boolean;
1965
- enableDelete: boolean;
1966
- enableMarkUnread: boolean;
1967
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1968
- $slots: {
1969
- popupIcon?(_: {}): any;
1604
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1605
+ onClose: {
1606
+ type: import('vue').PropType<() => void>;
1970
1607
  };
1971
- });
1972
- };
1973
- enableActions: {
1974
- type: import('vue').PropType<boolean>;
1975
- default: boolean;
1976
- };
1977
- highlightMatchString: {
1978
- type: import('vue').PropType<string>;
1979
- };
1980
- Title: {
1981
- type: import('vue').PropType<any>;
1982
- default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1983
- conversation: {
1984
- type: import('vue').PropType<ConversationModel>;
1985
- required: true;
1608
+ style: {
1609
+ type: import('vue').PropType<import('vue').CSSProperties>;
1610
+ };
1611
+ onClick: {
1612
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
1613
+ };
1614
+ className: {
1615
+ type: import('vue').PropType<string>;
1616
+ };
1617
+ onMarkConversationUnread: {
1618
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1619
+ };
1620
+ onConversationPin: {
1621
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1622
+ };
1623
+ onConversationMute: {
1624
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1625
+ };
1626
+ onConversationDelete: {
1627
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
1628
+ };
1629
+ customConversationActions: {
1630
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
1631
+ };
1632
+ PopupIcon: {
1633
+ type: import('vue').PropType<any>;
1634
+ };
1635
+ PopupElements: {
1636
+ type: import('vue').PropType<any[]>;
1637
+ };
1638
+ conversation: {
1639
+ type: import('vue').PropType<ConversationModel>;
1640
+ required: true;
1641
+ };
1642
+ enablePin: {
1643
+ type: import('vue').PropType<boolean>;
1644
+ default: boolean;
1645
+ };
1646
+ enableMute: {
1647
+ type: import('vue').PropType<boolean>;
1648
+ default: boolean;
1649
+ };
1650
+ enableDelete: {
1651
+ type: import('vue').PropType<boolean>;
1652
+ default: boolean;
1653
+ };
1654
+ enableMarkUnread: {
1655
+ type: import('vue').PropType<boolean>;
1656
+ default: boolean;
1657
+ };
1658
+ }>> & Readonly<{
1659
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
1660
+ onClose?: (() => any) | undefined;
1661
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1662
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1663
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1664
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
1665
+ }>, {
1666
+ enablePin: boolean;
1667
+ enableMute: boolean;
1668
+ enableDelete: boolean;
1669
+ enableMarkUnread: boolean;
1670
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1671
+ };
1672
+ enableActions: {
1673
+ type: import('vue').PropType<boolean>;
1674
+ default: boolean;
1675
+ };
1676
+ highlightMatchString: {
1677
+ type: import('vue').PropType<string>;
1678
+ };
1679
+ Title: {
1680
+ type: import('vue').PropType<any>;
1681
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1682
+ conversation: {
1683
+ type: import('vue').PropType<ConversationModel>;
1684
+ required: true;
1986
1685
  };
1987
1686
  highlightMatchString: {
1988
1687
  type: import('vue').PropType<string>;
@@ -2064,23 +1763,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2064
1763
  };
2065
1764
  });
2066
1765
  ConversationCreate: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2067
- visible: {
2068
- type: import('vue').PropType<boolean>;
2069
- default: boolean;
2070
- };
2071
- style: {
2072
- type: import('vue').PropType<import('vue').CSSProperties>;
2073
- };
2074
- className: {
2075
- type: import('vue').PropType<string>;
2076
- };
2077
1766
  conversationList: {
2078
1767
  type: import('vue').PropType<ConversationModel[]>;
2079
1768
  default: () => never[];
2080
1769
  };
2081
- 'onUpdate:visible': {
2082
- type: import('vue').PropType<(visible: boolean) => void>;
2083
- };
2084
1770
  onBeforeCreateConversation: {
2085
1771
  type: import('vue').PropType<(params: string | CreateGroupParams) => string | CreateGroupParams>;
2086
1772
  };
@@ -2092,23 +1778,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2092
1778
  beforeCreateConversation: (params: any) => void;
2093
1779
  conversationCreated: (conversation: ConversationModel) => void;
2094
1780
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2095
- visible: {
2096
- type: import('vue').PropType<boolean>;
2097
- default: boolean;
2098
- };
2099
- style: {
2100
- type: import('vue').PropType<import('vue').CSSProperties>;
2101
- };
2102
- className: {
2103
- type: import('vue').PropType<string>;
2104
- };
2105
1781
  conversationList: {
2106
1782
  type: import('vue').PropType<ConversationModel[]>;
2107
1783
  default: () => never[];
2108
1784
  };
2109
- 'onUpdate:visible': {
2110
- type: import('vue').PropType<(visible: boolean) => void>;
2111
- };
2112
1785
  onBeforeCreateConversation: {
2113
1786
  type: import('vue').PropType<(params: string | CreateGroupParams) => string | CreateGroupParams>;
2114
1787
  };
@@ -2120,7 +1793,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2120
1793
  onBeforeCreateConversation?: ((params: any) => any) | undefined;
2121
1794
  onConversationCreated?: ((conversation: ConversationModel) => any) | undefined;
2122
1795
  }>, {
2123
- visible: boolean;
2124
1796
  conversationList: ConversationModel[];
2125
1797
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2126
1798
  ConversationSearch: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -2458,7 +2130,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2458
2130
  default: import('../..').VariantType;
2459
2131
  };
2460
2132
  searchType: {
2461
- type: import('vue').PropType<"all" | import('../..').SearchType>;
2133
+ type: import('vue').PropType<import('../..').SearchType | "all">;
2462
2134
  default: string;
2463
2135
  };
2464
2136
  typeLabels: {
@@ -2572,7 +2244,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2572
2244
  default: import('../..').VariantType;
2573
2245
  };
2574
2246
  searchType: {
2575
- type: import('vue').PropType<"all" | import('../..').SearchType>;
2247
+ type: import('vue').PropType<import('../..').SearchType | "all">;
2576
2248
  default: string;
2577
2249
  };
2578
2250
  typeLabels: {
@@ -2893,7 +2565,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2893
2565
  default: import('../..').VariantType;
2894
2566
  };
2895
2567
  searchType: {
2896
- type: import('vue').PropType<"all" | import('../..').SearchType>;
2568
+ type: import('vue').PropType<import('../..').SearchType | "all">;
2897
2569
  default: string;
2898
2570
  };
2899
2571
  typeLabels: {
@@ -3007,7 +2679,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3007
2679
  default: import('../..').VariantType;
3008
2680
  };
3009
2681
  searchType: {
3010
- type: import('vue').PropType<"all" | import('../..').SearchType>;
2682
+ type: import('vue').PropType<import('../..').SearchType | "all">;
3011
2683
  default: string;
3012
2684
  };
3013
2685
  typeLabels: {
@@ -3500,7 +3172,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3500
3172
  default: import('../..').VariantType;
3501
3173
  };
3502
3174
  searchType: {
3503
- type: import('vue').PropType<"all" | import('../..').SearchType>;
3175
+ type: import('vue').PropType<import('../..').SearchType | "all">;
3504
3176
  default: string;
3505
3177
  };
3506
3178
  typeLabels: {
@@ -3614,7 +3286,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3614
3286
  default: import('../..').VariantType;
3615
3287
  };
3616
3288
  searchType: {
3617
- type: import('vue').PropType<"all" | import('../..').SearchType>;
3289
+ type: import('vue').PropType<import('../..').SearchType | "all">;
3618
3290
  default: string;
3619
3291
  };
3620
3292
  typeLabels: {
@@ -3935,7 +3607,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3935
3607
  default: import('../..').VariantType;
3936
3608
  };
3937
3609
  searchType: {
3938
- type: import('vue').PropType<"all" | import('../..').SearchType>;
3610
+ type: import('vue').PropType<import('../..').SearchType | "all">;
3939
3611
  default: string;
3940
3612
  };
3941
3613
  typeLabels: {
@@ -4049,7 +3721,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4049
3721
  default: import('../..').VariantType;
4050
3722
  };
4051
3723
  searchType: {
4052
- type: import('vue').PropType<"all" | import('../..').SearchType>;
3724
+ type: import('vue').PropType<import('../..').SearchType | "all">;
4053
3725
  default: string;
4054
3726
  };
4055
3727
  typeLabels: {
@@ -4212,158 +3884,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4212
3884
  SearchBar: import('vue').Component<import('../..').SearchBarProps>;
4213
3885
  Search: import('vue').Component<import('../..').SearchProps>;
4214
3886
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4215
- ConversationActions: () => {
4216
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
4217
- onClose: {
4218
- type: import('vue').PropType<() => void>;
4219
- };
4220
- style: {
4221
- type: import('vue').PropType<import('vue').CSSProperties>;
4222
- };
4223
- onClick: {
4224
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
4225
- };
4226
- className: {
4227
- type: import('vue').PropType<string>;
4228
- };
4229
- onMarkConversationUnread: {
4230
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4231
- };
4232
- onConversationPin: {
4233
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4234
- };
4235
- onConversationMute: {
4236
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4237
- };
4238
- onConversationDelete: {
4239
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4240
- };
4241
- customConversationActions: {
4242
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
4243
- };
4244
- PopupIcon: {
4245
- type: import('vue').PropType<any>;
4246
- };
4247
- PopupElements: {
4248
- type: import('vue').PropType<any[]>;
4249
- };
4250
- conversation: {
4251
- type: import('vue').PropType<ConversationModel>;
4252
- required: true;
4253
- };
4254
- enablePin: {
4255
- type: import('vue').PropType<boolean>;
4256
- default: boolean;
4257
- };
4258
- enableMute: {
4259
- type: import('vue').PropType<boolean>;
4260
- default: boolean;
4261
- };
4262
- enableDelete: {
4263
- type: import('vue').PropType<boolean>;
4264
- default: boolean;
4265
- };
4266
- enableMarkUnread: {
4267
- type: import('vue').PropType<boolean>;
4268
- default: boolean;
4269
- };
4270
- }>> & Readonly<{
4271
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
4272
- onClose?: (() => any) | undefined;
4273
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4274
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4275
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4276
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4277
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4278
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
4279
- close: () => void;
4280
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
4281
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
4282
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
4283
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
4284
- }, import('vue').PublicProps, {
4285
- enablePin: boolean;
4286
- enableMute: boolean;
4287
- enableDelete: boolean;
4288
- enableMarkUnread: boolean;
4289
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4290
- P: {};
4291
- B: {};
4292
- D: {};
4293
- C: {};
4294
- M: {};
4295
- Defaults: {};
4296
- }, Readonly<import('vue').ExtractPropTypes<{
4297
- onClose: {
4298
- type: import('vue').PropType<() => void>;
4299
- };
4300
- style: {
4301
- type: import('vue').PropType<import('vue').CSSProperties>;
4302
- };
4303
- onClick: {
4304
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
4305
- };
4306
- className: {
4307
- type: import('vue').PropType<string>;
4308
- };
4309
- onMarkConversationUnread: {
4310
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4311
- };
4312
- onConversationPin: {
4313
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4314
- };
4315
- onConversationMute: {
4316
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4317
- };
4318
- onConversationDelete: {
4319
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
4320
- };
4321
- customConversationActions: {
4322
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
4323
- };
4324
- PopupIcon: {
4325
- type: import('vue').PropType<any>;
4326
- };
4327
- PopupElements: {
4328
- type: import('vue').PropType<any[]>;
4329
- };
4330
- conversation: {
4331
- type: import('vue').PropType<ConversationModel>;
4332
- required: true;
4333
- };
4334
- enablePin: {
4335
- type: import('vue').PropType<boolean>;
4336
- default: boolean;
4337
- };
4338
- enableMute: {
4339
- type: import('vue').PropType<boolean>;
4340
- default: boolean;
4341
- };
4342
- enableDelete: {
4343
- type: import('vue').PropType<boolean>;
4344
- default: boolean;
4345
- };
4346
- enableMarkUnread: {
4347
- type: import('vue').PropType<boolean>;
4348
- default: boolean;
4349
- };
4350
- }>> & Readonly<{
4351
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
4352
- onClose?: (() => any) | undefined;
4353
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4354
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4355
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4356
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4357
- }>, {}, {}, {}, {}, {
4358
- enablePin: boolean;
4359
- enableMute: boolean;
4360
- enableDelete: boolean;
4361
- enableMarkUnread: boolean;
4362
- }>;
4363
- __isFragment?: never;
4364
- __isTeleport?: never;
4365
- __isSuspense?: never;
4366
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
3887
+ ConversationActions: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4367
3888
  onClose: {
4368
3889
  type: import('vue').PropType<() => void>;
4369
3890
  };
@@ -4417,13 +3938,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4417
3938
  type: import('vue').PropType<boolean>;
4418
3939
  default: boolean;
4419
3940
  };
4420
- }>> & Readonly<{
4421
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
4422
- onClose?: (() => any) | undefined;
4423
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4424
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4425
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4426
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4427
3941
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4428
3942
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
4429
3943
  close: () => void;
@@ -4431,16 +3945,73 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4431
3945
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
4432
3946
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
4433
3947
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
4434
- }, string, {
3948
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3949
+ onClose: {
3950
+ type: import('vue').PropType<() => void>;
3951
+ };
3952
+ style: {
3953
+ type: import('vue').PropType<import('vue').CSSProperties>;
3954
+ };
3955
+ onClick: {
3956
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
3957
+ };
3958
+ className: {
3959
+ type: import('vue').PropType<string>;
3960
+ };
3961
+ onMarkConversationUnread: {
3962
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3963
+ };
3964
+ onConversationPin: {
3965
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3966
+ };
3967
+ onConversationMute: {
3968
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3969
+ };
3970
+ onConversationDelete: {
3971
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
3972
+ };
3973
+ customConversationActions: {
3974
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
3975
+ };
3976
+ PopupIcon: {
3977
+ type: import('vue').PropType<any>;
3978
+ };
3979
+ PopupElements: {
3980
+ type: import('vue').PropType<any[]>;
3981
+ };
3982
+ conversation: {
3983
+ type: import('vue').PropType<ConversationModel>;
3984
+ required: true;
3985
+ };
3986
+ enablePin: {
3987
+ type: import('vue').PropType<boolean>;
3988
+ default: boolean;
3989
+ };
3990
+ enableMute: {
3991
+ type: import('vue').PropType<boolean>;
3992
+ default: boolean;
3993
+ };
3994
+ enableDelete: {
3995
+ type: import('vue').PropType<boolean>;
3996
+ default: boolean;
3997
+ };
3998
+ enableMarkUnread: {
3999
+ type: import('vue').PropType<boolean>;
4000
+ default: boolean;
4001
+ };
4002
+ }>> & Readonly<{
4003
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
4004
+ onClose?: (() => any) | undefined;
4005
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4006
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4007
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4008
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
4009
+ }>, {
4435
4010
  enablePin: boolean;
4436
4011
  enableMute: boolean;
4437
4012
  enableDelete: boolean;
4438
4013
  enableMarkUnread: boolean;
4439
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
4440
- $slots: {
4441
- popupIcon?(_: {}): any;
4442
- };
4443
- });
4014
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4444
4015
  PlaceholderEmptyList: () => {
4445
4016
  component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4446
4017
  type: {
@@ -4623,10 +4194,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4623
4194
  src: {
4624
4195
  type: import('vue').PropType<string>;
4625
4196
  };
4626
- shape: {
4627
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
4628
- default: string;
4629
- };
4630
4197
  isShowOnlineStatus: {
4631
4198
  type: import('vue').PropType<boolean>;
4632
4199
  default: boolean;
@@ -4647,6 +4214,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4647
4214
  type: import('vue').PropType<boolean>;
4648
4215
  default: boolean;
4649
4216
  };
4217
+ shape: {
4218
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
4219
+ default: string;
4220
+ };
4650
4221
  alt: {
4651
4222
  type: import('vue').PropType<string>;
4652
4223
  };
@@ -4667,10 +4238,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4667
4238
  src: {
4668
4239
  type: import('vue').PropType<string>;
4669
4240
  };
4670
- shape: {
4671
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
4672
- default: string;
4673
- };
4674
4241
  isShowOnlineStatus: {
4675
4242
  type: import('vue').PropType<boolean>;
4676
4243
  default: boolean;
@@ -4691,6 +4258,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4691
4258
  type: import('vue').PropType<boolean>;
4692
4259
  default: boolean;
4693
4260
  };
4261
+ shape: {
4262
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
4263
+ default: string;
4264
+ };
4694
4265
  alt: {
4695
4266
  type: import('vue').PropType<string>;
4696
4267
  };
@@ -4699,12 +4270,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4699
4270
  };
4700
4271
  }>> & Readonly<{}>, {
4701
4272
  size: import('../Avatar').AvatarSize;
4702
- shape: import('../Avatar').AvatarShape;
4703
4273
  isShowOnlineStatus: boolean;
4704
4274
  isOnline: boolean;
4705
4275
  unreadCount: number;
4706
4276
  maxUnreadCount: number;
4707
4277
  isDotUnreadCount: boolean;
4278
+ shape: import('../Avatar').AvatarShape;
4708
4279
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4709
4280
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4710
4281
  beforeCreateConversation: (params: any) => void;
@@ -4712,6 +4283,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4712
4283
  selectConversation: (conversation: ConversationModel) => void;
4713
4284
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
4714
4285
  enableActions: boolean;
4286
+ enableCreate: boolean;
4287
+ enableSearch: boolean;
4715
4288
  Header: () => {
4716
4289
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
4717
4290
  style: {
@@ -4825,10 +4398,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4825
4398
  className: {
4826
4399
  type: import('vue').PropType<string>;
4827
4400
  };
4828
- empty: {
4829
- type: import('vue').PropType<boolean>;
4830
- default: boolean;
4831
- };
4832
4401
  PlaceholderEmptyList: {
4833
4402
  type: import('vue').PropType<any>;
4834
4403
  default: () => {
@@ -4888,6 +4457,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
4888
4457
  };
4889
4458
  };
4890
4459
  };
4460
+ empty: {
4461
+ type: import('vue').PropType<boolean>;
4462
+ default: boolean;
4463
+ };
4891
4464
  PlaceholderLoading: {
4892
4465
  type: import('vue').PropType<any>;
4893
4466
  default: () => {
@@ -5009,8 +4582,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5009
4582
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
5010
4583
  error: boolean;
5011
4584
  loading: boolean;
5012
- empty: boolean;
5013
4585
  PlaceholderEmptyList: any;
4586
+ empty: boolean;
5014
4587
  PlaceholderLoading: any;
5015
4588
  PlaceholderLoadError: any;
5016
4589
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -5038,10 +4611,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5038
4611
  className: {
5039
4612
  type: import('vue').PropType<string>;
5040
4613
  };
5041
- empty: {
5042
- type: import('vue').PropType<boolean>;
5043
- default: boolean;
5044
- };
5045
4614
  PlaceholderEmptyList: {
5046
4615
  type: import('vue').PropType<any>;
5047
4616
  default: () => {
@@ -5101,6 +4670,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5101
4670
  };
5102
4671
  };
5103
4672
  };
4673
+ empty: {
4674
+ type: import('vue').PropType<boolean>;
4675
+ default: boolean;
4676
+ };
5104
4677
  PlaceholderLoading: {
5105
4678
  type: import('vue').PropType<any>;
5106
4679
  default: () => {
@@ -5222,8 +4795,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5222
4795
  }>> & Readonly<{}>, {}, {}, {}, {}, {
5223
4796
  error: boolean;
5224
4797
  loading: boolean;
5225
- empty: boolean;
5226
4798
  PlaceholderEmptyList: any;
4799
+ empty: boolean;
5227
4800
  PlaceholderLoading: any;
5228
4801
  PlaceholderLoadError: any;
5229
4802
  }>;
@@ -5248,10 +4821,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5248
4821
  className: {
5249
4822
  type: import('vue').PropType<string>;
5250
4823
  };
5251
- empty: {
5252
- type: import('vue').PropType<boolean>;
5253
- default: boolean;
5254
- };
5255
4824
  PlaceholderEmptyList: {
5256
4825
  type: import('vue').PropType<any>;
5257
4826
  default: () => {
@@ -5311,6 +4880,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5311
4880
  };
5312
4881
  };
5313
4882
  };
4883
+ empty: {
4884
+ type: import('vue').PropType<boolean>;
4885
+ default: boolean;
4886
+ };
5314
4887
  PlaceholderLoading: {
5315
4888
  type: import('vue').PropType<any>;
5316
4889
  default: () => {
@@ -5432,8 +5005,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5432
5005
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
5433
5006
  error: boolean;
5434
5007
  loading: boolean;
5435
- empty: boolean;
5436
5008
  PlaceholderEmptyList: any;
5009
+ empty: boolean;
5437
5010
  PlaceholderLoading: any;
5438
5011
  PlaceholderLoadError: any;
5439
5012
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -5465,10 +5038,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5465
5038
  src: {
5466
5039
  type: import('vue').PropType<string>;
5467
5040
  };
5468
- shape: {
5469
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
5470
- default: string;
5471
- };
5472
5041
  isShowOnlineStatus: {
5473
5042
  type: import('vue').PropType<boolean>;
5474
5043
  default: boolean;
@@ -5489,6 +5058,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5489
5058
  type: import('vue').PropType<boolean>;
5490
5059
  default: boolean;
5491
5060
  };
5061
+ shape: {
5062
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
5063
+ default: string;
5064
+ };
5492
5065
  alt: {
5493
5066
  type: import('vue').PropType<string>;
5494
5067
  };
@@ -5509,10 +5082,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5509
5082
  src: {
5510
5083
  type: import('vue').PropType<string>;
5511
5084
  };
5512
- shape: {
5513
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
5514
- default: string;
5515
- };
5516
5085
  isShowOnlineStatus: {
5517
5086
  type: import('vue').PropType<boolean>;
5518
5087
  default: boolean;
@@ -5533,6 +5102,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5533
5102
  type: import('vue').PropType<boolean>;
5534
5103
  default: boolean;
5535
5104
  };
5105
+ shape: {
5106
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
5107
+ default: string;
5108
+ };
5536
5109
  alt: {
5537
5110
  type: import('vue').PropType<string>;
5538
5111
  };
@@ -5541,12 +5114,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5541
5114
  };
5542
5115
  }>> & Readonly<{}>, {
5543
5116
  size: import('../Avatar').AvatarSize;
5544
- shape: import('../Avatar').AvatarShape;
5545
5117
  isShowOnlineStatus: boolean;
5546
5118
  isOnline: boolean;
5547
5119
  unreadCount: number;
5548
5120
  maxUnreadCount: number;
5549
5121
  isDotUnreadCount: boolean;
5122
+ shape: import('../Avatar').AvatarShape;
5550
5123
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5551
5124
  };
5552
5125
  isSelected: {
@@ -5562,158 +5135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5562
5135
  };
5563
5136
  ConversationActions: {
5564
5137
  type: import('vue').PropType<import('vue').Component<import('../..').ConversationActionsProps>>;
5565
- default: () => {
5566
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
5567
- onClose: {
5568
- type: import('vue').PropType<() => void>;
5569
- };
5570
- style: {
5571
- type: import('vue').PropType<import('vue').CSSProperties>;
5572
- };
5573
- onClick: {
5574
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
5575
- };
5576
- className: {
5577
- type: import('vue').PropType<string>;
5578
- };
5579
- onMarkConversationUnread: {
5580
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5581
- };
5582
- onConversationPin: {
5583
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5584
- };
5585
- onConversationMute: {
5586
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5587
- };
5588
- onConversationDelete: {
5589
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5590
- };
5591
- customConversationActions: {
5592
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
5593
- };
5594
- PopupIcon: {
5595
- type: import('vue').PropType<any>;
5596
- };
5597
- PopupElements: {
5598
- type: import('vue').PropType<any[]>;
5599
- };
5600
- conversation: {
5601
- type: import('vue').PropType<ConversationModel>;
5602
- required: true;
5603
- };
5604
- enablePin: {
5605
- type: import('vue').PropType<boolean>;
5606
- default: boolean;
5607
- };
5608
- enableMute: {
5609
- type: import('vue').PropType<boolean>;
5610
- default: boolean;
5611
- };
5612
- enableDelete: {
5613
- type: import('vue').PropType<boolean>;
5614
- default: boolean;
5615
- };
5616
- enableMarkUnread: {
5617
- type: import('vue').PropType<boolean>;
5618
- default: boolean;
5619
- };
5620
- }>> & Readonly<{
5621
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
5622
- onClose?: (() => any) | undefined;
5623
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5624
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5625
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5626
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5627
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5628
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
5629
- close: () => void;
5630
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
5631
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
5632
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
5633
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
5634
- }, import('vue').PublicProps, {
5635
- enablePin: boolean;
5636
- enableMute: boolean;
5637
- enableDelete: boolean;
5638
- enableMarkUnread: boolean;
5639
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
5640
- P: {};
5641
- B: {};
5642
- D: {};
5643
- C: {};
5644
- M: {};
5645
- Defaults: {};
5646
- }, Readonly<import('vue').ExtractPropTypes<{
5647
- onClose: {
5648
- type: import('vue').PropType<() => void>;
5649
- };
5650
- style: {
5651
- type: import('vue').PropType<import('vue').CSSProperties>;
5652
- };
5653
- onClick: {
5654
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
5655
- };
5656
- className: {
5657
- type: import('vue').PropType<string>;
5658
- };
5659
- onMarkConversationUnread: {
5660
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5661
- };
5662
- onConversationPin: {
5663
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5664
- };
5665
- onConversationMute: {
5666
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5667
- };
5668
- onConversationDelete: {
5669
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5670
- };
5671
- customConversationActions: {
5672
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
5673
- };
5674
- PopupIcon: {
5675
- type: import('vue').PropType<any>;
5676
- };
5677
- PopupElements: {
5678
- type: import('vue').PropType<any[]>;
5679
- };
5680
- conversation: {
5681
- type: import('vue').PropType<ConversationModel>;
5682
- required: true;
5683
- };
5684
- enablePin: {
5685
- type: import('vue').PropType<boolean>;
5686
- default: boolean;
5687
- };
5688
- enableMute: {
5689
- type: import('vue').PropType<boolean>;
5690
- default: boolean;
5691
- };
5692
- enableDelete: {
5693
- type: import('vue').PropType<boolean>;
5694
- default: boolean;
5695
- };
5696
- enableMarkUnread: {
5697
- type: import('vue').PropType<boolean>;
5698
- default: boolean;
5699
- };
5700
- }>> & Readonly<{
5701
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
5702
- onClose?: (() => any) | undefined;
5703
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5704
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5705
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5706
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5707
- }>, {}, {}, {}, {}, {
5708
- enablePin: boolean;
5709
- enableMute: boolean;
5710
- enableDelete: boolean;
5711
- enableMarkUnread: boolean;
5712
- }>;
5713
- __isFragment?: never;
5714
- __isTeleport?: never;
5715
- __isSuspense?: never;
5716
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
5138
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5717
5139
  onClose: {
5718
5140
  type: import('vue').PropType<() => void>;
5719
5141
  };
@@ -5767,13 +5189,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5767
5189
  type: import('vue').PropType<boolean>;
5768
5190
  default: boolean;
5769
5191
  };
5770
- }>> & Readonly<{
5771
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
5772
- onClose?: (() => any) | undefined;
5773
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5774
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5775
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5776
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5777
5192
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5778
5193
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
5779
5194
  close: () => void;
@@ -5781,16 +5196,73 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5781
5196
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
5782
5197
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
5783
5198
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
5784
- }, string, {
5199
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
5200
+ onClose: {
5201
+ type: import('vue').PropType<() => void>;
5202
+ };
5203
+ style: {
5204
+ type: import('vue').PropType<import('vue').CSSProperties>;
5205
+ };
5206
+ onClick: {
5207
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
5208
+ };
5209
+ className: {
5210
+ type: import('vue').PropType<string>;
5211
+ };
5212
+ onMarkConversationUnread: {
5213
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5214
+ };
5215
+ onConversationPin: {
5216
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5217
+ };
5218
+ onConversationMute: {
5219
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5220
+ };
5221
+ onConversationDelete: {
5222
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5223
+ };
5224
+ customConversationActions: {
5225
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
5226
+ };
5227
+ PopupIcon: {
5228
+ type: import('vue').PropType<any>;
5229
+ };
5230
+ PopupElements: {
5231
+ type: import('vue').PropType<any[]>;
5232
+ };
5233
+ conversation: {
5234
+ type: import('vue').PropType<ConversationModel>;
5235
+ required: true;
5236
+ };
5237
+ enablePin: {
5238
+ type: import('vue').PropType<boolean>;
5239
+ default: boolean;
5240
+ };
5241
+ enableMute: {
5242
+ type: import('vue').PropType<boolean>;
5243
+ default: boolean;
5244
+ };
5245
+ enableDelete: {
5246
+ type: import('vue').PropType<boolean>;
5247
+ default: boolean;
5248
+ };
5249
+ enableMarkUnread: {
5250
+ type: import('vue').PropType<boolean>;
5251
+ default: boolean;
5252
+ };
5253
+ }>> & Readonly<{
5254
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
5255
+ onClose?: (() => any) | undefined;
5256
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5257
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5258
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5259
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5260
+ }>, {
5785
5261
  enablePin: boolean;
5786
5262
  enableMute: boolean;
5787
5263
  enableDelete: boolean;
5788
5264
  enableMarkUnread: boolean;
5789
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
5790
- $slots: {
5791
- popupIcon?(_: {}): any;
5792
- };
5793
- });
5265
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5794
5266
  };
5795
5267
  enableActions: {
5796
5268
  type: import('vue').PropType<boolean>;
@@ -5910,10 +5382,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5910
5382
  src: {
5911
5383
  type: import('vue').PropType<string>;
5912
5384
  };
5913
- shape: {
5914
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
5915
- default: string;
5916
- };
5917
5385
  isShowOnlineStatus: {
5918
5386
  type: import('vue').PropType<boolean>;
5919
5387
  default: boolean;
@@ -5934,6 +5402,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5934
5402
  type: import('vue').PropType<boolean>;
5935
5403
  default: boolean;
5936
5404
  };
5405
+ shape: {
5406
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
5407
+ default: string;
5408
+ };
5937
5409
  alt: {
5938
5410
  type: import('vue').PropType<string>;
5939
5411
  };
@@ -5954,10 +5426,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5954
5426
  src: {
5955
5427
  type: import('vue').PropType<string>;
5956
5428
  };
5957
- shape: {
5958
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
5959
- default: string;
5960
- };
5961
5429
  isShowOnlineStatus: {
5962
5430
  type: import('vue').PropType<boolean>;
5963
5431
  default: boolean;
@@ -5978,6 +5446,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5978
5446
  type: import('vue').PropType<boolean>;
5979
5447
  default: boolean;
5980
5448
  };
5449
+ shape: {
5450
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
5451
+ default: string;
5452
+ };
5981
5453
  alt: {
5982
5454
  type: import('vue').PropType<string>;
5983
5455
  };
@@ -5986,12 +5458,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5986
5458
  };
5987
5459
  }>> & Readonly<{}>, {
5988
5460
  size: import('../Avatar').AvatarSize;
5989
- shape: import('../Avatar').AvatarShape;
5990
5461
  isShowOnlineStatus: boolean;
5991
5462
  isOnline: boolean;
5992
5463
  unreadCount: number;
5993
5464
  maxUnreadCount: number;
5994
5465
  isDotUnreadCount: boolean;
5466
+ shape: import('../Avatar').AvatarShape;
5995
5467
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5996
5468
  };
5997
5469
  isSelected: {
@@ -6007,158 +5479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6007
5479
  };
6008
5480
  ConversationActions: {
6009
5481
  type: import('vue').PropType<import('vue').Component<import('../..').ConversationActionsProps>>;
6010
- default: () => {
6011
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
6012
- onClose: {
6013
- type: import('vue').PropType<() => void>;
6014
- };
6015
- style: {
6016
- type: import('vue').PropType<import('vue').CSSProperties>;
6017
- };
6018
- onClick: {
6019
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
6020
- };
6021
- className: {
6022
- type: import('vue').PropType<string>;
6023
- };
6024
- onMarkConversationUnread: {
6025
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6026
- };
6027
- onConversationPin: {
6028
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6029
- };
6030
- onConversationMute: {
6031
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6032
- };
6033
- onConversationDelete: {
6034
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6035
- };
6036
- customConversationActions: {
6037
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
6038
- };
6039
- PopupIcon: {
6040
- type: import('vue').PropType<any>;
6041
- };
6042
- PopupElements: {
6043
- type: import('vue').PropType<any[]>;
6044
- };
6045
- conversation: {
6046
- type: import('vue').PropType<ConversationModel>;
6047
- required: true;
6048
- };
6049
- enablePin: {
6050
- type: import('vue').PropType<boolean>;
6051
- default: boolean;
6052
- };
6053
- enableMute: {
6054
- type: import('vue').PropType<boolean>;
6055
- default: boolean;
6056
- };
6057
- enableDelete: {
6058
- type: import('vue').PropType<boolean>;
6059
- default: boolean;
6060
- };
6061
- enableMarkUnread: {
6062
- type: import('vue').PropType<boolean>;
6063
- default: boolean;
6064
- };
6065
- }>> & Readonly<{
6066
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
6067
- onClose?: (() => any) | undefined;
6068
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6069
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6070
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6071
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6072
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6073
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
6074
- close: () => void;
6075
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
6076
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
6077
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
6078
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
6079
- }, import('vue').PublicProps, {
6080
- enablePin: boolean;
6081
- enableMute: boolean;
6082
- enableDelete: boolean;
6083
- enableMarkUnread: boolean;
6084
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
6085
- P: {};
6086
- B: {};
6087
- D: {};
6088
- C: {};
6089
- M: {};
6090
- Defaults: {};
6091
- }, Readonly<import('vue').ExtractPropTypes<{
6092
- onClose: {
6093
- type: import('vue').PropType<() => void>;
6094
- };
6095
- style: {
6096
- type: import('vue').PropType<import('vue').CSSProperties>;
6097
- };
6098
- onClick: {
6099
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
6100
- };
6101
- className: {
6102
- type: import('vue').PropType<string>;
6103
- };
6104
- onMarkConversationUnread: {
6105
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6106
- };
6107
- onConversationPin: {
6108
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6109
- };
6110
- onConversationMute: {
6111
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6112
- };
6113
- onConversationDelete: {
6114
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6115
- };
6116
- customConversationActions: {
6117
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
6118
- };
6119
- PopupIcon: {
6120
- type: import('vue').PropType<any>;
6121
- };
6122
- PopupElements: {
6123
- type: import('vue').PropType<any[]>;
6124
- };
6125
- conversation: {
6126
- type: import('vue').PropType<ConversationModel>;
6127
- required: true;
6128
- };
6129
- enablePin: {
6130
- type: import('vue').PropType<boolean>;
6131
- default: boolean;
6132
- };
6133
- enableMute: {
6134
- type: import('vue').PropType<boolean>;
6135
- default: boolean;
6136
- };
6137
- enableDelete: {
6138
- type: import('vue').PropType<boolean>;
6139
- default: boolean;
6140
- };
6141
- enableMarkUnread: {
6142
- type: import('vue').PropType<boolean>;
6143
- default: boolean;
6144
- };
6145
- }>> & Readonly<{
6146
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
6147
- onClose?: (() => any) | undefined;
6148
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6149
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6150
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6151
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6152
- }>, {}, {}, {}, {}, {
6153
- enablePin: boolean;
6154
- enableMute: boolean;
6155
- enableDelete: boolean;
6156
- enableMarkUnread: boolean;
6157
- }>;
6158
- __isFragment?: never;
6159
- __isTeleport?: never;
6160
- __isSuspense?: never;
6161
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
5482
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6162
5483
  onClose: {
6163
5484
  type: import('vue').PropType<() => void>;
6164
5485
  };
@@ -6212,13 +5533,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6212
5533
  type: import('vue').PropType<boolean>;
6213
5534
  default: boolean;
6214
5535
  };
6215
- }>> & Readonly<{
6216
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
6217
- onClose?: (() => any) | undefined;
6218
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6219
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6220
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6221
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6222
5536
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6223
5537
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
6224
5538
  close: () => void;
@@ -6226,16 +5540,73 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6226
5540
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
6227
5541
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
6228
5542
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
6229
- }, string, {
5543
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
5544
+ onClose: {
5545
+ type: import('vue').PropType<() => void>;
5546
+ };
5547
+ style: {
5548
+ type: import('vue').PropType<import('vue').CSSProperties>;
5549
+ };
5550
+ onClick: {
5551
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
5552
+ };
5553
+ className: {
5554
+ type: import('vue').PropType<string>;
5555
+ };
5556
+ onMarkConversationUnread: {
5557
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5558
+ };
5559
+ onConversationPin: {
5560
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5561
+ };
5562
+ onConversationMute: {
5563
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5564
+ };
5565
+ onConversationDelete: {
5566
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5567
+ };
5568
+ customConversationActions: {
5569
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
5570
+ };
5571
+ PopupIcon: {
5572
+ type: import('vue').PropType<any>;
5573
+ };
5574
+ PopupElements: {
5575
+ type: import('vue').PropType<any[]>;
5576
+ };
5577
+ conversation: {
5578
+ type: import('vue').PropType<ConversationModel>;
5579
+ required: true;
5580
+ };
5581
+ enablePin: {
5582
+ type: import('vue').PropType<boolean>;
5583
+ default: boolean;
5584
+ };
5585
+ enableMute: {
5586
+ type: import('vue').PropType<boolean>;
5587
+ default: boolean;
5588
+ };
5589
+ enableDelete: {
5590
+ type: import('vue').PropType<boolean>;
5591
+ default: boolean;
5592
+ };
5593
+ enableMarkUnread: {
5594
+ type: import('vue').PropType<boolean>;
5595
+ default: boolean;
5596
+ };
5597
+ }>> & Readonly<{
5598
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
5599
+ onClose?: (() => any) | undefined;
5600
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5601
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5602
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5603
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
5604
+ }>, {
6230
5605
  enablePin: boolean;
6231
5606
  enableMute: boolean;
6232
5607
  enableDelete: boolean;
6233
5608
  enableMarkUnread: boolean;
6234
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
6235
- $slots: {
6236
- popupIcon?(_: {}): any;
6237
- };
6238
- });
5609
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6239
5610
  };
6240
5611
  enableActions: {
6241
5612
  type: import('vue').PropType<boolean>;
@@ -6350,10 +5721,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6350
5721
  src: {
6351
5722
  type: import('vue').PropType<string>;
6352
5723
  };
6353
- shape: {
6354
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
6355
- default: string;
6356
- };
6357
5724
  isShowOnlineStatus: {
6358
5725
  type: import('vue').PropType<boolean>;
6359
5726
  default: boolean;
@@ -6374,6 +5741,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6374
5741
  type: import('vue').PropType<boolean>;
6375
5742
  default: boolean;
6376
5743
  };
5744
+ shape: {
5745
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
5746
+ default: string;
5747
+ };
6377
5748
  alt: {
6378
5749
  type: import('vue').PropType<string>;
6379
5750
  };
@@ -6394,10 +5765,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6394
5765
  src: {
6395
5766
  type: import('vue').PropType<string>;
6396
5767
  };
6397
- shape: {
6398
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
6399
- default: string;
6400
- };
6401
5768
  isShowOnlineStatus: {
6402
5769
  type: import('vue').PropType<boolean>;
6403
5770
  default: boolean;
@@ -6418,6 +5785,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6418
5785
  type: import('vue').PropType<boolean>;
6419
5786
  default: boolean;
6420
5787
  };
5788
+ shape: {
5789
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
5790
+ default: string;
5791
+ };
6421
5792
  alt: {
6422
5793
  type: import('vue').PropType<string>;
6423
5794
  };
@@ -6426,12 +5797,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6426
5797
  };
6427
5798
  }>> & Readonly<{}>, {
6428
5799
  size: import('../Avatar').AvatarSize;
6429
- shape: import('../Avatar').AvatarShape;
6430
5800
  isShowOnlineStatus: boolean;
6431
5801
  isOnline: boolean;
6432
5802
  unreadCount: number;
6433
5803
  maxUnreadCount: number;
6434
5804
  isDotUnreadCount: boolean;
5805
+ shape: import('../Avatar').AvatarShape;
6435
5806
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6436
5807
  };
6437
5808
  isSelected: {
@@ -6447,158 +5818,68 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6447
5818
  };
6448
5819
  ConversationActions: {
6449
5820
  type: import('vue').PropType<import('vue').Component<import('../..').ConversationActionsProps>>;
6450
- default: () => {
6451
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
6452
- onClose: {
6453
- type: import('vue').PropType<() => void>;
6454
- };
6455
- style: {
6456
- type: import('vue').PropType<import('vue').CSSProperties>;
6457
- };
6458
- onClick: {
6459
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
6460
- };
6461
- className: {
6462
- type: import('vue').PropType<string>;
6463
- };
6464
- onMarkConversationUnread: {
6465
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6466
- };
6467
- onConversationPin: {
6468
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6469
- };
6470
- onConversationMute: {
6471
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6472
- };
6473
- onConversationDelete: {
6474
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6475
- };
6476
- customConversationActions: {
6477
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
6478
- };
6479
- PopupIcon: {
6480
- type: import('vue').PropType<any>;
6481
- };
6482
- PopupElements: {
6483
- type: import('vue').PropType<any[]>;
6484
- };
6485
- conversation: {
6486
- type: import('vue').PropType<ConversationModel>;
6487
- required: true;
6488
- };
6489
- enablePin: {
6490
- type: import('vue').PropType<boolean>;
6491
- default: boolean;
6492
- };
6493
- enableMute: {
6494
- type: import('vue').PropType<boolean>;
6495
- default: boolean;
6496
- };
6497
- enableDelete: {
6498
- type: import('vue').PropType<boolean>;
6499
- default: boolean;
6500
- };
6501
- enableMarkUnread: {
6502
- type: import('vue').PropType<boolean>;
6503
- default: boolean;
6504
- };
6505
- }>> & Readonly<{
6506
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
6507
- onClose?: (() => any) | undefined;
6508
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6509
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6510
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6511
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6512
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6513
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
6514
- close: () => void;
6515
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
6516
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
6517
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
6518
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
6519
- }, import('vue').PublicProps, {
6520
- enablePin: boolean;
6521
- enableMute: boolean;
6522
- enableDelete: boolean;
6523
- enableMarkUnread: boolean;
6524
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
6525
- P: {};
6526
- B: {};
6527
- D: {};
6528
- C: {};
6529
- M: {};
6530
- Defaults: {};
6531
- }, Readonly<import('vue').ExtractPropTypes<{
6532
- onClose: {
6533
- type: import('vue').PropType<() => void>;
6534
- };
6535
- style: {
6536
- type: import('vue').PropType<import('vue').CSSProperties>;
6537
- };
6538
- onClick: {
6539
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
6540
- };
6541
- className: {
6542
- type: import('vue').PropType<string>;
6543
- };
6544
- onMarkConversationUnread: {
6545
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6546
- };
6547
- onConversationPin: {
6548
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6549
- };
6550
- onConversationMute: {
6551
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6552
- };
6553
- onConversationDelete: {
6554
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
6555
- };
6556
- customConversationActions: {
6557
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
6558
- };
6559
- PopupIcon: {
6560
- type: import('vue').PropType<any>;
6561
- };
6562
- PopupElements: {
6563
- type: import('vue').PropType<any[]>;
6564
- };
6565
- conversation: {
6566
- type: import('vue').PropType<ConversationModel>;
6567
- required: true;
6568
- };
6569
- enablePin: {
6570
- type: import('vue').PropType<boolean>;
6571
- default: boolean;
6572
- };
6573
- enableMute: {
6574
- type: import('vue').PropType<boolean>;
6575
- default: boolean;
6576
- };
6577
- enableDelete: {
6578
- type: import('vue').PropType<boolean>;
6579
- default: boolean;
6580
- };
6581
- enableMarkUnread: {
6582
- type: import('vue').PropType<boolean>;
6583
- default: boolean;
6584
- };
6585
- }>> & Readonly<{
6586
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
6587
- onClose?: (() => any) | undefined;
6588
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6589
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6590
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6591
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6592
- }>, {}, {}, {}, {}, {
6593
- enablePin: boolean;
6594
- enableMute: boolean;
6595
- enableDelete: boolean;
6596
- enableMarkUnread: boolean;
6597
- }>;
6598
- __isFragment?: never;
6599
- __isTeleport?: never;
6600
- __isSuspense?: never;
6601
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
5821
+ default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5822
+ onClose: {
5823
+ type: import('vue').PropType<() => void>;
5824
+ };
5825
+ style: {
5826
+ type: import('vue').PropType<import('vue').CSSProperties>;
5827
+ };
5828
+ onClick: {
5829
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
5830
+ };
5831
+ className: {
5832
+ type: import('vue').PropType<string>;
5833
+ };
5834
+ onMarkConversationUnread: {
5835
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5836
+ };
5837
+ onConversationPin: {
5838
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5839
+ };
5840
+ onConversationMute: {
5841
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5842
+ };
5843
+ onConversationDelete: {
5844
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
5845
+ };
5846
+ customConversationActions: {
5847
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
5848
+ };
5849
+ PopupIcon: {
5850
+ type: import('vue').PropType<any>;
5851
+ };
5852
+ PopupElements: {
5853
+ type: import('vue').PropType<any[]>;
5854
+ };
5855
+ conversation: {
5856
+ type: import('vue').PropType<ConversationModel>;
5857
+ required: true;
5858
+ };
5859
+ enablePin: {
5860
+ type: import('vue').PropType<boolean>;
5861
+ default: boolean;
5862
+ };
5863
+ enableMute: {
5864
+ type: import('vue').PropType<boolean>;
5865
+ default: boolean;
5866
+ };
5867
+ enableDelete: {
5868
+ type: import('vue').PropType<boolean>;
5869
+ default: boolean;
5870
+ };
5871
+ enableMarkUnread: {
5872
+ type: import('vue').PropType<boolean>;
5873
+ default: boolean;
5874
+ };
5875
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5876
+ click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
5877
+ close: () => void;
5878
+ markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
5879
+ conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
5880
+ conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
5881
+ conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
5882
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6602
5883
  onClose: {
6603
5884
  type: import('vue').PropType<() => void>;
6604
5885
  };
@@ -6659,23 +5940,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6659
5940
  onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6660
5941
  onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6661
5942
  onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
6662
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6663
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
6664
- close: () => void;
6665
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
6666
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
6667
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
6668
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
6669
- }, string, {
5943
+ }>, {
6670
5944
  enablePin: boolean;
6671
5945
  enableMute: boolean;
6672
5946
  enableDelete: boolean;
6673
5947
  enableMarkUnread: boolean;
6674
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
6675
- $slots: {
6676
- popupIcon?(_: {}): any;
6677
- };
6678
- });
5948
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6679
5949
  };
6680
5950
  enableActions: {
6681
5951
  type: import('vue').PropType<boolean>;
@@ -6771,23 +6041,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6771
6041
  };
6772
6042
  });
6773
6043
  ConversationCreate: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6774
- visible: {
6775
- type: import('vue').PropType<boolean>;
6776
- default: boolean;
6777
- };
6778
- style: {
6779
- type: import('vue').PropType<import('vue').CSSProperties>;
6780
- };
6781
- className: {
6782
- type: import('vue').PropType<string>;
6783
- };
6784
6044
  conversationList: {
6785
6045
  type: import('vue').PropType<ConversationModel[]>;
6786
6046
  default: () => never[];
6787
6047
  };
6788
- 'onUpdate:visible': {
6789
- type: import('vue').PropType<(visible: boolean) => void>;
6790
- };
6791
6048
  onBeforeCreateConversation: {
6792
6049
  type: import('vue').PropType<(params: string | CreateGroupParams) => string | CreateGroupParams>;
6793
6050
  };
@@ -6799,23 +6056,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6799
6056
  beforeCreateConversation: (params: any) => void;
6800
6057
  conversationCreated: (conversation: ConversationModel) => void;
6801
6058
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6802
- visible: {
6803
- type: import('vue').PropType<boolean>;
6804
- default: boolean;
6805
- };
6806
- style: {
6807
- type: import('vue').PropType<import('vue').CSSProperties>;
6808
- };
6809
- className: {
6810
- type: import('vue').PropType<string>;
6811
- };
6812
6059
  conversationList: {
6813
6060
  type: import('vue').PropType<ConversationModel[]>;
6814
6061
  default: () => never[];
6815
6062
  };
6816
- 'onUpdate:visible': {
6817
- type: import('vue').PropType<(visible: boolean) => void>;
6818
- };
6819
6063
  onBeforeCreateConversation: {
6820
6064
  type: import('vue').PropType<(params: string | CreateGroupParams) => string | CreateGroupParams>;
6821
6065
  };
@@ -6827,7 +6071,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
6827
6071
  onBeforeCreateConversation?: ((params: any) => any) | undefined;
6828
6072
  onConversationCreated?: ((conversation: ConversationModel) => any) | undefined;
6829
6073
  }>, {
6830
- visible: boolean;
6831
6074
  conversationList: ConversationModel[];
6832
6075
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6833
6076
  ConversationSearch: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -7165,7 +6408,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7165
6408
  default: import('../..').VariantType;
7166
6409
  };
7167
6410
  searchType: {
7168
- type: import('vue').PropType<"all" | import('../..').SearchType>;
6411
+ type: import('vue').PropType<import('../..').SearchType | "all">;
7169
6412
  default: string;
7170
6413
  };
7171
6414
  typeLabels: {
@@ -7279,7 +6522,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7279
6522
  default: import('../..').VariantType;
7280
6523
  };
7281
6524
  searchType: {
7282
- type: import('vue').PropType<"all" | import('../..').SearchType>;
6525
+ type: import('vue').PropType<import('../..').SearchType | "all">;
7283
6526
  default: string;
7284
6527
  };
7285
6528
  typeLabels: {
@@ -7600,7 +6843,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7600
6843
  default: import('../..').VariantType;
7601
6844
  };
7602
6845
  searchType: {
7603
- type: import('vue').PropType<"all" | import('../..').SearchType>;
6846
+ type: import('vue').PropType<import('../..').SearchType | "all">;
7604
6847
  default: string;
7605
6848
  };
7606
6849
  typeLabels: {
@@ -7714,7 +6957,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
7714
6957
  default: import('../..').VariantType;
7715
6958
  };
7716
6959
  searchType: {
7717
- type: import('vue').PropType<"all" | import('../..').SearchType>;
6960
+ type: import('vue').PropType<import('../..').SearchType | "all">;
7718
6961
  default: string;
7719
6962
  };
7720
6963
  typeLabels: {
@@ -8207,7 +7450,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8207
7450
  default: import('../..').VariantType;
8208
7451
  };
8209
7452
  searchType: {
8210
- type: import('vue').PropType<"all" | import('../..').SearchType>;
7453
+ type: import('vue').PropType<import('../..').SearchType | "all">;
8211
7454
  default: string;
8212
7455
  };
8213
7456
  typeLabels: {
@@ -8321,7 +7564,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8321
7564
  default: import('../..').VariantType;
8322
7565
  };
8323
7566
  searchType: {
8324
- type: import('vue').PropType<"all" | import('../..').SearchType>;
7567
+ type: import('vue').PropType<import('../..').SearchType | "all">;
8325
7568
  default: string;
8326
7569
  };
8327
7570
  typeLabels: {
@@ -8642,7 +7885,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8642
7885
  default: import('../..').VariantType;
8643
7886
  };
8644
7887
  searchType: {
8645
- type: import('vue').PropType<"all" | import('../..').SearchType>;
7888
+ type: import('vue').PropType<import('../..').SearchType | "all">;
8646
7889
  default: string;
8647
7890
  };
8648
7891
  typeLabels: {
@@ -8756,7 +7999,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8756
7999
  default: import('../..').VariantType;
8757
8000
  };
8758
8001
  searchType: {
8759
- type: import('vue').PropType<"all" | import('../..').SearchType>;
8002
+ type: import('vue').PropType<import('../..').SearchType | "all">;
8760
8003
  default: string;
8761
8004
  };
8762
8005
  typeLabels: {
@@ -8919,158 +8162,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8919
8162
  SearchBar: import('vue').Component<import('../..').SearchBarProps>;
8920
8163
  Search: import('vue').Component<import('../..').SearchProps>;
8921
8164
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8922
- ConversationActions: () => {
8923
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
8924
- onClose: {
8925
- type: import('vue').PropType<() => void>;
8926
- };
8927
- style: {
8928
- type: import('vue').PropType<import('vue').CSSProperties>;
8929
- };
8930
- onClick: {
8931
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
8932
- };
8933
- className: {
8934
- type: import('vue').PropType<string>;
8935
- };
8936
- onMarkConversationUnread: {
8937
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8938
- };
8939
- onConversationPin: {
8940
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8941
- };
8942
- onConversationMute: {
8943
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8944
- };
8945
- onConversationDelete: {
8946
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8947
- };
8948
- customConversationActions: {
8949
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
8950
- };
8951
- PopupIcon: {
8952
- type: import('vue').PropType<any>;
8953
- };
8954
- PopupElements: {
8955
- type: import('vue').PropType<any[]>;
8956
- };
8957
- conversation: {
8958
- type: import('vue').PropType<ConversationModel>;
8959
- required: true;
8960
- };
8961
- enablePin: {
8962
- type: import('vue').PropType<boolean>;
8963
- default: boolean;
8964
- };
8965
- enableMute: {
8966
- type: import('vue').PropType<boolean>;
8967
- default: boolean;
8968
- };
8969
- enableDelete: {
8970
- type: import('vue').PropType<boolean>;
8971
- default: boolean;
8972
- };
8973
- enableMarkUnread: {
8974
- type: import('vue').PropType<boolean>;
8975
- default: boolean;
8976
- };
8977
- }>> & Readonly<{
8978
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
8979
- onClose?: (() => any) | undefined;
8980
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8981
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8982
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8983
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8984
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8985
- click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
8986
- close: () => void;
8987
- markConversationUnread: (conversation: ConversationModel, e?: Event | undefined) => void;
8988
- conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
8989
- conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
8990
- conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
8991
- }, import('vue').PublicProps, {
8992
- enablePin: boolean;
8993
- enableMute: boolean;
8994
- enableDelete: boolean;
8995
- enableMarkUnread: boolean;
8996
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
8997
- P: {};
8998
- B: {};
8999
- D: {};
9000
- C: {};
9001
- M: {};
9002
- Defaults: {};
9003
- }, Readonly<import('vue').ExtractPropTypes<{
9004
- onClose: {
9005
- type: import('vue').PropType<() => void>;
9006
- };
9007
- style: {
9008
- type: import('vue').PropType<import('vue').CSSProperties>;
9009
- };
9010
- onClick: {
9011
- type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
9012
- };
9013
- className: {
9014
- type: import('vue').PropType<string>;
9015
- };
9016
- onMarkConversationUnread: {
9017
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
9018
- };
9019
- onConversationPin: {
9020
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
9021
- };
9022
- onConversationMute: {
9023
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
9024
- };
9025
- onConversationDelete: {
9026
- type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
9027
- };
9028
- customConversationActions: {
9029
- type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
9030
- };
9031
- PopupIcon: {
9032
- type: import('vue').PropType<any>;
9033
- };
9034
- PopupElements: {
9035
- type: import('vue').PropType<any[]>;
9036
- };
9037
- conversation: {
9038
- type: import('vue').PropType<ConversationModel>;
9039
- required: true;
9040
- };
9041
- enablePin: {
9042
- type: import('vue').PropType<boolean>;
9043
- default: boolean;
9044
- };
9045
- enableMute: {
9046
- type: import('vue').PropType<boolean>;
9047
- default: boolean;
9048
- };
9049
- enableDelete: {
9050
- type: import('vue').PropType<boolean>;
9051
- default: boolean;
9052
- };
9053
- enableMarkUnread: {
9054
- type: import('vue').PropType<boolean>;
9055
- default: boolean;
9056
- };
9057
- }>> & Readonly<{
9058
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
9059
- onClose?: (() => any) | undefined;
9060
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9061
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9062
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9063
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9064
- }>, {}, {}, {}, {}, {
9065
- enablePin: boolean;
9066
- enableMute: boolean;
9067
- enableDelete: boolean;
9068
- enableMarkUnread: boolean;
9069
- }>;
9070
- __isFragment?: never;
9071
- __isTeleport?: never;
9072
- __isSuspense?: never;
9073
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
8165
+ ConversationActions: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9074
8166
  onClose: {
9075
8167
  type: import('vue').PropType<() => void>;
9076
8168
  };
@@ -9124,13 +8216,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9124
8216
  type: import('vue').PropType<boolean>;
9125
8217
  default: boolean;
9126
8218
  };
9127
- }>> & Readonly<{
9128
- onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
9129
- onClose?: (() => any) | undefined;
9130
- onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9131
- onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9132
- onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9133
- onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
9134
8219
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9135
8220
  click: (e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => void;
9136
8221
  close: () => void;
@@ -9138,16 +8223,73 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9138
8223
  conversationPin: (conversation: ConversationModel, e?: Event | undefined) => void;
9139
8224
  conversationMute: (conversation: ConversationModel, e?: Event | undefined) => void;
9140
8225
  conversationDelete: (conversation: ConversationModel, e?: Event | undefined) => void;
9141
- }, string, {
8226
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
8227
+ onClose: {
8228
+ type: import('vue').PropType<() => void>;
8229
+ };
8230
+ style: {
8231
+ type: import('vue').PropType<import('vue').CSSProperties>;
8232
+ };
8233
+ onClick: {
8234
+ type: import('vue').PropType<(e: Event, key?: string, conversation?: ConversationModel) => void>;
8235
+ };
8236
+ className: {
8237
+ type: import('vue').PropType<string>;
8238
+ };
8239
+ onMarkConversationUnread: {
8240
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8241
+ };
8242
+ onConversationPin: {
8243
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8244
+ };
8245
+ onConversationMute: {
8246
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8247
+ };
8248
+ onConversationDelete: {
8249
+ type: import('vue').PropType<(conversation: ConversationModel, e?: Event) => void>;
8250
+ };
8251
+ customConversationActions: {
8252
+ type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
8253
+ };
8254
+ PopupIcon: {
8255
+ type: import('vue').PropType<any>;
8256
+ };
8257
+ PopupElements: {
8258
+ type: import('vue').PropType<any[]>;
8259
+ };
8260
+ conversation: {
8261
+ type: import('vue').PropType<ConversationModel>;
8262
+ required: true;
8263
+ };
8264
+ enablePin: {
8265
+ type: import('vue').PropType<boolean>;
8266
+ default: boolean;
8267
+ };
8268
+ enableMute: {
8269
+ type: import('vue').PropType<boolean>;
8270
+ default: boolean;
8271
+ };
8272
+ enableDelete: {
8273
+ type: import('vue').PropType<boolean>;
8274
+ default: boolean;
8275
+ };
8276
+ enableMarkUnread: {
8277
+ type: import('vue').PropType<boolean>;
8278
+ default: boolean;
8279
+ };
8280
+ }>> & Readonly<{
8281
+ onClick?: ((e: Event, key?: string | undefined, conversation?: ConversationModel | undefined) => any) | undefined;
8282
+ onClose?: (() => any) | undefined;
8283
+ onMarkConversationUnread?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8284
+ onConversationPin?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8285
+ onConversationMute?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8286
+ onConversationDelete?: ((conversation: ConversationModel, e?: Event | undefined) => any) | undefined;
8287
+ }>, {
9142
8288
  enablePin: boolean;
9143
8289
  enableMute: boolean;
9144
8290
  enableDelete: boolean;
9145
8291
  enableMarkUnread: boolean;
9146
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
9147
- $slots: {
9148
- popupIcon?(_: {}): any;
9149
- };
9150
- });
8292
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9151
8293
  PlaceholderEmptyList: () => {
9152
8294
  component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9153
8295
  type: {
@@ -9330,10 +8472,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9330
8472
  src: {
9331
8473
  type: import('vue').PropType<string>;
9332
8474
  };
9333
- shape: {
9334
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
9335
- default: string;
9336
- };
9337
8475
  isShowOnlineStatus: {
9338
8476
  type: import('vue').PropType<boolean>;
9339
8477
  default: boolean;
@@ -9354,6 +8492,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9354
8492
  type: import('vue').PropType<boolean>;
9355
8493
  default: boolean;
9356
8494
  };
8495
+ shape: {
8496
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
8497
+ default: string;
8498
+ };
9357
8499
  alt: {
9358
8500
  type: import('vue').PropType<string>;
9359
8501
  };
@@ -9374,10 +8516,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9374
8516
  src: {
9375
8517
  type: import('vue').PropType<string>;
9376
8518
  };
9377
- shape: {
9378
- type: import('vue').PropType<import('../Avatar').AvatarShape>;
9379
- default: string;
9380
- };
9381
8519
  isShowOnlineStatus: {
9382
8520
  type: import('vue').PropType<boolean>;
9383
8521
  default: boolean;
@@ -9398,6 +8536,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9398
8536
  type: import('vue').PropType<boolean>;
9399
8537
  default: boolean;
9400
8538
  };
8539
+ shape: {
8540
+ type: import('vue').PropType<import('../Avatar').AvatarShape>;
8541
+ default: string;
8542
+ };
9401
8543
  alt: {
9402
8544
  type: import('vue').PropType<string>;
9403
8545
  };
@@ -9406,12 +8548,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9406
8548
  };
9407
8549
  }>> & Readonly<{}>, {
9408
8550
  size: import('../Avatar').AvatarSize;
9409
- shape: import('../Avatar').AvatarShape;
9410
8551
  isShowOnlineStatus: boolean;
9411
8552
  isOnline: boolean;
9412
8553
  unreadCount: number;
9413
8554
  maxUnreadCount: number;
9414
8555
  isDotUnreadCount: boolean;
8556
+ shape: import('../Avatar').AvatarShape;
9415
8557
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
9416
8558
  }>>> & Readonly<{
9417
8559
  onBeforeCreateConversation?: ((params: any) => any) | undefined;
@@ -9420,13 +8562,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9420
8562
  }>, {
9421
8563
  Avatar: import('vue').Component<import('../Avatar').AvatarProps>;
9422
8564
  Preview: import('vue').Component<import('../..').ConversationPreviewUIProps>;
8565
+ enableSearch: boolean;
8566
+ PlaceholderEmptyList: any;
9423
8567
  ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
9424
8568
  ConversationCreate: import('vue').Component<import('../..').ConversationCreateProps>;
9425
- PlaceholderEmptyList: any;
9426
8569
  PlaceholderLoading: any;
9427
8570
  PlaceholderLoadError: any;
9428
8571
  enableActions: boolean;
9429
8572
  ConversationSearch: import('vue').Component;
8573
+ enableCreate: boolean;
9430
8574
  Header: import('vue').Component<import('../..').ConversationListHeaderProps>;
9431
8575
  List: import('vue').Component<import('../..').ConversationListContentProps>;
9432
8576
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;