@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.
Files changed (222) hide show
  1. package/README.md +127 -0
  2. package/dist/index.cjs +6 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.mjs +9360 -0
  5. package/dist/index.mjs.map +1 -0
  6. package/dist/style.css +1 -0
  7. package/dist/types/adapter/HostAdapter.d.ts +13 -0
  8. package/dist/types/adapter/HostAdapter.d.ts.map +1 -0
  9. package/dist/types/adapter/PushPort.d.ts +10 -0
  10. package/dist/types/adapter/PushPort.d.ts.map +1 -0
  11. package/dist/types/adapter/index.d.ts +7 -0
  12. package/dist/types/adapter/index.d.ts.map +1 -0
  13. package/dist/types/adapter/mock/MockCallAdapter.d.ts +14 -0
  14. package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +1 -0
  15. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +9 -0
  16. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +1 -0
  17. package/dist/types/adapter/mock/MockChatAdapter.d.ts +7 -0
  18. package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +1 -0
  19. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +7 -0
  20. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +1 -0
  21. package/dist/types/adapter/mock/MockServiceAdapter.d.ts +6 -0
  22. package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +1 -0
  23. package/dist/types/adapter/mock/createMockAdapter.d.ts +13 -0
  24. package/dist/types/adapter/mock/createMockAdapter.d.ts.map +1 -0
  25. package/dist/types/adapter/mock/index.d.ts +12 -0
  26. package/dist/types/adapter/mock/index.d.ts.map +1 -0
  27. package/dist/types/adapter/ports/CallAdapter.d.ts +36 -0
  28. package/dist/types/adapter/ports/CallAdapter.d.ts.map +1 -0
  29. package/dist/types/adapter/ports/ChatActionAdapter.d.ts +17 -0
  30. package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +1 -0
  31. package/dist/types/adapter/ports/ChatAdapter.d.ts +22 -0
  32. package/dist/types/adapter/ports/ChatAdapter.d.ts.map +1 -0
  33. package/dist/types/adapter/ports/MedicationAdapter.d.ts +6 -0
  34. package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +1 -0
  35. package/dist/types/adapter/ports/ServiceAdapter.d.ts +16 -0
  36. package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +1 -0
  37. package/dist/types/components/ChatPage.vue.d.ts +8 -0
  38. package/dist/types/components/ChatPage.vue.d.ts.map +1 -0
  39. package/dist/types/components/call/CallBoard.vue.d.ts +154 -0
  40. package/dist/types/components/call/CallBoard.vue.d.ts.map +1 -0
  41. package/dist/types/components/call/CallMemberDisplay.vue.d.ts +57 -0
  42. package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
  43. package/dist/types/components/call/CallPageOverlay.vue.d.ts +1365 -0
  44. package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +1 -0
  45. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +41 -0
  46. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
  47. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +48 -0
  48. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
  49. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +127 -0
  50. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
  51. package/dist/types/components/chat/ChatBubble.vue.d.ts +12236 -0
  52. package/dist/types/components/chat/ChatBubble.vue.d.ts.map +1 -0
  53. package/dist/types/components/chat/ChatInput.vue.d.ts +2477 -0
  54. package/dist/types/components/chat/ChatInput.vue.d.ts.map +1 -0
  55. package/dist/types/components/chat/ChatMessages.vue.d.ts +13873 -0
  56. package/dist/types/components/chat/ChatMessages.vue.d.ts.map +1 -0
  57. package/dist/types/components/chat/ChatPageBar.vue.d.ts +1204 -0
  58. package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +1 -0
  59. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +327 -0
  60. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
  61. package/dist/types/components/chat/ChatView.vue.d.ts +4 -0
  62. package/dist/types/components/chat/ChatView.vue.d.ts.map +1 -0
  63. package/dist/types/components/chat/PatientReferral.vue.d.ts +33 -0
  64. package/dist/types/components/chat/PatientReferral.vue.d.ts.map +1 -0
  65. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +53 -0
  66. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
  67. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +103 -0
  68. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
  69. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +170 -0
  70. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
  71. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +74 -0
  72. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
  73. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +11449 -0
  74. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +1 -0
  75. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +107 -0
  76. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
  77. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +56 -0
  78. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +1 -0
  79. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +28 -0
  80. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
  81. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +72 -0
  82. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
  83. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +15 -0
  84. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
  85. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +149 -0
  86. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
  87. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +85 -0
  88. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
  89. package/dist/types/components/chat/contact/ChatList.vue.d.ts +3111 -0
  90. package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +1 -0
  91. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +24 -0
  92. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
  93. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +28 -0
  94. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
  95. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +61 -0
  96. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +1 -0
  97. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +1113 -0
  98. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +1 -0
  99. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +1060 -0
  100. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +1 -0
  101. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +1431 -0
  102. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +1 -0
  103. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +28 -0
  104. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
  105. package/dist/types/components/general/FileFormatDisplay.vue.d.ts +60 -0
  106. package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
  107. package/dist/types/components/general/LoadingStatus.vue.d.ts +59 -0
  108. package/dist/types/components/general/LoadingStatus.vue.d.ts.map +1 -0
  109. package/dist/types/components/general/NoDataDisplay.vue.d.ts +24 -0
  110. package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +1 -0
  111. package/dist/types/components/general/SafeEmojiText.vue.d.ts +24 -0
  112. package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +1 -0
  113. package/dist/types/components/global/BCarousel.vue.d.ts +48 -0
  114. package/dist/types/components/global/BCarousel.vue.d.ts.map +1 -0
  115. package/dist/types/composables/chat/useChatRecording.d.ts +74 -0
  116. package/dist/types/composables/chat/useChatRecording.d.ts.map +1 -0
  117. package/dist/types/composables/useAppPermissions.d.ts +25 -0
  118. package/dist/types/composables/useAppPermissions.d.ts.map +1 -0
  119. package/dist/types/composables/useAppToast.d.ts +6 -0
  120. package/dist/types/composables/useAppToast.d.ts.map +1 -0
  121. package/dist/types/composables/useClickOutside.d.ts +3 -0
  122. package/dist/types/composables/useClickOutside.d.ts.map +1 -0
  123. package/dist/types/composables/useDate.d.ts +24 -0
  124. package/dist/types/composables/useDate.d.ts.map +1 -0
  125. package/dist/types/composables/useDevice.d.ts +32 -0
  126. package/dist/types/composables/useDevice.d.ts.map +1 -0
  127. package/dist/types/composables/useLocale.d.ts +12 -0
  128. package/dist/types/composables/useLocale.d.ts.map +1 -0
  129. package/dist/types/composables/useTheme.d.ts +4 -0
  130. package/dist/types/composables/useTheme.d.ts.map +1 -0
  131. package/dist/types/composables/useValidation.d.ts +20 -0
  132. package/dist/types/composables/useValidation.d.ts.map +1 -0
  133. package/dist/types/composables/useWindowSize.d.ts +5 -0
  134. package/dist/types/composables/useWindowSize.d.ts.map +1 -0
  135. package/dist/types/directives/filePicker.d.ts +4 -0
  136. package/dist/types/directives/filePicker.d.ts.map +1 -0
  137. package/dist/types/directives/imagePicker.d.ts +4 -0
  138. package/dist/types/directives/imagePicker.d.ts.map +1 -0
  139. package/dist/types/directives/loading.d.ts +6 -0
  140. package/dist/types/directives/loading.d.ts.map +1 -0
  141. package/dist/types/index.d.ts +10 -0
  142. package/dist/types/index.d.ts.map +1 -0
  143. package/dist/types/install.d.ts +20 -0
  144. package/dist/types/install.d.ts.map +1 -0
  145. package/dist/types/mock/chat.seed.d.ts +20 -0
  146. package/dist/types/mock/chat.seed.d.ts.map +1 -0
  147. package/dist/types/mock/helpers.d.ts +3 -0
  148. package/dist/types/mock/helpers.d.ts.map +1 -0
  149. package/dist/types/mock/index.d.ts +5 -0
  150. package/dist/types/mock/index.d.ts.map +1 -0
  151. package/dist/types/mock/medication.seed.d.ts +4 -0
  152. package/dist/types/mock/medication.seed.d.ts.map +1 -0
  153. package/dist/types/mock/service.seed.d.ts +13 -0
  154. package/dist/types/mock/service.seed.d.ts.map +1 -0
  155. package/dist/types/nuxt-shims.d.ts +43 -0
  156. package/dist/types/nuxt-shims.d.ts.map +1 -0
  157. package/dist/types/prime-preset.d.ts +72 -0
  158. package/dist/types/prime-preset.d.ts.map +1 -0
  159. package/dist/types/stores/callStore.d.ts +518 -0
  160. package/dist/types/stores/callStore.d.ts.map +1 -0
  161. package/dist/types/stores/chatActionStore.d.ts +11303 -0
  162. package/dist/types/stores/chatActionStore.d.ts.map +1 -0
  163. package/dist/types/stores/chatStore.d.ts +2966 -0
  164. package/dist/types/stores/chatStore.d.ts.map +1 -0
  165. package/dist/types/stores/createStores.d.ts +19290 -0
  166. package/dist/types/stores/createStores.d.ts.map +1 -0
  167. package/dist/types/stores/medicationsStore.d.ts +3542 -0
  168. package/dist/types/stores/medicationsStore.d.ts.map +1 -0
  169. package/dist/types/stores/serviceStore.d.ts +953 -0
  170. package/dist/types/stores/serviceStore.d.ts.map +1 -0
  171. package/dist/types/themes/factory.d.ts +4 -0
  172. package/dist/types/themes/factory.d.ts.map +1 -0
  173. package/dist/types/types/address.d.ts +26 -0
  174. package/dist/types/types/address.d.ts.map +1 -0
  175. package/dist/types/types/calendar.d.ts +88 -0
  176. package/dist/types/types/calendar.d.ts.map +1 -0
  177. package/dist/types/types/call.d.ts +9 -0
  178. package/dist/types/types/call.d.ts.map +1 -0
  179. package/dist/types/types/chat.d.ts +71 -0
  180. package/dist/types/types/chat.d.ts.map +1 -0
  181. package/dist/types/types/clinic.d.ts +7 -0
  182. package/dist/types/types/clinic.d.ts.map +1 -0
  183. package/dist/types/types/components/chat-input.d.ts +4 -0
  184. package/dist/types/types/components/chat-input.d.ts.map +1 -0
  185. package/dist/types/types/components/input.d.ts +13 -0
  186. package/dist/types/types/components/input.d.ts.map +1 -0
  187. package/dist/types/types/components/menu-options.d.ts +7 -0
  188. package/dist/types/types/components/menu-options.d.ts.map +1 -0
  189. package/dist/types/types/components/menu.d.ts +5 -0
  190. package/dist/types/types/components/menu.d.ts.map +1 -0
  191. package/dist/types/types/components/modal.d.ts +17 -0
  192. package/dist/types/types/components/modal.d.ts.map +1 -0
  193. package/dist/types/types/components/nav-item.d.ts +11 -0
  194. package/dist/types/types/components/nav-item.d.ts.map +1 -0
  195. package/dist/types/types/components/nav-sub-item.d.ts +9 -0
  196. package/dist/types/types/components/nav-sub-item.d.ts.map +1 -0
  197. package/dist/types/types/components/popup.d.ts +5 -0
  198. package/dist/types/types/components/popup.d.ts.map +1 -0
  199. package/dist/types/types/components/select.d.ts +8 -0
  200. package/dist/types/types/components/select.d.ts.map +1 -0
  201. package/dist/types/types/components/toast.d.ts +5 -0
  202. package/dist/types/types/components/toast.d.ts.map +1 -0
  203. package/dist/types/types/env/runtimeConfig.d.ts +22 -0
  204. package/dist/types/types/invoice.d.ts +8 -0
  205. package/dist/types/types/invoice.d.ts.map +1 -0
  206. package/dist/types/types/medic.d.ts +6 -0
  207. package/dist/types/types/medic.d.ts.map +1 -0
  208. package/dist/types/types/medication.d.ts +25 -0
  209. package/dist/types/types/medication.d.ts.map +1 -0
  210. package/dist/types/types/notification.d.ts +10 -0
  211. package/dist/types/types/notification.d.ts.map +1 -0
  212. package/dist/types/types/service.d.ts +25 -0
  213. package/dist/types/types/service.d.ts.map +1 -0
  214. package/dist/types/types/story.d.ts +12 -0
  215. package/dist/types/types/story.d.ts.map +1 -0
  216. package/dist/types/types/theme.d.ts +26 -0
  217. package/dist/types/types/theme.d.ts.map +1 -0
  218. package/dist/types/utils/emojiParser.d.ts +2 -0
  219. package/dist/types/utils/emojiParser.d.ts.map +1 -0
  220. package/dist/types/utils/format.d.ts +52 -0
  221. package/dist/types/utils/format.d.ts.map +1 -0
  222. package/package.json +68 -0
