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