@yonus_amire01/chat 2.1.3 → 2.2.0

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 (72) hide show
  1. package/dist/chat.css +1 -1
  2. package/dist/index.cjs +11 -5
  3. package/dist/index.mjs +16478 -7358
  4. package/dist/types/app/components/ChatPage.vue.d.ts +1 -1
  5. package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -1
  6. package/dist/types/app/components/call/Call.vue.d.ts +36 -0
  7. package/dist/types/app/components/call/Call.vue.d.ts.map +1 -0
  8. package/dist/types/app/components/chat/ChatBubble.vue.d.ts +8 -8
  9. package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -1
  10. package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -1
  11. package/dist/types/app/components/chat/ChatMessages.vue.d.ts +0 -1
  12. package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -1
  13. package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -1
  14. package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -1
  15. package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -1
  16. package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +8 -8
  17. package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +1 -1
  18. package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -1
  19. package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -1
  20. package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -1
  21. package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -1
  22. package/dist/types/app/components/chat/contact/ChatList.vue.d.ts.map +1 -1
  23. package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -1
  24. package/dist/types/app/components/global/BInput.vue.d.ts +3 -3
  25. package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -1
  26. package/dist/types/app/components/global/BLabel.vue.d.ts +1 -1
  27. package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -1
  28. package/dist/types/app/components/global/BMenu.vue.d.ts +2 -2
  29. package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -1
  30. package/dist/types/app/components/global/BSelect.vue.d.ts +1 -1
  31. package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -1
  32. package/dist/types/app/composables/useAppPermissions.d.ts.map +1 -1
  33. package/dist/types/app/composables/useCall.d.ts +156 -0
  34. package/dist/types/app/composables/useCall.d.ts.map +1 -0
  35. package/dist/types/app/composables/useChatMessageList.d.ts +18 -0
  36. package/dist/types/app/composables/useChatMessageList.d.ts.map +1 -0
  37. package/dist/types/app/composables/useFlippedVirtualScroll.d.ts +24 -0
  38. package/dist/types/app/composables/useFlippedVirtualScroll.d.ts.map +1 -0
  39. package/dist/types/app/composables/useLongPress.d.ts +6 -0
  40. package/dist/types/app/composables/useLongPress.d.ts.map +1 -0
  41. package/dist/types/app/composables/useRichTextEditor.d.ts +11 -0
  42. package/dist/types/app/composables/useRichTextEditor.d.ts.map +1 -0
  43. package/dist/types/app/index.d.ts +3 -1
  44. package/dist/types/app/index.d.ts.map +1 -1
  45. package/dist/types/app/provider/callProvider.d.ts +4 -0
  46. package/dist/types/app/provider/callProvider.d.ts.map +1 -0
  47. package/dist/types/app/stores/callStore.d.ts +19 -857
  48. package/dist/types/app/stores/callStore.d.ts.map +1 -1
  49. package/dist/types/app/stores/chatStore.d.ts +49 -4
  50. package/dist/types/app/stores/chatStore.d.ts.map +1 -1
  51. package/dist/types/app/stores/messageStores.d.ts.map +1 -1
  52. package/dist/types/app/stores/profileStore.d.ts +59 -2
  53. package/dist/types/app/stores/profileStore.d.ts.map +1 -1
  54. package/dist/types/app/types/index.d.ts +105 -27
  55. package/dist/types/app/types/index.d.ts.map +1 -1
  56. package/dist/types/i18n/locales/index.d.ts +38 -0
  57. package/dist/types/i18n/locales/index.d.ts.map +1 -1
  58. package/package.json +4 -1
  59. package/dist/signature_pad-BvnS6ckP.cjs +0 -4
  60. package/dist/signature_pad-CSadMJ3H.js +0 -478
  61. package/dist/types/app/components/call/CallBoard.vue.d.ts +0 -33
  62. package/dist/types/app/components/call/CallBoard.vue.d.ts.map +0 -1
  63. package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +0 -16
  64. package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
  65. package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +0 -7
  66. package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +0 -1
  67. package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -24
  68. package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
  69. package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -19
  70. package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
  71. package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -47
  72. package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts.map +0 -1

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.