@@ -0,0 +1,1060 @@
1
+ import { Provider } from '../../../types/service';
2
+ declare const _default: import('vue').DefineComponent<{}, {
3
+ t: import('../../../nuxt-shims').I18nT;
4
+ isLoading: any;
5
+ isLoadingServices: any;
6
+ filterProps: (type: string) => {
7
+ color: string;
8
+ icon: string;
9
+ };
10
+ toggleSelect: (medic: Provider) => void;
11
+ selectMedic: () => void;
12
+ selectedExpertiseLabel: any;
13
+ filters: any;
14
+ searchText: any;
15
+ setFilter: (type: string) => void;
16
+ close: () => void;
17
+ providers: any;
18
+ buttonProps: any;
19
+ serviceStore: import('pinia').Store<"service", Pick<{
20
+ isLoading: import('vue').Ref<boolean, boolean>;
21
+ isLoadingServices: import('vue').Ref<boolean, boolean>;
22
+ currentResultPage: import('vue').Ref<number, number>;
23
+ searchText: import('vue').Ref<string, string>;
24
+ selectedServiceId: import('vue').Ref<string, string>;
25
+ providersPerPage: import('vue').Ref<number, number>;
26
+ hasProviderNextPage: import('vue').Ref<boolean, boolean>;
27
+ services: import('vue').Ref<{
28
+ id: string;
29
+ icon?: string;
30
+ label: string;
31
+ fellowships: {
32
+ id: string;
33
+ title: string;
34
+ }[];
35
+ expertiseLevel: "speciality" | "sub-speciality";
36
+ price: number;
37
+ }[], import('../../../types/service').Service[] | {
38
+ id: string;
39
+ icon?: string;
40
+ label: string;
41
+ fellowships: {
42
+ id: string;
43
+ title: string;
44
+ }[];
45
+ expertiseLevel: "speciality" | "sub-speciality";
46
+ price: number;
47
+ }[]>;
48
+ providers: import('vue').Ref<{
49
+ expertise: string;
50
+ service: {
51
+ id: string;
52
+ icon?: string;
53
+ label: string;
54
+ fellowships: {
55
+ id: string;
56
+ title: string;
57
+ }[];
58
+ expertiseLevel: "speciality" | "sub-speciality";
59
+ price: number;
60
+ };
61
+ clinics: {
62
+ id: string;
63
+ title: number;
64
+ latitude: number;
65
+ longitude: number;
66
+ }[];
67
+ fellowships: {
68
+ id: string;
69
+ title: string;
70
+ }[];
71
+ type: import('../../../types/service').InsitutionType;
72
+ illnesses?: {
73
+ [x: string]: unknown;
74
+ id: number | string;
75
+ name: string;
76
+ }[];
77
+ id: string;
78
+ name: string;
79
+ lastName: string;
80
+ isOnline: boolean;
81
+ lastSeen: Date;
82
+ imageUrl: string;
83
+ nationalCode?: string;
84
+ phoneNumber?: string;
85
+ isActive: boolean;
86
+ birthDate: Date;
87
+ lastMessage?: {
88
+ id: string;
89
+ conversationId: string;
90
+ date: Date;
91
+ type: import('../../../types/chat').MessageType;
92
+ text?: string;
93
+ imageUrl?: string[];
94
+ fileUrl?: string;
95
+ voiceUrl?: string;
96
+ videoUrl?: string;
97
+ isEdited: boolean;
98
+ senderId: string;
99
+ isSent: boolean;
100
+ isRead: boolean;
101
+ repliedTo: /*elided*/ any;
102
+ request?: {
103
+ id: string;
104
+ type: "personal-info" | "add-person";
105
+ request: {
106
+ id: string;
107
+ date: Date;
108
+ status: import('../../../types/chat').status;
109
+ } | {
110
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
111
+ provider?: {
112
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
113
+ expertise: string;
114
+ service: {
115
+ id: string;
116
+ icon?: string;
117
+ label: string;
118
+ fellowships: {
119
+ id: string;
120
+ title: string;
121
+ }[];
122
+ expertiseLevel: "speciality" | "sub-speciality";
123
+ price: number;
124
+ };
125
+ clinics: {
126
+ id: string;
127
+ title: number;
128
+ latitude: number;
129
+ longitude: number;
130
+ }[];
131
+ fellowships: {
132
+ id: string;
133
+ title: string;
134
+ }[];
135
+ type: import('../../../types/service').InsitutionType;
136
+ illnesses?: {
137
+ [x: string]: unknown;
138
+ id: number | string;
139
+ name: string;
140
+ }[];
141
+ id: string;
142
+ name: string;
143
+ lastName: string;
144
+ isOnline: boolean;
145
+ lastSeen: Date;
146
+ imageUrl: string;
147
+ nationalCode?: string;
148
+ phoneNumber?: string;
149
+ isActive: boolean;
150
+ birthDate: Date;
151
+ lastMessage?: /*elided*/ any;
152
+ unreadCount?: number;
153
+ serviceType?: "video-call" | "voice-call" | "chat";
154
+ userType: import('../../../types/chat').UserRoleKey[];
155
+ }[];
156
+ service?: {
157
+ id: string;
158
+ icon?: string;
159
+ label: string;
160
+ fellowships: {
161
+ id: string;
162
+ title: string;
163
+ }[];
164
+ expertiseLevel: "speciality" | "sub-speciality";
165
+ price: number;
166
+ };
167
+ serviceType?: import('../../../types/chat').ServicePresence;
168
+ invoice?: {
169
+ [x: string]: unknown;
170
+ id: number | string;
171
+ amount?: number;
172
+ currency?: string;
173
+ status?: string;
174
+ };
175
+ id: string;
176
+ icon?: string;
177
+ label: string;
178
+ fellowships: {
179
+ id: string;
180
+ title: string;
181
+ }[];
182
+ expertiseLevel: "speciality" | "sub-speciality";
183
+ price: number;
184
+ };
185
+ };
186
+ };
187
+ unreadCount?: number;
188
+ serviceType?: "video-call" | "voice-call" | "chat";
189
+ userType: import('../../../types/chat').UserRoleKey[];
190
+ }[], Provider[] | {
191
+ expertise: string;
192
+ service: {
193
+ id: string;
194
+ icon?: string;
195
+ label: string;
196
+ fellowships: {
197
+ id: string;
198
+ title: string;
199
+ }[];
200
+ expertiseLevel: "speciality" | "sub-speciality";
201
+ price: number;
202
+ };
203
+ clinics: {
204
+ id: string;
205
+ title: number;
206
+ latitude: number;
207
+ longitude: number;
208
+ }[];
209
+ fellowships: {
210
+ id: string;
211
+ title: string;
212
+ }[];
213
+ type: import('../../../types/service').InsitutionType;
214
+ illnesses?: {
215
+ [x: string]: unknown;
216
+ id: number | string;
217
+ name: string;
218
+ }[];
219
+ id: string;
220
+ name: string;
221
+ lastName: string;
222
+ isOnline: boolean;
223
+ lastSeen: Date;
224
+ imageUrl: string;
225
+ nationalCode?: string;
226
+ phoneNumber?: string;
227
+ isActive: boolean;
228
+ birthDate: Date;
229
+ lastMessage?: {
230
+ id: string;
231
+ conversationId: string;
232
+ date: Date;
233
+ type: import('../../../types/chat').MessageType;
234
+ text?: string;
235
+ imageUrl?: string[];
236
+ fileUrl?: string;
237
+ voiceUrl?: string;
238
+ videoUrl?: string;
239
+ isEdited: boolean;
240
+ senderId: string;
241
+ isSent: boolean;
242
+ isRead: boolean;
243
+ repliedTo: /*elided*/ any;
244
+ request?: {
245
+ id: string;
246
+ type: "personal-info" | "add-person";
247
+ request: {
248
+ id: string;
249
+ date: Date;
250
+ status: import('../../../types/chat').status;
251
+ } | {
252
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
253
+ provider?: {
254
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
255
+ expertise: string;
256
+ service: {
257
+ id: string;
258
+ icon?: string;
259
+ label: string;
260
+ fellowships: {
261
+ id: string;
262
+ title: string;
263
+ }[];
264
+ expertiseLevel: "speciality" | "sub-speciality";
265
+ price: number;
266
+ };
267
+ clinics: {
268
+ id: string;
269
+ title: number;
270
+ latitude: number;
271
+ longitude: number;
272
+ }[];
273
+ fellowships: {
274
+ id: string;
275
+ title: string;
276
+ }[];
277
+ type: import('../../../types/service').InsitutionType;
278
+ illnesses?: {
279
+ [x: string]: unknown;
280
+ id: number | string;
281
+ name: string;
282
+ }[];
283
+ id: string;
284
+ name: string;
285
+ lastName: string;
286
+ isOnline: boolean;
287
+ lastSeen: Date;
288
+ imageUrl: string;
289
+ nationalCode?: string;
290
+ phoneNumber?: string;
291
+ isActive: boolean;
292
+ birthDate: Date;
293
+ lastMessage?: /*elided*/ any;
294
+ unreadCount?: number;
295
+ serviceType?: "video-call" | "voice-call" | "chat";
296
+ userType: import('../../../types/chat').UserRoleKey[];
297
+ }[];
298
+ service?: {
299
+ id: string;
300
+ icon?: string;
301
+ label: string;
302
+ fellowships: {
303
+ id: string;
304
+ title: string;
305
+ }[];
306
+ expertiseLevel: "speciality" | "sub-speciality";
307
+ price: number;
308
+ };
309
+ serviceType?: import('../../../types/chat').ServicePresence;
310
+ invoice?: {
311
+ [x: string]: unknown;
312
+ id: number | string;
313
+ amount?: number;
314
+ currency?: string;
315
+ status?: string;
316
+ };
317
+ id: string;
318
+ icon?: string;
319
+ label: string;
320
+ fellowships: {
321
+ id: string;
322
+ title: string;
323
+ }[];
324
+ expertiseLevel: "speciality" | "sub-speciality";
325
+ price: number;
326
+ };
327
+ };
328
+ };
329
+ unreadCount?: number;
330
+ serviceType?: "video-call" | "voice-call" | "chat";
331
+ userType: import('../../../types/chat').UserRoleKey[];
332
+ }[]>;
333
+ fetchServices: () => Promise<void>;
334
+ fetchProviders: (isLoadMore?: boolean, serviceId?: string, searchString?: string) => Promise<void>;
335
+ resetProviderData: () => void;
336
+ }, "isLoading" | "isLoadingServices" | "currentResultPage" | "searchText" | "selectedServiceId" | "providersPerPage" | "hasProviderNextPage" | "services" | "providers">, Pick<{
337
+ isLoading: import('vue').Ref<boolean, boolean>;
338
+ isLoadingServices: import('vue').Ref<boolean, boolean>;
339
+ currentResultPage: import('vue').Ref<number, number>;
340
+ searchText: import('vue').Ref<string, string>;
341
+ selectedServiceId: import('vue').Ref<string, string>;
342
+ providersPerPage: import('vue').Ref<number, number>;
343
+ hasProviderNextPage: import('vue').Ref<boolean, boolean>;
344
+ services: import('vue').Ref<{
345
+ id: string;
346
+ icon?: string;
347
+ label: string;
348
+ fellowships: {
349
+ id: string;
350
+ title: string;
351
+ }[];
352
+ expertiseLevel: "speciality" | "sub-speciality";
353
+ price: number;
354
+ }[], import('../../../types/service').Service[] | {
355
+ id: string;
356
+ icon?: string;
357
+ label: string;
358
+ fellowships: {
359
+ id: string;
360
+ title: string;
361
+ }[];
362
+ expertiseLevel: "speciality" | "sub-speciality";
363
+ price: number;
364
+ }[]>;
365
+ providers: import('vue').Ref<{
366
+ expertise: string;
367
+ service: {
368
+ id: string;
369
+ icon?: string;
370
+ label: string;
371
+ fellowships: {
372
+ id: string;
373
+ title: string;
374
+ }[];
375
+ expertiseLevel: "speciality" | "sub-speciality";
376
+ price: number;
377
+ };
378
+ clinics: {
379
+ id: string;
380
+ title: number;
381
+ latitude: number;
382
+ longitude: number;
383
+ }[];
384
+ fellowships: {
385
+ id: string;
386
+ title: string;
387
+ }[];
388
+ type: import('../../../types/service').InsitutionType;
389
+ illnesses?: {
390
+ [x: string]: unknown;
391
+ id: number | string;
392
+ name: string;
393
+ }[];
394
+ id: string;
395
+ name: string;
396
+ lastName: string;
397
+ isOnline: boolean;
398
+ lastSeen: Date;
399
+ imageUrl: string;
400
+ nationalCode?: string;
401
+ phoneNumber?: string;
402
+ isActive: boolean;
403
+ birthDate: Date;
404
+ lastMessage?: {
405
+ id: string;
406
+ conversationId: string;
407
+ date: Date;
408
+ type: import('../../../types/chat').MessageType;
409
+ text?: string;
410
+ imageUrl?: string[];
411
+ fileUrl?: string;
412
+ voiceUrl?: string;
413
+ videoUrl?: string;
414
+ isEdited: boolean;
415
+ senderId: string;
416
+ isSent: boolean;
417
+ isRead: boolean;
418
+ repliedTo: /*elided*/ any;
419
+ request?: {
420
+ id: string;
421
+ type: "personal-info" | "add-person";
422
+ request: {
423
+ id: string;
424
+ date: Date;
425
+ status: import('../../../types/chat').status;
426
+ } | {
427
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
428
+ provider?: {
429
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
430
+ expertise: string;
431
+ service: {
432
+ id: string;
433
+ icon?: string;
434
+ label: string;
435
+ fellowships: {
436
+ id: string;
437
+ title: string;
438
+ }[];
439
+ expertiseLevel: "speciality" | "sub-speciality";
440
+ price: number;
441
+ };
442
+ clinics: {
443
+ id: string;
444
+ title: number;
445
+ latitude: number;
446
+ longitude: number;
447
+ }[];
448
+ fellowships: {
449
+ id: string;
450
+ title: string;
451
+ }[];
452
+ type: import('../../../types/service').InsitutionType;
453
+ illnesses?: {
454
+ [x: string]: unknown;
455
+ id: number | string;
456
+ name: string;
457
+ }[];
458
+ id: string;
459
+ name: string;
460
+ lastName: string;
461
+ isOnline: boolean;
462
+ lastSeen: Date;
463
+ imageUrl: string;
464
+ nationalCode?: string;
465
+ phoneNumber?: string;
466
+ isActive: boolean;
467
+ birthDate: Date;
468
+ lastMessage?: /*elided*/ any;
469
+ unreadCount?: number;
470
+ serviceType?: "video-call" | "voice-call" | "chat";
471
+ userType: import('../../../types/chat').UserRoleKey[];
472
+ }[];
473
+ service?: {
474
+ id: string;
475
+ icon?: string;
476
+ label: string;
477
+ fellowships: {
478
+ id: string;
479
+ title: string;
480
+ }[];
481
+ expertiseLevel: "speciality" | "sub-speciality";
482
+ price: number;
483
+ };
484
+ serviceType?: import('../../../types/chat').ServicePresence;
485
+ invoice?: {
486
+ [x: string]: unknown;
487
+ id: number | string;
488
+ amount?: number;
489
+ currency?: string;
490
+ status?: string;
491
+ };
492
+ id: string;
493
+ icon?: string;
494
+ label: string;
495
+ fellowships: {
496
+ id: string;
497
+ title: string;
498
+ }[];
499
+ expertiseLevel: "speciality" | "sub-speciality";
500
+ price: number;
501
+ };
502
+ };
503
+ };
504
+ unreadCount?: number;
505
+ serviceType?: "video-call" | "voice-call" | "chat";
506
+ userType: import('../../../types/chat').UserRoleKey[];
507
+ }[], Provider[] | {
508
+ expertise: string;
509
+ service: {
510
+ id: string;
511
+ icon?: string;
512
+ label: string;
513
+ fellowships: {
514
+ id: string;
515
+ title: string;
516
+ }[];
517
+ expertiseLevel: "speciality" | "sub-speciality";
518
+ price: number;
519
+ };
520
+ clinics: {
521
+ id: string;
522
+ title: number;
523
+ latitude: number;
524
+ longitude: number;
525
+ }[];
526
+ fellowships: {
527
+ id: string;
528
+ title: string;
529
+ }[];
530
+ type: import('../../../types/service').InsitutionType;
531
+ illnesses?: {
532
+ [x: string]: unknown;
533
+ id: number | string;
534
+ name: string;
535
+ }[];
536
+ id: string;
537
+ name: string;
538
+ lastName: string;
539
+ isOnline: boolean;
540
+ lastSeen: Date;
541
+ imageUrl: string;
542
+ nationalCode?: string;
543
+ phoneNumber?: string;
544
+ isActive: boolean;
545
+ birthDate: Date;
546
+ lastMessage?: {
547
+ id: string;
548
+ conversationId: string;
549
+ date: Date;
550
+ type: import('../../../types/chat').MessageType;
551
+ text?: string;
552
+ imageUrl?: string[];
553
+ fileUrl?: string;
554
+ voiceUrl?: string;
555
+ videoUrl?: string;
556
+ isEdited: boolean;
557
+ senderId: string;
558
+ isSent: boolean;
559
+ isRead: boolean;
560
+ repliedTo: /*elided*/ any;
561
+ request?: {
562
+ id: string;
563
+ type: "personal-info" | "add-person";
564
+ request: {
565
+ id: string;
566
+ date: Date;
567
+ status: import('../../../types/chat').status;
568
+ } | {
569
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
570
+ provider?: {
571
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
572
+ expertise: string;
573
+ service: {
574
+ id: string;
575
+ icon?: string;
576
+ label: string;
577
+ fellowships: {
578
+ id: string;
579
+ title: string;
580
+ }[];
581
+ expertiseLevel: "speciality" | "sub-speciality";
582
+ price: number;
583
+ };
584
+ clinics: {
585
+ id: string;
586
+ title: number;
587
+ latitude: number;
588
+ longitude: number;
589
+ }[];
590
+ fellowships: {
591
+ id: string;
592
+ title: string;
593
+ }[];
594
+ type: import('../../../types/service').InsitutionType;
595
+ illnesses?: {
596
+ [x: string]: unknown;
597
+ id: number | string;
598
+ name: string;
599
+ }[];
600
+ id: string;
601
+ name: string;
602
+ lastName: string;
603
+ isOnline: boolean;
604
+ lastSeen: Date;
605
+ imageUrl: string;
606
+ nationalCode?: string;
607
+ phoneNumber?: string;
608
+ isActive: boolean;
609
+ birthDate: Date;
610
+ lastMessage?: /*elided*/ any;
611
+ unreadCount?: number;
612
+ serviceType?: "video-call" | "voice-call" | "chat";
613
+ userType: import('../../../types/chat').UserRoleKey[];
614
+ }[];
615
+ service?: {
616
+ id: string;
617
+ icon?: string;
618
+ label: string;
619
+ fellowships: {
620
+ id: string;
621
+ title: string;
622
+ }[];
623
+ expertiseLevel: "speciality" | "sub-speciality";
624
+ price: number;
625
+ };
626
+ serviceType?: import('../../../types/chat').ServicePresence;
627
+ invoice?: {
628
+ [x: string]: unknown;
629
+ id: number | string;
630
+ amount?: number;
631
+ currency?: string;
632
+ status?: string;
633
+ };
634
+ id: string;
635
+ icon?: string;
636
+ label: string;
637
+ fellowships: {
638
+ id: string;
639
+ title: string;
640
+ }[];
641
+ expertiseLevel: "speciality" | "sub-speciality";
642
+ price: number;
643
+ };
644
+ };
645
+ };
646
+ unreadCount?: number;
647
+ serviceType?: "video-call" | "voice-call" | "chat";
648
+ userType: import('../../../types/chat').UserRoleKey[];
649
+ }[]>;
650
+ fetchServices: () => Promise<void>;
651
+ fetchProviders: (isLoadMore?: boolean, serviceId?: string, searchString?: string) => Promise<void>;
652
+ resetProviderData: () => void;
653
+ }, never>, Pick<{
654
+ isLoading: import('vue').Ref<boolean, boolean>;
655
+ isLoadingServices: import('vue').Ref<boolean, boolean>;
656
+ currentResultPage: import('vue').Ref<number, number>;
657
+ searchText: import('vue').Ref<string, string>;
658
+ selectedServiceId: import('vue').Ref<string, string>;
659
+ providersPerPage: import('vue').Ref<number, number>;
660
+ hasProviderNextPage: import('vue').Ref<boolean, boolean>;
661
+ services: import('vue').Ref<{
662
+ id: string;
663
+ icon?: string;
664
+ label: string;
665
+ fellowships: {
666
+ id: string;
667
+ title: string;
668
+ }[];
669
+ expertiseLevel: "speciality" | "sub-speciality";
670
+ price: number;
671
+ }[], import('../../../types/service').Service[] | {
672
+ id: string;
673
+ icon?: string;
674
+ label: string;
675
+ fellowships: {
676
+ id: string;
677
+ title: string;
678
+ }[];
679
+ expertiseLevel: "speciality" | "sub-speciality";
680
+ price: number;
681
+ }[]>;
682
+ providers: import('vue').Ref<{
683
+ expertise: string;
684
+ service: {
685
+ id: string;
686
+ icon?: string;
687
+ label: string;
688
+ fellowships: {
689
+ id: string;
690
+ title: string;
691
+ }[];
692
+ expertiseLevel: "speciality" | "sub-speciality";
693
+ price: number;
694
+ };
695
+ clinics: {
696
+ id: string;
697
+ title: number;
698
+ latitude: number;
699
+ longitude: number;
700
+ }[];
701
+ fellowships: {
702
+ id: string;
703
+ title: string;
704
+ }[];
705
+ type: import('../../../types/service').InsitutionType;
706
+ illnesses?: {
707
+ [x: string]: unknown;
708
+ id: number | string;
709
+ name: string;
710
+ }[];
711
+ id: string;
712
+ name: string;
713
+ lastName: string;
714
+ isOnline: boolean;
715
+ lastSeen: Date;
716
+ imageUrl: string;
717
+ nationalCode?: string;
718
+ phoneNumber?: string;
719
+ isActive: boolean;
720
+ birthDate: Date;
721
+ lastMessage?: {
722
+ id: string;
723
+ conversationId: string;
724
+ date: Date;
725
+ type: import('../../../types/chat').MessageType;
726
+ text?: string;
727
+ imageUrl?: string[];
728
+ fileUrl?: string;
729
+ voiceUrl?: string;
730
+ videoUrl?: string;
731
+ isEdited: boolean;
732
+ senderId: string;
733
+ isSent: boolean;
734
+ isRead: boolean;
735
+ repliedTo: /*elided*/ any;
736
+ request?: {
737
+ id: string;
738
+ type: "personal-info" | "add-person";
739
+ request: {
740
+ id: string;
741
+ date: Date;
742
+ status: import('../../../types/chat').status;
743
+ } | {
744
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
745
+ provider?: {
746
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
747
+ expertise: string;
748
+ service: {
749
+ id: string;
750
+ icon?: string;
751
+ label: string;
752
+ fellowships: {
753
+ id: string;
754
+ title: string;
755
+ }[];
756
+ expertiseLevel: "speciality" | "sub-speciality";
757
+ price: number;
758
+ };
759
+ clinics: {
760
+ id: string;
761
+ title: number;
762
+ latitude: number;
763
+ longitude: number;
764
+ }[];
765
+ fellowships: {
766
+ id: string;
767
+ title: string;
768
+ }[];
769
+ type: import('../../../types/service').InsitutionType;
770
+ illnesses?: {
771
+ [x: string]: unknown;
772
+ id: number | string;
773
+ name: string;
774
+ }[];
775
+ id: string;
776
+ name: string;
777
+ lastName: string;
778
+ isOnline: boolean;
779
+ lastSeen: Date;
780
+ imageUrl: string;
781
+ nationalCode?: string;
782
+ phoneNumber?: string;
783
+ isActive: boolean;
784
+ birthDate: Date;
785
+ lastMessage?: /*elided*/ any;
786
+ unreadCount?: number;
787
+ serviceType?: "video-call" | "voice-call" | "chat";
788
+ userType: import('../../../types/chat').UserRoleKey[];
789
+ }[];
790
+ service?: {
791
+ id: string;
792
+ icon?: string;
793
+ label: string;
794
+ fellowships: {
795
+ id: string;
796
+ title: string;
797
+ }[];
798
+ expertiseLevel: "speciality" | "sub-speciality";
799
+ price: number;
800
+ };
801
+ serviceType?: import('../../../types/chat').ServicePresence;
802
+ invoice?: {
803
+ [x: string]: unknown;
804
+ id: number | string;
805
+ amount?: number;
806
+ currency?: string;
807
+ status?: string;
808
+ };
809
+ id: string;
810
+ icon?: string;
811
+ label: string;
812
+ fellowships: {
813
+ id: string;
814
+ title: string;
815
+ }[];
816
+ expertiseLevel: "speciality" | "sub-speciality";
817
+ price: number;
818
+ };
819
+ };
820
+ };
821
+ unreadCount?: number;
822
+ serviceType?: "video-call" | "voice-call" | "chat";
823
+ userType: import('../../../types/chat').UserRoleKey[];
824
+ }[], Provider[] | {
825
+ expertise: string;
826
+ service: {
827
+ id: string;
828
+ icon?: string;
829
+ label: string;
830
+ fellowships: {
831
+ id: string;
832
+ title: string;
833
+ }[];
834
+ expertiseLevel: "speciality" | "sub-speciality";
835
+ price: number;
836
+ };
837
+ clinics: {
838
+ id: string;
839
+ title: number;
840
+ latitude: number;
841
+ longitude: number;
842
+ }[];
843
+ fellowships: {
844
+ id: string;
845
+ title: string;
846
+ }[];
847
+ type: import('../../../types/service').InsitutionType;
848
+ illnesses?: {
849
+ [x: string]: unknown;
850
+ id: number | string;
851
+ name: string;
852
+ }[];
853
+ id: string;
854
+ name: string;
855
+ lastName: string;
856
+ isOnline: boolean;
857
+ lastSeen: Date;
858
+ imageUrl: string;
859
+ nationalCode?: string;
860
+ phoneNumber?: string;
861
+ isActive: boolean;
862
+ birthDate: Date;
863
+ lastMessage?: {
864
+ id: string;
865
+ conversationId: string;
866
+ date: Date;
867
+ type: import('../../../types/chat').MessageType;
868
+ text?: string;
869
+ imageUrl?: string[];
870
+ fileUrl?: string;
871
+ voiceUrl?: string;
872
+ videoUrl?: string;
873
+ isEdited: boolean;
874
+ senderId: string;
875
+ isSent: boolean;
876
+ isRead: boolean;
877
+ repliedTo: /*elided*/ any;
878
+ request?: {
879
+ id: string;
880
+ type: "personal-info" | "add-person";
881
+ request: {
882
+ id: string;
883
+ date: Date;
884
+ status: import('../../../types/chat').status;
885
+ } | {
886
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
887
+ provider?: {
888
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
889
+ expertise: string;
890
+ service: {
891
+ id: string;
892
+ icon?: string;
893
+ label: string;
894
+ fellowships: {
895
+ id: string;
896
+ title: string;
897
+ }[];
898
+ expertiseLevel: "speciality" | "sub-speciality";
899
+ price: number;
900
+ };
901
+ clinics: {
902
+ id: string;
903
+ title: number;
904
+ latitude: number;
905
+ longitude: number;
906
+ }[];
907
+ fellowships: {
908
+ id: string;
909
+ title: string;
910
+ }[];
911
+ type: import('../../../types/service').InsitutionType;
912
+ illnesses?: {
913
+ [x: string]: unknown;
914
+ id: number | string;
915
+ name: string;
916
+ }[];
917
+ id: string;
918
+ name: string;
919
+ lastName: string;
920
+ isOnline: boolean;
921
+ lastSeen: Date;
922
+ imageUrl: string;
923
+ nationalCode?: string;
924
+ phoneNumber?: string;
925
+ isActive: boolean;
926
+ birthDate: Date;
927
+ lastMessage?: /*elided*/ any;
928
+ unreadCount?: number;
929
+ serviceType?: "video-call" | "voice-call" | "chat";
930
+ userType: import('../../../types/chat').UserRoleKey[];
931
+ }[];
932
+ service?: {
933
+ id: string;
934
+ icon?: string;
935
+ label: string;
936
+ fellowships: {
937
+ id: string;
938
+ title: string;
939
+ }[];
940
+ expertiseLevel: "speciality" | "sub-speciality";
941
+ price: number;
942
+ };
943
+ serviceType?: import('../../../types/chat').ServicePresence;
944
+ invoice?: {
945
+ [x: string]: unknown;
946
+ id: number | string;
947
+ amount?: number;
948
+ currency?: string;
949
+ status?: string;
950
+ };
951
+ id: string;
952
+ icon?: string;
953
+ label: string;
954
+ fellowships: {
955
+ id: string;
956
+ title: string;
957
+ }[];
958
+ expertiseLevel: "speciality" | "sub-speciality";
959
+ price: number;
960
+ };
961
+ };
962
+ };
963
+ unreadCount?: number;
964
+ serviceType?: "video-call" | "voice-call" | "chat";
965
+ userType: import('../../../types/chat').UserRoleKey[];
966
+ }[]>;
967
+ fetchServices: () => Promise<void>;
968
+ fetchProviders: (isLoadMore?: boolean, serviceId?: string, searchString?: string) => Promise<void>;
969
+ resetProviderData: () => void;
970
+ }, "fetchServices" | "fetchProviders" | "resetProviderData">>;
971
+ serviceOptions: any;
972
+ autoSelect: any;
973
+ field: any;
974
+ NoProviderImage: string;
975
+ isSelected: (id: string) => any;
976
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<{}> & Readonly<{
977
+ onClose?: (...args: any[]) => any;
978
+ }>, {}, {}, {
979
+ MedicDisplay: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
980
+ medic: {
981
+ type: import('vue').PropType<Provider>;
982
+ required: true;
983
+ };
984
+ isSelected: {
985
+ type: BooleanConstructor;
986
+ default: boolean;
987
+ };
988
+ loading: {
989
+ type: BooleanConstructor;
990
+ default: boolean;
991
+ };
992
+ }>, {
993
+ fellowshipString: import('vue').ComputedRef<string>;
994
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
995
+ medic: {
996
+ type: import('vue').PropType<Provider>;
997
+ required: true;
998
+ };
999
+ isSelected: {
1000
+ type: BooleanConstructor;
1001
+ default: boolean;
1002
+ };
1003
+ loading: {
1004
+ type: BooleanConstructor;
1005
+ default: boolean;
1006
+ };
1007
+ }>> & Readonly<{}>, {
1008
+ loading: boolean;
1009
+ isSelected: boolean;
1010
+ }, {}, {
1011
+ ContactAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1012
+ contact: {
1013
+ type: import('vue').PropType<import('../../../types/chat').Contact>;
1014
+ required: true;
1015
+ };
1016
+ showOnline: {
1017
+ type: BooleanConstructor;
1018
+ default: boolean;
1019
+ };
1020
+ }>, {
1021
+ hasImage: any;
1022
+ initials: any;
1023
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1024
+ contact: {
1025
+ type: import('vue').PropType<import('../../../types/chat').Contact>;
1026
+ required: true;
1027
+ };
1028
+ showOnline: {
1029
+ type: BooleanConstructor;
1030
+ default: boolean;
1031
+ };
1032
+ }>> & Readonly<{}>, {
1033
+ showOnline: boolean;
1034
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1035
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1036
+ NoDataDisplay: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1037
+ imagePath: {
1038
+ type: StringConstructor;
1039
+ default: string;
1040
+ };
1041
+ title: {
1042
+ type: StringConstructor;
1043
+ default: string;
1044
+ };
1045
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1046
+ imagePath: {
1047
+ type: StringConstructor;
1048
+ default: string;
1049
+ };
1050
+ title: {
1051
+ type: StringConstructor;
1052
+ default: string;
1053
+ };
1054
+ }>> & Readonly<{}>, {
1055
+ title: string;
1056
+ imagePath: string;
1057
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1058
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1059
+ export default _default;
1060
+ //# sourceMappingURL=MedicSelectorContent.vue.d.ts.map