@webinex/chatify 2.0.0-build4 → 2.0.0-build5

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.
Files changed (100) hide show
  1. package/dist/esm/index.js.map +1 -0
  2. package/dist/index.d.ts +3114 -3158
  3. package/package.json +6 -3
  4. package/dist/index.js.map +0 -1
  5. /package/dist/{index.js → esm/index.js} +0 -0
  6. /package/dist/{types → esm/types}/core/api/accountApi.d.ts +0 -0
  7. /package/dist/{types → esm/types}/core/api/api.d.ts +0 -0
  8. /package/dist/{types → esm/types}/core/api/baseApi.d.ts +0 -0
  9. /package/dist/{types → esm/types}/core/api/chatApi.d.ts +0 -0
  10. /package/dist/{types → esm/types}/core/api/chatListApi.d.ts +0 -0
  11. /package/dist/{types → esm/types}/core/api/chatMemberApi.d.ts +0 -0
  12. /package/dist/{types → esm/types}/core/api/chatMessageApi.d.ts +0 -0
  13. /package/dist/{types → esm/types}/core/api/index.d.ts +0 -0
  14. /package/dist/{types → esm/types}/core/api/threadApi.d.ts +0 -0
  15. /package/dist/{types → esm/types}/core/api/threadMessageApi.d.ts +0 -0
  16. /package/dist/{types → esm/types}/core/client.d.ts +0 -0
  17. /package/dist/{types → esm/types}/core/constants.d.ts +0 -0
  18. /package/dist/{types → esm/types}/core/debounce.d.ts +0 -0
  19. /package/dist/{types → esm/types}/core/index.d.ts +0 -0
  20. /package/dist/{types → esm/types}/core/types.d.ts +0 -0
  21. /package/dist/{types → esm/types}/index.d.ts +0 -0
  22. /package/dist/{types → esm/types}/ui/Chat/ChatContext.d.ts +0 -0
  23. /package/dist/{types → esm/types}/ui/Chat/ChatEditableHeaderName.d.ts +0 -0
  24. /package/dist/{types → esm/types}/ui/Chat/ChatHeaderActions.d.ts +0 -0
  25. /package/dist/{types → esm/types}/ui/Chat/ChatPanel.d.ts +0 -0
  26. /package/dist/{types → esm/types}/ui/Chat/ChatView.d.ts +0 -0
  27. /package/dist/{types → esm/types}/ui/Chat/Members/ChatMembersButton.d.ts +0 -0
  28. /package/dist/{types → esm/types}/ui/Chat/Members/ChatMembersPanel.d.ts +0 -0
  29. /package/dist/{types → esm/types}/ui/Chat/Members/ChatMembersPreview.d.ts +0 -0
  30. /package/dist/{types → esm/types}/ui/Chat/Members/index.d.ts +0 -0
  31. /package/dist/{types → esm/types}/ui/Chat/index.d.ts +0 -0
  32. /package/dist/{types → esm/types}/ui/ChatGroup/ChatGroupContext.d.ts +0 -0
  33. /package/dist/{types → esm/types}/ui/ChatGroup/ChatGroupPanel.d.ts +0 -0
  34. /package/dist/{types → esm/types}/ui/ChatGroup/Create/CreateChatButton.d.ts +0 -0
  35. /package/dist/{types → esm/types}/ui/ChatGroup/Create/CreateChatForm.d.ts +0 -0
  36. /package/dist/{types → esm/types}/ui/ChatGroup/Create/CreateChatMemberInput.d.ts +0 -0
  37. /package/dist/{types → esm/types}/ui/ChatGroup/Create/CreateChatNameInput.d.ts +0 -0
  38. /package/dist/{types → esm/types}/ui/ChatGroup/Create/CreateChatPanel.d.ts +0 -0
  39. /package/dist/{types → esm/types}/ui/ChatGroup/Create/index.d.ts +0 -0
  40. /package/dist/{types → esm/types}/ui/ChatGroup/Layout/ChatGroupAside.d.ts +0 -0
  41. /package/dist/{types → esm/types}/ui/ChatGroup/Layout/ChatGroupBody.d.ts +0 -0
  42. /package/dist/{types → esm/types}/ui/ChatGroup/Layout/ChatGroupFooter.d.ts +0 -0
  43. /package/dist/{types → esm/types}/ui/ChatGroup/Layout/ChatGroupHeader.d.ts +0 -0
  44. /package/dist/{types → esm/types}/ui/ChatGroup/Layout/ChatGroupMain.d.ts +0 -0
  45. /package/dist/{types → esm/types}/ui/ChatGroup/Layout/index.d.ts +0 -0
  46. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatList.d.ts +0 -0
  47. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemAvatar.d.ts +0 -0
  48. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemBox.d.ts +0 -0
  49. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemLastMessage.d.ts +0 -0
  50. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemLastMessageAuthor.d.ts +0 -0
  51. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemLastMessageContent.d.ts +0 -0
  52. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemLastMessageSentAt.d.ts +0 -0
  53. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemName.d.ts +0 -0
  54. /package/dist/{types → esm/types}/ui/ChatGroup/List/ChatListItemUnreadCount.d.ts +0 -0
  55. /package/dist/{types → esm/types}/ui/ChatGroup/List/index.d.ts +0 -0
  56. /package/dist/{types → esm/types}/ui/ChatGroup/index.d.ts +0 -0
  57. /package/dist/{types → esm/types}/ui/Chatify.d.ts +0 -0
  58. /package/dist/{types → esm/types}/ui/Conversation/Conversation.d.ts +0 -0
  59. /package/dist/{types → esm/types}/ui/Conversation/ConversationActions.d.ts +0 -0
  60. /package/dist/{types → esm/types}/ui/Conversation/ConversationBody.d.ts +0 -0
  61. /package/dist/{types → esm/types}/ui/Conversation/ConversationContext.d.ts +0 -0
  62. /package/dist/{types → esm/types}/ui/Conversation/ConversationHeader.d.ts +0 -0
  63. /package/dist/{types → esm/types}/ui/Conversation/ConversationName.d.ts +0 -0
  64. /package/dist/{types → esm/types}/ui/Conversation/InputBox/InputBox.d.ts +0 -0
  65. /package/dist/{types → esm/types}/ui/Conversation/InputBox/InputFilesBox.d.ts +0 -0
  66. /package/dist/{types → esm/types}/ui/Conversation/InputBox/InputSubmitButtonBox.d.ts +0 -0
  67. /package/dist/{types → esm/types}/ui/Conversation/InputBox/InputTextBox.d.ts +0 -0
  68. /package/dist/{types → esm/types}/ui/Conversation/InputBox/index.d.ts +0 -0
  69. /package/dist/{types → esm/types}/ui/Conversation/Message/MessageAuthor.d.ts +0 -0
  70. /package/dist/{types → esm/types}/ui/Conversation/Message/MessageBox.d.ts +0 -0
  71. /package/dist/{types → esm/types}/ui/Conversation/Message/MessageContent.d.ts +0 -0
  72. /package/dist/{types → esm/types}/ui/Conversation/Message/MessageInfoBox.d.ts +0 -0
  73. /package/dist/{types → esm/types}/ui/Conversation/Message/MessageRow.d.ts +0 -0
  74. /package/dist/{types → esm/types}/ui/Conversation/Message/MessageText.d.ts +0 -0
  75. /package/dist/{types → esm/types}/ui/Conversation/Message/index.d.ts +0 -0
  76. /package/dist/{types → esm/types}/ui/Conversation/NextObserver/NextMessagesObserver.d.ts +0 -0
  77. /package/dist/{types → esm/types}/ui/Conversation/NextObserver/index.d.ts +0 -0
  78. /package/dist/{types → esm/types}/ui/Conversation/ReadObserver/MessageReadObserver.d.ts +0 -0
  79. /package/dist/{types → esm/types}/ui/Conversation/ReadObserver/index.d.ts +0 -0
  80. /package/dist/{types → esm/types}/ui/Conversation/SendingMessage/SendingMessageBox.d.ts +0 -0
  81. /package/dist/{types → esm/types}/ui/Conversation/SendingMessage/SendingMessageContent.d.ts +0 -0
  82. /package/dist/{types → esm/types}/ui/Conversation/SendingMessage/SendingMessageInfoBox.d.ts +0 -0
  83. /package/dist/{types → esm/types}/ui/Conversation/SendingMessage/SendingMessageText.d.ts +0 -0
  84. /package/dist/{types → esm/types}/ui/Conversation/SendingMessage/index.d.ts +0 -0
  85. /package/dist/{types → esm/types}/ui/Conversation/SystemMessage/SystemMessageBox.d.ts +0 -0
  86. /package/dist/{types → esm/types}/ui/Conversation/SystemMessage/SystemMessageRow.d.ts +0 -0
  87. /package/dist/{types → esm/types}/ui/Conversation/SystemMessage/index.d.ts +0 -0
  88. /package/dist/{types → esm/types}/ui/Conversation/index.d.ts +0 -0
  89. /package/dist/{types → esm/types}/ui/Thread/ThreadActions.d.ts +0 -0
  90. /package/dist/{types → esm/types}/ui/Thread/ThreadContext.d.ts +0 -0
  91. /package/dist/{types → esm/types}/ui/Thread/ThreadPanel.d.ts +0 -0
  92. /package/dist/{types → esm/types}/ui/Thread/index.d.ts +0 -0
  93. /package/dist/{types → esm/types}/ui/color.d.ts +0 -0
  94. /package/dist/{types → esm/types}/ui/common/Avatar.d.ts +0 -0
  95. /package/dist/{types → esm/types}/ui/common/Icon.d.ts +0 -0
  96. /package/dist/{types → esm/types}/ui/common/MessageSkeleton.d.ts +0 -0
  97. /package/dist/{types → esm/types}/ui/common/index.d.ts +0 -0
  98. /package/dist/{types → esm/types}/ui/customize.d.ts +0 -0
  99. /package/dist/{types → esm/types}/ui/index.d.ts +0 -0
  100. /package/dist/{types → esm/types}/ui/localizer.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.