modify message-box for file, attach-file, image, video
This commit is contained in:
@@ -20,14 +20,13 @@
|
||||
<ucap-chat-message-box-mass *ngSwitchCase="EventType.MassText" [message]="message"
|
||||
(massDetail)="onMassDetail($event)">
|
||||
</ucap-chat-message-box-mass>
|
||||
<ucap-chat-message-box-file *ngSwitchCase="EventType.File" [message]="message" (save)="onSave($event)"
|
||||
(imageViewer)="onImageViewer($event)">
|
||||
</ucap-chat-message-box-file>
|
||||
<div *ngSwitchCase="EventType.Join">Join</div>
|
||||
<div *ngSwitchDefault>
|
||||
date splitter
|
||||
<ucap-chat-message-box-date-splitter></ucap-chat-message-box-date-splitter>
|
||||
file
|
||||
<ucap-chat-message-box-file></ucap-chat-message-box-file>
|
||||
image
|
||||
<ucap-chat-message-box-image></ucap-chat-message-box-image>
|
||||
information
|
||||
<ucap-chat-message-box-information></ucap-chat-message-box-information>
|
||||
mass-translation
|
||||
@@ -41,8 +40,6 @@
|
||||
<ucap-chat-message-box-sticker></ucap-chat-message-box-sticker>
|
||||
translation
|
||||
<ucap-chat-message-box-translation></ucap-chat-message-box-translation>
|
||||
video
|
||||
<ucap-chat-message-box-video></ucap-chat-message-box-video>
|
||||
video-conference
|
||||
<ucap-chat-message-box-video-conference></ucap-chat-message-box-video-conference>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user