@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AA+DA;AAyQA,OAAO,EAAkC,KAAK,QAAQ,EAAkB,MAAM,KAAK,CAAC;AAEpF,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAC;AAEtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;;;cAQtC,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;;;;cAIzB,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;4BAiDV,MAAM;wBAXV,QAAQ,GAAG,MAAM;;;;;;;;;;;;;wBA8DjB,MAAM;;;;;cAxGb,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;;;;cAIzB,QAAQ,CAAC,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AARjD,wBA0LC"}
|
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Contact } from '../../types/chat';
|
|
3
|
-
interface Action {
|
|
4
|
-
title: string;
|
|
5
|
-
icon: string;
|
|
6
|
-
key: 'end' | 'refer' | 'voice-call' | 'video-call';
|
|
7
|
-
active: boolean | null;
|
|
8
|
-
color?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
-
profile: {
|
|
12
|
-
type: PropType<Contact | null>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
}>, {
|
|
16
|
-
isOpen: import('vue').Ref<boolean, boolean>;
|
|
17
|
-
localProfile: import('vue').Ref<{
|
|
18
|
-
id: string;
|
|
19
|
-
name: string;
|
|
20
|
-
lastName: string;
|
|
21
|
-
isOnline: boolean;
|
|
22
|
-
lastSeen: Date;
|
|
23
|
-
imageUrl: string;
|
|
24
|
-
nationalCode?: string;
|
|
25
|
-
phoneNumber?: string;
|
|
26
|
-
isActive: boolean;
|
|
27
|
-
birthDate: Date;
|
|
28
|
-
lastMessage?: {
|
|
29
|
-
id: string;
|
|
30
|
-
conversationId: string;
|
|
31
|
-
date: Date;
|
|
32
|
-
type: import('../../types/chat').MessageType;
|
|
33
|
-
text?: string;
|
|
34
|
-
imageUrl?: string[];
|
|
35
|
-
fileUrl?: string;
|
|
36
|
-
voiceUrl?: string;
|
|
37
|
-
videoUrl?: string;
|
|
38
|
-
isEdited: boolean;
|
|
39
|
-
senderId: string;
|
|
40
|
-
isSent: boolean;
|
|
41
|
-
isRead: boolean;
|
|
42
|
-
repliedTo: /*elided*/ any;
|
|
43
|
-
request?: {
|
|
44
|
-
id: string;
|
|
45
|
-
type: "personal-info" | "add-person";
|
|
46
|
-
request: {
|
|
47
|
-
id: string;
|
|
48
|
-
date: Date;
|
|
49
|
-
status: import('../../types/chat').status;
|
|
50
|
-
} | {
|
|
51
|
-
status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
|
|
52
|
-
provider?: {
|
|
53
|
-
status: "pending" | "approved" | "payment" | "rejected" | "expired";
|
|
54
|
-
expertise: string;
|
|
55
|
-
service: {
|
|
56
|
-
id: string;
|
|
57
|
-
icon?: string;
|
|
58
|
-
label: string;
|
|
59
|
-
fellowships: {
|
|
60
|
-
id: string;
|
|
61
|
-
title: string;
|
|
62
|
-
}[];
|
|
63
|
-
expertiseLevel: "speciality" | "sub-speciality";
|
|
64
|
-
price: number;
|
|
65
|
-
};
|
|
66
|
-
clinics: {
|
|
67
|
-
id: string;
|
|
68
|
-
title: number;
|
|
69
|
-
latitude: number;
|
|
70
|
-
longitude: number;
|
|
71
|
-
}[];
|
|
72
|
-
fellowships: {
|
|
73
|
-
id: string;
|
|
74
|
-
title: string;
|
|
75
|
-
}[];
|
|
76
|
-
type: import('../../types/service').InsitutionType;
|
|
77
|
-
illnesses?: {
|
|
78
|
-
[x: string]: unknown;
|
|
79
|
-
id: number | string;
|
|
80
|
-
name: string;
|
|
81
|
-
}[];
|
|
82
|
-
id: string;
|
|
83
|
-
name: string;
|
|
84
|
-
lastName: string;
|
|
85
|
-
isOnline: boolean;
|
|
86
|
-
lastSeen: Date;
|
|
87
|
-
imageUrl: string;
|
|
88
|
-
nationalCode?: string;
|
|
89
|
-
phoneNumber?: string;
|
|
90
|
-
isActive: boolean;
|
|
91
|
-
birthDate: Date;
|
|
92
|
-
lastMessage?: /*elided*/ any;
|
|
93
|
-
unreadCount?: number;
|
|
94
|
-
serviceType?: "video-call" | "voice-call" | "chat";
|
|
95
|
-
userType: import('../../types/chat').UserRoleKey[];
|
|
96
|
-
}[];
|
|
97
|
-
service?: {
|
|
98
|
-
id: string;
|
|
99
|
-
icon?: string;
|
|
100
|
-
label: string;
|
|
101
|
-
fellowships: {
|
|
102
|
-
id: string;
|
|
103
|
-
title: string;
|
|
104
|
-
}[];
|
|
105
|
-
expertiseLevel: "speciality" | "sub-speciality";
|
|
106
|
-
price: number;
|
|
107
|
-
};
|
|
108
|
-
serviceType?: import('../../types/chat').ServicePresence;
|
|
109
|
-
invoice?: {
|
|
110
|
-
[x: string]: unknown;
|
|
111
|
-
id: number | string;
|
|
112
|
-
amount?: number;
|
|
113
|
-
currency?: string;
|
|
114
|
-
status?: string;
|
|
115
|
-
};
|
|
116
|
-
id: string;
|
|
117
|
-
icon?: string;
|
|
118
|
-
label: string;
|
|
119
|
-
fellowships: {
|
|
120
|
-
id: string;
|
|
121
|
-
title: string;
|
|
122
|
-
}[];
|
|
123
|
-
expertiseLevel: "speciality" | "sub-speciality";
|
|
124
|
-
price: number;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
unreadCount?: number;
|
|
129
|
-
serviceType?: "video-call" | "voice-call" | "chat";
|
|
130
|
-
userType: import('../../types/chat').UserRoleKey[];
|
|
131
|
-
}, Contact | {
|
|
132
|
-
id: string;
|
|
133
|
-
name: string;
|
|
134
|
-
lastName: string;
|
|
135
|
-
isOnline: boolean;
|
|
136
|
-
lastSeen: Date;
|
|
137
|
-
imageUrl: string;
|
|
138
|
-
nationalCode?: string;
|
|
139
|
-
phoneNumber?: string;
|
|
140
|
-
isActive: boolean;
|
|
141
|
-
birthDate: Date;
|
|
142
|
-
lastMessage?: {
|
|
143
|
-
id: string;
|
|
144
|
-
conversationId: string;
|
|
145
|
-
date: Date;
|
|
146
|
-
type: import('../../types/chat').MessageType;
|
|
147
|
-
text?: string;
|
|
148
|
-
imageUrl?: string[];
|
|
149
|
-
fileUrl?: string;
|
|
150
|
-
voiceUrl?: string;
|
|
151
|
-
videoUrl?: string;
|
|
152
|
-
isEdited: boolean;
|
|
153
|
-
senderId: string;
|
|
154
|
-
isSent: boolean;
|
|
155
|
-
isRead: boolean;
|
|
156
|
-
repliedTo: /*elided*/ any;
|
|
157
|
-
request?: {
|
|
158
|
-
id: string;
|
|
159
|
-
type: "personal-info" | "add-person";
|
|
160
|
-
request: {
|
|
161
|
-
id: string;
|
|
162
|
-
date: Date;
|
|
163
|
-
status: import('../../types/chat').status;
|
|
164
|
-
} | {
|
|
165
|
-
status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
|
|
166
|
-
provider?: {
|
|
167
|
-
status: "pending" | "approved" | "payment" | "rejected" | "expired";
|
|
168
|
-
expertise: string;
|
|
169
|
-
service: {
|
|
170
|
-
id: string;
|
|
171
|
-
icon?: string;
|
|
172
|
-
label: string;
|
|
173
|
-
fellowships: {
|
|
174
|
-
id: string;
|
|
175
|
-
title: string;
|
|
176
|
-
}[];
|
|
177
|
-
expertiseLevel: "speciality" | "sub-speciality";
|
|
178
|
-
price: number;
|
|
179
|
-
};
|
|
180
|
-
clinics: {
|
|
181
|
-
id: string;
|
|
182
|
-
title: number;
|
|
183
|
-
latitude: number;
|
|
184
|
-
longitude: number;
|
|
185
|
-
}[];
|
|
186
|
-
fellowships: {
|
|
187
|
-
id: string;
|
|
188
|
-
title: string;
|
|
189
|
-
}[];
|
|
190
|
-
type: import('../../types/service').InsitutionType;
|
|
191
|
-
illnesses?: {
|
|
192
|
-
[x: string]: unknown;
|
|
193
|
-
id: number | string;
|
|
194
|
-
name: string;
|
|
195
|
-
}[];
|
|
196
|
-
id: string;
|
|
197
|
-
name: string;
|
|
198
|
-
lastName: string;
|
|
199
|
-
isOnline: boolean;
|
|
200
|
-
lastSeen: Date;
|
|
201
|
-
imageUrl: string;
|
|
202
|
-
nationalCode?: string;
|
|
203
|
-
phoneNumber?: string;
|
|
204
|
-
isActive: boolean;
|
|
205
|
-
birthDate: Date;
|
|
206
|
-
lastMessage?: /*elided*/ any;
|
|
207
|
-
unreadCount?: number;
|
|
208
|
-
serviceType?: "video-call" | "voice-call" | "chat";
|
|
209
|
-
userType: import('../../types/chat').UserRoleKey[];
|
|
210
|
-
}[];
|
|
211
|
-
service?: {
|
|
212
|
-
id: string;
|
|
213
|
-
icon?: string;
|
|
214
|
-
label: string;
|
|
215
|
-
fellowships: {
|
|
216
|
-
id: string;
|
|
217
|
-
title: string;
|
|
218
|
-
}[];
|
|
219
|
-
expertiseLevel: "speciality" | "sub-speciality";
|
|
220
|
-
price: number;
|
|
221
|
-
};
|
|
222
|
-
serviceType?: import('../../types/chat').ServicePresence;
|
|
223
|
-
invoice?: {
|
|
224
|
-
[x: string]: unknown;
|
|
225
|
-
id: number | string;
|
|
226
|
-
amount?: number;
|
|
227
|
-
currency?: string;
|
|
228
|
-
status?: string;
|
|
229
|
-
};
|
|
230
|
-
id: string;
|
|
231
|
-
icon?: string;
|
|
232
|
-
label: string;
|
|
233
|
-
fellowships: {
|
|
234
|
-
id: string;
|
|
235
|
-
title: string;
|
|
236
|
-
}[];
|
|
237
|
-
expertiseLevel: "speciality" | "sub-speciality";
|
|
238
|
-
price: number;
|
|
239
|
-
};
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
unreadCount?: number;
|
|
243
|
-
serviceType?: "video-call" | "voice-call" | "chat";
|
|
244
|
-
userType: import('../../types/chat').UserRoleKey[];
|
|
245
|
-
}>;
|
|
246
|
-
t: import('../../nuxt-shims').I18nT;
|
|
247
|
-
closeSidebar: () => void;
|
|
248
|
-
profileBackground: string;
|
|
249
|
-
actionButtons: any;
|
|
250
|
-
handleAction: (action: Action) => void;
|
|
251
|
-
displayedInfo: any;
|
|
252
|
-
showPersonalInfo: any;
|
|
253
|
-
isLoading: any;
|
|
254
|
-
mediaAttachements: import('vue').Ref<string[], string[]>;
|
|
255
|
-
fileAttachements: import('vue').Ref<string[], string[]>;
|
|
256
|
-
tabs: any;
|
|
257
|
-
currentTab: import('vue').Ref<number, number>;
|
|
258
|
-
imageList: import('vue').Ref<HTMLElement, HTMLElement>;
|
|
259
|
-
shouldShowTabs: any;
|
|
260
|
-
chunkedMedia: any;
|
|
261
|
-
fetchMoreMedia: () => Promise<void>;
|
|
262
|
-
fetchMoreFiles: () => Promise<void>;
|
|
263
|
-
isLoadingAttachements: import('vue').Ref<boolean, boolean>;
|
|
264
|
-
isLoadingMedia: import('vue').Ref<boolean, boolean>;
|
|
265
|
-
hasMediaNextPage: import('vue').Ref<boolean, boolean>;
|
|
266
|
-
currentMediaPage: import('vue').Ref<number, number>;
|
|
267
|
-
currentFilePage: import('vue').Ref<number, number>;
|
|
268
|
-
hasFileNextPage: import('vue').Ref<boolean, boolean>;
|
|
269
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
270
|
-
profile: {
|
|
271
|
-
type: PropType<Contact | null>;
|
|
272
|
-
required: true;
|
|
273
|
-
};
|
|
274
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
275
|
-
ContactAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
276
|
-
contact: {
|
|
277
|
-
type: PropType<Contact>;
|
|
278
|
-
required: true;
|
|
279
|
-
};
|
|
280
|
-
showOnline: {
|
|
281
|
-
type: BooleanConstructor;
|
|
282
|
-
default: boolean;
|
|
283
|
-
};
|
|
284
|
-
}>, {
|
|
285
|
-
hasImage: any;
|
|
286
|
-
initials: any;
|
|
287
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
288
|
-
contact: {
|
|
289
|
-
type: PropType<Contact>;
|
|
290
|
-
required: true;
|
|
291
|
-
};
|
|
292
|
-
showOnline: {
|
|
293
|
-
type: BooleanConstructor;
|
|
294
|
-
default: boolean;
|
|
295
|
-
};
|
|
296
|
-
}>> & Readonly<{}>, {
|
|
297
|
-
showOnline: boolean;
|
|
298
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
299
|
-
FileDisplay: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
300
|
-
url: {
|
|
301
|
-
type: StringConstructor;
|
|
302
|
-
required: true;
|
|
303
|
-
};
|
|
304
|
-
loading: {
|
|
305
|
-
type: BooleanConstructor;
|
|
306
|
-
default: boolean;
|
|
307
|
-
};
|
|
308
|
-
}>, {
|
|
309
|
-
formattedSize: import('vue').ComputedRef<string>;
|
|
310
|
-
fileExt: import('vue').ComputedRef<string>;
|
|
311
|
-
fileName: import('vue').ComputedRef<string>;
|
|
312
|
-
isLoading: import('vue').ComputedRef<boolean>;
|
|
313
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
314
|
-
url: {
|
|
315
|
-
type: StringConstructor;
|
|
316
|
-
required: true;
|
|
317
|
-
};
|
|
318
|
-
loading: {
|
|
319
|
-
type: BooleanConstructor;
|
|
320
|
-
default: boolean;
|
|
321
|
-
};
|
|
322
|
-
}>> & Readonly<{}>, {
|
|
323
|
-
loading: boolean;
|
|
324
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
325
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
326
|
-
export default _default;
|
|
327
|
-
//# sourceMappingURL=ChatProfileOverview.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"AA+GA;AAyaA,OAAO,EAAmB,KAAK,QAAQ,EAAyB,MAAM,KAAK,CAAC;AAC5E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAM5C,UAAU,MAAM;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,KAAK,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,CAAC;IACnD,MAAM,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;;;cAM2B,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA6Id,MAAM;;;;;;;;;;;;;;;;;;;;;cA7IhB,QAAQ,CAAC,OAAO,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJpD,wBAoSC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":"AAyCA;AAuLA,OAAO,EAAmE,KAAK,eAAe,EAAE,MAAM,KAAK,CAAC;wBAwItE,eAAe,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;AAAlE,wBAAmE"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Contact } from '../../types/chat';
|
|
3
|
-
export interface PatientRefferalExposed {
|
|
4
|
-
open: () => void;
|
|
5
|
-
close: () => void;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8
|
-
contact: {
|
|
9
|
-
type: PropType<Contact>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}>, {
|
|
13
|
-
popup: any;
|
|
14
|
-
t: import('../../nuxt-shims').I18nT;
|
|
15
|
-
isLoading: any;
|
|
16
|
-
close: () => void;
|
|
17
|
-
resetFields: () => void;
|
|
18
|
-
field: any;
|
|
19
|
-
description: any;
|
|
20
|
-
priority: any;
|
|
21
|
-
serviceOptions: any;
|
|
22
|
-
hasErrors: any;
|
|
23
|
-
isSending: any;
|
|
24
|
-
validateFields: () => void;
|
|
25
|
-
referStates: any;
|
|
26
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
-
contact: {
|
|
28
|
-
type: PropType<Contact>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
|
-
export default _default;
|
|
33
|
-
//# sourceMappingURL=PatientReferral.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PatientReferral.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/chat/PatientReferral.vue"],"names":[],"mappings":"AAoBA;AA8LA,OAAO,EAA0B,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAI5D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,MAAM,WAAW,sBAAsB;IACnC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACrB;;;cAM2B,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;;;;;cAAjB,QAAQ,CAAC,OAAO,CAAC;;;;AAJ7C,wBA6JC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Menu } from '../../../types/components/menu';
|
|
3
|
-
import { ExtendedMessage } from '../../../types/chat';
|
|
4
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
-
message: {
|
|
6
|
-
type: PropType<ExtendedMessage>;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {
|
|
10
|
-
t: import('../../../nuxt-shims').I18nT;
|
|
11
|
-
options: import('vue').ComputedRef<({
|
|
12
|
-
icon: string;
|
|
13
|
-
key: string;
|
|
14
|
-
label: string;
|
|
15
|
-
canShow: boolean;
|
|
16
|
-
color?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
icon: string;
|
|
19
|
-
key: string;
|
|
20
|
-
label: string;
|
|
21
|
-
canShow: boolean;
|
|
22
|
-
color: string;
|
|
23
|
-
})[]>;
|
|
24
|
-
position: import('vue').Ref<{
|
|
25
|
-
x: number;
|
|
26
|
-
y: number;
|
|
27
|
-
}, {
|
|
28
|
-
x: number;
|
|
29
|
-
y: number;
|
|
30
|
-
} | {
|
|
31
|
-
x: number;
|
|
32
|
-
y: number;
|
|
33
|
-
}>;
|
|
34
|
-
menuRef: import('vue').Ref<{
|
|
35
|
-
open: () => void;
|
|
36
|
-
close: () => void;
|
|
37
|
-
}, Menu | {
|
|
38
|
-
open: () => void;
|
|
39
|
-
close: () => void;
|
|
40
|
-
}>;
|
|
41
|
-
closeMenu: () => void;
|
|
42
|
-
openMenu: (x: number, y: number) => void;
|
|
43
|
-
handleOption: (key: string) => void;
|
|
44
|
-
onMenuClosed: () => void;
|
|
45
|
-
isOpen: import('vue').Ref<boolean, boolean>;
|
|
46
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
-
message: {
|
|
48
|
-
type: PropType<ExtendedMessage>;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
-
export default _default;
|
|
53
|
-
//# sourceMappingURL=BubbleOptions.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAaA;AA+HA,OAAO,EAA4C,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAG9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;;;cAKxB,QAAQ,CAAC,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAYxB,MAAM,KAAK,MAAM;wBA+CX,MAAM;;;;;cA3Db,QAAQ,CAAC,eAAe,CAAC;;;;AAJrD,wBAwGG"}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
-
videoUrl: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
thumbnail: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
mode: {
|
|
12
|
-
type: () => "playback" | "recording";
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
stream: {
|
|
16
|
-
type: PropType<MediaStream | null>;
|
|
17
|
-
default: any;
|
|
18
|
-
};
|
|
19
|
-
messageId: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
required: false;
|
|
22
|
-
};
|
|
23
|
-
isSent: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
isPaused: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
recordingTime: {
|
|
32
|
-
type: NumberConstructor;
|
|
33
|
-
default: number;
|
|
34
|
-
};
|
|
35
|
-
maxDuration: {
|
|
36
|
-
type: NumberConstructor;
|
|
37
|
-
default: number;
|
|
38
|
-
};
|
|
39
|
-
}>, {
|
|
40
|
-
videoRef: import('vue').Ref<HTMLVideoElement, HTMLVideoElement>;
|
|
41
|
-
isPlaying: import('vue').Ref<boolean, boolean>;
|
|
42
|
-
isLoaded: import('vue').Ref<boolean, boolean>;
|
|
43
|
-
circumference: number;
|
|
44
|
-
dashOffset: import('vue').ComputedRef<number>;
|
|
45
|
-
isUploading: import('vue').ComputedRef<{
|
|
46
|
-
progress: number;
|
|
47
|
-
uploaded: number;
|
|
48
|
-
total: number;
|
|
49
|
-
}>;
|
|
50
|
-
togglePlay: () => void;
|
|
51
|
-
handleTimeUpdate: () => void;
|
|
52
|
-
handleEnded: () => void;
|
|
53
|
-
handlePlay: () => void;
|
|
54
|
-
handlePause: () => void;
|
|
55
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
|
-
videoUrl: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
thumbnail: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
mode: {
|
|
65
|
-
type: () => "playback" | "recording";
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
stream: {
|
|
69
|
-
type: PropType<MediaStream | null>;
|
|
70
|
-
default: any;
|
|
71
|
-
};
|
|
72
|
-
messageId: {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
required: false;
|
|
75
|
-
};
|
|
76
|
-
isSent: {
|
|
77
|
-
type: BooleanConstructor;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
isPaused: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
recordingTime: {
|
|
85
|
-
type: NumberConstructor;
|
|
86
|
-
default: number;
|
|
87
|
-
};
|
|
88
|
-
maxDuration: {
|
|
89
|
-
type: NumberConstructor;
|
|
90
|
-
default: number;
|
|
91
|
-
};
|
|
92
|
-
}>> & Readonly<{}>, {
|
|
93
|
-
videoUrl: string;
|
|
94
|
-
isSent: boolean;
|
|
95
|
-
stream: MediaStream;
|
|
96
|
-
mode: "playback" | "recording";
|
|
97
|
-
thumbnail: string;
|
|
98
|
-
isPaused: boolean;
|
|
99
|
-
recordingTime: number;
|
|
100
|
-
maxDuration: number;
|
|
101
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
|
-
export default _default;
|
|
103
|
-
//# sourceMappingURL=BubbleVideo.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BubbleVideo.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/chat-bubbles/BubbleVideo.vue"],"names":[],"mappings":"AA6CA;AAwLA,OAAO,EAAqE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;cAe3E,MAAM,UAAU,GAAG,WAAW;;;;cAI9B,QAAQ,CAAC,WAAW,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJ5B,MAAM,UAAU,GAAG,WAAW;;;;cAI9B,QAAQ,CAAC,WAAW,GAAG,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhBxD,wBAmIG"}
|