@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,1365 @@
1
+ import { PropType } from 'vue';
2
+ import { Contact } from '../../types/chat';
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ contacts: {
5
+ type: PropType<Contact[]>;
6
+ required: true;
7
+ default: () => any[];
8
+ };
9
+ }>, {
10
+ t: import('../../nuxt-shims').I18nT;
11
+ wrapperClasses: import('vue').ComputedRef<string>;
12
+ optionButtons: import('vue').ComputedRef<({
13
+ icon: string;
14
+ key: string;
15
+ isActive: boolean;
16
+ hasErrors?: undefined;
17
+ } | {
18
+ icon: string;
19
+ key: string;
20
+ isActive?: undefined;
21
+ hasErrors?: undefined;
22
+ } | {
23
+ icon: string;
24
+ key: string;
25
+ hasErrors: boolean;
26
+ isActive?: undefined;
27
+ })[]>;
28
+ callMembers: import('vue').ComputedRef<import('../../types/call').CallMember[]>;
29
+ goBack: () => void;
30
+ handleOptions: (key: string) => Promise<void>;
31
+ getMemberClass: (member: Contact, index: number) => "transition-all duration-300 ease-in-out origin-center" | "transition-all duration-300 ease-in-out origin-center col-span-2" | "transition-all duration-300 ease-in-out origin-center !absolute top-0 left-0 right-0 bottom-0 z-0" | "transition-all duration-300 ease-in-out origin-center !absolute bottom-8 right-6 z-20 !w-[110px] !h-[150px] shadow-2xl rounded-2xl" | "transition-all duration-300 ease-in-out origin-center !absolute top-1/2 left-1/2 opacity-0 scale-0 pointer-events-none z-[-1]" | "transition-all duration-300 ease-in-out origin-center !w-full !h-[calc(100%-11rem)] order-1" | "transition-all duration-300 ease-in-out origin-center flex-1 min-w-[140px] max-w-[200px] !h-36 order-2";
32
+ isMobile: import('vue').ComputedRef<boolean>;
33
+ fullScreenId: any;
34
+ callTimeDisplay: import('vue').ComputedRef<string>;
35
+ toggleFullScreen: (id: string) => void;
36
+ isBoardOpen: any;
37
+ boardIcon: import('vue').ComputedRef<"PhX" | "PhPencilCircle">;
38
+ mobileOptions: import('vue').ComputedRef<{
39
+ icon: string;
40
+ key: string;
41
+ disabled: boolean;
42
+ }[]>;
43
+ isReady: any;
44
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
45
+ contacts: {
46
+ type: PropType<Contact[]>;
47
+ required: true;
48
+ default: () => any[];
49
+ };
50
+ }>> & Readonly<{}>, {
51
+ contacts: Contact[];
52
+ }, {}, {
53
+ CallMemberDisplay: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
54
+ contact: {
55
+ type: PropType<import('../../types/call').CallMember>;
56
+ required: true;
57
+ };
58
+ isFullScreen: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ }>, {
63
+ isMine: import('vue').ComputedRef<boolean>;
64
+ videoRef: import('vue').Ref<HTMLVideoElement, HTMLVideoElement>;
65
+ hasActiveStream: import('vue').ComputedRef<boolean>;
66
+ toggleFullScreen: () => void;
67
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "toggle-fullscreen"[], "toggle-fullscreen", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
68
+ contact: {
69
+ type: PropType<import('../../types/call').CallMember>;
70
+ required: true;
71
+ };
72
+ isFullScreen: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ }>> & Readonly<{
77
+ "onToggle-fullscreen"?: (...args: any[]) => any;
78
+ }>, {
79
+ isFullScreen: boolean;
80
+ }, {}, {
81
+ ContactAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
82
+ contact: {
83
+ type: PropType<Contact>;
84
+ required: true;
85
+ };
86
+ showOnline: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ }>, {
91
+ hasImage: any;
92
+ initials: any;
93
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
94
+ contact: {
95
+ type: PropType<Contact>;
96
+ required: true;
97
+ };
98
+ showOnline: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ }>> & Readonly<{}>, {
103
+ showOnline: boolean;
104
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
105
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
106
+ CallBoard: import('vue').DefineComponent<{}, {
107
+ isMobile: import('vue').ComputedRef<boolean>;
108
+ isPopupOpen: import('vue').Ref<boolean, boolean>;
109
+ isMenuOpen: import('vue').Ref<boolean, boolean>;
110
+ handleMenuState: (open: boolean) => void;
111
+ handleMobileClick: () => void;
112
+ closeAll: () => void;
113
+ popupRef: import('vue').Ref<{
114
+ open: () => void;
115
+ close: () => void;
116
+ }, import('../../types/components/popup').Popup | {
117
+ open: () => void;
118
+ close: () => void;
119
+ }>;
120
+ menuRef: import('vue').Ref<{
121
+ open: () => void;
122
+ close: () => void;
123
+ }, import('../../types/components/menu').Menu | {
124
+ open: () => void;
125
+ close: () => void;
126
+ }>;
127
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<{}> & Readonly<{
128
+ onClose?: (...args: any[]) => any;
129
+ }>, {}, {}, {
130
+ CallPaintBoard: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
131
+ isOpen: {
132
+ type: BooleanConstructor;
133
+ default: boolean;
134
+ };
135
+ }>, {
136
+ t: import('../../nuxt-shims').I18nT;
137
+ canvasRef: import('vue').Ref<HTMLCanvasElement, HTMLCanvasElement>;
138
+ saveToFiles: () => void;
139
+ selectedColor: import('vue').Ref<string, string>;
140
+ setColor: (color: string) => void;
141
+ brushSize: import('vue').Ref<number, number>;
142
+ boardColorPicker: any;
143
+ handleAction: (action: string) => void;
144
+ pages: import('vue').Ref<{
145
+ data: any[];
146
+ history: any[];
147
+ redo: any[];
148
+ }[], {
149
+ data: any[];
150
+ history: any[];
151
+ redo: any[];
152
+ }[] | {
153
+ data: any[];
154
+ history: any[];
155
+ redo: any[];
156
+ }[]>;
157
+ selectedPage: import('vue').Ref<number, number>;
158
+ pageOptions: any;
159
+ colorPickerMenu: any;
160
+ handlePageSelect: (key: string) => void;
161
+ switchPage: (index: number) => void;
162
+ colors: import('vue').Ref<string[], string[]>;
163
+ isMobile: any;
164
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
165
+ isOpen: {
166
+ type: BooleanConstructor;
167
+ default: boolean;
168
+ };
169
+ }>> & Readonly<{
170
+ onClose?: (...args: any[]) => any;
171
+ }>, {
172
+ isOpen: boolean;
173
+ }, {}, {
174
+ BrushSizeSlider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
175
+ modelValue: {
176
+ type: NumberConstructor;
177
+ required: true;
178
+ };
179
+ min: {
180
+ type: NumberConstructor;
181
+ default: number;
182
+ };
183
+ max: {
184
+ type: NumberConstructor;
185
+ default: number;
186
+ };
187
+ color: {
188
+ type: StringConstructor;
189
+ default: string;
190
+ };
191
+ }>, {
192
+ sliderRef: import('vue').Ref<HTMLElement, HTMLElement>;
193
+ thumbPositionPercent: import('vue').ComputedRef<number>;
194
+ handleSize: import('vue').ComputedRef<number>;
195
+ startDrag: (e: PointerEvent) => void;
196
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
197
+ modelValue: {
198
+ type: NumberConstructor;
199
+ required: true;
200
+ };
201
+ min: {
202
+ type: NumberConstructor;
203
+ default: number;
204
+ };
205
+ max: {
206
+ type: NumberConstructor;
207
+ default: number;
208
+ };
209
+ color: {
210
+ type: StringConstructor;
211
+ default: string;
212
+ };
213
+ }>> & Readonly<{
214
+ "onUpdate:modelValue"?: (...args: any[]) => any;
215
+ }>, {
216
+ color: string;
217
+ min: number;
218
+ max: number;
219
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
220
+ BoardColorPicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
221
+ modelValue: {
222
+ type: StringConstructor;
223
+ default: string;
224
+ };
225
+ colors: {
226
+ type: PropType<String[]>;
227
+ default: () => any[];
228
+ };
229
+ }>, {
230
+ changeSelection: (index: number) => void;
231
+ submitSelection: () => void;
232
+ isOpen: any;
233
+ colorPickerWrapper: any;
234
+ colors: any;
235
+ t: import('../../nuxt-shims').I18nT;
236
+ canSelect: any;
237
+ close: () => void;
238
+ selectedColor: any;
239
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
240
+ modelValue: {
241
+ type: StringConstructor;
242
+ default: string;
243
+ };
244
+ colors: {
245
+ type: PropType<String[]>;
246
+ default: () => any[];
247
+ };
248
+ }>> & Readonly<{
249
+ "onUpdate:modelValue"?: (...args: any[]) => any;
250
+ }>, {
251
+ modelValue: string;
252
+ colors: String[];
253
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
254
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
255
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
256
+ MedicSelector: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
257
+ mode: {
258
+ type: PropType<"medic" | "options">;
259
+ default: string;
260
+ };
261
+ options: {
262
+ type: PropType<import('../../types/components/menu-options').MenuOption[]>;
263
+ default: () => any[];
264
+ };
265
+ }>, {
266
+ isMobile: import('vue').ComputedRef<boolean>;
267
+ handleMobileClick: () => void;
268
+ displayOptions: import('vue').ComputedRef<import('../../types/components/menu-options').MenuOption[]>;
269
+ popupRef: import('vue').Ref<{
270
+ open: () => void;
271
+ close: () => void;
272
+ }, import('../../types/components/popup').Popup | {
273
+ open: () => void;
274
+ close: () => void;
275
+ }>;
276
+ menuRef: import('vue').Ref<{
277
+ open: () => void;
278
+ close: () => void;
279
+ }, import('../../types/components/menu').Menu | {
280
+ open: () => void;
281
+ close: () => void;
282
+ }>;
283
+ closeAll: () => void;
284
+ t: import('../../nuxt-shims').I18nT;
285
+ internalMenuMode: import('vue').Ref<"medic" | "options", "medic" | "options">;
286
+ handleSelect: (key: string) => void;
287
+ resetMenuMode: () => void;
288
+ handleMenuState: (isOpen: boolean) => void;
289
+ isMenuOpenned: import('vue').Ref<boolean, boolean>;
290
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "select"[], "select", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
291
+ mode: {
292
+ type: PropType<"medic" | "options">;
293
+ default: string;
294
+ };
295
+ options: {
296
+ type: PropType<import('../../types/components/menu-options').MenuOption[]>;
297
+ default: () => any[];
298
+ };
299
+ }>> & Readonly<{
300
+ onSelect?: (...args: any[]) => any;
301
+ }>, {
302
+ options: import('../../types/components/menu-options').MenuOption[];
303
+ mode: "medic" | "options";
304
+ }, {}, {
305
+ MedicSelectorContent: import('vue').DefineComponent<{}, {
306
+ t: import('../../nuxt-shims').I18nT;
307
+ isLoading: any;
308
+ isLoadingServices: any;
309
+ filterProps: (type: string) => {
310
+ color: string;
311
+ icon: string;
312
+ };
313
+ toggleSelect: (medic: import('../../types/service').Provider) => void;
314
+ selectMedic: () => void;
315
+ selectedExpertiseLabel: any;
316
+ filters: any;
317
+ searchText: any;
318
+ setFilter: (type: string) => void;
319
+ close: () => void;
320
+ providers: any;
321
+ buttonProps: any;
322
+ serviceStore: import('pinia').Store<"service", Pick<{
323
+ isLoading: import('vue').Ref<boolean, boolean>;
324
+ isLoadingServices: import('vue').Ref<boolean, boolean>;
325
+ currentResultPage: import('vue').Ref<number, number>;
326
+ searchText: import('vue').Ref<string, string>;
327
+ selectedServiceId: import('vue').Ref<string, string>;
328
+ providersPerPage: import('vue').Ref<number, number>;
329
+ hasProviderNextPage: import('vue').Ref<boolean, boolean>;
330
+ services: import('vue').Ref<{
331
+ id: string;
332
+ icon?: string;
333
+ label: string;
334
+ fellowships: {
335
+ id: string;
336
+ title: string;
337
+ }[];
338
+ expertiseLevel: "speciality" | "sub-speciality";
339
+ price: number;
340
+ }[], import('../../types/service').Service[] | {
341
+ id: string;
342
+ icon?: string;
343
+ label: string;
344
+ fellowships: {
345
+ id: string;
346
+ title: string;
347
+ }[];
348
+ expertiseLevel: "speciality" | "sub-speciality";
349
+ price: number;
350
+ }[]>;
351
+ providers: import('vue').Ref<{
352
+ expertise: string;
353
+ service: {
354
+ id: string;
355
+ icon?: string;
356
+ label: string;
357
+ fellowships: {
358
+ id: string;
359
+ title: string;
360
+ }[];
361
+ expertiseLevel: "speciality" | "sub-speciality";
362
+ price: number;
363
+ };
364
+ clinics: {
365
+ id: string;
366
+ title: number;
367
+ latitude: number;
368
+ longitude: number;
369
+ }[];
370
+ fellowships: {
371
+ id: string;
372
+ title: string;
373
+ }[];
374
+ type: import('../../types/service').InsitutionType;
375
+ illnesses?: {
376
+ [x: string]: unknown;
377
+ id: number | string;
378
+ name: string;
379
+ }[];
380
+ id: string;
381
+ name: string;
382
+ lastName: string;
383
+ isOnline: boolean;
384
+ lastSeen: Date;
385
+ imageUrl: string;
386
+ nationalCode?: string;
387
+ phoneNumber?: string;
388
+ isActive: boolean;
389
+ birthDate: Date;
390
+ lastMessage?: {
391
+ id: string;
392
+ conversationId: string;
393
+ date: Date;
394
+ type: import('../../types/chat').MessageType;
395
+ text?: string;
396
+ imageUrl?: string[];
397
+ fileUrl?: string;
398
+ voiceUrl?: string;
399
+ videoUrl?: string;
400
+ isEdited: boolean;
401
+ senderId: string;
402
+ isSent: boolean;
403
+ isRead: boolean;
404
+ repliedTo: /*elided*/ any;
405
+ request?: {
406
+ id: string;
407
+ type: "personal-info" | "add-person";
408
+ request: {
409
+ id: string;
410
+ date: Date;
411
+ status: import('../../types/chat').status;
412
+ } | {
413
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
414
+ provider?: {
415
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
416
+ expertise: string;
417
+ service: {
418
+ id: string;
419
+ icon?: string;
420
+ label: string;
421
+ fellowships: {
422
+ id: string;
423
+ title: string;
424
+ }[];
425
+ expertiseLevel: "speciality" | "sub-speciality";
426
+ price: number;
427
+ };
428
+ clinics: {
429
+ id: string;
430
+ title: number;
431
+ latitude: number;
432
+ longitude: number;
433
+ }[];
434
+ fellowships: {
435
+ id: string;
436
+ title: string;
437
+ }[];
438
+ type: import('../../types/service').InsitutionType;
439
+ illnesses?: {
440
+ [x: string]: unknown;
441
+ id: number | string;
442
+ name: string;
443
+ }[];
444
+ id: string;
445
+ name: string;
446
+ lastName: string;
447
+ isOnline: boolean;
448
+ lastSeen: Date;
449
+ imageUrl: string;
450
+ nationalCode?: string;
451
+ phoneNumber?: string;
452
+ isActive: boolean;
453
+ birthDate: Date;
454
+ lastMessage?: /*elided*/ any;
455
+ unreadCount?: number;
456
+ serviceType?: "video-call" | "voice-call" | "chat";
457
+ userType: import('../../types/chat').UserRoleKey[];
458
+ }[];
459
+ service?: {
460
+ id: string;
461
+ icon?: string;
462
+ label: string;
463
+ fellowships: {
464
+ id: string;
465
+ title: string;
466
+ }[];
467
+ expertiseLevel: "speciality" | "sub-speciality";
468
+ price: number;
469
+ };
470
+ serviceType?: import('../../types/chat').ServicePresence;
471
+ invoice?: {
472
+ [x: string]: unknown;
473
+ id: number | string;
474
+ amount?: number;
475
+ currency?: string;
476
+ status?: string;
477
+ };
478
+ id: string;
479
+ icon?: string;
480
+ label: string;
481
+ fellowships: {
482
+ id: string;
483
+ title: string;
484
+ }[];
485
+ expertiseLevel: "speciality" | "sub-speciality";
486
+ price: number;
487
+ };
488
+ };
489
+ };
490
+ unreadCount?: number;
491
+ serviceType?: "video-call" | "voice-call" | "chat";
492
+ userType: import('../../types/chat').UserRoleKey[];
493
+ }[], import('../../types/service').Provider[] | {
494
+ expertise: string;
495
+ service: {
496
+ id: string;
497
+ icon?: string;
498
+ label: string;
499
+ fellowships: {
500
+ id: string;
501
+ title: string;
502
+ }[];
503
+ expertiseLevel: "speciality" | "sub-speciality";
504
+ price: number;
505
+ };
506
+ clinics: {
507
+ id: string;
508
+ title: number;
509
+ latitude: number;
510
+ longitude: number;
511
+ }[];
512
+ fellowships: {
513
+ id: string;
514
+ title: string;
515
+ }[];
516
+ type: import('../../types/service').InsitutionType;
517
+ illnesses?: {
518
+ [x: string]: unknown;
519
+ id: number | string;
520
+ name: string;
521
+ }[];
522
+ id: string;
523
+ name: string;
524
+ lastName: string;
525
+ isOnline: boolean;
526
+ lastSeen: Date;
527
+ imageUrl: string;
528
+ nationalCode?: string;
529
+ phoneNumber?: string;
530
+ isActive: boolean;
531
+ birthDate: Date;
532
+ lastMessage?: {
533
+ id: string;
534
+ conversationId: string;
535
+ date: Date;
536
+ type: import('../../types/chat').MessageType;
537
+ text?: string;
538
+ imageUrl?: string[];
539
+ fileUrl?: string;
540
+ voiceUrl?: string;
541
+ videoUrl?: string;
542
+ isEdited: boolean;
543
+ senderId: string;
544
+ isSent: boolean;
545
+ isRead: boolean;
546
+ repliedTo: /*elided*/ any;
547
+ request?: {
548
+ id: string;
549
+ type: "personal-info" | "add-person";
550
+ request: {
551
+ id: string;
552
+ date: Date;
553
+ status: import('../../types/chat').status;
554
+ } | {
555
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
556
+ provider?: {
557
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
558
+ expertise: string;
559
+ service: {
560
+ id: string;
561
+ icon?: string;
562
+ label: string;
563
+ fellowships: {
564
+ id: string;
565
+ title: string;
566
+ }[];
567
+ expertiseLevel: "speciality" | "sub-speciality";
568
+ price: number;
569
+ };
570
+ clinics: {
571
+ id: string;
572
+ title: number;
573
+ latitude: number;
574
+ longitude: number;
575
+ }[];
576
+ fellowships: {
577
+ id: string;
578
+ title: string;
579
+ }[];
580
+ type: import('../../types/service').InsitutionType;
581
+ illnesses?: {
582
+ [x: string]: unknown;
583
+ id: number | string;
584
+ name: string;
585
+ }[];
586
+ id: string;
587
+ name: string;
588
+ lastName: string;
589
+ isOnline: boolean;
590
+ lastSeen: Date;
591
+ imageUrl: string;
592
+ nationalCode?: string;
593
+ phoneNumber?: string;
594
+ isActive: boolean;
595
+ birthDate: Date;
596
+ lastMessage?: /*elided*/ any;
597
+ unreadCount?: number;
598
+ serviceType?: "video-call" | "voice-call" | "chat";
599
+ userType: import('../../types/chat').UserRoleKey[];
600
+ }[];
601
+ service?: {
602
+ id: string;
603
+ icon?: string;
604
+ label: string;
605
+ fellowships: {
606
+ id: string;
607
+ title: string;
608
+ }[];
609
+ expertiseLevel: "speciality" | "sub-speciality";
610
+ price: number;
611
+ };
612
+ serviceType?: import('../../types/chat').ServicePresence;
613
+ invoice?: {
614
+ [x: string]: unknown;
615
+ id: number | string;
616
+ amount?: number;
617
+ currency?: string;
618
+ status?: string;
619
+ };
620
+ id: string;
621
+ icon?: string;
622
+ label: string;
623
+ fellowships: {
624
+ id: string;
625
+ title: string;
626
+ }[];
627
+ expertiseLevel: "speciality" | "sub-speciality";
628
+ price: number;
629
+ };
630
+ };
631
+ };
632
+ unreadCount?: number;
633
+ serviceType?: "video-call" | "voice-call" | "chat";
634
+ userType: import('../../types/chat').UserRoleKey[];
635
+ }[]>;
636
+ fetchServices: () => Promise<void>;
637
+ fetchProviders: (isLoadMore?: boolean, serviceId?: string, searchString?: string) => Promise<void>;
638
+ resetProviderData: () => void;
639
+ }, "isLoading" | "isLoadingServices" | "currentResultPage" | "searchText" | "selectedServiceId" | "providersPerPage" | "hasProviderNextPage" | "services" | "providers">, Pick<{
640
+ isLoading: import('vue').Ref<boolean, boolean>;
641
+ isLoadingServices: import('vue').Ref<boolean, boolean>;
642
+ currentResultPage: import('vue').Ref<number, number>;
643
+ searchText: import('vue').Ref<string, string>;
644
+ selectedServiceId: import('vue').Ref<string, string>;
645
+ providersPerPage: import('vue').Ref<number, number>;
646
+ hasProviderNextPage: import('vue').Ref<boolean, boolean>;
647
+ services: import('vue').Ref<{
648
+ id: string;
649
+ icon?: string;
650
+ label: string;
651
+ fellowships: {
652
+ id: string;
653
+ title: string;
654
+ }[];
655
+ expertiseLevel: "speciality" | "sub-speciality";
656
+ price: number;
657
+ }[], import('../../types/service').Service[] | {
658
+ id: string;
659
+ icon?: string;
660
+ label: string;
661
+ fellowships: {
662
+ id: string;
663
+ title: string;
664
+ }[];
665
+ expertiseLevel: "speciality" | "sub-speciality";
666
+ price: number;
667
+ }[]>;
668
+ providers: import('vue').Ref<{
669
+ expertise: string;
670
+ service: {
671
+ id: string;
672
+ icon?: string;
673
+ label: string;
674
+ fellowships: {
675
+ id: string;
676
+ title: string;
677
+ }[];
678
+ expertiseLevel: "speciality" | "sub-speciality";
679
+ price: number;
680
+ };
681
+ clinics: {
682
+ id: string;
683
+ title: number;
684
+ latitude: number;
685
+ longitude: number;
686
+ }[];
687
+ fellowships: {
688
+ id: string;
689
+ title: string;
690
+ }[];
691
+ type: import('../../types/service').InsitutionType;
692
+ illnesses?: {
693
+ [x: string]: unknown;
694
+ id: number | string;
695
+ name: string;
696
+ }[];
697
+ id: string;
698
+ name: string;
699
+ lastName: string;
700
+ isOnline: boolean;
701
+ lastSeen: Date;
702
+ imageUrl: string;
703
+ nationalCode?: string;
704
+ phoneNumber?: string;
705
+ isActive: boolean;
706
+ birthDate: Date;
707
+ lastMessage?: {
708
+ id: string;
709
+ conversationId: string;
710
+ date: Date;
711
+ type: import('../../types/chat').MessageType;
712
+ text?: string;
713
+ imageUrl?: string[];
714
+ fileUrl?: string;
715
+ voiceUrl?: string;
716
+ videoUrl?: string;
717
+ isEdited: boolean;
718
+ senderId: string;
719
+ isSent: boolean;
720
+ isRead: boolean;
721
+ repliedTo: /*elided*/ any;
722
+ request?: {
723
+ id: string;
724
+ type: "personal-info" | "add-person";
725
+ request: {
726
+ id: string;
727
+ date: Date;
728
+ status: import('../../types/chat').status;
729
+ } | {
730
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
731
+ provider?: {
732
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
733
+ expertise: string;
734
+ service: {
735
+ id: string;
736
+ icon?: string;
737
+ label: string;
738
+ fellowships: {
739
+ id: string;
740
+ title: string;
741
+ }[];
742
+ expertiseLevel: "speciality" | "sub-speciality";
743
+ price: number;
744
+ };
745
+ clinics: {
746
+ id: string;
747
+ title: number;
748
+ latitude: number;
749
+ longitude: number;
750
+ }[];
751
+ fellowships: {
752
+ id: string;
753
+ title: string;
754
+ }[];
755
+ type: import('../../types/service').InsitutionType;
756
+ illnesses?: {
757
+ [x: string]: unknown;
758
+ id: number | string;
759
+ name: string;
760
+ }[];
761
+ id: string;
762
+ name: string;
763
+ lastName: string;
764
+ isOnline: boolean;
765
+ lastSeen: Date;
766
+ imageUrl: string;
767
+ nationalCode?: string;
768
+ phoneNumber?: string;
769
+ isActive: boolean;
770
+ birthDate: Date;
771
+ lastMessage?: /*elided*/ any;
772
+ unreadCount?: number;
773
+ serviceType?: "video-call" | "voice-call" | "chat";
774
+ userType: import('../../types/chat').UserRoleKey[];
775
+ }[];
776
+ service?: {
777
+ id: string;
778
+ icon?: string;
779
+ label: string;
780
+ fellowships: {
781
+ id: string;
782
+ title: string;
783
+ }[];
784
+ expertiseLevel: "speciality" | "sub-speciality";
785
+ price: number;
786
+ };
787
+ serviceType?: import('../../types/chat').ServicePresence;
788
+ invoice?: {
789
+ [x: string]: unknown;
790
+ id: number | string;
791
+ amount?: number;
792
+ currency?: string;
793
+ status?: string;
794
+ };
795
+ id: string;
796
+ icon?: string;
797
+ label: string;
798
+ fellowships: {
799
+ id: string;
800
+ title: string;
801
+ }[];
802
+ expertiseLevel: "speciality" | "sub-speciality";
803
+ price: number;
804
+ };
805
+ };
806
+ };
807
+ unreadCount?: number;
808
+ serviceType?: "video-call" | "voice-call" | "chat";
809
+ userType: import('../../types/chat').UserRoleKey[];
810
+ }[], import('../../types/service').Provider[] | {
811
+ expertise: string;
812
+ service: {
813
+ id: string;
814
+ icon?: string;
815
+ label: string;
816
+ fellowships: {
817
+ id: string;
818
+ title: string;
819
+ }[];
820
+ expertiseLevel: "speciality" | "sub-speciality";
821
+ price: number;
822
+ };
823
+ clinics: {
824
+ id: string;
825
+ title: number;
826
+ latitude: number;
827
+ longitude: number;
828
+ }[];
829
+ fellowships: {
830
+ id: string;
831
+ title: string;
832
+ }[];
833
+ type: import('../../types/service').InsitutionType;
834
+ illnesses?: {
835
+ [x: string]: unknown;
836
+ id: number | string;
837
+ name: string;
838
+ }[];
839
+ id: string;
840
+ name: string;
841
+ lastName: string;
842
+ isOnline: boolean;
843
+ lastSeen: Date;
844
+ imageUrl: string;
845
+ nationalCode?: string;
846
+ phoneNumber?: string;
847
+ isActive: boolean;
848
+ birthDate: Date;
849
+ lastMessage?: {
850
+ id: string;
851
+ conversationId: string;
852
+ date: Date;
853
+ type: import('../../types/chat').MessageType;
854
+ text?: string;
855
+ imageUrl?: string[];
856
+ fileUrl?: string;
857
+ voiceUrl?: string;
858
+ videoUrl?: string;
859
+ isEdited: boolean;
860
+ senderId: string;
861
+ isSent: boolean;
862
+ isRead: boolean;
863
+ repliedTo: /*elided*/ any;
864
+ request?: {
865
+ id: string;
866
+ type: "personal-info" | "add-person";
867
+ request: {
868
+ id: string;
869
+ date: Date;
870
+ status: import('../../types/chat').status;
871
+ } | {
872
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
873
+ provider?: {
874
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
875
+ expertise: string;
876
+ service: {
877
+ id: string;
878
+ icon?: string;
879
+ label: string;
880
+ fellowships: {
881
+ id: string;
882
+ title: string;
883
+ }[];
884
+ expertiseLevel: "speciality" | "sub-speciality";
885
+ price: number;
886
+ };
887
+ clinics: {
888
+ id: string;
889
+ title: number;
890
+ latitude: number;
891
+ longitude: number;
892
+ }[];
893
+ fellowships: {
894
+ id: string;
895
+ title: string;
896
+ }[];
897
+ type: import('../../types/service').InsitutionType;
898
+ illnesses?: {
899
+ [x: string]: unknown;
900
+ id: number | string;
901
+ name: string;
902
+ }[];
903
+ id: string;
904
+ name: string;
905
+ lastName: string;
906
+ isOnline: boolean;
907
+ lastSeen: Date;
908
+ imageUrl: string;
909
+ nationalCode?: string;
910
+ phoneNumber?: string;
911
+ isActive: boolean;
912
+ birthDate: Date;
913
+ lastMessage?: /*elided*/ any;
914
+ unreadCount?: number;
915
+ serviceType?: "video-call" | "voice-call" | "chat";
916
+ userType: import('../../types/chat').UserRoleKey[];
917
+ }[];
918
+ service?: {
919
+ id: string;
920
+ icon?: string;
921
+ label: string;
922
+ fellowships: {
923
+ id: string;
924
+ title: string;
925
+ }[];
926
+ expertiseLevel: "speciality" | "sub-speciality";
927
+ price: number;
928
+ };
929
+ serviceType?: import('../../types/chat').ServicePresence;
930
+ invoice?: {
931
+ [x: string]: unknown;
932
+ id: number | string;
933
+ amount?: number;
934
+ currency?: string;
935
+ status?: string;
936
+ };
937
+ id: string;
938
+ icon?: string;
939
+ label: string;
940
+ fellowships: {
941
+ id: string;
942
+ title: string;
943
+ }[];
944
+ expertiseLevel: "speciality" | "sub-speciality";
945
+ price: number;
946
+ };
947
+ };
948
+ };
949
+ unreadCount?: number;
950
+ serviceType?: "video-call" | "voice-call" | "chat";
951
+ userType: import('../../types/chat').UserRoleKey[];
952
+ }[]>;
953
+ fetchServices: () => Promise<void>;
954
+ fetchProviders: (isLoadMore?: boolean, serviceId?: string, searchString?: string) => Promise<void>;
955
+ resetProviderData: () => void;
956
+ }, never>, Pick<{
957
+ isLoading: import('vue').Ref<boolean, boolean>;
958
+ isLoadingServices: import('vue').Ref<boolean, boolean>;
959
+ currentResultPage: import('vue').Ref<number, number>;
960
+ searchText: import('vue').Ref<string, string>;
961
+ selectedServiceId: import('vue').Ref<string, string>;
962
+ providersPerPage: import('vue').Ref<number, number>;
963
+ hasProviderNextPage: import('vue').Ref<boolean, boolean>;
964
+ services: import('vue').Ref<{
965
+ id: string;
966
+ icon?: string;
967
+ label: string;
968
+ fellowships: {
969
+ id: string;
970
+ title: string;
971
+ }[];
972
+ expertiseLevel: "speciality" | "sub-speciality";
973
+ price: number;
974
+ }[], import('../../types/service').Service[] | {
975
+ id: string;
976
+ icon?: string;
977
+ label: string;
978
+ fellowships: {
979
+ id: string;
980
+ title: string;
981
+ }[];
982
+ expertiseLevel: "speciality" | "sub-speciality";
983
+ price: number;
984
+ }[]>;
985
+ providers: import('vue').Ref<{
986
+ expertise: string;
987
+ service: {
988
+ id: string;
989
+ icon?: string;
990
+ label: string;
991
+ fellowships: {
992
+ id: string;
993
+ title: string;
994
+ }[];
995
+ expertiseLevel: "speciality" | "sub-speciality";
996
+ price: number;
997
+ };
998
+ clinics: {
999
+ id: string;
1000
+ title: number;
1001
+ latitude: number;
1002
+ longitude: number;
1003
+ }[];
1004
+ fellowships: {
1005
+ id: string;
1006
+ title: string;
1007
+ }[];
1008
+ type: import('../../types/service').InsitutionType;
1009
+ illnesses?: {
1010
+ [x: string]: unknown;
1011
+ id: number | string;
1012
+ name: string;
1013
+ }[];
1014
+ id: string;
1015
+ name: string;
1016
+ lastName: string;
1017
+ isOnline: boolean;
1018
+ lastSeen: Date;
1019
+ imageUrl: string;
1020
+ nationalCode?: string;
1021
+ phoneNumber?: string;
1022
+ isActive: boolean;
1023
+ birthDate: Date;
1024
+ lastMessage?: {
1025
+ id: string;
1026
+ conversationId: string;
1027
+ date: Date;
1028
+ type: import('../../types/chat').MessageType;
1029
+ text?: string;
1030
+ imageUrl?: string[];
1031
+ fileUrl?: string;
1032
+ voiceUrl?: string;
1033
+ videoUrl?: string;
1034
+ isEdited: boolean;
1035
+ senderId: string;
1036
+ isSent: boolean;
1037
+ isRead: boolean;
1038
+ repliedTo: /*elided*/ any;
1039
+ request?: {
1040
+ id: string;
1041
+ type: "personal-info" | "add-person";
1042
+ request: {
1043
+ id: string;
1044
+ date: Date;
1045
+ status: import('../../types/chat').status;
1046
+ } | {
1047
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
1048
+ provider?: {
1049
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
1050
+ expertise: string;
1051
+ service: {
1052
+ id: string;
1053
+ icon?: string;
1054
+ label: string;
1055
+ fellowships: {
1056
+ id: string;
1057
+ title: string;
1058
+ }[];
1059
+ expertiseLevel: "speciality" | "sub-speciality";
1060
+ price: number;
1061
+ };
1062
+ clinics: {
1063
+ id: string;
1064
+ title: number;
1065
+ latitude: number;
1066
+ longitude: number;
1067
+ }[];
1068
+ fellowships: {
1069
+ id: string;
1070
+ title: string;
1071
+ }[];
1072
+ type: import('../../types/service').InsitutionType;
1073
+ illnesses?: {
1074
+ [x: string]: unknown;
1075
+ id: number | string;
1076
+ name: string;
1077
+ }[];
1078
+ id: string;
1079
+ name: string;
1080
+ lastName: string;
1081
+ isOnline: boolean;
1082
+ lastSeen: Date;
1083
+ imageUrl: string;
1084
+ nationalCode?: string;
1085
+ phoneNumber?: string;
1086
+ isActive: boolean;
1087
+ birthDate: Date;
1088
+ lastMessage?: /*elided*/ any;
1089
+ unreadCount?: number;
1090
+ serviceType?: "video-call" | "voice-call" | "chat";
1091
+ userType: import('../../types/chat').UserRoleKey[];
1092
+ }[];
1093
+ service?: {
1094
+ id: string;
1095
+ icon?: string;
1096
+ label: string;
1097
+ fellowships: {
1098
+ id: string;
1099
+ title: string;
1100
+ }[];
1101
+ expertiseLevel: "speciality" | "sub-speciality";
1102
+ price: number;
1103
+ };
1104
+ serviceType?: import('../../types/chat').ServicePresence;
1105
+ invoice?: {
1106
+ [x: string]: unknown;
1107
+ id: number | string;
1108
+ amount?: number;
1109
+ currency?: string;
1110
+ status?: string;
1111
+ };
1112
+ id: string;
1113
+ icon?: string;
1114
+ label: string;
1115
+ fellowships: {
1116
+ id: string;
1117
+ title: string;
1118
+ }[];
1119
+ expertiseLevel: "speciality" | "sub-speciality";
1120
+ price: number;
1121
+ };
1122
+ };
1123
+ };
1124
+ unreadCount?: number;
1125
+ serviceType?: "video-call" | "voice-call" | "chat";
1126
+ userType: import('../../types/chat').UserRoleKey[];
1127
+ }[], import('../../types/service').Provider[] | {
1128
+ expertise: string;
1129
+ service: {
1130
+ id: string;
1131
+ icon?: string;
1132
+ label: string;
1133
+ fellowships: {
1134
+ id: string;
1135
+ title: string;
1136
+ }[];
1137
+ expertiseLevel: "speciality" | "sub-speciality";
1138
+ price: number;
1139
+ };
1140
+ clinics: {
1141
+ id: string;
1142
+ title: number;
1143
+ latitude: number;
1144
+ longitude: number;
1145
+ }[];
1146
+ fellowships: {
1147
+ id: string;
1148
+ title: string;
1149
+ }[];
1150
+ type: import('../../types/service').InsitutionType;
1151
+ illnesses?: {
1152
+ [x: string]: unknown;
1153
+ id: number | string;
1154
+ name: string;
1155
+ }[];
1156
+ id: string;
1157
+ name: string;
1158
+ lastName: string;
1159
+ isOnline: boolean;
1160
+ lastSeen: Date;
1161
+ imageUrl: string;
1162
+ nationalCode?: string;
1163
+ phoneNumber?: string;
1164
+ isActive: boolean;
1165
+ birthDate: Date;
1166
+ lastMessage?: {
1167
+ id: string;
1168
+ conversationId: string;
1169
+ date: Date;
1170
+ type: import('../../types/chat').MessageType;
1171
+ text?: string;
1172
+ imageUrl?: string[];
1173
+ fileUrl?: string;
1174
+ voiceUrl?: string;
1175
+ videoUrl?: string;
1176
+ isEdited: boolean;
1177
+ senderId: string;
1178
+ isSent: boolean;
1179
+ isRead: boolean;
1180
+ repliedTo: /*elided*/ any;
1181
+ request?: {
1182
+ id: string;
1183
+ type: "personal-info" | "add-person";
1184
+ request: {
1185
+ id: string;
1186
+ date: Date;
1187
+ status: import('../../types/chat').status;
1188
+ } | {
1189
+ status?: "searching" | "pending" | "approved" | "payment" | "rejected" | "expired";
1190
+ provider?: {
1191
+ status: "pending" | "approved" | "payment" | "rejected" | "expired";
1192
+ expertise: string;
1193
+ service: {
1194
+ id: string;
1195
+ icon?: string;
1196
+ label: string;
1197
+ fellowships: {
1198
+ id: string;
1199
+ title: string;
1200
+ }[];
1201
+ expertiseLevel: "speciality" | "sub-speciality";
1202
+ price: number;
1203
+ };
1204
+ clinics: {
1205
+ id: string;
1206
+ title: number;
1207
+ latitude: number;
1208
+ longitude: number;
1209
+ }[];
1210
+ fellowships: {
1211
+ id: string;
1212
+ title: string;
1213
+ }[];
1214
+ type: import('../../types/service').InsitutionType;
1215
+ illnesses?: {
1216
+ [x: string]: unknown;
1217
+ id: number | string;
1218
+ name: string;
1219
+ }[];
1220
+ id: string;
1221
+ name: string;
1222
+ lastName: string;
1223
+ isOnline: boolean;
1224
+ lastSeen: Date;
1225
+ imageUrl: string;
1226
+ nationalCode?: string;
1227
+ phoneNumber?: string;
1228
+ isActive: boolean;
1229
+ birthDate: Date;
1230
+ lastMessage?: /*elided*/ any;
1231
+ unreadCount?: number;
1232
+ serviceType?: "video-call" | "voice-call" | "chat";
1233
+ userType: import('../../types/chat').UserRoleKey[];
1234
+ }[];
1235
+ service?: {
1236
+ id: string;
1237
+ icon?: string;
1238
+ label: string;
1239
+ fellowships: {
1240
+ id: string;
1241
+ title: string;
1242
+ }[];
1243
+ expertiseLevel: "speciality" | "sub-speciality";
1244
+ price: number;
1245
+ };
1246
+ serviceType?: import('../../types/chat').ServicePresence;
1247
+ invoice?: {
1248
+ [x: string]: unknown;
1249
+ id: number | string;
1250
+ amount?: number;
1251
+ currency?: string;
1252
+ status?: string;
1253
+ };
1254
+ id: string;
1255
+ icon?: string;
1256
+ label: string;
1257
+ fellowships: {
1258
+ id: string;
1259
+ title: string;
1260
+ }[];
1261
+ expertiseLevel: "speciality" | "sub-speciality";
1262
+ price: number;
1263
+ };
1264
+ };
1265
+ };
1266
+ unreadCount?: number;
1267
+ serviceType?: "video-call" | "voice-call" | "chat";
1268
+ userType: import('../../types/chat').UserRoleKey[];
1269
+ }[]>;
1270
+ fetchServices: () => Promise<void>;
1271
+ fetchProviders: (isLoadMore?: boolean, serviceId?: string, searchString?: string) => Promise<void>;
1272
+ resetProviderData: () => void;
1273
+ }, "fetchServices" | "fetchProviders" | "resetProviderData">>;
1274
+ serviceOptions: any;
1275
+ autoSelect: any;
1276
+ field: any;
1277
+ NoProviderImage: string;
1278
+ isSelected: (id: string) => any;
1279
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<{}> & Readonly<{
1280
+ onClose?: (...args: any[]) => any;
1281
+ }>, {}, {}, {
1282
+ MedicDisplay: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1283
+ medic: {
1284
+ type: PropType<import('../../types/service').Provider>;
1285
+ required: true;
1286
+ };
1287
+ isSelected: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ loading: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ }>, {
1296
+ fellowshipString: import('vue').ComputedRef<string>;
1297
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1298
+ medic: {
1299
+ type: PropType<import('../../types/service').Provider>;
1300
+ required: true;
1301
+ };
1302
+ isSelected: {
1303
+ type: BooleanConstructor;
1304
+ default: boolean;
1305
+ };
1306
+ loading: {
1307
+ type: BooleanConstructor;
1308
+ default: boolean;
1309
+ };
1310
+ }>> & Readonly<{}>, {
1311
+ loading: boolean;
1312
+ isSelected: boolean;
1313
+ }, {}, {
1314
+ ContactAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1315
+ contact: {
1316
+ type: PropType<Contact>;
1317
+ required: true;
1318
+ };
1319
+ showOnline: {
1320
+ type: BooleanConstructor;
1321
+ default: boolean;
1322
+ };
1323
+ }>, {
1324
+ hasImage: any;
1325
+ initials: any;
1326
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1327
+ contact: {
1328
+ type: PropType<Contact>;
1329
+ required: true;
1330
+ };
1331
+ showOnline: {
1332
+ type: BooleanConstructor;
1333
+ default: boolean;
1334
+ };
1335
+ }>> & Readonly<{}>, {
1336
+ showOnline: boolean;
1337
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1338
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1339
+ NoDataDisplay: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1340
+ imagePath: {
1341
+ type: StringConstructor;
1342
+ default: string;
1343
+ };
1344
+ title: {
1345
+ type: StringConstructor;
1346
+ default: string;
1347
+ };
1348
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1349
+ imagePath: {
1350
+ type: StringConstructor;
1351
+ default: string;
1352
+ };
1353
+ title: {
1354
+ type: StringConstructor;
1355
+ default: string;
1356
+ };
1357
+ }>> & Readonly<{}>, {
1358
+ title: string;
1359
+ imagePath: string;
1360
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1361
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1362
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1363
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1364
+ export default _default;
1365
+ //# sourceMappingURL=CallPageOverlay.vue.d.ts.map