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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateGroupParams, ConversationModel, ConversationListProps, ConversationActionsConfig } from '../../types';
|
|
2
2
|
|
|
3
3
|
interface Props extends ConversationListProps {
|
|
4
4
|
children?: any;
|
|
@@ -121,193 +121,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
121
121
|
type: import('vue').PropType<string>;
|
|
122
122
|
};
|
|
123
123
|
PlaceholderEmptyList: {
|
|
124
|
-
type: import('vue').PropType<
|
|
125
|
-
default: () => {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
129
|
-
required: true;
|
|
130
|
-
default: PlaceHolderTypes;
|
|
131
|
-
};
|
|
132
|
-
className: {
|
|
133
|
-
type: import('vue').PropType<string>;
|
|
134
|
-
default: string;
|
|
135
|
-
};
|
|
136
|
-
iconSize: {
|
|
137
|
-
type: import('vue').PropType<number>;
|
|
138
|
-
default: number;
|
|
139
|
-
};
|
|
140
|
-
searchString: {
|
|
141
|
-
type: import('vue').PropType<string>;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
retry: {
|
|
145
|
-
type: import('vue').PropType<() => void>;
|
|
146
|
-
default: undefined;
|
|
147
|
-
};
|
|
148
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
149
|
-
type: {
|
|
150
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
151
|
-
required: true;
|
|
152
|
-
default: PlaceHolderTypes;
|
|
153
|
-
};
|
|
154
|
-
className: {
|
|
155
|
-
type: import('vue').PropType<string>;
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
|
-
iconSize: {
|
|
159
|
-
type: import('vue').PropType<number>;
|
|
160
|
-
default: number;
|
|
161
|
-
};
|
|
162
|
-
searchString: {
|
|
163
|
-
type: import('vue').PropType<string>;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
retry: {
|
|
167
|
-
type: import('vue').PropType<() => void>;
|
|
168
|
-
default: undefined;
|
|
169
|
-
};
|
|
170
|
-
}>> & Readonly<{}>, {
|
|
171
|
-
type: PlaceHolderTypes;
|
|
172
|
-
className: string;
|
|
173
|
-
iconSize: number;
|
|
174
|
-
searchString: string;
|
|
175
|
-
retry: () => void;
|
|
176
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
177
|
-
props: {
|
|
178
|
-
type: PlaceHolderTypes;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
124
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
125
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
}>;
|
|
181
128
|
};
|
|
182
129
|
empty: {
|
|
183
130
|
type: import('vue').PropType<boolean>;
|
|
184
131
|
default: boolean;
|
|
185
132
|
};
|
|
186
133
|
PlaceholderLoading: {
|
|
187
|
-
type: import('vue').PropType<
|
|
188
|
-
default: () => {
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
192
|
-
required: true;
|
|
193
|
-
default: PlaceHolderTypes;
|
|
194
|
-
};
|
|
195
|
-
className: {
|
|
196
|
-
type: import('vue').PropType<string>;
|
|
197
|
-
default: string;
|
|
198
|
-
};
|
|
199
|
-
iconSize: {
|
|
200
|
-
type: import('vue').PropType<number>;
|
|
201
|
-
default: number;
|
|
202
|
-
};
|
|
203
|
-
searchString: {
|
|
204
|
-
type: import('vue').PropType<string>;
|
|
205
|
-
default: string;
|
|
206
|
-
};
|
|
207
|
-
retry: {
|
|
208
|
-
type: import('vue').PropType<() => void>;
|
|
209
|
-
default: undefined;
|
|
210
|
-
};
|
|
211
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
212
|
-
type: {
|
|
213
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
214
|
-
required: true;
|
|
215
|
-
default: PlaceHolderTypes;
|
|
216
|
-
};
|
|
217
|
-
className: {
|
|
218
|
-
type: import('vue').PropType<string>;
|
|
219
|
-
default: string;
|
|
220
|
-
};
|
|
221
|
-
iconSize: {
|
|
222
|
-
type: import('vue').PropType<number>;
|
|
223
|
-
default: number;
|
|
224
|
-
};
|
|
225
|
-
searchString: {
|
|
226
|
-
type: import('vue').PropType<string>;
|
|
227
|
-
default: string;
|
|
228
|
-
};
|
|
229
|
-
retry: {
|
|
230
|
-
type: import('vue').PropType<() => void>;
|
|
231
|
-
default: undefined;
|
|
232
|
-
};
|
|
233
|
-
}>> & Readonly<{}>, {
|
|
234
|
-
type: PlaceHolderTypes;
|
|
235
|
-
className: string;
|
|
236
|
-
iconSize: number;
|
|
237
|
-
searchString: string;
|
|
238
|
-
retry: () => void;
|
|
239
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
240
|
-
props: {
|
|
241
|
-
type: PlaceHolderTypes;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
134
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
135
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
136
|
+
[key: string]: any;
|
|
137
|
+
}>;
|
|
244
138
|
};
|
|
245
139
|
PlaceholderLoadError: {
|
|
246
|
-
type: import('vue').PropType<
|
|
247
|
-
default: () => {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
251
|
-
required: true;
|
|
252
|
-
default: PlaceHolderTypes;
|
|
253
|
-
};
|
|
254
|
-
className: {
|
|
255
|
-
type: import('vue').PropType<string>;
|
|
256
|
-
default: string;
|
|
257
|
-
};
|
|
258
|
-
iconSize: {
|
|
259
|
-
type: import('vue').PropType<number>;
|
|
260
|
-
default: number;
|
|
261
|
-
};
|
|
262
|
-
searchString: {
|
|
263
|
-
type: import('vue').PropType<string>;
|
|
264
|
-
default: string;
|
|
265
|
-
};
|
|
266
|
-
retry: {
|
|
267
|
-
type: import('vue').PropType<() => void>;
|
|
268
|
-
default: undefined;
|
|
269
|
-
};
|
|
270
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
271
|
-
type: {
|
|
272
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
273
|
-
required: true;
|
|
274
|
-
default: PlaceHolderTypes;
|
|
275
|
-
};
|
|
276
|
-
className: {
|
|
277
|
-
type: import('vue').PropType<string>;
|
|
278
|
-
default: string;
|
|
279
|
-
};
|
|
280
|
-
iconSize: {
|
|
281
|
-
type: import('vue').PropType<number>;
|
|
282
|
-
default: number;
|
|
283
|
-
};
|
|
284
|
-
searchString: {
|
|
285
|
-
type: import('vue').PropType<string>;
|
|
286
|
-
default: string;
|
|
287
|
-
};
|
|
288
|
-
retry: {
|
|
289
|
-
type: import('vue').PropType<() => void>;
|
|
290
|
-
default: undefined;
|
|
291
|
-
};
|
|
292
|
-
}>> & Readonly<{}>, {
|
|
293
|
-
type: PlaceHolderTypes;
|
|
294
|
-
className: string;
|
|
295
|
-
iconSize: number;
|
|
296
|
-
searchString: string;
|
|
297
|
-
retry: () => void;
|
|
298
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
299
|
-
props: {
|
|
300
|
-
type: PlaceHolderTypes;
|
|
301
|
-
};
|
|
302
|
-
};
|
|
140
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
141
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
142
|
+
[key: string]: any;
|
|
143
|
+
}>;
|
|
303
144
|
};
|
|
304
145
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
305
146
|
error: boolean;
|
|
306
147
|
loading: boolean;
|
|
307
|
-
PlaceholderEmptyList:
|
|
148
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
308
149
|
empty: boolean;
|
|
309
|
-
PlaceholderLoading:
|
|
310
|
-
PlaceholderLoadError:
|
|
150
|
+
PlaceholderLoading: import('vue').Component;
|
|
151
|
+
PlaceholderLoadError: import('vue').Component;
|
|
311
152
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
312
153
|
P: {};
|
|
313
154
|
B: {};
|
|
@@ -334,193 +175,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
175
|
type: import('vue').PropType<string>;
|
|
335
176
|
};
|
|
336
177
|
PlaceholderEmptyList: {
|
|
337
|
-
type: import('vue').PropType<
|
|
338
|
-
default: () => {
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
342
|
-
required: true;
|
|
343
|
-
default: PlaceHolderTypes;
|
|
344
|
-
};
|
|
345
|
-
className: {
|
|
346
|
-
type: import('vue').PropType<string>;
|
|
347
|
-
default: string;
|
|
348
|
-
};
|
|
349
|
-
iconSize: {
|
|
350
|
-
type: import('vue').PropType<number>;
|
|
351
|
-
default: number;
|
|
352
|
-
};
|
|
353
|
-
searchString: {
|
|
354
|
-
type: import('vue').PropType<string>;
|
|
355
|
-
default: string;
|
|
356
|
-
};
|
|
357
|
-
retry: {
|
|
358
|
-
type: import('vue').PropType<() => void>;
|
|
359
|
-
default: undefined;
|
|
360
|
-
};
|
|
361
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
362
|
-
type: {
|
|
363
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
364
|
-
required: true;
|
|
365
|
-
default: PlaceHolderTypes;
|
|
366
|
-
};
|
|
367
|
-
className: {
|
|
368
|
-
type: import('vue').PropType<string>;
|
|
369
|
-
default: string;
|
|
370
|
-
};
|
|
371
|
-
iconSize: {
|
|
372
|
-
type: import('vue').PropType<number>;
|
|
373
|
-
default: number;
|
|
374
|
-
};
|
|
375
|
-
searchString: {
|
|
376
|
-
type: import('vue').PropType<string>;
|
|
377
|
-
default: string;
|
|
378
|
-
};
|
|
379
|
-
retry: {
|
|
380
|
-
type: import('vue').PropType<() => void>;
|
|
381
|
-
default: undefined;
|
|
382
|
-
};
|
|
383
|
-
}>> & Readonly<{}>, {
|
|
384
|
-
type: PlaceHolderTypes;
|
|
385
|
-
className: string;
|
|
386
|
-
iconSize: number;
|
|
387
|
-
searchString: string;
|
|
388
|
-
retry: () => void;
|
|
389
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
390
|
-
props: {
|
|
391
|
-
type: PlaceHolderTypes;
|
|
392
|
-
};
|
|
393
|
-
};
|
|
178
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
179
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
180
|
+
[key: string]: any;
|
|
181
|
+
}>;
|
|
394
182
|
};
|
|
395
183
|
empty: {
|
|
396
184
|
type: import('vue').PropType<boolean>;
|
|
397
185
|
default: boolean;
|
|
398
186
|
};
|
|
399
187
|
PlaceholderLoading: {
|
|
400
|
-
type: import('vue').PropType<
|
|
401
|
-
default: () => {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
405
|
-
required: true;
|
|
406
|
-
default: PlaceHolderTypes;
|
|
407
|
-
};
|
|
408
|
-
className: {
|
|
409
|
-
type: import('vue').PropType<string>;
|
|
410
|
-
default: string;
|
|
411
|
-
};
|
|
412
|
-
iconSize: {
|
|
413
|
-
type: import('vue').PropType<number>;
|
|
414
|
-
default: number;
|
|
415
|
-
};
|
|
416
|
-
searchString: {
|
|
417
|
-
type: import('vue').PropType<string>;
|
|
418
|
-
default: string;
|
|
419
|
-
};
|
|
420
|
-
retry: {
|
|
421
|
-
type: import('vue').PropType<() => void>;
|
|
422
|
-
default: undefined;
|
|
423
|
-
};
|
|
424
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
425
|
-
type: {
|
|
426
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
427
|
-
required: true;
|
|
428
|
-
default: PlaceHolderTypes;
|
|
429
|
-
};
|
|
430
|
-
className: {
|
|
431
|
-
type: import('vue').PropType<string>;
|
|
432
|
-
default: string;
|
|
433
|
-
};
|
|
434
|
-
iconSize: {
|
|
435
|
-
type: import('vue').PropType<number>;
|
|
436
|
-
default: number;
|
|
437
|
-
};
|
|
438
|
-
searchString: {
|
|
439
|
-
type: import('vue').PropType<string>;
|
|
440
|
-
default: string;
|
|
441
|
-
};
|
|
442
|
-
retry: {
|
|
443
|
-
type: import('vue').PropType<() => void>;
|
|
444
|
-
default: undefined;
|
|
445
|
-
};
|
|
446
|
-
}>> & Readonly<{}>, {
|
|
447
|
-
type: PlaceHolderTypes;
|
|
448
|
-
className: string;
|
|
449
|
-
iconSize: number;
|
|
450
|
-
searchString: string;
|
|
451
|
-
retry: () => void;
|
|
452
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
453
|
-
props: {
|
|
454
|
-
type: PlaceHolderTypes;
|
|
455
|
-
};
|
|
456
|
-
};
|
|
188
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
189
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
190
|
+
[key: string]: any;
|
|
191
|
+
}>;
|
|
457
192
|
};
|
|
458
193
|
PlaceholderLoadError: {
|
|
459
|
-
type: import('vue').PropType<
|
|
460
|
-
default: () => {
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
464
|
-
required: true;
|
|
465
|
-
default: PlaceHolderTypes;
|
|
466
|
-
};
|
|
467
|
-
className: {
|
|
468
|
-
type: import('vue').PropType<string>;
|
|
469
|
-
default: string;
|
|
470
|
-
};
|
|
471
|
-
iconSize: {
|
|
472
|
-
type: import('vue').PropType<number>;
|
|
473
|
-
default: number;
|
|
474
|
-
};
|
|
475
|
-
searchString: {
|
|
476
|
-
type: import('vue').PropType<string>;
|
|
477
|
-
default: string;
|
|
478
|
-
};
|
|
479
|
-
retry: {
|
|
480
|
-
type: import('vue').PropType<() => void>;
|
|
481
|
-
default: undefined;
|
|
482
|
-
};
|
|
483
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
484
|
-
type: {
|
|
485
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
486
|
-
required: true;
|
|
487
|
-
default: PlaceHolderTypes;
|
|
488
|
-
};
|
|
489
|
-
className: {
|
|
490
|
-
type: import('vue').PropType<string>;
|
|
491
|
-
default: string;
|
|
492
|
-
};
|
|
493
|
-
iconSize: {
|
|
494
|
-
type: import('vue').PropType<number>;
|
|
495
|
-
default: number;
|
|
496
|
-
};
|
|
497
|
-
searchString: {
|
|
498
|
-
type: import('vue').PropType<string>;
|
|
499
|
-
default: string;
|
|
500
|
-
};
|
|
501
|
-
retry: {
|
|
502
|
-
type: import('vue').PropType<() => void>;
|
|
503
|
-
default: undefined;
|
|
504
|
-
};
|
|
505
|
-
}>> & Readonly<{}>, {
|
|
506
|
-
type: PlaceHolderTypes;
|
|
507
|
-
className: string;
|
|
508
|
-
iconSize: number;
|
|
509
|
-
searchString: string;
|
|
510
|
-
retry: () => void;
|
|
511
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
512
|
-
props: {
|
|
513
|
-
type: PlaceHolderTypes;
|
|
514
|
-
};
|
|
515
|
-
};
|
|
194
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
195
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
196
|
+
[key: string]: any;
|
|
197
|
+
}>;
|
|
516
198
|
};
|
|
517
199
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
518
200
|
error: boolean;
|
|
519
201
|
loading: boolean;
|
|
520
|
-
PlaceholderEmptyList:
|
|
202
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
521
203
|
empty: boolean;
|
|
522
|
-
PlaceholderLoading:
|
|
523
|
-
PlaceholderLoadError:
|
|
204
|
+
PlaceholderLoading: import('vue').Component;
|
|
205
|
+
PlaceholderLoadError: import('vue').Component;
|
|
524
206
|
}>;
|
|
525
207
|
__isFragment?: never;
|
|
526
208
|
__isTeleport?: never;
|
|
@@ -544,193 +226,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
544
226
|
type: import('vue').PropType<string>;
|
|
545
227
|
};
|
|
546
228
|
PlaceholderEmptyList: {
|
|
547
|
-
type: import('vue').PropType<
|
|
548
|
-
default: () => {
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
552
|
-
required: true;
|
|
553
|
-
default: PlaceHolderTypes;
|
|
554
|
-
};
|
|
555
|
-
className: {
|
|
556
|
-
type: import('vue').PropType<string>;
|
|
557
|
-
default: string;
|
|
558
|
-
};
|
|
559
|
-
iconSize: {
|
|
560
|
-
type: import('vue').PropType<number>;
|
|
561
|
-
default: number;
|
|
562
|
-
};
|
|
563
|
-
searchString: {
|
|
564
|
-
type: import('vue').PropType<string>;
|
|
565
|
-
default: string;
|
|
566
|
-
};
|
|
567
|
-
retry: {
|
|
568
|
-
type: import('vue').PropType<() => void>;
|
|
569
|
-
default: undefined;
|
|
570
|
-
};
|
|
571
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
572
|
-
type: {
|
|
573
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
574
|
-
required: true;
|
|
575
|
-
default: PlaceHolderTypes;
|
|
576
|
-
};
|
|
577
|
-
className: {
|
|
578
|
-
type: import('vue').PropType<string>;
|
|
579
|
-
default: string;
|
|
580
|
-
};
|
|
581
|
-
iconSize: {
|
|
582
|
-
type: import('vue').PropType<number>;
|
|
583
|
-
default: number;
|
|
584
|
-
};
|
|
585
|
-
searchString: {
|
|
586
|
-
type: import('vue').PropType<string>;
|
|
587
|
-
default: string;
|
|
588
|
-
};
|
|
589
|
-
retry: {
|
|
590
|
-
type: import('vue').PropType<() => void>;
|
|
591
|
-
default: undefined;
|
|
592
|
-
};
|
|
593
|
-
}>> & Readonly<{}>, {
|
|
594
|
-
type: PlaceHolderTypes;
|
|
595
|
-
className: string;
|
|
596
|
-
iconSize: number;
|
|
597
|
-
searchString: string;
|
|
598
|
-
retry: () => void;
|
|
599
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
600
|
-
props: {
|
|
601
|
-
type: PlaceHolderTypes;
|
|
602
|
-
};
|
|
603
|
-
};
|
|
229
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
230
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
231
|
+
[key: string]: any;
|
|
232
|
+
}>;
|
|
604
233
|
};
|
|
605
234
|
empty: {
|
|
606
235
|
type: import('vue').PropType<boolean>;
|
|
607
236
|
default: boolean;
|
|
608
237
|
};
|
|
609
238
|
PlaceholderLoading: {
|
|
610
|
-
type: import('vue').PropType<
|
|
611
|
-
default: () => {
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
615
|
-
required: true;
|
|
616
|
-
default: PlaceHolderTypes;
|
|
617
|
-
};
|
|
618
|
-
className: {
|
|
619
|
-
type: import('vue').PropType<string>;
|
|
620
|
-
default: string;
|
|
621
|
-
};
|
|
622
|
-
iconSize: {
|
|
623
|
-
type: import('vue').PropType<number>;
|
|
624
|
-
default: number;
|
|
625
|
-
};
|
|
626
|
-
searchString: {
|
|
627
|
-
type: import('vue').PropType<string>;
|
|
628
|
-
default: string;
|
|
629
|
-
};
|
|
630
|
-
retry: {
|
|
631
|
-
type: import('vue').PropType<() => void>;
|
|
632
|
-
default: undefined;
|
|
633
|
-
};
|
|
634
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
635
|
-
type: {
|
|
636
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
637
|
-
required: true;
|
|
638
|
-
default: PlaceHolderTypes;
|
|
639
|
-
};
|
|
640
|
-
className: {
|
|
641
|
-
type: import('vue').PropType<string>;
|
|
642
|
-
default: string;
|
|
643
|
-
};
|
|
644
|
-
iconSize: {
|
|
645
|
-
type: import('vue').PropType<number>;
|
|
646
|
-
default: number;
|
|
647
|
-
};
|
|
648
|
-
searchString: {
|
|
649
|
-
type: import('vue').PropType<string>;
|
|
650
|
-
default: string;
|
|
651
|
-
};
|
|
652
|
-
retry: {
|
|
653
|
-
type: import('vue').PropType<() => void>;
|
|
654
|
-
default: undefined;
|
|
655
|
-
};
|
|
656
|
-
}>> & Readonly<{}>, {
|
|
657
|
-
type: PlaceHolderTypes;
|
|
658
|
-
className: string;
|
|
659
|
-
iconSize: number;
|
|
660
|
-
searchString: string;
|
|
661
|
-
retry: () => void;
|
|
662
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
663
|
-
props: {
|
|
664
|
-
type: PlaceHolderTypes;
|
|
665
|
-
};
|
|
666
|
-
};
|
|
239
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
240
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
241
|
+
[key: string]: any;
|
|
242
|
+
}>;
|
|
667
243
|
};
|
|
668
244
|
PlaceholderLoadError: {
|
|
669
|
-
type: import('vue').PropType<
|
|
670
|
-
default: () => {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
674
|
-
required: true;
|
|
675
|
-
default: PlaceHolderTypes;
|
|
676
|
-
};
|
|
677
|
-
className: {
|
|
678
|
-
type: import('vue').PropType<string>;
|
|
679
|
-
default: string;
|
|
680
|
-
};
|
|
681
|
-
iconSize: {
|
|
682
|
-
type: import('vue').PropType<number>;
|
|
683
|
-
default: number;
|
|
684
|
-
};
|
|
685
|
-
searchString: {
|
|
686
|
-
type: import('vue').PropType<string>;
|
|
687
|
-
default: string;
|
|
688
|
-
};
|
|
689
|
-
retry: {
|
|
690
|
-
type: import('vue').PropType<() => void>;
|
|
691
|
-
default: undefined;
|
|
692
|
-
};
|
|
693
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
694
|
-
type: {
|
|
695
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
696
|
-
required: true;
|
|
697
|
-
default: PlaceHolderTypes;
|
|
698
|
-
};
|
|
699
|
-
className: {
|
|
700
|
-
type: import('vue').PropType<string>;
|
|
701
|
-
default: string;
|
|
702
|
-
};
|
|
703
|
-
iconSize: {
|
|
704
|
-
type: import('vue').PropType<number>;
|
|
705
|
-
default: number;
|
|
706
|
-
};
|
|
707
|
-
searchString: {
|
|
708
|
-
type: import('vue').PropType<string>;
|
|
709
|
-
default: string;
|
|
710
|
-
};
|
|
711
|
-
retry: {
|
|
712
|
-
type: import('vue').PropType<() => void>;
|
|
713
|
-
default: undefined;
|
|
714
|
-
};
|
|
715
|
-
}>> & Readonly<{}>, {
|
|
716
|
-
type: PlaceHolderTypes;
|
|
717
|
-
className: string;
|
|
718
|
-
iconSize: number;
|
|
719
|
-
searchString: string;
|
|
720
|
-
retry: () => void;
|
|
721
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
722
|
-
props: {
|
|
723
|
-
type: PlaceHolderTypes;
|
|
724
|
-
};
|
|
725
|
-
};
|
|
245
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
246
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
247
|
+
[key: string]: any;
|
|
248
|
+
}>;
|
|
726
249
|
};
|
|
727
250
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
728
251
|
error: boolean;
|
|
729
252
|
loading: boolean;
|
|
730
|
-
PlaceholderEmptyList:
|
|
253
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
731
254
|
empty: boolean;
|
|
732
|
-
PlaceholderLoading:
|
|
733
|
-
PlaceholderLoadError:
|
|
255
|
+
PlaceholderLoading: import('vue').Component;
|
|
256
|
+
PlaceholderLoadError: import('vue').Component;
|
|
734
257
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
735
258
|
$slots: {
|
|
736
259
|
default?(_: {}): any;
|
|
@@ -886,10 +409,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
886
409
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
887
410
|
};
|
|
888
411
|
PopupIcon: {
|
|
889
|
-
type: import('vue').PropType<
|
|
412
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
890
413
|
};
|
|
891
414
|
PopupElements: {
|
|
892
|
-
type: import('vue').PropType<
|
|
415
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
893
416
|
};
|
|
894
417
|
conversation: {
|
|
895
418
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -947,10 +470,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
947
470
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
948
471
|
};
|
|
949
472
|
PopupIcon: {
|
|
950
|
-
type: import('vue').PropType<
|
|
473
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
951
474
|
};
|
|
952
475
|
PopupElements: {
|
|
953
|
-
type: import('vue').PropType<
|
|
476
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
954
477
|
};
|
|
955
478
|
conversation: {
|
|
956
479
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -990,31 +513,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
990
513
|
type: import('vue').PropType<boolean>;
|
|
991
514
|
default: boolean;
|
|
992
515
|
};
|
|
993
|
-
highlightMatchString: {
|
|
994
|
-
type: import('vue').PropType<string>;
|
|
995
|
-
};
|
|
996
516
|
Title: {
|
|
997
|
-
type: import('vue').PropType<
|
|
517
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
998
518
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
999
519
|
conversation: {
|
|
1000
520
|
type: import('vue').PropType<ConversationModel>;
|
|
1001
521
|
required: true;
|
|
1002
522
|
};
|
|
1003
|
-
highlightMatchString: {
|
|
1004
|
-
type: import('vue').PropType<string>;
|
|
1005
|
-
};
|
|
1006
523
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1007
524
|
conversation: {
|
|
1008
525
|
type: import('vue').PropType<ConversationModel>;
|
|
1009
526
|
required: true;
|
|
1010
527
|
};
|
|
1011
|
-
highlightMatchString: {
|
|
1012
|
-
type: import('vue').PropType<string>;
|
|
1013
|
-
};
|
|
1014
528
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1015
529
|
};
|
|
1016
530
|
LastMessageAbstract: {
|
|
1017
|
-
type: import('vue').PropType<
|
|
531
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1018
532
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1019
533
|
conversation: {
|
|
1020
534
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1028,7 +542,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1028
542
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1029
543
|
};
|
|
1030
544
|
LastMessageTimestamp: {
|
|
1031
|
-
type: import('vue').PropType<
|
|
545
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1032
546
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1033
547
|
conversation: {
|
|
1034
548
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1042,7 +556,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1042
556
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1043
557
|
};
|
|
1044
558
|
Unread: {
|
|
1045
|
-
type: import('vue').PropType<
|
|
559
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1046
560
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1047
561
|
conversation: {
|
|
1048
562
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1070,10 +584,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1070
584
|
isSelected: boolean;
|
|
1071
585
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
1072
586
|
enableActions: boolean;
|
|
1073
|
-
Title: string |
|
|
1074
|
-
LastMessageAbstract: string |
|
|
1075
|
-
LastMessageTimestamp: string |
|
|
1076
|
-
Unread: string |
|
|
587
|
+
Title: string | import('vue').Component;
|
|
588
|
+
LastMessageAbstract: string | import('vue').Component;
|
|
589
|
+
LastMessageTimestamp: string | import('vue').Component;
|
|
590
|
+
Unread: string | import('vue').Component;
|
|
1077
591
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1078
592
|
P: {};
|
|
1079
593
|
B: {};
|
|
@@ -1230,10 +744,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1230
744
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
1231
745
|
};
|
|
1232
746
|
PopupIcon: {
|
|
1233
|
-
type: import('vue').PropType<
|
|
747
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1234
748
|
};
|
|
1235
749
|
PopupElements: {
|
|
1236
|
-
type: import('vue').PropType<
|
|
750
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1237
751
|
};
|
|
1238
752
|
conversation: {
|
|
1239
753
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1291,10 +805,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1291
805
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
1292
806
|
};
|
|
1293
807
|
PopupIcon: {
|
|
1294
|
-
type: import('vue').PropType<
|
|
808
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1295
809
|
};
|
|
1296
810
|
PopupElements: {
|
|
1297
|
-
type: import('vue').PropType<
|
|
811
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1298
812
|
};
|
|
1299
813
|
conversation: {
|
|
1300
814
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1334,31 +848,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1334
848
|
type: import('vue').PropType<boolean>;
|
|
1335
849
|
default: boolean;
|
|
1336
850
|
};
|
|
1337
|
-
highlightMatchString: {
|
|
1338
|
-
type: import('vue').PropType<string>;
|
|
1339
|
-
};
|
|
1340
851
|
Title: {
|
|
1341
|
-
type: import('vue').PropType<
|
|
852
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1342
853
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1343
854
|
conversation: {
|
|
1344
855
|
type: import('vue').PropType<ConversationModel>;
|
|
1345
856
|
required: true;
|
|
1346
857
|
};
|
|
1347
|
-
highlightMatchString: {
|
|
1348
|
-
type: import('vue').PropType<string>;
|
|
1349
|
-
};
|
|
1350
858
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1351
859
|
conversation: {
|
|
1352
860
|
type: import('vue').PropType<ConversationModel>;
|
|
1353
861
|
required: true;
|
|
1354
862
|
};
|
|
1355
|
-
highlightMatchString: {
|
|
1356
|
-
type: import('vue').PropType<string>;
|
|
1357
|
-
};
|
|
1358
863
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1359
864
|
};
|
|
1360
865
|
LastMessageAbstract: {
|
|
1361
|
-
type: import('vue').PropType<
|
|
866
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1362
867
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1363
868
|
conversation: {
|
|
1364
869
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1372,7 +877,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1372
877
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1373
878
|
};
|
|
1374
879
|
LastMessageTimestamp: {
|
|
1375
|
-
type: import('vue').PropType<
|
|
880
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1376
881
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1377
882
|
conversation: {
|
|
1378
883
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1386,7 +891,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1386
891
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1387
892
|
};
|
|
1388
893
|
Unread: {
|
|
1389
|
-
type: import('vue').PropType<
|
|
894
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1390
895
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1391
896
|
conversation: {
|
|
1392
897
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1412,10 +917,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1412
917
|
isSelected: boolean;
|
|
1413
918
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
1414
919
|
enableActions: boolean;
|
|
1415
|
-
Title: string |
|
|
1416
|
-
LastMessageAbstract: string |
|
|
1417
|
-
LastMessageTimestamp: string |
|
|
1418
|
-
Unread: string |
|
|
920
|
+
Title: string | import('vue').Component;
|
|
921
|
+
LastMessageAbstract: string | import('vue').Component;
|
|
922
|
+
LastMessageTimestamp: string | import('vue').Component;
|
|
923
|
+
Unread: string | import('vue').Component;
|
|
1419
924
|
}>;
|
|
1420
925
|
__isFragment?: never;
|
|
1421
926
|
__isTeleport?: never;
|
|
@@ -1569,10 +1074,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1569
1074
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
1570
1075
|
};
|
|
1571
1076
|
PopupIcon: {
|
|
1572
|
-
type: import('vue').PropType<
|
|
1077
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1573
1078
|
};
|
|
1574
1079
|
PopupElements: {
|
|
1575
|
-
type: import('vue').PropType<
|
|
1080
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1576
1081
|
};
|
|
1577
1082
|
conversation: {
|
|
1578
1083
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1630,10 +1135,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1630
1135
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
1631
1136
|
};
|
|
1632
1137
|
PopupIcon: {
|
|
1633
|
-
type: import('vue').PropType<
|
|
1138
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
1634
1139
|
};
|
|
1635
1140
|
PopupElements: {
|
|
1636
|
-
type: import('vue').PropType<
|
|
1141
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
1637
1142
|
};
|
|
1638
1143
|
conversation: {
|
|
1639
1144
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1673,31 +1178,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1673
1178
|
type: import('vue').PropType<boolean>;
|
|
1674
1179
|
default: boolean;
|
|
1675
1180
|
};
|
|
1676
|
-
highlightMatchString: {
|
|
1677
|
-
type: import('vue').PropType<string>;
|
|
1678
|
-
};
|
|
1679
1181
|
Title: {
|
|
1680
|
-
type: import('vue').PropType<
|
|
1182
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1681
1183
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1682
1184
|
conversation: {
|
|
1683
1185
|
type: import('vue').PropType<ConversationModel>;
|
|
1684
1186
|
required: true;
|
|
1685
1187
|
};
|
|
1686
|
-
highlightMatchString: {
|
|
1687
|
-
type: import('vue').PropType<string>;
|
|
1688
|
-
};
|
|
1689
1188
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1690
1189
|
conversation: {
|
|
1691
1190
|
type: import('vue').PropType<ConversationModel>;
|
|
1692
1191
|
required: true;
|
|
1693
1192
|
};
|
|
1694
|
-
highlightMatchString: {
|
|
1695
|
-
type: import('vue').PropType<string>;
|
|
1696
|
-
};
|
|
1697
1193
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1698
1194
|
};
|
|
1699
1195
|
LastMessageAbstract: {
|
|
1700
|
-
type: import('vue').PropType<
|
|
1196
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1701
1197
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1702
1198
|
conversation: {
|
|
1703
1199
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1711,7 +1207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1711
1207
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1712
1208
|
};
|
|
1713
1209
|
LastMessageTimestamp: {
|
|
1714
|
-
type: import('vue').PropType<
|
|
1210
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1715
1211
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1716
1212
|
conversation: {
|
|
1717
1213
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1725,7 +1221,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1725
1221
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1726
1222
|
};
|
|
1727
1223
|
Unread: {
|
|
1728
|
-
type: import('vue').PropType<
|
|
1224
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
1729
1225
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1730
1226
|
conversation: {
|
|
1731
1227
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -1753,10 +1249,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1753
1249
|
isSelected: boolean;
|
|
1754
1250
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
1755
1251
|
enableActions: boolean;
|
|
1756
|
-
Title: string |
|
|
1757
|
-
LastMessageAbstract: string |
|
|
1758
|
-
LastMessageTimestamp: string |
|
|
1759
|
-
Unread: string |
|
|
1252
|
+
Title: string | import('vue').Component;
|
|
1253
|
+
LastMessageAbstract: string | import('vue').Component;
|
|
1254
|
+
LastMessageTimestamp: string | import('vue').Component;
|
|
1255
|
+
Unread: string | import('vue').Component;
|
|
1760
1256
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1761
1257
|
$slots: {
|
|
1762
1258
|
default?(_: {}): any;
|
|
@@ -3913,10 +3409,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3913
3409
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
3914
3410
|
};
|
|
3915
3411
|
PopupIcon: {
|
|
3916
|
-
type: import('vue').PropType<
|
|
3412
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3917
3413
|
};
|
|
3918
3414
|
PopupElements: {
|
|
3919
|
-
type: import('vue').PropType<
|
|
3415
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
3920
3416
|
};
|
|
3921
3417
|
conversation: {
|
|
3922
3418
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -3974,10 +3470,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3974
3470
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
3975
3471
|
};
|
|
3976
3472
|
PopupIcon: {
|
|
3977
|
-
type: import('vue').PropType<
|
|
3473
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3978
3474
|
};
|
|
3979
3475
|
PopupElements: {
|
|
3980
|
-
type: import('vue').PropType<
|
|
3476
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
3981
3477
|
};
|
|
3982
3478
|
conversation: {
|
|
3983
3479
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -4012,174 +3508,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4012
3508
|
enableDelete: boolean;
|
|
4013
3509
|
enableMarkUnread: boolean;
|
|
4014
3510
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4015
|
-
PlaceholderEmptyList:
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4019
|
-
required: true;
|
|
4020
|
-
default: PlaceHolderTypes;
|
|
4021
|
-
};
|
|
4022
|
-
className: {
|
|
4023
|
-
type: import('vue').PropType<string>;
|
|
4024
|
-
default: string;
|
|
4025
|
-
};
|
|
4026
|
-
iconSize: {
|
|
4027
|
-
type: import('vue').PropType<number>;
|
|
4028
|
-
default: number;
|
|
4029
|
-
};
|
|
4030
|
-
searchString: {
|
|
4031
|
-
type: import('vue').PropType<string>;
|
|
4032
|
-
default: string;
|
|
4033
|
-
};
|
|
4034
|
-
retry: {
|
|
4035
|
-
type: import('vue').PropType<() => void>;
|
|
4036
|
-
default: undefined;
|
|
4037
|
-
};
|
|
4038
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4039
|
-
type: {
|
|
4040
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4041
|
-
required: true;
|
|
4042
|
-
default: PlaceHolderTypes;
|
|
4043
|
-
};
|
|
4044
|
-
className: {
|
|
4045
|
-
type: import('vue').PropType<string>;
|
|
4046
|
-
default: string;
|
|
4047
|
-
};
|
|
4048
|
-
iconSize: {
|
|
4049
|
-
type: import('vue').PropType<number>;
|
|
4050
|
-
default: number;
|
|
4051
|
-
};
|
|
4052
|
-
searchString: {
|
|
4053
|
-
type: import('vue').PropType<string>;
|
|
4054
|
-
default: string;
|
|
4055
|
-
};
|
|
4056
|
-
retry: {
|
|
4057
|
-
type: import('vue').PropType<() => void>;
|
|
4058
|
-
default: undefined;
|
|
4059
|
-
};
|
|
4060
|
-
}>> & Readonly<{}>, {
|
|
4061
|
-
type: PlaceHolderTypes;
|
|
4062
|
-
className: string;
|
|
4063
|
-
iconSize: number;
|
|
4064
|
-
searchString: string;
|
|
4065
|
-
retry: () => void;
|
|
4066
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4067
|
-
props: {
|
|
4068
|
-
type: PlaceHolderTypes;
|
|
4069
|
-
};
|
|
4070
|
-
};
|
|
4071
|
-
PlaceholderLoading: () => {
|
|
4072
|
-
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4073
|
-
type: {
|
|
4074
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4075
|
-
required: true;
|
|
4076
|
-
default: PlaceHolderTypes;
|
|
4077
|
-
};
|
|
4078
|
-
className: {
|
|
4079
|
-
type: import('vue').PropType<string>;
|
|
4080
|
-
default: string;
|
|
4081
|
-
};
|
|
4082
|
-
iconSize: {
|
|
4083
|
-
type: import('vue').PropType<number>;
|
|
4084
|
-
default: number;
|
|
4085
|
-
};
|
|
4086
|
-
searchString: {
|
|
4087
|
-
type: import('vue').PropType<string>;
|
|
4088
|
-
default: string;
|
|
4089
|
-
};
|
|
4090
|
-
retry: {
|
|
4091
|
-
type: import('vue').PropType<() => void>;
|
|
4092
|
-
default: undefined;
|
|
4093
|
-
};
|
|
4094
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4095
|
-
type: {
|
|
4096
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4097
|
-
required: true;
|
|
4098
|
-
default: PlaceHolderTypes;
|
|
4099
|
-
};
|
|
4100
|
-
className: {
|
|
4101
|
-
type: import('vue').PropType<string>;
|
|
4102
|
-
default: string;
|
|
4103
|
-
};
|
|
4104
|
-
iconSize: {
|
|
4105
|
-
type: import('vue').PropType<number>;
|
|
4106
|
-
default: number;
|
|
4107
|
-
};
|
|
4108
|
-
searchString: {
|
|
4109
|
-
type: import('vue').PropType<string>;
|
|
4110
|
-
default: string;
|
|
4111
|
-
};
|
|
4112
|
-
retry: {
|
|
4113
|
-
type: import('vue').PropType<() => void>;
|
|
4114
|
-
default: undefined;
|
|
4115
|
-
};
|
|
4116
|
-
}>> & Readonly<{}>, {
|
|
4117
|
-
type: PlaceHolderTypes;
|
|
4118
|
-
className: string;
|
|
4119
|
-
iconSize: number;
|
|
4120
|
-
searchString: string;
|
|
4121
|
-
retry: () => void;
|
|
4122
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4123
|
-
props: {
|
|
4124
|
-
type: PlaceHolderTypes;
|
|
4125
|
-
};
|
|
4126
|
-
};
|
|
4127
|
-
PlaceholderLoadError: () => {
|
|
4128
|
-
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4129
|
-
type: {
|
|
4130
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4131
|
-
required: true;
|
|
4132
|
-
default: PlaceHolderTypes;
|
|
4133
|
-
};
|
|
4134
|
-
className: {
|
|
4135
|
-
type: import('vue').PropType<string>;
|
|
4136
|
-
default: string;
|
|
4137
|
-
};
|
|
4138
|
-
iconSize: {
|
|
4139
|
-
type: import('vue').PropType<number>;
|
|
4140
|
-
default: number;
|
|
4141
|
-
};
|
|
4142
|
-
searchString: {
|
|
4143
|
-
type: import('vue').PropType<string>;
|
|
4144
|
-
default: string;
|
|
4145
|
-
};
|
|
4146
|
-
retry: {
|
|
4147
|
-
type: import('vue').PropType<() => void>;
|
|
4148
|
-
default: undefined;
|
|
4149
|
-
};
|
|
4150
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4151
|
-
type: {
|
|
4152
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4153
|
-
required: true;
|
|
4154
|
-
default: PlaceHolderTypes;
|
|
4155
|
-
};
|
|
4156
|
-
className: {
|
|
4157
|
-
type: import('vue').PropType<string>;
|
|
4158
|
-
default: string;
|
|
4159
|
-
};
|
|
4160
|
-
iconSize: {
|
|
4161
|
-
type: import('vue').PropType<number>;
|
|
4162
|
-
default: number;
|
|
4163
|
-
};
|
|
4164
|
-
searchString: {
|
|
4165
|
-
type: import('vue').PropType<string>;
|
|
4166
|
-
default: string;
|
|
4167
|
-
};
|
|
4168
|
-
retry: {
|
|
4169
|
-
type: import('vue').PropType<() => void>;
|
|
4170
|
-
default: undefined;
|
|
4171
|
-
};
|
|
4172
|
-
}>> & Readonly<{}>, {
|
|
4173
|
-
type: PlaceHolderTypes;
|
|
4174
|
-
className: string;
|
|
4175
|
-
iconSize: number;
|
|
4176
|
-
searchString: string;
|
|
4177
|
-
retry: () => void;
|
|
4178
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4179
|
-
props: {
|
|
4180
|
-
type: PlaceHolderTypes;
|
|
4181
|
-
};
|
|
4182
|
-
};
|
|
3511
|
+
PlaceholderEmptyList: undefined;
|
|
3512
|
+
PlaceholderLoading: undefined;
|
|
3513
|
+
PlaceholderLoadError: undefined;
|
|
4183
3514
|
Avatar: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4184
3515
|
size: {
|
|
4185
3516
|
type: import('vue').PropType<import('../Avatar').AvatarSize>;
|
|
@@ -4278,7 +3609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4278
3609
|
shape: import('../Avatar').AvatarShape;
|
|
4279
3610
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4280
3611
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4281
|
-
beforeCreateConversation: (params:
|
|
3612
|
+
beforeCreateConversation: (params: string | CreateGroupParams) => void;
|
|
4282
3613
|
conversationCreated: (conversation: ConversationModel) => void;
|
|
4283
3614
|
selectConversation: (conversation: ConversationModel) => void;
|
|
4284
3615
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
@@ -4399,193 +3730,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4399
3730
|
type: import('vue').PropType<string>;
|
|
4400
3731
|
};
|
|
4401
3732
|
PlaceholderEmptyList: {
|
|
4402
|
-
type: import('vue').PropType<
|
|
4403
|
-
default: () => {
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4407
|
-
required: true;
|
|
4408
|
-
default: PlaceHolderTypes;
|
|
4409
|
-
};
|
|
4410
|
-
className: {
|
|
4411
|
-
type: import('vue').PropType<string>;
|
|
4412
|
-
default: string;
|
|
4413
|
-
};
|
|
4414
|
-
iconSize: {
|
|
4415
|
-
type: import('vue').PropType<number>;
|
|
4416
|
-
default: number;
|
|
4417
|
-
};
|
|
4418
|
-
searchString: {
|
|
4419
|
-
type: import('vue').PropType<string>;
|
|
4420
|
-
default: string;
|
|
4421
|
-
};
|
|
4422
|
-
retry: {
|
|
4423
|
-
type: import('vue').PropType<() => void>;
|
|
4424
|
-
default: undefined;
|
|
4425
|
-
};
|
|
4426
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4427
|
-
type: {
|
|
4428
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4429
|
-
required: true;
|
|
4430
|
-
default: PlaceHolderTypes;
|
|
4431
|
-
};
|
|
4432
|
-
className: {
|
|
4433
|
-
type: import('vue').PropType<string>;
|
|
4434
|
-
default: string;
|
|
4435
|
-
};
|
|
4436
|
-
iconSize: {
|
|
4437
|
-
type: import('vue').PropType<number>;
|
|
4438
|
-
default: number;
|
|
4439
|
-
};
|
|
4440
|
-
searchString: {
|
|
4441
|
-
type: import('vue').PropType<string>;
|
|
4442
|
-
default: string;
|
|
4443
|
-
};
|
|
4444
|
-
retry: {
|
|
4445
|
-
type: import('vue').PropType<() => void>;
|
|
4446
|
-
default: undefined;
|
|
4447
|
-
};
|
|
4448
|
-
}>> & Readonly<{}>, {
|
|
4449
|
-
type: PlaceHolderTypes;
|
|
4450
|
-
className: string;
|
|
4451
|
-
iconSize: number;
|
|
4452
|
-
searchString: string;
|
|
4453
|
-
retry: () => void;
|
|
4454
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4455
|
-
props: {
|
|
4456
|
-
type: PlaceHolderTypes;
|
|
4457
|
-
};
|
|
4458
|
-
};
|
|
3733
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3734
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3735
|
+
[key: string]: any;
|
|
3736
|
+
}>;
|
|
4459
3737
|
};
|
|
4460
3738
|
empty: {
|
|
4461
3739
|
type: import('vue').PropType<boolean>;
|
|
4462
3740
|
default: boolean;
|
|
4463
3741
|
};
|
|
4464
3742
|
PlaceholderLoading: {
|
|
4465
|
-
type: import('vue').PropType<
|
|
4466
|
-
default: () => {
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4470
|
-
required: true;
|
|
4471
|
-
default: PlaceHolderTypes;
|
|
4472
|
-
};
|
|
4473
|
-
className: {
|
|
4474
|
-
type: import('vue').PropType<string>;
|
|
4475
|
-
default: string;
|
|
4476
|
-
};
|
|
4477
|
-
iconSize: {
|
|
4478
|
-
type: import('vue').PropType<number>;
|
|
4479
|
-
default: number;
|
|
4480
|
-
};
|
|
4481
|
-
searchString: {
|
|
4482
|
-
type: import('vue').PropType<string>;
|
|
4483
|
-
default: string;
|
|
4484
|
-
};
|
|
4485
|
-
retry: {
|
|
4486
|
-
type: import('vue').PropType<() => void>;
|
|
4487
|
-
default: undefined;
|
|
4488
|
-
};
|
|
4489
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4490
|
-
type: {
|
|
4491
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4492
|
-
required: true;
|
|
4493
|
-
default: PlaceHolderTypes;
|
|
4494
|
-
};
|
|
4495
|
-
className: {
|
|
4496
|
-
type: import('vue').PropType<string>;
|
|
4497
|
-
default: string;
|
|
4498
|
-
};
|
|
4499
|
-
iconSize: {
|
|
4500
|
-
type: import('vue').PropType<number>;
|
|
4501
|
-
default: number;
|
|
4502
|
-
};
|
|
4503
|
-
searchString: {
|
|
4504
|
-
type: import('vue').PropType<string>;
|
|
4505
|
-
default: string;
|
|
4506
|
-
};
|
|
4507
|
-
retry: {
|
|
4508
|
-
type: import('vue').PropType<() => void>;
|
|
4509
|
-
default: undefined;
|
|
4510
|
-
};
|
|
4511
|
-
}>> & Readonly<{}>, {
|
|
4512
|
-
type: PlaceHolderTypes;
|
|
4513
|
-
className: string;
|
|
4514
|
-
iconSize: number;
|
|
4515
|
-
searchString: string;
|
|
4516
|
-
retry: () => void;
|
|
4517
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4518
|
-
props: {
|
|
4519
|
-
type: PlaceHolderTypes;
|
|
4520
|
-
};
|
|
4521
|
-
};
|
|
3743
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3744
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3745
|
+
[key: string]: any;
|
|
3746
|
+
}>;
|
|
4522
3747
|
};
|
|
4523
3748
|
PlaceholderLoadError: {
|
|
4524
|
-
type: import('vue').PropType<
|
|
4525
|
-
default: () => {
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4529
|
-
required: true;
|
|
4530
|
-
default: PlaceHolderTypes;
|
|
4531
|
-
};
|
|
4532
|
-
className: {
|
|
4533
|
-
type: import('vue').PropType<string>;
|
|
4534
|
-
default: string;
|
|
4535
|
-
};
|
|
4536
|
-
iconSize: {
|
|
4537
|
-
type: import('vue').PropType<number>;
|
|
4538
|
-
default: number;
|
|
4539
|
-
};
|
|
4540
|
-
searchString: {
|
|
4541
|
-
type: import('vue').PropType<string>;
|
|
4542
|
-
default: string;
|
|
4543
|
-
};
|
|
4544
|
-
retry: {
|
|
4545
|
-
type: import('vue').PropType<() => void>;
|
|
4546
|
-
default: undefined;
|
|
4547
|
-
};
|
|
4548
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4549
|
-
type: {
|
|
4550
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4551
|
-
required: true;
|
|
4552
|
-
default: PlaceHolderTypes;
|
|
4553
|
-
};
|
|
4554
|
-
className: {
|
|
4555
|
-
type: import('vue').PropType<string>;
|
|
4556
|
-
default: string;
|
|
4557
|
-
};
|
|
4558
|
-
iconSize: {
|
|
4559
|
-
type: import('vue').PropType<number>;
|
|
4560
|
-
default: number;
|
|
4561
|
-
};
|
|
4562
|
-
searchString: {
|
|
4563
|
-
type: import('vue').PropType<string>;
|
|
4564
|
-
default: string;
|
|
4565
|
-
};
|
|
4566
|
-
retry: {
|
|
4567
|
-
type: import('vue').PropType<() => void>;
|
|
4568
|
-
default: undefined;
|
|
4569
|
-
};
|
|
4570
|
-
}>> & Readonly<{}>, {
|
|
4571
|
-
type: PlaceHolderTypes;
|
|
4572
|
-
className: string;
|
|
4573
|
-
iconSize: number;
|
|
4574
|
-
searchString: string;
|
|
4575
|
-
retry: () => void;
|
|
4576
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4577
|
-
props: {
|
|
4578
|
-
type: PlaceHolderTypes;
|
|
4579
|
-
};
|
|
4580
|
-
};
|
|
3749
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3750
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3751
|
+
[key: string]: any;
|
|
3752
|
+
}>;
|
|
4581
3753
|
};
|
|
4582
3754
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4583
3755
|
error: boolean;
|
|
4584
3756
|
loading: boolean;
|
|
4585
|
-
PlaceholderEmptyList:
|
|
3757
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
4586
3758
|
empty: boolean;
|
|
4587
|
-
PlaceholderLoading:
|
|
4588
|
-
PlaceholderLoadError:
|
|
3759
|
+
PlaceholderLoading: import('vue').Component;
|
|
3760
|
+
PlaceholderLoadError: import('vue').Component;
|
|
4589
3761
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
4590
3762
|
P: {};
|
|
4591
3763
|
B: {};
|
|
@@ -4604,201 +3776,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4604
3776
|
children: {
|
|
4605
3777
|
type: import('vue').PropType<any>;
|
|
4606
3778
|
};
|
|
4607
|
-
loading: {
|
|
4608
|
-
type: import('vue').PropType<boolean>;
|
|
4609
|
-
default: boolean;
|
|
4610
|
-
};
|
|
4611
|
-
className: {
|
|
4612
|
-
type: import('vue').PropType<string>;
|
|
4613
|
-
};
|
|
4614
|
-
PlaceholderEmptyList: {
|
|
4615
|
-
type: import('vue').PropType<
|
|
4616
|
-
default: () => {
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
};
|
|
4631
|
-
searchString: {
|
|
4632
|
-
type: import('vue').PropType<string>;
|
|
4633
|
-
default: string;
|
|
4634
|
-
};
|
|
4635
|
-
retry: {
|
|
4636
|
-
type: import('vue').PropType<() => void>;
|
|
4637
|
-
default: undefined;
|
|
4638
|
-
};
|
|
4639
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4640
|
-
type: {
|
|
4641
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4642
|
-
required: true;
|
|
4643
|
-
default: PlaceHolderTypes;
|
|
4644
|
-
};
|
|
4645
|
-
className: {
|
|
4646
|
-
type: import('vue').PropType<string>;
|
|
4647
|
-
default: string;
|
|
4648
|
-
};
|
|
4649
|
-
iconSize: {
|
|
4650
|
-
type: import('vue').PropType<number>;
|
|
4651
|
-
default: number;
|
|
4652
|
-
};
|
|
4653
|
-
searchString: {
|
|
4654
|
-
type: import('vue').PropType<string>;
|
|
4655
|
-
default: string;
|
|
4656
|
-
};
|
|
4657
|
-
retry: {
|
|
4658
|
-
type: import('vue').PropType<() => void>;
|
|
4659
|
-
default: undefined;
|
|
4660
|
-
};
|
|
4661
|
-
}>> & Readonly<{}>, {
|
|
4662
|
-
type: PlaceHolderTypes;
|
|
4663
|
-
className: string;
|
|
4664
|
-
iconSize: number;
|
|
4665
|
-
searchString: string;
|
|
4666
|
-
retry: () => void;
|
|
4667
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4668
|
-
props: {
|
|
4669
|
-
type: PlaceHolderTypes;
|
|
4670
|
-
};
|
|
4671
|
-
};
|
|
4672
|
-
};
|
|
4673
|
-
empty: {
|
|
4674
|
-
type: import('vue').PropType<boolean>;
|
|
4675
|
-
default: boolean;
|
|
4676
|
-
};
|
|
4677
|
-
PlaceholderLoading: {
|
|
4678
|
-
type: import('vue').PropType<any>;
|
|
4679
|
-
default: () => {
|
|
4680
|
-
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4681
|
-
type: {
|
|
4682
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4683
|
-
required: true;
|
|
4684
|
-
default: PlaceHolderTypes;
|
|
4685
|
-
};
|
|
4686
|
-
className: {
|
|
4687
|
-
type: import('vue').PropType<string>;
|
|
4688
|
-
default: string;
|
|
4689
|
-
};
|
|
4690
|
-
iconSize: {
|
|
4691
|
-
type: import('vue').PropType<number>;
|
|
4692
|
-
default: number;
|
|
4693
|
-
};
|
|
4694
|
-
searchString: {
|
|
4695
|
-
type: import('vue').PropType<string>;
|
|
4696
|
-
default: string;
|
|
4697
|
-
};
|
|
4698
|
-
retry: {
|
|
4699
|
-
type: import('vue').PropType<() => void>;
|
|
4700
|
-
default: undefined;
|
|
4701
|
-
};
|
|
4702
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4703
|
-
type: {
|
|
4704
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4705
|
-
required: true;
|
|
4706
|
-
default: PlaceHolderTypes;
|
|
4707
|
-
};
|
|
4708
|
-
className: {
|
|
4709
|
-
type: import('vue').PropType<string>;
|
|
4710
|
-
default: string;
|
|
4711
|
-
};
|
|
4712
|
-
iconSize: {
|
|
4713
|
-
type: import('vue').PropType<number>;
|
|
4714
|
-
default: number;
|
|
4715
|
-
};
|
|
4716
|
-
searchString: {
|
|
4717
|
-
type: import('vue').PropType<string>;
|
|
4718
|
-
default: string;
|
|
4719
|
-
};
|
|
4720
|
-
retry: {
|
|
4721
|
-
type: import('vue').PropType<() => void>;
|
|
4722
|
-
default: undefined;
|
|
4723
|
-
};
|
|
4724
|
-
}>> & Readonly<{}>, {
|
|
4725
|
-
type: PlaceHolderTypes;
|
|
4726
|
-
className: string;
|
|
4727
|
-
iconSize: number;
|
|
4728
|
-
searchString: string;
|
|
4729
|
-
retry: () => void;
|
|
4730
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4731
|
-
props: {
|
|
4732
|
-
type: PlaceHolderTypes;
|
|
4733
|
-
};
|
|
4734
|
-
};
|
|
4735
|
-
};
|
|
3779
|
+
loading: {
|
|
3780
|
+
type: import('vue').PropType<boolean>;
|
|
3781
|
+
default: boolean;
|
|
3782
|
+
};
|
|
3783
|
+
className: {
|
|
3784
|
+
type: import('vue').PropType<string>;
|
|
3785
|
+
};
|
|
3786
|
+
PlaceholderEmptyList: {
|
|
3787
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3788
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3789
|
+
[key: string]: any;
|
|
3790
|
+
}>;
|
|
3791
|
+
};
|
|
3792
|
+
empty: {
|
|
3793
|
+
type: import('vue').PropType<boolean>;
|
|
3794
|
+
default: boolean;
|
|
3795
|
+
};
|
|
3796
|
+
PlaceholderLoading: {
|
|
3797
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3798
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3799
|
+
[key: string]: any;
|
|
3800
|
+
}>;
|
|
3801
|
+
};
|
|
4736
3802
|
PlaceholderLoadError: {
|
|
4737
|
-
type: import('vue').PropType<
|
|
4738
|
-
default: () => {
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4742
|
-
required: true;
|
|
4743
|
-
default: PlaceHolderTypes;
|
|
4744
|
-
};
|
|
4745
|
-
className: {
|
|
4746
|
-
type: import('vue').PropType<string>;
|
|
4747
|
-
default: string;
|
|
4748
|
-
};
|
|
4749
|
-
iconSize: {
|
|
4750
|
-
type: import('vue').PropType<number>;
|
|
4751
|
-
default: number;
|
|
4752
|
-
};
|
|
4753
|
-
searchString: {
|
|
4754
|
-
type: import('vue').PropType<string>;
|
|
4755
|
-
default: string;
|
|
4756
|
-
};
|
|
4757
|
-
retry: {
|
|
4758
|
-
type: import('vue').PropType<() => void>;
|
|
4759
|
-
default: undefined;
|
|
4760
|
-
};
|
|
4761
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4762
|
-
type: {
|
|
4763
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4764
|
-
required: true;
|
|
4765
|
-
default: PlaceHolderTypes;
|
|
4766
|
-
};
|
|
4767
|
-
className: {
|
|
4768
|
-
type: import('vue').PropType<string>;
|
|
4769
|
-
default: string;
|
|
4770
|
-
};
|
|
4771
|
-
iconSize: {
|
|
4772
|
-
type: import('vue').PropType<number>;
|
|
4773
|
-
default: number;
|
|
4774
|
-
};
|
|
4775
|
-
searchString: {
|
|
4776
|
-
type: import('vue').PropType<string>;
|
|
4777
|
-
default: string;
|
|
4778
|
-
};
|
|
4779
|
-
retry: {
|
|
4780
|
-
type: import('vue').PropType<() => void>;
|
|
4781
|
-
default: undefined;
|
|
4782
|
-
};
|
|
4783
|
-
}>> & Readonly<{}>, {
|
|
4784
|
-
type: PlaceHolderTypes;
|
|
4785
|
-
className: string;
|
|
4786
|
-
iconSize: number;
|
|
4787
|
-
searchString: string;
|
|
4788
|
-
retry: () => void;
|
|
4789
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4790
|
-
props: {
|
|
4791
|
-
type: PlaceHolderTypes;
|
|
4792
|
-
};
|
|
4793
|
-
};
|
|
3803
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3804
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3805
|
+
[key: string]: any;
|
|
3806
|
+
}>;
|
|
4794
3807
|
};
|
|
4795
3808
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
4796
3809
|
error: boolean;
|
|
4797
3810
|
loading: boolean;
|
|
4798
|
-
PlaceholderEmptyList:
|
|
3811
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
4799
3812
|
empty: boolean;
|
|
4800
|
-
PlaceholderLoading:
|
|
4801
|
-
PlaceholderLoadError:
|
|
3813
|
+
PlaceholderLoading: import('vue').Component;
|
|
3814
|
+
PlaceholderLoadError: import('vue').Component;
|
|
4802
3815
|
}>;
|
|
4803
3816
|
__isFragment?: never;
|
|
4804
3817
|
__isTeleport?: never;
|
|
@@ -4822,193 +3835,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4822
3835
|
type: import('vue').PropType<string>;
|
|
4823
3836
|
};
|
|
4824
3837
|
PlaceholderEmptyList: {
|
|
4825
|
-
type: import('vue').PropType<
|
|
4826
|
-
default: () => {
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4830
|
-
required: true;
|
|
4831
|
-
default: PlaceHolderTypes;
|
|
4832
|
-
};
|
|
4833
|
-
className: {
|
|
4834
|
-
type: import('vue').PropType<string>;
|
|
4835
|
-
default: string;
|
|
4836
|
-
};
|
|
4837
|
-
iconSize: {
|
|
4838
|
-
type: import('vue').PropType<number>;
|
|
4839
|
-
default: number;
|
|
4840
|
-
};
|
|
4841
|
-
searchString: {
|
|
4842
|
-
type: import('vue').PropType<string>;
|
|
4843
|
-
default: string;
|
|
4844
|
-
};
|
|
4845
|
-
retry: {
|
|
4846
|
-
type: import('vue').PropType<() => void>;
|
|
4847
|
-
default: undefined;
|
|
4848
|
-
};
|
|
4849
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4850
|
-
type: {
|
|
4851
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4852
|
-
required: true;
|
|
4853
|
-
default: PlaceHolderTypes;
|
|
4854
|
-
};
|
|
4855
|
-
className: {
|
|
4856
|
-
type: import('vue').PropType<string>;
|
|
4857
|
-
default: string;
|
|
4858
|
-
};
|
|
4859
|
-
iconSize: {
|
|
4860
|
-
type: import('vue').PropType<number>;
|
|
4861
|
-
default: number;
|
|
4862
|
-
};
|
|
4863
|
-
searchString: {
|
|
4864
|
-
type: import('vue').PropType<string>;
|
|
4865
|
-
default: string;
|
|
4866
|
-
};
|
|
4867
|
-
retry: {
|
|
4868
|
-
type: import('vue').PropType<() => void>;
|
|
4869
|
-
default: undefined;
|
|
4870
|
-
};
|
|
4871
|
-
}>> & Readonly<{}>, {
|
|
4872
|
-
type: PlaceHolderTypes;
|
|
4873
|
-
className: string;
|
|
4874
|
-
iconSize: number;
|
|
4875
|
-
searchString: string;
|
|
4876
|
-
retry: () => void;
|
|
4877
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4878
|
-
props: {
|
|
4879
|
-
type: PlaceHolderTypes;
|
|
4880
|
-
};
|
|
4881
|
-
};
|
|
3838
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3839
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3840
|
+
[key: string]: any;
|
|
3841
|
+
}>;
|
|
4882
3842
|
};
|
|
4883
3843
|
empty: {
|
|
4884
3844
|
type: import('vue').PropType<boolean>;
|
|
4885
3845
|
default: boolean;
|
|
4886
3846
|
};
|
|
4887
3847
|
PlaceholderLoading: {
|
|
4888
|
-
type: import('vue').PropType<
|
|
4889
|
-
default: () => {
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4893
|
-
required: true;
|
|
4894
|
-
default: PlaceHolderTypes;
|
|
4895
|
-
};
|
|
4896
|
-
className: {
|
|
4897
|
-
type: import('vue').PropType<string>;
|
|
4898
|
-
default: string;
|
|
4899
|
-
};
|
|
4900
|
-
iconSize: {
|
|
4901
|
-
type: import('vue').PropType<number>;
|
|
4902
|
-
default: number;
|
|
4903
|
-
};
|
|
4904
|
-
searchString: {
|
|
4905
|
-
type: import('vue').PropType<string>;
|
|
4906
|
-
default: string;
|
|
4907
|
-
};
|
|
4908
|
-
retry: {
|
|
4909
|
-
type: import('vue').PropType<() => void>;
|
|
4910
|
-
default: undefined;
|
|
4911
|
-
};
|
|
4912
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4913
|
-
type: {
|
|
4914
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4915
|
-
required: true;
|
|
4916
|
-
default: PlaceHolderTypes;
|
|
4917
|
-
};
|
|
4918
|
-
className: {
|
|
4919
|
-
type: import('vue').PropType<string>;
|
|
4920
|
-
default: string;
|
|
4921
|
-
};
|
|
4922
|
-
iconSize: {
|
|
4923
|
-
type: import('vue').PropType<number>;
|
|
4924
|
-
default: number;
|
|
4925
|
-
};
|
|
4926
|
-
searchString: {
|
|
4927
|
-
type: import('vue').PropType<string>;
|
|
4928
|
-
default: string;
|
|
4929
|
-
};
|
|
4930
|
-
retry: {
|
|
4931
|
-
type: import('vue').PropType<() => void>;
|
|
4932
|
-
default: undefined;
|
|
4933
|
-
};
|
|
4934
|
-
}>> & Readonly<{}>, {
|
|
4935
|
-
type: PlaceHolderTypes;
|
|
4936
|
-
className: string;
|
|
4937
|
-
iconSize: number;
|
|
4938
|
-
searchString: string;
|
|
4939
|
-
retry: () => void;
|
|
4940
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4941
|
-
props: {
|
|
4942
|
-
type: PlaceHolderTypes;
|
|
4943
|
-
};
|
|
4944
|
-
};
|
|
3848
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3849
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3850
|
+
[key: string]: any;
|
|
3851
|
+
}>;
|
|
4945
3852
|
};
|
|
4946
3853
|
PlaceholderLoadError: {
|
|
4947
|
-
type: import('vue').PropType<
|
|
4948
|
-
default: () => {
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4952
|
-
required: true;
|
|
4953
|
-
default: PlaceHolderTypes;
|
|
4954
|
-
};
|
|
4955
|
-
className: {
|
|
4956
|
-
type: import('vue').PropType<string>;
|
|
4957
|
-
default: string;
|
|
4958
|
-
};
|
|
4959
|
-
iconSize: {
|
|
4960
|
-
type: import('vue').PropType<number>;
|
|
4961
|
-
default: number;
|
|
4962
|
-
};
|
|
4963
|
-
searchString: {
|
|
4964
|
-
type: import('vue').PropType<string>;
|
|
4965
|
-
default: string;
|
|
4966
|
-
};
|
|
4967
|
-
retry: {
|
|
4968
|
-
type: import('vue').PropType<() => void>;
|
|
4969
|
-
default: undefined;
|
|
4970
|
-
};
|
|
4971
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4972
|
-
type: {
|
|
4973
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
4974
|
-
required: true;
|
|
4975
|
-
default: PlaceHolderTypes;
|
|
4976
|
-
};
|
|
4977
|
-
className: {
|
|
4978
|
-
type: import('vue').PropType<string>;
|
|
4979
|
-
default: string;
|
|
4980
|
-
};
|
|
4981
|
-
iconSize: {
|
|
4982
|
-
type: import('vue').PropType<number>;
|
|
4983
|
-
default: number;
|
|
4984
|
-
};
|
|
4985
|
-
searchString: {
|
|
4986
|
-
type: import('vue').PropType<string>;
|
|
4987
|
-
default: string;
|
|
4988
|
-
};
|
|
4989
|
-
retry: {
|
|
4990
|
-
type: import('vue').PropType<() => void>;
|
|
4991
|
-
default: undefined;
|
|
4992
|
-
};
|
|
4993
|
-
}>> & Readonly<{}>, {
|
|
4994
|
-
type: PlaceHolderTypes;
|
|
4995
|
-
className: string;
|
|
4996
|
-
iconSize: number;
|
|
4997
|
-
searchString: string;
|
|
4998
|
-
retry: () => void;
|
|
4999
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5000
|
-
props: {
|
|
5001
|
-
type: PlaceHolderTypes;
|
|
5002
|
-
};
|
|
5003
|
-
};
|
|
3854
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
3855
|
+
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3856
|
+
[key: string]: any;
|
|
3857
|
+
}>;
|
|
5004
3858
|
};
|
|
5005
3859
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
5006
3860
|
error: boolean;
|
|
5007
3861
|
loading: boolean;
|
|
5008
|
-
PlaceholderEmptyList:
|
|
3862
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
5009
3863
|
empty: boolean;
|
|
5010
|
-
PlaceholderLoading:
|
|
5011
|
-
PlaceholderLoadError:
|
|
3864
|
+
PlaceholderLoading: import('vue').Component;
|
|
3865
|
+
PlaceholderLoadError: import('vue').Component;
|
|
5012
3866
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
5013
3867
|
$slots: {
|
|
5014
3868
|
default?(_: {}): any;
|
|
@@ -5164,10 +4018,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5164
4018
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
5165
4019
|
};
|
|
5166
4020
|
PopupIcon: {
|
|
5167
|
-
type: import('vue').PropType<
|
|
4021
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
5168
4022
|
};
|
|
5169
4023
|
PopupElements: {
|
|
5170
|
-
type: import('vue').PropType<
|
|
4024
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
5171
4025
|
};
|
|
5172
4026
|
conversation: {
|
|
5173
4027
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5225,10 +4079,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5225
4079
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
5226
4080
|
};
|
|
5227
4081
|
PopupIcon: {
|
|
5228
|
-
type: import('vue').PropType<
|
|
4082
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
5229
4083
|
};
|
|
5230
4084
|
PopupElements: {
|
|
5231
|
-
type: import('vue').PropType<
|
|
4085
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
5232
4086
|
};
|
|
5233
4087
|
conversation: {
|
|
5234
4088
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5268,31 +4122,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5268
4122
|
type: import('vue').PropType<boolean>;
|
|
5269
4123
|
default: boolean;
|
|
5270
4124
|
};
|
|
5271
|
-
highlightMatchString: {
|
|
5272
|
-
type: import('vue').PropType<string>;
|
|
5273
|
-
};
|
|
5274
4125
|
Title: {
|
|
5275
|
-
type: import('vue').PropType<
|
|
4126
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5276
4127
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5277
4128
|
conversation: {
|
|
5278
4129
|
type: import('vue').PropType<ConversationModel>;
|
|
5279
4130
|
required: true;
|
|
5280
4131
|
};
|
|
5281
|
-
highlightMatchString: {
|
|
5282
|
-
type: import('vue').PropType<string>;
|
|
5283
|
-
};
|
|
5284
4132
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5285
4133
|
conversation: {
|
|
5286
4134
|
type: import('vue').PropType<ConversationModel>;
|
|
5287
4135
|
required: true;
|
|
5288
4136
|
};
|
|
5289
|
-
highlightMatchString: {
|
|
5290
|
-
type: import('vue').PropType<string>;
|
|
5291
|
-
};
|
|
5292
4137
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5293
4138
|
};
|
|
5294
4139
|
LastMessageAbstract: {
|
|
5295
|
-
type: import('vue').PropType<
|
|
4140
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5296
4141
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5297
4142
|
conversation: {
|
|
5298
4143
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5306,7 +4151,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5306
4151
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5307
4152
|
};
|
|
5308
4153
|
LastMessageTimestamp: {
|
|
5309
|
-
type: import('vue').PropType<
|
|
4154
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5310
4155
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5311
4156
|
conversation: {
|
|
5312
4157
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5320,7 +4165,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5320
4165
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5321
4166
|
};
|
|
5322
4167
|
Unread: {
|
|
5323
|
-
type: import('vue').PropType<
|
|
4168
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5324
4169
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5325
4170
|
conversation: {
|
|
5326
4171
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5348,10 +4193,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5348
4193
|
isSelected: boolean;
|
|
5349
4194
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
5350
4195
|
enableActions: boolean;
|
|
5351
|
-
Title: string |
|
|
5352
|
-
LastMessageAbstract: string |
|
|
5353
|
-
LastMessageTimestamp: string |
|
|
5354
|
-
Unread: string |
|
|
4196
|
+
Title: string | import('vue').Component;
|
|
4197
|
+
LastMessageAbstract: string | import('vue').Component;
|
|
4198
|
+
LastMessageTimestamp: string | import('vue').Component;
|
|
4199
|
+
Unread: string | import('vue').Component;
|
|
5355
4200
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
5356
4201
|
P: {};
|
|
5357
4202
|
B: {};
|
|
@@ -5508,10 +4353,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5508
4353
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
5509
4354
|
};
|
|
5510
4355
|
PopupIcon: {
|
|
5511
|
-
type: import('vue').PropType<
|
|
4356
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
5512
4357
|
};
|
|
5513
4358
|
PopupElements: {
|
|
5514
|
-
type: import('vue').PropType<
|
|
4359
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
5515
4360
|
};
|
|
5516
4361
|
conversation: {
|
|
5517
4362
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5569,10 +4414,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5569
4414
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
5570
4415
|
};
|
|
5571
4416
|
PopupIcon: {
|
|
5572
|
-
type: import('vue').PropType<
|
|
4417
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
5573
4418
|
};
|
|
5574
4419
|
PopupElements: {
|
|
5575
|
-
type: import('vue').PropType<
|
|
4420
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
5576
4421
|
};
|
|
5577
4422
|
conversation: {
|
|
5578
4423
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5612,31 +4457,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5612
4457
|
type: import('vue').PropType<boolean>;
|
|
5613
4458
|
default: boolean;
|
|
5614
4459
|
};
|
|
5615
|
-
highlightMatchString: {
|
|
5616
|
-
type: import('vue').PropType<string>;
|
|
5617
|
-
};
|
|
5618
4460
|
Title: {
|
|
5619
|
-
type: import('vue').PropType<
|
|
4461
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5620
4462
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5621
4463
|
conversation: {
|
|
5622
4464
|
type: import('vue').PropType<ConversationModel>;
|
|
5623
4465
|
required: true;
|
|
5624
4466
|
};
|
|
5625
|
-
highlightMatchString: {
|
|
5626
|
-
type: import('vue').PropType<string>;
|
|
5627
|
-
};
|
|
5628
4467
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5629
4468
|
conversation: {
|
|
5630
4469
|
type: import('vue').PropType<ConversationModel>;
|
|
5631
4470
|
required: true;
|
|
5632
4471
|
};
|
|
5633
|
-
highlightMatchString: {
|
|
5634
|
-
type: import('vue').PropType<string>;
|
|
5635
|
-
};
|
|
5636
4472
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5637
4473
|
};
|
|
5638
4474
|
LastMessageAbstract: {
|
|
5639
|
-
type: import('vue').PropType<
|
|
4475
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5640
4476
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5641
4477
|
conversation: {
|
|
5642
4478
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5650,7 +4486,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5650
4486
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5651
4487
|
};
|
|
5652
4488
|
LastMessageTimestamp: {
|
|
5653
|
-
type: import('vue').PropType<
|
|
4489
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5654
4490
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5655
4491
|
conversation: {
|
|
5656
4492
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5664,7 +4500,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5664
4500
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5665
4501
|
};
|
|
5666
4502
|
Unread: {
|
|
5667
|
-
type: import('vue').PropType<
|
|
4503
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5668
4504
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5669
4505
|
conversation: {
|
|
5670
4506
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5690,10 +4526,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5690
4526
|
isSelected: boolean;
|
|
5691
4527
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
5692
4528
|
enableActions: boolean;
|
|
5693
|
-
Title: string |
|
|
5694
|
-
LastMessageAbstract: string |
|
|
5695
|
-
LastMessageTimestamp: string |
|
|
5696
|
-
Unread: string |
|
|
4529
|
+
Title: string | import('vue').Component;
|
|
4530
|
+
LastMessageAbstract: string | import('vue').Component;
|
|
4531
|
+
LastMessageTimestamp: string | import('vue').Component;
|
|
4532
|
+
Unread: string | import('vue').Component;
|
|
5697
4533
|
}>;
|
|
5698
4534
|
__isFragment?: never;
|
|
5699
4535
|
__isTeleport?: never;
|
|
@@ -5847,10 +4683,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5847
4683
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
5848
4684
|
};
|
|
5849
4685
|
PopupIcon: {
|
|
5850
|
-
type: import('vue').PropType<
|
|
4686
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
5851
4687
|
};
|
|
5852
4688
|
PopupElements: {
|
|
5853
|
-
type: import('vue').PropType<
|
|
4689
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
5854
4690
|
};
|
|
5855
4691
|
conversation: {
|
|
5856
4692
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5908,10 +4744,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5908
4744
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
5909
4745
|
};
|
|
5910
4746
|
PopupIcon: {
|
|
5911
|
-
type: import('vue').PropType<
|
|
4747
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
5912
4748
|
};
|
|
5913
4749
|
PopupElements: {
|
|
5914
|
-
type: import('vue').PropType<
|
|
4750
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
5915
4751
|
};
|
|
5916
4752
|
conversation: {
|
|
5917
4753
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5951,31 +4787,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5951
4787
|
type: import('vue').PropType<boolean>;
|
|
5952
4788
|
default: boolean;
|
|
5953
4789
|
};
|
|
5954
|
-
highlightMatchString: {
|
|
5955
|
-
type: import('vue').PropType<string>;
|
|
5956
|
-
};
|
|
5957
4790
|
Title: {
|
|
5958
|
-
type: import('vue').PropType<
|
|
4791
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5959
4792
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5960
4793
|
conversation: {
|
|
5961
4794
|
type: import('vue').PropType<ConversationModel>;
|
|
5962
4795
|
required: true;
|
|
5963
4796
|
};
|
|
5964
|
-
highlightMatchString: {
|
|
5965
|
-
type: import('vue').PropType<string>;
|
|
5966
|
-
};
|
|
5967
4797
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5968
4798
|
conversation: {
|
|
5969
4799
|
type: import('vue').PropType<ConversationModel>;
|
|
5970
4800
|
required: true;
|
|
5971
4801
|
};
|
|
5972
|
-
highlightMatchString: {
|
|
5973
|
-
type: import('vue').PropType<string>;
|
|
5974
|
-
};
|
|
5975
4802
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5976
4803
|
};
|
|
5977
4804
|
LastMessageAbstract: {
|
|
5978
|
-
type: import('vue').PropType<
|
|
4805
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5979
4806
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5980
4807
|
conversation: {
|
|
5981
4808
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -5989,7 +4816,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5989
4816
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5990
4817
|
};
|
|
5991
4818
|
LastMessageTimestamp: {
|
|
5992
|
-
type: import('vue').PropType<
|
|
4819
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
5993
4820
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5994
4821
|
conversation: {
|
|
5995
4822
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -6003,7 +4830,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6003
4830
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6004
4831
|
};
|
|
6005
4832
|
Unread: {
|
|
6006
|
-
type: import('vue').PropType<
|
|
4833
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
6007
4834
|
default: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6008
4835
|
conversation: {
|
|
6009
4836
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -6031,10 +4858,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6031
4858
|
isSelected: boolean;
|
|
6032
4859
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
6033
4860
|
enableActions: boolean;
|
|
6034
|
-
Title: string |
|
|
6035
|
-
LastMessageAbstract: string |
|
|
6036
|
-
LastMessageTimestamp: string |
|
|
6037
|
-
Unread: string |
|
|
4861
|
+
Title: string | import('vue').Component;
|
|
4862
|
+
LastMessageAbstract: string | import('vue').Component;
|
|
4863
|
+
LastMessageTimestamp: string | import('vue').Component;
|
|
4864
|
+
Unread: string | import('vue').Component;
|
|
6038
4865
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
6039
4866
|
$slots: {
|
|
6040
4867
|
default?(_: {}): any;
|
|
@@ -8191,10 +7018,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8191
7018
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
8192
7019
|
};
|
|
8193
7020
|
PopupIcon: {
|
|
8194
|
-
type: import('vue').PropType<
|
|
7021
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
8195
7022
|
};
|
|
8196
7023
|
PopupElements: {
|
|
8197
|
-
type: import('vue').PropType<
|
|
7024
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
8198
7025
|
};
|
|
8199
7026
|
conversation: {
|
|
8200
7027
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -8252,10 +7079,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8252
7079
|
type: import('vue').PropType<Record<string, import('../..').ConversationActionItem>>;
|
|
8253
7080
|
};
|
|
8254
7081
|
PopupIcon: {
|
|
8255
|
-
type: import('vue').PropType<
|
|
7082
|
+
type: import('vue').PropType<import('vue').Component>;
|
|
8256
7083
|
};
|
|
8257
7084
|
PopupElements: {
|
|
8258
|
-
type: import('vue').PropType<
|
|
7085
|
+
type: import('vue').PropType<import('vue').Component[]>;
|
|
8259
7086
|
};
|
|
8260
7087
|
conversation: {
|
|
8261
7088
|
type: import('vue').PropType<ConversationModel>;
|
|
@@ -8290,174 +7117,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8290
7117
|
enableDelete: boolean;
|
|
8291
7118
|
enableMarkUnread: boolean;
|
|
8292
7119
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8293
|
-
PlaceholderEmptyList:
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
8297
|
-
required: true;
|
|
8298
|
-
default: PlaceHolderTypes;
|
|
8299
|
-
};
|
|
8300
|
-
className: {
|
|
8301
|
-
type: import('vue').PropType<string>;
|
|
8302
|
-
default: string;
|
|
8303
|
-
};
|
|
8304
|
-
iconSize: {
|
|
8305
|
-
type: import('vue').PropType<number>;
|
|
8306
|
-
default: number;
|
|
8307
|
-
};
|
|
8308
|
-
searchString: {
|
|
8309
|
-
type: import('vue').PropType<string>;
|
|
8310
|
-
default: string;
|
|
8311
|
-
};
|
|
8312
|
-
retry: {
|
|
8313
|
-
type: import('vue').PropType<() => void>;
|
|
8314
|
-
default: undefined;
|
|
8315
|
-
};
|
|
8316
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8317
|
-
type: {
|
|
8318
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
8319
|
-
required: true;
|
|
8320
|
-
default: PlaceHolderTypes;
|
|
8321
|
-
};
|
|
8322
|
-
className: {
|
|
8323
|
-
type: import('vue').PropType<string>;
|
|
8324
|
-
default: string;
|
|
8325
|
-
};
|
|
8326
|
-
iconSize: {
|
|
8327
|
-
type: import('vue').PropType<number>;
|
|
8328
|
-
default: number;
|
|
8329
|
-
};
|
|
8330
|
-
searchString: {
|
|
8331
|
-
type: import('vue').PropType<string>;
|
|
8332
|
-
default: string;
|
|
8333
|
-
};
|
|
8334
|
-
retry: {
|
|
8335
|
-
type: import('vue').PropType<() => void>;
|
|
8336
|
-
default: undefined;
|
|
8337
|
-
};
|
|
8338
|
-
}>> & Readonly<{}>, {
|
|
8339
|
-
type: PlaceHolderTypes;
|
|
8340
|
-
className: string;
|
|
8341
|
-
iconSize: number;
|
|
8342
|
-
searchString: string;
|
|
8343
|
-
retry: () => void;
|
|
8344
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8345
|
-
props: {
|
|
8346
|
-
type: PlaceHolderTypes;
|
|
8347
|
-
};
|
|
8348
|
-
};
|
|
8349
|
-
PlaceholderLoading: () => {
|
|
8350
|
-
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8351
|
-
type: {
|
|
8352
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
8353
|
-
required: true;
|
|
8354
|
-
default: PlaceHolderTypes;
|
|
8355
|
-
};
|
|
8356
|
-
className: {
|
|
8357
|
-
type: import('vue').PropType<string>;
|
|
8358
|
-
default: string;
|
|
8359
|
-
};
|
|
8360
|
-
iconSize: {
|
|
8361
|
-
type: import('vue').PropType<number>;
|
|
8362
|
-
default: number;
|
|
8363
|
-
};
|
|
8364
|
-
searchString: {
|
|
8365
|
-
type: import('vue').PropType<string>;
|
|
8366
|
-
default: string;
|
|
8367
|
-
};
|
|
8368
|
-
retry: {
|
|
8369
|
-
type: import('vue').PropType<() => void>;
|
|
8370
|
-
default: undefined;
|
|
8371
|
-
};
|
|
8372
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8373
|
-
type: {
|
|
8374
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
8375
|
-
required: true;
|
|
8376
|
-
default: PlaceHolderTypes;
|
|
8377
|
-
};
|
|
8378
|
-
className: {
|
|
8379
|
-
type: import('vue').PropType<string>;
|
|
8380
|
-
default: string;
|
|
8381
|
-
};
|
|
8382
|
-
iconSize: {
|
|
8383
|
-
type: import('vue').PropType<number>;
|
|
8384
|
-
default: number;
|
|
8385
|
-
};
|
|
8386
|
-
searchString: {
|
|
8387
|
-
type: import('vue').PropType<string>;
|
|
8388
|
-
default: string;
|
|
8389
|
-
};
|
|
8390
|
-
retry: {
|
|
8391
|
-
type: import('vue').PropType<() => void>;
|
|
8392
|
-
default: undefined;
|
|
8393
|
-
};
|
|
8394
|
-
}>> & Readonly<{}>, {
|
|
8395
|
-
type: PlaceHolderTypes;
|
|
8396
|
-
className: string;
|
|
8397
|
-
iconSize: number;
|
|
8398
|
-
searchString: string;
|
|
8399
|
-
retry: () => void;
|
|
8400
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8401
|
-
props: {
|
|
8402
|
-
type: PlaceHolderTypes;
|
|
8403
|
-
};
|
|
8404
|
-
};
|
|
8405
|
-
PlaceholderLoadError: () => {
|
|
8406
|
-
component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8407
|
-
type: {
|
|
8408
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
8409
|
-
required: true;
|
|
8410
|
-
default: PlaceHolderTypes;
|
|
8411
|
-
};
|
|
8412
|
-
className: {
|
|
8413
|
-
type: import('vue').PropType<string>;
|
|
8414
|
-
default: string;
|
|
8415
|
-
};
|
|
8416
|
-
iconSize: {
|
|
8417
|
-
type: import('vue').PropType<number>;
|
|
8418
|
-
default: number;
|
|
8419
|
-
};
|
|
8420
|
-
searchString: {
|
|
8421
|
-
type: import('vue').PropType<string>;
|
|
8422
|
-
default: string;
|
|
8423
|
-
};
|
|
8424
|
-
retry: {
|
|
8425
|
-
type: import('vue').PropType<() => void>;
|
|
8426
|
-
default: undefined;
|
|
8427
|
-
};
|
|
8428
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8429
|
-
type: {
|
|
8430
|
-
type: import('vue').PropType<PlaceHolderTypes>;
|
|
8431
|
-
required: true;
|
|
8432
|
-
default: PlaceHolderTypes;
|
|
8433
|
-
};
|
|
8434
|
-
className: {
|
|
8435
|
-
type: import('vue').PropType<string>;
|
|
8436
|
-
default: string;
|
|
8437
|
-
};
|
|
8438
|
-
iconSize: {
|
|
8439
|
-
type: import('vue').PropType<number>;
|
|
8440
|
-
default: number;
|
|
8441
|
-
};
|
|
8442
|
-
searchString: {
|
|
8443
|
-
type: import('vue').PropType<string>;
|
|
8444
|
-
default: string;
|
|
8445
|
-
};
|
|
8446
|
-
retry: {
|
|
8447
|
-
type: import('vue').PropType<() => void>;
|
|
8448
|
-
default: undefined;
|
|
8449
|
-
};
|
|
8450
|
-
}>> & Readonly<{}>, {
|
|
8451
|
-
type: PlaceHolderTypes;
|
|
8452
|
-
className: string;
|
|
8453
|
-
iconSize: number;
|
|
8454
|
-
searchString: string;
|
|
8455
|
-
retry: () => void;
|
|
8456
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8457
|
-
props: {
|
|
8458
|
-
type: PlaceHolderTypes;
|
|
8459
|
-
};
|
|
8460
|
-
};
|
|
7120
|
+
PlaceholderEmptyList: undefined;
|
|
7121
|
+
PlaceholderLoading: undefined;
|
|
7122
|
+
PlaceholderLoadError: undefined;
|
|
8461
7123
|
Avatar: () => import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8462
7124
|
size: {
|
|
8463
7125
|
type: import('vue').PropType<import('../Avatar').AvatarSize>;
|
|
@@ -8556,18 +7218,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8556
7218
|
shape: import('../Avatar').AvatarShape;
|
|
8557
7219
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8558
7220
|
}>>> & Readonly<{
|
|
8559
|
-
onBeforeCreateConversation?: ((params:
|
|
7221
|
+
onBeforeCreateConversation?: ((params: string | CreateGroupParams) => any) | undefined;
|
|
8560
7222
|
onConversationCreated?: ((conversation: ConversationModel) => any) | undefined;
|
|
8561
7223
|
onSelectConversation?: ((conversation: ConversationModel) => any) | undefined;
|
|
8562
7224
|
}>, {
|
|
8563
7225
|
Avatar: import('vue').Component<import('../Avatar').AvatarProps>;
|
|
8564
7226
|
Preview: import('vue').Component<import('../..').ConversationPreviewUIProps>;
|
|
8565
7227
|
enableSearch: boolean;
|
|
8566
|
-
PlaceholderEmptyList:
|
|
7228
|
+
PlaceholderEmptyList: import('vue').Component;
|
|
8567
7229
|
ConversationActions: import('vue').Component<import('../..').ConversationActionsProps>;
|
|
8568
7230
|
ConversationCreate: import('vue').Component<import('../..').ConversationCreateProps>;
|
|
8569
|
-
PlaceholderLoading:
|
|
8570
|
-
PlaceholderLoadError:
|
|
7231
|
+
PlaceholderLoading: import('vue').Component;
|
|
7232
|
+
PlaceholderLoadError: import('vue').Component;
|
|
8571
7233
|
enableActions: boolean;
|
|
8572
7234
|
ConversationSearch: import('vue').Component;
|
|
8573
7235
|
enableCreate: boolean;
|