quickblox-react-ui-kit 0.4.7 → 0.4.8
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/App.d.ts.map +1 -0
- package/dist/CommonTypes/BaseViewModel.d.ts +3 -1
- package/dist/CommonTypes/BaseViewModel.d.ts.map +1 -0
- package/dist/CommonTypes/CommonTypes.d.ts +3 -2
- package/dist/CommonTypes/CommonTypes.d.ts.map +1 -0
- package/dist/CommonTypes/FunctionResult.d.ts.map +1 -0
- package/dist/Data/Creator.d.ts.map +1 -0
- package/dist/Data/DefaultConfigurations.d.ts.map +1 -0
- package/dist/Data/Stubs.d.ts.map +1 -0
- package/dist/Data/dto/dialog/LocalDialogDTO.d.ts.map +1 -0
- package/dist/Data/dto/dialog/LocalDialogsDTO.d.ts.map +1 -0
- package/dist/Data/dto/dialog/RemoteDialogDTO.d.ts +1 -0
- package/dist/Data/dto/dialog/RemoteDialogDTO.d.ts.map +1 -0
- package/dist/Data/dto/dialog/RemoteDialogsDTO.d.ts.map +1 -0
- package/dist/Data/dto/file/LocalFileDTO.d.ts +1 -1
- package/dist/Data/dto/file/LocalFileDTO.d.ts.map +1 -0
- package/dist/Data/dto/file/RemoteFileDTO.d.ts +1 -1
- package/dist/Data/dto/file/RemoteFileDTO.d.ts.map +1 -0
- package/dist/Data/dto/message/LocalMessageDTO.d.ts.map +1 -0
- package/dist/Data/dto/message/LocalMessagesDTO.d.ts.map +1 -0
- package/dist/Data/dto/message/RemoteMessageDTO.d.ts.map +1 -0
- package/dist/Data/dto/message/RemoteMessagesDTO.d.ts.map +1 -0
- package/dist/Data/dto/user/LocalUserDTO.d.ts.map +1 -0
- package/dist/Data/dto/user/LocalUsersDTO.d.ts.map +1 -0
- package/dist/Data/dto/user/RemoteUserDTO.d.ts.map +1 -0
- package/dist/Data/dto/user/RemoteUsersDTO.d.ts.map +1 -0
- package/dist/Data/mapper/DialogLocalDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/DialogRemoteDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/FileLocalDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/FileRemoteDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/IMapper.d.ts.map +1 -0
- package/dist/Data/mapper/MessageLocalDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/MessageRemoteDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/UserLocalDTOMapper.d.ts.map +1 -0
- package/dist/Data/mapper/UserRemoteDTOMapper.d.ts.map +1 -0
- package/dist/Data/repository/ConnectionRepository.d.ts.map +1 -0
- package/dist/Data/repository/DialogsRepository.d.ts +3 -0
- package/dist/Data/repository/DialogsRepository.d.ts.map +1 -0
- package/dist/Data/repository/EventMessagesRepository.d.ts.map +1 -0
- package/dist/Data/repository/FileRepository.d.ts.map +1 -0
- package/dist/Data/repository/MessagesRepository.d.ts.map +1 -0
- package/dist/Data/repository/UsersRepository.d.ts.map +1 -0
- package/dist/Data/source/AISource.d.ts.map +1 -0
- package/dist/Data/source/exception/LocalDataSourceException.d.ts.map +1 -0
- package/dist/Data/source/exception/MapperDTOException.d.ts.map +1 -0
- package/dist/Data/source/exception/RemoteDataSourceException.d.ts.map +1 -0
- package/dist/Data/source/exception/RepositoryException.d.ts.map +1 -0
- package/dist/Data/source/local/ChatLocalStorageDataSource.d.ts.map +1 -0
- package/dist/Data/source/local/ILocalDataSource.d.ts.map +1 -0
- package/dist/Data/source/local/ILocalFileDataSource.d.ts.map +1 -0
- package/dist/Data/source/local/LocalDataSource.d.ts.map +1 -0
- package/dist/Data/source/local/LocalFileDataSource.d.ts.map +1 -0
- package/dist/Data/source/remote/IRemoteDataSource.d.ts +3 -0
- package/dist/Data/source/remote/IRemoteDataSource.d.ts.map +1 -0
- package/dist/Data/source/remote/Mapper/DialogDTOMapper.d.ts.map +1 -0
- package/dist/Data/source/remote/Mapper/FileDTOMapper.d.ts.map +1 -0
- package/dist/Data/source/remote/Mapper/IDTOMapper.d.ts.map +1 -0
- package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts.map +1 -0
- package/dist/Data/source/remote/Mapper/UserDTOMapper.d.ts.map +1 -0
- package/dist/Data/source/remote/RemoteDataSource.d.ts +3 -0
- package/dist/Data/source/remote/RemoteDataSource.d.ts.map +1 -0
- package/dist/Domain/entity/Chat.d.ts.map +1 -0
- package/dist/Domain/entity/ChatMessageAttachmentEntity.d.ts +1 -1
- package/dist/Domain/entity/ChatMessageAttachmentEntity.d.ts.map +1 -0
- package/dist/Domain/entity/CustomDataEntity.d.ts.map +1 -0
- package/dist/Domain/entity/DialogEntity.d.ts.map +1 -0
- package/dist/Domain/entity/DialogEventInfo.d.ts.map +1 -0
- package/dist/Domain/entity/DialogTypes.d.ts.map +1 -0
- package/dist/Domain/entity/EventMessageType.d.ts.map +1 -0
- package/dist/Domain/entity/FileEntity.d.ts +1 -1
- package/dist/Domain/entity/FileEntity.d.ts.map +1 -0
- package/dist/Domain/entity/FileTypes.d.ts.map +1 -0
- package/dist/Domain/entity/GroupDialogEntity.d.ts.map +1 -0
- package/dist/Domain/entity/LastMessageEntity.d.ts.map +1 -0
- package/dist/Domain/entity/MessageEntity.d.ts.map +1 -0
- package/dist/Domain/entity/NotificationTypes.d.ts.map +1 -0
- package/dist/Domain/entity/PrivateDialogEntity.d.ts.map +1 -0
- package/dist/Domain/entity/PublicDialogEntity.d.ts.map +1 -0
- package/dist/Domain/entity/UserEntity.d.ts.map +1 -0
- package/dist/Domain/exception/domain/DomainExecption.d.ts.map +1 -0
- package/dist/Domain/repository/IDialogsRepository.d.ts +3 -0
- package/dist/Domain/repository/IDialogsRepository.d.ts.map +1 -0
- package/dist/Domain/repository/IFileRepository.d.ts.map +1 -0
- package/dist/Domain/repository/IMessagesRepository.d.ts.map +1 -0
- package/dist/Domain/repository/IUsersRepository.d.ts.map +1 -0
- package/dist/Domain/repository/Pagination.d.ts.map +1 -0
- package/dist/Domain/use_cases/CreateDialogUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/CreateDialogWithAutoJoinUseCase.d.ts +13 -0
- package/dist/Domain/use_cases/CreateDialogWithAutoJoinUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ForwardMessagesUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/GetAllDialogsUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/GetAllDialogsUseCaseWithMock.d.ts.map +1 -0
- package/dist/Domain/use_cases/GetAllMessagesForDialog.d.ts.map +1 -0
- package/dist/Domain/use_cases/GetAllUsersUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/GetDialogByIdUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/GetUsersByIdsUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/JoinFromTheDialogUseCase.d.ts +11 -0
- package/dist/Domain/use_cases/JoinFromTheDialogUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/LeaveDialogUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/RemoveUsersFromTheDialogUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ReplyMessagesUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/SendTextMessageUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/SubscribeToDialogEventsUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCaseWithMock.d.ts.map +1 -0
- package/dist/Domain/use_cases/SyncDialogsUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/UnJoinFromTheDialogUseCase.d.ts +11 -0
- package/dist/Domain/use_cases/UnJoinFromTheDialogUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/UpdateCurrentDialogInDataSourceUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/UpdateDialogUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/UploadFileUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/UserTypingMessageUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AIAnswerAssistUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AIAnswerAssistWithProxyUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AIAnswerAssistWithSDKUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AIRephraseUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AIRephraseWithProxyUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AITranslateUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AITranslateWithProxyUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/ai/AITranslateWithSDKUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/base/BaseUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/base/IUseCase.d.ts.map +1 -0
- package/dist/Domain/use_cases/base/Subscribable/ISubscribable.d.ts.map +1 -0
- package/dist/Domain/use_cases/base/Subscribable/SubscriptionPerformer.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIComponents/AIAssistComponent/AIAssistComponent.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIComponents/AITranslateComponent/AITranslateComponent.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/AIMessageWidget.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/ErrorMessageIcon.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts +2 -2
- package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/Tone.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidget.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithProxy.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithSDK.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidget.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidgetWithProxy.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidget.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithProxy.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithSDK.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/AIWidgets/useDefaultVoiceInputWidget.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Dialog.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Dialog.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/DialogViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/Message.d.ts +2 -2
- package/dist/Presentation/Views/Dialog/Message/Message.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts +1 -0
- package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts.map +1 -0
- package/dist/Presentation/Views/Dialog/useDialogViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts +1 -0
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersListViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogList/DialogList.d.ts +6 -5
- package/dist/Presentation/Views/DialogList/DialogList.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts +4 -1
- package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogList/useDialogListViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts +1 -2
- package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts.map +1 -0
- package/dist/Presentation/Views/EditDialog/EditDialog.d.ts +1 -2
- package/dist/Presentation/Views/EditDialog/EditDialog.d.ts.map +1 -0
- package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts +1 -2
- package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts.map +1 -0
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts +1 -2
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +1 -0
- package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts +1 -2
- package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts.map +1 -0
- package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts +1 -2
- package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts.map +1 -0
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts +1 -2
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +1 -0
- package/dist/Presentation/Views/InviteMembers/InviteMembersViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts +1 -2
- package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts.map +1 -0
- package/dist/Presentation/Views/InviteMembers/InviteUsersResultViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts +1 -2
- package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts.map +1 -0
- package/dist/Presentation/Views/InviteMembers/useInviteMembersViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts +2 -2
- package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts.map +1 -0
- package/dist/Presentation/Views/PreviewDialog/PreviewDialogContextMenu/PreviewDialogContextMenu.d.ts.map +1 -0
- package/dist/Presentation/Views/PreviewDialog/PreviewDialogViewModel.d.ts.map +1 -0
- package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts +1 -2
- package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts.map +1 -0
- package/dist/Presentation/components/Navbar.d.ts.map +1 -0
- package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts +2 -1
- package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts.map +1 -0
- package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts +2 -1
- package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts.map +1 -0
- package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts +2 -1
- package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts.map +1 -0
- package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts +2 -1
- package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts.map +1 -0
- package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts +1 -2
- package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts.map +1 -0
- package/dist/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts +2 -1
- package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/AIWidget/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BookIcon/BookIcon.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BotIcon/BotIcon.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HammerIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HandshakeIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/MuscleIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NecktieIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NeutralFaceIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PalmsUpTogetherIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PerformingArtsIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PointUpIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmileyIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmirkIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/WhiteCheckMarkIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Add/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/AddContact/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Archive/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/AssistAnswer/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Copy/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Delete/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Download/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Edit/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/EditDots/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Emoji/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/ForwardFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Hungup/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/IncomeCall/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Like/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/NewChat/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/OutcomeCall/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Phone/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/PhoneFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove2/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/ReplyFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Send/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Share/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Summarize/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/SwapCamera/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Tone/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Unarchive/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/VideoIcon/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Voice/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Brodcast/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Chat/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/ChatFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Conference/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Contact/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/ContactFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Notifications/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/PrivateChat/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Stream/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/StreamFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Contents/User/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/IconsCommonTypes.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/Attachment/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/AudioFile/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/BrokenFile/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/Camera/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/GifFile/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageEmpty/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFile/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/LinkWeb/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/Location/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/TextDocument/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/Translate/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Media/VideoFile/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Admin/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Banned/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Freeze/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Moderations/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Muted/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowLeft/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowRight/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Back/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Close/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Down/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/More/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Next/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Plus/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Refresh/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Search/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Settings/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/SettingsField/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/Error/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/Help/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/Information/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/InformationFill/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/Loader/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/Mention/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/Sent/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Status/ViewedDelivered/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOff/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOn/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOff/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOn/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Favourite/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/FavouriteFilled/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/FullScreen/inex.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Hide/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/ImagePlay/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Louder/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOff/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOn/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Minimize/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOff/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Quite/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Record/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Screenshare/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Show/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Speaker/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/SpeakerOff/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopRecord/index.d.ts.map +1 -0
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopShare/index.d.ts.map +1 -0
- package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts.map +1 -0
- package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts +2 -1
- package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts.map +1 -0
- package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts +2 -1
- package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts.map +1 -0
- package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts +2 -1
- package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts.map +1 -0
- package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts +1 -0
- package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/hooks/createUseComponent.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/hooks/index.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/hooks/useMobileLayout.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/hooks/usePrevious.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/hooks/useVisibility.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/index.d.ts.map +1 -0
- package/dist/Presentation/components/containers/SectionList/useComponent.d.ts +1 -0
- package/dist/Presentation/components/containers/SectionList/useComponent.d.ts.map +1 -0
- package/dist/Presentation/icons/actions/index.d.ts +27 -26
- package/dist/Presentation/icons/actions/index.d.ts.map +1 -0
- package/dist/Presentation/icons/contents/index.d.ts +14 -13
- package/dist/Presentation/icons/contents/index.d.ts.map +1 -0
- package/dist/Presentation/icons/index.d.ts +1 -1
- package/dist/Presentation/icons/index.d.ts.map +1 -0
- package/dist/Presentation/icons/media/index.d.ts +13 -12
- package/dist/Presentation/icons/media/index.d.ts.map +1 -0
- package/dist/Presentation/icons/moderation/index.d.ts +6 -5
- package/dist/Presentation/icons/moderation/index.d.ts.map +1 -0
- package/dist/Presentation/icons/navigation/index.d.ts +13 -12
- package/dist/Presentation/icons/navigation/index.d.ts.map +1 -0
- package/dist/Presentation/icons/status/index.d.ts +8 -7
- package/dist/Presentation/icons/status/index.d.ts.map +1 -0
- package/dist/Presentation/icons/toggle/index.d.ts +24 -23
- package/dist/Presentation/icons/toggle/index.d.ts.map +1 -0
- package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts +1 -0
- package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts.map +1 -0
- package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts +1 -2
- package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts.map +1 -0
- package/dist/Presentation/layouts/LayoutCommonTypes.d.ts +1 -0
- package/dist/Presentation/layouts/LayoutCommonTypes.d.ts.map +1 -0
- package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts +1 -0
- package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts.map +1 -0
- package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts +1 -2
- package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts.map +1 -0
- package/dist/Presentation/providers/ProviderProps.d.ts +1 -0
- package/dist/Presentation/providers/ProviderProps.d.ts.map +1 -0
- package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts +1 -0
- package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts.map +1 -0
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.d.ts.map +1 -0
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQBConnection.d.ts.map +1 -0
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.d.ts.map +1 -0
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbUIKitDataContext.d.ts.map +1 -0
- package/dist/Presentation/themes/DarkTheme.d.ts.map +1 -0
- package/dist/Presentation/themes/DefaultThemes/CustomTheme.d.ts.map +1 -0
- package/dist/Presentation/themes/DefaultThemes/DefaultTheme.d.ts.map +1 -0
- package/dist/Presentation/themes/LightTheme.d.ts.map +1 -0
- package/dist/Presentation/themes/ThemeScheme.d.ts.map +1 -0
- package/dist/Presentation/themes/UiKitTheme.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts +1 -0
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Badge/Badge.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Badge/Badge.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Button/Button.d.ts +1 -0
- package/dist/Presentation/ui-components/Button/Button.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Button/Button.stories.d.ts +4 -4
- package/dist/Presentation/ui-components/Button/Button.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +1 -0
- package/dist/Presentation/ui-components/DialogBanner/DialogBanner.d.ts.map +1 -0
- package/dist/Presentation/ui-components/DialogBanner/DialogBanner.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts +3 -2
- package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts.map +1 -0
- package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts +4 -3
- package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts +1 -0
- package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts +1 -0
- package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Header/Header.d.ts +3 -2
- package/dist/Presentation/ui-components/Header/Header.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Loader/Loader.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts +1 -1
- package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/FileUrl/FileUrl.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/Message.d.ts +1 -0
- package/dist/Presentation/ui-components/Message/Message.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/MessageCaption/MessageCaption.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.d.ts.map +1 -0
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts +1 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts +1 -0
- package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts.map +1 -0
- package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.d.ts.map +1 -0
- package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts +1 -0
- package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts.map +1 -0
- package/dist/Presentation/ui-components/TextField/TextField.d.ts +3 -2
- package/dist/Presentation/ui-components/TextField/TextField.d.ts.map +1 -0
- package/dist/Presentation/ui-components/TextField/TextField.stories.d.ts.map +1 -0
- package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts +1 -0
- package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts.map +1 -0
- package/dist/Presentation/ui-components/UserListItem/UserListItem.d.ts.map +1 -0
- package/dist/Presentation/ui-components/UserListItem/UserListItem.stories.d.ts +2 -2
- package/dist/Presentation/ui-components/index.d.ts.map +1 -0
- package/dist/QBconfig.d.ts.map +1 -0
- package/dist/hooks/useModal.d.ts.map +1 -0
- package/dist/hooks/useQuickBloxUIKit.d.ts +1 -0
- package/dist/hooks/useQuickBloxUIKit.d.ts.map +1 -0
- package/dist/index-ui.d.ts.map +1 -0
- package/dist/index-ui.js +76605 -42601
- package/dist/index.d.ts.map +1 -0
- package/dist/qb-api-calls/index.d.ts +2 -0
- package/dist/qb-api-calls/index.d.ts.map +1 -0
- package/dist/setupTests.d.ts.map +1 -0
- package/dist/utils/DateTimeFormatter.d.ts.map +1 -0
- package/dist/utils/formatFileSize.d.ts.map +1 -0
- package/dist/utils/parse.d.ts +1 -1
- package/dist/utils/parse.d.ts.map +1 -0
- package/dist/utils/utils.d.ts.map +1 -0
- package/package.json +3 -2
- package/src/CommonTypes/CommonTypes.ts +1 -0
- package/src/Data/Stubs.ts +10 -0
- package/src/Data/dto/dialog/RemoteDialogDTO.ts +4 -0
- package/src/Data/dto/file/LocalFileDTO.ts +1 -1
- package/src/Data/dto/file/RemoteFileDTO.ts +1 -1
- package/src/Data/mapper/DialogRemoteDTOMapper.ts +6 -0
- package/src/Data/source/remote/Mapper/DialogDTOMapper.ts +13 -0
- package/src/Data/source/remote/Mapper/MessageDTOMapper.ts +5 -5
- package/src/Data/source/remote/RemoteDataSource.ts +8 -5
- package/src/Domain/entity/ChatMessageAttachmentEntity.ts +1 -1
- package/src/Domain/entity/FileEntity.ts +1 -1
- package/src/Presentation/Views/Dialog/useDialogViewModel.ts +66 -3
- package/src/Presentation/Views/DialogInfo/DialogInfo.scss +4 -2
- package/src/Presentation/Views/DialogList/useDialogListViewModel.ts +38 -12
- package/storybook-static/{217.07d5c7a3.iframe.bundle.js → 217.f067a49f.iframe.bundle.js} +3 -3
- package/storybook-static/{217.07d5c7a3.iframe.bundle.js.map → 217.f067a49f.iframe.bundle.js.map} +1 -1
- package/storybook-static/363.f6fcc1b9.iframe.bundle.js +2 -0
- package/storybook-static/{363.2cb21716.iframe.bundle.js.LICENSE.txt → 363.f6fcc1b9.iframe.bundle.js.LICENSE.txt} +0 -13
- package/storybook-static/844.be4346f2.iframe.bundle.js +95 -0
- package/storybook-static/844.be4346f2.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.46997cb0.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.a4edfcc6.iframe.bundle.js +2 -0
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.2af0de55.iframe.bundle.js +1 -0
- package/storybook-static/docs-Introduction-mdx.46ed11c4.iframe.bundle.js +1 -0
- package/storybook-static/docs-Styling-mdx.3a86be03.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +2 -2
- package/storybook-static/project.json +1 -1
- package/storybook-static/{runtime~main.17766d00.iframe.bundle.js → runtime~main.ebabbef9.iframe.bundle.js} +1 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +3 -3
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +8 -8
- package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +4 -4
- package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/interactions-11/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/onboarding-1/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +1 -1
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals-runtime.js +10372 -9836
- package/storybook-static/sb-manager/runtime.js +119 -119
- package/.env +0 -1
- package/dist/index-ui.js.map +0 -1
- package/src/package_artan_react_ui.json +0 -91
- package/src/package_original.json +0 -115
- package/storybook-static/363.2cb21716.iframe.bundle.js +0 -2
- package/storybook-static/844.e8bfd664.iframe.bundle.js +0 -95
- package/storybook-static/844.e8bfd664.iframe.bundle.js.map +0 -1
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.a724643f.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Header-Header-stories.978f0af5.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.be8aa2d9.iframe.bundle.js +0 -1
- package/storybook-static/docs-Introduction-mdx.5addfa61.iframe.bundle.js +0 -1
- package/storybook-static/docs-Styling-mdx.9f4235f1.iframe.bundle.js +0 -1
- /package/storybook-static/{217.07d5c7a3.iframe.bundle.js.LICENSE.txt → 217.f067a49f.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{844.e8bfd664.iframe.bundle.js.LICENSE.txt → 844.be4346f2.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{Presentation-ui-components-DialogWindow-DialogWindow-stories.a724643f.iframe.bundle.js.LICENSE.txt → Presentation-ui-components-DialogWindow-DialogWindow-stories.46997cb0.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/storybook-static/{Presentation-ui-components-Header-Header-stories.978f0af5.iframe.bundle.js.LICENSE.txt → Presentation-ui-components-Header-Header-stories.a4edfcc6.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncomingForwardedMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,iCAAiC,CAAC;AACzC,OAAkC,EAChC,8BAA8B,EAC/B,MAAM,wEAAwE,CAAC;AAChF,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAC3F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAYlE,iBAAS,wBAAwB,CAAC,KAAK,EAAE;IACvC,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,CACjB,KAAK,EAAE,8BAA8B,KAClC,KAAK,CAAC,YAAY,CAAC;IACxB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,KAAK,CAAC,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC,aAAa,EAAE,MAAM,IAAI,CAAC;IAE1B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CACzB,2CAqPA;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarContentIncomingUser.d.ts","sourceRoot":"","sources":["../../../../../../../src/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.tsx"],"names":[],"mappings":"AACA,OAAO,kCAAkC,CAAC;AAE1C,MAAM,WAAW,8BAA8B;IAE7C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,UAAU,yBAAyB,4CAuBhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncomingMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,wBAAwB,CAAC;AAChC,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAKlE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAkC,EAChC,8BAA8B,EAC/B,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAQ3F,MAAM,MAAM,cAAc,GAAG,CAAC,KAAK,EAAE;IACnC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB,KAAK,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;AAElC,wBAAgB,eAAe,CAAC,KAAK,EAAE;IACrC,KAAK,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9B,aAAa,EAAE,cAAc,CAAC;IAC9B,OAAO,EAAE,aAAa,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,aAAa,EAAE,MAAM,IAAI,CAAC;IAE1B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC,gBAAgB,CAAC,EAAE,CACjB,KAAK,EAAE,8BAA8B,KAClC,KAAK,CAAC,YAAY,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CAIzB,2CA0QA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageContentComponent.d.ts","sourceRoot":"","sources":["../../../../../../../src/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAC7C,OAAO,gCAAgC,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAC9E,OAAO,UAAU,MAAM,kCAAkC,CAAC;AAS1D,KAAK,4BAA4B,GAAG;IAClC,aAAa,EAAE,aAAa,CAAC;IAC7B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CA6C7D,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncomingRepliedMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,+BAA+B,CAAC;AAEvC,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAC3F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAQlE,OAAkC,EAChC,8BAA8B,EAC/B,MAAM,wEAAwE,CAAC;AAIhF,iBAAS,sBAAsB,CAAC,KAAK,EAAE;IACrC,KAAK,EAAE,UAAU,GAAG,SAAS,CAAC;IAE9B,QAAQ,EAAE,aAAa,EAAE,CAAC;IAE1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,CACjB,KAAK,EAAE,8BAA8B,KAClC,KAAK,CAAC,YAAY,CAAC;IACxB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,KAAK,CAAC,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC,aAAa,EAAE,MAAM,IAAI,CAAC;IAE1B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CAOzB,2CAsPA;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="@types/react" />
|
|
2
2
|
import { FunctionTypeBooleanToVoid, FunctionTypeMessageEntityToVoid, FunctionTypeStringToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
3
3
|
import { MessageEntity } from '../../../../Domain/entity/MessageEntity';
|
|
4
4
|
import UiKitTheme from '../../../themes/UiKitTheme';
|
|
@@ -20,5 +20,5 @@ type MessageProps = {
|
|
|
20
20
|
enableForwarding: boolean;
|
|
21
21
|
enableReplying: boolean;
|
|
22
22
|
};
|
|
23
|
-
declare const Message:
|
|
23
|
+
declare const Message: ({ message, userId, setWaitAIWidget, setShowErrorToast, setMessageErrorToast, messagesToView, AITranslateWidget, AIAssistWidget, onReply, onForward, defaultGetSenderName, theme, enableForwarding, enableReplying, }: MessageProps) => JSX.Element;
|
|
24
24
|
export default Message;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Dialog/Message/Message.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,yBAAyB,EACzB,+BAA+B,EAC/B,wBAAwB,EACzB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAGxE,OAAO,UAAU,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EACL,cAAc,EAEf,MAAM,mCAAmC,CAAC;AAS3C,KAAK,YAAY,GAAG;IAClB,OAAO,EAAE,aAAa,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,yBAAyB,CAAC;IAC3C,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,oBAAoB,EAAE,wBAAwB,CAAC;IAC/C,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,iBAAiB,EAAE,eAAe,CAAC;IACnC,cAAc,EAAE,eAAe,CAAC;IAChC,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,oBAAoB,EAAE,cAAc,CAAC;IACrC,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAGF,QAAA,MAAM,OAAO,yNAeV,YAAY,gBA+Td,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './AudioAttachment.scss';
|
|
3
2
|
import { FileEntity } from '../../../../../../Domain/entity/FileEntity';
|
|
4
3
|
type AudioAttachmentComponentProps = {
|
|
5
4
|
audioFile: FileEntity;
|
|
6
5
|
};
|
|
7
|
-
declare const AudioAttachment:
|
|
6
|
+
declare const AudioAttachment: ({ audioFile, }: AudioAttachmentComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default AudioAttachment;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AudioAttachment.d.ts","sourceRoot":"","sources":["../../../../../../../src/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAIxE,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,UAAU,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,eAAe,mBAGlB,6BAA6B,4CA2I/B,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './DefaultAttachment.scss';
|
|
3
2
|
type DefaultAttachmentComponentProps = {
|
|
4
3
|
fileName: string;
|
|
5
4
|
fileUrl: string;
|
|
6
5
|
};
|
|
7
|
-
declare const DefaultAttachment:
|
|
6
|
+
declare const DefaultAttachment: ({ fileName, fileUrl, }: DefaultAttachmentComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default DefaultAttachment;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultAttachment.d.ts","sourceRoot":"","sources":["../../../../../../../src/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.tsx"],"names":[],"mappings":"AACA,OAAO,0BAA0B,CAAC;AAalC,KAAK,+BAA+B,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,iBAAiB,2BAGpB,+BAA+B,4CAyBjC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './ImageAttachment.scss';
|
|
3
2
|
import { FileEntity } from '../../../../../../Domain/entity/FileEntity';
|
|
4
3
|
type ImageAttachmentComponentProps = {
|
|
5
4
|
imageFile: FileEntity;
|
|
6
5
|
};
|
|
7
|
-
declare const ImageAttachment:
|
|
6
|
+
declare const ImageAttachment: ({ imageFile, }: ImageAttachmentComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default ImageAttachment;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageAttachment.d.ts","sourceRoot":"","sources":["../../../../../../../src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAGxE,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,UAAU,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,eAAe,mBAGlB,6BAA6B,4CAmC/B,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageAttachment.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.tsx"],"names":[],"mappings":";AACA,OAAO,2BAA2B,MAAM,0DAA0D,CAAC;AAUnG,OAAO,UAAU,MAAM,+BAA+B,CAAC;AAEvD,KAAK,eAAe,GAAG;IACrB,UAAU,EAAE,2BAA2B,CAAC;CACzC,CAAC;AAEF,KAAK,+BAA+B,GAAG,eAAe,GAAG;IACvD,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AA2CF,iBAAS,iBAAiB,CAAC,EACzB,UAAU,EACV,KAAK,GACN,EAAE,+BAA+B,eAwBjC;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './VideoAttachment.scss';
|
|
3
2
|
import { FileEntity } from '../../../../../../Domain/entity/FileEntity';
|
|
4
3
|
type VideoAttachmentComponentProps = {
|
|
5
4
|
videoFile: FileEntity;
|
|
6
5
|
};
|
|
7
|
-
declare const VideoAttachment:
|
|
6
|
+
declare const VideoAttachment: ({ videoFile, }: VideoAttachmentComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export default VideoAttachment;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoAttachment.d.ts","sourceRoot":"","sources":["../../../../../../../src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAGxE,KAAK,6BAA6B,GAAG;IACnC,SAAS,EAAE,UAAU,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,eAAe,mBAGlB,6BAA6B,4CA2C/B,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageContextMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC;AAGnC,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAG3F,UAAU,uBAAuB;IAC/B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,OAAO,EAAE,aAAa,CAAC;IACvB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,2CA0CxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OutgoinForwardedMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,gCAAgC,CAAC;AACxC,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAQ3F,iBAAS,wBAAwB,CAAC,KAAK,EAAE;IACvC,KAAK,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9B,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,KAAK,CAAC,SAAS,CAAC;IACvC,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CACzB,2CA2GA;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OutgoingMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.tsx"],"names":[],"mappings":";AACA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,UAAU,MAAM,+BAA+B,CAAC;AAGvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAI3F,wBAAgB,eAAe,CAAC,KAAK,EAAE;IACrC,OAAO,EAAE,aAAa,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,KAAK,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9B,OAAO,EAAE,GAAG,CAAC,OAAO,CAAC;IACrB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CACzB,2CAoFA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OutgoingRepliedMessage.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,+BAA+B,CAAC;AAEvC,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAK3F,iBAAS,sBAAsB,CAAC,KAAK,EAAE;IACrC,KAAK,EAAE,UAAU,GAAG,SAAS,CAAC;IAC9B,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,KAAK,CAAC,SAAS,CAAC;IACxC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;CACzB,2CAiFA;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageContextMenu.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAGxF,OAAO,2BAA2B,CAAC;AAEnC,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,aAAa,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,OAAO,EACP,cAAc,EACd,gBAAgB,EAChB,OAAO,EACP,SAAS,EACT,cAAsB,GACvB,EAAE,uBAAuB,2CAsDzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageItem.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Dialog/MessageItem/MessageItem.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAOxE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AAExF,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAM/D,OAAO,oBAAoB,CAAC;AAE5B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,aAAa,CAAC;IACvB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC,cAAc,CAAC,EAAE,eAAe,CAAC;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B,EAAE,MAAM,CAAC;IACnC,uBAAuB,EAAE,MAAM,EAAE,CAAC;IAClC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,+BAA+B,CAAC;IACzC,SAAS,EAAE,+BAA+B,CAAC;IAE3C,OAAO,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IACpC,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,OAAO,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AA+BF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,OAAO,EACP,MAAM,EACN,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,OAAO,EACP,SAAS,EAET,OAAO,EACP,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,SAAS,EACT,0BAA0B,EAC1B,uBAAuB,EACvB,OAAO,EACP,aAAqB,GACtB,EAAE,gBAAgB,kDA4SlB"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './SystemDateBanner.scss';
|
|
3
2
|
type SystemDateBannerProps = {
|
|
4
3
|
text: string;
|
|
5
4
|
};
|
|
6
|
-
export declare const SystemDateBanner:
|
|
5
|
+
export declare const SystemDateBanner: ({ text, }: SystemDateBannerProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SystemDateBanner.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.tsx"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;AAEjC,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAGF,eAAO,MAAM,gBAAgB,cAE1B,qBAAqB,4CAMvB,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './SystemMessageBanner.scss';
|
|
3
2
|
type SystemMessageBannerProps = {
|
|
4
3
|
messageText: string;
|
|
5
4
|
};
|
|
6
|
-
export declare const SystemMessageBanner:
|
|
5
|
+
export declare const SystemMessageBanner: ({ messageText, }: SystemMessageBannerProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SystemMessageBanner.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx"],"names":[],"mappings":"AACA,OAAO,4BAA4B,CAAC;AAEpC,KAAK,wBAAwB,GAAG;IAC9B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAGF,eAAO,MAAM,mBAAmB,qBAE7B,wBAAwB,4CAM1B,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="@types/react" />
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
type VoiceMessageProps = {
|
|
4
5
|
icon: React.ReactNode;
|
|
5
6
|
onClick: FunctionTypeVoidToVoid;
|
|
6
7
|
};
|
|
7
|
-
declare const VoiceMessage:
|
|
8
|
+
declare const VoiceMessage: ({ icon, onClick, }: VoiceMessageProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
export default VoiceMessage;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VoiceMessage.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,OAAO,EAAE,sBAAsB,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,YAAY,uBAGf,iBAAiB,4CAMnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDialogViewModel.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/Dialog/useDialogViewModel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAqCpD,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,GACzB,eAAe,CA0yBjB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="@types/react" />
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import './DialogInfo.scss';
|
|
3
4
|
import { DialogEntity } from '../../../Domain/entity/DialogEntity';
|
|
@@ -17,5 +18,5 @@ type HeaderDialogsProps = {
|
|
|
17
18
|
rootStyles?: React.CSSProperties;
|
|
18
19
|
disableAction?: boolean;
|
|
19
20
|
};
|
|
20
|
-
declare const DialogInfo:
|
|
21
|
+
declare const DialogInfo: ({ dialog, dialogViewModel, onCloseDialogInformationHandler, onShowAllMemberClick, users, theme, subHeaderContent, upHeaderContent, rootStyles, disableAction, }: HeaderDialogsProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
22
|
export default DialogInfo;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogInfo.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/DialogInfo/DialogInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAI3B,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAGnE,OAAO,EAEL,yBAAyB,EACzB,sBAAsB,EACvB,MAAM,oCAAoC,CAAC;AAM5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAKxE,OAAO,UAAU,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAU/D,KAAK,kBAAkB,GAAG;IACxB,MAAM,EAAE,YAAY,CAAC;IACrB,eAAe,EAAE,mBAAmB,CAAC;IACrC,+BAA+B,EAAE,sBAAsB,CAAC;IACxD,oBAAoB,EAAE,yBAAyB,CAAC;IAChD,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,QAAA,MAAM,UAAU,oKAYb,kBAAkB,4CAodpB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './DialogMembersButton.scss';
|
|
3
2
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
4
3
|
type DialogMembersButtonProps = {
|
|
@@ -6,5 +5,5 @@ type DialogMembersButtonProps = {
|
|
|
6
5
|
clickHandler: FunctionTypeVoidToVoid;
|
|
7
6
|
touchHandler: FunctionTypeVoidToVoid;
|
|
8
7
|
};
|
|
9
|
-
declare const DialogMembersButton:
|
|
8
|
+
declare const DialogMembersButton: ({ content, clickHandler, touchHandler, }: DialogMembersButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export default DialogMembersButton;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogMembersButton.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.tsx"],"names":[],"mappings":"AACA,OAAO,4BAA4B,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,sBAAsB,CAAC;IACrC,YAAY,EAAE,sBAAsB,CAAC;CACtC,CAAC;AAEF,QAAA,MAAM,mBAAmB,6CAIvB,wBAAwB,4CAQzB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './MembersList.scss';
|
|
3
2
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
4
3
|
import { UserEntity } from '../../../../Domain/entity/UserEntity';
|
|
@@ -7,5 +6,5 @@ type MembersListProps = {
|
|
|
7
6
|
members: UserEntity[];
|
|
8
7
|
maxHeight?: number;
|
|
9
8
|
};
|
|
10
|
-
declare const MembersList:
|
|
9
|
+
declare const MembersList: ({ closeInformationHandler, members, maxHeight, }: MembersListProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export default MembersList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MembersList.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx"],"names":[],"mappings":"AACA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAOlE,KAAK,gBAAgB,GAAG;IACtB,uBAAuB,EAAE,sBAAsB,CAAC;IAChD,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,WAAW,qDAId,gBAAgB,4CAmDlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './SingleUser.scss';
|
|
3
2
|
import { UserEntity } from '../../../../../Domain/entity/UserEntity';
|
|
4
3
|
type UserSingleProps = {
|
|
5
4
|
user: UserEntity;
|
|
6
5
|
keyValue?: number;
|
|
7
6
|
};
|
|
8
|
-
declare const UserSingle:
|
|
7
|
+
declare const UserSingle: ({ user, keyValue }: UserSingleProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default UserSingle;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SingleUser.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.tsx"],"names":[],"mappings":"AACA,OAAO,mBAAmB,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAIrE,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,UAAU,uBAAuB,eAAe,4CAyDrD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UsersList.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAIlE,KAAK,cAAc,GAAG;IACpB,oBAAoB,EAAE,UAAU,EAAE,CAAC;IACnC,QAAQ,EAAE,UAAU,EAAE,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAuDvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UsersListViewModel.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/DialogInfo/UsersList/UsersListViewModel.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,EAAE,EACpB,8BAA8B,EAC9B,sBAAsB,EACvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAEtE,MAAM,WAAW,kBAAmB,SAAQ,aAAa,CAAC,YAAY,CAAC;IACrE,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,OAAO,EAAE,sBAAsB,CAAC;IAChC,WAAW,EAAE,8BAA8B,CAAC;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUsersListViewModel.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAGtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAQ1D,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAC3C,YAAY,CAAC,EAAE,YAAY,GAC1B,kBAAkB,CA2GpB"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="@types/react" />
|
|
2
|
+
import { JSX } from 'react';
|
|
2
3
|
import { DialogEntity } from '../../../Domain/entity/DialogEntity';
|
|
3
4
|
import './DialogList.scss';
|
|
4
5
|
import BaseViewModel from '../../../CommonTypes/BaseViewModel';
|
|
5
6
|
type DialogListProps = {
|
|
6
7
|
onDialogSelected: (dialog: BaseViewModel<DialogEntity>, index: number) => void;
|
|
7
|
-
renderHeader:
|
|
8
|
-
renderFilter?:
|
|
9
|
-
renderDialogList: (handleSelectDialog: (dialog: BaseViewModel<DialogEntity>, index: number) => void) =>
|
|
8
|
+
renderHeader: JSX.Element | null;
|
|
9
|
+
renderFilter?: JSX.Element | null;
|
|
10
|
+
renderDialogList: (handleSelectDialog: (dialog: BaseViewModel<DialogEntity>, index: number) => void) => JSX.Element | JSX.Element[] | null;
|
|
10
11
|
scrollableHeight?: number;
|
|
11
12
|
canScrolling?: boolean;
|
|
12
13
|
};
|
|
13
|
-
declare const DialogList:
|
|
14
|
+
declare const DialogList: ({ onDialogSelected, renderHeader, renderFilter, renderDialogList, scrollableHeight, canScrolling, }: DialogListProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
export default DialogList;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogList.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/DialogList/DialogList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAEnE,OAAO,mBAAmB,CAAC;AAC3B,OAAO,aAAa,MAAM,oCAAoC,CAAC;AAE/D,KAAK,eAAe,GAAG;IACrB,gBAAgB,EAAE,CAChB,MAAM,EAAE,aAAa,CAAC,YAAY,CAAC,EACnC,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IACV,YAAY,EAAE,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;IACjC,YAAY,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;IAClC,gBAAgB,EAAE,CAChB,kBAAkB,EAAE,CAClB,MAAM,EAAE,aAAa,CAAC,YAAY,CAAC,EACnC,KAAK,EAAE,MAAM,KACV,IAAI,KACN,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAGF,QAAA,MAAM,UAAU,wGAOb,eAAe,4CAkCjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import BaseViewModel, { FunctionTypeBooleanToVoid, FunctionTypeDialogEntityToBoolean, FunctionTypeDialogEntityToDialogEntity, FunctionTypeFileToFileEntity, FunctionTypePaginationToVoid, FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
1
|
+
import BaseViewModel, { FunctionTypeBooleanToVoid, FunctionTypeDialogEntityToBoolean, FunctionTypeDialogEntityToDialogEntity, FunctionTypeDialogEntityWithAutoJoinToDialogEntity, FunctionTypeFileToFileEntity, FunctionTypePaginationToVoid, FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
2
2
|
import { DialogEntity } from '../../../Domain/entity/DialogEntity';
|
|
3
3
|
import { Pagination } from '../../../Domain/repository/Pagination';
|
|
4
4
|
export interface DialogListViewModel extends BaseViewModel<DialogEntity> {
|
|
@@ -10,8 +10,11 @@ export interface DialogListViewModel extends BaseViewModel<DialogEntity> {
|
|
|
10
10
|
release: FunctionTypeVoidToVoid;
|
|
11
11
|
setWaitLoadingStatus: FunctionTypeBooleanToVoid;
|
|
12
12
|
createDialog: FunctionTypeDialogEntityToDialogEntity;
|
|
13
|
+
createDialogForAutoJoin: FunctionTypeDialogEntityWithAutoJoinToDialogEntity;
|
|
13
14
|
updateDialog: FunctionTypeDialogEntityToDialogEntity;
|
|
14
15
|
deleteDialog: FunctionTypeDialogEntityToBoolean;
|
|
16
|
+
unJoinDialog: FunctionTypeDialogEntityToBoolean;
|
|
17
|
+
joinToDialog: FunctionTypeDialogEntityToBoolean;
|
|
15
18
|
uploadFile: FunctionTypeFileToFileEntity;
|
|
16
19
|
removeMembers: FunctionTypeDialogEntityToBoolean;
|
|
17
20
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogListViewModel.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/DialogList/DialogListViewModel.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,EAAE,EACpB,yBAAyB,EACzB,iCAAiC,EACjC,sCAAsC,EAAE,kDAAkD,EAC1F,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAEnE,MAAM,WAAW,mBAAoB,SAAQ,aAAa,CAAC,YAAY,CAAC;IACtE,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,UAAU,EAAE,4BAA4B,CAAC;IACzC,OAAO,EAAE,sBAAsB,CAAC;IAChC,oBAAoB,EAAE,yBAAyB,CAAC;IAChD,YAAY,EAAE,sCAAsC,CAAC;IACrD,uBAAuB,EAAE,kDAAkD,CAAC;IAC5E,YAAY,EAAE,sCAAsC,CAAC;IACrD,YAAY,EAAE,iCAAiC,CAAC;IAChD,YAAY,EAAE,iCAAiC,CAAC;IAChD,YAAY,EAAE,iCAAiC,CAAC;IAChD,UAAU,EAAE,4BAA4B,CAAC;IACzC,aAAa,EAAE,iCAAiC,CAAC;CAClD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDialogListViewModel.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/DialogList/useDialogListViewModel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+DAA+D,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAmC5D,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAC5C,cAAc,EAAE,iBAAiB,EACjC,cAAc,CAAC,EAAE,UAAU,GAC1B,mBAAmB,CA+pBrB"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './DialogListHeader.scss';
|
|
3
2
|
import { FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
4
3
|
import UiKitTheme from '../../themes/UiKitTheme';
|
|
@@ -11,5 +10,5 @@ type DialogListHeaderProps = {
|
|
|
11
10
|
theme?: UiKitTheme;
|
|
12
11
|
settings?: any;
|
|
13
12
|
};
|
|
14
|
-
declare const DialogListHeader:
|
|
13
|
+
declare const DialogListHeader: ({ title, clickSearchHandler, touchSearchHandler, clickActionHandler, touchActionHandler, theme, settings, }: DialogListHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export default DialogListHeader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogListHeader.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/DialogListHeader/DialogListHeader.tsx"],"names":[],"mappings":"AACA,OAAO,yBAAyB,CAAC;AAOjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,UAAU,MAAM,yBAAyB,CAAC;AAEjD,KAAK,qBAAqB,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,gBAAgB,gHAWnB,qBAAqB,4CAuDvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { FunctionTypeEditDialogParamsToVoid, FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
3
2
|
import { DialogType } from '../../../Domain/entity/DialogTypes';
|
|
4
3
|
import './EditDialog.scss';
|
|
@@ -16,5 +15,5 @@ type EditDialogProps = {
|
|
|
16
15
|
clickCancelHandler?: FunctionTypeVoidToVoid;
|
|
17
16
|
disableActions?: boolean;
|
|
18
17
|
};
|
|
19
|
-
declare const EditDialog:
|
|
18
|
+
declare const EditDialog: ({ nameDialog, typeDialog, ulrIcon, typeAddEditDialog, clickUpdatedHandler, clickCancelHandler, disableActions, }: EditDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
19
|
export default EditDialog;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EditDialog.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/EditDialog/EditDialog.tsx"],"names":[],"mappings":"AAKA,OAAO,EAEL,kCAAkC,EAClC,sBAAsB,EACvB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAMhE,OAAO,mBAAmB,CAAC;AAG3B,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE9D,KAAK,eAAe,GAAG;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,mBAAmB,CAAC;IACvC,mBAAmB,CAAC,EAAE,kCAAkC,CAAC;IACzD,kBAAkB,CAAC,EAAE,sBAAsB,CAAC;IAC5C,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAGF,QAAA,MAAM,UAAU,qHAQb,eAAe,4CAyOjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './UserAvatar.scss';
|
|
3
2
|
import { IconTheme } from '../../../components/UI/svgs/Icons/IconsCommonTypes';
|
|
4
3
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
@@ -7,5 +6,5 @@ type UserAvatarProps = {
|
|
|
7
6
|
iconTheme?: IconTheme;
|
|
8
7
|
clickRemoveAvatarHandler?: FunctionTypeVoidToVoid;
|
|
9
8
|
};
|
|
10
|
-
declare const UserAvatar:
|
|
9
|
+
declare const UserAvatar: ({ urlAvatar, iconTheme, clickRemoveAvatarHandler, }: UserAvatarProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export default UserAvatar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAvatar.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx"],"names":[],"mappings":"AACA,OAAO,mBAAmB,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,oDAAoD,CAAC;AAG/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,KAAK,eAAe,GAAG;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,wBAAwB,CAAC,EAAE,sBAAsB,CAAC;CACnD,CAAC;AAGF,QAAA,MAAM,UAAU,wDAId,eAAe,4CAsChB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './CreateDialog.scss';
|
|
3
2
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
4
3
|
type CreateDialogProps = {
|
|
@@ -10,5 +9,5 @@ type CreateDialogProps = {
|
|
|
10
9
|
createPublicDialogOnTouch: FunctionTypeVoidToVoid;
|
|
11
10
|
allowPublicDialogCreation: boolean;
|
|
12
11
|
};
|
|
13
|
-
declare const CreateDialog:
|
|
12
|
+
declare const CreateDialog: ({ createPrivateDialogOnClick, createPrivateDialogOnTouch, createGroupDialogOnClick, createGroupDialogOnTouch, createPublicDialogOnClick, createPublicDialogOnTouch, allowPublicDialogCreation, }: CreateDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
13
|
export default CreateDialog;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateDialog.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx"],"names":[],"mappings":"AACA,OAAO,qBAAqB,CAAC;AAK7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAG/E,KAAK,iBAAiB,GAAG;IACvB,0BAA0B,EAAE,sBAAsB,CAAC;IACnD,0BAA0B,EAAE,sBAAsB,CAAC;IACnD,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,wBAAwB,EAAE,sBAAsB,CAAC;IACjD,yBAAyB,EAAE,sBAAsB,CAAC;IAClD,yBAAyB,EAAE,sBAAsB,CAAC;IAClD,yBAAyB,EAAE,OAAO,CAAC;CACpC,CAAC;AAEF,QAAA,MAAM,YAAY,qMAQhB,iBAAiB,4CA8ClB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { DialogListViewModel } from '../../DialogList/DialogListViewModel';
|
|
3
2
|
import { DialogEntity } from '../../../../Domain/entity/DialogEntity';
|
|
4
3
|
type CreateNewDialogFlowProps = {
|
|
@@ -7,5 +6,5 @@ type CreateNewDialogFlowProps = {
|
|
|
7
6
|
onCancel?: () => void;
|
|
8
7
|
isOnline: boolean;
|
|
9
8
|
};
|
|
10
|
-
declare const CreateNewDialogFlow:
|
|
9
|
+
declare const CreateNewDialogFlow: ({ dialogsViewModel, onFinished, onCancel, isOnline, }: CreateNewDialogFlowProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export default CreateNewDialogFlow;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateNewDialogFlow.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAQ3E,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAEtE,KAAK,wBAAwB,GAAG;IAC9B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,UAAU,EAAE,CAAC,SAAS,EAAE,YAAY,KAAK,IAAI,CAAC;IAC9C,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAGF,QAAA,MAAM,mBAAmB,0DAKtB,wBAAwB,4CAmL1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { DialogListViewModel } from '../../DialogList/DialogListViewModel';
|
|
3
2
|
import { DialogEntity } from '../../../../Domain/entity/DialogEntity';
|
|
4
3
|
type LeaveDialogFlowProps = {
|
|
5
4
|
dialogsViewModel: DialogListViewModel;
|
|
6
5
|
dialog: DialogEntity;
|
|
7
6
|
};
|
|
8
|
-
declare const LeaveDialogFlow:
|
|
7
|
+
declare const LeaveDialogFlow: ({ dialogsViewModel, dialog, }: LeaveDialogFlowProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default LeaveDialogFlow;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeaveDialogFlow.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAI3E,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAC;AAEtE,KAAK,oBAAoB,GAAG;IAC1B,gBAAgB,EAAE,mBAAmB,CAAC;IACtC,MAAM,EAAE,YAAY,CAAC;CACtB,CAAC;AAGF,QAAA,MAAM,eAAe,kCAGlB,oBAAoB,4CAkBtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './InviteMembers.scss';
|
|
3
2
|
import { FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
4
3
|
import { DialogType } from '../../../Domain/entity/DialogTypes';
|
|
@@ -12,5 +11,5 @@ type InviteMembersProps = {
|
|
|
12
11
|
participants?: number[];
|
|
13
12
|
cancelInviteMembersHandler?: FunctionTypeVoidToVoid;
|
|
14
13
|
};
|
|
15
|
-
declare const InviteMembers:
|
|
14
|
+
declare const InviteMembers: ({ typeDialog, idOwnerDialog, typeAddEditDialog, applyInviteUsersHandler, participants, cancelInviteMembersHandler, }: InviteMembersProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
export default InviteMembers;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InviteMembers.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/InviteMembers/InviteMembers.tsx"],"names":[],"mappings":"AACA,OAAO,sBAAsB,CAAC;AAY9B,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAEhE,OAAO,EAAE,mBAAmB,EAAkB,MAAM,0BAA0B,CAAC;AAQ/E,MAAM,MAAM,8BAA8B,GAAG,CAC3C,gBAAgB,EAAE,MAAM,EAAE,EAC1B,iBAAiB,EAAE,MAAM,EAAE,KACxB,IAAI,CAAC;AAEV,KAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,mBAAmB,CAAC;IACvC,uBAAuB,EAAE,8BAA8B,CAAC;IACxD,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,0BAA0B,CAAC,EAAE,sBAAsB,CAAC;CACrD,CAAC;AAEF,QAAA,MAAM,aAAa,yHAOhB,kBAAkB,4CAsRpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InviteMembersViewModel.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/InviteMembers/InviteMembersViewModel.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,EAAE,EACpB,4BAA4B,EAC5B,wBAAwB,EACxB,sBAAsB,EACvB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAE/D,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,UAAU,CAAC;IACvE,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,4BAA4B,CAAC;IACvC,OAAO,EAAE,sBAAsB,CAAC;IAChC,YAAY,EAAE,wBAAwB,CAAC;CACxC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './SingleUserWithCheckBox.scss';
|
|
3
2
|
import { UserEntity } from '../../../../../Domain/entity/UserEntity';
|
|
4
3
|
export type FunctionTypeUserEntityToVoid = (item: UserEntity, checkedStatus: boolean) => void;
|
|
@@ -9,5 +8,5 @@ type SingleUserWithCheckBoxProps = {
|
|
|
9
8
|
checkedHandler: FunctionTypeUserEntityToVoid;
|
|
10
9
|
keyValue?: number;
|
|
11
10
|
};
|
|
12
|
-
declare const SingleUserWithCheckBox:
|
|
11
|
+
declare const SingleUserWithCheckBox: ({ user, checkedHandler, isElementChecked, keyValue, isDisabled, }: SingleUserWithCheckBoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export default SingleUserWithCheckBox;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SingleUserWithCheckBox.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.tsx"],"names":[],"mappings":"AACA,OAAO,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAMrE,MAAM,MAAM,4BAA4B,GAAG,CACzC,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,OAAO,KACnB,IAAI,CAAC;AAEV,KAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,4BAA4B,CAAC;IAC7C,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,sBAAsB,sEAM1B,2BAA2B,4CA4F5B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InviteUsersResultViewModel.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/InviteMembers/InviteUsersResultViewModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAE/D,MAAM,CAAC,OAAO,OAAO,0BAA0B;IACtC,KAAK,EAAE,UAAU,EAAE,CAAC;IAEpB,MAAM,EAAE,OAAO,EAAE,CAAC;gBAEb,KAAK,GAAE,UAAU,EAAO,EAAE,MAAM,GAAE,OAAO,EAAO;CAI7D"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './NotFoundContent.scss';
|
|
3
2
|
type NotFoundContentProps = {
|
|
4
3
|
message: string;
|
|
5
4
|
};
|
|
6
|
-
declare const NotFoundContent:
|
|
5
|
+
declare const NotFoundContent: ({ message, }: NotFoundContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export default NotFoundContent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFoundContent.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAGhC,KAAK,oBAAoB,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,eAAe,iBAElB,oBAAoB,4CAStB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInviteMembersViewModel.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/InviteMembers/useInviteMembersViewModel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAiBlE,MAAM,CAAC,OAAO,UAAU,yBAAyB,IAAI,sBAAsB,CA+H1E"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="@types/react" />
|
|
2
2
|
import './PreviewDialog.scss';
|
|
3
3
|
import { DialogType } from '../../../Domain/entity/DialogTypes';
|
|
4
4
|
import PreviewDialogViewModel from './PreviewDialogViewModel';
|
|
@@ -33,5 +33,5 @@ type PreviewDialogsProps = {
|
|
|
33
33
|
additionalSettings?: PreviewDialogSettings;
|
|
34
34
|
disableActions?: boolean;
|
|
35
35
|
};
|
|
36
|
-
declare const PreviewDialog:
|
|
36
|
+
declare const PreviewDialog: ({ typeDialog, dialogViewModel, dialogAvatar, title, previewMessage, unreadMessageCount, message_date_time_sent, theme, onLeaveDialog, disableActions, additionalSettings, }: PreviewDialogsProps) => import("react/jsx-runtime").JSX.Element;
|
|
37
37
|
export default PreviewDialog;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreviewDialog.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/Views/PreviewDialog/PreviewDialog.tsx"],"names":[],"mappings":";AAEA,OAAO,sBAAsB,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,UAAU,MAAM,yBAAyB,CAAC;AAIjD,OAAO,EAAE,8BAA8B,EAAE,MAAM,oCAAoC,CAAC;AAWpF,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AASrD,KAAK,mBAAmB,GAAG;IACzB,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC;AACF,KAAK,qBAAqB,GAAG;IAC3B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;IAE5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,eAAe,EAAE,OAAO,CAAC;IACzB,6BAA6B,EAAE,OAAO,CAAC;CACxC,CAAC;AACF,KAAK,mBAAmB,GAAG;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,sBAAsB,CAAC;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B,aAAa,EAAE,8BAA8B,CAAC;IAC9C,kBAAkB,CAAC,EAAE,qBAAqB,CAAC;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,aAAa,gLAahB,mBAAmB,4CAoQrB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|