tuikit-atomicx-vue3 3.3.0-beta.3 → 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-XRL7A5Gj.js → MessageInput.vue_vue_type_script_setup_true_lang-wUJPjWbx.js} +23 -18
- package/dist/VideoPicker.vue_vue_type_script_setup_true_lang-CmxjbNDJ.js +76 -0
- package/dist/chat/index.d.ts +3747 -2386
- package/dist/chat/index.js +12 -11
- package/dist/components/BarrageInput/BarrageInputH5.js +32 -8
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +9 -5
- package/dist/components/BarrageInput/TextEditor/index.js +14 -6
- package/dist/components/BarrageList/Message/GroupTipMessage/GroupTipMessage.vue.d.ts +4 -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/GroupChatSetting/GroupActions/GroupActions.js +5 -3
- package/dist/components/ChatSetting/GroupChatSetting/GroupChatSetting.js +3 -3
- package/dist/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.js +3 -3
- package/dist/components/ChatSetting/GroupChatSetting/GroupManagement/GroupManagement.js +3 -3
- package/dist/components/ChatSetting/GroupChatSetting/GroupMembers/GroupMembers.js +3 -3
- package/dist/components/ChatSetting/SettingItem/SettingItem.js +21 -21
- package/dist/components/ChatSetting/i18n/en-US.js +3 -3
- 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 +3 -6
- package/dist/components/CoGuestPanel/CoGuestPanel.js +1 -1
- package/dist/components/ContactList/ContactInfo/ContactInfo.js +17 -17
- package/dist/components/ContactList/ContactInfo/ContactInfo.vue.d.ts +26 -2
- package/dist/components/ContactList/ContactInfo/GroupInfo/GroupInfo.js +2 -1
- package/dist/components/ContactList/ContactList.js +19 -10
- package/dist/components/ContactList/ContactList.vue.d.ts +109 -1
- package/dist/components/ContactList/index.d.ts +158 -26
- package/dist/components/ConversationList/ConversationActions/ConversationActions.js +8 -9
- package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +2 -1
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.js +8 -8
- package/dist/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.js +1 -2
- package/dist/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.js +8 -8
- package/dist/components/ConversationList/ConversationList.js +18 -44
- package/dist/components/ConversationList/ConversationList.vue.d.ts +197 -1535
- package/dist/components/ConversationList/ConversationListContent/ConversationListContent.js +8 -11
- package/dist/components/ConversationList/ConversationListContent/ConversationListContent.vue.d.ts +22 -340
- package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +80 -134
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +14 -14
- 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 +14 -15
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +12 -24
- 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 +17 -21
- package/dist/components/ConversationList/ConversationSearch/ConversationSearch.js +1 -0
- package/dist/components/ConversationList/index.d.ts +468 -2400
- package/dist/components/ConversationList/index.js +1 -1
- package/dist/components/LiveCoreView/index.js +113 -58
- package/dist/components/LiveCoreView/index.vue.d.ts +9 -0
- package/dist/components/LiveList/LiveList.js +7 -5
- package/dist/components/LiveList/LiveListH5.js +77 -71
- 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 +6 -5
- 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 +14 -19
- package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +3 -3
- package/dist/components/MessageInput/MessageInput.js +1 -1
- package/dist/components/MessageInput/MessageInput.vue.d.ts +6 -9
- package/dist/components/MessageInput/TextEditor/TextEditor.vue.d.ts +2 -2
- package/dist/components/MessageInput/TextEditor/index.js +18 -9
- package/dist/components/MessageInput/index.d.ts +5 -41
- package/dist/components/MessageInput/index.js +4 -4
- 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/LocationMessage/LocationMessage.js +2 -1
- package/dist/components/MessageList/Message/MergerMessage/MergerMessage.js +2 -1
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +12 -4
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.vue.d.ts +3 -3
- package/dist/components/MessageList/MessageForward/MessageForward.js +2 -3
- package/dist/components/MessageList/MessageList.js +14 -7
- package/dist/components/MessageList/MessageList.vue.d.ts +1 -1
- package/dist/components/MessageList/MessageTimeDivider/MessageTimeDivider.js +5 -5
- package/dist/components/MessageList/MessageTimeDivider/MessageTimeDivider.vue.d.ts +10 -10
- package/dist/components/MessageList/index.d.ts +143 -5
- package/dist/components/MessageList/index.js +5 -5
- package/dist/components/Search/Search.js +1 -3
- package/dist/components/Search/SearchResults/EmptyResult/EmptyResult.js +4 -6
- package/dist/components/Search/SearchResults/Loading/Loading.js +2 -4
- package/dist/components/Search/SearchResults/SearchResults.js +20 -22
- 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/StreamMixer/LocalMixer/index.js +11 -5
- 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.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/index.d.ts +134 -3
- package/dist/components/UserPicker/index.js +3 -2
- package/dist/components/UserPicker/type.d.ts +18 -18
- package/dist/index.js +6 -3
- package/dist/rtc/index.d.ts +9 -0
- package/dist/states/GroupSettingState/GroupSettingState.js +3 -3
- package/dist/states/LiveSeatState/usePlayStream/MixStreamPlayer.js +3 -0
- package/dist/states/LoginState.js +1 -0
- package/dist/states/MessageInputState/MessageInputState.js +25 -5
- package/dist/styles/index.css +1275 -3559
- package/dist/types/contact.d.ts +13 -12
- package/dist/types/conversation.d.ts +12 -14
- package/dist/types/engine.d.ts +12 -0
- package/dist/types/engine.js +15 -0
- package/dist/types/index.js +2 -1
- package/dist/utils/json.js +0 -1
- package/package.json +7 -3
- package/src/chat/index.ts +12 -4
- package/src/components/BarrageInput/BarrageInputH5.vue +50 -4
- 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 +6 -0
- package/src/components/BarrageList/Message/GroupTipMessage/GroupTipMessage.vue +8 -8
- package/src/components/BarrageList/Message/TextMessage/TextMessage.vue +10 -0
- 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/GroupChatSetting/GroupActions/GroupActions.vue +5 -2
- package/src/components/ChatSetting/GroupChatSetting/GroupChatSetting.vue +5 -4
- package/src/components/ChatSetting/GroupChatSetting/GroupInfo/GroupInfo.vue +2 -2
- 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 +10 -7
- package/src/components/ChatSetting/i18n/en-US.ts +3 -3
- package/src/components/ChatSetting/i18n/zh-CN.ts +3 -3
- package/src/components/ChatSetting/index.ts +3 -3
- package/src/components/CoGuestPanel/CoGuestPanel.vue +9 -0
- package/src/components/ContactList/ContactInfo/BlacklistInfo/BlacklistInfo.scss +2 -0
- package/src/components/ContactList/ContactInfo/ContactInfo.vue +17 -9
- package/src/components/ContactList/ContactInfo/FriendApplicationInfo/FriendApplicationInfo.scss +2 -0
- package/src/components/ContactList/ContactInfo/FriendInfo/FriendInfo.scss +4 -3
- package/src/components/ContactList/ContactInfo/GroupApplicationInfo/GroupApplicationInfo.scss +2 -0
- package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.scss +2 -0
- package/src/components/ContactList/ContactInfo/GroupInfo/GroupInfo.vue +1 -0
- package/src/components/ContactList/ContactInfo/SearchGroupInfo/SearchGroupInfo.scss +2 -2
- package/src/components/ContactList/ContactInfo/SearchUserInfo/SearchUserInfo.scss +3 -2
- package/src/components/ContactList/ContactList.scss +2 -1
- package/src/components/ContactList/ContactList.vue +18 -3
- package/src/components/ContactList/ContactListItem/BlacklistItem/BlacklistItem.scss +3 -3
- package/src/components/ContactList/ContactListItem/FriendApplicationItem/FriendApplicationItem.scss +5 -6
- package/src/components/ContactList/ContactListItem/FriendItem/FriendItem.scss +3 -3
- package/src/components/ContactList/ContactListItem/GroupApplicationItem/GroupApplicationItem.scss +5 -6
- package/src/components/ContactList/ContactListItem/GroupItem/GroupItem.scss +3 -3
- package/src/components/ConversationList/ConversationActions/ConversationActions.scss +2 -12
- package/src/components/ConversationList/ConversationActions/ConversationActions.vue +2 -2
- package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +1 -0
- package/src/components/ConversationList/ConversationCreate/ConversationCreateGroupDetail/ConversationCreateGroupDetail.scss +2 -1
- package/src/components/ConversationList/ConversationCreate/ConversationCreateUserSelectList/ConversationCreateUserSelectList.vue +2 -2
- package/src/components/ConversationList/ConversationCreate/ConversationGroupTypeInfo/ConversationGroupTypeInfo.scss +2 -1
- package/src/components/ConversationList/ConversationList.scss +0 -5
- package/src/components/ConversationList/ConversationList.vue +15 -41
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.scss +1 -0
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.vue +13 -18
- package/src/components/ConversationList/ConversationPreview/ConversationPreview.scss +11 -9
- package/src/components/ConversationList/ConversationPreview/ConversationPreview.vue +14 -16
- package/src/components/ConversationList/ConversationPreview/ConversationPreviewTitle.vue +2 -14
- package/src/components/ConversationList/ConversationPreview/index.ts +1 -1
- package/src/components/ConversationList/ConversationSearch/ConversationSearch.vue +1 -0
- package/src/components/LiveCoreView/index.vue +144 -78
- package/src/components/LiveList/LiveList.vue +3 -0
- package/src/components/LiveList/LiveListH5.vue +60 -85
- 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.vue +21 -15
- package/src/components/MessageInput/TextEditor/Editor.scss +1 -0
- package/src/components/MessageInput/TextEditor/TextEditor.vue +16 -6
- 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 +2 -2
- package/src/components/MessageList/MessageForward/MessageForward.vue +3 -3
- package/src/components/MessageList/MessageList.vue +17 -5
- package/src/components/MessageList/MessageTimeDivider/MessageTimeDivider.vue +9 -9
- package/src/components/MessageList/index.ts +5 -4
- package/src/components/Search/Search.scss +0 -3
- package/src/components/Search/SearchResults/EmptyResult/EmptyResult.scss +0 -3
- package/src/components/Search/SearchResults/Loading/Loading.scss +0 -3
- package/src/components/Search/SearchResults/SearchResults.scss +7 -16
- package/src/components/Search/SearchResults/SearchResultsItem/Conversation/Conversation.scss +5 -11
- 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/StreamMixer/LocalMixer/index.vue +9 -4
- 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/index.ts +16 -14
- package/src/components/UserPicker/type.ts +18 -18
- package/src/types/contact.ts +13 -12
- package/src/types/conversation.ts +12 -14
- package/src/types/engine.ts +15 -0
- package/src/utils/json.ts +0 -4
- 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/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
|
@@ -156,10 +156,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
156
156
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
157
157
|
};
|
|
158
158
|
PopupIcon: {
|
|
159
|
-
type: import('vue').PropType<
|
|
159
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
160
160
|
};
|
|
161
161
|
PopupElements: {
|
|
162
|
-
type: import('vue').PropType<
|
|
162
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
163
163
|
};
|
|
164
164
|
conversation: {
|
|
165
165
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -217,10 +217,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
217
217
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
218
218
|
};
|
|
219
219
|
PopupIcon: {
|
|
220
|
-
type: import('vue').PropType<
|
|
220
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
221
221
|
};
|
|
222
222
|
PopupElements: {
|
|
223
|
-
type: import('vue').PropType<
|
|
223
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
224
224
|
};
|
|
225
225
|
conversation: {
|
|
226
226
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -260,31 +260,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
260
260
|
type: import('vue').PropType<boolean>;
|
|
261
261
|
default: boolean;
|
|
262
262
|
};
|
|
263
|
-
highlightMatchString: {
|
|
264
|
-
type: import('vue').PropType<string>;
|
|
265
|
-
};
|
|
266
263
|
Title: {
|
|
267
|
-
type: import('vue').PropType<
|
|
264
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
268
265
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
269
266
|
conversation: {
|
|
270
267
|
type: import('vue').PropType<ConversationModel>;
|
|
271
268
|
required: true;
|
|
272
269
|
};
|
|
273
|
-
highlightMatchString: {
|
|
274
|
-
type: import('vue').PropType<string>;
|
|
275
|
-
};
|
|
276
270
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
277
271
|
conversation: {
|
|
278
272
|
type: import('vue').PropType<ConversationModel>;
|
|
279
273
|
required: true;
|
|
280
274
|
};
|
|
281
|
-
highlightMatchString: {
|
|
282
|
-
type: import('vue').PropType<string>;
|
|
283
|
-
};
|
|
284
275
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
285
276
|
};
|
|
286
277
|
LastMessageAbstract: {
|
|
287
|
-
type: import('vue').PropType<
|
|
278
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
288
279
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
289
280
|
conversation: {
|
|
290
281
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -298,7 +289,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
298
289
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
299
290
|
};
|
|
300
291
|
LastMessageTimestamp: {
|
|
301
|
-
type: import('vue').PropType<
|
|
292
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
302
293
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
303
294
|
conversation: {
|
|
304
295
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -312,7 +303,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
312
303
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
313
304
|
};
|
|
314
305
|
Unread: {
|
|
315
|
-
type: import('vue').PropType<
|
|
306
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
316
307
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
317
308
|
conversation: {
|
|
318
309
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -340,10 +331,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
340
331
|
isSelected: boolean;
|
|
341
332
|
ConversationActions: import('vue').Component<import('../../..').ConversationActionsProps>;
|
|
342
333
|
enableActions: boolean;
|
|
343
|
-
Title: string |
|
|
344
|
-
LastMessageAbstract: string |
|
|
345
|
-
LastMessageTimestamp: string |
|
|
346
|
-
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;
|
|
347
338
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
348
339
|
P: {};
|
|
349
340
|
B: {};
|
|
@@ -500,10 +491,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
500
491
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
501
492
|
};
|
|
502
493
|
PopupIcon: {
|
|
503
|
-
type: import('vue').PropType<
|
|
494
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
504
495
|
};
|
|
505
496
|
PopupElements: {
|
|
506
|
-
type: import('vue').PropType<
|
|
497
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
507
498
|
};
|
|
508
499
|
conversation: {
|
|
509
500
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -561,10 +552,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
561
552
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
562
553
|
};
|
|
563
554
|
PopupIcon: {
|
|
564
|
-
type: import('vue').PropType<
|
|
555
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
565
556
|
};
|
|
566
557
|
PopupElements: {
|
|
567
|
-
type: import('vue').PropType<
|
|
558
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
568
559
|
};
|
|
569
560
|
conversation: {
|
|
570
561
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -604,31 +595,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
604
595
|
type: import('vue').PropType<boolean>;
|
|
605
596
|
default: boolean;
|
|
606
597
|
};
|
|
607
|
-
highlightMatchString: {
|
|
608
|
-
type: import('vue').PropType<string>;
|
|
609
|
-
};
|
|
610
598
|
Title: {
|
|
611
|
-
type: import('vue').PropType<
|
|
599
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
612
600
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
613
601
|
conversation: {
|
|
614
602
|
type: import('vue').PropType<ConversationModel>;
|
|
615
603
|
required: true;
|
|
616
604
|
};
|
|
617
|
-
highlightMatchString: {
|
|
618
|
-
type: import('vue').PropType<string>;
|
|
619
|
-
};
|
|
620
605
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
621
606
|
conversation: {
|
|
622
607
|
type: import('vue').PropType<ConversationModel>;
|
|
623
608
|
required: true;
|
|
624
609
|
};
|
|
625
|
-
highlightMatchString: {
|
|
626
|
-
type: import('vue').PropType<string>;
|
|
627
|
-
};
|
|
628
610
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
629
611
|
};
|
|
630
612
|
LastMessageAbstract: {
|
|
631
|
-
type: import('vue').PropType<
|
|
613
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
632
614
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
633
615
|
conversation: {
|
|
634
616
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -642,7 +624,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
642
624
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
643
625
|
};
|
|
644
626
|
LastMessageTimestamp: {
|
|
645
|
-
type: import('vue').PropType<
|
|
627
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
646
628
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
647
629
|
conversation: {
|
|
648
630
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -656,7 +638,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
656
638
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
657
639
|
};
|
|
658
640
|
Unread: {
|
|
659
|
-
type: import('vue').PropType<
|
|
641
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
660
642
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
661
643
|
conversation: {
|
|
662
644
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -682,10 +664,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
682
664
|
isSelected: boolean;
|
|
683
665
|
ConversationActions: import('vue').Component<import('../../..').ConversationActionsProps>;
|
|
684
666
|
enableActions: boolean;
|
|
685
|
-
Title: string |
|
|
686
|
-
LastMessageAbstract: string |
|
|
687
|
-
LastMessageTimestamp: string |
|
|
688
|
-
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;
|
|
689
671
|
}>;
|
|
690
672
|
__isFragment?: never;
|
|
691
673
|
__isTeleport?: never;
|
|
@@ -839,10 +821,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
839
821
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
840
822
|
};
|
|
841
823
|
PopupIcon: {
|
|
842
|
-
type: import('vue').PropType<
|
|
824
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
843
825
|
};
|
|
844
826
|
PopupElements: {
|
|
845
|
-
type: import('vue').PropType<
|
|
827
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
846
828
|
};
|
|
847
829
|
conversation: {
|
|
848
830
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -900,10 +882,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
900
882
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
901
883
|
};
|
|
902
884
|
PopupIcon: {
|
|
903
|
-
type: import('vue').PropType<
|
|
885
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
904
886
|
};
|
|
905
887
|
PopupElements: {
|
|
906
|
-
type: import('vue').PropType<
|
|
888
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
907
889
|
};
|
|
908
890
|
conversation: {
|
|
909
891
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -943,31 +925,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
943
925
|
type: import('vue').PropType<boolean>;
|
|
944
926
|
default: boolean;
|
|
945
927
|
};
|
|
946
|
-
highlightMatchString: {
|
|
947
|
-
type: import('vue').PropType<string>;
|
|
948
|
-
};
|
|
949
928
|
Title: {
|
|
950
|
-
type: import('vue').PropType<
|
|
929
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
951
930
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
952
931
|
conversation: {
|
|
953
932
|
type: import('vue').PropType<ConversationModel>;
|
|
954
933
|
required: true;
|
|
955
934
|
};
|
|
956
|
-
highlightMatchString: {
|
|
957
|
-
type: import('vue').PropType<string>;
|
|
958
|
-
};
|
|
959
935
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
960
936
|
conversation: {
|
|
961
937
|
type: import('vue').PropType<ConversationModel>;
|
|
962
938
|
required: true;
|
|
963
939
|
};
|
|
964
|
-
highlightMatchString: {
|
|
965
|
-
type: import('vue').PropType<string>;
|
|
966
|
-
};
|
|
967
940
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
968
941
|
};
|
|
969
942
|
LastMessageAbstract: {
|
|
970
|
-
type: import('vue').PropType<
|
|
943
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
971
944
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
972
945
|
conversation: {
|
|
973
946
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -981,7 +954,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
981
954
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
982
955
|
};
|
|
983
956
|
LastMessageTimestamp: {
|
|
984
|
-
type: import('vue').PropType<
|
|
957
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
985
958
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
986
959
|
conversation: {
|
|
987
960
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -995,7 +968,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
995
968
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
996
969
|
};
|
|
997
970
|
Unread: {
|
|
998
|
-
type: import('vue').PropType<
|
|
971
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
999
972
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1000
973
|
conversation: {
|
|
1001
974
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1023,10 +996,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1023
996
|
isSelected: boolean;
|
|
1024
997
|
ConversationActions: import('vue').Component<import('../../..').ConversationActionsProps>;
|
|
1025
998
|
enableActions: boolean;
|
|
1026
|
-
Title: string |
|
|
1027
|
-
LastMessageAbstract: string |
|
|
1028
|
-
LastMessageTimestamp: string |
|
|
1029
|
-
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;
|
|
1030
1003
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1031
1004
|
$slots: {
|
|
1032
1005
|
default?(_: {}): any;
|
|
@@ -1158,10 +1131,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1158
1131
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
1159
1132
|
};
|
|
1160
1133
|
PopupIcon: {
|
|
1161
|
-
type: import('vue').PropType<
|
|
1134
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1162
1135
|
};
|
|
1163
1136
|
PopupElements: {
|
|
1164
|
-
type: import('vue').PropType<
|
|
1137
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1165
1138
|
};
|
|
1166
1139
|
conversation: {
|
|
1167
1140
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1219,10 +1192,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1219
1192
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
1220
1193
|
};
|
|
1221
1194
|
PopupIcon: {
|
|
1222
|
-
type: import('vue').PropType<
|
|
1195
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1223
1196
|
};
|
|
1224
1197
|
PopupElements: {
|
|
1225
|
-
type: import('vue').PropType<
|
|
1198
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1226
1199
|
};
|
|
1227
1200
|
conversation: {
|
|
1228
1201
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1412,10 +1385,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1412
1385
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
1413
1386
|
};
|
|
1414
1387
|
PopupIcon: {
|
|
1415
|
-
type: import('vue').PropType<
|
|
1388
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1416
1389
|
};
|
|
1417
1390
|
PopupElements: {
|
|
1418
|
-
type: import('vue').PropType<
|
|
1391
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1419
1392
|
};
|
|
1420
1393
|
conversation: {
|
|
1421
1394
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1473,10 +1446,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1473
1446
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
1474
1447
|
};
|
|
1475
1448
|
PopupIcon: {
|
|
1476
|
-
type: import('vue').PropType<
|
|
1449
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1477
1450
|
};
|
|
1478
1451
|
PopupElements: {
|
|
1479
|
-
type: import('vue').PropType<
|
|
1452
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1480
1453
|
};
|
|
1481
1454
|
conversation: {
|
|
1482
1455
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1516,31 +1489,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1516
1489
|
type: import('vue').PropType<boolean>;
|
|
1517
1490
|
default: boolean;
|
|
1518
1491
|
};
|
|
1519
|
-
highlightMatchString: {
|
|
1520
|
-
type: import('vue').PropType<string>;
|
|
1521
|
-
};
|
|
1522
1492
|
Title: {
|
|
1523
|
-
type: import('vue').PropType<
|
|
1493
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1524
1494
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1525
1495
|
conversation: {
|
|
1526
1496
|
type: import('vue').PropType<ConversationModel>;
|
|
1527
1497
|
required: true;
|
|
1528
1498
|
};
|
|
1529
|
-
highlightMatchString: {
|
|
1530
|
-
type: import('vue').PropType<string>;
|
|
1531
|
-
};
|
|
1532
1499
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1533
1500
|
conversation: {
|
|
1534
1501
|
type: import('vue').PropType<ConversationModel>;
|
|
1535
1502
|
required: true;
|
|
1536
1503
|
};
|
|
1537
|
-
highlightMatchString: {
|
|
1538
|
-
type: import('vue').PropType<string>;
|
|
1539
|
-
};
|
|
1540
1504
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1541
1505
|
};
|
|
1542
1506
|
LastMessageAbstract: {
|
|
1543
|
-
type: import('vue').PropType<
|
|
1507
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1544
1508
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1545
1509
|
conversation: {
|
|
1546
1510
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1554,7 +1518,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1554
1518
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1555
1519
|
};
|
|
1556
1520
|
LastMessageTimestamp: {
|
|
1557
|
-
type: import('vue').PropType<
|
|
1521
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1558
1522
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1559
1523
|
conversation: {
|
|
1560
1524
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1568,7 +1532,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1568
1532
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1569
1533
|
};
|
|
1570
1534
|
Unread: {
|
|
1571
|
-
type: import('vue').PropType<
|
|
1535
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1572
1536
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1573
1537
|
conversation: {
|
|
1574
1538
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1596,10 +1560,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1596
1560
|
isSelected: boolean;
|
|
1597
1561
|
ConversationActions: import('vue').Component<import('../../..').ConversationActionsProps>;
|
|
1598
1562
|
enableActions: boolean;
|
|
1599
|
-
Title: string |
|
|
1600
|
-
LastMessageAbstract: string |
|
|
1601
|
-
LastMessageTimestamp: string |
|
|
1602
|
-
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;
|
|
1603
1567
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1604
1568
|
P: {};
|
|
1605
1569
|
B: {};
|
|
@@ -1756,10 +1720,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1756
1720
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
1757
1721
|
};
|
|
1758
1722
|
PopupIcon: {
|
|
1759
|
-
type: import('vue').PropType<
|
|
1723
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1760
1724
|
};
|
|
1761
1725
|
PopupElements: {
|
|
1762
|
-
type: import('vue').PropType<
|
|
1726
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1763
1727
|
};
|
|
1764
1728
|
conversation: {
|
|
1765
1729
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1817,10 +1781,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1817
1781
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
1818
1782
|
};
|
|
1819
1783
|
PopupIcon: {
|
|
1820
|
-
type: import('vue').PropType<
|
|
1784
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1821
1785
|
};
|
|
1822
1786
|
PopupElements: {
|
|
1823
|
-
type: import('vue').PropType<
|
|
1787
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1824
1788
|
};
|
|
1825
1789
|
conversation: {
|
|
1826
1790
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1860,31 +1824,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1860
1824
|
type: import('vue').PropType<boolean>;
|
|
1861
1825
|
default: boolean;
|
|
1862
1826
|
};
|
|
1863
|
-
highlightMatchString: {
|
|
1864
|
-
type: import('vue').PropType<string>;
|
|
1865
|
-
};
|
|
1866
1827
|
Title: {
|
|
1867
|
-
type: import('vue').PropType<
|
|
1828
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1868
1829
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1869
1830
|
conversation: {
|
|
1870
1831
|
type: import('vue').PropType<ConversationModel>;
|
|
1871
1832
|
required: true;
|
|
1872
1833
|
};
|
|
1873
|
-
highlightMatchString: {
|
|
1874
|
-
type: import('vue').PropType<string>;
|
|
1875
|
-
};
|
|
1876
1834
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1877
1835
|
conversation: {
|
|
1878
1836
|
type: import('vue').PropType<ConversationModel>;
|
|
1879
1837
|
required: true;
|
|
1880
1838
|
};
|
|
1881
|
-
highlightMatchString: {
|
|
1882
|
-
type: import('vue').PropType<string>;
|
|
1883
|
-
};
|
|
1884
1839
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1885
1840
|
};
|
|
1886
1841
|
LastMessageAbstract: {
|
|
1887
|
-
type: import('vue').PropType<
|
|
1842
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1888
1843
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1889
1844
|
conversation: {
|
|
1890
1845
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1898,7 +1853,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1898
1853
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1899
1854
|
};
|
|
1900
1855
|
LastMessageTimestamp: {
|
|
1901
|
-
type: import('vue').PropType<
|
|
1856
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1902
1857
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1903
1858
|
conversation: {
|
|
1904
1859
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1912,7 +1867,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1912
1867
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1913
1868
|
};
|
|
1914
1869
|
Unread: {
|
|
1915
|
-
type: import('vue').PropType<
|
|
1870
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1916
1871
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1917
1872
|
conversation: {
|
|
1918
1873
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1938,10 +1893,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1938
1893
|
isSelected: boolean;
|
|
1939
1894
|
ConversationActions: import('vue').Component<import('../../..').ConversationActionsProps>;
|
|
1940
1895
|
enableActions: boolean;
|
|
1941
|
-
Title: string |
|
|
1942
|
-
LastMessageAbstract: string |
|
|
1943
|
-
LastMessageTimestamp: string |
|
|
1944
|
-
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;
|
|
1945
1900
|
}>;
|
|
1946
1901
|
__isFragment?: never;
|
|
1947
1902
|
__isTeleport?: never;
|
|
@@ -2095,10 +2050,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2095
2050
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
2096
2051
|
};
|
|
2097
2052
|
PopupIcon: {
|
|
2098
|
-
type: import('vue').PropType<
|
|
2053
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
2099
2054
|
};
|
|
2100
2055
|
PopupElements: {
|
|
2101
|
-
type: import('vue').PropType<
|
|
2056
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
2102
2057
|
};
|
|
2103
2058
|
conversation: {
|
|
2104
2059
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -2156,10 +2111,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2156
2111
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
2157
2112
|
};
|
|
2158
2113
|
PopupIcon: {
|
|
2159
|
-
type: import('vue').PropType<
|
|
2114
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
2160
2115
|
};
|
|
2161
2116
|
PopupElements: {
|
|
2162
|
-
type: import('vue').PropType<
|
|
2117
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
2163
2118
|
};
|
|
2164
2119
|
conversation: {
|
|
2165
2120
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -2199,31 +2154,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2199
2154
|
type: import('vue').PropType<boolean>;
|
|
2200
2155
|
default: boolean;
|
|
2201
2156
|
};
|
|
2202
|
-
highlightMatchString: {
|
|
2203
|
-
type: import('vue').PropType<string>;
|
|
2204
|
-
};
|
|
2205
2157
|
Title: {
|
|
2206
|
-
type: import('vue').PropType<
|
|
2158
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
2207
2159
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2208
2160
|
conversation: {
|
|
2209
2161
|
type: import('vue').PropType<ConversationModel>;
|
|
2210
2162
|
required: true;
|
|
2211
2163
|
};
|
|
2212
|
-
highlightMatchString: {
|
|
2213
|
-
type: import('vue').PropType<string>;
|
|
2214
|
-
};
|
|
2215
2164
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2216
2165
|
conversation: {
|
|
2217
2166
|
type: import('vue').PropType<ConversationModel>;
|
|
2218
2167
|
required: true;
|
|
2219
2168
|
};
|
|
2220
|
-
highlightMatchString: {
|
|
2221
|
-
type: import('vue').PropType<string>;
|
|
2222
|
-
};
|
|
2223
2169
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2224
2170
|
};
|
|
2225
2171
|
LastMessageAbstract: {
|
|
2226
|
-
type: import('vue').PropType<
|
|
2172
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
2227
2173
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2228
2174
|
conversation: {
|
|
2229
2175
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -2237,7 +2183,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2237
2183
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2238
2184
|
};
|
|
2239
2185
|
LastMessageTimestamp: {
|
|
2240
|
-
type: import('vue').PropType<
|
|
2186
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
2241
2187
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2242
2188
|
conversation: {
|
|
2243
2189
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -2251,7 +2197,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2251
2197
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2252
2198
|
};
|
|
2253
2199
|
Unread: {
|
|
2254
|
-
type: import('vue').PropType<
|
|
2200
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
2255
2201
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2256
2202
|
conversation: {
|
|
2257
2203
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -2279,10 +2225,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2279
2225
|
isSelected: boolean;
|
|
2280
2226
|
ConversationActions: import('vue').Component<import('../../..').ConversationActionsProps>;
|
|
2281
2227
|
enableActions: boolean;
|
|
2282
|
-
Title: string |
|
|
2283
|
-
LastMessageAbstract: string |
|
|
2284
|
-
LastMessageTimestamp: string |
|
|
2285
|
-
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;
|
|
2286
2232
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2287
2233
|
$slots: {
|
|
2288
2234
|
default?(_: {}): any;
|
|
@@ -2414,10 +2360,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2414
2360
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
2415
2361
|
};
|
|
2416
2362
|
PopupIcon: {
|
|
2417
|
-
type: import('vue').PropType<
|
|
2363
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
2418
2364
|
};
|
|
2419
2365
|
PopupElements: {
|
|
2420
|
-
type: import('vue').PropType<
|
|
2366
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
2421
2367
|
};
|
|
2422
2368
|
conversation: {
|
|
2423
2369
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -2475,10 +2421,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
2475
2421
|
type: import('vue').PropType<Record<string, import('../../..').ConversationActionItem>>;
|
|
2476
2422
|
};
|
|
2477
2423
|
PopupIcon: {
|
|
2478
|
-
type: import('vue').PropType<
|
|
2424
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
2479
2425
|
};
|
|
2480
2426
|
PopupElements: {
|
|
2481
|
-
type: import('vue').PropType<
|
|
2427
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
2482
2428
|
};
|
|
2483
2429
|
conversation: {
|
|
2484
2430
|
type: import('vue').PropType<ConversationModel>;
|