@yonus_amire01/chat 1.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (354) hide show
  1. package/README.md +8 -8
  2. package/dist/chat.css +1 -0
  3. package/dist/index.cjs +7 -5
  4. package/dist/index.mjs +10827 -8846
  5. package/dist/signature_pad-BvnS6ckP.cjs +4 -0
  6. package/dist/signature_pad-CSadMJ3H.js +478 -0
  7. package/dist/types/app/components/ChatPage.vue.d.ts +3 -0
  8. package/dist/types/app/components/ChatPage.vue.d.ts.map +1 -0
  9. package/dist/types/app/components/call/CallBoard.vue.d.ts +33 -0
  10. package/dist/types/app/components/call/CallBoard.vue.d.ts.map +1 -0
  11. package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts +16 -0
  12. package/dist/types/app/components/call/CallMemberDisplay.vue.d.ts.map +1 -0
  13. package/dist/types/app/components/call/CallPageOverlay.vue.d.ts +7 -0
  14. package/dist/types/app/components/call/CallPageOverlay.vue.d.ts.map +1 -0
  15. package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts +24 -0
  16. package/dist/types/app/components/call/paint-board/BoardColorPicker.vue.d.ts.map +1 -0
  17. package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts +19 -0
  18. package/dist/types/app/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +1 -0
  19. package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts +47 -0
  20. package/dist/types/app/components/call/paint-board/CallPaintBoard.vue.d.ts.map +1 -0
  21. package/dist/types/app/components/chat/ChatBubble.vue.d.ts +164 -0
  22. package/dist/types/app/components/chat/ChatBubble.vue.d.ts.map +1 -0
  23. package/dist/types/app/components/chat/ChatInput.vue.d.ts +56 -0
  24. package/dist/types/app/components/chat/ChatInput.vue.d.ts.map +1 -0
  25. package/dist/types/app/components/chat/ChatMessages.vue.d.ts +16 -0
  26. package/dist/types/app/components/chat/ChatMessages.vue.d.ts.map +1 -0
  27. package/dist/types/app/components/chat/ChatPageBar.vue.d.ts +17 -0
  28. package/dist/types/app/components/chat/ChatPageBar.vue.d.ts.map +1 -0
  29. package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts +11 -0
  30. package/dist/types/app/components/chat/ChatProfileOverview.vue.d.ts.map +1 -0
  31. package/dist/types/app/components/chat/ChatView.vue.d.ts +73 -0
  32. package/dist/types/app/components/chat/ChatView.vue.d.ts.map +1 -0
  33. package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +119 -0
  34. package/dist/types/app/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +1 -0
  35. package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +25 -0
  36. package/dist/types/app/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +1 -0
  37. package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts +12 -0
  38. package/dist/types/app/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +1 -0
  39. package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +12 -0
  40. package/dist/types/app/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +1 -0
  41. package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +12 -0
  42. package/dist/types/app/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +1 -0
  43. package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +12 -0
  44. package/dist/types/app/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +1 -0
  45. package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts +15 -0
  46. package/dist/types/app/components/chat/chat-input/InputAttachement.vue.d.ts.map +1 -0
  47. package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts +16 -0
  48. package/dist/types/app/components/chat/chat-input/PermissionPopup.vue.d.ts.map +1 -0
  49. package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +26 -0
  50. package/dist/types/app/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +1 -0
  51. package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts +8 -0
  52. package/dist/types/app/components/chat/contact/ChatContactDisplay.vue.d.ts.map +1 -0
  53. package/dist/types/app/components/chat/contact/ChatList.vue.d.ts +5 -0
  54. package/dist/types/app/components/chat/contact/ChatList.vue.d.ts.map +1 -0
  55. package/dist/types/app/components/chat/contact/ChatListSearch.vue.d.ts +12 -0
  56. package/dist/types/app/components/chat/contact/ChatListSearch.vue.d.ts.map +1 -0
  57. package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts +10 -0
  58. package/dist/types/app/components/chat/contact/ContactAvatar.vue.d.ts.map +1 -0
  59. package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts +9 -0
  60. package/dist/types/app/components/chat/profile/FileDisplay.vue.d.ts.map +1 -0
  61. package/dist/types/app/components/general/FileFormatDisplay.vue.d.ts +16 -0
  62. package/dist/types/app/components/general/FileFormatDisplay.vue.d.ts.map +1 -0
  63. package/dist/types/app/components/general/LoadingStatus.vue.d.ts +16 -0
  64. package/dist/types/app/components/general/LoadingStatus.vue.d.ts.map +1 -0
  65. package/dist/types/app/components/general/NoDataDisplay.vue.d.ts +7 -0
  66. package/dist/types/app/components/general/NoDataDisplay.vue.d.ts.map +1 -0
  67. package/dist/types/app/components/general/SafeEmojiText.vue.d.ts +10 -0
  68. package/dist/types/app/components/general/SafeEmojiText.vue.d.ts.map +1 -0
  69. package/dist/types/app/components/global/BButton.vue.d.ts +74 -0
  70. package/dist/types/app/components/global/BButton.vue.d.ts.map +1 -0
  71. package/dist/types/app/components/global/BCarousel.vue.d.ts +47 -0
  72. package/dist/types/app/components/global/BCarousel.vue.d.ts.map +1 -0
  73. package/dist/types/app/components/global/BCheckBox.vue.d.ts +30 -0
  74. package/dist/types/app/components/global/BCheckBox.vue.d.ts.map +1 -0
  75. package/dist/types/app/components/global/BEmojiPicker.vue.d.ts +7 -0
  76. package/dist/types/app/components/global/BEmojiPicker.vue.d.ts.map +1 -0
  77. package/dist/types/app/components/global/BIcon.vue.d.ts +11 -0
  78. package/dist/types/app/components/global/BIcon.vue.d.ts.map +1 -0
  79. package/dist/types/app/components/global/BImage.vue.d.ts +51 -0
  80. package/dist/types/app/components/global/BImage.vue.d.ts.map +1 -0
  81. package/dist/types/app/components/global/BInput.vue.d.ts +65 -0
  82. package/dist/types/app/components/global/BInput.vue.d.ts.map +1 -0
  83. package/dist/types/app/components/global/BLabel.vue.d.ts +18 -0
  84. package/dist/types/app/components/global/BLabel.vue.d.ts.map +1 -0
  85. package/dist/types/app/components/global/BMenu.vue.d.ts +54 -0
  86. package/dist/types/app/components/global/BMenu.vue.d.ts.map +1 -0
  87. package/dist/types/app/components/global/BModal.vue.d.ts +24 -0
  88. package/dist/types/app/components/global/BModal.vue.d.ts.map +1 -0
  89. package/dist/types/app/components/global/BPopup.vue.d.ts +42 -0
  90. package/dist/types/app/components/global/BPopup.vue.d.ts.map +1 -0
  91. package/dist/types/app/components/global/BSelect.vue.d.ts +43 -0
  92. package/dist/types/app/components/global/BSelect.vue.d.ts.map +1 -0
  93. package/dist/types/app/components/global/BTab.vue.d.ts +15 -0
  94. package/dist/types/app/components/global/BTab.vue.d.ts.map +1 -0
  95. package/dist/types/app/components/global/BToast.vue.d.ts +7 -0
  96. package/dist/types/app/components/global/BToast.vue.d.ts.map +1 -0
  97. package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts +30 -0
  98. package/dist/types/app/components/global/BVirtualVerticalList.vue.d.ts.map +1 -0
  99. package/dist/types/{composables → app/composables}/chat/useChatRecording.d.ts +4 -4
  100. package/dist/types/app/composables/chat/useChatRecording.d.ts.map +1 -0
  101. package/dist/types/app/composables/useAppPermissions.d.ts.map +1 -0
  102. package/dist/types/{composables → app/composables}/useAppToast.d.ts +2 -1
  103. package/dist/types/app/composables/useAppToast.d.ts.map +1 -0
  104. package/dist/types/app/composables/useClickOutside.d.ts.map +1 -0
  105. package/dist/types/app/composables/useDate.d.ts +7 -0
  106. package/dist/types/app/composables/useDate.d.ts.map +1 -0
  107. package/dist/types/app/composables/useDevice.d.ts.map +1 -0
  108. package/dist/types/app/composables/useLocalI18n.d.ts +5 -0
  109. package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -0
  110. package/dist/types/app/directives/filePicker.d.ts.map +1 -0
  111. package/dist/types/app/directives/imagePicker.d.ts.map +1 -0
  112. package/dist/types/app/directives/loading.d.ts.map +1 -0
  113. package/dist/types/app/index.d.ts +28 -0
  114. package/dist/types/app/index.d.ts.map +1 -0
  115. package/dist/types/{stores → app/stores}/callStore.d.ts +451 -102
  116. package/dist/types/app/stores/callStore.d.ts.map +1 -0
  117. package/dist/types/app/stores/chatStore.d.ts +969 -0
  118. package/dist/types/app/stores/chatStore.d.ts.map +1 -0
  119. package/dist/types/app/stores/mediaStore.d.ts +18 -0
  120. package/dist/types/app/stores/mediaStore.d.ts.map +1 -0
  121. package/dist/types/app/stores/messageStores.d.ts +2229 -0
  122. package/dist/types/{stores/chatStore.d.ts.map → app/stores/messageStores.d.ts.map} +1 -1
  123. package/dist/types/app/stores/profileStore.d.ts +45 -0
  124. package/dist/types/app/stores/profileStore.d.ts.map +1 -0
  125. package/dist/types/app/types/components/chat-input.d.ts.map +1 -0
  126. package/dist/types/app/types/components/input.d.ts.map +1 -0
  127. package/dist/types/app/types/components/menu-options.d.ts.map +1 -0
  128. package/dist/types/app/types/components/menu.d.ts.map +1 -0
  129. package/dist/types/app/types/components/modal.d.ts.map +1 -0
  130. package/dist/types/app/types/components/popup.d.ts.map +1 -0
  131. package/dist/types/app/types/components/select.d.ts.map +1 -0
  132. package/dist/types/app/types/components/toast.d.ts.map +1 -0
  133. package/dist/types/app/types/index.d.ts +149 -0
  134. package/dist/types/app/types/index.d.ts.map +1 -0
  135. package/dist/types/app/utils/emojiParser.d.ts.map +1 -0
  136. package/dist/types/app/utils/format.d.ts +4 -0
  137. package/dist/types/app/utils/format.d.ts.map +1 -0
  138. package/dist/types/i18n/locales/index.d.ts +2603 -0
  139. package/dist/types/i18n/locales/index.d.ts.map +1 -0
  140. package/dist/types/index.d.ts +2 -10
  141. package/package.json +7 -14
  142. package/dist/index.cjs.map +0 -1
  143. package/dist/index.mjs.map +0 -1
  144. package/dist/style.css +0 -1
  145. package/dist/types/adapter/HostAdapter.d.ts +0 -13
  146. package/dist/types/adapter/HostAdapter.d.ts.map +0 -1
  147. package/dist/types/adapter/PushPort.d.ts +0 -10
  148. package/dist/types/adapter/PushPort.d.ts.map +0 -1
  149. package/dist/types/adapter/index.d.ts +0 -7
  150. package/dist/types/adapter/index.d.ts.map +0 -1
  151. package/dist/types/adapter/mock/MockCallAdapter.d.ts +0 -14
  152. package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +0 -1
  153. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +0 -9
  154. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +0 -1
  155. package/dist/types/adapter/mock/MockChatAdapter.d.ts +0 -7
  156. package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +0 -1
  157. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +0 -7
  158. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +0 -1
  159. package/dist/types/adapter/mock/MockServiceAdapter.d.ts +0 -6
  160. package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +0 -1
  161. package/dist/types/adapter/mock/createMockAdapter.d.ts +0 -13
  162. package/dist/types/adapter/mock/createMockAdapter.d.ts.map +0 -1
  163. package/dist/types/adapter/mock/index.d.ts +0 -12
  164. package/dist/types/adapter/mock/index.d.ts.map +0 -1
  165. package/dist/types/adapter/ports/CallAdapter.d.ts +0 -36
  166. package/dist/types/adapter/ports/CallAdapter.d.ts.map +0 -1
  167. package/dist/types/adapter/ports/ChatActionAdapter.d.ts +0 -17
  168. package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +0 -1
  169. package/dist/types/adapter/ports/ChatAdapter.d.ts +0 -22
  170. package/dist/types/adapter/ports/ChatAdapter.d.ts.map +0 -1
  171. package/dist/types/adapter/ports/MedicationAdapter.d.ts +0 -6
  172. package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +0 -1
  173. package/dist/types/adapter/ports/ServiceAdapter.d.ts +0 -16
  174. package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +0 -1
  175. package/dist/types/components/ChatPage.vue.d.ts +0 -8
  176. package/dist/types/components/ChatPage.vue.d.ts.map +0 -1
  177. package/dist/types/components/call/CallBoard.vue.d.ts +0 -154
  178. package/dist/types/components/call/CallBoard.vue.d.ts.map +0 -1
  179. package/dist/types/components/call/CallMemberDisplay.vue.d.ts +0 -57
  180. package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
  181. package/dist/types/components/call/CallPageOverlay.vue.d.ts +0 -1365
  182. package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +0 -1
  183. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -41
  184. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
  185. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -48
  186. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
  187. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -127
  188. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +0 -1
  189. package/dist/types/components/chat/ChatBubble.vue.d.ts +0 -12236
  190. package/dist/types/components/chat/ChatBubble.vue.d.ts.map +0 -1
  191. package/dist/types/components/chat/ChatInput.vue.d.ts +0 -2477
  192. package/dist/types/components/chat/ChatInput.vue.d.ts.map +0 -1
  193. package/dist/types/components/chat/ChatMessages.vue.d.ts +0 -13873
  194. package/dist/types/components/chat/ChatMessages.vue.d.ts.map +0 -1
  195. package/dist/types/components/chat/ChatPageBar.vue.d.ts +0 -1204
  196. package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +0 -1
  197. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +0 -327
  198. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +0 -1
  199. package/dist/types/components/chat/ChatView.vue.d.ts +0 -4
  200. package/dist/types/components/chat/ChatView.vue.d.ts.map +0 -1
  201. package/dist/types/components/chat/PatientReferral.vue.d.ts +0 -33
  202. package/dist/types/components/chat/PatientReferral.vue.d.ts.map +0 -1
  203. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +0 -53
  204. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +0 -1
  205. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +0 -103
  206. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +0 -1
  207. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +0 -170
  208. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +0 -1
  209. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +0 -74
  210. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +0 -1
  211. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +0 -11449
  212. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +0 -1
  213. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +0 -107
  214. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +0 -1
  215. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +0 -56
  216. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +0 -1
  217. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +0 -28
  218. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +0 -1
  219. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +0 -72
  220. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +0 -1
  221. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +0 -15
  222. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +0 -1
  223. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +0 -149
  224. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +0 -1
  225. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +0 -85
  226. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +0 -1
  227. package/dist/types/components/chat/contact/ChatList.vue.d.ts +0 -3111
  228. package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +0 -1
  229. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +0 -24
  230. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +0 -1
  231. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +0 -28
  232. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +0 -1
  233. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +0 -61
  234. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +0 -1
  235. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +0 -1113
  236. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +0 -1
  237. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +0 -1060
  238. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +0 -1
  239. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +0 -1431
  240. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +0 -1
  241. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +0 -28
  242. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +0 -1
  243. package/dist/types/components/general/FileFormatDisplay.vue.d.ts +0 -60
  244. package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +0 -1
  245. package/dist/types/components/general/LoadingStatus.vue.d.ts +0 -59
  246. package/dist/types/components/general/LoadingStatus.vue.d.ts.map +0 -1
  247. package/dist/types/components/general/NoDataDisplay.vue.d.ts +0 -24
  248. package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +0 -1
  249. package/dist/types/components/general/SafeEmojiText.vue.d.ts +0 -24
  250. package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +0 -1
  251. package/dist/types/components/global/BCarousel.vue.d.ts +0 -48
  252. package/dist/types/components/global/BCarousel.vue.d.ts.map +0 -1
  253. package/dist/types/composables/chat/useChatRecording.d.ts.map +0 -1
  254. package/dist/types/composables/useAppPermissions.d.ts.map +0 -1
  255. package/dist/types/composables/useAppToast.d.ts.map +0 -1
  256. package/dist/types/composables/useClickOutside.d.ts.map +0 -1
  257. package/dist/types/composables/useDate.d.ts +0 -24
  258. package/dist/types/composables/useDate.d.ts.map +0 -1
  259. package/dist/types/composables/useDevice.d.ts.map +0 -1
  260. package/dist/types/composables/useLocale.d.ts +0 -12
  261. package/dist/types/composables/useLocale.d.ts.map +0 -1
  262. package/dist/types/composables/useTheme.d.ts +0 -4
  263. package/dist/types/composables/useTheme.d.ts.map +0 -1
  264. package/dist/types/composables/useValidation.d.ts +0 -20
  265. package/dist/types/composables/useValidation.d.ts.map +0 -1
  266. package/dist/types/composables/useWindowSize.d.ts +0 -5
  267. package/dist/types/composables/useWindowSize.d.ts.map +0 -1
  268. package/dist/types/directives/filePicker.d.ts.map +0 -1
  269. package/dist/types/directives/imagePicker.d.ts.map +0 -1
  270. package/dist/types/directives/loading.d.ts.map +0 -1
  271. package/dist/types/index.d.ts.map +0 -1
  272. package/dist/types/install.d.ts +0 -20
  273. package/dist/types/install.d.ts.map +0 -1
  274. package/dist/types/mock/chat.seed.d.ts +0 -20
  275. package/dist/types/mock/chat.seed.d.ts.map +0 -1
  276. package/dist/types/mock/helpers.d.ts +0 -3
  277. package/dist/types/mock/helpers.d.ts.map +0 -1
  278. package/dist/types/mock/index.d.ts +0 -5
  279. package/dist/types/mock/index.d.ts.map +0 -1
  280. package/dist/types/mock/medication.seed.d.ts +0 -4
  281. package/dist/types/mock/medication.seed.d.ts.map +0 -1
  282. package/dist/types/mock/service.seed.d.ts +0 -13
  283. package/dist/types/mock/service.seed.d.ts.map +0 -1
  284. package/dist/types/nuxt-shims.d.ts +0 -43
  285. package/dist/types/nuxt-shims.d.ts.map +0 -1
  286. package/dist/types/prime-preset.d.ts +0 -72
  287. package/dist/types/prime-preset.d.ts.map +0 -1
  288. package/dist/types/stores/callStore.d.ts.map +0 -1
  289. package/dist/types/stores/chatActionStore.d.ts +0 -11303
  290. package/dist/types/stores/chatActionStore.d.ts.map +0 -1
  291. package/dist/types/stores/chatStore.d.ts +0 -2966
  292. package/dist/types/stores/createStores.d.ts +0 -19290
  293. package/dist/types/stores/createStores.d.ts.map +0 -1
  294. package/dist/types/stores/medicationsStore.d.ts +0 -3542
  295. package/dist/types/stores/medicationsStore.d.ts.map +0 -1
  296. package/dist/types/stores/serviceStore.d.ts +0 -953
  297. package/dist/types/stores/serviceStore.d.ts.map +0 -1
  298. package/dist/types/themes/factory.d.ts +0 -4
  299. package/dist/types/themes/factory.d.ts.map +0 -1
  300. package/dist/types/types/address.d.ts +0 -26
  301. package/dist/types/types/address.d.ts.map +0 -1
  302. package/dist/types/types/calendar.d.ts +0 -88
  303. package/dist/types/types/calendar.d.ts.map +0 -1
  304. package/dist/types/types/call.d.ts +0 -9
  305. package/dist/types/types/call.d.ts.map +0 -1
  306. package/dist/types/types/chat.d.ts +0 -71
  307. package/dist/types/types/chat.d.ts.map +0 -1
  308. package/dist/types/types/clinic.d.ts +0 -7
  309. package/dist/types/types/clinic.d.ts.map +0 -1
  310. package/dist/types/types/components/chat-input.d.ts.map +0 -1
  311. package/dist/types/types/components/input.d.ts.map +0 -1
  312. package/dist/types/types/components/menu-options.d.ts.map +0 -1
  313. package/dist/types/types/components/menu.d.ts.map +0 -1
  314. package/dist/types/types/components/modal.d.ts.map +0 -1
  315. package/dist/types/types/components/nav-item.d.ts +0 -11
  316. package/dist/types/types/components/nav-item.d.ts.map +0 -1
  317. package/dist/types/types/components/nav-sub-item.d.ts +0 -9
  318. package/dist/types/types/components/nav-sub-item.d.ts.map +0 -1
  319. package/dist/types/types/components/popup.d.ts.map +0 -1
  320. package/dist/types/types/components/select.d.ts.map +0 -1
  321. package/dist/types/types/components/toast.d.ts.map +0 -1
  322. package/dist/types/types/env/runtimeConfig.d.ts +0 -22
  323. package/dist/types/types/invoice.d.ts +0 -8
  324. package/dist/types/types/invoice.d.ts.map +0 -1
  325. package/dist/types/types/medic.d.ts +0 -6
  326. package/dist/types/types/medic.d.ts.map +0 -1
  327. package/dist/types/types/medication.d.ts +0 -25
  328. package/dist/types/types/medication.d.ts.map +0 -1
  329. package/dist/types/types/notification.d.ts +0 -10
  330. package/dist/types/types/notification.d.ts.map +0 -1
  331. package/dist/types/types/service.d.ts +0 -25
  332. package/dist/types/types/service.d.ts.map +0 -1
  333. package/dist/types/types/story.d.ts +0 -12
  334. package/dist/types/types/story.d.ts.map +0 -1
  335. package/dist/types/types/theme.d.ts +0 -26
  336. package/dist/types/types/theme.d.ts.map +0 -1
  337. package/dist/types/utils/emojiParser.d.ts.map +0 -1
  338. package/dist/types/utils/format.d.ts +0 -52
  339. package/dist/types/utils/format.d.ts.map +0 -1
  340. /package/dist/types/{composables → app/composables}/useAppPermissions.d.ts +0 -0
  341. /package/dist/types/{composables → app/composables}/useClickOutside.d.ts +0 -0
  342. /package/dist/types/{composables → app/composables}/useDevice.d.ts +0 -0
  343. /package/dist/types/{directives → app/directives}/filePicker.d.ts +0 -0
  344. /package/dist/types/{directives → app/directives}/imagePicker.d.ts +0 -0
  345. /package/dist/types/{directives → app/directives}/loading.d.ts +0 -0
  346. /package/dist/types/{types → app/types}/components/chat-input.d.ts +0 -0
  347. /package/dist/types/{types → app/types}/components/input.d.ts +0 -0
  348. /package/dist/types/{types → app/types}/components/menu-options.d.ts +0 -0
  349. /package/dist/types/{types → app/types}/components/menu.d.ts +0 -0
  350. /package/dist/types/{types → app/types}/components/modal.d.ts +0 -0
  351. /package/dist/types/{types → app/types}/components/popup.d.ts +0 -0
  352. /package/dist/types/{types → app/types}/components/select.d.ts +0 -0
  353. /package/dist/types/{types → app/types}/components/toast.d.ts +0 -0
  354. /package/dist/types/{utils → app/utils}/emojiParser.d.ts +0 -0
