@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.
- package/dist/chat.css +1 -1
- package/dist/index.cjs +11 -5
- package/dist/index.mjs +16478 -7358
- package/dist/types/app/components/ChatPage.vue.d.ts +1 -1
- package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/Call.vue.d.ts +36 -0
- package/dist/types/app/components/call/Call.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts +8 -8
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts +0 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +8 -8
- package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/contact/ChatList.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BInput.vue.d.ts +3 -3
- package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BLabel.vue.d.ts +1 -1
- package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BMenu.vue.d.ts +2 -2
- package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BSelect.vue.d.ts +1 -1
- package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -1
- package/dist/types/app/composables/useAppPermissions.d.ts.map +1 -1
- package/dist/types/app/composables/useCall.d.ts +156 -0
- package/dist/types/app/composables/useCall.d.ts.map +1 -0
- package/dist/types/app/composables/useChatMessageList.d.ts +18 -0
- package/dist/types/app/composables/useChatMessageList.d.ts.map +1 -0
- package/dist/types/app/composables/useFlippedVirtualScroll.d.ts +24 -0
- package/dist/types/app/composables/useFlippedVirtualScroll.d.ts.map +1 -0
- package/dist/types/app/composables/useLongPress.d.ts +6 -0
- package/dist/types/app/composables/useLongPress.d.ts.map +1 -0
- package/dist/types/app/composables/useRichTextEditor.d.ts +11 -0
- package/dist/types/app/composables/useRichTextEditor.d.ts.map +1 -0
- package/dist/types/app/index.d.ts +3 -1
- package/dist/types/app/index.d.ts.map +1 -1
- package/dist/types/app/provider/callProvider.d.ts +4 -0
- package/dist/types/app/provider/callProvider.d.ts.map +1 -0
- package/dist/types/app/stores/callStore.d.ts +19 -857
- package/dist/types/app/stores/callStore.d.ts.map +1 -1
- package/dist/types/app/stores/chatStore.d.ts +49 -4
- package/dist/types/app/stores/chatStore.d.ts.map +1 -1
- package/dist/types/app/stores/messageStores.d.ts.map +1 -1
- package/dist/types/app/stores/profileStore.d.ts +59 -2
- package/dist/types/app/stores/profileStore.d.ts.map +1 -1
- package/dist/types/app/types/index.d.ts +105 -27
- package/dist/types/app/types/index.d.ts.map +1 -1
- package/dist/types/i18n/locales/index.d.ts +38 -0
- package/dist/types/i18n/locales/index.d.ts.map +1 -1
- package/package.json +4 -1
- package/dist/signature_pad-BvnS6ckP.cjs +0 -4
- package/dist/signature_pad-CSadMJ3H.js +0 -478
- package/dist/types/app/components/call/CallBoard.vue.d.ts +0 -33
- package/dist/types/app/components/call/CallBoard.vue.d.ts.map +0 -1
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +0 -16
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +0 -7
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +0 -1
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -24
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -19
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
- package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -47
- 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.