quickblox-react-ui-kit 0.4.8 → 0.4.9-alpha.1
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/.claude/settings.local.json +15 -0
- package/.storybook/main.ts +2 -0
- package/dist/CommonTypes/BaseViewModel.d.ts +1 -3
- package/dist/CommonTypes/CommonTypes.d.ts +2 -2
- package/dist/Data/repository/DialogsRepository.d.ts +0 -3
- package/dist/Data/source/remote/IRemoteDataSource.d.ts +0 -3
- package/dist/Data/source/remote/Mapper/MessageDTOMapper.d.ts +1 -0
- package/dist/Data/source/remote/RemoteDataSource.d.ts +0 -3
- package/dist/Domain/repository/IDialogsRepository.d.ts +0 -3
- 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 +0 -1
- package/dist/Presentation/Views/DialogList/DialogList.d.ts +5 -6
- package/dist/Presentation/Views/DialogList/DialogListViewModel.d.ts +1 -4
- 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 +2 -3
- 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 +2 -3
- 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 +0 -1
- package/dist/index-ui.js +44687 -78553
- package/dist/index-ui.js.map +1 -0
- package/dist/qb-api-calls/index.d.ts +0 -2
- package/dist/utils/parse.d.ts +1 -1
- package/package.json +9 -6
- package/src/Data/repository/ConnectionRepository.ts +2 -1
- package/src/Data/source/remote/Mapper/MessageDTOMapper.ts +26 -7
- package/src/Data/source/remote/RemoteDataSource.ts +0 -1
- package/src/Domain/use_cases/SyncDialogsUseCase.ts +3 -3
- package/src/Domain/use_cases/UserTypingMessageUseCase.ts +1 -1
- package/src/Presentation/ui-components/MessageInput/VoiceRecordingProgress/VoiceRecordingProgress.tsx +24 -9
- package/storybook-static/208.52f121c2.iframe.bundle.js +583 -0
- package/storybook-static/208.52f121c2.iframe.bundle.js.map +1 -0
- package/storybook-static/22.6d2a3ff3.iframe.bundle.js +1 -0
- package/storybook-static/294.cb5d43c1.iframe.bundle.js +1 -0
- package/storybook-static/305.98fd4fed.iframe.bundle.js +1 -0
- package/storybook-static/421.22b9141c.iframe.bundle.js +1 -0
- package/storybook-static/457.22b2926f.iframe.bundle.js +355 -0
- package/storybook-static/457.22b2926f.iframe.bundle.js.map +1 -0
- package/storybook-static/503.8acaed0c.iframe.bundle.js +1 -0
- package/storybook-static/647.c2f7075d.iframe.bundle.js +1 -0
- package/storybook-static/71.b4900626.iframe.bundle.js +157 -0
- package/storybook-static/71.b4900626.iframe.bundle.js.map +1 -0
- package/storybook-static/857.eb2ac05c.iframe.bundle.js +1 -0
- package/storybook-static/908.9e99d128.iframe.bundle.js +113 -0
- package/storybook-static/908.9e99d128.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.57df984b.iframe.bundle.js +10 -0
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.57df984b.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.c095d4a1.iframe.bundle.js +12 -0
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.c095d4a1.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Button-Button-stories.ee012e40.iframe.bundle.js +17 -0
- package/storybook-static/Presentation-ui-components-Button-Button-stories.ee012e40.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.233a2d1d.iframe.bundle.js +7 -0
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.233a2d1d.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.4eeb908e.iframe.bundle.js +70 -0
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.4eeb908e.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.b04eaba2.iframe.bundle.js +5 -0
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.b04eaba2.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.88853fed.iframe.bundle.js +77 -0
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.88853fed.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.70850214.iframe.bundle.js +50 -0
- package/storybook-static/Presentation-ui-components-Header-Header-stories.70850214.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.dadb187b.iframe.bundle.js +1 -0
- package/storybook-static/Presentation-ui-components-Message-Message-stories.47baed25.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-Message-Message-stories.47baed25.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.b612c897.iframe.bundle.js +30 -0
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.b612c897.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.86e50579.iframe.bundle.js +14 -0
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.86e50579.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.0d3eb9bf.iframe.bundle.js +11 -0
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.0d3eb9bf.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.34f27e50.iframe.bundle.js +25 -0
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.34f27e50.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.5a74dd52.iframe.bundle.js +69 -0
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.5a74dd52.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.9c399477.iframe.bundle.js +18 -0
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.9c399477.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.f549fece.iframe.bundle.js +4 -0
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.f549fece.iframe.bundle.js.map +1 -0
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.a7e81376.iframe.bundle.js +10 -0
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.a7e81376.iframe.bundle.js.map +1 -0
- package/storybook-static/docs-Introduction-mdx.6e03f9b5.iframe.bundle.js +334 -0
- package/storybook-static/docs-Introduction-mdx.6e03f9b5.iframe.bundle.js.map +1 -0
- package/storybook-static/docs-Styling-mdx.0130d494.iframe.bundle.js +153 -0
- package/storybook-static/docs-Styling-mdx.0130d494.iframe.bundle.js.map +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/favicon.svg +7 -1
- package/storybook-static/iframe.html +21 -175
- package/storybook-static/index.html +46 -100
- package/storybook-static/index.json +1 -1
- package/storybook-static/logo192.png +0 -0
- package/storybook-static/logo512.png +0 -0
- package/storybook-static/main.ca1e7417.iframe.bundle.js +1 -0
- package/storybook-static/manifest.json +25 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/robots.txt +3 -0
- package/storybook-static/runtime~main.13819d41.iframe.bundle.js +4 -0
- package/storybook-static/runtime~main.13819d41.iframe.bundle.js.map +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +67 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-7/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/interactions-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/viewport-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/viewport-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-MXTFSDU5.js +1 -0
- package/storybook-static/sb-manager/chunk-5QAFKPS7.js +7 -0
- package/storybook-static/sb-manager/chunk-7PRFHFSS.js +9 -0
- package/storybook-static/sb-manager/chunk-WIWVOOUK.js +406 -0
- package/storybook-static/sb-manager/chunk-YDUB7CS6.js +348 -0
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -1052
- package/storybook-static/sb-manager/globals.js +1 -48
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -12048
- package/storybook-static/sb-manager/syntaxhighlighter-MJWPISIS-JOSCT6CQ.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -33
- package/storybook-static/sb-preview/runtime.js +90 -7723
- package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.ebf02cb7.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Avatar-avatar-stories.ebf02cb7.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.cfa2606e.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Badge-Badge-stories.cfa2606e.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.c375f352.chunk.css +4 -0
- package/storybook-static/static/css/Presentation-ui-components-Button-Button-stories.c375f352.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.48e065be.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogBanner-DialogBanner-stories.48e065be.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.7d7cc1bc.chunk.css +7 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.7d7cc1bc.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.f86acc3b.chunk.css +6 -0
- package/storybook-static/static/css/Presentation-ui-components-DialogWindow-DialogWindow-stories.f86acc3b.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.5f07a901.chunk.css +5 -0
- package/storybook-static/static/css/Presentation-ui-components-Dropdown-Dropdown-stories.5f07a901.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.6c5d546f.chunk.css +4 -0
- package/storybook-static/static/css/Presentation-ui-components-Header-Header-stories.6c5d546f.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.2eb8762a.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Loader-Loader-stories.2eb8762a.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.00369b5b.chunk.css +14 -0
- package/storybook-static/static/css/Presentation-ui-components-Message-Message-stories.00369b5b.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.23b81743.chunk.css +7 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageInput-MessageInput-stories.23b81743.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.46f14920.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.46f14920.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.2e1c5655.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-Placeholder-Placeholder-stories.2e1c5655.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.dbcc7d17.chunk.css +3 -0
- package/storybook-static/static/css/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.dbcc7d17.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.88f2ba33.chunk.css +5 -0
- package/storybook-static/static/css/Presentation-ui-components-SettingsItem-SettingsItem-stories.88f2ba33.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.3edf1ee0.chunk.css +4 -0
- package/storybook-static/static/css/Presentation-ui-components-TextField-TextField-stories.3edf1ee0.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.01589cc4.chunk.css +755 -0
- package/storybook-static/static/css/Presentation-ui-components-Toast-Toast-stories.01589cc4.chunk.css.map +1 -0
- package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.511f854a.chunk.css +7 -0
- package/storybook-static/static/css/Presentation-ui-components-UserListItem-UserListItem-stories.511f854a.chunk.css.map +1 -0
- package/storybook-static/static/css/main.fd26985d.css +5 -0
- package/storybook-static/static/css/main.fd26985d.css.map +1 -0
- package/storybook-static/static/media/add-contact.e7e7b8b15edebe99cae9c46963126e7c.svg +3 -0
- package/storybook-static/static/media/add.5cbe1f2c489b81396863f7128e3d26e7.svg +3 -0
- package/storybook-static/static/media/admin.476c2854d7ad23f2afdedac2d9bd6815.svg +3 -0
- package/storybook-static/static/media/archive.d0a72898f3c47a4194d18f560a54e109.svg +3 -0
- package/storybook-static/static/media/arrow-left.5005351d4fa6a7c074dd9780fb49dcc8.svg +3 -0
- package/storybook-static/static/media/arrow-right.1be3b599e21158807fdf72f4976179a2.svg +3 -0
- package/storybook-static/static/media/attachment.a58b8549f46ae5bbe93be779cd9f2037.svg +3 -0
- package/storybook-static/static/media/audio-file.40179c472f715fc74d4da607da96aa5e.svg +3 -0
- package/storybook-static/static/media/back.b541e72fe05542e145575c8851558998.svg +3 -0
- package/storybook-static/static/media/banned.c7c74bfa1c833263f3ab42d0529132d1.svg +3 -0
- package/storybook-static/static/media/broadcast.55273926379e5f486ccfdfab1a310b2d.svg +7 -0
- package/storybook-static/static/media/broken-file.bc084278a0d284b7901b47f24001caa6.svg +3 -0
- package/storybook-static/static/media/camera-off.8e01960815ce7620a1039d0fc5f758b2.svg +3 -0
- package/storybook-static/static/media/camera-on.ddd56e36fa505d618ab772e23c8381e6.svg +3 -0
- package/storybook-static/static/media/camera.a5a215695fba60146e649094188f37e2.svg +3 -0
- package/storybook-static/static/media/chat-filled.aaf0b778d198e7b8f632a68299a8fd13.svg +3 -0
- package/storybook-static/static/media/chat.59cd437f21fe7043682dd04cbe6377be.svg +3 -0
- package/storybook-static/static/media/check-off.0c0256f00eeb75770ffc2fbd2b59eab0.svg +3 -0
- package/storybook-static/static/media/check-on.80442753ef6922df1913453f50099315.svg +3 -0
- package/storybook-static/static/media/close.c145af996de81b25f3930bf36d88b161.svg +3 -0
- package/storybook-static/static/media/conference.ffbdf37c0510c796138f18e6c1205204.svg +3 -0
- package/storybook-static/static/media/contact-filled.f04f56ba3f98ade5d7ced7814d8a5fa8.svg +3 -0
- package/storybook-static/static/media/contact.40a8b8104c3a448b81108ffede850963.svg +3 -0
- package/storybook-static/static/media/copy.100bd0fff933cbde8ad4bc2ac281c845.svg +3 -0
- package/storybook-static/static/media/delete.287c9b4b3b0e58cb081c6e388e68b409.svg +3 -0
- package/storybook-static/static/media/down.7a43a3d78885f40616ce111c86c108a4.svg +3 -0
- package/storybook-static/static/media/download.43c26d404dd023e42aaacc52151f7a59.svg +3 -0
- package/storybook-static/static/media/edit.8d813af82ecab84303ee3c97bd7bc562.svg +3 -0
- package/storybook-static/static/media/emoji.9a202cbb16735f3c83ba8772f0218aa4.svg +3 -0
- package/storybook-static/static/media/error.ec60e2052661b82f27b7ce270ae133a7.svg +3 -0
- package/storybook-static/static/media/favorite.194d78057be6cd7968c85e7b5822f82a.svg +3 -0
- package/storybook-static/static/media/file.e537292693b3c89c023fd383c70bd221.svg +3 -0
- package/storybook-static/static/media/forward-filled.43120a68057427c89c88b28d9b20dd90.svg +3 -0
- package/storybook-static/static/media/freeze.35619771e645b649c38e0427d9b39a25.svg +3 -0
- package/storybook-static/static/media/full-screen.6b01c93e069421c69bda2bbde5d01336.svg +3 -0
- package/storybook-static/static/media/gif-file.2c46a5df6c8397f5b9088e66aee3fd44.svg +3 -0
- package/storybook-static/static/media/group-chat.19d5305cab6017d494ac35ecb285a9fe.svg +3 -0
- package/storybook-static/static/media/help.786f48518c96c8e7098296d68245c339.svg +3 -0
- package/storybook-static/static/media/hide.2785264246d70868717984a5ad44d4c9.svg +3 -0
- package/storybook-static/static/media/hungup.e5d2289a9e8cd755bd1ee36b738305a2.svg +3 -0
- package/storybook-static/static/media/image-filled.8afb62b142d786e90102f1cac73a9c13.svg +3 -0
- package/storybook-static/static/media/image.64092dadd5215c8d3ba99ccac753d743.svg +3 -0
- package/storybook-static/static/media/income-call.60ca2d367a00d582f4b6f4a5f2047e27.svg +3 -0
- package/storybook-static/static/media/information.8217e163c334852f143e7199c97fab1d.svg +3 -0
- package/storybook-static/static/media/leave.ae5422a12edec1b61484ff2932819c77.svg +3 -0
- package/storybook-static/static/media/like.45662989373aa524cd580fb42432e0bc.svg +3 -0
- package/storybook-static/static/media/link.74f567c3ee4366d79fb81d73eb8c0919.svg +3 -0
- package/storybook-static/static/media/loader.2eb72391c5267453edb4106528c075ad.svg +3 -0
- package/storybook-static/static/media/location.cab52453404524c345ec7efdd86fa66b.svg +4 -0
- package/storybook-static/static/media/louder.133519141541a9cd2f0e898534b39732.svg +3 -0
- package/storybook-static/static/media/mention.6c4885bb0ea5ca85c8962f6f51ac1cb4.svg +3 -0
- package/storybook-static/static/media/mic-off.43e60427600bcf7fd78fb840ff50d804.svg +3 -0
- package/storybook-static/static/media/mic-on.5a52100de3770550b3a57a76827843c2.svg +4 -0
- package/storybook-static/static/media/minimize.a849dd3a36ece08b992a773d135a0c3f.svg +3 -0
- package/storybook-static/static/media/moderations.07c8d1fe96b0b8bb5911f6cc37f764c6.svg +3 -0
- package/storybook-static/static/media/more.4ed9ad54ae110d9760b6e9698d821960.svg +3 -0
- package/storybook-static/static/media/muted.cb37ac3c577c87c800466aa7aee65af2.svg +3 -0
- package/storybook-static/static/media/new-chat.124e0351bd0e19ff4c5fdbabbe5c6027.svg +3 -0
- package/storybook-static/static/media/next.97a0eeea1f8daa2d31c8452f29908bf1.svg +3 -0
- package/storybook-static/static/media/notifications.ab8e847ae04e2bec9209dbdd1054b0f2.svg +3 -0
- package/storybook-static/static/media/notify-off.4a669a3a8cbd38b3309dbc4c909f6089.svg +3 -0
- package/storybook-static/static/media/notify-on.ea9ffc856ad6cdbe87184af558c78eec.svg +3 -0
- package/storybook-static/static/media/outcome-call.9f5fec07823796ad78963a06cdcf629e.svg +3 -0
- package/storybook-static/static/media/pause.27eb8c32999f10d05d6a200165d798a9.svg +3 -0
- package/storybook-static/static/media/phone-filled.e969511d74935af26ef366f575929f68.svg +3 -0
- package/storybook-static/static/media/phone.6355580a064a488b6317372d71f84c00.svg +3 -0
- package/storybook-static/static/media/play.00bfe0e9c94dc6dfb230262e45b2f860.svg +3 -0
- package/storybook-static/static/media/plus.d3953cb1cf830bcfc41c8cc6133b13b1.svg +3 -0
- package/storybook-static/static/media/private-chat.c68f36baf025b9d20ad1f801a2396e7a.svg +3 -0
- package/storybook-static/static/media/public-channel.7a6ada7f30c44fb4a99021df0eb0e996.svg +7 -0
- package/storybook-static/static/media/quite.9f45e2152fe6c499a776cb387ee4859f.svg +3 -0
- package/storybook-static/static/media/record.e49ee7da793b2ce446a4e7128970c0cc.svg +3 -0
- package/storybook-static/static/media/refresh.6e955728d9ec086f34e9adaaaafacf3e.svg +3 -0
- package/storybook-static/static/media/remove-2.8a7700757f02c941f03c37c7e495bf63.svg +3 -0
- package/storybook-static/static/media/remove.831e69b70db1b3eb72a49444b8aa1e16.svg +3 -0
- package/storybook-static/static/media/rephrase.551171aa8903b31746a58a95528b1f68.svg +6 -0
- package/storybook-static/static/media/reply-filled.17ed65506e902f17bb22e87ffac93314.svg +3 -0
- package/storybook-static/static/media/screenshare.c2f94264a7640ea1bbb2a22f7d570038.svg +3 -0
- package/storybook-static/static/media/search.25663e60d71e01c64fdfc83df7460ab0.svg +3 -0
- package/storybook-static/static/media/send.d298db52aafdb846a46c9d180ad45946.svg +3 -0
- package/storybook-static/static/media/sent.f427753e5502fd7783a08e5f0e0d2f35.svg +3 -0
- package/storybook-static/static/media/settings-filled.bd9b60ff4e9eae911e4e2bc69e8e79ca.svg +3 -0
- package/storybook-static/static/media/share.7ce8283aa267fb065c568d65b482e211.svg +3 -0
- package/storybook-static/static/media/show.de1782527c4a7fa14101dffbfba8aea6.svg +3 -0
- package/storybook-static/static/media/speaker-off.fe84597c4b68f4f761e12f789dc58718.svg +3 -0
- package/storybook-static/static/media/speaker.e7ff48a73ca43188703b36dfecd932b5.svg +3 -0
- package/storybook-static/static/media/stop-record.a2e9d50a0930c24af43d7f357093be81.svg +3 -0
- package/storybook-static/static/media/stop-share.d1be236e01dd924ba711e1e17f41054c.svg +3 -0
- package/storybook-static/static/media/stream-filled.c40bae61fea25455602a61db5e77fa71.svg +3 -0
- package/storybook-static/static/media/stream.700f4f8ce0cee0ae1ef56132867427fe.svg +3 -0
- package/storybook-static/static/media/swap-camera.bc3a4652106f5c57d14b4dcbffff08a5.svg +3 -0
- package/storybook-static/static/media/text-document.cad7e87368501b96de2a939d08852dcd.svg +3 -0
- package/storybook-static/static/media/unarchive.1b1a7438cd8eb6fee80e6ac89baa195b.svg +3 -0
- package/storybook-static/static/media/user.911c7ae778615185b285ce0ae4068486.svg +3 -0
- package/storybook-static/static/media/video-file.dbd1f8c63a3769f9e9a027f0922d56b2.svg +3 -0
- package/storybook-static/static/media/video.bbcc2109285c18eea02ede86920de0dd.svg +3 -0
- package/storybook-static/static/media/viewed-delivered.f43360dc87235a6cf574ff53f73dd777.svg +3 -0
- package/storybook-static/static/media/voice.b937c8a1f744050bec2cd389ad2a1f3a.svg +3 -0
- package/storybook-static/stories.json +1 -0
- 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/CreateDialogWithAutoJoinUseCase.d.ts +0 -13
- package/dist/Domain/use_cases/CreateDialogWithAutoJoinUseCase.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/JoinFromTheDialogUseCase.d.ts +0 -11
- package/dist/Domain/use_cases/JoinFromTheDialogUseCase.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/UnJoinFromTheDialogUseCase.d.ts +0 -11
- package/dist/Domain/use_cases/UnJoinFromTheDialogUseCase.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/storybook-static/161.53da4e03.iframe.bundle.js +0 -2
- package/storybook-static/161.53da4e03.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/167.88fc69a9.iframe.bundle.js +0 -1
- package/storybook-static/217.f067a49f.iframe.bundle.js +0 -405
- package/storybook-static/217.f067a49f.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/217.f067a49f.iframe.bundle.js.map +0 -1
- package/storybook-static/294.b81cdbca.iframe.bundle.js +0 -1
- package/storybook-static/363.f6fcc1b9.iframe.bundle.js +0 -2
- package/storybook-static/363.f6fcc1b9.iframe.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/364.988cd801.iframe.bundle.js +0 -1
- package/storybook-static/488.3cd3942e.iframe.bundle.js +0 -1
- package/storybook-static/559.9e64a6f5.iframe.bundle.js +0 -2
- package/storybook-static/559.9e64a6f5.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/735.6ee62079.iframe.bundle.js +0 -2
- package/storybook-static/735.6ee62079.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/844.be4346f2.iframe.bundle.js +0 -95
- package/storybook-static/844.be4346f2.iframe.bundle.js.LICENSE.txt +0 -19
- package/storybook-static/844.be4346f2.iframe.bundle.js.map +0 -1
- package/storybook-static/936.8546c1d8.iframe.bundle.js +0 -1
- package/storybook-static/961.d47fc2bc.iframe.bundle.js +0 -2
- package/storybook-static/961.d47fc2bc.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.a5ba7608.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Avatar-avatar-stories.a5ba7608.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.c8824861.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Badge-Badge-stories.c8824861.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Button-Button-stories.fa2aa72c.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Button-Button-stories.fa2aa72c.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-DialogBanner-DialogBanner-stories.cd797979.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.b6998344.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-DialogItemPreview-DialogItemPreview-stories.b6998344.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.46997cb0.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-DialogWindow-DialogWindow-stories.46997cb0.iframe.bundle.js.LICENSE.txt +0 -15
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.a03feb06.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Dropdown-Dropdown-stories.a03feb06.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Header-Header-stories.a4edfcc6.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Header-Header-stories.a4edfcc6.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.4e80520d.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Loader-Loader-stories.4e80520d.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Message-Message-stories.213a90f6.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Message-Message-stories.213a90f6.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-MessageInput-MessageInput-stories.2af0de55.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-MessageSeparator-MessageSeparator-stories.b927d1e1.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-Placeholder-Placeholder-stories.34dfadb1.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-PreviewFileMessage-PreviewFileMessage-stories.9b4eff15.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.e7f5a274.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-SettingsItem-SettingsItem-stories.e7f5a274.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.969cfe2e.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-TextField-TextField-stories.969cfe2e.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/Presentation-ui-components-Toast-Toast-stories.4f00432b.iframe.bundle.js +0 -1
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.1713eab7.iframe.bundle.js +0 -2
- package/storybook-static/Presentation-ui-components-UserListItem-UserListItem-stories.1713eab7.iframe.bundle.js.LICENSE.txt +0 -5
- package/storybook-static/docs-Introduction-mdx.46ed11c4.iframe.bundle.js +0 -1
- package/storybook-static/docs-Styling-mdx.3a86be03.iframe.bundle.js +0 -1
- package/storybook-static/main.59f682e8.iframe.bundle.js +0 -1
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/runtime~main.ebabbef9.iframe.bundle.js +0 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -331
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -51
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -402
- package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -242
- package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/interactions-11/manager-bundle.js +0 -222
- package/storybook-static/sb-addons/onboarding-1/manager-bundle.js +0 -127
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-manager/globals-runtime.js +0 -42127
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Bash(nvm install:*)",
|
|
5
|
+
"Bash(nvm use:*)",
|
|
6
|
+
"Bash(source:*)",
|
|
7
|
+
"Bash(nvm alias:*)",
|
|
8
|
+
"Bash(export NVM_DIR=\"$HOME/.nvm\")",
|
|
9
|
+
"Bash([ -s \"$NVM_DIR/nvm.sh\" ])",
|
|
10
|
+
"Bash(. \"$NVM_DIR/nvm.sh\")",
|
|
11
|
+
"Bash(npm install:*)",
|
|
12
|
+
"Bash(npm run build:*)"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
}
|
package/.storybook/main.ts
CHANGED
|
@@ -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';
|
|
@@ -17,7 +17,6 @@ export type FunctionTypeViewModelToVoid<TResult> = (it: BaseViewModel<TResult>)
|
|
|
17
17
|
export type EditDialogParams = {
|
|
18
18
|
dialogTitle: string;
|
|
19
19
|
dialogAvatar: File | string | null;
|
|
20
|
-
disableAutoJoin: boolean;
|
|
21
20
|
};
|
|
22
21
|
export type ForwardMessagesParams = {
|
|
23
22
|
messagesToForward: MessageEntity[];
|
|
@@ -43,7 +42,6 @@ export type FunctionTypeStringToVoid = (value: string) => void;
|
|
|
43
42
|
export type FunctionTypeBooleanToVoid = (value: boolean) => void;
|
|
44
43
|
export type FunctionTypeEditDialogParamsToVoid = (params: EditDialogParams) => void;
|
|
45
44
|
export type FunctionTypeDialogEntityToDialogEntity = (entity: GroupDialogEntity) => Promise<DialogEntity>;
|
|
46
|
-
export type FunctionTypeDialogEntityWithAutoJoinToDialogEntity = (entity: GroupDialogEntity, disableAutoJoin: boolean) => Promise<DialogEntity>;
|
|
47
45
|
export type FunctionTypeDialogEntityToBoolean = (entity: GroupDialogEntity) => Promise<boolean>;
|
|
48
46
|
export type FunctionTypeDialogEntityToVoid = (entity: DialogEntity) => void;
|
|
49
47
|
export type FunctionTypeFileToFileEntity = (file: File) => Promise<FileEntity>;
|
|
@@ -73,8 +73,8 @@ export interface QBUIKitConfig extends QBConfig {
|
|
|
73
73
|
chatProtocol: {
|
|
74
74
|
active: number;
|
|
75
75
|
};
|
|
76
|
-
pingLocalhostTimeInterval
|
|
77
|
-
chatReconnectionTimeInterval
|
|
76
|
+
pingLocalhostTimeInterval: number;
|
|
77
|
+
chatReconnectionTimeInterval: number;
|
|
78
78
|
debug: boolean;
|
|
79
79
|
enableForwarding: boolean;
|
|
80
80
|
enableReplying: boolean;
|
|
@@ -18,7 +18,6 @@ export default class DialogsRepository implements IDialogsRepository {
|
|
|
18
18
|
setLocalSynced(synced: boolean): void;
|
|
19
19
|
saveDialogToLocal(entity: DialogEntity): Promise<boolean>;
|
|
20
20
|
createDialogInRemote(entity: DialogEntity): Promise<DialogEntity>;
|
|
21
|
-
createDialogWithAutojoinInRemote(entity: DialogEntity): Promise<DialogEntity>;
|
|
22
21
|
updateDialogInLocal(entity: DialogEntity): Promise<DialogEntity>;
|
|
23
22
|
updateCurrentDialogInLocalDataSource(entity: DialogEntity, qbConfig: QBUIKitConfig): Promise<DialogEntity>;
|
|
24
23
|
updateDialogInRemote(entity: DialogEntity): Promise<DialogEntity>;
|
|
@@ -29,6 +28,4 @@ export default class DialogsRepository implements IDialogsRepository {
|
|
|
29
28
|
deleteDialogFromLocal(dialogId: string): Promise<boolean>;
|
|
30
29
|
deleteDialogFromRemote(dialogId: string): Promise<boolean>;
|
|
31
30
|
deleteUsersFromDialogFromRemote(dialogId: string, usersIds: Array<number>): Promise<boolean>;
|
|
32
|
-
unjoinUsersFromDialog(dialogId: string): Promise<boolean>;
|
|
33
|
-
joinUsersFromDialog(dialogId: string): Promise<boolean>;
|
|
34
31
|
}
|
|
@@ -17,14 +17,11 @@ export interface IRemoteMessaging<TArg> {
|
|
|
17
17
|
}
|
|
18
18
|
export interface IRemoteDataSource extends IRemoteMessaging<RemoteMessageDTO> {
|
|
19
19
|
createDialog(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
20
|
-
createDialogWithAutojoin(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
21
20
|
updateDialog(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
22
21
|
getDialog(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
23
22
|
getDialogs(pagination?: Pagination): Promise<RemoteDialogsDTO>;
|
|
24
23
|
deleteDialog(dto: RemoteDialogDTO): Promise<void>;
|
|
25
24
|
deleteUsersFromDialog(dialogDto: RemoteDialogDTO, usersDTO: Array<RemoteUserDTO>): Promise<void>;
|
|
26
|
-
unjoinUsersFromDialog(dialogDto: RemoteDialogDTO): Promise<void>;
|
|
27
|
-
joinDialog(dialogDto: RemoteDialogDTO): Promise<void>;
|
|
28
25
|
getUser(dto: RemoteUserDTO): Promise<RemoteUserDTO>;
|
|
29
26
|
getUsers(dto: RemoteUsersDTO): Promise<RemoteUsersDTO>;
|
|
30
27
|
getMessages(dialogId: string, pagination: Pagination): Promise<RemoteMessagesDTO>;
|
|
@@ -3,6 +3,7 @@ import { IDTOMapper } from './IDTOMapper';
|
|
|
3
3
|
import { RemoteMessageDTO } from '../../../dto/message/RemoteMessageDTO';
|
|
4
4
|
import ChatMessageAttachmentEntity from '../../../../Domain/entity/ChatMessageAttachmentEntity';
|
|
5
5
|
export declare class MessageDTOMapper implements IDTOMapper {
|
|
6
|
+
private static normalizeUidToString;
|
|
6
7
|
fromDTO<TArg, TResult>(dto: TArg): Promise<TResult>;
|
|
7
8
|
static transformAttachment(qbMessage: string, qbAtts: ChatMessageAttachment[]): ChatMessageAttachmentEntity[];
|
|
8
9
|
toTDO<TArg, TResult>(entity: TArg): Promise<TResult>;
|
|
@@ -79,18 +79,15 @@ export declare class RemoteDataSource implements IRemoteDataSource {
|
|
|
79
79
|
releaseEventsHandlers(): void;
|
|
80
80
|
loginWithUser(authParams: LoginData): Promise<void>;
|
|
81
81
|
private joinGroupDialog;
|
|
82
|
-
joinDialog(dialogDto: RemoteDialogDTO): Promise<void>;
|
|
83
82
|
private startJoinRetryProcess;
|
|
84
83
|
private processDialogsInBackground;
|
|
85
84
|
private processDialogs;
|
|
86
85
|
getDialogs(pagination?: Pagination): Promise<RemoteDialogsDTO>;
|
|
87
86
|
createDialog(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
88
|
-
createDialogWithAutojoin(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
89
87
|
updateDialog(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
90
88
|
getDialog(dto: RemoteDialogDTO): Promise<RemoteDialogDTO>;
|
|
91
89
|
deleteDialog(dto: RemoteDialogDTO): Promise<void>;
|
|
92
90
|
deleteUsersFromDialog(dialogDTO: RemoteDialogDTO, usersDTO: Array<RemoteUserDTO>): Promise<void>;
|
|
93
|
-
unjoinUsersFromDialog(dialogDTO: RemoteDialogDTO): Promise<void>;
|
|
94
91
|
getUser(dto: RemoteUserDTO): Promise<RemoteUserDTO>;
|
|
95
92
|
getUsers(remoteUsersDTO: RemoteUsersDTO): Promise<RemoteUsersDTO>;
|
|
96
93
|
getAllUsers(pagination: Pagination, filter?: string): Promise<PaginatedDTOResult>;
|
|
@@ -4,7 +4,6 @@ import { PaginatedResult, Pagination } from './Pagination';
|
|
|
4
4
|
export interface IDialogsRepository {
|
|
5
5
|
saveDialogToLocal(dialog: DialogEntity): Promise<boolean>;
|
|
6
6
|
createDialogInRemote(dialog: DialogEntity): Promise<DialogEntity>;
|
|
7
|
-
createDialogWithAutojoinInRemote(dialog: DialogEntity): Promise<DialogEntity>;
|
|
8
7
|
updateDialogInLocal(dialog: DialogEntity): Promise<DialogEntity>;
|
|
9
8
|
updateDialogInRemote(dialog: DialogEntity): Promise<DialogEntity>;
|
|
10
9
|
getDialogFromLocal(dialogId: string): Promise<DialogEntity>;
|
|
@@ -14,8 +13,6 @@ export interface IDialogsRepository {
|
|
|
14
13
|
deleteDialogFromLocal(dialogId: string): Promise<boolean>;
|
|
15
14
|
deleteDialogFromRemote(dialogId: string): Promise<boolean>;
|
|
16
15
|
deleteUsersFromDialogFromRemote(dialogId: string, userIds: Array<number>): Promise<boolean>;
|
|
17
|
-
unjoinUsersFromDialog(dialogId: string): Promise<boolean>;
|
|
18
|
-
joinUsersFromDialog(dialogId: string): Promise<boolean>;
|
|
19
16
|
subscribeLocalSync(subscriber: FunctionTypeVoidToVoid): void;
|
|
20
17
|
unsubscribeLocalSync(): void;
|
|
21
18
|
isLocalSynced(): Promise<boolean>;
|
|
@@ -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 { FunctionTypeStringToVoid } from '../../../../../../CommonTypes/BaseViewModel';
|
|
2
3
|
import { DialogType } from '../../../../../../Domain/entity/DialogTypes';
|
|
3
4
|
import './DialogListItem.scss';
|
|
@@ -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,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;
|