@@ -0,0 +1,47 @@
1
+ type __VLS_Props = {
2
+ isOpen?: boolean;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ close: () => any;
6
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
7
+ onClose?: () => any;
8
+ }>, {
9
+ isOpen: boolean;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
11
+ canvasRef: HTMLCanvasElement;
12
+ colorPickerMenu: unknown;
13
+ boardColorPicker: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
14
+ modelValue?: string;
15
+ colors: string[];
16
+ }> & Readonly<{
17
+ "onUpdate:modelValue"?: (value: string) => any;
18
+ }>, {
19
+ open: () => void;
20
+ close: () => void;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ "update:modelValue": (value: string) => any;
23
+ }, import('vue').PublicProps, {
24
+ modelValue: string;
25
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
26
+ colorPickerWrapper: HTMLDivElement;
27
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
28
+ P: {};
29
+ B: {};
30
+ D: {};
31
+ C: {};
32
+ M: {};
33
+ Defaults: {};
34
+ }, Readonly<{
35
+ modelValue?: string;
36
+ colors: string[];
37
+ }> & Readonly<{
38
+ "onUpdate:modelValue"?: (value: string) => any;
39
+ }>, {
40
+ open: () => void;
41
+ close: () => void;
42
+ }, {}, {}, {}, {
43
+ modelValue: string;
44
+ }>;
45
+ }, HTMLDivElement>;
46
+ export default _default;
47
+ //# sourceMappingURL=CallPaintBoard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallPaintBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/call/paint-board/CallPaintBoard.vue"],"names":[],"mappings":"AAgdA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;;;;;YADS,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgoBpB,wBAUG"}
@@ -0,0 +1,164 @@
1
+ import { Contact, ExtendedMessage } from '../../types';
2
+ type __VLS_Props = {
3
+ message: ExtendedMessage;
4
+ contact: Contact;
5
+ isFirstUnread?: boolean;
6
+ isDeleting?: boolean;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ isFirstUnread: boolean;
10
+ isDeleting: boolean;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
12
+ imageDisplayRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
13
+ images?: string[];
14
+ }> & Readonly<{}>, {
15
+ open: (index: number) => void;
16
+ close: () => void;
17
+ download: () => void;
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
19
+ images: string[];
20
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
+ P: {};
22
+ B: {};
23
+ D: {};
24
+ C: {};
25
+ M: {};
26
+ Defaults: {};
27
+ }, Readonly<{
28
+ images?: string[];
29
+ }> & Readonly<{}>, {
30
+ open: (index: number) => void;
31
+ close: () => void;
32
+ download: () => void;
33
+ }, {}, {}, {}, {
34
+ images: string[];
35
+ }>;
36
+ bubbleOptionsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
37
+ message: ExtendedMessage;
38
+ }> & Readonly<{}>, {
39
+ openMenu: (x: number, y: number) => void;
40
+ closeMenu: () => void;
41
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
42
+ menuRef: {
43
+ $: import('vue').ComponentInternalInstance;
44
+ $data: {};
45
+ $props: Partial<{
46
+ options: import('../global/BMenu.vue').Option[];
47
+ align: "top" | null;
48
+ ignoreGlobal: boolean;
49
+ overlay: boolean;
50
+ autoClose: boolean;
51
+ }> & Omit<{
52
+ readonly options?: import('../global/BMenu.vue').Option[];
53
+ readonly overlay?: boolean;
54
+ readonly autoClose?: boolean;
55
+ readonly align?: "top" | null;
56
+ readonly ignoreGlobal?: boolean;
57
+ readonly onClose?: () => any;
58
+ readonly onSelect?: (key: string) => any;
59
+ readonly onOpen?: () => any;
60
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "align" | "ignoreGlobal" | "overlay" | "autoClose">;
61
+ $attrs: import('vue').Attrs;
62
+ $refs: {
63
+ [x: string]: unknown;
64
+ } & {
65
+ menuWrapper: HTMLDivElement;
66
+ panelRef: HTMLDivElement;
67
+ };
68
+ $slots: Readonly<{
69
+ [name: string]: import('vue').Slot<any>;
70
+ }>;
71
+ $root: ComponentPublicInstance | null;
72
+ $parent: ComponentPublicInstance | null;
73
+ $host: Element | null;
74
+ $emit: ((event: "close") => void) & ((event: "select", key: string) => void) & ((event: "open") => void);
75
+ $el: HTMLDivElement;
76
+ $options: import('vue').ComponentOptionsBase<Readonly<{
77
+ options?: import('../global/BMenu.vue').Option[];
78
+ overlay?: boolean;
79
+ autoClose?: boolean;
80
+ align?: "top" | null;
81
+ ignoreGlobal?: boolean;
82
+ }> & Readonly<{
83
+ onClose?: () => any;
84
+ onSelect?: (key: string) => any;
85
+ onOpen?: () => any;
86
+ }>, {
87
+ open: () => void;
88
+ close: () => void;
89
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
90
+ close: () => any;
91
+ select: (key: string) => any;
92
+ open: () => any;
93
+ }, string, {
94
+ options: import('../global/BMenu.vue').Option[];
95
+ align: "top" | null;
96
+ ignoreGlobal: boolean;
97
+ overlay: boolean;
98
+ autoClose: boolean;
99
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
100
+ beforeCreate?: (() => void) | (() => void)[];
101
+ created?: (() => void) | (() => void)[];
102
+ beforeMount?: (() => void) | (() => void)[];
103
+ mounted?: (() => void) | (() => void)[];
104
+ beforeUpdate?: (() => void) | (() => void)[];
105
+ updated?: (() => void) | (() => void)[];
106
+ activated?: (() => void) | (() => void)[];
107
+ deactivated?: (() => void) | (() => void)[];
108
+ beforeDestroy?: (() => void) | (() => void)[];
109
+ beforeUnmount?: (() => void) | (() => void)[];
110
+ destroyed?: (() => void) | (() => void)[];
111
+ unmounted?: (() => void) | (() => void)[];
112
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
113
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
114
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
115
+ };
116
+ $forceUpdate: () => void;
117
+ $nextTick: typeof import('vue').nextTick;
118
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
119
+ } & Readonly<{
120
+ options: import('../global/BMenu.vue').Option[];
121
+ align: "top" | null;
122
+ ignoreGlobal: boolean;
123
+ overlay: boolean;
124
+ autoClose: boolean;
125
+ }> & Omit<Readonly<{
126
+ options?: import('../global/BMenu.vue').Option[];
127
+ overlay?: boolean;
128
+ autoClose?: boolean;
129
+ align?: "top" | null;
130
+ ignoreGlobal?: boolean;
131
+ }> & Readonly<{
132
+ onClose?: () => any;
133
+ onSelect?: (key: string) => any;
134
+ onOpen?: () => any;
135
+ }>, "close" | "open" | ("options" | "align" | "ignoreGlobal" | "overlay" | "autoClose")> & {
136
+ open: () => void;
137
+ close: () => void;
138
+ } & {} & import('vue').ComponentCustomProperties & {} & {
139
+ $slots: {
140
+ trigger?(_: {
141
+ isOpen: boolean;
142
+ }): any;
143
+ default?(_: {
144
+ isOpen: boolean;
145
+ close: () => void;
146
+ }): any;
147
+ };
148
+ };
149
+ }, any, import('vue').ComponentProvideOptions, {
150
+ P: {};
151
+ B: {};
152
+ D: {};
153
+ C: {};
154
+ M: {};
155
+ Defaults: {};
156
+ }, Readonly<{
157
+ message: ExtendedMessage;
158
+ }> & Readonly<{}>, {
159
+ openMenu: (x: number, y: number) => void;
160
+ closeMenu: () => void;
161
+ }, {}, {}, {}, {}>;
162
+ }, HTMLDivElement>;
163
+ export default _default;
164
+ //# sourceMappingURL=ChatBubble.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatBubble.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatBubble.vue"],"names":[],"mappings":"AA6hBA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAYxD,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,eAAe,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;;mBAFgB,OAAO;gBACV,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6NK,GAAG,8CAA8C,GAAG,yBAC1D,GAAE,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgd/D,wBASG"}
@@ -0,0 +1,56 @@
1
+ type __VLS_Props = {
2
+ isActive?: boolean;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5
+ focus: () => void;
6
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ edit: () => any;
8
+ send: () => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onEdit?: () => any;
11
+ onSend?: () => any;
12
+ }>, {
13
+ isActive: boolean;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
15
+ videoDisplayRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
16
+ stream?: MediaStream | null;
17
+ isPaused?: boolean;
18
+ recordingTime?: number;
19
+ }> & Readonly<{
20
+ "onFlip-camera"?: () => any;
21
+ }>, {
22
+ open: () => void;
23
+ close: () => void;
24
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ "flip-camera": () => any;
26
+ }, import('vue').PublicProps, {
27
+ stream: MediaStream | null;
28
+ isPaused: boolean;
29
+ recordingTime: number;
30
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
31
+ P: {};
32
+ B: {};
33
+ D: {};
34
+ C: {};
35
+ M: {};
36
+ Defaults: {};
37
+ }, Readonly<{
38
+ stream?: MediaStream | null;
39
+ isPaused?: boolean;
40
+ recordingTime?: number;
41
+ }> & Readonly<{
42
+ "onFlip-camera"?: () => any;
43
+ }>, {
44
+ open: () => void;
45
+ close: () => void;
46
+ }, {}, {}, {}, {
47
+ stream: MediaStream | null;
48
+ isPaused: boolean;
49
+ recordingTime: number;
50
+ }>;
51
+ rootElements: HTMLDivElement;
52
+ inputRef: HTMLDivElement;
53
+ menuRef: unknown;
54
+ }, HTMLDivElement>;
55
+ export default _default;
56
+ //# sourceMappingURL=ChatInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatInput.vue"],"names":[],"mappings":"AAopBA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;;;cADW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAw2BtB,wBAWG"}
@@ -0,0 +1,16 @@
1
+ import { Contact } from '../../types';
2
+ import { MenuOption } from '../../types/components/menu-options';
3
+ type __VLS_Props = {
4
+ contact: Contact | null;
5
+ options: MenuOption[];
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ contact: Contact | null;
9
+ options: MenuOption[];
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
11
+ scrollContainer: HTMLDivElement;
12
+ loaderRef: HTMLDivElement;
13
+ modal: unknown;
14
+ }, any>;
15
+ export default _default;
16
+ //# sourceMappingURL=ChatMessages.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatMessages.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatMessages.vue"],"names":[],"mappings":"AA4pBA,OAAO,KAAK,EAAW,OAAO,EAAmB,MAAM,SAAS,CAAC;AAKjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAMlE,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB,CAAC;;aAFS,OAAO,GAAG,IAAI;aACd,UAAU,EAAE;;;;;;AAytBzB,wBAQG"}
@@ -0,0 +1,17 @@
1
+ import { Contact } from '../../types';
2
+ type __VLS_Props = {
3
+ contact: Contact | null;
4
+ options: any[];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ call: () => any;
8
+ "open-profile": () => any;
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ onCall?: () => any;
11
+ "onOpen-profile"?: () => any;
12
+ }>, {
13
+ contact: Contact | null;
14
+ options: any[];
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ export default _default;
17
+ //# sourceMappingURL=ChatPageBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatPageBar.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatPageBar.vue"],"names":[],"mappings":"AAuMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAKvC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,GAAG,EAAE,CAAC;CAChB,CAAC;;;;;;;;aAFS,OAAO,GAAG,IAAI;aACd,GAAG,EAAE;;AA4UlB,wBASG"}
@@ -0,0 +1,11 @@
1
+ import { Contact } from '../../types';
2
+ type __VLS_Props = {
3
+ profile?: Contact | null;
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ profile: Contact | null;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
8
+ imagesSection: HTMLDivElement;
9
+ }, HTMLDivElement>;
10
+ export default _default;
11
+ //# sourceMappingURL=ChatProfileOverview.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatProfileOverview.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatProfileOverview.vue"],"names":[],"mappings":"AAybA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAWvC,KAAK,WAAW,GAAG;IACf,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC1B,CAAC;;aADU,OAAO,GAAG,IAAI;;;;AA6pB5B,wBASG"}
@@ -0,0 +1,73 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
+ chatInput: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
3
+ isActive?: boolean;
4
+ }> & Readonly<{
5
+ onEdit?: () => any;
6
+ onSend?: () => any;
7
+ }>, {
8
+ focus: () => void;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ edit: () => any;
11
+ send: () => any;
12
+ }, import('vue').PublicProps, {
13
+ isActive: boolean;
14
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
15
+ videoDisplayRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
16
+ stream?: MediaStream | null;
17
+ isPaused?: boolean;
18
+ recordingTime?: number;
19
+ }> & Readonly<{
20
+ "onFlip-camera"?: () => any;
21
+ }>, {
22
+ open: () => void;
23
+ close: () => void;
24
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
+ "flip-camera": () => any;
26
+ }, import('vue').PublicProps, {
27
+ stream: MediaStream | null;
28
+ isPaused: boolean;
29
+ recordingTime: number;
30
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
31
+ P: {};
32
+ B: {};
33
+ D: {};
34
+ C: {};
35
+ M: {};
36
+ Defaults: {};
37
+ }, Readonly<{
38
+ stream?: MediaStream | null;
39
+ isPaused?: boolean;
40
+ recordingTime?: number;
41
+ }> & Readonly<{
42
+ "onFlip-camera"?: () => any;
43
+ }>, {
44
+ open: () => void;
45
+ close: () => void;
46
+ }, {}, {}, {}, {
47
+ stream: MediaStream | null;
48
+ isPaused: boolean;
49
+ recordingTime: number;
50
+ }>;
51
+ rootElements: HTMLDivElement;
52
+ inputRef: HTMLDivElement;
53
+ menuRef: unknown;
54
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
55
+ P: {};
56
+ B: {};
57
+ D: {};
58
+ C: {};
59
+ M: {};
60
+ Defaults: {};
61
+ }, Readonly<{
62
+ isActive?: boolean;
63
+ }> & Readonly<{
64
+ onEdit?: () => any;
65
+ onSend?: () => any;
66
+ }>, {
67
+ focus: () => void;
68
+ }, {}, {}, {}, {
69
+ isActive: boolean;
70
+ }>;
71
+ }, HTMLDivElement>;
72
+ export default _default;
73
+ //# sourceMappingURL=ChatView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatView.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/chat/ChatView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2UA,wBAOG"}
@@ -0,0 +1,119 @@
1
+ import { nextTick } from 'vue';
2
+ import { ExtendedMessage } from '../../../types';
3
+ type __VLS_Props = {
4
+ message: ExtendedMessage;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7
+ openMenu: (x: number, y: number) => void;
8
+ closeMenu: () => void;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
10
+ menuRef: {
11
+ $: import('vue').ComponentInternalInstance;
12
+ $data: {};
13
+ $props: Partial<{
14
+ options: import('../../global/BMenu.vue').Option[];
15
+ align: "top" | null;
16
+ ignoreGlobal: boolean;
17
+ overlay: boolean;
18
+ autoClose: boolean;
19
+ }> & Omit<{
20
+ readonly options?: import('../../global/BMenu.vue').Option[];
21
+ readonly overlay?: boolean;
22
+ readonly autoClose?: boolean;
23
+ readonly align?: "top" | null;
24
+ readonly ignoreGlobal?: boolean;
25
+ readonly onClose?: () => any;
26
+ readonly onSelect?: (key: string) => any;
27
+ readonly onOpen?: () => any;
28
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "options" | "align" | "ignoreGlobal" | "overlay" | "autoClose">;
29
+ $attrs: import('vue').Attrs;
30
+ $refs: {
31
+ [x: string]: unknown;
32
+ } & {
33
+ menuWrapper: HTMLDivElement;
34
+ panelRef: HTMLDivElement;
35
+ };
36
+ $slots: Readonly<{
37
+ [name: string]: import('vue').Slot<any>;
38
+ }>;
39
+ $root: ComponentPublicInstance | null;
40
+ $parent: ComponentPublicInstance | null;
41
+ $host: Element | null;
42
+ $emit: ((event: "close") => void) & ((event: "select", key: string) => void) & ((event: "open") => void);
43
+ $el: HTMLDivElement;
44
+ $options: import('vue').ComponentOptionsBase<Readonly<{
45
+ options?: import('../../global/BMenu.vue').Option[];
46
+ overlay?: boolean;
47
+ autoClose?: boolean;
48
+ align?: "top" | null;
49
+ ignoreGlobal?: boolean;
50
+ }> & Readonly<{
51
+ onClose?: () => any;
52
+ onSelect?: (key: string) => any;
53
+ onOpen?: () => any;
54
+ }>, {
55
+ open: () => void;
56
+ close: () => void;
57
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
+ close: () => any;
59
+ select: (key: string) => any;
60
+ open: () => any;
61
+ }, string, {
62
+ options: import('../../global/BMenu.vue').Option[];
63
+ align: "top" | null;
64
+ ignoreGlobal: boolean;
65
+ overlay: boolean;
66
+ autoClose: boolean;
67
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
68
+ beforeCreate?: (() => void) | (() => void)[];
69
+ created?: (() => void) | (() => void)[];
70
+ beforeMount?: (() => void) | (() => void)[];
71
+ mounted?: (() => void) | (() => void)[];
72
+ beforeUpdate?: (() => void) | (() => void)[];
73
+ updated?: (() => void) | (() => void)[];
74
+ activated?: (() => void) | (() => void)[];
75
+ deactivated?: (() => void) | (() => void)[];
76
+ beforeDestroy?: (() => void) | (() => void)[];
77
+ beforeUnmount?: (() => void) | (() => void)[];
78
+ destroyed?: (() => void) | (() => void)[];
79
+ unmounted?: (() => void) | (() => void)[];
80
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
81
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
82
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
83
+ };
84
+ $forceUpdate: () => void;
85
+ $nextTick: typeof nextTick;
86
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
87
+ } & Readonly<{
88
+ options: import('../../global/BMenu.vue').Option[];
89
+ align: "top" | null;
90
+ ignoreGlobal: boolean;
91
+ overlay: boolean;
92
+ autoClose: boolean;
93
+ }> & Omit<Readonly<{
94
+ options?: import('../../global/BMenu.vue').Option[];
95
+ overlay?: boolean;
96
+ autoClose?: boolean;
97
+ align?: "top" | null;
98
+ ignoreGlobal?: boolean;
99
+ }> & Readonly<{
100
+ onClose?: () => any;
101
+ onSelect?: (key: string) => any;
102
+ onOpen?: () => any;
103
+ }>, "close" | "open" | ("options" | "align" | "ignoreGlobal" | "overlay" | "autoClose")> & {
104
+ open: () => void;
105
+ close: () => void;
106
+ } & {} & import('vue').ComponentCustomProperties & {} & {
107
+ $slots: {
108
+ trigger?(_: {
109
+ isOpen: boolean;
110
+ }): any;
111
+ default?(_: {
112
+ isOpen: boolean;
113
+ close: () => void;
114
+ }): any;
115
+ };
116
+ };
117
+ }, any>;
118
+ export default _default;
119
+ //# sourceMappingURL=BubbleOptions.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BubbleOptions.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleOptions.vue"],"names":[],"mappings":"AAgKA,OAAO,EAAY,QAAQ,EAAwB,MAAM,KAAK,CAAC;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI/C,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;;kBAUmB,MAAM,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoOimd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7vd,wBASG"}
@@ -0,0 +1,25 @@
1
+ type __VLS_Props = {
2
+ videoUrl?: string;
3
+ thumbnail?: string;
4
+ mode?: "playback" | "recording";
5
+ stream?: MediaStream | null;
6
+ messageId?: string;
7
+ isSent?: boolean;
8
+ isPaused?: boolean;
9
+ recordingTime?: number;
10
+ maxDuration?: number;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
+ videoUrl: string;
14
+ isSent: boolean;
15
+ stream: MediaStream | null;
16
+ mode: "playback" | "recording";
17
+ thumbnail: string;
18
+ isPaused: boolean;
19
+ recordingTime: number;
20
+ maxDuration: number;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
22
+ videoRef: HTMLVideoElement;
23
+ }, HTMLDivElement>;
24
+ export default _default;
25
+ //# sourceMappingURL=BubbleVideo.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BubbleVideo.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/BubbleVideo.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;;cATW,MAAM;YAKR,OAAO;YAFP,WAAW,GAAG,IAAI;UADpB,UAAU,GAAG,WAAW;eADnB,MAAM;cAKP,OAAO;mBACF,MAAM;iBACR,MAAM;;;;AAwRxB,wBASG"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ messageId?: string;
3
+ isMine?: boolean;
4
+ isSent?: boolean;
5
+ url: string;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ isSent: boolean;
9
+ isMine: boolean;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
12
+ //# sourceMappingURL=FileDisplay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/FileDisplay.vue"],"names":[],"mappings":"AAwMA,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;;YAFS,OAAO;YADP,OAAO;;AAuQpB,wBAQG"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ images?: string[];
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5
+ open: (index: number) => void;
6
+ close: () => void;
7
+ download: () => void;
8
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ images: string[];
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
12
+ //# sourceMappingURL=ImageGroupDisplay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageGroupDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/ImageGroupDisplay.vue"],"names":[],"mappings":"AAkRA,KAAK,WAAW,GAAG;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;;kBAgJY,MAAM;;;;YAjJT,MAAM,EAAE;;AAkYrB,wBASG"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ url: string;
3
+ messageId?: string;
4
+ isSent?: boolean;
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ isSent: boolean;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
9
+ audioRef: HTMLAudioElement;
10
+ }, HTMLDivElement>;
11
+ export default _default;
12
+ //# sourceMappingURL=VoiceDisplay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VoiceDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-bubbles/VoiceDisplay.vue"],"names":[],"mappings":"AAkOA,KAAK,WAAW,GAAG;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;;YADS,OAAO;;;;AAqRpB,wBASG"}
@@ -0,0 +1,12 @@
1
+ interface AttachmentFile {
2
+ name: string;
3
+ size: number;
4
+ format: string;
5
+ path: string;
6
+ }
7
+ type __VLS_Props = {
8
+ file: AttachmentFile;
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
12
+ //# sourceMappingURL=AttachementFileDisplay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachementFileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../../../../app/components/chat/chat-input/AttachementFileDisplay.vue"],"names":[],"mappings":"AAyDA,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,cAAc,CAAC;CACtB,CAAC;;AAsFF,wBAOG"}