modify message-box for file, attach-file, image, video

This commit is contained in:
leejh
2019-10-14 13:53:22 +09:00
parent c270e40621
commit b4823bfd9c
19 changed files with 208 additions and 26 deletions

View File

@@ -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>