@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
@@ -1 +0,0 @@
1
- {"version":3,"file":"CallPageOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../app/components/call/CallPageOverlay.vue"],"names":[],"mappings":"AAiEA;AAoYA,OAAO,EAAE,KAAK,QAAQ,EAAuD,MAAM,KAAK,CAAC;AACzF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;;;cAUhB,QAAQ,CAAC,OAAO,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;yBA4OL,MAAM;6BAjJR,OAAO,SAAS,MAAM;;;;2BAtDxB,MAAM;;;;;;;;;;;cArChB,QAAQ,CAAC,OAAO,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAJ/C,wBAyTC"}
@@ -1,41 +0,0 @@
1
- import { PropType } from 'vue';
2
- export interface BoardColorPickerExposed {
3
- open: () => void;
4
- close: () => void;
5
- }
6
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
- modelValue: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- colors: {
12
- type: PropType<String[]>;
13
- default: () => any[];
14
- };
15
- }>, {
16
- changeSelection: (index: number) => void;
17
- submitSelection: () => void;
18
- isOpen: any;
19
- colorPickerWrapper: any;
20
- colors: any;
21
- t: import('../../../nuxt-shims').I18nT;
22
- canSelect: any;
23
- close: () => void;
24
- selectedColor: any;
25
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
26
- modelValue: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- colors: {
31
- type: PropType<String[]>;
32
- default: () => any[];
33
- };
34
- }>> & Readonly<{
35
- "onUpdate:modelValue"?: (...args: any[]) => any;
36
- }>, {
37
- modelValue: string;
38
- colors: String[];
39
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
- export default _default;
41
- //# sourceMappingURL=BoardColorPicker.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BoardColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/paint-board/BoardColorPicker.vue"],"names":[],"mappings":"AAoBA;AA6HA,OAAO,EAA2C,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE7E,MAAM,WAAW,uBAAuB;IACpC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACrB;;;;;;;cAU0B,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;6BA2DL,MAAM;;;;;;;;;;;;;;;cA3DnB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;;;;;;AAR7C,wBA6FC"}
@@ -1,48 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- modelValue: {
3
- type: NumberConstructor;
4
- required: true;
5
- };
6
- min: {
7
- type: NumberConstructor;
8
- default: number;
9
- };
10
- max: {
11
- type: NumberConstructor;
12
- default: number;
13
- };
14
- color: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- }>, {
19
- sliderRef: import('vue').Ref<HTMLElement, HTMLElement>;
20
- thumbPositionPercent: import('vue').ComputedRef<number>;
21
- handleSize: import('vue').ComputedRef<number>;
22
- startDrag: (e: PointerEvent) => void;
23
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
24
- modelValue: {
25
- type: NumberConstructor;
26
- required: true;
27
- };
28
- min: {
29
- type: NumberConstructor;
30
- default: number;
31
- };
32
- max: {
33
- type: NumberConstructor;
34
- default: number;
35
- };
36
- color: {
37
- type: StringConstructor;
38
- default: string;
39
- };
40
- }>> & Readonly<{
41
- "onUpdate:modelValue"?: (...args: any[]) => any;
42
- }>, {
43
- color: string;
44
- min: number;
45
- max: number;
46
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
47
- export default _default;
48
- //# sourceMappingURL=BrushSizeSlider.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BrushSizeSlider.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/paint-board/BrushSizeSlider.vue"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;;;;;;mBA0I8B,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;AAhD1C,wBA0DG"}
@@ -1,127 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- isOpen: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- }>, {
7
- t: import('../../../nuxt-shims').I18nT;
8
- canvasRef: import('vue').Ref<HTMLCanvasElement, HTMLCanvasElement>;
9
- saveToFiles: () => void;
10
- selectedColor: import('vue').Ref<string, string>;
11
- setColor: (color: string) => void;
12
- brushSize: import('vue').Ref<number, number>;
13
- boardColorPicker: any;
14
- handleAction: (action: string) => void;
15
- pages: import('vue').Ref<{
16
- data: any[];
17
- history: any[];
18
- redo: any[];
19
- }[], {
20
- data: any[];
21
- history: any[];
22
- redo: any[];
23
- }[] | {
24
- data: any[];
25
- history: any[];
26
- redo: any[];
27
- }[]>;
28
- selectedPage: import('vue').Ref<number, number>;
29
- pageOptions: any;
30
- colorPickerMenu: any;
31
- handlePageSelect: (key: string) => void;
32
- switchPage: (index: number) => void;
33
- colors: import('vue').Ref<string[], string[]>;
34
- isMobile: any;
35
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
36
- isOpen: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- }>> & Readonly<{
41
- onClose?: (...args: any[]) => any;
42
- }>, {
43
- isOpen: boolean;
44
- }, {}, {
45
- BrushSizeSlider: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
46
- modelValue: {
47
- type: NumberConstructor;
48
- required: true;
49
- };
50
- min: {
51
- type: NumberConstructor;
52
- default: number;
53
- };
54
- max: {
55
- type: NumberConstructor;
56
- default: number;
57
- };
58
- color: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- }>, {
63
- sliderRef: import('vue').Ref<HTMLElement, HTMLElement>;
64
- thumbPositionPercent: import('vue').ComputedRef<number>;
65
- handleSize: import('vue').ComputedRef<number>;
66
- startDrag: (e: PointerEvent) => void;
67
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
68
- modelValue: {
69
- type: NumberConstructor;
70
- required: true;
71
- };
72
- min: {
73
- type: NumberConstructor;
74
- default: number;
75
- };
76
- max: {
77
- type: NumberConstructor;
78
- default: number;
79
- };
80
- color: {
81
- type: StringConstructor;
82
- default: string;
83
- };
84
- }>> & Readonly<{
85
- "onUpdate:modelValue"?: (...args: any[]) => any;
86
- }>, {
87
- color: string;
88
- min: number;
89
- max: number;
90
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
91
- BoardColorPicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
92
- modelValue: {
93
- type: StringConstructor;
94
- default: string;
95
- };
96
- colors: {
97
- type: import('vue').PropType<String[]>;
98
- default: () => any[];
99
- };
100
- }>, {
101
- changeSelection: (index: number) => void;
102
- submitSelection: () => void;
103
- isOpen: any;
104
- colorPickerWrapper: any;
105
- colors: any;
106
- t: import('../../../nuxt-shims').I18nT;
107
- canSelect: any;
108
- close: () => void;
109
- selectedColor: any;
110
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
111
- modelValue: {
112
- type: StringConstructor;
113
- default: string;
114
- };
115
- colors: {
116
- type: import('vue').PropType<String[]>;
117
- default: () => any[];
118
- };
119
- }>> & Readonly<{
120
- "onUpdate:modelValue"?: (...args: any[]) => any;
121
- }>, {
122
- modelValue: string;
123
- colors: String[];
124
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
125
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
126
- export default _default;
127
- //# sourceMappingURL=CallPaintBoard.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CallPaintBoard.vue.d.ts","sourceRoot":"","sources":["../../../../../app/components/call/paint-board/CallPaintBoard.vue"],"names":[],"mappings":"AAsFA;;;;;;;;;;;sBA+ZiC,MAAM;;;2BA4GD,MAAM;;;;;;;;;;;;;;;;;4BAwFL,MAAM;wBApBV,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3MzC,wBAyRC"}