tuikit-atomicx-vue3 4.5.1 → 4.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MessageInput.vue_vue_type_script_setup_true_lang-jPzZ5INK.js → MessageInput.vue_vue_type_script_setup_true_lang-3RVYOdkv.js} +38 -38
- package/dist/{PopoverPortal-DghpKKm8.js → PopoverPortal-DV6zFXcf.js} +3 -3
- package/dist/{PopoverTrigger-BajjNkGO.js → PopoverTrigger-DIjW4PKa.js} +4 -4
- package/dist/{PopperContent-SLoFuK7k.js → PopperContent-D__dbwpA.js} +1 -1
- package/dist/{Teleport-DFrneqLM.js → Teleport-98QrIYDI.js} +278 -268
- package/dist/baseComp/Modal/Modal.js +3 -3
- package/dist/components/AudioSettingPanel/index.js +14 -14
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.js +1 -1
- package/dist/components/BarrageInput/TextEditor/EditorCore.js +4 -4
- package/dist/components/ConversationList/ConversationActions/ConversationActions.js +53 -50
- package/dist/components/ConversationList/ConversationActions/ConversationActions.vue.d.ts +2 -0
- package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +25 -25
- package/dist/components/ConversationList/ConversationList.vue.d.ts +16 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +16 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +18 -18
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTimestamp.js +13 -13
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTitle.js +11 -11
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.js +84 -75
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +4 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUnread.js +14 -14
- package/dist/components/ConversationList/i18n/en-US.d.ts +1 -0
- package/dist/components/ConversationList/i18n/en-US.js +2 -1
- package/dist/components/ConversationList/i18n/zh-CN.d.ts +1 -0
- package/dist/components/ConversationList/i18n/zh-CN.js +2 -1
- package/dist/components/ConversationList/index.d.ts +48 -0
- package/dist/components/LiveScenePanel/index.js +9 -10
- package/dist/components/MessageInput/AttachmentPicker/index.js +2 -2
- package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/MessageInput/MessageInput.js +1 -1
- package/dist/components/MessageInput/TextEditor/EditorCore.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/MentionSuggestion.js +3 -3
- package/dist/components/MessageInput/TextEditor/extensions/characterCountExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/emojiExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/enterKeyExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/imageExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/extensions/mentionExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/index.js +1 -1
- package/dist/components/MessageInput/index.js +1 -1
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +3 -3
- package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.js +37 -28
- package/dist/components/MessageList/MessageList.js +77 -67
- package/dist/components/ScheduleRoomPanel/RoomDetail.js +22 -22
- package/dist/components/ScheduleRoomPanel/RoomEdit.js +1 -1
- package/dist/components/ScheduleRoomPanel/RoomShare.js +4 -4
- package/dist/components/ScheduleRoomPanel/ScheduleRoomPanel.js +1 -1
- package/dist/components/ScheduleRoomPanel/ScheduledRoomList.js +1 -1
- package/dist/components/UIKitModal/chatErrorModal/chatErrorModal.d.ts +72 -0
- package/dist/components/UIKitModal/chatErrorModal/chatErrorModal.js +95 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/en-US/index.d.ts +40 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/en-US/index.js +51 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/index.d.ts +4 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/index.js +6 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.d.ts +40 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.js +51 -0
- package/dist/components/UIKitModal/chatErrorModal/index.d.ts +3 -0
- package/dist/components/UIKitModal/chatErrorModal/index.js +11 -0
- package/dist/components/VideoSettingPanel/index.js +1 -1
- package/dist/hooks/useReadReceipt/useReadReceipt.js +44 -41
- package/dist/index-CTthrJb2.js +1461 -0
- package/dist/{index-CzCDLp99.js → index-DXC5bPY4.js} +32 -32
- package/dist/{index-C8Jw_xE4.js → index-DuAffztD.js} +1731 -1648
- package/dist/{index-CiYL_XsE.js → index-hHVD-MG2.js} +1 -1
- package/dist/index.js +59 -58
- package/dist/states/GroupSettingState/GroupSettingState.js +109 -102
- package/dist/states/LoginState.js +43 -43
- package/dist/states/MessageInputState/MessageInputState.js +75 -78
- package/dist/states/MessageListState/MessageListState.js +26 -23
- package/dist/states/RoomParticipantState/index.js +83 -24
- package/dist/states/RoomParticipantState/participantEventManager.d.ts +2 -2
- package/dist/states/RoomParticipantState/participantEventManager.js +217 -205
- package/dist/states/RoomParticipantState/participantManager.d.ts +4 -0
- package/dist/states/RoomParticipantState/participantManager.js +159 -127
- package/dist/states/RoomState/callManager.d.ts +3 -3
- package/dist/states/RoomState/callManager.js +20 -20
- package/dist/states/RoomState/common.d.ts +3 -2
- package/dist/states/RoomState/common.js +34 -24
- package/dist/states/RoomState/roomManager.d.ts +1 -1
- package/dist/states/RoomState/roomManager.js +37 -34
- package/dist/states/RoomState/scheduleManager.js +21 -27
- package/dist/styles/index.css +1 -1
- package/dist/subEntry/chat/chat.d.ts +48 -0
- package/dist/subEntry/live/index.js +46 -45
- package/dist/subEntry/room/index.js +39 -38
- package/dist/types/beauty.d.ts +20 -0
- package/dist/types/index.js +37 -36
- package/dist/types/participant.d.ts +2 -0
- package/dist/types/room.d.ts +45 -1
- package/dist/types/room.js +4 -3
- package/dist/{useId-D5WE76CM.js → useId-B1VwPJLm.js} +1 -1
- package/dist/utils/call.js +77 -71
- package/dist/{utils-CttDpxqz.js → utils-BU8IkP_V.js} +1 -1
- package/package.json +5 -6
- package/src/components/AudioSettingPanel/index.vue +4 -5
- package/src/components/ConversationList/ConversationActions/ConversationActions.vue +7 -1
- package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +5 -1
- package/src/components/ConversationList/ConversationList.vue +0 -1
- package/src/components/ConversationList/ConversationPreview/ConversationPreview.scss +2 -2
- package/src/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue +15 -0
- package/src/components/ConversationList/i18n/en-US.ts +1 -0
- package/src/components/ConversationList/i18n/zh-CN.ts +1 -0
- package/src/components/LiveScenePanel/index.vue +0 -1
- package/src/components/MessageInput/MessageInput.module.scss +1 -0
- package/src/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +12 -3
- package/src/components/MessageList/MessageList.vue +14 -0
- package/src/components/ScheduleRoomPanel/RoomDetail.vue +1 -0
- package/src/components/ScheduleRoomPanel/RoomEdit.vue +2 -1
- package/src/components/ScheduleRoomPanel/RoomShare.vue +1 -0
- package/src/components/ScheduleRoomPanel/ScheduleRoomPanel.vue +1 -0
- package/src/components/ScheduleRoomPanel/ScheduledRoomList.vue +1 -0
- package/src/components/UIKitModal/chatErrorModal/chatErrorModal.ts +205 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/en-US/index.ts +56 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/index.ts +4 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.ts +56 -0
- package/src/components/UIKitModal/chatErrorModal/index.ts +16 -0
- package/src/components/VideoSettingPanel/index.vue +1 -0
- package/src/hooks/useReadReceipt/useReadReceipt.ts +5 -4
- package/src/types/beauty.ts +20 -0
- package/src/types/participant.ts +3 -0
- package/src/types/room.ts +49 -1
- package/src/utils/call.ts +8 -0
- package/dist/index-BvFYOUyz.js +0 -2936
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as P, computed as w, createElementBlock as t, openBlock as o, normalizeClass as r, createBlock as f, createCommentVNode as d, unref as l, toDisplayString as m } from "vue";
|
|
2
|
-
import
|
|
2
|
+
import q from "@tencentcloud/chat-uikit-engine";
|
|
3
3
|
import { IconMute as p } from "@tencentcloud/uikit-base-component-vue3";
|
|
4
4
|
import { _ as y } from "../../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
5
|
const k = /* @__PURE__ */ P({
|
|
@@ -8,32 +8,32 @@ const k = /* @__PURE__ */ P({
|
|
|
8
8
|
conversation: {}
|
|
9
9
|
},
|
|
10
10
|
setup(n) {
|
|
11
|
-
const
|
|
12
|
-
var e,
|
|
13
|
-
return (
|
|
11
|
+
const v = n, u = w(() => {
|
|
12
|
+
var e, _;
|
|
13
|
+
return (_ = (e = v.conversation) == null ? void 0 : e.markList) == null ? void 0 : _.includes(q.TYPES.CONV_MARK_TYPE_UNREAD);
|
|
14
14
|
});
|
|
15
|
-
return (e,
|
|
16
|
-
var
|
|
15
|
+
return (e, _) => {
|
|
16
|
+
var a, i, s, c;
|
|
17
17
|
return o(), t("div", {
|
|
18
18
|
class: r(e.$style.conversationPreview__unread)
|
|
19
19
|
}, [
|
|
20
|
-
(
|
|
20
|
+
(a = n.conversation) != null && a.isMuted ? (o(), f(l(p), { key: 0 })) : ((i = n.conversation) == null ? void 0 : i.unreadCount) > 99 ? (o(), t("span", {
|
|
21
21
|
key: 1,
|
|
22
22
|
class: r(e.$style["unread-count"])
|
|
23
|
-
}, "99+", 2)) : ((
|
|
23
|
+
}, "99+", 2)) : ((s = n.conversation) == null ? void 0 : s.unreadCount) > 0 ? (o(), t("span", {
|
|
24
24
|
key: 2,
|
|
25
25
|
class: r(e.$style["unread-count"])
|
|
26
|
-
}, m((
|
|
26
|
+
}, m((c = n.conversation) == null ? void 0 : c.unreadCount), 3)) : u.value ? (o(), t("span", {
|
|
27
27
|
key: 3,
|
|
28
28
|
class: r(e.$style["unread-count"])
|
|
29
29
|
}, "1", 2)) : d("", !0)
|
|
30
30
|
], 2);
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
}), C = "
|
|
33
|
+
}), C = "_conversationPreview_3f9qu_12", b = "_conversationPreview__avatar_3f9qu_34", M = "_conversationPreview__content_3f9qu_38", h = "_conversationPreview__header_3f9qu_42", E = "_conversationPreview__title_3f9qu_48", U = "_conversationPreview__time_3f9qu_58", $ = "_conversationPreview__footer_3f9qu_65", B = "_conversationPreview__abstract_3f9qu_70", D = "_conversationPreview__abstract__drafts_3f9qu_79", N = "_conversationPreview__external_3f9qu_85", T = "_conversationPreview__unread_3f9qu_94", g = "_conversationPreview__actions_3f9qu_114", x = {
|
|
34
34
|
conversationPreview: C,
|
|
35
|
-
"conversationPreview--active": "_conversationPreview--
|
|
36
|
-
"conversationPreview--pin": "_conversationPreview--
|
|
35
|
+
"conversationPreview--active": "_conversationPreview--active_3f9qu_28",
|
|
36
|
+
"conversationPreview--pin": "_conversationPreview--pin_3f9qu_31",
|
|
37
37
|
conversationPreview__avatar: b,
|
|
38
38
|
conversationPreview__content: M,
|
|
39
39
|
conversationPreview__header: h,
|
|
@@ -42,10 +42,10 @@ const k = /* @__PURE__ */ P({
|
|
|
42
42
|
conversationPreview__footer: $,
|
|
43
43
|
conversationPreview__abstract: B,
|
|
44
44
|
conversationPreview__abstract__drafts: D,
|
|
45
|
-
"conversationPreview__abstract__at-info": "_conversationPreview__abstract__at-
|
|
45
|
+
"conversationPreview__abstract__at-info": "_conversationPreview__abstract__at-info_3f9qu_82",
|
|
46
46
|
conversationPreview__external: N,
|
|
47
47
|
conversationPreview__unread: T,
|
|
48
|
-
"unread-count": "_unread-
|
|
48
|
+
"unread-count": "_unread-count_3f9qu_101",
|
|
49
49
|
conversationPreview__actions: g
|
|
50
50
|
}, A = {
|
|
51
51
|
$style: x
|
|
@@ -66,7 +66,8 @@ const e = {
|
|
|
66
66
|
the_group_chat_has_been_disbanded: "The group chat has been disbanded",
|
|
67
67
|
you_have_left_the_group_chat: "You have left the group chat",
|
|
68
68
|
someone_at_me: "You were mentioned",
|
|
69
|
-
at_all: "@All"
|
|
69
|
+
at_all: "@All",
|
|
70
|
+
group_id_already_used: "The group ID for creating the group chat is already in use, please choose a different group ID."
|
|
70
71
|
}
|
|
71
72
|
};
|
|
72
73
|
export {
|
|
@@ -292,6 +292,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
292
292
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
293
293
|
close: () => void;
|
|
294
294
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
295
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
295
296
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
296
297
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
297
298
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -353,6 +354,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
353
354
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
354
355
|
onClose?: (() => any) | undefined;
|
|
355
356
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
357
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
356
358
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
357
359
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
358
360
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -627,6 +629,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
627
629
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
628
630
|
close: () => void;
|
|
629
631
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
632
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
630
633
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
631
634
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
632
635
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -688,6 +691,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
688
691
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
689
692
|
onClose?: (() => any) | undefined;
|
|
690
693
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
694
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
691
695
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
692
696
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
693
697
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -957,6 +961,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
957
961
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
958
962
|
close: () => void;
|
|
959
963
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
964
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
960
965
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
961
966
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
962
967
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -1018,6 +1023,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
1018
1023
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
1019
1024
|
onClose?: (() => any) | undefined;
|
|
1020
1025
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1026
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1021
1027
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1022
1028
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1023
1029
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -1184,6 +1190,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
1184
1190
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
1185
1191
|
close: () => void;
|
|
1186
1192
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
1193
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
1187
1194
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
1188
1195
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
1189
1196
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -1245,6 +1252,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
1245
1252
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
1246
1253
|
onClose?: (() => any) | undefined;
|
|
1247
1254
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1255
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1248
1256
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1249
1257
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1250
1258
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -3967,6 +3975,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
3967
3975
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
3968
3976
|
close: () => void;
|
|
3969
3977
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
3978
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
3970
3979
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
3971
3980
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
3972
3981
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -4028,6 +4037,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4028
4037
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
4029
4038
|
onClose?: (() => any) | undefined;
|
|
4030
4039
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4040
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
4031
4041
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4032
4042
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4033
4043
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -4302,6 +4312,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4302
4312
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
4303
4313
|
close: () => void;
|
|
4304
4314
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4315
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
4305
4316
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4306
4317
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4307
4318
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -4363,6 +4374,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4363
4374
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
4364
4375
|
onClose?: (() => any) | undefined;
|
|
4365
4376
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4377
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
4366
4378
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4367
4379
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4368
4380
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -4632,6 +4644,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4632
4644
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
4633
4645
|
close: () => void;
|
|
4634
4646
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4647
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
4635
4648
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4636
4649
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4637
4650
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -4693,6 +4706,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4693
4706
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
4694
4707
|
onClose?: (() => any) | undefined;
|
|
4695
4708
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4709
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
4696
4710
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4697
4711
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4698
4712
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -4859,6 +4873,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4859
4873
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
4860
4874
|
close: () => void;
|
|
4861
4875
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4876
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
4862
4877
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4863
4878
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
4864
4879
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -4920,6 +4935,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
4920
4935
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
4921
4936
|
onClose?: (() => any) | undefined;
|
|
4922
4937
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4938
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
4923
4939
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4924
4940
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
4925
4941
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -7421,6 +7437,7 @@ declare const ConversationActions: import('vue').DefineComponent<import('vue').E
|
|
|
7421
7437
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
7422
7438
|
close: () => void;
|
|
7423
7439
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
7440
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
7424
7441
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
7425
7442
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
7426
7443
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -7482,6 +7499,7 @@ declare const ConversationActions: import('vue').DefineComponent<import('vue').E
|
|
|
7482
7499
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
7483
7500
|
onClose?: (() => any) | undefined;
|
|
7484
7501
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
7502
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
7485
7503
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
7486
7504
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
7487
7505
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -8120,6 +8138,7 @@ declare const ConversationPreview: {
|
|
|
8120
8138
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
8121
8139
|
close: () => void;
|
|
8122
8140
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8141
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
8123
8142
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8124
8143
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8125
8144
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -8181,6 +8200,7 @@ declare const ConversationPreview: {
|
|
|
8181
8200
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
8182
8201
|
onClose?: (() => any) | undefined;
|
|
8183
8202
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8203
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
8184
8204
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8185
8205
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8186
8206
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -8455,6 +8475,7 @@ declare const ConversationPreview: {
|
|
|
8455
8475
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
8456
8476
|
close: () => void;
|
|
8457
8477
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8478
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
8458
8479
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8459
8480
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8460
8481
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -8516,6 +8537,7 @@ declare const ConversationPreview: {
|
|
|
8516
8537
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
8517
8538
|
onClose?: (() => any) | undefined;
|
|
8518
8539
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8540
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
8519
8541
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8520
8542
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8521
8543
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -8785,6 +8807,7 @@ declare const ConversationPreview: {
|
|
|
8785
8807
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
8786
8808
|
close: () => void;
|
|
8787
8809
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8810
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
8788
8811
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8789
8812
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
8790
8813
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -8846,6 +8869,7 @@ declare const ConversationPreview: {
|
|
|
8846
8869
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
8847
8870
|
onClose?: (() => any) | undefined;
|
|
8848
8871
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8872
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
8849
8873
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8850
8874
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8851
8875
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -9008,6 +9032,7 @@ declare const ConversationPreview: {
|
|
|
9008
9032
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
9009
9033
|
close: () => void;
|
|
9010
9034
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9035
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
9011
9036
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9012
9037
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9013
9038
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -9069,6 +9094,7 @@ declare const ConversationPreview: {
|
|
|
9069
9094
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
9070
9095
|
onClose?: (() => any) | undefined;
|
|
9071
9096
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9097
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
9072
9098
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9073
9099
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9074
9100
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -9410,6 +9436,7 @@ declare const ConversationPreview: {
|
|
|
9410
9436
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
9411
9437
|
close: () => void;
|
|
9412
9438
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9439
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
9413
9440
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9414
9441
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9415
9442
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -9471,6 +9498,7 @@ declare const ConversationPreview: {
|
|
|
9471
9498
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
9472
9499
|
onClose?: (() => any) | undefined;
|
|
9473
9500
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9501
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
9474
9502
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9475
9503
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9476
9504
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -9745,6 +9773,7 @@ declare const ConversationPreview: {
|
|
|
9745
9773
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
9746
9774
|
close: () => void;
|
|
9747
9775
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9776
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
9748
9777
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9749
9778
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
9750
9779
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -9806,6 +9835,7 @@ declare const ConversationPreview: {
|
|
|
9806
9835
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
9807
9836
|
onClose?: (() => any) | undefined;
|
|
9808
9837
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9838
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
9809
9839
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9810
9840
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9811
9841
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -10075,6 +10105,7 @@ declare const ConversationPreview: {
|
|
|
10075
10105
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
10076
10106
|
close: () => void;
|
|
10077
10107
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10108
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
10078
10109
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10079
10110
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10080
10111
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -10136,6 +10167,7 @@ declare const ConversationPreview: {
|
|
|
10136
10167
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
10137
10168
|
onClose?: (() => any) | undefined;
|
|
10138
10169
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10170
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
10139
10171
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10140
10172
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10141
10173
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -10298,6 +10330,7 @@ declare const ConversationPreview: {
|
|
|
10298
10330
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
10299
10331
|
close: () => void;
|
|
10300
10332
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10333
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
10301
10334
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10302
10335
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10303
10336
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -10359,6 +10392,7 @@ declare const ConversationPreview: {
|
|
|
10359
10392
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
10360
10393
|
onClose?: (() => any) | undefined;
|
|
10361
10394
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10395
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
10362
10396
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10363
10397
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10364
10398
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -10695,6 +10729,7 @@ declare const ConversationPreview: {
|
|
|
10695
10729
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
10696
10730
|
close: () => void;
|
|
10697
10731
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10732
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
10698
10733
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10699
10734
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
10700
10735
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -10756,6 +10791,7 @@ declare const ConversationPreview: {
|
|
|
10756
10791
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
10757
10792
|
onClose?: (() => any) | undefined;
|
|
10758
10793
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10794
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
10759
10795
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10760
10796
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10761
10797
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11030,6 +11066,7 @@ declare const ConversationPreview: {
|
|
|
11030
11066
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
11031
11067
|
close: () => void;
|
|
11032
11068
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11069
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11033
11070
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11034
11071
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11035
11072
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11091,6 +11128,7 @@ declare const ConversationPreview: {
|
|
|
11091
11128
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
11092
11129
|
onClose?: (() => any) | undefined;
|
|
11093
11130
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11131
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11094
11132
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11095
11133
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11096
11134
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11360,6 +11398,7 @@ declare const ConversationPreview: {
|
|
|
11360
11398
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
11361
11399
|
close: () => void;
|
|
11362
11400
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11401
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11363
11402
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11364
11403
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11365
11404
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11421,6 +11460,7 @@ declare const ConversationPreview: {
|
|
|
11421
11460
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
11422
11461
|
onClose?: (() => any) | undefined;
|
|
11423
11462
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11463
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11424
11464
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11425
11465
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11426
11466
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11583,6 +11623,7 @@ declare const ConversationPreview: {
|
|
|
11583
11623
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
11584
11624
|
close: () => void;
|
|
11585
11625
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11626
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11586
11627
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11587
11628
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11588
11629
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11644,6 +11685,7 @@ declare const ConversationPreview: {
|
|
|
11644
11685
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
11645
11686
|
onClose?: (() => any) | undefined;
|
|
11646
11687
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11688
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11647
11689
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11648
11690
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11649
11691
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11870,6 +11912,7 @@ declare const ConversationPreviewUI: {
|
|
|
11870
11912
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
11871
11913
|
close: () => void;
|
|
11872
11914
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11915
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11873
11916
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11874
11917
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
11875
11918
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11931,6 +11974,7 @@ declare const ConversationPreviewUI: {
|
|
|
11931
11974
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
11932
11975
|
onClose?: (() => any) | undefined;
|
|
11933
11976
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11977
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11934
11978
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11935
11979
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11936
11980
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -12205,6 +12249,7 @@ declare const ConversationPreviewUI: {
|
|
|
12205
12249
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
12206
12250
|
close: () => void;
|
|
12207
12251
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
12252
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
12208
12253
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
12209
12254
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
12210
12255
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -12266,6 +12311,7 @@ declare const ConversationPreviewUI: {
|
|
|
12266
12311
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
12267
12312
|
onClose?: (() => any) | undefined;
|
|
12268
12313
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12314
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
12269
12315
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12270
12316
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12271
12317
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -12535,6 +12581,7 @@ declare const ConversationPreviewUI: {
|
|
|
12535
12581
|
click: (e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => void;
|
|
12536
12582
|
close: () => void;
|
|
12537
12583
|
markConversationUnread: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
12584
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
12538
12585
|
conversationPin: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
12539
12586
|
conversationMute: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
12540
12587
|
conversationDelete: (conversation: import('../..').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -12596,6 +12643,7 @@ declare const ConversationPreviewUI: {
|
|
|
12596
12643
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('../..').ConversationModel | undefined) => any) | undefined;
|
|
12597
12644
|
onClose?: (() => any) | undefined;
|
|
12598
12645
|
onMarkConversationUnread?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12646
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
12599
12647
|
onConversationPin?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12600
12648
|
onConversationMute?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12601
12649
|
onConversationDelete?: ((conversation: import('../..').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -17,11 +17,11 @@ import { _ as ve } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
|
|
17
17
|
const ye = { class: "materials-list" }, ke = /* @__PURE__ */ ee({
|
|
18
18
|
__name: "index",
|
|
19
19
|
setup(Ce) {
|
|
20
|
-
const { t: n } = de(), { currentLive: g } = he(), { mediaSourceList: f, publishVideoQuality: U, addMediaSource: l, updateMediaSource:
|
|
20
|
+
const { t: n } = de(), { currentLive: g } = he(), { mediaSourceList: f, publishVideoQuality: U, addMediaSource: l, updateMediaSource: D, clearMediaSource: P } = ge(), { getCameraList: z } = fe();
|
|
21
21
|
le.once("ready", async () => {
|
|
22
|
-
await
|
|
22
|
+
await z();
|
|
23
23
|
});
|
|
24
|
-
const
|
|
24
|
+
const A = V(
|
|
25
25
|
() => [...f.value].sort(
|
|
26
26
|
(e, t) => {
|
|
27
27
|
var a, i;
|
|
@@ -49,7 +49,7 @@ const ye = { class: "materials-list" }, ke = /* @__PURE__ */ ee({
|
|
|
49
49
|
});
|
|
50
50
|
}
|
|
51
51
|
}, T = async (e, t) => {
|
|
52
|
-
console.log("updateMaterial", t), await
|
|
52
|
+
console.log("updateMaterial", t), await D(e, t), v(), M();
|
|
53
53
|
}, y = s(null), Q = (e) => {
|
|
54
54
|
y.value = e, h.value = !0;
|
|
55
55
|
}, u = s(null);
|
|
@@ -110,7 +110,6 @@ const ye = { class: "materials-list" }, ke = /* @__PURE__ */ ee({
|
|
|
110
110
|
name: n("Screen"),
|
|
111
111
|
screen: {
|
|
112
112
|
resolution: se.TRTCVideoResolution_1920_1080,
|
|
113
|
-
systemAudio: !0,
|
|
114
113
|
fps: 15
|
|
115
114
|
}
|
|
116
115
|
});
|
|
@@ -153,7 +152,7 @@ const ye = { class: "materials-list" }, ke = /* @__PURE__ */ ee({
|
|
|
153
152
|
u.value = e, m.value = !0;
|
|
154
153
|
};
|
|
155
154
|
return te(() => {
|
|
156
|
-
|
|
155
|
+
P();
|
|
157
156
|
}), (e, t) => (c(), L("div", {
|
|
158
157
|
class: ae(["live-scene-panel", { "no-material": I(f).length === 0 }])
|
|
159
158
|
}, [
|
|
@@ -162,7 +161,7 @@ const ye = { class: "materials-list" }, ke = /* @__PURE__ */ ee({
|
|
|
162
161
|
onAddMaterial: F
|
|
163
162
|
}, null, 8, ["displayMode"]),
|
|
164
163
|
ie("div", ye, [
|
|
165
|
-
(c(!0), L(re, null, ne(
|
|
164
|
+
(c(!0), L(re, null, ne(A.value, (a) => (c(), k(pe, {
|
|
166
165
|
key: a.id,
|
|
167
166
|
material: a,
|
|
168
167
|
onCameraSetting: (i) => G(a),
|
|
@@ -184,10 +183,10 @@ const ye = { class: "materials-list" }, ke = /* @__PURE__ */ ee({
|
|
|
184
183
|
}, null, 8, ["material"])) : b("", !0)
|
|
185
184
|
], 2));
|
|
186
185
|
}
|
|
187
|
-
}), Se = /* @__PURE__ */ ve(ke, [["__scopeId", "data-v-
|
|
186
|
+
}), Se = /* @__PURE__ */ ve(ke, [["__scopeId", "data-v-571e9fbf"]]);
|
|
188
187
|
N("en-US", { translation: J });
|
|
189
188
|
N("zh-CN", { translation: X });
|
|
190
|
-
const
|
|
189
|
+
const Ae = Se;
|
|
191
190
|
export {
|
|
192
|
-
|
|
191
|
+
Ae as LiveScenePanel
|
|
193
192
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as E, computed as k, createElementBlock as o, openBlock as t, normalizeClass as n, unref as e, createBlock as s, withCtx as r, createVNode as c, renderSlot as b, createElementVNode as I, Fragment as f, renderList as P, resolveDynamicComponent as h, mergeProps as C } from "vue";
|
|
2
2
|
import { useUIKit as D, IconPlus as q } from "@tencentcloud/uikit-base-component-vue3";
|
|
3
|
-
import { P as A, a as x, b as L } from "../../../PopoverPortal-
|
|
4
|
-
import { P as N } from "../../../PopoverTrigger-
|
|
3
|
+
import { P as A, a as x, b as L } from "../../../PopoverPortal-DV6zFXcf.js";
|
|
4
|
+
import { P as N } from "../../../PopoverTrigger-DIjW4PKa.js";
|
|
5
5
|
import S from "./FilePicker.js";
|
|
6
6
|
import V from "./ImagePicker.js";
|
|
7
7
|
import z from "./VideoPicker.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as g, ref as C, useCssModule as E, onMounted as P, createBlock as h, openBlock as _, unref as e, withCtx as s, createVNode as i, createElementVNode as n, mergeProps as x, renderSlot as M, normalizeClass as a, createElementBlock as u, Fragment as I, renderList as $ } from "vue";
|
|
2
2
|
import { useUIKit as z, IconEmoji as B } from "@tencentcloud/uikit-base-component-vue3";
|
|
3
3
|
import { c as O } from "../../../index-DPczIrgX.js";
|
|
4
|
-
import { P as T, a as y, b as S } from "../../../PopoverPortal-
|
|
5
|
-
import { P as U } from "../../../PopoverTrigger-
|
|
4
|
+
import { P as T, a as y, b as S } from "../../../PopoverPortal-DV6zFXcf.js";
|
|
5
|
+
import { P as U } from "../../../PopoverTrigger-DIjW4PKa.js";
|
|
6
6
|
import { View as w } from "../../../baseComp/View/index.js";
|
|
7
7
|
import { emojiUrlMap as c, emojiBaseUrl as m } from "../../../constants/emoji.js";
|
|
8
8
|
import { transformTextWithEmojiKeyToName as N } from "../../../utils/emoji.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as f, P as u } from "../../../index-
|
|
1
|
+
import { S as f, P as u } from "../../../index-CTthrJb2.js";
|
|
2
2
|
import { CharacterCount as l } from "./extensions/characterCountExtension.js";
|
|
3
3
|
import { createEnterKeyExtension as p } from "./extensions/enterKeyExtension.js";
|
|
4
4
|
import { createEmojiExtension as E } from "./extensions/emojiExtension.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as q, onBeforeMount as j, onUnmounted as W, createBlock as C, openBlock as a, unref as u, normalizeProps as Y, guardReactiveProps as H, withCtx as w, renderSlot as J, ref as m, computed as d, watch as S, onMounted as X, onBeforeUnmount as Z, createCommentVNode as k, createVNode as U, createElementVNode as M, createElementBlock as _, Fragment as ee, renderList as te, normalizeClass as ne, toDisplayString as A } from "vue";
|
|
2
|
-
import { i as oe, P as le, a as re, b as ae } from "../../../../PopoverPortal-
|
|
3
|
-
import { u as se } from "../../../../Teleport-
|
|
4
|
-
import { P as ue } from "../../../../PopperContent-
|
|
2
|
+
import { i as oe, P as le, a as re, b as ae } from "../../../../PopoverPortal-DV6zFXcf.js";
|
|
3
|
+
import { u as se } from "../../../../Teleport-98QrIYDI.js";
|
|
4
|
+
import { P as ue } from "../../../../PopperContent-D__dbwpA.js";
|
|
5
5
|
import { throttle as ie } from "../../../../utils/lodash.js";
|
|
6
6
|
import { TUIChatEngine as ce } from "@tencentcloud/chat-uikit-engine";
|
|
7
7
|
import { useUIKit as ve } from "@tencentcloud/uikit-base-component-vue3";
|