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":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Favourite/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,SAAS,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB1D;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/FavouriteFilled/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,eAAe,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBhE;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inex.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/FullScreen/inex.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,UAAU,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB3D;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Hide/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,IAAI,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBrD;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/ImagePlay/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,SAAS,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB1D;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Louder/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,MAAM,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBvD;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/MicOff/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,MAAM,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBvD;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/MicOn/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,KAAK,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAoBtD;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Minimize/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,QAAQ,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBzD;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/NotifyOff/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,SAAS,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CA6B1D;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,QAAQ,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CA6BzD;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,KAAK,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBtD;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Quite/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,KAAK,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBtD;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Record/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,MAAM,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBvD;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Screenshare/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,WAAW,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB5D;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Show/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,IAAI,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBrD;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/Speaker/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,OAAO,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgBxD;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/SpeakerOff/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,UAAU,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB3D;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/StopRecord/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,UAAU,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB3D;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/Presentation/components/UI/svgs/Icons/Toggle/StopShare/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD,iBAAS,SAAS,CAAC,KAAK,GAAE,SAAS,GAAG,SAAqB,2CAgB1D;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './ColumnContainer.scss';
|
|
3
2
|
import { ContainerProps } from '../../../layouts/LayoutCommonTypes';
|
|
4
|
-
declare const ColumnContainer:
|
|
3
|
+
declare const ColumnContainer: ({ children, gapBetweenItem, maxWidth, }: ContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default ColumnContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColumnContainer.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAGpE,QAAA,MAAM,eAAe,4CAIlB,cAAc,4CAehB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="@types/react" />
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import './RowCenterContainer.scss';
|
|
3
4
|
export type RowCenterContainerProps = {
|
|
@@ -29,5 +30,5 @@ export type RowCenterContainerProps = {
|
|
|
29
30
|
maxHeight: string;
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
|
-
declare const RowCenterContainer:
|
|
33
|
+
declare const RowCenterContainer: ({ LeftItem, CenterItem, RightItem, gapBetweenItem, minWidthContainer, minHeightContainer, LeftContainerSize, CenterContainerSize, RightContainerSize, }: RowCenterContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
34
|
export default RowCenterContainer;
|
package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RowCenterContainer.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/RowCenterContainer/RowCenterContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,2BAA2B,CAAC;AAEnC,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,mBAAmB,CAAC,EAAE;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,kBAAkB,CAAC,EAAE;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAAC;AAGF,QAAA,MAAM,kBAAkB,4JAUrB,uBAAuB,4CAyCzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="@types/react" />
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import './RowLeftContainer.scss';
|
|
3
4
|
export type RowLeftContainerProps = {
|
|
@@ -29,5 +30,5 @@ export type RowLeftContainerProps = {
|
|
|
29
30
|
maxHeight: string;
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
|
-
declare const RowLeftContainer:
|
|
33
|
+
declare const RowLeftContainer: ({ LeftItem, CenterItem, RightItem, gapBetweenItem, minWidthContainer, minHeightContainer, LeftContainerSize, CenterContainerSize, RightContainerSize, }: RowLeftContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
34
|
export default RowLeftContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RowLeftContainer.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/RowLeftContainer/RowLeftContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,yBAAyB,CAAC;AAEjC,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,mBAAmB,CAAC,EAAE;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,kBAAkB,CAAC,EAAE;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAAC;AAGF,QAAA,MAAM,gBAAgB,4JAUnB,qBAAqB,4CA2CvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="@types/react" />
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import './RowRightContainer.scss';
|
|
3
4
|
export type RowRightContainerProps = {
|
|
@@ -29,5 +30,5 @@ export type RowRightContainerProps = {
|
|
|
29
30
|
maxHeight: string;
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
|
-
declare const RowRightContainer:
|
|
33
|
+
declare const RowRightContainer: ({ LeftItem, CenterItem, RightItem, gapBetweenItem, minWidthContainer, minHeightContainer, LeftContainerSize, CenterContainerSize, RightContainerSize, }: RowRightContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
34
|
export default RowRightContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RowRightContainer.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/RowRightContainer/RowRightContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,0BAA0B,CAAC;AAElC,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,mBAAmB,CAAC,EAAE;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,kBAAkB,CAAC,EAAE;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;CACH,CAAC;AAGF,QAAA,MAAM,iBAAiB,4JAUpB,sBAAsB,4CA2CxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollableContainer.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/ScrollableContainer/ScrollableContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,OAAO,4BAA4B,CAAC;AAGpC,UAAU,aAAa,CAAC,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IACf,kBAAkB,CAAC,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,iBAAiB,CAAC;IACpE,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;CACnE;AAED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,CAAC,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,2CAkFrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createUseComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/components/containers/SectionList/hooks/createUseComponent.ts"],"names":[],"mappings":"AAAA,KAAK,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CACxC,KAAK,EAAE,CAAC,KACL,CAAC,CAAC,SAAS,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,GACtD,CAAC,CAAC,SAAS,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,GACpD,CAAC,CAAC,SAAS,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,GACnD,CAAC,CAAC,SAAS,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,GACpD,CAAC,CAAC,SAAS,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,GACtD,CAAC,CAAC,SAAS,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC;AAE1D,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,CAAC,GAAG,IAAI,EACR,CAAC,GAAG,SAAS,EACb,CAAC,GAAG,SAAS,EACb,CAAC,GAAG,SAAS,EACb,CAAC,GAAG,SAAS,EACb,CAAC,GAAG,SAAS,EACb,CAAC,GAAG,SAAS,EACb,YAAY,EAAE,aAAa,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,sCAEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/components/containers/SectionList/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMobileLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/components/containers/SectionList/hooks/useMobileLayout.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,eAAe,yBAwBtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePrevious.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/components/containers/SectionList/hooks/usePrevious.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,iBAQ9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useVisibility.d.ts","sourceRoot":"","sources":["../../../../../../src/Presentation/components/containers/SectionList/hooks/useVisibility.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,aAAa,YAcpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/SectionList/index.tsx"],"names":[],"mappings":"AAGA,OAAqB,EAAe,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,cAAc,CAAC;AAGtB,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,2CA4ChE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/components/containers/SectionList/useComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AAI1E,MAAM,WAAW,WAAW,CAAC,CAAC;IAE5B,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC;IAEjC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,QAAQ,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IAExC,YAAY,EAAE,YAAY,CAAC;IAC3B;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B,UAAU,EAAE,CACV,IAAI,EAAE,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,EACnB,OAAO,EAAE,SAAS,CAAC,cAAc,CAAC,KAC/B,SAAS,CAAC;IAEf,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC;IAE7D,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC;CAC9D;;;;;;AAED,wBA+FG"}
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import AddContactSvg from './add-contact.svg?react';
|
|
2
|
+
import AddSvg from './add.svg?react';
|
|
3
|
+
import ArchiveSvg from './archive.svg?react';
|
|
4
|
+
import CopySvg from './copy.svg?react';
|
|
5
|
+
import DeleteSvg from './delete.svg?react';
|
|
6
|
+
import DownloadSvg from './download.svg?react';
|
|
7
|
+
import EditSvg from './edit.svg?react';
|
|
8
|
+
import EmojiSvg from './emoji.svg?react';
|
|
9
|
+
import ForwardFilledSvg from './forward-filled.svg?react';
|
|
10
|
+
import HunguplSvg from './hungup.svg?react';
|
|
11
|
+
import IncomeCallSvg from './income-call.svg?react';
|
|
12
|
+
import LikeSvg from './like.svg?react';
|
|
13
|
+
import NewChatSvg from './new-chat.svg?react';
|
|
14
|
+
import OutcomeCllSvg from './outcome-call.svg?react';
|
|
15
|
+
import PhoneFilledSvg from './phone-filled.svg?react';
|
|
16
|
+
import PhoneSvg from './phone.svg?react';
|
|
17
|
+
import Remove2Svg from './remove-2.svg?react';
|
|
18
|
+
import RemoveSvg from './remove.svg?react';
|
|
19
|
+
import RephraseSvg from './rephrase.svg?react';
|
|
20
|
+
import ReplyFilledSvg from './reply-filled.svg?react';
|
|
21
|
+
import SendSvg from './send.svg?react';
|
|
22
|
+
import ShareSvg from './share.svg?react';
|
|
23
|
+
import SwapCameraSvg from './swap-camera.svg?react';
|
|
24
|
+
import UnarchiveSvg from './unarchive.svg?react';
|
|
25
|
+
import VideoSvg from './video.svg?react';
|
|
26
|
+
import VoiceSvg from './voice.svg?react';
|
|
27
|
+
export { AddContactSvg, AddSvg, ArchiveSvg, CopySvg, DeleteSvg, DownloadSvg, EditSvg, EmojiSvg, ForwardFilledSvg, HunguplSvg, IncomeCallSvg, LikeSvg, NewChatSvg, OutcomeCllSvg, PhoneFilledSvg, PhoneSvg, Remove2Svg, RemoveSvg, RephraseSvg, ReplyFilledSvg, SendSvg, ShareSvg, SwapCameraSvg, UnarchiveSvg, VideoSvg, VoiceSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/actions/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAC1D,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,aAAa,MAAM,0BAA0B,CAAC;AACrD,OAAO,cAAc,MAAM,0BAA0B,CAAC;AACtD,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,cAAc,MAAM,0BAA0B,CAAC;AACtD,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,YAAY,MAAM,uBAAuB,CAAC;AACjD,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,OAAO,EACL,aAAa,EACb,MAAM,EACN,UAAU,EACV,OAAO,EACP,SAAS,EACT,WAAW,EACX,OAAO,EACP,QAAQ,EACR,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACP,UAAU,EACV,aAAa,EACb,cAAc,EACd,QAAQ,EACR,UAAU,EACV,SAAS,EACT,WAAW,EACX,cAAc,EACd,OAAO,EACP,QAAQ,EACR,aAAa,EACb,YAAY,EACZ,QAAQ,EACR,QAAQ,EACT,CAAC"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import BroadcastSvg from './broadcast.svg?react';
|
|
2
|
+
import ChatFilledSvg from './chat-filled.svg?react';
|
|
3
|
+
import ChatSvg from './chat.svg?react';
|
|
4
|
+
import ConferenceSvg from './conference.svg?react';
|
|
5
|
+
import ContactFilledSvg from './contact-filled.svg?react';
|
|
6
|
+
import ContactSvg from './contact.svg?react';
|
|
7
|
+
import GroupChatSvg from './group-chat.svg?react';
|
|
8
|
+
import NotificationsSvg from './notifications.svg?react';
|
|
9
|
+
import PrivateChatSvg from './private-chat.svg?react';
|
|
10
|
+
import PublicChannelSvg from './public-channel.svg?react';
|
|
11
|
+
import StreamFilledSvg from './stream-filled.svg?react';
|
|
12
|
+
import SteamSvg from './stream.svg?react';
|
|
13
|
+
import UserSvg from './user.svg?react';
|
|
14
|
+
export { BroadcastSvg, ChatFilledSvg, ChatSvg, ConferenceSvg, ContactFilledSvg, ContactSvg, GroupChatSvg, NotificationsSvg, PrivateChatSvg, PublicChannelSvg, StreamFilledSvg, SteamSvg, UserSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/contents/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,uBAAuB,CAAC;AACjD,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,aAAa,MAAM,wBAAwB,CAAC;AACnD,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAC1D,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,gBAAgB,MAAM,2BAA2B,CAAC;AACzD,OAAO,cAAc,MAAM,0BAA0B,CAAC;AACtD,OAAO,gBAAgB,MAAM,4BAA4B,CAAC;AAC1D,OAAO,eAAe,MAAM,2BAA2B,CAAC;AACxD,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,OAAO,MAAM,kBAAkB,CAAC;AAIvC,OAAO,EACL,YAAY,EACZ,aAAa,EACb,OAAO,EACP,aAAa,EACb,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,eAAe,EACf,QAAQ,EACR,OAAO,EACR,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './actions';
|
|
2
|
-
export * from './contents';
|
|
3
2
|
export * from './media';
|
|
4
3
|
export * from './moderation';
|
|
5
4
|
export * from './navigation';
|
|
6
5
|
export * from './status';
|
|
7
6
|
export * from './toggle';
|
|
7
|
+
export { BroadcastSvg, ChatFilledSvg, ChatSvg, ConferenceSvg, ContactFilledSvg, ContactSvg, GroupChatSvg, NotificationsSvg, PrivateChatSvg, PublicChannelSvg, StreamFilledSvg, SteamSvg, UserSvg, } from './contents/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Presentation/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAE1B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AAEzB,OAAO,EACL,YAAY,EACZ,aAAa,EACb,OAAO,EACP,aAAa,EACb,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,eAAe,EACf,QAAQ,EACR,OAAO,GACR,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import AttachmentSvg from './attachment.svg?react';
|
|
2
|
+
import AudioFileSvg from './audio-file.svg?react';
|
|
3
|
+
import BrokenFileSvg from './broken-file.svg?react';
|
|
4
|
+
import CameraSvg from './camera.svg?react';
|
|
5
|
+
import FileSvg from './file.svg?react';
|
|
6
|
+
import GifFileSvg from './gif-file.svg?react';
|
|
7
|
+
import ImageFilledSvg from './image-filled.svg?react';
|
|
8
|
+
import ImageSvg from './image.svg?react';
|
|
9
|
+
import LinkSvg from './link.svg?react';
|
|
10
|
+
import LocationSvg from './location.svg?react';
|
|
11
|
+
import TextDocumentSvg from './text-document.svg?react';
|
|
12
|
+
import VideoFileSvg from './video-file.svg?react';
|
|
13
|
+
export { AttachmentSvg, AudioFileSvg, BrokenFileSvg, CameraSvg, FileSvg, GifFileSvg, ImageFilledSvg, ImageSvg, LinkSvg, LocationSvg, TextDocumentSvg, VideoFileSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/media/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,wBAAwB,CAAC;AACnD,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,cAAc,MAAM,0BAA0B,CAAC;AACtD,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,eAAe,MAAM,2BAA2B,CAAC;AACxD,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAElD,OAAO,EACL,aAAa,EACb,YAAY,EACZ,aAAa,EACb,SAAS,EACT,OAAO,EACP,UAAU,EACV,cAAc,EACd,QAAQ,EACR,OAAO,EACP,WAAW,EACX,eAAe,EACf,YAAY,EACb,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import AdminSvg from './admin.svg?react';
|
|
2
|
+
import BannedSvg from './banned.svg?react';
|
|
3
|
+
import ModerationsSvg from './moderations.svg?react';
|
|
4
|
+
import FreezeSvg from './freeze.svg?react';
|
|
5
|
+
import MutedSvg from './muted.svg?react';
|
|
6
|
+
export { AdminSvg, BannedSvg, ModerationsSvg, FreezeSvg, MutedSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/moderation/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,cAAc,MAAM,yBAAyB,CAAC;AACrD,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAEzC,OAAO,EACL,QAAQ,EACR,SAAS,EACT,cAAc,EACd,SAAS,EACT,QAAQ,EACT,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import ArrowLeftSvg from './arrow-left.svg?react';
|
|
2
|
+
import ArrowRightSvg from './arrow-right.svg?react';
|
|
3
|
+
import BackSvg from './back.svg?react';
|
|
4
|
+
import CloseSvg from './close.svg?react';
|
|
5
|
+
import DownSvg from './down.svg?react';
|
|
6
|
+
import NextSVG from './next.svg?react';
|
|
7
|
+
import LeaveSvg from './leave.svg?react';
|
|
8
|
+
import MoreSvg from './more.svg?react';
|
|
9
|
+
import PlusSvg from './plus.svg?react';
|
|
10
|
+
import RefreshSvg from './refresh.svg?react';
|
|
11
|
+
import SearchSvg from './search.svg?react';
|
|
12
|
+
import SettingsFilledSvg from './settings-filled.svg?react';
|
|
13
|
+
export { ArrowLeftSvg, ArrowRightSvg, BackSvg, CloseSvg, DownSvg, NextSVG, LeaveSvg, MoreSvg, PlusSvg, RefreshSvg, SearchSvg, SettingsFilledSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/navigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,iBAAiB,MAAM,6BAA6B,CAAC;AAE5D,OAAO,EACL,YAAY,EACZ,aAAa,EACb,OAAO,EACP,QAAQ,EACR,OAAO,EACP,OAAO,EACP,QAAQ,EACR,OAAO,EACP,OAAO,EACP,UAAU,EACV,SAAS,EACT,iBAAiB,EAClB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import ErrorSvg from './error.svg?react';
|
|
2
|
+
import HelpSvg from './help.svg?react';
|
|
3
|
+
import InformationSvg from './information.svg?react';
|
|
4
|
+
import LoaderSvg from './loader.svg?react';
|
|
5
|
+
import MentionSvg from './mention.svg?react';
|
|
6
|
+
import SentSvg from './sent.svg?react';
|
|
7
|
+
import ViewedDeliveredSvg from './viewed-delivered.svg?react';
|
|
8
|
+
export { ErrorSvg, HelpSvg, InformationSvg, LoaderSvg, MentionSvg, SentSvg, ViewedDeliveredSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/status/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,cAAc,MAAM,yBAAyB,CAAC;AACrD,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,kBAAkB,MAAM,8BAA8B,CAAC;AAE9D,OAAO,EACL,QAAQ,EACR,OAAO,EACP,cAAc,EACd,SAAS,EACT,UAAU,EACV,OAAO,EACP,kBAAkB,EACnB,CAAC"}
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
import CameraOffSvg from './camera-off.svg?react';
|
|
2
|
+
import CameraOnSvg from './camera-on.svg?react';
|
|
3
|
+
import CheckOffSvg from './check-off.svg?react';
|
|
4
|
+
import CheckOnSvg from './check-on.svg?react';
|
|
5
|
+
import FavoriteSvg from './favorite.svg?react';
|
|
6
|
+
import FullScreenSvg from './full-screen.svg?react';
|
|
7
|
+
import HideSvg from './hide.svg?react';
|
|
8
|
+
import LouderSvg from './louder.svg?react';
|
|
9
|
+
import MicOffSvg from './mic-off.svg?react';
|
|
10
|
+
import MicOnSvg from './mic-on.svg?react';
|
|
11
|
+
import MinimizeSvg from './minimize.svg?react';
|
|
12
|
+
import NotifyOffSvg from './notify-off.svg?react';
|
|
13
|
+
import NotifyOnSvg from './notify-on.svg?react';
|
|
14
|
+
import PauseSvg from './pause.svg?react';
|
|
15
|
+
import PlaySvg from './play.svg?react';
|
|
16
|
+
import QuiteSvg from './quite.svg?react';
|
|
17
|
+
import RecordSvg from './record.svg?react';
|
|
18
|
+
import ScreenShareSvg from './screenshare.svg?react';
|
|
19
|
+
import ShowSvg from './show.svg?react';
|
|
20
|
+
import SpeakerOffSvg from './speaker-off.svg?react';
|
|
21
|
+
import SpeakerSvg from './speaker.svg?react';
|
|
22
|
+
import StopRecordSvg from './stop-record.svg?react';
|
|
23
|
+
import StopShareSvg from './stop-share.svg?react';
|
|
24
|
+
export { CameraOffSvg, CameraOnSvg, CheckOffSvg, CheckOnSvg, FavoriteSvg, FullScreenSvg, HideSvg, LouderSvg, MicOffSvg, MicOnSvg, MinimizeSvg, NotifyOffSvg, NotifyOnSvg, PauseSvg, PlaySvg, QuiteSvg, RecordSvg, ScreenShareSvg, ShowSvg, SpeakerOffSvg, SpeakerSvg, StopRecordSvg, StopShareSvg };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/icons/toggle/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,WAAW,MAAM,sBAAsB,CAAC;AAC/C,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAClD,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AACzC,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,cAAc,MAAM,yBAAyB,CAAC;AACrD,OAAO,OAAO,MAAM,kBAAkB,CAAC;AACvC,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,UAAU,MAAM,qBAAqB,CAAC;AAC7C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,YAAY,MAAM,wBAAwB,CAAC;AAElD,OAAO,EACL,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,WAAW,EACX,aAAa,EACb,OAAO,EACP,SAAS,EACT,SAAS,EACT,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,SAAS,EACT,cAAc,EACd,OAAO,EACP,aAAa,EACb,UAAU,EACV,aAAa,EACb,YAAY,EACb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DesktopLayout.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/layouts/Desktop/DesktopLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,sBAAsB,CAAC;AAC9B,OAAO,UAAU,MAAM,yBAAyB,CAAC;AAEjD,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,kBAAkB,EAAE,KAAK,CAAC,SAAS,CAAC;IACpC,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,iBAAS,aAAa,CAAC,EACrB,WAAW,EACX,kBAAkB,EAClB,cAAc,EACd,KAAiB,EACjB,cAAc,EACd,mBAAwB,GACzB,EAAE,WAAW,2CAkEb;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import '../../Views/Dialog/Dialog.scss';
|
|
3
2
|
import '../../Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.scss';
|
|
4
3
|
import { QuickBloxUIKitDesktopLayoutProps } from '../../../CommonTypes/CommonTypes';
|
|
5
|
-
declare const QuickBloxUIKitDesktopLayout:
|
|
4
|
+
declare const QuickBloxUIKitDesktopLayout: ({ theme, AITranslate, AIRephrase, AIAssist, uikitHeightOffset, }: QuickBloxUIKitDesktopLayoutProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export default QuickBloxUIKitDesktopLayout;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickBloxUIKitDesktopLayout.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.tsx"],"names":[],"mappings":"AAEA,OAAO,gCAAgC,CAAC;AACxC,OAAO,oEAAoE,CAAC;AA4C5E,OAAO,EAAE,gCAAgC,EAAE,MAAM,kCAAkC,CAAC;AAEpF,QAAA,MAAM,2BAA2B,qEAM9B,gCAAgC,4CA0uBlC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayoutCommonTypes.d.ts","sourceRoot":"","sources":["../../../src/Presentation/layouts/LayoutCommonTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanyLogo.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAqBxB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import './Login.scss';
|
|
3
2
|
import { LoginData } from '../../../../Data/source/remote/RemoteDataSource';
|
|
4
3
|
export type FunctionTypeLoginDataToVoid = (data: LoginData) => void;
|
|
5
4
|
type LoginProps = {
|
|
6
5
|
loginHandler?: FunctionTypeLoginDataToVoid;
|
|
7
6
|
};
|
|
8
|
-
declare const Login:
|
|
7
|
+
declare const Login: ({ loginHandler }: LoginProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default Login;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../../../../../src/Presentation/layouts/TestStage/LoginView/Login.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AACtB,OAAO,EAAE,SAAS,EAAE,MAAM,iDAAiD,CAAC;AAE5E,MAAM,MAAM,2BAA2B,GAAG,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;AAEpE,KAAK,UAAU,GAAG;IAChB,YAAY,CAAC,EAAE,2BAA2B,CAAC;CAC5C,CAAC;AAEF,QAAA,MAAM,KAAK,qBAAsB,UAAU,4CA8E1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProviderProps.d.ts","sourceRoot":"","sources":["../../../src/Presentation/providers/ProviderProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuickBloxUIKitProvider.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAEzC,OAAO,uCAAuC,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,gBAAgB,EACjB,MAAM,8CAA8C,CAAC;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AACzE,OAAO,oBAAoB,MAAM,+CAA+C,CAAC;AACjF,OAAO,uBAAuB,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAE3E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AA4BjE,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,KAAK,sBAAsB,GAAG,aAAa,GAAG,UAAU,CAAC;AAEzD,KAAK,aAAa,GAAG;IACnB,iBAAiB,EAAE,eAAe,CAAC;IACnC,kBAAkB,EAAE,gBAAgB,CAAC;IACrC,qBAAqB,EAAE,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IACrD,qBAAqB,EAAE,oBAAoB,CAAC;IAC5C,wBAAwB,EAAE,uBAAuB,CAAC;CACnD,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAE9B,OAAO,EAAE,aAAa,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAChD,kBAAkB,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;IACrD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,CAAC,iBAAiB,EAAE,iBAAiB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACnE,oCAAoC,EAAE,CACpC,QAAQ,EAAE,gBAAgB,CAAC,OAAO,CAAC,KAChC,IAAI,CAAC;CACX,CAAC;AA4FF,eAAO,MAAM,aAAa,kCAC+B,CAAC;AAI1D,iBAAS,sBAAsB,CAAC,EAC9B,QAAQ,EAER,WAAW,EAEX,QAAQ,EAER,SAAS,EAET,WAAW,GACZ,EAAE,sBAAsB,2CAgKxB;AAED,eAAe,sBAAsB,CAAC"}
|
package/dist/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useEventMessagesRepository.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,MAAM,kDAAkD,CAAC;AAGvF,QAAA,MAAM,0BAA0B,QAAO,uBAItC,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useQBConnection.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/providers/QuickBloxUIKitProvider/useQBConnection.ts"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,MAAM,+CAA+C,CAAC;AAEjF,KAAK,gBAAgB,GAAG;IACtB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AACF,QAAA,MAAM,eAAe,QAAO,gBA0C3B,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useQbInitializedDataContext.d.ts","sourceRoot":"","sources":["../../../../src/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5E,QAAA,MAAM,2BAA2B,QAAO,iBA6EvC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|