@yonus_amire01/chat 2.0.0 → 2.1.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/dist/chat.css +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.mjs +6853 -77707
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +1 -1
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +1 -1
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +1 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +1 -1
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts +1 -1
- 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 +1 -1
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts +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 +1 -1
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +1 -1
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts +2 -2
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts +1 -1
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts +1 -1
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -1
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts.map +1 -1
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts +1 -1
- package/dist/types/app/components/general/LoadingStatus.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 +8 -8
- package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -1
- package/dist/types/app/components/global/BModal.vue.d.ts +2 -2
- package/dist/types/app/components/global/BPopup.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/components/global/BToast.vue.d.ts.map +1 -1
- package/dist/types/app/composables/useDate.d.ts +1 -18
- package/dist/types/app/composables/useDate.d.ts.map +1 -1
- package/dist/types/app/composables/useLocalI18n.d.ts +3 -0
- package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -1
- package/dist/types/app/index.d.ts +6 -2
- package/dist/types/app/index.d.ts.map +1 -1
- package/dist/types/app/stores/callStore.d.ts +13 -49
- package/dist/types/app/stores/callStore.d.ts.map +1 -1
- package/dist/types/app/stores/chatStore.d.ts +25 -39
- package/dist/types/app/stores/chatStore.d.ts.map +1 -1
- package/dist/types/app/stores/mediaStore.d.ts +18 -0
- package/dist/types/app/stores/mediaStore.d.ts.map +1 -0
- package/dist/types/app/stores/messageStores.d.ts +127 -146
- package/dist/types/app/stores/messageStores.d.ts.map +1 -1
- package/dist/types/app/stores/profileStore.d.ts +45 -0
- package/dist/types/app/stores/profileStore.d.ts.map +1 -0
- package/dist/types/app/types/index.d.ts +149 -0
- package/dist/types/app/types/index.d.ts.map +1 -0
- package/dist/types/app/utils/format.d.ts +0 -48
- package/dist/types/app/utils/format.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/app/composables/useLocale.d.ts +0 -12
- package/dist/types/app/composables/useLocale.d.ts.map +0 -1
- package/dist/types/app/composables/useTheme.d.ts +0 -4
- package/dist/types/app/composables/useTheme.d.ts.map +0 -1
- package/dist/types/app/composables/useValidation.d.ts +0 -20
- package/dist/types/app/composables/useValidation.d.ts.map +0 -1
- package/dist/types/app/composables/useWindowSize.d.ts +0 -5
- package/dist/types/app/composables/useWindowSize.d.ts.map +0 -1
- package/dist/types/app/types/address.d.ts +0 -26
- package/dist/types/app/types/address.d.ts.map +0 -1
- package/dist/types/app/types/calendar.d.ts +0 -87
- package/dist/types/app/types/calendar.d.ts.map +0 -1
- package/dist/types/app/types/call.d.ts +0 -10
- package/dist/types/app/types/call.d.ts.map +0 -1
- package/dist/types/app/types/chat.d.ts +0 -52
- package/dist/types/app/types/chat.d.ts.map +0 -1
- package/dist/types/app/types/theme.d.ts +0 -11
- package/dist/types/app/types/theme.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.