@yonus_amire01/chat 1.0.0 → 2.1.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/README.md +8 -8
- package/dist/chat.css +1 -0
- package/dist/index.cjs +7 -5
- package/dist/index.mjs +10827 -8846
- package/dist/signature_pad-BvnS6ckP.cjs +4 -0
- package/dist/signature_pad-CSadMJ3H.js +478 -0
- package/dist/types/app/components/ChatPage.vue.d.ts +3 -0
- package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/CallBoard.vue.d.ts +33 -0
- package/dist/types/app/components/call/CallBoard.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +16 -0
- package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +7 -0
- package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts +24 -0
- package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +19 -0
- package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
- package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts +47 -0
- package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts +164 -0
- package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatInput.vue.d.ts +56 -0
- package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts +16 -0
- package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts +17 -0
- package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts +11 -0
- package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/ChatView.vue.d.ts +73 -0
- package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +119 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +25 -0
- package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +12 -0
- package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts +15 -0
- package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts +16 -0
- package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +26 -0
- package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts +8 -0
- package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ChatList.vue.d.ts +5 -0
- package/dist/types/app/components/chat/contact/ChatList.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ChatListSearch.vue.d.ts +12 -0
- package/dist/types/app/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts +10 -0
- package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts +9 -0
- package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/FileFormatDisplay.vue.d.ts +16 -0
- package/dist/types/app/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts +16 -0
- package/dist/types/app/components/general/LoadingStatus.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/NoDataDisplay.vue.d.ts +7 -0
- package/dist/types/app/components/general/NoDataDisplay.vue.d.ts.map +1 -0
- package/dist/types/app/components/general/SafeEmojiText.vue.d.ts +10 -0
- package/dist/types/app/components/general/SafeEmojiText.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BButton.vue.d.ts +74 -0
- package/dist/types/app/components/global/BButton.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BCarousel.vue.d.ts +47 -0
- package/dist/types/app/components/global/BCarousel.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BCheckBox.vue.d.ts +30 -0
- package/dist/types/app/components/global/BCheckBox.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BEmojiPicker.vue.d.ts +7 -0
- package/dist/types/app/components/global/BEmojiPicker.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BIcon.vue.d.ts +11 -0
- package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BImage.vue.d.ts +51 -0
- package/dist/types/app/components/global/BImage.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BInput.vue.d.ts +65 -0
- package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BLabel.vue.d.ts +18 -0
- package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BMenu.vue.d.ts +54 -0
- package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BModal.vue.d.ts +24 -0
- package/dist/types/app/components/global/BModal.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BPopup.vue.d.ts +42 -0
- package/dist/types/app/components/global/BPopup.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BSelect.vue.d.ts +43 -0
- package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BTab.vue.d.ts +15 -0
- package/dist/types/app/components/global/BTab.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BToast.vue.d.ts +7 -0
- package/dist/types/app/components/global/BToast.vue.d.ts.map +1 -0
- package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts +30 -0
- package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts.map +1 -0
- package/dist/types/{composables → app/composables}/chat/useChatRecording.d.ts +4 -4
- package/dist/types/app/composables/chat/useChatRecording.d.ts.map +1 -0
- package/dist/types/app/composables/useAppPermissions.d.ts.map +1 -0
- package/dist/types/{composables → app/composables}/useAppToast.d.ts +2 -1
- package/dist/types/app/composables/useAppToast.d.ts.map +1 -0
- package/dist/types/app/composables/useClickOutside.d.ts.map +1 -0
- package/dist/types/app/composables/useDate.d.ts +7 -0
- package/dist/types/app/composables/useDate.d.ts.map +1 -0
- package/dist/types/app/composables/useDevice.d.ts.map +1 -0
- package/dist/types/app/composables/useLocalI18n.d.ts +5 -0
- package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -0
- package/dist/types/app/directives/filePicker.d.ts.map +1 -0
- package/dist/types/app/directives/imagePicker.d.ts.map +1 -0
- package/dist/types/app/directives/loading.d.ts.map +1 -0
- package/dist/types/app/index.d.ts +28 -0
- package/dist/types/app/index.d.ts.map +1 -0
- package/dist/types/{stores → app/stores}/callStore.d.ts +451 -102
- package/dist/types/app/stores/callStore.d.ts.map +1 -0
- package/dist/types/app/stores/chatStore.d.ts +969 -0
- package/dist/types/app/stores/chatStore.d.ts.map +1 -0
- 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 +2229 -0
- package/dist/types/{stores/chatStore.d.ts.map → 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/components/chat-input.d.ts.map +1 -0
- package/dist/types/app/types/components/input.d.ts.map +1 -0
- package/dist/types/app/types/components/menu-options.d.ts.map +1 -0
- package/dist/types/app/types/components/menu.d.ts.map +1 -0
- package/dist/types/app/types/components/modal.d.ts.map +1 -0
- package/dist/types/app/types/components/popup.d.ts.map +1 -0
- package/dist/types/app/types/components/select.d.ts.map +1 -0
- package/dist/types/app/types/components/toast.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/emojiParser.d.ts.map +1 -0
- package/dist/types/app/utils/format.d.ts +4 -0
- package/dist/types/app/utils/format.d.ts.map +1 -0
- package/dist/types/i18n/locales/index.d.ts +2603 -0
- package/dist/types/i18n/locales/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -10
- package/package.json +7 -14
- package/dist/index.cjs.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/style.css +0 -1
- package/dist/types/adapter/HostAdapter.d.ts +0 -13
- package/dist/types/adapter/HostAdapter.d.ts.map +0 -1
- package/dist/types/adapter/PushPort.d.ts +0 -10
- package/dist/types/adapter/PushPort.d.ts.map +0 -1
- package/dist/types/adapter/index.d.ts +0 -7
- package/dist/types/adapter/index.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockCallAdapter.d.ts +0 -14
- package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +0 -9
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockChatAdapter.d.ts +0 -7
- package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +0 -7
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts +0 -6
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/createMockAdapter.d.ts +0 -13
- package/dist/types/adapter/mock/createMockAdapter.d.ts.map +0 -1
- package/dist/types/adapter/mock/index.d.ts +0 -12
- package/dist/types/adapter/mock/index.d.ts.map +0 -1
- package/dist/types/adapter/ports/CallAdapter.d.ts +0 -36
- package/dist/types/adapter/ports/CallAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts +0 -17
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/ChatAdapter.d.ts +0 -22
- package/dist/types/adapter/ports/ChatAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/MedicationAdapter.d.ts +0 -6
- package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +0 -1
- package/dist/types/adapter/ports/ServiceAdapter.d.ts +0 -16
- package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +0 -1
- package/dist/types/components/ChatPage.vue.d.ts +0 -8
- package/dist/types/components/ChatPage.vue.d.ts.map +0 -1
- package/dist/types/components/call/CallBoard.vue.d.ts +0 -154
- package/dist/types/components/call/CallBoard.vue.d.ts.map +0 -1
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts +0 -57
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/call/CallPageOverlay.vue.d.ts +0 -1365
- package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +0 -1
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -41
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -48
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -127
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatBubble.vue.d.ts +0 -12236
- package/dist/types/components/chat/ChatBubble.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatInput.vue.d.ts +0 -2477
- package/dist/types/components/chat/ChatInput.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatMessages.vue.d.ts +0 -13873
- package/dist/types/components/chat/ChatMessages.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatPageBar.vue.d.ts +0 -1204
- package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +0 -327
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +0 -1
- package/dist/types/components/chat/ChatView.vue.d.ts +0 -4
- package/dist/types/components/chat/ChatView.vue.d.ts.map +0 -1
- package/dist/types/components/chat/PatientReferral.vue.d.ts +0 -33
- package/dist/types/components/chat/PatientReferral.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +0 -53
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +0 -103
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +0 -170
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +0 -74
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +0 -11449
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +0 -107
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +0 -56
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +0 -28
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +0 -72
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +0 -15
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +0 -1
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +0 -149
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +0 -85
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ChatList.vue.d.ts +0 -3111
- package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +0 -24
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +0 -1
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +0 -28
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +0 -61
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +0 -1113
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +0 -1060
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +0 -1
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +0 -1431
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +0 -28
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts +0 -60
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/general/LoadingStatus.vue.d.ts +0 -59
- package/dist/types/components/general/LoadingStatus.vue.d.ts.map +0 -1
- package/dist/types/components/general/NoDataDisplay.vue.d.ts +0 -24
- package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +0 -1
- package/dist/types/components/general/SafeEmojiText.vue.d.ts +0 -24
- package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +0 -1
- package/dist/types/components/global/BCarousel.vue.d.ts +0 -48
- package/dist/types/components/global/BCarousel.vue.d.ts.map +0 -1
- package/dist/types/composables/chat/useChatRecording.d.ts.map +0 -1
- package/dist/types/composables/useAppPermissions.d.ts.map +0 -1
- package/dist/types/composables/useAppToast.d.ts.map +0 -1
- package/dist/types/composables/useClickOutside.d.ts.map +0 -1
- package/dist/types/composables/useDate.d.ts +0 -24
- package/dist/types/composables/useDate.d.ts.map +0 -1
- package/dist/types/composables/useDevice.d.ts.map +0 -1
- package/dist/types/composables/useLocale.d.ts +0 -12
- package/dist/types/composables/useLocale.d.ts.map +0 -1
- package/dist/types/composables/useTheme.d.ts +0 -4
- package/dist/types/composables/useTheme.d.ts.map +0 -1
- package/dist/types/composables/useValidation.d.ts +0 -20
- package/dist/types/composables/useValidation.d.ts.map +0 -1
- package/dist/types/composables/useWindowSize.d.ts +0 -5
- package/dist/types/composables/useWindowSize.d.ts.map +0 -1
- package/dist/types/directives/filePicker.d.ts.map +0 -1
- package/dist/types/directives/imagePicker.d.ts.map +0 -1
- package/dist/types/directives/loading.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/install.d.ts +0 -20
- package/dist/types/install.d.ts.map +0 -1
- package/dist/types/mock/chat.seed.d.ts +0 -20
- package/dist/types/mock/chat.seed.d.ts.map +0 -1
- package/dist/types/mock/helpers.d.ts +0 -3
- package/dist/types/mock/helpers.d.ts.map +0 -1
- package/dist/types/mock/index.d.ts +0 -5
- package/dist/types/mock/index.d.ts.map +0 -1
- package/dist/types/mock/medication.seed.d.ts +0 -4
- package/dist/types/mock/medication.seed.d.ts.map +0 -1
- package/dist/types/mock/service.seed.d.ts +0 -13
- package/dist/types/mock/service.seed.d.ts.map +0 -1
- package/dist/types/nuxt-shims.d.ts +0 -43
- package/dist/types/nuxt-shims.d.ts.map +0 -1
- package/dist/types/prime-preset.d.ts +0 -72
- package/dist/types/prime-preset.d.ts.map +0 -1
- package/dist/types/stores/callStore.d.ts.map +0 -1
- package/dist/types/stores/chatActionStore.d.ts +0 -11303
- package/dist/types/stores/chatActionStore.d.ts.map +0 -1
- package/dist/types/stores/chatStore.d.ts +0 -2966
- package/dist/types/stores/createStores.d.ts +0 -19290
- package/dist/types/stores/createStores.d.ts.map +0 -1
- package/dist/types/stores/medicationsStore.d.ts +0 -3542
- package/dist/types/stores/medicationsStore.d.ts.map +0 -1
- package/dist/types/stores/serviceStore.d.ts +0 -953
- package/dist/types/stores/serviceStore.d.ts.map +0 -1
- package/dist/types/themes/factory.d.ts +0 -4
- package/dist/types/themes/factory.d.ts.map +0 -1
- package/dist/types/types/address.d.ts +0 -26
- package/dist/types/types/address.d.ts.map +0 -1
- package/dist/types/types/calendar.d.ts +0 -88
- package/dist/types/types/calendar.d.ts.map +0 -1
- package/dist/types/types/call.d.ts +0 -9
- package/dist/types/types/call.d.ts.map +0 -1
- package/dist/types/types/chat.d.ts +0 -71
- package/dist/types/types/chat.d.ts.map +0 -1
- package/dist/types/types/clinic.d.ts +0 -7
- package/dist/types/types/clinic.d.ts.map +0 -1
- package/dist/types/types/components/chat-input.d.ts.map +0 -1
- package/dist/types/types/components/input.d.ts.map +0 -1
- package/dist/types/types/components/menu-options.d.ts.map +0 -1
- package/dist/types/types/components/menu.d.ts.map +0 -1
- package/dist/types/types/components/modal.d.ts.map +0 -1
- package/dist/types/types/components/nav-item.d.ts +0 -11
- package/dist/types/types/components/nav-item.d.ts.map +0 -1
- package/dist/types/types/components/nav-sub-item.d.ts +0 -9
- package/dist/types/types/components/nav-sub-item.d.ts.map +0 -1
- package/dist/types/types/components/popup.d.ts.map +0 -1
- package/dist/types/types/components/select.d.ts.map +0 -1
- package/dist/types/types/components/toast.d.ts.map +0 -1
- package/dist/types/types/env/runtimeConfig.d.ts +0 -22
- package/dist/types/types/invoice.d.ts +0 -8
- package/dist/types/types/invoice.d.ts.map +0 -1
- package/dist/types/types/medic.d.ts +0 -6
- package/dist/types/types/medic.d.ts.map +0 -1
- package/dist/types/types/medication.d.ts +0 -25
- package/dist/types/types/medication.d.ts.map +0 -1
- package/dist/types/types/notification.d.ts +0 -10
- package/dist/types/types/notification.d.ts.map +0 -1
- package/dist/types/types/service.d.ts +0 -25
- package/dist/types/types/service.d.ts.map +0 -1
- package/dist/types/types/story.d.ts +0 -12
- package/dist/types/types/story.d.ts.map +0 -1
- package/dist/types/types/theme.d.ts +0 -26
- package/dist/types/types/theme.d.ts.map +0 -1
- package/dist/types/utils/emojiParser.d.ts.map +0 -1
- package/dist/types/utils/format.d.ts +0 -52
- package/dist/types/utils/format.d.ts.map +0 -1
- /package/dist/types/{composables → app/composables}/useAppPermissions.d.ts +0 -0
- /package/dist/types/{composables → app/composables}/useClickOutside.d.ts +0 -0
- /package/dist/types/{composables → app/composables}/useDevice.d.ts +0 -0
- /package/dist/types/{directives → app/directives}/filePicker.d.ts +0 -0
- /package/dist/types/{directives → app/directives}/imagePicker.d.ts +0 -0
- /package/dist/types/{directives → app/directives}/loading.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/chat-input.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/input.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/menu-options.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/menu.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/modal.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/popup.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/select.d.ts +0 -0
- /package/dist/types/{types → app/types}/components/toast.d.ts +0 -0
- /package/dist/types/{utils → app/utils}/emojiParser.d.ts +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isOpen?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
close: () => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
onClose?: () => any;
|
|
8
|
+
}>, {
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
11
|
+
canvasRef: HTMLCanvasElement;
|
|
12
|
+
colorPickerMenu: unknown;
|
|
13
|
+
boardColorPicker: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
14
|
+
modelValue?: string;
|
|
15
|
+
colors: string[];
|
|
16
|
+
}> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
18
|
+
}>, {
|
|
19
|
+
open: () => void;
|
|
20
|
+
close: () => void;
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
"update:modelValue": (value: string) => any;
|
|
23
|
+
}, import('vue').PublicProps, {
|
|
24
|
+
modelValue: string;
|
|
25
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
26
|
+
colorPickerWrapper: HTMLDivElement;
|
|
27
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
28
|
+
P: {};
|
|
29
|
+
B: {};
|
|
30
|
+
D: {};
|
|
31
|
+
C: {};
|
|
32
|
+
M: {};
|
|
33
|
+
Defaults: {};
|
|
34
|
+
}, Readonly<{
|
|
35
|
+
modelValue?: string;
|
|
36
|
+
colors: string[];
|
|
37
|
+
}> & Readonly<{
|
|
38
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
39
|
+
}>, {
|
|
40
|
+
open: () => void;
|
|
41
|
+
close: () => void;
|
|
42
|
+
}, {}, {}, {}, {
|
|
43
|
+
modelValue: string;
|
|
44
|
+
}>;
|
|
45
|
+
}, HTMLDivElement>;
|
|
46
|
+
export default _default;
|
|
47
|
+
//# sourceMappingURL=CallPaintBoard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallPaintBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/CallPaintBoard.vue"],"names":[],"mappings":"AAgdA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;;;;;YADS,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgoBpB,wBAUG"}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { Contact, ExtendedMessage } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
message: ExtendedMessage;
|
|
4
|
+
contact: Contact;
|
|
5
|
+
isFirstUnread?: boolean;
|
|
6
|
+
isDeleting?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
+
isFirstUnread: boolean;
|
|
10
|
+
isDeleting: boolean;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
|
+
imageDisplayRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
13
|
+
images?: string[];
|
|
14
|
+
}> & Readonly<{}>, {
|
|
15
|
+
open: (index: number) => void;
|
|
16
|
+
close: () => void;
|
|
17
|
+
download: () => void;
|
|
18
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
19
|
+
images: string[];
|
|
20
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
21
|
+
P: {};
|
|
22
|
+
B: {};
|
|
23
|
+
D: {};
|
|
24
|
+
C: {};
|
|
25
|
+
M: {};
|
|
26
|
+
Defaults: {};
|
|
27
|
+
}, Readonly<{
|
|
28
|
+
images?: string[];
|
|
29
|
+
}> & Readonly<{}>, {
|
|
30
|
+
open: (index: number) => void;
|
|
31
|
+
close: () => void;
|
|
32
|
+
download: () => void;
|
|
33
|
+
}, {}, {}, {}, {
|
|
34
|
+
images: string[];
|
|
35
|
+
}>;
|
|
36
|
+
bubbleOptionsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
37
|
+
message: ExtendedMessage;
|
|
38
|
+
}> & Readonly<{}>, {
|
|
39
|
+
openMenu: (x: number, y: number) => void;
|
|
40
|
+
closeMenu: () => void;
|
|
41
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
42
|
+
menuRef: {
|
|
43
|
+
$: import('vue').ComponentInternalInstance;
|
|
44
|
+
$data: {};
|
|
45
|
+
$props: Partial<{
|
|
46
|
+
options: import('../global/BMenu.vue').Option[];
|
|
47
|
+
align: "top" | null;
|
|
48
|
+
ignoreGlobal: boolean;
|
|
49
|
+
overlay: boolean;
|
|
50
|
+
autoClose: boolean;
|
|
51
|
+
}> & Omit<{
|
|
52
|
+
readonly options?: import('../global/BMenu.vue').Option[];
|
|
53
|
+
readonly overlay?: boolean;
|
|
54
|
+
readonly autoClose?: boolean;
|
|
55
|
+
readonly align?: "top" | null;
|
|
56
|
+
readonly ignoreGlobal?: boolean;
|
|
57
|
+
readonly onClose?: () => any;
|
|
58
|
+
readonly onSelect?: (key: string) => any;
|
|
59
|
+
readonly onOpen?: () => any;
|
|
60
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "align" | "ignoreGlobal" | "overlay" | "autoClose">;
|
|
61
|
+
$attrs: import('vue').Attrs;
|
|
62
|
+
$refs: {
|
|
63
|
+
[x: string]: unknown;
|
|
64
|
+
} & {
|
|
65
|
+
menuWrapper: HTMLDivElement;
|
|
66
|
+
panelRef: HTMLDivElement;
|
|
67
|
+
};
|
|
68
|
+
$slots: Readonly<{
|
|
69
|
+
[name: string]: import('vue').Slot<any>;
|
|
70
|
+
}>;
|
|
71
|
+
$root: ComponentPublicInstance | null;
|
|
72
|
+
$parent: ComponentPublicInstance | null;
|
|
73
|
+
$host: Element | null;
|
|
74
|
+
$emit: ((event: "close") => void) & ((event: "select", key: string) => void) & ((event: "open") => void);
|
|
75
|
+
$el: HTMLDivElement;
|
|
76
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
77
|
+
options?: import('../global/BMenu.vue').Option[];
|
|
78
|
+
overlay?: boolean;
|
|
79
|
+
autoClose?: boolean;
|
|
80
|
+
align?: "top" | null;
|
|
81
|
+
ignoreGlobal?: boolean;
|
|
82
|
+
}> & Readonly<{
|
|
83
|
+
onClose?: () => any;
|
|
84
|
+
onSelect?: (key: string) => any;
|
|
85
|
+
onOpen?: () => any;
|
|
86
|
+
}>, {
|
|
87
|
+
open: () => void;
|
|
88
|
+
close: () => void;
|
|
89
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
90
|
+
close: () => any;
|
|
91
|
+
select: (key: string) => any;
|
|
92
|
+
open: () => any;
|
|
93
|
+
}, string, {
|
|
94
|
+
options: import('../global/BMenu.vue').Option[];
|
|
95
|
+
align: "top" | null;
|
|
96
|
+
ignoreGlobal: boolean;
|
|
97
|
+
overlay: boolean;
|
|
98
|
+
autoClose: boolean;
|
|
99
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
100
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
101
|
+
created?: (() => void) | (() => void)[];
|
|
102
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
103
|
+
mounted?: (() => void) | (() => void)[];
|
|
104
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
105
|
+
updated?: (() => void) | (() => void)[];
|
|
106
|
+
activated?: (() => void) | (() => void)[];
|
|
107
|
+
deactivated?: (() => void) | (() => void)[];
|
|
108
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
109
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
110
|
+
destroyed?: (() => void) | (() => void)[];
|
|
111
|
+
unmounted?: (() => void) | (() => void)[];
|
|
112
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
113
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
114
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
115
|
+
};
|
|
116
|
+
$forceUpdate: () => void;
|
|
117
|
+
$nextTick: typeof import('vue').nextTick;
|
|
118
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
119
|
+
} & Readonly<{
|
|
120
|
+
options: import('../global/BMenu.vue').Option[];
|
|
121
|
+
align: "top" | null;
|
|
122
|
+
ignoreGlobal: boolean;
|
|
123
|
+
overlay: boolean;
|
|
124
|
+
autoClose: boolean;
|
|
125
|
+
}> & Omit<Readonly<{
|
|
126
|
+
options?: import('../global/BMenu.vue').Option[];
|
|
127
|
+
overlay?: boolean;
|
|
128
|
+
autoClose?: boolean;
|
|
129
|
+
align?: "top" | null;
|
|
130
|
+
ignoreGlobal?: boolean;
|
|
131
|
+
}> & Readonly<{
|
|
132
|
+
onClose?: () => any;
|
|
133
|
+
onSelect?: (key: string) => any;
|
|
134
|
+
onOpen?: () => any;
|
|
135
|
+
}>, "close" | "open" | ("options" | "align" | "ignoreGlobal" | "overlay" | "autoClose")> & {
|
|
136
|
+
open: () => void;
|
|
137
|
+
close: () => void;
|
|
138
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
139
|
+
$slots: {
|
|
140
|
+
trigger?(_: {
|
|
141
|
+
isOpen: boolean;
|
|
142
|
+
}): any;
|
|
143
|
+
default?(_: {
|
|
144
|
+
isOpen: boolean;
|
|
145
|
+
close: () => void;
|
|
146
|
+
}): any;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
150
|
+
P: {};
|
|
151
|
+
B: {};
|
|
152
|
+
D: {};
|
|
153
|
+
C: {};
|
|
154
|
+
M: {};
|
|
155
|
+
Defaults: {};
|
|
156
|
+
}, Readonly<{
|
|
157
|
+
message: ExtendedMessage;
|
|
158
|
+
}> & Readonly<{}>, {
|
|
159
|
+
openMenu: (x: number, y: number) => void;
|
|
160
|
+
closeMenu: () => void;
|
|
161
|
+
}, {}, {}, {}, {}>;
|
|
162
|
+
}, HTMLDivElement>;
|
|
163
|
+
export default _default;
|
|
164
|
+
//# sourceMappingURL=ChatBubble.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AA6hBA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAYxD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,eAAe,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;mBAFgB,OAAO;gBACV,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6NK,GAAG,8CAA8C,GAAG,yBAC1D,GAAE,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgd/D,wBASG"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isActive?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
5
|
+
focus: () => void;
|
|
6
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
edit: () => any;
|
|
8
|
+
send: () => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
onEdit?: () => any;
|
|
11
|
+
onSend?: () => any;
|
|
12
|
+
}>, {
|
|
13
|
+
isActive: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
15
|
+
videoDisplayRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
16
|
+
stream?: MediaStream | null;
|
|
17
|
+
isPaused?: boolean;
|
|
18
|
+
recordingTime?: number;
|
|
19
|
+
}> & Readonly<{
|
|
20
|
+
"onFlip-camera"?: () => any;
|
|
21
|
+
}>, {
|
|
22
|
+
open: () => void;
|
|
23
|
+
close: () => void;
|
|
24
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
"flip-camera": () => any;
|
|
26
|
+
}, import('vue').PublicProps, {
|
|
27
|
+
stream: MediaStream | null;
|
|
28
|
+
isPaused: boolean;
|
|
29
|
+
recordingTime: number;
|
|
30
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
31
|
+
P: {};
|
|
32
|
+
B: {};
|
|
33
|
+
D: {};
|
|
34
|
+
C: {};
|
|
35
|
+
M: {};
|
|
36
|
+
Defaults: {};
|
|
37
|
+
}, Readonly<{
|
|
38
|
+
stream?: MediaStream | null;
|
|
39
|
+
isPaused?: boolean;
|
|
40
|
+
recordingTime?: number;
|
|
41
|
+
}> & Readonly<{
|
|
42
|
+
"onFlip-camera"?: () => any;
|
|
43
|
+
}>, {
|
|
44
|
+
open: () => void;
|
|
45
|
+
close: () => void;
|
|
46
|
+
}, {}, {}, {}, {
|
|
47
|
+
stream: MediaStream | null;
|
|
48
|
+
isPaused: boolean;
|
|
49
|
+
recordingTime: number;
|
|
50
|
+
}>;
|
|
51
|
+
rootElements: HTMLDivElement;
|
|
52
|
+
inputRef: HTMLDivElement;
|
|
53
|
+
menuRef: unknown;
|
|
54
|
+
}, HTMLDivElement>;
|
|
55
|
+
export default _default;
|
|
56
|
+
//# sourceMappingURL=ChatInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"AAopBA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;cADW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAw2BtB,wBAWG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Contact } from '../../types';
|
|
2
|
+
import { MenuOption } from '../../types/components/menu-options';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
contact: Contact | null;
|
|
5
|
+
options: MenuOption[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
contact: Contact | null;
|
|
9
|
+
options: MenuOption[];
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11
|
+
scrollContainer: HTMLDivElement;
|
|
12
|
+
loaderRef: HTMLDivElement;
|
|
13
|
+
modal: unknown;
|
|
14
|
+
}, any>;
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=ChatMessages.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatMessages.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatMessages.vue"],"names":[],"mappings":"AA4pBA,OAAO,KAAK,EAAW,OAAO,EAAmB,MAAM,SAAS,CAAC;AAKjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAMlE,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB,CAAC;;aAFS,OAAO,GAAG,IAAI;aACd,UAAU,EAAE;;;;;;AAytBzB,wBAQG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Contact } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
contact: Contact | null;
|
|
4
|
+
options: any[];
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
call: () => any;
|
|
8
|
+
"open-profile": () => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
onCall?: () => any;
|
|
11
|
+
"onOpen-profile"?: () => any;
|
|
12
|
+
}>, {
|
|
13
|
+
contact: Contact | null;
|
|
14
|
+
options: any[];
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=ChatPageBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AAuMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKvC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,GAAG,EAAE,CAAC;CAChB,CAAC;;;;;;;;aAFS,OAAO,GAAG,IAAI;aACd,GAAG,EAAE;;AA4UlB,wBASG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Contact } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
profile?: Contact | null;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
|
+
profile: Contact | null;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
8
|
+
imagesSection: HTMLDivElement;
|
|
9
|
+
}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=ChatProfileOverview.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"AAybA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAWvC,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC1B,CAAC;;aADU,OAAO,GAAG,IAAI;;;;AA6pB5B,wBASG"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
chatInput: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
3
|
+
isActive?: boolean;
|
|
4
|
+
}> & Readonly<{
|
|
5
|
+
onEdit?: () => any;
|
|
6
|
+
onSend?: () => any;
|
|
7
|
+
}>, {
|
|
8
|
+
focus: () => void;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
edit: () => any;
|
|
11
|
+
send: () => any;
|
|
12
|
+
}, import('vue').PublicProps, {
|
|
13
|
+
isActive: boolean;
|
|
14
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
15
|
+
videoDisplayRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
16
|
+
stream?: MediaStream | null;
|
|
17
|
+
isPaused?: boolean;
|
|
18
|
+
recordingTime?: number;
|
|
19
|
+
}> & Readonly<{
|
|
20
|
+
"onFlip-camera"?: () => any;
|
|
21
|
+
}>, {
|
|
22
|
+
open: () => void;
|
|
23
|
+
close: () => void;
|
|
24
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
"flip-camera": () => any;
|
|
26
|
+
}, import('vue').PublicProps, {
|
|
27
|
+
stream: MediaStream | null;
|
|
28
|
+
isPaused: boolean;
|
|
29
|
+
recordingTime: number;
|
|
30
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
31
|
+
P: {};
|
|
32
|
+
B: {};
|
|
33
|
+
D: {};
|
|
34
|
+
C: {};
|
|
35
|
+
M: {};
|
|
36
|
+
Defaults: {};
|
|
37
|
+
}, Readonly<{
|
|
38
|
+
stream?: MediaStream | null;
|
|
39
|
+
isPaused?: boolean;
|
|
40
|
+
recordingTime?: number;
|
|
41
|
+
}> & Readonly<{
|
|
42
|
+
"onFlip-camera"?: () => any;
|
|
43
|
+
}>, {
|
|
44
|
+
open: () => void;
|
|
45
|
+
close: () => void;
|
|
46
|
+
}, {}, {}, {}, {
|
|
47
|
+
stream: MediaStream | null;
|
|
48
|
+
isPaused: boolean;
|
|
49
|
+
recordingTime: number;
|
|
50
|
+
}>;
|
|
51
|
+
rootElements: HTMLDivElement;
|
|
52
|
+
inputRef: HTMLDivElement;
|
|
53
|
+
menuRef: unknown;
|
|
54
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
55
|
+
P: {};
|
|
56
|
+
B: {};
|
|
57
|
+
D: {};
|
|
58
|
+
C: {};
|
|
59
|
+
M: {};
|
|
60
|
+
Defaults: {};
|
|
61
|
+
}, Readonly<{
|
|
62
|
+
isActive?: boolean;
|
|
63
|
+
}> & Readonly<{
|
|
64
|
+
onEdit?: () => any;
|
|
65
|
+
onSend?: () => any;
|
|
66
|
+
}>, {
|
|
67
|
+
focus: () => void;
|
|
68
|
+
}, {}, {}, {}, {
|
|
69
|
+
isActive: boolean;
|
|
70
|
+
}>;
|
|
71
|
+
}, HTMLDivElement>;
|
|
72
|
+
export default _default;
|
|
73
|
+
//# sourceMappingURL=ChatView.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2UA,wBAOG"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
2
|
+
import { ExtendedMessage } from '../../../types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
message: ExtendedMessage;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
7
|
+
openMenu: (x: number, y: number) => void;
|
|
8
|
+
closeMenu: () => void;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
10
|
+
menuRef: {
|
|
11
|
+
$: import('vue').ComponentInternalInstance;
|
|
12
|
+
$data: {};
|
|
13
|
+
$props: Partial<{
|
|
14
|
+
options: import('../../global/BMenu.vue').Option[];
|
|
15
|
+
align: "top" | null;
|
|
16
|
+
ignoreGlobal: boolean;
|
|
17
|
+
overlay: boolean;
|
|
18
|
+
autoClose: boolean;
|
|
19
|
+
}> & Omit<{
|
|
20
|
+
readonly options?: import('../../global/BMenu.vue').Option[];
|
|
21
|
+
readonly overlay?: boolean;
|
|
22
|
+
readonly autoClose?: boolean;
|
|
23
|
+
readonly align?: "top" | null;
|
|
24
|
+
readonly ignoreGlobal?: boolean;
|
|
25
|
+
readonly onClose?: () => any;
|
|
26
|
+
readonly onSelect?: (key: string) => any;
|
|
27
|
+
readonly onOpen?: () => any;
|
|
28
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "align" | "ignoreGlobal" | "overlay" | "autoClose">;
|
|
29
|
+
$attrs: import('vue').Attrs;
|
|
30
|
+
$refs: {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
} & {
|
|
33
|
+
menuWrapper: HTMLDivElement;
|
|
34
|
+
panelRef: HTMLDivElement;
|
|
35
|
+
};
|
|
36
|
+
$slots: Readonly<{
|
|
37
|
+
[name: string]: import('vue').Slot<any>;
|
|
38
|
+
}>;
|
|
39
|
+
$root: ComponentPublicInstance | null;
|
|
40
|
+
$parent: ComponentPublicInstance | null;
|
|
41
|
+
$host: Element | null;
|
|
42
|
+
$emit: ((event: "close") => void) & ((event: "select", key: string) => void) & ((event: "open") => void);
|
|
43
|
+
$el: HTMLDivElement;
|
|
44
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
45
|
+
options?: import('../../global/BMenu.vue').Option[];
|
|
46
|
+
overlay?: boolean;
|
|
47
|
+
autoClose?: boolean;
|
|
48
|
+
align?: "top" | null;
|
|
49
|
+
ignoreGlobal?: boolean;
|
|
50
|
+
}> & Readonly<{
|
|
51
|
+
onClose?: () => any;
|
|
52
|
+
onSelect?: (key: string) => any;
|
|
53
|
+
onOpen?: () => any;
|
|
54
|
+
}>, {
|
|
55
|
+
open: () => void;
|
|
56
|
+
close: () => void;
|
|
57
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
|
+
close: () => any;
|
|
59
|
+
select: (key: string) => any;
|
|
60
|
+
open: () => any;
|
|
61
|
+
}, string, {
|
|
62
|
+
options: import('../../global/BMenu.vue').Option[];
|
|
63
|
+
align: "top" | null;
|
|
64
|
+
ignoreGlobal: boolean;
|
|
65
|
+
overlay: boolean;
|
|
66
|
+
autoClose: boolean;
|
|
67
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
68
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
69
|
+
created?: (() => void) | (() => void)[];
|
|
70
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
71
|
+
mounted?: (() => void) | (() => void)[];
|
|
72
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
73
|
+
updated?: (() => void) | (() => void)[];
|
|
74
|
+
activated?: (() => void) | (() => void)[];
|
|
75
|
+
deactivated?: (() => void) | (() => void)[];
|
|
76
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
77
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
78
|
+
destroyed?: (() => void) | (() => void)[];
|
|
79
|
+
unmounted?: (() => void) | (() => void)[];
|
|
80
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
81
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
82
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
83
|
+
};
|
|
84
|
+
$forceUpdate: () => void;
|
|
85
|
+
$nextTick: typeof nextTick;
|
|
86
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
87
|
+
} & Readonly<{
|
|
88
|
+
options: import('../../global/BMenu.vue').Option[];
|
|
89
|
+
align: "top" | null;
|
|
90
|
+
ignoreGlobal: boolean;
|
|
91
|
+
overlay: boolean;
|
|
92
|
+
autoClose: boolean;
|
|
93
|
+
}> & Omit<Readonly<{
|
|
94
|
+
options?: import('../../global/BMenu.vue').Option[];
|
|
95
|
+
overlay?: boolean;
|
|
96
|
+
autoClose?: boolean;
|
|
97
|
+
align?: "top" | null;
|
|
98
|
+
ignoreGlobal?: boolean;
|
|
99
|
+
}> & Readonly<{
|
|
100
|
+
onClose?: () => any;
|
|
101
|
+
onSelect?: (key: string) => any;
|
|
102
|
+
onOpen?: () => any;
|
|
103
|
+
}>, "close" | "open" | ("options" | "align" | "ignoreGlobal" | "overlay" | "autoClose")> & {
|
|
104
|
+
open: () => void;
|
|
105
|
+
close: () => void;
|
|
106
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
107
|
+
$slots: {
|
|
108
|
+
trigger?(_: {
|
|
109
|
+
isOpen: boolean;
|
|
110
|
+
}): any;
|
|
111
|
+
default?(_: {
|
|
112
|
+
isOpen: boolean;
|
|
113
|
+
close: () => void;
|
|
114
|
+
}): any;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}, any>;
|
|
118
|
+
export default _default;
|
|
119
|
+
//# sourceMappingURL=BubbleOptions.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAgKA,OAAO,EAAY,QAAQ,EAAwB,MAAM,KAAK,CAAC;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI/C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;;kBAUmB,MAAM,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoOimd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7vd,wBASG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
videoUrl?: string;
|
|
3
|
+
thumbnail?: string;
|
|
4
|
+
mode?: "playback" | "recording";
|
|
5
|
+
stream?: MediaStream | null;
|
|
6
|
+
messageId?: string;
|
|
7
|
+
isSent?: boolean;
|
|
8
|
+
isPaused?: boolean;
|
|
9
|
+
recordingTime?: number;
|
|
10
|
+
maxDuration?: number;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
videoUrl: string;
|
|
14
|
+
isSent: boolean;
|
|
15
|
+
stream: MediaStream | null;
|
|
16
|
+
mode: "playback" | "recording";
|
|
17
|
+
thumbnail: string;
|
|
18
|
+
isPaused: boolean;
|
|
19
|
+
recordingTime: number;
|
|
20
|
+
maxDuration: number;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
22
|
+
videoRef: HTMLVideoElement;
|
|
23
|
+
}, HTMLDivElement>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=BubbleVideo.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BubbleVideo.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleVideo.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;;cATW,MAAM;YAKR,OAAO;YAFP,WAAW,GAAG,IAAI;UADpB,UAAU,GAAG,WAAW;eADnB,MAAM;cAKP,OAAO;mBACF,MAAM;iBACR,MAAM;;;;AAwRxB,wBASG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
messageId?: string;
|
|
3
|
+
isMine?: boolean;
|
|
4
|
+
isSent?: boolean;
|
|
5
|
+
url: string;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
isSent: boolean;
|
|
9
|
+
isMine: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=FileDisplay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/FileDisplay.vue"],"names":[],"mappings":"AAwMA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;;YAFS,OAAO;YADP,OAAO;;AAuQpB,wBAQG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
images?: string[];
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
5
|
+
open: (index: number) => void;
|
|
6
|
+
close: () => void;
|
|
7
|
+
download: () => void;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
+
images: string[];
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=ImageGroupDisplay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageGroupDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/ImageGroupDisplay.vue"],"names":[],"mappings":"AAkRA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;;kBAgJY,MAAM;;;;YAjJT,MAAM,EAAE;;AAkYrB,wBASG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
url: string;
|
|
3
|
+
messageId?: string;
|
|
4
|
+
isSent?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
isSent: boolean;
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
|
+
audioRef: HTMLAudioElement;
|
|
10
|
+
}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=VoiceDisplay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VoiceDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/VoiceDisplay.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;YADS,OAAO;;;;AAqRpB,wBASG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface AttachmentFile {
|
|
2
|
+
name: string;
|
|
3
|
+
size: number;
|
|
4
|
+
format: string;
|
|
5
|
+
path: string;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
file: AttachmentFile;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=AttachementFileDisplay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachementFileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/AttachementFileDisplay.vue"],"names":[],"mappings":"AAyDA,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;;AAsFF,wBAOG"}
|