tuikit-atomicx-vue3 4.5.1 → 4.5.2
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 +0 -1
- package/dist/states/RoomState/roomManager.js +21 -27
- package/dist/states/RoomState/scheduleManager.js +2 -2
- 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
|
@@ -1636,6 +1636,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
1636
1636
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
1637
1637
|
close: () => void;
|
|
1638
1638
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
1639
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
1639
1640
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
1640
1641
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
1641
1642
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -1697,6 +1698,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
1697
1698
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
1698
1699
|
onClose?: (() => any) | undefined;
|
|
1699
1700
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1701
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1700
1702
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1701
1703
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
1702
1704
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -1971,6 +1973,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
1971
1973
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
1972
1974
|
close: () => void;
|
|
1973
1975
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
1976
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
1974
1977
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
1975
1978
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
1976
1979
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -2032,6 +2035,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
2032
2035
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
2033
2036
|
onClose?: (() => any) | undefined;
|
|
2034
2037
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2038
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
2035
2039
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2036
2040
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2037
2041
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -2301,6 +2305,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
2301
2305
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
2302
2306
|
close: () => void;
|
|
2303
2307
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
2308
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
2304
2309
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
2305
2310
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
2306
2311
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -2362,6 +2367,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
2362
2367
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
2363
2368
|
onClose?: (() => any) | undefined;
|
|
2364
2369
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2370
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
2365
2371
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2366
2372
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2367
2373
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -2528,6 +2534,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
2528
2534
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
2529
2535
|
close: () => void;
|
|
2530
2536
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
2537
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
2531
2538
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
2532
2539
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
2533
2540
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -2589,6 +2596,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
2589
2596
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
2590
2597
|
onClose?: (() => any) | undefined;
|
|
2591
2598
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2599
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
2592
2600
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2593
2601
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
2594
2602
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -5311,6 +5319,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
5311
5319
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
5312
5320
|
close: () => void;
|
|
5313
5321
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5322
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
5314
5323
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5315
5324
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5316
5325
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -5372,6 +5381,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
5372
5381
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
5373
5382
|
onClose?: (() => any) | undefined;
|
|
5374
5383
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
5384
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
5375
5385
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
5376
5386
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
5377
5387
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -5646,6 +5656,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
5646
5656
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
5647
5657
|
close: () => void;
|
|
5648
5658
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5659
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
5649
5660
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5650
5661
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5651
5662
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -5707,6 +5718,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
5707
5718
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
5708
5719
|
onClose?: (() => any) | undefined;
|
|
5709
5720
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
5721
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
5710
5722
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
5711
5723
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
5712
5724
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -5976,6 +5988,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
5976
5988
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
5977
5989
|
close: () => void;
|
|
5978
5990
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5991
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
5979
5992
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5980
5993
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
5981
5994
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -6037,6 +6050,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
6037
6050
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
6038
6051
|
onClose?: (() => any) | undefined;
|
|
6039
6052
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
6053
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
6040
6054
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
6041
6055
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
6042
6056
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -6203,6 +6217,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
6203
6217
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
6204
6218
|
close: () => void;
|
|
6205
6219
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
6220
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
6206
6221
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
6207
6222
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
6208
6223
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -6264,6 +6279,7 @@ declare const ConversationList: import('vue').DefineComponent<import('vue').Extr
|
|
|
6264
6279
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
6265
6280
|
onClose?: (() => any) | undefined;
|
|
6266
6281
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
6282
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
6267
6283
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
6268
6284
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
6269
6285
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -8765,6 +8781,7 @@ declare const ConversationActions: import('vue').DefineComponent<import('vue').E
|
|
|
8765
8781
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
8766
8782
|
close: () => void;
|
|
8767
8783
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
8784
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
8768
8785
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
8769
8786
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
8770
8787
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -8826,6 +8843,7 @@ declare const ConversationActions: import('vue').DefineComponent<import('vue').E
|
|
|
8826
8843
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
8827
8844
|
onClose?: (() => any) | undefined;
|
|
8828
8845
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8846
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
8829
8847
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8830
8848
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
8831
8849
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -9380,6 +9398,7 @@ declare const ConversationPreview: {
|
|
|
9380
9398
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
9381
9399
|
close: () => void;
|
|
9382
9400
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
9401
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
9383
9402
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
9384
9403
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
9385
9404
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -9441,6 +9460,7 @@ declare const ConversationPreview: {
|
|
|
9441
9460
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
9442
9461
|
onClose?: (() => any) | undefined;
|
|
9443
9462
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9463
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
9444
9464
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9445
9465
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9446
9466
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -9715,6 +9735,7 @@ declare const ConversationPreview: {
|
|
|
9715
9735
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
9716
9736
|
close: () => void;
|
|
9717
9737
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
9738
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
9718
9739
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
9719
9740
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
9720
9741
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -9776,6 +9797,7 @@ declare const ConversationPreview: {
|
|
|
9776
9797
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
9777
9798
|
onClose?: (() => any) | undefined;
|
|
9778
9799
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9800
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
9779
9801
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9780
9802
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
9781
9803
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -10045,6 +10067,7 @@ declare const ConversationPreview: {
|
|
|
10045
10067
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
10046
10068
|
close: () => void;
|
|
10047
10069
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10070
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
10048
10071
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10049
10072
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10050
10073
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -10106,6 +10129,7 @@ declare const ConversationPreview: {
|
|
|
10106
10129
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
10107
10130
|
onClose?: (() => any) | undefined;
|
|
10108
10131
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10132
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
10109
10133
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10110
10134
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10111
10135
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -10268,6 +10292,7 @@ declare const ConversationPreview: {
|
|
|
10268
10292
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
10269
10293
|
close: () => void;
|
|
10270
10294
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10295
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
10271
10296
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10272
10297
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10273
10298
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -10329,6 +10354,7 @@ declare const ConversationPreview: {
|
|
|
10329
10354
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
10330
10355
|
onClose?: (() => any) | undefined;
|
|
10331
10356
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10357
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
10332
10358
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10333
10359
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10334
10360
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -10670,6 +10696,7 @@ declare const ConversationPreview: {
|
|
|
10670
10696
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
10671
10697
|
close: () => void;
|
|
10672
10698
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10699
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
10673
10700
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10674
10701
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
10675
10702
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -10731,6 +10758,7 @@ declare const ConversationPreview: {
|
|
|
10731
10758
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
10732
10759
|
onClose?: (() => any) | undefined;
|
|
10733
10760
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10761
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
10734
10762
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10735
10763
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
10736
10764
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11005,6 +11033,7 @@ declare const ConversationPreview: {
|
|
|
11005
11033
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
11006
11034
|
close: () => void;
|
|
11007
11035
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11036
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11008
11037
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11009
11038
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11010
11039
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11066,6 +11095,7 @@ declare const ConversationPreview: {
|
|
|
11066
11095
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
11067
11096
|
onClose?: (() => any) | undefined;
|
|
11068
11097
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11098
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11069
11099
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11070
11100
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11071
11101
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11335,6 +11365,7 @@ declare const ConversationPreview: {
|
|
|
11335
11365
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
11336
11366
|
close: () => void;
|
|
11337
11367
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11368
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11338
11369
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11339
11370
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11340
11371
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11396,6 +11427,7 @@ declare const ConversationPreview: {
|
|
|
11396
11427
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
11397
11428
|
onClose?: (() => any) | undefined;
|
|
11398
11429
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11430
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11399
11431
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11400
11432
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11401
11433
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11558,6 +11590,7 @@ declare const ConversationPreview: {
|
|
|
11558
11590
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
11559
11591
|
close: () => void;
|
|
11560
11592
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11593
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11561
11594
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11562
11595
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11563
11596
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -11619,6 +11652,7 @@ declare const ConversationPreview: {
|
|
|
11619
11652
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
11620
11653
|
onClose?: (() => any) | undefined;
|
|
11621
11654
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11655
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
11622
11656
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11623
11657
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
11624
11658
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -11955,6 +11989,7 @@ declare const ConversationPreview: {
|
|
|
11955
11989
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
11956
11990
|
close: () => void;
|
|
11957
11991
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11992
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
11958
11993
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11959
11994
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
11960
11995
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -12016,6 +12051,7 @@ declare const ConversationPreview: {
|
|
|
12016
12051
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
12017
12052
|
onClose?: (() => any) | undefined;
|
|
12018
12053
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12054
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
12019
12055
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12020
12056
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12021
12057
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -12290,6 +12326,7 @@ declare const ConversationPreview: {
|
|
|
12290
12326
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
12291
12327
|
close: () => void;
|
|
12292
12328
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12329
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
12293
12330
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12294
12331
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12295
12332
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -12351,6 +12388,7 @@ declare const ConversationPreview: {
|
|
|
12351
12388
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
12352
12389
|
onClose?: (() => any) | undefined;
|
|
12353
12390
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12391
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
12354
12392
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12355
12393
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12356
12394
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -12620,6 +12658,7 @@ declare const ConversationPreview: {
|
|
|
12620
12658
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
12621
12659
|
close: () => void;
|
|
12622
12660
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12661
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
12623
12662
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12624
12663
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12625
12664
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -12681,6 +12720,7 @@ declare const ConversationPreview: {
|
|
|
12681
12720
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
12682
12721
|
onClose?: (() => any) | undefined;
|
|
12683
12722
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12723
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
12684
12724
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12685
12725
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12686
12726
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -12843,6 +12883,7 @@ declare const ConversationPreview: {
|
|
|
12843
12883
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
12844
12884
|
close: () => void;
|
|
12845
12885
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12886
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
12846
12887
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12847
12888
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
12848
12889
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -12904,6 +12945,7 @@ declare const ConversationPreview: {
|
|
|
12904
12945
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
12905
12946
|
onClose?: (() => any) | undefined;
|
|
12906
12947
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12948
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
12907
12949
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12908
12950
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
12909
12951
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -13130,6 +13172,7 @@ declare const ConversationPreviewUI: {
|
|
|
13130
13172
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
13131
13173
|
close: () => void;
|
|
13132
13174
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13175
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
13133
13176
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13134
13177
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13135
13178
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -13191,6 +13234,7 @@ declare const ConversationPreviewUI: {
|
|
|
13191
13234
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
13192
13235
|
onClose?: (() => any) | undefined;
|
|
13193
13236
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13237
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
13194
13238
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13195
13239
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13196
13240
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -13465,6 +13509,7 @@ declare const ConversationPreviewUI: {
|
|
|
13465
13509
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
13466
13510
|
close: () => void;
|
|
13467
13511
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13512
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
13468
13513
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13469
13514
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13470
13515
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -13526,6 +13571,7 @@ declare const ConversationPreviewUI: {
|
|
|
13526
13571
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
13527
13572
|
onClose?: (() => any) | undefined;
|
|
13528
13573
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13574
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
13529
13575
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13530
13576
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13531
13577
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -13795,6 +13841,7 @@ declare const ConversationPreviewUI: {
|
|
|
13795
13841
|
click: (e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => void;
|
|
13796
13842
|
close: () => void;
|
|
13797
13843
|
markConversationUnread: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13844
|
+
dropdownVisibleChange: (visible: boolean) => void;
|
|
13798
13845
|
conversationPin: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13799
13846
|
conversationMute: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
13800
13847
|
conversationDelete: (conversation: import('./chat').ConversationModel, e?: Event | undefined) => void;
|
|
@@ -13856,6 +13903,7 @@ declare const ConversationPreviewUI: {
|
|
|
13856
13903
|
onClick?: ((e: Event, key?: string | undefined, conversation?: import('./chat').ConversationModel | undefined) => any) | undefined;
|
|
13857
13904
|
onClose?: (() => any) | undefined;
|
|
13858
13905
|
onMarkConversationUnread?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13906
|
+
onDropdownVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
13859
13907
|
onConversationPin?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13860
13908
|
onConversationMute?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
13861
13909
|
onConversationDelete?: ((conversation: import('./chat').ConversationModel, e?: Event | undefined) => any) | undefined;
|
|
@@ -2,11 +2,11 @@ import '../../styles/index.css';
|
|
|
2
2
|
import e from "./server.js";
|
|
3
3
|
import { useLoginState as a } from "../../states/LoginState.js";
|
|
4
4
|
import { useUIKitModalState as n } from "../../states/UIKitModalState/UIKitModalState.js";
|
|
5
|
-
import { default as
|
|
6
|
-
import { DEFAULT_GROUP_AVATAR_AVCHATROOM as u, DEFAULT_GROUP_AVATAR_COMMON as T, DEFAULT_GROUP_AVATAR_MEETING as f, DEFAULT_GROUP_AVATAR_PUBLIC as l, DEFAULT_GROUP_AVATAR_WORK as
|
|
5
|
+
import { default as s } from "../../components/Avatar/Avatar.js";
|
|
6
|
+
import { DEFAULT_GROUP_AVATAR_AVCHATROOM as u, DEFAULT_GROUP_AVATAR_COMMON as T, DEFAULT_GROUP_AVATAR_MEETING as f, DEFAULT_GROUP_AVATAR_PUBLIC as l, DEFAULT_GROUP_AVATAR_WORK as R, DEFAULT_USER_AVATAR as x } from "../../components/Avatar/constants/avatar.js";
|
|
7
7
|
import { UserPicker as S } from "../../components/UserPicker/index.js";
|
|
8
8
|
import { UIKitModal as y } from "../../components/UIKitModal/UIKitModal.js";
|
|
9
|
-
import { useRoomModal as
|
|
9
|
+
import { useRoomModal as d } from "../../components/UIKitModal/useRoomModal/index.js";
|
|
10
10
|
import { useDeviceState as L } from "../../states/DeviceState/DeviceState.js";
|
|
11
11
|
import { useRoomEngine as C } from "../../hooks/useRoomEngine.js";
|
|
12
12
|
import { AudioSettingPanel as M } from "../../components/AudioSettingPanel/index.js";
|
|
@@ -27,12 +27,12 @@ import { CoGuestPanel as oe } from "../../components/CoGuestPanel/index.js";
|
|
|
27
27
|
import { CoHostPanel as re } from "../../components/CoHostPanel/index.js";
|
|
28
28
|
import { LiveAudienceList as ie } from "../../components/LiveAudienceList/index.js";
|
|
29
29
|
import { LiveList as pe } from "../../components/LiveList/index.js";
|
|
30
|
-
import { default as
|
|
30
|
+
import { default as me } from "../../components/LiveMonitorView/LiveMonitorView.js";
|
|
31
31
|
import { LiveScenePanel as Te } from "../../components/LiveScenePanel/index.js";
|
|
32
|
-
import { LiveCoreView as le, LiveView as
|
|
32
|
+
import { LiveCoreView as le, LiveView as Re } from "../../components/LiveView/index.js";
|
|
33
33
|
import { MicButton as ve } from "../../components/MicButton/index.js";
|
|
34
34
|
import { StreamMixer as Ue } from "../../components/StreamMixer/index.js";
|
|
35
|
-
import { AudioRoute as
|
|
35
|
+
import { AudioRoute as ce, DeviceError as de, DevicePermission as Ie, DeviceStatus as Le, DeviceType as Ae, MediaSettingDisplayMode as Ce, MirrorType as Ee, NetworkQuality as Me, VideoQuality as Pe } from "../../types/device.js";
|
|
36
36
|
import { QuoteTypeEnum as Ve, TranslationStatusEnum as De, VoiceToTextStatusEnum as _e } from "../../types/message.js";
|
|
37
37
|
import { VariantType as Ge, defaultTypeLabels as Be } from "../../types/search.js";
|
|
38
38
|
import { ConversationType as Fe, MessageType as He, SearchType as Qe } from "../../types/engine.js";
|
|
@@ -40,7 +40,7 @@ import { CreateConvTypes as we, GroupLabelTypes as Ne, GroupType as be, PageStat
|
|
|
40
40
|
import { ContactItemType as We, GroupApplicationType as ze } from "../../types/contact.js";
|
|
41
41
|
import { CallMediaType as Xe } from "../../types/call.js";
|
|
42
42
|
import { GroupInviteType as Ze, GroupMemberRole as $e, GroupPermission as eo } from "../../states/GroupSettingState/types.js";
|
|
43
|
-
import { TRTCRole as to, TUIAudioQuality as ro, TUIAudioRoute as ao, TUICaptureSourceType as io, TUIChangeReason as no, TUIConferenceCancelReason as po, TUIConferenceInvitationManagerEvents as
|
|
43
|
+
import { TRTCRole as to, TUIAudioQuality as ro, TUIAudioRoute as ao, TUICaptureSourceType as io, TUIChangeReason as no, TUIConferenceCancelReason as po, TUIConferenceInvitationManagerEvents as so, TUIConferenceListManagerEvents as mo, TUIConferenceStatus as uo, TUIErrorCode as To, TUIInvitationCode as fo, TUIInvitationRejectedReason as lo, TUIInvitationStatus as Ro, TUIKickedOutOfRoomReason as xo, TUILiveLayoutManagerEvents as vo, TUILiveListManagerEvents as So, TUILiveModifyFlag as Uo, TUIMediaDevice as yo, TUIMediaDeviceState as co, TUIMediaDeviceType as Io, TUINetworkQuality as Lo, TUIRequestAction as Ao, TUIRequestCallbackType as Co, TUIResolutionMode as Eo, TUIRole as Mo, TUIRoomDismissedReason as Po, TUIRoomEvents as go, TUIRoomType as Vo, TUISeatMode as Do, TUIVideoQuality as _o, TUIVideoStreamType as Oo } from "../../types/types.js";
|
|
44
44
|
import { LiveEndedReason as Bo, LiveKickedOutReason as ko, LiveListEvent as Fo, LiveOrientation as Ho, LiveType as Qo } from "../../types/live.js";
|
|
45
45
|
import { StreamPlayMode as wo, StreamPlayQuality as No } from "../../types/stream.js";
|
|
46
46
|
import { LiveAudienceEvent as qo } from "../../types/audience.js";
|
|
@@ -48,32 +48,33 @@ import { DeviceControlPolicy as jo, LiveSeatEvent as Wo, MoveSeatPolicy as zo, R
|
|
|
48
48
|
import { MonitorDeviceStatus as Yo } from "../../types/monitor.js";
|
|
49
49
|
import { GuestEvent as $o, HostEvent as et, NoResponseReason as ot } from "../../types/coGuest.js";
|
|
50
50
|
import { CoHostEvent as rt, CoHostLayoutTemplate as at, CoHostStatus as it } from "../../types/coHost.js";
|
|
51
|
-
import { BattleEndedReason as pt, BattleEvent as
|
|
51
|
+
import { BattleEndedReason as pt, BattleEvent as st } from "../../types/battle.js";
|
|
52
52
|
import { BarrageType as ut } from "../../types/barrage.js";
|
|
53
|
-
import {
|
|
54
|
-
import { FillMode as
|
|
55
|
-
import { TRTCBeautyStyle as
|
|
56
|
-
import { VirtualBackgroundEvent as
|
|
57
|
-
import { BattleStatus as
|
|
53
|
+
import { CallRejectReason as ft, RoomCallResult as lt, RoomCallStatus as Rt, RoomEvent as xt, RoomStatus as vt } from "../../types/room.js";
|
|
54
|
+
import { FillMode as Ut, KickedOutOfRoomReason as yt, RoomLayoutTemplate as ct, RoomParticipantEvent as dt, RoomParticipantRole as It, RoomParticipantStatus as Lt, VideoStreamType as At } from "../../types/participant.js";
|
|
55
|
+
import { TRTCBeautyStyle as Et } from "../../types/beauty.js";
|
|
56
|
+
import { VirtualBackgroundEvent as Pt, VirtualBackgroundType as gt } from "../../types/virtualBackground.js";
|
|
57
|
+
import { BattleStatus as Dt, ConnectionStatus as _t, RequestType as Ot, SeatStatus as Gt, StreamPlayStatus as Bt, UserAction as kt, UserRoomStatus as Ft } from "../../types/user.js";
|
|
58
58
|
e.getInstance().init();
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
ce as AudioRoute,
|
|
61
61
|
M as AudioSettingPanel,
|
|
62
|
-
|
|
62
|
+
s as Avatar,
|
|
63
63
|
J as BarrageInput,
|
|
64
64
|
Y as BarrageList,
|
|
65
65
|
ut as BarrageType,
|
|
66
66
|
pt as BattleEndedReason,
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
st as BattleEvent,
|
|
68
|
+
Dt as BattleStatus,
|
|
69
69
|
Xe as CallMediaType,
|
|
70
|
+
ft as CallRejectReason,
|
|
70
71
|
$ as CameraButton,
|
|
71
72
|
oe as CoGuestPanel,
|
|
72
73
|
rt as CoHostEvent,
|
|
73
74
|
at as CoHostLayoutTemplate,
|
|
74
75
|
re as CoHostPanel,
|
|
75
76
|
it as CoHostStatus,
|
|
76
|
-
|
|
77
|
+
_t as ConnectionStatus,
|
|
77
78
|
We as ContactItemType,
|
|
78
79
|
Fe as ConversationType,
|
|
79
80
|
we as CreateConvTypes,
|
|
@@ -81,14 +82,14 @@ export {
|
|
|
81
82
|
T as DEFAULT_GROUP_AVATAR_COMMON,
|
|
82
83
|
f as DEFAULT_GROUP_AVATAR_MEETING,
|
|
83
84
|
l as DEFAULT_GROUP_AVATAR_PUBLIC,
|
|
84
|
-
|
|
85
|
-
|
|
85
|
+
R as DEFAULT_GROUP_AVATAR_WORK,
|
|
86
|
+
x as DEFAULT_USER_AVATAR,
|
|
86
87
|
jo as DeviceControlPolicy,
|
|
87
|
-
|
|
88
|
+
de as DeviceError,
|
|
88
89
|
Ie as DevicePermission,
|
|
89
90
|
Le as DeviceStatus,
|
|
90
91
|
Ae as DeviceType,
|
|
91
|
-
|
|
92
|
+
Ut as FillMode,
|
|
92
93
|
ze as GroupApplicationType,
|
|
93
94
|
Ze as GroupInviteType,
|
|
94
95
|
Ne as GroupLabelTypes,
|
|
@@ -97,7 +98,7 @@ export {
|
|
|
97
98
|
be as GroupType,
|
|
98
99
|
$o as GuestEvent,
|
|
99
100
|
et as HostEvent,
|
|
100
|
-
|
|
101
|
+
yt as KickedOutOfRoomReason,
|
|
101
102
|
qo as LiveAudienceEvent,
|
|
102
103
|
ie as LiveAudienceList,
|
|
103
104
|
le as LiveCoreView,
|
|
@@ -105,12 +106,12 @@ export {
|
|
|
105
106
|
ko as LiveKickedOutReason,
|
|
106
107
|
pe as LiveList,
|
|
107
108
|
Fo as LiveListEvent,
|
|
108
|
-
|
|
109
|
+
me as LiveMonitorView,
|
|
109
110
|
Ho as LiveOrientation,
|
|
110
111
|
Te as LiveScenePanel,
|
|
111
112
|
Wo as LiveSeatEvent,
|
|
112
113
|
Qo as LiveType,
|
|
113
|
-
|
|
114
|
+
Re as LiveView,
|
|
114
115
|
Ce as MediaSettingDisplayMode,
|
|
115
116
|
He as MessageType,
|
|
116
117
|
ve as MicButton,
|
|
@@ -122,37 +123,37 @@ export {
|
|
|
122
123
|
qe as PageStateTypes,
|
|
123
124
|
he as PlaceHolderTypes,
|
|
124
125
|
Ve as QuoteTypeEnum,
|
|
125
|
-
|
|
126
|
+
Ot as RequestType,
|
|
126
127
|
Jo as Role,
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
lt as RoomCallResult,
|
|
129
|
+
Rt as RoomCallStatus,
|
|
129
130
|
xt as RoomEvent,
|
|
130
|
-
|
|
131
|
+
ct as RoomLayoutTemplate,
|
|
131
132
|
dt as RoomParticipantEvent,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
It as RoomParticipantRole,
|
|
134
|
+
Lt as RoomParticipantStatus,
|
|
135
|
+
vt as RoomStatus,
|
|
135
136
|
Qe as SearchType,
|
|
136
|
-
|
|
137
|
+
Gt as SeatStatus,
|
|
137
138
|
Ue as StreamMixer,
|
|
138
139
|
wo as StreamPlayMode,
|
|
139
140
|
No as StreamPlayQuality,
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
Bt as StreamPlayStatus,
|
|
142
|
+
Et as TRTCBeautyStyle,
|
|
142
143
|
to as TRTCRole,
|
|
143
144
|
ro as TUIAudioQuality,
|
|
144
145
|
ao as TUIAudioRoute,
|
|
145
146
|
io as TUICaptureSourceType,
|
|
146
147
|
no as TUIChangeReason,
|
|
147
148
|
po as TUIConferenceCancelReason,
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
so as TUIConferenceInvitationManagerEvents,
|
|
150
|
+
mo as TUIConferenceListManagerEvents,
|
|
150
151
|
uo as TUIConferenceStatus,
|
|
151
152
|
To as TUIErrorCode,
|
|
152
153
|
fo as TUIInvitationCode,
|
|
153
154
|
lo as TUIInvitationRejectedReason,
|
|
154
|
-
|
|
155
|
-
|
|
155
|
+
Ro as TUIInvitationStatus,
|
|
156
|
+
xo as TUIKickedOutOfRoomReason,
|
|
156
157
|
vo as TUILiveLayoutManagerEvents,
|
|
157
158
|
So as TUILiveListManagerEvents,
|
|
158
159
|
Uo as TUILiveModifyFlag,
|
|
@@ -172,15 +173,15 @@ export {
|
|
|
172
173
|
Oo as TUIVideoStreamType,
|
|
173
174
|
De as TranslationStatusEnum,
|
|
174
175
|
y as UIKitModal,
|
|
175
|
-
|
|
176
|
+
kt as UserAction,
|
|
176
177
|
S as UserPicker,
|
|
177
|
-
|
|
178
|
+
Ft as UserRoomStatus,
|
|
178
179
|
Ge as VariantType,
|
|
179
180
|
Pe as VideoQuality,
|
|
180
181
|
g as VideoSettingPanel,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
182
|
+
At as VideoStreamType,
|
|
183
|
+
Pt as VirtualBackgroundEvent,
|
|
184
|
+
gt as VirtualBackgroundType,
|
|
184
185
|
_e as VoiceToTextStatusEnum,
|
|
185
186
|
Be as defaultTypeLabels,
|
|
186
187
|
D as useBarrageState,
|
|
@@ -194,7 +195,7 @@ export {
|
|
|
194
195
|
h as useLiveSeatState,
|
|
195
196
|
a as useLoginState,
|
|
196
197
|
C as useRoomEngine,
|
|
197
|
-
|
|
198
|
+
d as useRoomModal,
|
|
198
199
|
n as useUIKitModalState,
|
|
199
200
|
W as useVideoMixerState
|
|
200
201
|
};
|