@webinex/chatify 2.0.0-build2 → 2.0.0-build4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3176 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/dist/{esm/types → types}/core/api/accountApi.d.ts +0 -1
- package/dist/{esm/types → types}/core/api/api.d.ts +2 -0
- package/dist/{esm/types → types}/core/api/baseApi.d.ts +2 -1
- package/dist/types/core/api/chatApi.d.ts +14 -0
- package/dist/{esm/types → types}/core/api/chatListApi.d.ts +0 -1
- package/dist/{esm/types → types}/core/api/chatMemberApi.d.ts +0 -1
- package/dist/types/core/api/chatMessageApi.d.ts +22 -0
- package/dist/types/core/api/index.d.ts +1 -0
- package/dist/{esm/types → types}/core/api/threadApi.d.ts +2 -10
- package/dist/types/core/api/threadMessageApi.d.ts +19 -0
- package/package.json +3 -5
- package/src/core/api/accountApi.ts +0 -2
- package/src/core/api/api.ts +2 -2
- package/src/core/api/baseApi.ts +12 -7
- package/src/core/api/chatApi.ts +1 -7
- package/src/core/api/chatListApi.ts +0 -2
- package/src/core/api/chatMemberApi.ts +0 -2
- package/src/core/api/chatMessageApi.ts +0 -9
- package/src/core/api/index.ts +0 -8
- package/src/core/api/threadApi.ts +1 -9
- package/src/core/api/threadMessageApi.ts +0 -9
- package/src/ui/Chat/ChatEditableHeaderName.tsx +2 -2
- package/src/ui/Chat/ChatPanel.tsx +2 -2
- package/src/ui/Chat/ChatView.tsx +6 -14
- package/src/ui/Chat/Members/ChatMembersPanel.tsx +7 -12
- package/src/ui/Chat/Members/ChatMembersPreview.tsx +2 -2
- package/src/ui/ChatGroup/ChatGroupPanel.tsx +2 -2
- package/src/ui/ChatGroup/Create/CreateChatMemberInput.tsx +2 -2
- package/src/ui/ChatGroup/Create/CreateChatPanel.tsx +2 -2
- package/src/ui/ChatGroup/Layout/ChatGroupMain.tsx +2 -2
- package/src/ui/ChatGroup/List/ChatList.tsx +2 -2
- package/src/ui/Thread/ThreadPanel.tsx +8 -19
- package/dist/esm/index.js +0 -11
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/types/core/api/chatApi.d.ts +0 -25
- package/dist/esm/types/core/api/chatMessageApi.d.ts +0 -34
- package/dist/esm/types/core/api/index.d.ts +0 -9
- package/dist/esm/types/core/api/threadMessageApi.d.ts +0 -28
- /package/dist/{esm/types → types}/core/client.d.ts +0 -0
- /package/dist/{esm/types → types}/core/constants.d.ts +0 -0
- /package/dist/{esm/types → types}/core/debounce.d.ts +0 -0
- /package/dist/{esm/types → types}/core/index.d.ts +0 -0
- /package/dist/{esm/types → types}/core/types.d.ts +0 -0
- /package/dist/{esm/types → types}/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/ChatContext.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/ChatEditableHeaderName.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/ChatHeaderActions.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/ChatPanel.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/ChatView.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/Members/ChatMembersButton.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/Members/ChatMembersPanel.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/Members/ChatMembersPreview.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/Members/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chat/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/ChatGroupContext.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/ChatGroupPanel.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Create/CreateChatButton.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Create/CreateChatForm.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Create/CreateChatMemberInput.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Create/CreateChatNameInput.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Create/CreateChatPanel.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Create/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Layout/ChatGroupAside.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Layout/ChatGroupBody.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Layout/ChatGroupFooter.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Layout/ChatGroupHeader.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Layout/ChatGroupMain.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/Layout/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatList.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemAvatar.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemLastMessage.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemLastMessageAuthor.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemLastMessageContent.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemLastMessageSentAt.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemName.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/ChatListItemUnreadCount.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/List/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/ChatGroup/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Chatify.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Conversation.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ConversationActions.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ConversationBody.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ConversationContext.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ConversationHeader.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ConversationName.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/InputBox/InputBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/InputBox/InputFilesBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/InputBox/InputSubmitButtonBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/InputBox/InputTextBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/InputBox/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/MessageAuthor.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/MessageBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/MessageContent.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/MessageInfoBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/MessageRow.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/MessageText.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/Message/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/NextObserver/NextMessagesObserver.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/NextObserver/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ReadObserver/MessageReadObserver.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/ReadObserver/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SendingMessage/SendingMessageBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SendingMessage/SendingMessageContent.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SendingMessage/SendingMessageInfoBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SendingMessage/SendingMessageText.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SendingMessage/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SystemMessage/SystemMessageBox.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SystemMessage/SystemMessageRow.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/SystemMessage/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Conversation/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Thread/ThreadActions.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Thread/ThreadContext.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Thread/ThreadPanel.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/Thread/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/color.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/common/Avatar.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/common/Icon.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/common/MessageSkeleton.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/common/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/customize.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/index.d.ts +0 -0
- /package/dist/{esm/types → types}/ui/localizer.d.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|