@yonus_amire01/chat 0.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 +127 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.mjs +9360 -0
- package/dist/index.mjs.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/adapter/HostAdapter.d.ts +13 -0
- package/dist/types/adapter/HostAdapter.d.ts.map +1 -0
- package/dist/types/adapter/PushPort.d.ts +10 -0
- package/dist/types/adapter/PushPort.d.ts.map +1 -0
- package/dist/types/adapter/index.d.ts +7 -0
- package/dist/types/adapter/index.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockCallAdapter.d.ts +14 -0
- package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +9 -0
- package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockChatAdapter.d.ts +7 -0
- package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +7 -0
- package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts +6 -0
- package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/createMockAdapter.d.ts +13 -0
- package/dist/types/adapter/mock/createMockAdapter.d.ts.map +1 -0
- package/dist/types/adapter/mock/index.d.ts +12 -0
- package/dist/types/adapter/mock/index.d.ts.map +1 -0
- package/dist/types/adapter/ports/CallAdapter.d.ts +36 -0
- package/dist/types/adapter/ports/CallAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts +17 -0
- package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/ChatAdapter.d.ts +22 -0
- package/dist/types/adapter/ports/ChatAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/MedicationAdapter.d.ts +6 -0
- package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +1 -0
- package/dist/types/adapter/ports/ServiceAdapter.d.ts +16 -0
- package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +1 -0
- package/dist/types/components/ChatPage.vue.d.ts +8 -0
- package/dist/types/components/ChatPage.vue.d.ts.map +1 -0
- package/dist/types/components/call/CallBoard.vue.d.ts +154 -0
- package/dist/types/components/call/CallBoard.vue.d.ts.map +1 -0
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts +57 -0
- package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/call/CallPageOverlay.vue.d.ts +1365 -0
- package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +1 -0
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +41 -0
- package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +48 -0
- package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +127 -0
- package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatBubble.vue.d.ts +12236 -0
- package/dist/types/components/chat/ChatBubble.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatInput.vue.d.ts +2477 -0
- package/dist/types/components/chat/ChatInput.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatMessages.vue.d.ts +13873 -0
- package/dist/types/components/chat/ChatMessages.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatPageBar.vue.d.ts +1204 -0
- package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +327 -0
- package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
- package/dist/types/components/chat/ChatView.vue.d.ts +4 -0
- package/dist/types/components/chat/ChatView.vue.d.ts.map +1 -0
- package/dist/types/components/chat/PatientReferral.vue.d.ts +33 -0
- package/dist/types/components/chat/PatientReferral.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +53 -0
- package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +103 -0
- package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +170 -0
- package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +74 -0
- package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +11449 -0
- package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +107 -0
- package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +56 -0
- package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +28 -0
- package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +72 -0
- package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +15 -0
- package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +149 -0
- package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +85 -0
- package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ChatList.vue.d.ts +3111 -0
- package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +24 -0
- package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +28 -0
- package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +61 -0
- package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +1113 -0
- package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +1060 -0
- package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +1 -0
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +1431 -0
- package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +28 -0
- package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts +60 -0
- package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/general/LoadingStatus.vue.d.ts +59 -0
- package/dist/types/components/general/LoadingStatus.vue.d.ts.map +1 -0
- package/dist/types/components/general/NoDataDisplay.vue.d.ts +24 -0
- package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +1 -0
- package/dist/types/components/general/SafeEmojiText.vue.d.ts +24 -0
- package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +1 -0
- package/dist/types/components/global/BCarousel.vue.d.ts +48 -0
- package/dist/types/components/global/BCarousel.vue.d.ts.map +1 -0
- package/dist/types/composables/chat/useChatRecording.d.ts +74 -0
- package/dist/types/composables/chat/useChatRecording.d.ts.map +1 -0
- package/dist/types/composables/useAppPermissions.d.ts +25 -0
- package/dist/types/composables/useAppPermissions.d.ts.map +1 -0
- package/dist/types/composables/useAppToast.d.ts +6 -0
- package/dist/types/composables/useAppToast.d.ts.map +1 -0
- package/dist/types/composables/useClickOutside.d.ts +3 -0
- package/dist/types/composables/useClickOutside.d.ts.map +1 -0
- package/dist/types/composables/useDate.d.ts +24 -0
- package/dist/types/composables/useDate.d.ts.map +1 -0
- package/dist/types/composables/useDevice.d.ts +32 -0
- package/dist/types/composables/useDevice.d.ts.map +1 -0
- package/dist/types/composables/useLocale.d.ts +12 -0
- package/dist/types/composables/useLocale.d.ts.map +1 -0
- package/dist/types/composables/useTheme.d.ts +4 -0
- package/dist/types/composables/useTheme.d.ts.map +1 -0
- package/dist/types/composables/useValidation.d.ts +20 -0
- package/dist/types/composables/useValidation.d.ts.map +1 -0
- package/dist/types/composables/useWindowSize.d.ts +5 -0
- package/dist/types/composables/useWindowSize.d.ts.map +1 -0
- package/dist/types/directives/filePicker.d.ts +4 -0
- package/dist/types/directives/filePicker.d.ts.map +1 -0
- package/dist/types/directives/imagePicker.d.ts +4 -0
- package/dist/types/directives/imagePicker.d.ts.map +1 -0
- package/dist/types/directives/loading.d.ts +6 -0
- package/dist/types/directives/loading.d.ts.map +1 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/install.d.ts +20 -0
- package/dist/types/install.d.ts.map +1 -0
- package/dist/types/mock/chat.seed.d.ts +20 -0
- package/dist/types/mock/chat.seed.d.ts.map +1 -0
- package/dist/types/mock/helpers.d.ts +3 -0
- package/dist/types/mock/helpers.d.ts.map +1 -0
- package/dist/types/mock/index.d.ts +5 -0
- package/dist/types/mock/index.d.ts.map +1 -0
- package/dist/types/mock/medication.seed.d.ts +4 -0
- package/dist/types/mock/medication.seed.d.ts.map +1 -0
- package/dist/types/mock/service.seed.d.ts +13 -0
- package/dist/types/mock/service.seed.d.ts.map +1 -0
- package/dist/types/nuxt-shims.d.ts +43 -0
- package/dist/types/nuxt-shims.d.ts.map +1 -0
- package/dist/types/prime-preset.d.ts +72 -0
- package/dist/types/prime-preset.d.ts.map +1 -0
- package/dist/types/stores/callStore.d.ts +518 -0
- package/dist/types/stores/callStore.d.ts.map +1 -0
- package/dist/types/stores/chatActionStore.d.ts +11303 -0
- package/dist/types/stores/chatActionStore.d.ts.map +1 -0
- package/dist/types/stores/chatStore.d.ts +2966 -0
- package/dist/types/stores/chatStore.d.ts.map +1 -0
- package/dist/types/stores/createStores.d.ts +19290 -0
- package/dist/types/stores/createStores.d.ts.map +1 -0
- package/dist/types/stores/medicationsStore.d.ts +3542 -0
- package/dist/types/stores/medicationsStore.d.ts.map +1 -0
- package/dist/types/stores/serviceStore.d.ts +953 -0
- package/dist/types/stores/serviceStore.d.ts.map +1 -0
- package/dist/types/themes/factory.d.ts +4 -0
- package/dist/types/themes/factory.d.ts.map +1 -0
- package/dist/types/types/address.d.ts +26 -0
- package/dist/types/types/address.d.ts.map +1 -0
- package/dist/types/types/calendar.d.ts +88 -0
- package/dist/types/types/calendar.d.ts.map +1 -0
- package/dist/types/types/call.d.ts +9 -0
- package/dist/types/types/call.d.ts.map +1 -0
- package/dist/types/types/chat.d.ts +71 -0
- package/dist/types/types/chat.d.ts.map +1 -0
- package/dist/types/types/clinic.d.ts +7 -0
- package/dist/types/types/clinic.d.ts.map +1 -0
- package/dist/types/types/components/chat-input.d.ts +4 -0
- package/dist/types/types/components/chat-input.d.ts.map +1 -0
- package/dist/types/types/components/input.d.ts +13 -0
- package/dist/types/types/components/input.d.ts.map +1 -0
- package/dist/types/types/components/menu-options.d.ts +7 -0
- package/dist/types/types/components/menu-options.d.ts.map +1 -0
- package/dist/types/types/components/menu.d.ts +5 -0
- package/dist/types/types/components/menu.d.ts.map +1 -0
- package/dist/types/types/components/modal.d.ts +17 -0
- package/dist/types/types/components/modal.d.ts.map +1 -0
- package/dist/types/types/components/nav-item.d.ts +11 -0
- package/dist/types/types/components/nav-item.d.ts.map +1 -0
- package/dist/types/types/components/nav-sub-item.d.ts +9 -0
- package/dist/types/types/components/nav-sub-item.d.ts.map +1 -0
- package/dist/types/types/components/popup.d.ts +5 -0
- package/dist/types/types/components/popup.d.ts.map +1 -0
- package/dist/types/types/components/select.d.ts +8 -0
- package/dist/types/types/components/select.d.ts.map +1 -0
- package/dist/types/types/components/toast.d.ts +5 -0
- package/dist/types/types/components/toast.d.ts.map +1 -0
- package/dist/types/types/env/runtimeConfig.d.ts +22 -0
- package/dist/types/types/invoice.d.ts +8 -0
- package/dist/types/types/invoice.d.ts.map +1 -0
- package/dist/types/types/medic.d.ts +6 -0
- package/dist/types/types/medic.d.ts.map +1 -0
- package/dist/types/types/medication.d.ts +25 -0
- package/dist/types/types/medication.d.ts.map +1 -0
- package/dist/types/types/notification.d.ts +10 -0
- package/dist/types/types/notification.d.ts.map +1 -0
- package/dist/types/types/service.d.ts +25 -0
- package/dist/types/types/service.d.ts.map +1 -0
- package/dist/types/types/story.d.ts +12 -0
- package/dist/types/types/story.d.ts.map +1 -0
- package/dist/types/types/theme.d.ts +26 -0
- package/dist/types/types/theme.d.ts.map +1 -0
- package/dist/types/utils/emojiParser.d.ts +2 -0
- package/dist/types/utils/emojiParser.d.ts.map +1 -0
- package/dist/types/utils/format.d.ts +52 -0
- package/dist/types/utils/format.d.ts.map +1 -0
- package/package.json +68 -0
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,327 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,103 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|