quickblox-react-ui-kit 0.4.5-beta.2 → 0.4.5-beta.5
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/.env +1 -0
- package/.storybook/main.ts +12 -84
- package/.storybook/preview.ts +1 -6
- package/dist/CommonTypes/BaseViewModel.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts +2 -2
- package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Dialog.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts +1 -2
- package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/Message.d.ts +2 -2
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts +1 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts +0 -1
- package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts +2 -1
- package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts +1 -2
- package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts +2 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts +2 -1
- package/dist/Presentation/Views/DialogList/DialogList.d.ts +5 -6
- package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts +2 -1
- package/dist/Presentation/Views/EditDialog/EditDialog.d.ts +2 -1
- package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts +2 -1
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts +2 -1
- package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts +2 -1
- package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts +2 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts +2 -1
- package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts +2 -1
- package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts +2 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts +2 -2
- package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts +2 -1
- package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts +1 -2
- package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts +2 -1
- package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts +1 -2
- package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts +2 -1
- package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts +1 -2
- package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts +0 -1
- package/dist/Presentation/components/containers/SectionList/useComponent.d.ts +0 -1
- package/dist/Presentation/icons/actions/index.d.ts +26 -27
- package/dist/Presentation/icons/contents/index.d.ts +13 -14
- package/dist/Presentation/icons/index.d.ts +1 -1
- package/dist/Presentation/icons/media/index.d.ts +12 -13
- package/dist/Presentation/icons/moderation/index.d.ts +5 -6
- package/dist/Presentation/icons/navigation/index.d.ts +12 -13
- package/dist/Presentation/icons/status/index.d.ts +7 -8
- package/dist/Presentation/icons/toggle/index.d.ts +23 -24
- package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts +0 -1
- package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts +2 -1
- package/dist/Presentation/layouts/LayoutCommonTypes.d.ts +0 -1
- package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts +0 -1
- package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts +2 -1
- package/dist/Presentation/providers/ProviderProps.d.ts +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts +0 -1
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts +0 -1
- package/dist/Presentation/ui-components/Button/Button.d.ts +0 -1
- package/dist/Presentation/ui-components/Button/Button.stories.d.ts +4 -4
- package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts +1 -2
- package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts +3 -4
- package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts +0 -1
- package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts +0 -1
- package/dist/Presentation/ui-components/Header/Header.d.ts +1 -2
- package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts +1 -1
- package/dist/Presentation/ui-components/Message/Message.d.ts +0 -1
- package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts +1 -2
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts +2 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts +1 -1
- package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts +0 -1
- package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts +0 -1
- package/dist/Presentation/ui-components/TextField/TextField.d.ts +2 -3
- package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts +0 -1
- package/dist/Presentation/ui-components/UserListItem/UserListItem.stories.d.ts +2 -2
- package/dist/hooks/useQuickBloxUIKit.d.ts +2 -5
- package/dist/index-ui.d.ts +3 -1
- package/dist/index-ui.js +36242 -74216
- package/dist/index-ui.js.map +1 -0
- package/dist/utils/parse.d.ts +1 -1
- package/global.d.ts +202 -11
- package/media-recorder-js.d.ts +133 -0
- package/package.json +46 -47
- package/public/index.html +42 -15
- package/src/Data/Stubs.ts +6 -6
- package/src/Data/repository/ConnectionRepository.ts +2 -1
- package/src/Data/source/remote/RemoteDataSource.ts +1 -1
- package/src/Domain/use_cases/SyncDialogsUseCase.ts +2 -2
- package/src/Domain/use_cases/UserTypingMessageUseCase.ts +3 -3
- package/src/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.tsx +1 -1
- package/src/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.tsx +1 -1
- package/src/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.tsx +1 -1
- package/src/Presentation/Views/Dialog/AIWidgets/SliderMenu.tsx +2 -2
- package/src/Presentation/Views/Dialog/Dialog.tsx +12 -12
- package/src/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.tsx +4 -1
- package/src/Presentation/Views/Dialog/DialogHeader/DialogHeader.tsx +1 -1
- package/src/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.tsx +4 -1
- package/src/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.tsx +1 -1
- package/src/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.tsx +1 -1
- package/src/Presentation/Views/Dialog/ErrorToast/ErrorToast.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.tsx +1 -1
- package/src/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.tsx +1 -1
- package/src/Presentation/Views/Dialog/InputMessage/InputMessage.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/Message.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.tsx +1 -1
- package/src/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.tsx +1 -1
- package/src/Presentation/Views/Dialog/MessageItem/MessageItem.tsx +1 -1
- package/src/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.tsx +1 -1
- package/src/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.tsx +1 -1
- package/src/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.tsx +1 -1
- package/src/Presentation/Views/Dialog/useDialogViewModel.ts +86 -64
- package/src/Presentation/Views/DialogInfo/DialogInfo.tsx +1 -1
- package/src/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.tsx +2 -2
- package/src/Presentation/Views/DialogInfo/MembersList/MembersList.tsx +1 -1
- package/src/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.tsx +1 -1
- package/src/Presentation/Views/DialogInfo/UsersList/UsersList.tsx +2 -2
- package/src/Presentation/Views/DialogList/DialogList.tsx +5 -6
- package/src/Presentation/Views/DialogList/useDialogListViewModel.ts +30 -28
- package/src/Presentation/Views/DialogListHeader/DialogListHeader.scss +1 -1
- package/src/Presentation/Views/DialogListHeader/DialogListHeader.tsx +1 -1
- package/src/Presentation/Views/EditDialog/EditDialog.tsx +2 -2
- package/src/Presentation/Views/EditDialog/UserAvatar/UserAvatar.tsx +2 -2
- package/src/Presentation/Views/Flow/CreateDialog/CreateDialog.tsx +2 -2
- package/src/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.tsx +1 -1
- package/src/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.tsx +1 -1
- package/src/Presentation/Views/InviteMembers/InviteMembers.tsx +2 -2
- package/src/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.tsx +2 -2
- package/src/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.tsx +1 -1
- package/src/Presentation/Views/PreviewDialog/PreviewDialog.tsx +1 -1
- package/src/Presentation/Views/YesNoQuestion/YesNoQuestion.tsx +1 -1
- package/src/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.tsx +1 -1
- package/src/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.tsx +2 -2
- package/src/Presentation/components/UI/Buttons/MainButton/MainButton.tsx +2 -2
- package/src/Presentation/components/UI/Elements/SwitchButton/SwitchButton.tsx +2 -2
- package/src/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.tsx +1 -1
- package/src/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.tsx +1 -1
- package/src/Presentation/components/containers/ColumnContainer/ColumnContainer.tsx +1 -1
- package/src/Presentation/components/containers/RowCenterContainer/RowCenterContainer.tsx +1 -1
- package/src/Presentation/components/containers/RowLeftContainer/RowLeftContainer.tsx +1 -1
- package/src/Presentation/components/containers/RowRightContainer/RowRightContainer.tsx +1 -1
- package/src/Presentation/icons/actions/index.ts +26 -55
- package/src/Presentation/icons/contents/index.ts +13 -31
- package/src/Presentation/icons/index.ts +1 -17
- package/src/Presentation/icons/media/index.ts +12 -27
- package/src/Presentation/icons/moderation/index.ts +5 -13
- package/src/Presentation/icons/navigation/index.ts +12 -27
- package/src/Presentation/icons/status/index.ts +7 -17
- package/src/Presentation/icons/toggle/index.ts +23 -49
- package/src/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.tsx +38 -33
- package/src/Presentation/layouts/TestStage/LoginView/Login.scss +3 -6
- package/src/Presentation/layouts/TestStage/LoginView/Login.tsx +1 -1
- package/src/Presentation/themes/styles/_fonts.scss +30 -0
- package/src/Presentation/themes/styles/_theme_dark.scss +1 -1
- package/src/Presentation/themes/styles/_theme_light.scss +1 -1
- package/src/Presentation/themes/styles/_variables.scss +2 -2
- package/src/Presentation/ui-components/Avatar/Avatar.scss +3 -3
- package/src/Presentation/ui-components/Avatar/Avatar.tsx +0 -3
- package/src/Presentation/ui-components/Avatar/avatar.stories.tsx +1 -3
- package/src/Presentation/ui-components/Badge/Badge.stories.ts +3 -3
- package/src/Presentation/ui-components/Badge/Badge.tsx +1 -1
- package/src/Presentation/ui-components/Button/Button.scss +1 -1
- package/src/Presentation/ui-components/Button/Button.stories.ts +3 -4
- package/src/Presentation/ui-components/Button/Button.tsx +0 -1
- package/src/Presentation/ui-components/CheckBox/CheckBox.tsx +0 -1
- package/src/Presentation/ui-components/DialogBanner/DialogBanner.scss +13 -13
- package/src/Presentation/ui-components/DialogBanner/DialogBanner.stories.ts +1 -1
- package/src/Presentation/ui-components/DialogBanner/DialogBanner.tsx +1 -2
- package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.scss +5 -6
- package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.stories.tsx +5 -7
- package/src/Presentation/ui-components/DialogItemPreview/DialogItemPreview.tsx +2 -2
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.scss +5 -4
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.stories.tsx +1 -2
- package/src/Presentation/ui-components/DialogWindow/DialogWindow.tsx +4 -4
- package/src/Presentation/ui-components/Dropdown/Dropdown.scss +1 -1
- package/src/Presentation/ui-components/Dropdown/Dropdown.stories.tsx +2 -3
- package/src/Presentation/ui-components/Dropdown/Dropdown.tsx +1 -1
- package/src/Presentation/ui-components/Dropdown/DropdownOption.tsx +0 -1
- package/src/Presentation/ui-components/Header/Header.scss +3 -8
- package/src/Presentation/ui-components/Header/Header.stories.tsx +0 -1
- package/src/Presentation/ui-components/Header/Header.tsx +2 -2
- package/src/Presentation/ui-components/Loader/Loader.scss +2 -4
- package/src/Presentation/ui-components/Loader/Loader.stories.ts +0 -1
- package/src/Presentation/ui-components/Loader/Loader.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.scss +3 -1
- package/src/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.tsx +2 -2
- package/src/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.scss +1 -0
- package/src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.tsx +0 -1
- package/src/Presentation/ui-components/Message/FileUrl/FileUrl.scss +3 -0
- package/src/Presentation/ui-components/Message/FileUrl/FileUrl.tsx +1 -2
- package/src/Presentation/ui-components/Message/MessageCaption/MessageCaption.tsx +2 -2
- package/src/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.tsx +3 -3
- package/src/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.tsx +1 -1
- package/src/Presentation/ui-components/MessageInput/MessageInput.tsx +1 -1
- package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.tsx +4 -1
- package/src/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.tsx +1 -1
- package/src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx +4 -4
- package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.scss +16 -17
- package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.ts +0 -1
- package/src/Presentation/ui-components/MessageSeparator/MessageSeparator.tsx +0 -1
- package/src/Presentation/ui-components/Placeholder/Placeholder.scss +1 -6
- package/src/Presentation/ui-components/Placeholder/Placeholder.stories.tsx +0 -1
- package/src/Presentation/ui-components/Placeholder/Placeholder.tsx +1 -1
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.scss +1 -4
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.ts +1 -3
- package/src/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.tsx +0 -1
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.scss +2 -8
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.stories.tsx +0 -1
- package/src/Presentation/ui-components/SettingsItem/SettingsItem.tsx +1 -1
- package/src/Presentation/ui-components/TextField/TextField.scss +2 -2
- package/src/Presentation/ui-components/TextField/TextField.stories.ts +2 -3
- package/src/Presentation/ui-components/TextField/TextField.tsx +4 -5
- package/src/Presentation/ui-components/Toast/Toast.stories.tsx +0 -1
- package/src/Presentation/ui-components/Toast/ToastProvider.tsx +1 -1
- package/src/Presentation/ui-components/UserListItem/UserListItem.stories.tsx +3 -3
- package/src/Presentation/ui-components/UserListItem/UserListItem.tsx +0 -1
- package/src/hooks/useQuickBloxUIKit.ts +128 -160
- package/src/index-ui.ts +5 -1
- package/src/index.scss +4 -4
- package/src/react-app-env.d.ts +1 -0
- package/tsconfig.buildlib.json +13 -20
- package/tsconfig.json +7 -6
- package/webpack.config.js +82 -0
- package/babel.config.js +0 -7
- package/dist/App.d.ts.map +0 -1
- package/dist/CommonTypes/BaseViewModel.d.ts.map +0 -1
- package/dist/CommonTypes/CommonTypes.d.ts.map +0 -1
- package/dist/CommonTypes/FunctionResult.d.ts.map +0 -1
- package/dist/Data/Creator.d.ts.map +0 -1
- package/dist/Data/DefaultConfigurations.d.ts.map +0 -1
- package/dist/Data/Stubs.d.ts.map +0 -1
- package/dist/Data/dto/dialog/LocalDialogDTO.d.ts.map +0 -1
- package/dist/Data/dto/dialog/LocalDialogsDTO.d.ts.map +0 -1
- package/dist/Data/dto/dialog/RemoteDialogDTO.d.ts.map +0 -1
- package/dist/Data/dto/dialog/RemoteDialogsDTO.d.ts.map +0 -1
- package/dist/Data/dto/file/LocalFileDTO.d.ts.map +0 -1
- package/dist/Data/dto/file/RemoteFileDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/LocalMessageDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/LocalMessagesDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/RemoteMessageDTO.d.ts.map +0 -1
- package/dist/Data/dto/message/RemoteMessagesDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/LocalUserDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/LocalUsersDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/RemoteUserDTO.d.ts.map +0 -1
- package/dist/Data/dto/user/RemoteUsersDTO.d.ts.map +0 -1
- package/dist/Data/mapper/DialogLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/DialogRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/FileLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/FileRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/IMapper.d.ts.map +0 -1
- package/dist/Data/mapper/MessageLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/MessageRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/UserLocalDTOMapper.d.ts.map +0 -1
- package/dist/Data/mapper/UserRemoteDTOMapper.d.ts.map +0 -1
- package/dist/Data/repository/ConnectionRepository.d.ts.map +0 -1
- package/dist/Data/repository/DialogsRepository.d.ts.map +0 -1
- package/dist/Data/repository/EventMessagesRepository.d.ts.map +0 -1
- package/dist/Data/repository/FileRepository.d.ts.map +0 -1
- package/dist/Data/repository/MessagesRepository.d.ts.map +0 -1
- package/dist/Data/repository/UsersRepository.d.ts.map +0 -1
- package/dist/Data/source/AISource.d.ts.map +0 -1
- package/dist/Data/source/exception/LocalDataSourceException.d.ts.map +0 -1
- package/dist/Data/source/exception/MapperDTOException.d.ts.map +0 -1
- package/dist/Data/source/exception/RemoteDataSourceException.d.ts.map +0 -1
- package/dist/Data/source/exception/RepositoryException.d.ts.map +0 -1
- package/dist/Data/source/local/ChatLocalStorageDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/ILocalDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/ILocalFileDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/LocalDataSource.d.ts.map +0 -1
- package/dist/Data/source/local/LocalFileDataSource.d.ts.map +0 -1
- package/dist/Data/source/remote/IRemoteDataSource.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/DialogDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/FileDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/IDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/Mapper/UserDTOMapper.d.ts.map +0 -1
- package/dist/Data/source/remote/RemoteDataSource.d.ts.map +0 -1
- package/dist/Domain/entity/Chat.d.ts.map +0 -1
- package/dist/Domain/entity/ChatMessageAttachmentEntity.d.ts.map +0 -1
- package/dist/Domain/entity/CustomDataEntity.d.ts.map +0 -1
- package/dist/Domain/entity/DialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/DialogEventInfo.d.ts.map +0 -1
- package/dist/Domain/entity/DialogTypes.d.ts.map +0 -1
- package/dist/Domain/entity/EventMessageType.d.ts.map +0 -1
- package/dist/Domain/entity/FileEntity.d.ts.map +0 -1
- package/dist/Domain/entity/FileTypes.d.ts.map +0 -1
- package/dist/Domain/entity/GroupDialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/LastMessageEntity.d.ts.map +0 -1
- package/dist/Domain/entity/MessageEntity.d.ts.map +0 -1
- package/dist/Domain/entity/NotificationTypes.d.ts.map +0 -1
- package/dist/Domain/entity/PrivateDialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/PublicDialogEntity.d.ts.map +0 -1
- package/dist/Domain/entity/UserEntity.d.ts.map +0 -1
- package/dist/Domain/exception/domain/DomainExecption.d.ts.map +0 -1
- package/dist/Domain/repository/IDialogsRepository.d.ts.map +0 -1
- package/dist/Domain/repository/IFileRepository.d.ts.map +0 -1
- package/dist/Domain/repository/IMessagesRepository.d.ts.map +0 -1
- package/dist/Domain/repository/IUsersRepository.d.ts.map +0 -1
- package/dist/Domain/repository/Pagination.d.ts.map +0 -1
- package/dist/Domain/use_cases/CreateDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ForwardMessagesUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllDialogsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllDialogsUseCaseWithMock.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllMessagesForDialog.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetAllUsersUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetDialogByIdUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/GetUsersByIdsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/LeaveDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/RemoveUsersFromTheDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ReplyMessagesUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SendTextMessageUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SubscribeToDialogEventsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/SubscribeToDialogsUpdatesUseCaseWithMock.d.ts.map +0 -1
- package/dist/Domain/use_cases/SyncDialogsUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UpdateCurrentDialogInDataSourceUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UpdateDialogUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UploadFileUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/UserTypingMessageUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIAnswerAssistUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIAnswerAssistWithProxyUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIAnswerAssistWithSDKUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIRephraseUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AIRephraseWithProxyUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AITranslateUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AITranslateWithProxyUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/ai/AITranslateWithSDKUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/BaseUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/IUseCase.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/Subscribable/ISubscribable.d.ts.map +0 -1
- package/dist/Domain/use_cases/base/Subscribable/SubscriptionPerformer.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AIAssistComponent/AIAssistComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AITranslate/AITranslate.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIComponents/AITranslateComponent/AITranslateComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIMessageWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIRephraseWidget/AIRephraseWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/AIWidgetActions/AIWidgetActions.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/ErrorMessageIcon.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/SliderMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/Tone.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithProxy.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIAssistAnswerWidgetWithSDK.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAIRephraseMessageWidgetWithProxy.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithProxy.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/UseDefaultAITranslateWidgetWithSDK.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/AIWidgets/useDefaultVoiceInputWidget.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ContextMenu/ContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Dialog.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogBackIcon/DialogBackIcon.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogHeader.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogHeader/DialogInfoIcon/DialogInfoIcon.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DialogViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/DropDownMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/DropDownMenu/ItemDropDownMenu/ItemDropDownMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ErrorToast/ErrorToast.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogListItem/DialogListItem.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/SearchComponent/SearchComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessageFlow.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/ForwardMessagePreview/ForwardMessagePreview.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/InputMessage/InputMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingForwardedMessage/IncomingForwardedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/AvatarContentIncomingUser/AvatarContentIncomingUser.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/IncomingMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingMessage/MessageContentComponent/MessageContentComponent.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/IncomingRepliedMessage/IncomingRepliedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/Message.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/AudioAttachment/AudioAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/DefaultAttachment/DefaultAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/ImageAttachment/ImageAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/MessageAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageAttachment/VideoAttachment/VideoAttachment.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoinForwardedMessage/OutgoinForwardedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingMessage/OutgoingMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/Message/OutgoingRepliedMessage/OutgoingRepliedMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/MessageContextMenu/MessageContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/MessageItem/MessageItem.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/SystemDateBanner/SystemDateBanner.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/SystemMessageBanner/SystemMessageBanner.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/VoiceMessage/VoiceMessage.d.ts.map +0 -1
- package/dist/Presentation/Views/Dialog/useDialogViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/DialogInfo.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/DialogMemberButton/DialogMembersButton.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/MembersList/MembersList.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/SingleUser/SingleUser.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersList.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/UsersListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogInfo/UsersList/useUsersListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogList/DialogList.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogList/useDialogListViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/DialogListHeader/DialogListHeader.d.ts.map +0 -1
- package/dist/Presentation/Views/EditDialog/EditDialog.d.ts.map +0 -1
- package/dist/Presentation/Views/EditDialog/UserAvatar/UserAvatar.d.ts.map +0 -1
- package/dist/Presentation/Views/Flow/CreateDialog/CreateDialog.d.ts.map +0 -1
- package/dist/Presentation/Views/Flow/CreateDialogFlow/CreateNewDialogFlow.d.ts.map +0 -1
- package/dist/Presentation/Views/Flow/LeaveDialogFlow/LeaveDialogFlow.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembers.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteMembersViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteUsersList/SingleUserWithCheckBox/SingleUserWithCheckBox.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/InviteUsersResultViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/NotFoundContent/NotFoundContent.d.ts.map +0 -1
- package/dist/Presentation/Views/InviteMembers/useInviteMembersViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialog.d.ts.map +0 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialogContextMenu/PreviewDialogContextMenu.d.ts.map +0 -1
- package/dist/Presentation/Views/PreviewDialog/PreviewDialogViewModel.d.ts.map +0 -1
- package/dist/Presentation/Views/YesNoQuestion/YesNoQuestion.d.ts.map +0 -1
- package/dist/Presentation/components/Navbar.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Buttons/ActiveButton/ActiveButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Buttons/MainBoundedButton/MainBoundedButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Buttons/MainButton/MainButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Elements/SwitchButton/SwitchButton.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Placeholders/ErrorComponent/ErrorComponent.d.ts.map +0 -1
- package/dist/Presentation/components/UI/Placeholders/LoaderComponent/LoaderComponent.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/ActiveSvg/ActiveSvg.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/AIWidget/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BookIcon/BookIcon.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/BotIcon/BotIcon.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HammerIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/HandshakeIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/MuscleIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NecktieIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/NeutralFaceIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PalmsUpTogetherIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PerformingArtsIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/PointUpIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmileyIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/SmirkIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/AIWidgets/WhiteCheckMarkIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Add/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/AddContact/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Archive/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/AssistAnswer/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Copy/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Delete/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Download/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Edit/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/EditDots/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Emoji/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/ForwardFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Hungup/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/IncomeCall/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Like/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/NewChat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/OutcomeCall/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Phone/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/PhoneFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Remove2/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/ReplyFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Send/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Share/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Summarize/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/SwapCamera/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Tone/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Unarchive/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/VideoIcon/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Actions/Voice/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Brodcast/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Chat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/ChatFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Conference/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Contact/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/ContactFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/GroupChat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Notifications/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/PrivateChat/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/PublicChannel/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/Stream/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/StreamFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Contents/User/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/IconsCommonTypes.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Attachment/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/AudioFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/BrokenFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Camera/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/GifFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageEmpty/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/ImageFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/LinkWeb/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Location/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/TextDocument/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/Translate/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Media/VideoFile/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Admin/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Banned/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Freeze/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Moderations/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Moderation/Muted/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowLeft/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/ArrowRight/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Back/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Close/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Down/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Leave/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/More/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Next/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Plus/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Refresh/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Search/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/Settings/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Navigation/SettingsField/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Error/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Help/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Information/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/InformationFill/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Loader/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Mention/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/Sent/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Status/ViewedDelivered/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CameraOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/CheckOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Favourite/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/FavouriteFilled/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/FullScreen/inex.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Hide/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/ImagePlay/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Louder/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/MicOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Minimize/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/NotifyOn/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Pause/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Quite/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Record/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Screenshare/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Show/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/Speaker/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/SpeakerOff/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopRecord/index.d.ts.map +0 -1
- package/dist/Presentation/components/UI/svgs/Icons/Toggle/StopShare/index.d.ts.map +0 -1
- package/dist/Presentation/components/containers/ColumnContainer/ColumnContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/RowCenterContainer/RowCenterContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/RowLeftContainer/RowLeftContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/RowRightContainer/RowRightContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/ScrollableContainer/ScrollableContainer.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/createUseComponent.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/index.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/useMobileLayout.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/usePrevious.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/hooks/useVisibility.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/index.d.ts.map +0 -1
- package/dist/Presentation/components/containers/SectionList/useComponent.d.ts.map +0 -1
- package/dist/Presentation/icons/actions/index.d.ts.map +0 -1
- package/dist/Presentation/icons/contents/index.d.ts.map +0 -1
- package/dist/Presentation/icons/index.d.ts.map +0 -1
- package/dist/Presentation/icons/media/index.d.ts.map +0 -1
- package/dist/Presentation/icons/moderation/index.d.ts.map +0 -1
- package/dist/Presentation/icons/navigation/index.d.ts.map +0 -1
- package/dist/Presentation/icons/status/index.d.ts.map +0 -1
- package/dist/Presentation/icons/toggle/index.d.ts.map +0 -1
- package/dist/Presentation/layouts/Desktop/DesktopLayout.d.ts.map +0 -1
- package/dist/Presentation/layouts/Desktop/QuickBloxUIKitDesktopLayout.d.ts.map +0 -1
- package/dist/Presentation/layouts/LayoutCommonTypes.d.ts.map +0 -1
- package/dist/Presentation/layouts/TestStage/CompanyLogo/CompanyLogo.d.ts.map +0 -1
- package/dist/Presentation/layouts/TestStage/LoginView/Login.d.ts.map +0 -1
- package/dist/Presentation/providers/ProviderProps.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/QuickBloxUIKitProvider.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useEventMessagesRepository.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQBConnection.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbInitializedDataContext.d.ts.map +0 -1
- package/dist/Presentation/providers/QuickBloxUIKitProvider/useQbUIKitDataContext.d.ts.map +0 -1
- package/dist/Presentation/themes/DarkTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/DefaultThemes/CustomTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/DefaultThemes/DefaultTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/LightTheme.d.ts.map +0 -1
- package/dist/Presentation/themes/ThemeScheme.d.ts.map +0 -1
- package/dist/Presentation/themes/UiKitTheme.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Avatar/Avatar.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Badge/Badge.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Badge/Badge.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Button/Button.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Button/Button.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/CheckBox/CheckBox.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogBanner/DialogBanner.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogBanner/DialogBanner.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogItemPreview/DialogItemPreview.d.ts.map +0 -1
- package/dist/Presentation/ui-components/DialogWindow/DialogWindow.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Dropdown/Dropdown.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Dropdown/DropdownOption.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Header/Header.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Loader/Loader.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Loader/Loader.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/AudioBubble/AudioBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/FileBubble/FileBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/ImageBubble/ImageBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Bubble/VideoBubble/VideoBubble.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/FileUrl/FileUrl.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/Message.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/MessageCaption/MessageCaption.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Message/TimeAndStatus/TimeAndStatus.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/AttachmentUploader/AttachmentUploader.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/MessageInput.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyImagePreviewAttachment/ReplyImagePreviewAttachment.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/ReplyMessagePreview/ReplyMessagePreview.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.d.ts.map +0 -1
- package/dist/Presentation/ui-components/MessageSeparator/MessageSeparator.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Placeholder/Placeholder.d.ts.map +0 -1
- package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.d.ts.map +0 -1
- package/dist/Presentation/ui-components/PreviewFileMessage/PreviewFileMessage.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/SettingsItem/SettingsItem.d.ts.map +0 -1
- package/dist/Presentation/ui-components/TextField/TextField.d.ts.map +0 -1
- package/dist/Presentation/ui-components/TextField/TextField.stories.d.ts.map +0 -1
- package/dist/Presentation/ui-components/Toast/ToastProvider.d.ts.map +0 -1
- package/dist/Presentation/ui-components/UserListItem/UserListItem.d.ts.map +0 -1
- package/dist/Presentation/ui-components/index.d.ts.map +0 -1
- package/dist/QBconfig.d.ts.map +0 -1
- package/dist/hooks/useModal.d.ts.map +0 -1
- package/dist/hooks/useQuickBloxUIKit.d.ts.map +0 -1
- package/dist/index-ui.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/qb-api-calls/index.d.ts.map +0 -1
- package/dist/setupTests.d.ts.map +0 -1
- package/dist/utils/DateTimeFormatter.d.ts.map +0 -1
- package/dist/utils/formatFileSize.d.ts.map +0 -1
- package/dist/utils/parse.d.ts.map +0 -1
- package/dist/utils/utils.d.ts.map +0 -1
- package/webpack.app.config.js +0 -67
- package/webpack.lib.config-debug.js +0 -87
- package/webpack.lib.config-prev.js +0 -64
- package/webpack.lib.config.js +0 -87
package/.env
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
FAST_REFRESH=false
|
package/.storybook/main.ts
CHANGED
|
@@ -3,96 +3,24 @@ import type { StorybookConfig } from '@storybook/react-webpack5';
|
|
|
3
3
|
const config: StorybookConfig = {
|
|
4
4
|
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
|
|
5
5
|
addons: [
|
|
6
|
-
'@storybook/addon-
|
|
7
|
-
'@storybook/addon-onboarding',
|
|
6
|
+
'@storybook/addon-links',
|
|
8
7
|
'@storybook/addon-essentials',
|
|
9
|
-
'@
|
|
8
|
+
'@storybook/preset-create-react-app',
|
|
9
|
+
'@storybook/addon-onboarding',
|
|
10
10
|
'@storybook/addon-interactions',
|
|
11
|
+
'@storybook/addon-viewport'
|
|
11
12
|
],
|
|
12
13
|
framework: {
|
|
13
14
|
name: '@storybook/react-webpack5',
|
|
14
|
-
options: {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
// ✅ Гарантируем, что module и module.rules существуют
|
|
18
|
-
if (!config.module) {
|
|
19
|
-
config.module = { rules: [] };
|
|
20
|
-
}
|
|
21
|
-
if (!config.module.rules) {
|
|
22
|
-
config.module.rules = [];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// ✅ Удаляем встроенные Storybook'ом правила для SVG и других медиафайлов
|
|
26
|
-
config.module.rules = config.module.rules.filter(
|
|
27
|
-
(rule) =>
|
|
28
|
-
rule &&
|
|
29
|
-
typeof rule === 'object' &&
|
|
30
|
-
'test' in rule &&
|
|
31
|
-
rule.test instanceof RegExp &&
|
|
32
|
-
!rule.test.toString().includes(
|
|
33
|
-
'(svg|ico|jpg|jpeg|png|apng|gif|eot|otf|webp|ttf|woff|woff2|cur|ani|pdf)'
|
|
34
|
-
)
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
// ✅ Поддержка SVG как React-компонентов (если импортируется с `?react`)
|
|
38
|
-
config.module.rules.unshift({
|
|
39
|
-
test: /\.svg$/i,
|
|
40
|
-
oneOf: [
|
|
41
|
-
{
|
|
42
|
-
resourceQuery: /react/, // 🔥 `?react` → импорт как React-компонент
|
|
43
|
-
use: [
|
|
44
|
-
{
|
|
45
|
-
loader: '@svgr/webpack',
|
|
46
|
-
options: {
|
|
47
|
-
icon: true,
|
|
48
|
-
esModule: true,
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
// 🔥 Обычные импорты SVG без `?react` → обрабатываются как файлы
|
|
55
|
-
type: 'asset/resource',
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
});
|
|
59
|
-
|
|
60
|
-
// ✅ Восстанавливаем обработку PNG, JPG, шрифтов и других медиафайлов
|
|
61
|
-
config.module.rules.push({
|
|
62
|
-
test: /\.(png|jpg|jpeg|gif|woff|woff2|eot|ttf)$/i,
|
|
63
|
-
type: 'asset/resource',
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
// ✅ Поддержка SCSS/SASS
|
|
67
|
-
config.module.rules.push({
|
|
68
|
-
test: /\.scss$/,
|
|
69
|
-
use: ['style-loader', 'css-loader', 'sass-loader'],
|
|
70
|
-
});
|
|
71
|
-
|
|
72
|
-
// ✅ Поддержка Babel для JS/TS файлов
|
|
73
|
-
config.module.rules.push({
|
|
74
|
-
test: /\.(ts|tsx|js|jsx)$/,
|
|
75
|
-
exclude: /node_modules/,
|
|
76
|
-
use: {
|
|
77
|
-
loader: 'babel-loader',
|
|
78
|
-
},
|
|
79
|
-
});
|
|
80
|
-
|
|
81
|
-
// ✅ Поддержка alias
|
|
82
|
-
if (!config.resolve) {
|
|
83
|
-
config.resolve = {};
|
|
84
|
-
}
|
|
85
|
-
config.resolve = {
|
|
86
|
-
...config.resolve,
|
|
87
|
-
extensions: ['.tsx', '.ts', '.js', '.jsx', '.scss', '.css', '.svg'],
|
|
88
|
-
alias: {
|
|
89
|
-
...config.resolve?.alias,
|
|
90
|
-
path: require.resolve('path-browserify'),
|
|
15
|
+
options: {
|
|
16
|
+
builder: {
|
|
17
|
+
useSWC: true,
|
|
91
18
|
},
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
docs: {
|
|
22
|
+
autodocs: 'tag',
|
|
95
23
|
},
|
|
24
|
+
staticDirs: ['../public'],
|
|
96
25
|
};
|
|
97
|
-
|
|
98
26
|
export default config;
|
package/.storybook/preview.ts
CHANGED
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
import type { Preview } from '@storybook/react';
|
|
2
|
-
import { fn } from '@storybook/test';
|
|
3
2
|
import '../src/index.scss';
|
|
4
3
|
|
|
5
4
|
const preview: Preview = {
|
|
6
5
|
parameters: {
|
|
7
|
-
actions: {
|
|
8
|
-
onClick: fn(),
|
|
9
|
-
onChange: fn(),
|
|
10
|
-
},
|
|
6
|
+
actions: { argTypesRegex: '^on[A-Z].*' },
|
|
11
7
|
controls: {
|
|
12
8
|
matchers: {
|
|
13
9
|
color: /(background|color)$/i,
|
|
14
10
|
date: /Date$/i,
|
|
15
11
|
},
|
|
16
12
|
},
|
|
17
|
-
viewMode: 'docs',
|
|
18
13
|
},
|
|
19
14
|
};
|
|
20
15
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { Pagination } from '../Domain/repository/Pagination';
|
|
3
3
|
import { GroupDialogEntity } from '../Domain/entity/GroupDialogEntity';
|
|
4
4
|
import { DialogEntity } from '../Domain/entity/DialogEntity';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './AIRephraseWidget.scss';
|
|
2
3
|
import { Tone } from 'qb-ai-rephrase/src/Tone';
|
|
3
4
|
import { FunctionTypeBooleanToVoid, FunctionTypeStringToVoid } from '../../../../../CommonTypes/BaseViewModel';
|
|
@@ -18,5 +19,5 @@ type AIRephraseWidgetProps = {
|
|
|
18
19
|
setPrevValueText: FunctionTypeStringToVoid;
|
|
19
20
|
disableActions?: boolean;
|
|
20
21
|
};
|
|
21
|
-
declare const AIRephraseWidget:
|
|
22
|
+
declare const AIRephraseWidget: React.FC<AIRephraseWidgetProps>;
|
|
22
23
|
export default AIRephraseWidget;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
type MenuItem = {
|
|
3
3
|
title: string;
|
|
4
4
|
icon?: JSX.Element;
|
|
@@ -19,5 +19,5 @@ type SliderMenuProps = {
|
|
|
19
19
|
activeItemBorderColor?: string;
|
|
20
20
|
activeItemBoxShadow?: string;
|
|
21
21
|
};
|
|
22
|
-
declare const SliderMenu:
|
|
22
|
+
declare const SliderMenu: React.FC<SliderMenuProps>;
|
|
23
23
|
export default SliderMenu;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import './Dialog.scss';
|
|
4
3
|
import { DialogViewModel } from './DialogViewModel';
|
|
@@ -15,5 +14,5 @@ type DialogProps = {
|
|
|
15
14
|
rootStyles?: React.CSSProperties;
|
|
16
15
|
messagesContainerStyles?: React.CSSProperties;
|
|
17
16
|
};
|
|
18
|
-
declare const Dialog:
|
|
17
|
+
declare const Dialog: React.FC<DialogProps>;
|
|
19
18
|
export default Dialog;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DialogBackIcon.scss';
|
|
2
3
|
import { FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
type RenderLeftActionsProps = {
|
|
4
5
|
onClickBack: FunctionTypeVoidToVoid;
|
|
5
6
|
};
|
|
6
|
-
declare const DialogBackIcon:
|
|
7
|
+
declare const DialogBackIcon: React.FC<RenderLeftActionsProps>;
|
|
7
8
|
export default DialogBackIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import './DialogHeader.scss';
|
|
3
2
|
import React from 'react';
|
|
4
3
|
import UiKitTheme from '../../../themes/UiKitTheme';
|
|
@@ -10,5 +9,5 @@ type DialogHeaderProps = {
|
|
|
10
9
|
countMembers?: number;
|
|
11
10
|
theme?: UiKitTheme;
|
|
12
11
|
};
|
|
13
|
-
declare const DialogHeader:
|
|
12
|
+
declare const DialogHeader: React.FC<DialogHeaderProps>;
|
|
14
13
|
export default DialogHeader;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DialogInfoIcon.scss';
|
|
2
3
|
import { FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
import UiKitTheme from '../../../../themes/UiKitTheme';
|
|
@@ -5,5 +6,5 @@ type RenderRightActionsProps = {
|
|
|
5
6
|
onClickInfo: FunctionTypeVoidToVoid;
|
|
6
7
|
theme?: UiKitTheme;
|
|
7
8
|
};
|
|
8
|
-
declare const DialogInfoIcon:
|
|
9
|
+
declare const DialogInfoIcon: React.FC<RenderRightActionsProps>;
|
|
9
10
|
export default DialogInfoIcon;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import './DropDownMenu.scss';
|
|
3
2
|
import React from 'react';
|
|
4
3
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
@@ -22,5 +21,5 @@ export declare const contextMessageMenuAI: ContextMessageMenuAI[];
|
|
|
22
21
|
type DropDownMenuProps = {
|
|
23
22
|
items: ContextMessageMenu[];
|
|
24
23
|
};
|
|
25
|
-
export declare const DropDownMenu:
|
|
24
|
+
export declare const DropDownMenu: React.FC<DropDownMenuProps>;
|
|
26
25
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import './ItemDropDownMenu.scss';
|
|
3
2
|
import React from 'react';
|
|
4
3
|
import { FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel';
|
|
@@ -8,5 +7,5 @@ type ItemDropDownMenuProps = {
|
|
|
8
7
|
touchAction?: FunctionTypeVoidToVoid;
|
|
9
8
|
clickAction?: FunctionTypeVoidToVoid;
|
|
10
9
|
};
|
|
11
|
-
export declare const ItemDropDownMenu:
|
|
10
|
+
export declare const ItemDropDownMenu: React.FC<ItemDropDownMenuProps>;
|
|
12
11
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './ErrorToast.scss';
|
|
2
3
|
type ErrorToastProps = {
|
|
3
4
|
messageText: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const ErrorToast:
|
|
6
|
+
export declare const ErrorToast: React.FC<ErrorToastProps>;
|
|
6
7
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DialogListItem.scss';
|
|
2
3
|
import { FunctionTypeStringToVoid } from '../../../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
import { DialogType } from '../../../../../../Domain/entity/DialogTypes';
|
|
@@ -9,5 +10,5 @@ type DialogListItemProps = {
|
|
|
9
10
|
checked: boolean;
|
|
10
11
|
onSelect: FunctionTypeStringToVoid;
|
|
11
12
|
};
|
|
12
|
-
declare const DialogListItem:
|
|
13
|
+
declare const DialogListItem: React.FC<DialogListItemProps>;
|
|
13
14
|
export default DialogListItem;
|
package/dist/Presentation/Views/Dialog/ForwardMessageFlow/DialogsWithSearch/DialogsWithSearch.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DialogsWithSearch.scss';
|
|
2
3
|
import { DialogEntity } from '../../../../../Domain/entity/DialogEntity';
|
|
3
4
|
import { FunctionTypeStringToVoid } from '../../../../../CommonTypes/BaseViewModel';
|
|
@@ -7,5 +8,5 @@ type DialogsWithSearchProps = {
|
|
|
7
8
|
selectedDialogs: string[];
|
|
8
9
|
onSelect: FunctionTypeStringToVoid;
|
|
9
10
|
};
|
|
10
|
-
declare const DialogsWithSearch:
|
|
11
|
+
declare const DialogsWithSearch: React.FC<DialogsWithSearchProps>;
|
|
11
12
|
export default DialogsWithSearch;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './SearchComponent.scss';
|
|
2
3
|
import { FunctionTypeStringToVoid } from '../../../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
type SearchComponentProps = {
|
|
4
5
|
onChange: FunctionTypeStringToVoid;
|
|
5
6
|
};
|
|
6
|
-
declare const SearchComponent:
|
|
7
|
+
declare const SearchComponent: React.FC<SearchComponentProps>;
|
|
7
8
|
export default SearchComponent;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import './ForwardMessageFlow.scss';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import { DialogEntity } from '../../../../Domain/entity/DialogEntity';
|
|
3
4
|
import { MessageEntity } from '../../../../Domain/entity/MessageEntity';
|
|
4
5
|
type ForwardMessageFlowProps = {
|
|
@@ -9,5 +10,5 @@ type ForwardMessageFlowProps = {
|
|
|
9
10
|
onSendData: (dialogs: DialogEntity[], messages: MessageEntity[], relatedText: string) => void;
|
|
10
11
|
disableActions: boolean;
|
|
11
12
|
};
|
|
12
|
-
declare const ForwardMessageFlow:
|
|
13
|
+
declare const ForwardMessageFlow: React.FC<ForwardMessageFlowProps>;
|
|
13
14
|
export default ForwardMessageFlow;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './ForwardMessagePreview.scss';
|
|
2
3
|
import { MessageEntity } from '../../../../../Domain/entity/MessageEntity';
|
|
3
4
|
type ForwardMessagePreviewProps = {
|
|
4
5
|
messages: MessageEntity[];
|
|
5
6
|
userNameSentMessage: string;
|
|
6
7
|
};
|
|
7
|
-
declare const ForwardMessagePreview:
|
|
8
|
+
declare const ForwardMessagePreview: React.FC<ForwardMessagePreviewProps>;
|
|
8
9
|
export default ForwardMessagePreview;
|
package/dist/Presentation/Views/Dialog/ForwardMessageFlow/InputForForwarding/InputForForwarding.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { FunctionTypeStringToVoid, FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel';
|
|
2
3
|
import './InputForForwarding.scss';
|
|
3
4
|
type InputForForwardingProps = {
|
|
@@ -6,5 +7,5 @@ type InputForForwardingProps = {
|
|
|
6
7
|
onSend: FunctionTypeVoidToVoid;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
};
|
|
9
|
-
declare const InputForForwarding:
|
|
10
|
+
declare const InputForForwarding: React.FC<InputForForwardingProps>;
|
|
10
11
|
export default InputForForwarding;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import UiKitTheme from '../../../themes/UiKitTheme';
|
|
4
3
|
import { DialogViewModel } from '../DialogViewModel';
|
|
@@ -18,5 +17,5 @@ type MessageInputProps = {
|
|
|
18
17
|
maxWidthToResizing: string;
|
|
19
18
|
theme?: UiKitTheme;
|
|
20
19
|
};
|
|
21
|
-
declare const InputMessage:
|
|
20
|
+
declare const InputMessage: React.FC<MessageInputProps>;
|
|
22
21
|
export default InputMessage;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import './HighLightLink.scss';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
export declare const isURL: (str: string) => boolean;
|
|
3
4
|
export declare const messageHasUrls: (message: string) => boolean;
|
|
4
5
|
type HighLightLinkProps = {
|
|
5
6
|
messageText: string;
|
|
6
7
|
};
|
|
7
|
-
export declare const HighLightLink:
|
|
8
|
+
export declare const HighLightLink: React.FC<HighLightLinkProps>;
|
|
8
9
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from '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: React.FC<MessageProps>;
|
|
24
24
|
export default Message;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './AudioAttachment.scss';
|
|
2
3
|
import { FileEntity } from '../../../../../../Domain/entity/FileEntity';
|
|
3
4
|
type AudioAttachmentComponentProps = {
|
|
4
5
|
audioFile: FileEntity;
|
|
5
6
|
};
|
|
6
|
-
declare const AudioAttachment:
|
|
7
|
+
declare const AudioAttachment: React.FC<AudioAttachmentComponentProps>;
|
|
7
8
|
export default AudioAttachment;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DefaultAttachment.scss';
|
|
2
3
|
type DefaultAttachmentComponentProps = {
|
|
3
4
|
fileName: string;
|
|
4
5
|
fileUrl: string;
|
|
5
6
|
};
|
|
6
|
-
declare const DefaultAttachment:
|
|
7
|
+
declare const DefaultAttachment: React.FC<DefaultAttachmentComponentProps>;
|
|
7
8
|
export default DefaultAttachment;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './ImageAttachment.scss';
|
|
2
3
|
import { FileEntity } from '../../../../../../Domain/entity/FileEntity';
|
|
3
4
|
type ImageAttachmentComponentProps = {
|
|
4
5
|
imageFile: FileEntity;
|
|
5
6
|
};
|
|
6
|
-
declare const ImageAttachment:
|
|
7
|
+
declare const ImageAttachment: React.FC<ImageAttachmentComponentProps>;
|
|
7
8
|
export default ImageAttachment;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './VideoAttachment.scss';
|
|
2
3
|
import { FileEntity } from '../../../../../../Domain/entity/FileEntity';
|
|
3
4
|
type VideoAttachmentComponentProps = {
|
|
4
5
|
videoFile: FileEntity;
|
|
5
6
|
};
|
|
6
|
-
declare const VideoAttachment:
|
|
7
|
+
declare const VideoAttachment: React.FC<VideoAttachmentComponentProps>;
|
|
7
8
|
export default VideoAttachment;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './SystemDateBanner.scss';
|
|
2
3
|
type SystemDateBannerProps = {
|
|
3
4
|
text: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const SystemDateBanner:
|
|
6
|
+
export declare const SystemDateBanner: React.FC<SystemDateBannerProps>;
|
|
6
7
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './SystemMessageBanner.scss';
|
|
2
3
|
type SystemMessageBannerProps = {
|
|
3
4
|
messageText: string;
|
|
4
5
|
};
|
|
5
|
-
export declare const SystemMessageBanner:
|
|
6
|
+
export declare const SystemMessageBanner: React.FC<SystemMessageBannerProps>;
|
|
6
7
|
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
4
3
|
type VoiceMessageProps = {
|
|
5
4
|
icon: React.ReactNode;
|
|
6
5
|
onClick: FunctionTypeVoidToVoid;
|
|
7
6
|
};
|
|
8
|
-
declare const VoiceMessage:
|
|
7
|
+
declare const VoiceMessage: React.FC<VoiceMessageProps>;
|
|
9
8
|
export default VoiceMessage;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@types/react" />
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import './DialogInfo.scss';
|
|
4
3
|
import { DialogEntity } from '../../../Domain/entity/DialogEntity';
|
|
@@ -18,5 +17,5 @@ type HeaderDialogsProps = {
|
|
|
18
17
|
rootStyles?: React.CSSProperties;
|
|
19
18
|
disableAction?: boolean;
|
|
20
19
|
};
|
|
21
|
-
declare const DialogInfo:
|
|
20
|
+
declare const DialogInfo: React.FC<HeaderDialogsProps>;
|
|
22
21
|
export default DialogInfo;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DialogMembersButton.scss';
|
|
2
3
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
type DialogMembersButtonProps = {
|
|
@@ -5,5 +6,5 @@ type DialogMembersButtonProps = {
|
|
|
5
6
|
clickHandler: FunctionTypeVoidToVoid;
|
|
6
7
|
touchHandler: FunctionTypeVoidToVoid;
|
|
7
8
|
};
|
|
8
|
-
declare const DialogMembersButton:
|
|
9
|
+
declare const DialogMembersButton: React.FC<DialogMembersButtonProps>;
|
|
9
10
|
export default DialogMembersButton;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './MembersList.scss';
|
|
2
3
|
import { FunctionTypeVoidToVoid } from '../../../../CommonTypes/BaseViewModel';
|
|
3
4
|
import { UserEntity } from '../../../../Domain/entity/UserEntity';
|
|
@@ -6,5 +7,5 @@ type MembersListProps = {
|
|
|
6
7
|
members: UserEntity[];
|
|
7
8
|
maxHeight?: number;
|
|
8
9
|
};
|
|
9
|
-
declare const MembersList:
|
|
10
|
+
declare const MembersList: React.FC<MembersListProps>;
|
|
10
11
|
export default MembersList;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './SingleUser.scss';
|
|
2
3
|
import { UserEntity } from '../../../../../Domain/entity/UserEntity';
|
|
3
4
|
type UserSingleProps = {
|
|
4
5
|
user: UserEntity;
|
|
5
6
|
keyValue?: number;
|
|
6
7
|
};
|
|
7
|
-
declare const UserSingle:
|
|
8
|
+
declare const UserSingle: React.FC<UserSingleProps>;
|
|
8
9
|
export default UserSingle;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './UsersList.scss';
|
|
2
3
|
import { UserEntity } from '../../../../Domain/entity/UserEntity';
|
|
3
4
|
type UsersListProps = {
|
|
@@ -6,5 +7,5 @@ type UsersListProps = {
|
|
|
6
7
|
usersInDialogCount: number;
|
|
7
8
|
maxHeight?: number;
|
|
8
9
|
};
|
|
9
|
-
declare const UsersList:
|
|
10
|
+
declare const UsersList: React.FC<UsersListProps>;
|
|
10
11
|
export default UsersList;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
import { JSX } from 'react';
|
|
1
|
+
import React from 'react';
|
|
3
2
|
import { DialogEntity } from '../../../Domain/entity/DialogEntity';
|
|
4
3
|
import './DialogList.scss';
|
|
5
4
|
import BaseViewModel from '../../../CommonTypes/BaseViewModel';
|
|
6
5
|
type DialogListProps = {
|
|
7
6
|
onDialogSelected: (dialog: BaseViewModel<DialogEntity>, index: number) => void;
|
|
8
|
-
renderHeader:
|
|
9
|
-
renderFilter?:
|
|
10
|
-
renderDialogList: (handleSelectDialog: (dialog: BaseViewModel<DialogEntity>, index: number) => void) =>
|
|
7
|
+
renderHeader: React.ReactNode;
|
|
8
|
+
renderFilter?: React.ReactNode;
|
|
9
|
+
renderDialogList: (handleSelectDialog: (dialog: BaseViewModel<DialogEntity>, index: number) => void) => React.ReactNode;
|
|
11
10
|
scrollableHeight?: number;
|
|
12
11
|
canScrolling?: boolean;
|
|
13
12
|
};
|
|
14
|
-
declare const DialogList:
|
|
13
|
+
declare const DialogList: React.FC<DialogListProps>;
|
|
15
14
|
export default DialogList;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './DialogListHeader.scss';
|
|
2
3
|
import { FunctionTypeVoidToVoid } from '../../../CommonTypes/BaseViewModel';
|
|
3
4
|
import UiKitTheme from '../../themes/UiKitTheme';
|
|
@@ -10,5 +11,5 @@ type DialogListHeaderProps = {
|
|
|
10
11
|
theme?: UiKitTheme;
|
|
11
12
|
settings?: any;
|
|
12
13
|
};
|
|
13
|
-
declare const DialogListHeader:
|
|
14
|
+
declare const DialogListHeader: React.FC<DialogListHeaderProps>;
|
|
14
15
|
export default DialogListHeader;
|