@yonus_amire01/chat 1.0.0 → 2.0.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 (360) 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 +81634 -8799
  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/{composables → app/composables}/useDate.d.ts +1 -1
  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 +2 -0
  109. package/dist/types/app/composables/useLocalI18n.d.ts.map +1 -0
  110. package/dist/types/app/composables/useLocale.d.ts +12 -0
  111. package/dist/types/app/composables/useLocale.d.ts.map +1 -0
  112. package/dist/types/app/composables/useTheme.d.ts +4 -0
  113. package/dist/types/app/composables/useTheme.d.ts.map +1 -0
  114. package/dist/types/{composables → app/composables}/useValidation.d.ts +1 -1
  115. package/dist/types/app/composables/useValidation.d.ts.map +1 -0
  116. package/dist/types/app/composables/useWindowSize.d.ts +5 -0
  117. package/dist/types/app/composables/useWindowSize.d.ts.map +1 -0
  118. package/dist/types/app/directives/filePicker.d.ts.map +1 -0
  119. package/dist/types/app/directives/imagePicker.d.ts.map +1 -0
  120. package/dist/types/app/directives/loading.d.ts.map +1 -0
  121. package/dist/types/app/index.d.ts +24 -0
  122. package/dist/types/app/index.d.ts.map +1 -0
  123. package/dist/types/{stores → app/stores}/callStore.d.ts +487 -102
  124. package/dist/types/app/stores/callStore.d.ts.map +1 -0
  125. package/dist/types/app/stores/chatStore.d.ts +983 -0
  126. package/dist/types/app/stores/chatStore.d.ts.map +1 -0
  127. package/dist/types/app/stores/messageStores.d.ts +2248 -0
  128. package/dist/types/app/stores/messageStores.d.ts.map +1 -0
  129. package/dist/types/app/types/address.d.ts.map +1 -0
  130. package/dist/types/{types → app/types}/calendar.d.ts +1 -2
  131. package/dist/types/app/types/calendar.d.ts.map +1 -0
  132. package/dist/types/{types → app/types}/call.d.ts +1 -0
  133. package/dist/types/app/types/call.d.ts.map +1 -0
  134. package/dist/types/{types → app/types}/chat.d.ts +7 -26
  135. package/dist/types/app/types/chat.d.ts.map +1 -0
  136. package/dist/types/app/types/components/chat-input.d.ts.map +1 -0
  137. package/dist/types/app/types/components/input.d.ts.map +1 -0
  138. package/dist/types/app/types/components/menu-options.d.ts.map +1 -0
  139. package/dist/types/app/types/components/menu.d.ts.map +1 -0
  140. package/dist/types/app/types/components/modal.d.ts.map +1 -0
  141. package/dist/types/app/types/components/popup.d.ts.map +1 -0
  142. package/dist/types/app/types/components/select.d.ts.map +1 -0
  143. package/dist/types/app/types/components/toast.d.ts.map +1 -0
  144. package/dist/types/app/types/theme.d.ts +11 -0
  145. package/dist/types/app/types/theme.d.ts.map +1 -0
  146. package/dist/types/app/utils/emojiParser.d.ts.map +1 -0
  147. package/dist/types/app/utils/format.d.ts.map +1 -0
  148. package/dist/types/i18n/locales/index.d.ts +2603 -0
  149. package/dist/types/i18n/locales/index.d.ts.map +1 -0
  150. package/dist/types/index.d.ts +2 -10
  151. package/package.json +7 -14
  152. package/dist/index.cjs.map +0 -1
  153. package/dist/index.mjs.map +0 -1
  154. package/dist/style.css +0 -1
  155. package/dist/types/adapter/HostAdapter.d.ts +0 -13
  156. package/dist/types/adapter/HostAdapter.d.ts.map +0 -1
  157. package/dist/types/adapter/PushPort.d.ts +0 -10
  158. package/dist/types/adapter/PushPort.d.ts.map +0 -1
  159. package/dist/types/adapter/index.d.ts +0 -7
  160. package/dist/types/adapter/index.d.ts.map +0 -1
  161. package/dist/types/adapter/mock/MockCallAdapter.d.ts +0 -14
  162. package/dist/types/adapter/mock/MockCallAdapter.d.ts.map +0 -1
  163. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts +0 -9
  164. package/dist/types/adapter/mock/MockChatActionAdapter.d.ts.map +0 -1
  165. package/dist/types/adapter/mock/MockChatAdapter.d.ts +0 -7
  166. package/dist/types/adapter/mock/MockChatAdapter.d.ts.map +0 -1
  167. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts +0 -7
  168. package/dist/types/adapter/mock/MockMedicationAdapter.d.ts.map +0 -1
  169. package/dist/types/adapter/mock/MockServiceAdapter.d.ts +0 -6
  170. package/dist/types/adapter/mock/MockServiceAdapter.d.ts.map +0 -1
  171. package/dist/types/adapter/mock/createMockAdapter.d.ts +0 -13
  172. package/dist/types/adapter/mock/createMockAdapter.d.ts.map +0 -1
  173. package/dist/types/adapter/mock/index.d.ts +0 -12
  174. package/dist/types/adapter/mock/index.d.ts.map +0 -1
  175. package/dist/types/adapter/ports/CallAdapter.d.ts +0 -36
  176. package/dist/types/adapter/ports/CallAdapter.d.ts.map +0 -1
  177. package/dist/types/adapter/ports/ChatActionAdapter.d.ts +0 -17
  178. package/dist/types/adapter/ports/ChatActionAdapter.d.ts.map +0 -1
  179. package/dist/types/adapter/ports/ChatAdapter.d.ts +0 -22
  180. package/dist/types/adapter/ports/ChatAdapter.d.ts.map +0 -1
  181. package/dist/types/adapter/ports/MedicationAdapter.d.ts +0 -6
  182. package/dist/types/adapter/ports/MedicationAdapter.d.ts.map +0 -1
  183. package/dist/types/adapter/ports/ServiceAdapter.d.ts +0 -16
  184. package/dist/types/adapter/ports/ServiceAdapter.d.ts.map +0 -1
  185. package/dist/types/components/ChatPage.vue.d.ts +0 -8
  186. package/dist/types/components/ChatPage.vue.d.ts.map +0 -1
  187. package/dist/types/components/call/CallBoard.vue.d.ts +0 -154
  188. package/dist/types/components/call/CallBoard.vue.d.ts.map +0 -1
  189. package/dist/types/components/call/CallMemberDisplay.vue.d.ts +0 -57
  190. package/dist/types/components/call/CallMemberDisplay.vue.d.ts.map +0 -1
  191. package/dist/types/components/call/CallPageOverlay.vue.d.ts +0 -1365
  192. package/dist/types/components/call/CallPageOverlay.vue.d.ts.map +0 -1
  193. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts +0 -41
  194. package/dist/types/components/call/paint-board/BoardColorPicker.vue.d.ts.map +0 -1
  195. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts +0 -48
  196. package/dist/types/components/call/paint-board/BrushSizeSlider.vue.d.ts.map +0 -1
  197. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts +0 -127
  198. package/dist/types/components/call/paint-board/CallPaintBoard.vue.d.ts.map +0 -1
  199. package/dist/types/components/chat/ChatBubble.vue.d.ts +0 -12236
  200. package/dist/types/components/chat/ChatBubble.vue.d.ts.map +0 -1
  201. package/dist/types/components/chat/ChatInput.vue.d.ts +0 -2477
  202. package/dist/types/components/chat/ChatInput.vue.d.ts.map +0 -1
  203. package/dist/types/components/chat/ChatMessages.vue.d.ts +0 -13873
  204. package/dist/types/components/chat/ChatMessages.vue.d.ts.map +0 -1
  205. package/dist/types/components/chat/ChatPageBar.vue.d.ts +0 -1204
  206. package/dist/types/components/chat/ChatPageBar.vue.d.ts.map +0 -1
  207. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts +0 -327
  208. package/dist/types/components/chat/ChatProfileOverview.vue.d.ts.map +0 -1
  209. package/dist/types/components/chat/ChatView.vue.d.ts +0 -4
  210. package/dist/types/components/chat/ChatView.vue.d.ts.map +0 -1
  211. package/dist/types/components/chat/PatientReferral.vue.d.ts +0 -33
  212. package/dist/types/components/chat/PatientReferral.vue.d.ts.map +0 -1
  213. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts +0 -53
  214. package/dist/types/components/chat/chat-bubbles/BubbleOptions.vue.d.ts.map +0 -1
  215. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts +0 -103
  216. package/dist/types/components/chat/chat-bubbles/BubbleVideo.vue.d.ts.map +0 -1
  217. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts +0 -170
  218. package/dist/types/components/chat/chat-bubbles/FileDisplay.vue.d.ts.map +0 -1
  219. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts +0 -74
  220. package/dist/types/components/chat/chat-bubbles/ImageGroupDisplay.vue.d.ts.map +0 -1
  221. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts +0 -11449
  222. package/dist/types/components/chat/chat-bubbles/RequestCard.vue.d.ts.map +0 -1
  223. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts +0 -107
  224. package/dist/types/components/chat/chat-bubbles/VoiceDisplay.vue.d.ts.map +0 -1
  225. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts +0 -56
  226. package/dist/types/components/chat/chat-bubbles/request-card/ProviderDisplay.vue.d.ts.map +0 -1
  227. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts +0 -28
  228. package/dist/types/components/chat/chat-input/AttachementFileDisplay.vue.d.ts.map +0 -1
  229. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts +0 -72
  230. package/dist/types/components/chat/chat-input/InputAttachement.vue.d.ts.map +0 -1
  231. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts +0 -15
  232. package/dist/types/components/chat/chat-input/PermissionPopup.vue.d.ts.map +0 -1
  233. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts +0 -149
  234. package/dist/types/components/chat/chat-input/VideoRecordDisplay.vue.d.ts.map +0 -1
  235. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts +0 -85
  236. package/dist/types/components/chat/contact/ChatContactDisplay.vue.d.ts.map +0 -1
  237. package/dist/types/components/chat/contact/ChatList.vue.d.ts +0 -3111
  238. package/dist/types/components/chat/contact/ChatList.vue.d.ts.map +0 -1
  239. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts +0 -24
  240. package/dist/types/components/chat/contact/ChatListSearch.vue.d.ts.map +0 -1
  241. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts +0 -28
  242. package/dist/types/components/chat/contact/ContactAvatar.vue.d.ts.map +0 -1
  243. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts +0 -61
  244. package/dist/types/components/chat/medic-features/MedicDisplay.vue.d.ts.map +0 -1
  245. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts +0 -1113
  246. package/dist/types/components/chat/medic-features/MedicSelector.vue.d.ts.map +0 -1
  247. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts +0 -1060
  248. package/dist/types/components/chat/medic-features/MedicSelectorContent.vue.d.ts.map +0 -1
  249. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts +0 -1431
  250. package/dist/types/components/chat/medic-features/PrescribtionDisplay.vue.d.ts.map +0 -1
  251. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts +0 -28
  252. package/dist/types/components/chat/profile/FileDisplay.vue.d.ts.map +0 -1
  253. package/dist/types/components/general/FileFormatDisplay.vue.d.ts +0 -60
  254. package/dist/types/components/general/FileFormatDisplay.vue.d.ts.map +0 -1
  255. package/dist/types/components/general/LoadingStatus.vue.d.ts +0 -59
  256. package/dist/types/components/general/LoadingStatus.vue.d.ts.map +0 -1
  257. package/dist/types/components/general/NoDataDisplay.vue.d.ts +0 -24
  258. package/dist/types/components/general/NoDataDisplay.vue.d.ts.map +0 -1
  259. package/dist/types/components/general/SafeEmojiText.vue.d.ts +0 -24
  260. package/dist/types/components/general/SafeEmojiText.vue.d.ts.map +0 -1
  261. package/dist/types/components/global/BCarousel.vue.d.ts +0 -48
  262. package/dist/types/components/global/BCarousel.vue.d.ts.map +0 -1
  263. package/dist/types/composables/chat/useChatRecording.d.ts.map +0 -1
  264. package/dist/types/composables/useAppPermissions.d.ts.map +0 -1
  265. package/dist/types/composables/useAppToast.d.ts.map +0 -1
  266. package/dist/types/composables/useClickOutside.d.ts.map +0 -1
  267. package/dist/types/composables/useDate.d.ts.map +0 -1
  268. package/dist/types/composables/useDevice.d.ts.map +0 -1
  269. package/dist/types/composables/useLocale.d.ts +0 -12
  270. package/dist/types/composables/useLocale.d.ts.map +0 -1
  271. package/dist/types/composables/useTheme.d.ts +0 -4
  272. package/dist/types/composables/useTheme.d.ts.map +0 -1
  273. package/dist/types/composables/useValidation.d.ts.map +0 -1
  274. package/dist/types/composables/useWindowSize.d.ts +0 -5
  275. package/dist/types/composables/useWindowSize.d.ts.map +0 -1
  276. package/dist/types/directives/filePicker.d.ts.map +0 -1
  277. package/dist/types/directives/imagePicker.d.ts.map +0 -1
  278. package/dist/types/directives/loading.d.ts.map +0 -1
  279. package/dist/types/index.d.ts.map +0 -1
  280. package/dist/types/install.d.ts +0 -20
  281. package/dist/types/install.d.ts.map +0 -1
  282. package/dist/types/mock/chat.seed.d.ts +0 -20
  283. package/dist/types/mock/chat.seed.d.ts.map +0 -1
  284. package/dist/types/mock/helpers.d.ts +0 -3
  285. package/dist/types/mock/helpers.d.ts.map +0 -1
  286. package/dist/types/mock/index.d.ts +0 -5
  287. package/dist/types/mock/index.d.ts.map +0 -1
  288. package/dist/types/mock/medication.seed.d.ts +0 -4
  289. package/dist/types/mock/medication.seed.d.ts.map +0 -1
  290. package/dist/types/mock/service.seed.d.ts +0 -13
  291. package/dist/types/mock/service.seed.d.ts.map +0 -1
  292. package/dist/types/nuxt-shims.d.ts +0 -43
  293. package/dist/types/nuxt-shims.d.ts.map +0 -1
  294. package/dist/types/prime-preset.d.ts +0 -72
  295. package/dist/types/prime-preset.d.ts.map +0 -1
  296. package/dist/types/stores/callStore.d.ts.map +0 -1
  297. package/dist/types/stores/chatActionStore.d.ts +0 -11303
  298. package/dist/types/stores/chatActionStore.d.ts.map +0 -1
  299. package/dist/types/stores/chatStore.d.ts +0 -2966
  300. package/dist/types/stores/chatStore.d.ts.map +0 -1
  301. package/dist/types/stores/createStores.d.ts +0 -19290
  302. package/dist/types/stores/createStores.d.ts.map +0 -1
  303. package/dist/types/stores/medicationsStore.d.ts +0 -3542
  304. package/dist/types/stores/medicationsStore.d.ts.map +0 -1
  305. package/dist/types/stores/serviceStore.d.ts +0 -953
  306. package/dist/types/stores/serviceStore.d.ts.map +0 -1
  307. package/dist/types/themes/factory.d.ts +0 -4
  308. package/dist/types/themes/factory.d.ts.map +0 -1
  309. package/dist/types/types/address.d.ts.map +0 -1
  310. package/dist/types/types/calendar.d.ts.map +0 -1
  311. package/dist/types/types/call.d.ts.map +0 -1
  312. package/dist/types/types/chat.d.ts.map +0 -1
  313. package/dist/types/types/clinic.d.ts +0 -7
  314. package/dist/types/types/clinic.d.ts.map +0 -1
  315. package/dist/types/types/components/chat-input.d.ts.map +0 -1
  316. package/dist/types/types/components/input.d.ts.map +0 -1
  317. package/dist/types/types/components/menu-options.d.ts.map +0 -1
  318. package/dist/types/types/components/menu.d.ts.map +0 -1
  319. package/dist/types/types/components/modal.d.ts.map +0 -1
  320. package/dist/types/types/components/nav-item.d.ts +0 -11
  321. package/dist/types/types/components/nav-item.d.ts.map +0 -1
  322. package/dist/types/types/components/nav-sub-item.d.ts +0 -9
  323. package/dist/types/types/components/nav-sub-item.d.ts.map +0 -1
  324. package/dist/types/types/components/popup.d.ts.map +0 -1
  325. package/dist/types/types/components/select.d.ts.map +0 -1
  326. package/dist/types/types/components/toast.d.ts.map +0 -1
  327. package/dist/types/types/env/runtimeConfig.d.ts +0 -22
  328. package/dist/types/types/invoice.d.ts +0 -8
  329. package/dist/types/types/invoice.d.ts.map +0 -1
  330. package/dist/types/types/medic.d.ts +0 -6
  331. package/dist/types/types/medic.d.ts.map +0 -1
  332. package/dist/types/types/medication.d.ts +0 -25
  333. package/dist/types/types/medication.d.ts.map +0 -1
  334. package/dist/types/types/notification.d.ts +0 -10
  335. package/dist/types/types/notification.d.ts.map +0 -1
  336. package/dist/types/types/service.d.ts +0 -25
  337. package/dist/types/types/service.d.ts.map +0 -1
  338. package/dist/types/types/story.d.ts +0 -12
  339. package/dist/types/types/story.d.ts.map +0 -1
  340. package/dist/types/types/theme.d.ts +0 -26
  341. package/dist/types/types/theme.d.ts.map +0 -1
  342. package/dist/types/utils/emojiParser.d.ts.map +0 -1
  343. package/dist/types/utils/format.d.ts.map +0 -1
  344. /package/dist/types/{composables → app/composables}/useAppPermissions.d.ts +0 -0
  345. /package/dist/types/{composables → app/composables}/useClickOutside.d.ts +0 -0
  346. /package/dist/types/{composables → app/composables}/useDevice.d.ts +0 -0
  347. /package/dist/types/{directives → app/directives}/filePicker.d.ts +0 -0
  348. /package/dist/types/{directives → app/directives}/imagePicker.d.ts +0 -0
  349. /package/dist/types/{directives → app/directives}/loading.d.ts +0 -0
  350. /package/dist/types/{types → app/types}/address.d.ts +0 -0
  351. /package/dist/types/{types → app/types}/components/chat-input.d.ts +0 -0
  352. /package/dist/types/{types → app/types}/components/input.d.ts +0 -0
  353. /package/dist/types/{types → app/types}/components/menu-options.d.ts +0 -0
  354. /package/dist/types/{types → app/types}/components/menu.d.ts +0 -0
  355. /package/dist/types/{types → app/types}/components/modal.d.ts +0 -0
  356. /package/dist/types/{types → app/types}/components/popup.d.ts +0 -0
  357. /package/dist/types/{types → app/types}/components/select.d.ts +0 -0
  358. /package/dist/types/{types → app/types}/components/toast.d.ts +0 -0
  359. /package/dist/types/{utils → app/utils}/emojiParser.d.ts +0 -0
  360. /package/dist/types/{utils → app/utils}/format.d.ts +0 -0
@@ -0,0 +1,2603 @@
1
+ export declare const general: {
2
+ en: {
3
+ general: {
4
+ themes: {
5
+ light: string;
6
+ dark: string;
7
+ };
8
+ all: string;
9
+ back: string;
10
+ loading: string;
11
+ save: string;
12
+ relationshipStatus: {
13
+ title: string;
14
+ married: string;
15
+ single: string;
16
+ };
17
+ todaysDate: string;
18
+ gender: {
19
+ male: string;
20
+ female: string;
21
+ };
22
+ nationality: {
23
+ iranian: string;
24
+ foreigner: string;
25
+ };
26
+ viewAll: string;
27
+ search: string;
28
+ roles: {
29
+ user: string;
30
+ employee: string;
31
+ business: string;
32
+ };
33
+ pagination: {
34
+ next: string;
35
+ prev: string;
36
+ };
37
+ cancel: string;
38
+ confirm: string;
39
+ currency: string;
40
+ select: string;
41
+ write: string;
42
+ colors: {
43
+ red: string;
44
+ green: string;
45
+ black: string;
46
+ gray: string;
47
+ yellow: string;
48
+ white: string;
49
+ };
50
+ timeframes: {
51
+ seconds: string;
52
+ minutes: string;
53
+ hours: string;
54
+ days: string;
55
+ week: string;
56
+ month: string;
57
+ year: string;
58
+ };
59
+ datePicker: {
60
+ title: string;
61
+ };
62
+ result: string;
63
+ noResultFound: string;
64
+ onlineReservations: string;
65
+ less: string;
66
+ more: string;
67
+ lastMonth: string;
68
+ percent: string;
69
+ comparedTo: string;
70
+ };
71
+ };
72
+ fa: {
73
+ general: {
74
+ themes: {
75
+ light: string;
76
+ dark: string;
77
+ };
78
+ all: string;
79
+ back: string;
80
+ loading: string;
81
+ save: string;
82
+ relationshipStatus: {
83
+ title: string;
84
+ married: string;
85
+ single: string;
86
+ };
87
+ todaysDate: string;
88
+ gender: {
89
+ male: string;
90
+ female: string;
91
+ };
92
+ nationality: {
93
+ iranian: string;
94
+ foreigner: string;
95
+ };
96
+ viewAll: string;
97
+ search: string;
98
+ roles: {
99
+ user: string;
100
+ employee: string;
101
+ business: string;
102
+ };
103
+ pagination: {
104
+ next: string;
105
+ prev: string;
106
+ };
107
+ cancel: string;
108
+ confirm: string;
109
+ currency: string;
110
+ select: string;
111
+ write: string;
112
+ colors: {
113
+ red: string;
114
+ green: string;
115
+ black: string;
116
+ gray: string;
117
+ yellow: string;
118
+ white: string;
119
+ };
120
+ timeframes: {
121
+ seconds: string;
122
+ minutes: string;
123
+ hours: string;
124
+ days: string;
125
+ week: string;
126
+ month: string;
127
+ year: string;
128
+ };
129
+ datePicker: {
130
+ title: string;
131
+ };
132
+ result: string;
133
+ noResultFound: string;
134
+ onlineReservations: string;
135
+ less: string;
136
+ more: string;
137
+ lastMonth: string;
138
+ percent: string;
139
+ comparedTo: string;
140
+ };
141
+ };
142
+ };
143
+ export declare const chat: {
144
+ en: {
145
+ chat: {
146
+ title: string;
147
+ filters: {
148
+ active: string;
149
+ ended: string;
150
+ online: string;
151
+ };
152
+ info: {
153
+ nationalCode: string;
154
+ phoneNumber: string;
155
+ age: string;
156
+ ageDisplay: string;
157
+ files: string;
158
+ media: string;
159
+ };
160
+ lastSeen: string;
161
+ nationalId: string;
162
+ age: string;
163
+ ageText: string;
164
+ attachements: string;
165
+ options: {
166
+ end: string;
167
+ voiceCall: string;
168
+ videoCall: string;
169
+ };
170
+ attachementTypes: {
171
+ image: string;
172
+ file: string;
173
+ voice: string;
174
+ video: string;
175
+ request: string;
176
+ };
177
+ messageOptions: {
178
+ edit: string;
179
+ delete: string;
180
+ copy: string;
181
+ select: string;
182
+ reply: string;
183
+ deselect: string;
184
+ };
185
+ barOptions: {
186
+ endChat: string;
187
+ deleteMessages: string;
188
+ };
189
+ placeholder: string;
190
+ chatLocked: string;
191
+ noConversationSelected: string;
192
+ noMessages: string;
193
+ swipeToCancel: string;
194
+ cancel: string;
195
+ online: string;
196
+ file: {
197
+ calculating: string;
198
+ attachMedia: string;
199
+ attachFile: string;
200
+ sendImage: string;
201
+ sendImages: string;
202
+ sendFile: string;
203
+ cancel: string;
204
+ };
205
+ permissions: {
206
+ permissionTitle: string;
207
+ description: string;
208
+ allow: string;
209
+ notNow: string;
210
+ retry: string;
211
+ mic: {
212
+ title: string;
213
+ description: string;
214
+ };
215
+ cam: {
216
+ title: string;
217
+ description: string;
218
+ };
219
+ micError: {
220
+ title: string;
221
+ description: string;
222
+ };
223
+ camError: {
224
+ title: string;
225
+ description: string;
226
+ };
227
+ screen: {
228
+ title: string;
229
+ description: string;
230
+ };
231
+ screenError: {
232
+ title: string;
233
+ description: string;
234
+ };
235
+ };
236
+ you: string;
237
+ copiedMessage: string;
238
+ unreadMessages: string;
239
+ caption: string;
240
+ send: string;
241
+ delete: {
242
+ title: string;
243
+ singleMessage: string;
244
+ multipleMessages: string;
245
+ confirm: string;
246
+ requestTitle: string;
247
+ request: string;
248
+ };
249
+ call: {
250
+ title: string;
251
+ you: string;
252
+ deviceDoesntSupport: string;
253
+ };
254
+ board: {
255
+ title: string;
256
+ selectColor: string;
257
+ page: string;
258
+ addPage: string;
259
+ confirm: string;
260
+ savedSuccessfully: string;
261
+ };
262
+ };
263
+ general: {
264
+ themes: {
265
+ light: string;
266
+ dark: string;
267
+ };
268
+ all: string;
269
+ back: string;
270
+ loading: string;
271
+ save: string;
272
+ relationshipStatus: {
273
+ title: string;
274
+ married: string;
275
+ single: string;
276
+ };
277
+ todaysDate: string;
278
+ gender: {
279
+ male: string;
280
+ female: string;
281
+ };
282
+ nationality: {
283
+ iranian: string;
284
+ foreigner: string;
285
+ };
286
+ viewAll: string;
287
+ search: string;
288
+ roles: {
289
+ user: string;
290
+ employee: string;
291
+ business: string;
292
+ };
293
+ pagination: {
294
+ next: string;
295
+ prev: string;
296
+ };
297
+ cancel: string;
298
+ confirm: string;
299
+ currency: string;
300
+ select: string;
301
+ write: string;
302
+ colors: {
303
+ red: string;
304
+ green: string;
305
+ black: string;
306
+ gray: string;
307
+ yellow: string;
308
+ white: string;
309
+ };
310
+ timeframes: {
311
+ seconds: string;
312
+ minutes: string;
313
+ hours: string;
314
+ days: string;
315
+ week: string;
316
+ month: string;
317
+ year: string;
318
+ };
319
+ datePicker: {
320
+ title: string;
321
+ };
322
+ result: string;
323
+ noResultFound: string;
324
+ onlineReservations: string;
325
+ less: string;
326
+ more: string;
327
+ lastMonth: string;
328
+ percent: string;
329
+ comparedTo: string;
330
+ };
331
+ };
332
+ fa: {
333
+ chat: {
334
+ title: string;
335
+ filters: {
336
+ active: string;
337
+ ended: string;
338
+ online: string;
339
+ };
340
+ info: {
341
+ nationalCode: string;
342
+ phoneNumber: string;
343
+ age: string;
344
+ ageDisplay: string;
345
+ files: string;
346
+ media: string;
347
+ };
348
+ lastSeen: string;
349
+ nationalId: string;
350
+ age: string;
351
+ ageText: string;
352
+ attachements: string;
353
+ options: {
354
+ end: string;
355
+ voiceCall: string;
356
+ videoCall: string;
357
+ };
358
+ attachementTypes: {
359
+ image: string;
360
+ file: string;
361
+ voice: string;
362
+ video: string;
363
+ request: string;
364
+ };
365
+ messageOptions: {
366
+ edit: string;
367
+ delete: string;
368
+ copy: string;
369
+ select: string;
370
+ reply: string;
371
+ deselect: string;
372
+ };
373
+ barOptions: {
374
+ endChat: string;
375
+ deleteMessages: string;
376
+ };
377
+ placeholder: string;
378
+ chatLocked: string;
379
+ noConversationSelected: string;
380
+ noMessages: string;
381
+ swipeToCancel: string;
382
+ cancel: string;
383
+ online: string;
384
+ file: {
385
+ calculating: string;
386
+ attachMedia: string;
387
+ attachFile: string;
388
+ sendImage: string;
389
+ sendImages: string;
390
+ sendFile: string;
391
+ cancel: string;
392
+ };
393
+ permissions: {
394
+ permissionTitle: string;
395
+ description: string;
396
+ allow: string;
397
+ notNow: string;
398
+ retry: string;
399
+ mic: {
400
+ title: string;
401
+ description: string;
402
+ };
403
+ cam: {
404
+ title: string;
405
+ description: string;
406
+ };
407
+ micError: {
408
+ title: string;
409
+ description: string;
410
+ };
411
+ camError: {
412
+ title: string;
413
+ description: string;
414
+ };
415
+ screen: {
416
+ title: string;
417
+ description: string;
418
+ };
419
+ screenError: {
420
+ title: string;
421
+ description: string;
422
+ };
423
+ };
424
+ you: string;
425
+ copiedMessage: string;
426
+ unreadMessages: string;
427
+ caption: string;
428
+ send: string;
429
+ delete: {
430
+ title: string;
431
+ singleMessage: string;
432
+ multipleMessages: string;
433
+ confirm: string;
434
+ requestTitle: string;
435
+ request: string;
436
+ };
437
+ call: {
438
+ title: string;
439
+ you: string;
440
+ deviceDoesntSupport: string;
441
+ };
442
+ board: {
443
+ title: string;
444
+ selectColor: string;
445
+ page: string;
446
+ addPage: string;
447
+ confirm: string;
448
+ savedSuccessfully: string;
449
+ };
450
+ };
451
+ general: {
452
+ themes: {
453
+ light: string;
454
+ dark: string;
455
+ };
456
+ all: string;
457
+ back: string;
458
+ loading: string;
459
+ save: string;
460
+ relationshipStatus: {
461
+ title: string;
462
+ married: string;
463
+ single: string;
464
+ };
465
+ todaysDate: string;
466
+ gender: {
467
+ male: string;
468
+ female: string;
469
+ };
470
+ nationality: {
471
+ iranian: string;
472
+ foreigner: string;
473
+ };
474
+ viewAll: string;
475
+ search: string;
476
+ roles: {
477
+ user: string;
478
+ employee: string;
479
+ business: string;
480
+ };
481
+ pagination: {
482
+ next: string;
483
+ prev: string;
484
+ };
485
+ cancel: string;
486
+ confirm: string;
487
+ currency: string;
488
+ select: string;
489
+ write: string;
490
+ colors: {
491
+ red: string;
492
+ green: string;
493
+ black: string;
494
+ gray: string;
495
+ yellow: string;
496
+ white: string;
497
+ };
498
+ timeframes: {
499
+ seconds: string;
500
+ minutes: string;
501
+ hours: string;
502
+ days: string;
503
+ week: string;
504
+ month: string;
505
+ year: string;
506
+ };
507
+ datePicker: {
508
+ title: string;
509
+ };
510
+ result: string;
511
+ noResultFound: string;
512
+ onlineReservations: string;
513
+ less: string;
514
+ more: string;
515
+ lastMonth: string;
516
+ percent: string;
517
+ comparedTo: string;
518
+ };
519
+ };
520
+ };
521
+ export declare const profile: {
522
+ en: {
523
+ profile: {
524
+ routes: {
525
+ profile: string;
526
+ addresses: string;
527
+ settings: string;
528
+ logout: string;
529
+ };
530
+ profile: {
531
+ title: string;
532
+ edit: string;
533
+ foreignCode: string;
534
+ pending: string;
535
+ image: {
536
+ image: string;
537
+ edit: string;
538
+ add: string;
539
+ uploadSuccess: string;
540
+ uploadFail: string;
541
+ };
542
+ enterPlaceholder: string;
543
+ fields: {
544
+ name: string;
545
+ lastName: string;
546
+ nationalCode: string;
547
+ email: string;
548
+ birthDate: string;
549
+ placeOfBirth: string;
550
+ province: string;
551
+ city: string;
552
+ relationShipStatus: string;
553
+ nationality: string;
554
+ bloodType: string;
555
+ };
556
+ api: {
557
+ updateSuccess: string;
558
+ updateFail: string;
559
+ };
560
+ };
561
+ address: {
562
+ title: string;
563
+ noAddress: string;
564
+ options: {
565
+ edit: string;
566
+ delete: string;
567
+ add: string;
568
+ selectAsMain: string;
569
+ };
570
+ submit: string;
571
+ location: {
572
+ title: string;
573
+ description: string;
574
+ allow: string;
575
+ deny: string;
576
+ error: string;
577
+ success: string;
578
+ };
579
+ mainAddress: string;
580
+ postalCode: string;
581
+ form: {
582
+ addressTitle: string;
583
+ province: string;
584
+ city: string;
585
+ postalCode: string;
586
+ address: string;
587
+ selectAsMain: string;
588
+ submitFail: string;
589
+ submitSuccess: string;
590
+ };
591
+ modal: {
592
+ title: string;
593
+ description: string;
594
+ delete: string;
595
+ cancel: string;
596
+ };
597
+ api: {
598
+ mainSelectionFail: string;
599
+ mainSelectionSuccess: string;
600
+ addressUpdateFail: string;
601
+ addressUpdateSuccess: string;
602
+ addressSubmitFail: string;
603
+ addressSubmitSuccess: string;
604
+ addressDeleteFail: string;
605
+ addressDeleteSuccess: string;
606
+ };
607
+ };
608
+ familyMembers: {
609
+ title: string;
610
+ addFamilyMember: string;
611
+ relation: string;
612
+ name: string;
613
+ lastName: string;
614
+ nationalCode: string;
615
+ gender: string;
616
+ role: string;
617
+ noMembers: string;
618
+ selectAsHouseHoldHead: string;
619
+ livesWithMe: string;
620
+ houseHoldHead: string;
621
+ add: string;
622
+ options: {
623
+ setAsHouseHoldHead: string;
624
+ delete: string;
625
+ };
626
+ relations: {
627
+ mother: string;
628
+ father: string;
629
+ brother: string;
630
+ sister: string;
631
+ child: string;
632
+ spouse: string;
633
+ };
634
+ roles: {
635
+ caretaker: string;
636
+ mainCaretaker: string;
637
+ };
638
+ api: {
639
+ addSuccess: string;
640
+ addFail: string;
641
+ updateSuccess: string;
642
+ updateFail: string;
643
+ deleteSuccess: string;
644
+ deleteFail: string;
645
+ };
646
+ modal: {
647
+ title: string;
648
+ description: string;
649
+ delete: string;
650
+ cancel: string;
651
+ };
652
+ };
653
+ logout: {
654
+ modal: {
655
+ title: string;
656
+ description: string;
657
+ exit: string;
658
+ cancel: string;
659
+ };
660
+ };
661
+ };
662
+ general: {
663
+ themes: {
664
+ light: string;
665
+ dark: string;
666
+ };
667
+ all: string;
668
+ back: string;
669
+ loading: string;
670
+ save: string;
671
+ relationshipStatus: {
672
+ title: string;
673
+ married: string;
674
+ single: string;
675
+ };
676
+ todaysDate: string;
677
+ gender: {
678
+ male: string;
679
+ female: string;
680
+ };
681
+ nationality: {
682
+ iranian: string;
683
+ foreigner: string;
684
+ };
685
+ viewAll: string;
686
+ search: string;
687
+ roles: {
688
+ user: string;
689
+ employee: string;
690
+ business: string;
691
+ };
692
+ pagination: {
693
+ next: string;
694
+ prev: string;
695
+ };
696
+ cancel: string;
697
+ confirm: string;
698
+ currency: string;
699
+ select: string;
700
+ write: string;
701
+ colors: {
702
+ red: string;
703
+ green: string;
704
+ black: string;
705
+ gray: string;
706
+ yellow: string;
707
+ white: string;
708
+ };
709
+ timeframes: {
710
+ seconds: string;
711
+ minutes: string;
712
+ hours: string;
713
+ days: string;
714
+ week: string;
715
+ month: string;
716
+ year: string;
717
+ };
718
+ datePicker: {
719
+ title: string;
720
+ };
721
+ result: string;
722
+ noResultFound: string;
723
+ onlineReservations: string;
724
+ less: string;
725
+ more: string;
726
+ lastMonth: string;
727
+ percent: string;
728
+ comparedTo: string;
729
+ };
730
+ };
731
+ fa: {
732
+ profile: {
733
+ routes: {
734
+ profile: string;
735
+ addresses: string;
736
+ settings: string;
737
+ logout: string;
738
+ };
739
+ profile: {
740
+ title: string;
741
+ edit: string;
742
+ foreignCode: string;
743
+ pending: string;
744
+ image: {
745
+ image: string;
746
+ edit: string;
747
+ add: string;
748
+ uploadSuccess: string;
749
+ uploadFail: string;
750
+ };
751
+ enterPlaceholder: string;
752
+ fields: {
753
+ name: string;
754
+ lastName: string;
755
+ nationalCode: string;
756
+ email: string;
757
+ birthDate: string;
758
+ placeOfBirth: string;
759
+ province: string;
760
+ city: string;
761
+ relationShipStatus: string;
762
+ nationality: string;
763
+ bloodType: string;
764
+ };
765
+ api: {
766
+ updateSuccess: string;
767
+ updateFail: string;
768
+ };
769
+ };
770
+ address: {
771
+ title: string;
772
+ noAddress: string;
773
+ options: {
774
+ edit: string;
775
+ delete: string;
776
+ add: string;
777
+ selectAsMain: string;
778
+ };
779
+ submit: string;
780
+ location: {
781
+ title: string;
782
+ description: string;
783
+ allow: string;
784
+ deny: string;
785
+ error: string;
786
+ success: string;
787
+ };
788
+ mainAddress: string;
789
+ postalCode: string;
790
+ form: {
791
+ addressTitle: string;
792
+ province: string;
793
+ city: string;
794
+ postalCode: string;
795
+ address: string;
796
+ selectAsMain: string;
797
+ submitFail: string;
798
+ submitSuccess: string;
799
+ };
800
+ modal: {
801
+ title: string;
802
+ description: string;
803
+ delete: string;
804
+ cancel: string;
805
+ };
806
+ api: {
807
+ mainSelectionFail: string;
808
+ mainSelectionSuccess: string;
809
+ addressUpdateFail: string;
810
+ addressUpdateSuccess: string;
811
+ addressSubmitFail: string;
812
+ addressSubmitSuccess: string;
813
+ addressDeleteFail: string;
814
+ addressDeleteSuccess: string;
815
+ };
816
+ };
817
+ familyMembers: {
818
+ title: string;
819
+ addFamilyMember: string;
820
+ relation: string;
821
+ name: string;
822
+ lastName: string;
823
+ nationalCode: string;
824
+ gender: string;
825
+ role: string;
826
+ noMembers: string;
827
+ selectAsHouseHoldHead: string;
828
+ livesWithMe: string;
829
+ houseHoldHead: string;
830
+ add: string;
831
+ options: {
832
+ setAsHouseHoldHead: string;
833
+ delete: string;
834
+ };
835
+ relations: {
836
+ mother: string;
837
+ father: string;
838
+ brother: string;
839
+ sister: string;
840
+ child: string;
841
+ spouse: string;
842
+ };
843
+ roles: {
844
+ caretaker: string;
845
+ mainCaretaker: string;
846
+ };
847
+ api: {
848
+ addSuccess: string;
849
+ addFail: string;
850
+ updateSuccess: string;
851
+ updateFail: string;
852
+ deleteSuccess: string;
853
+ deleteFail: string;
854
+ };
855
+ modal: {
856
+ title: string;
857
+ description: string;
858
+ delete: string;
859
+ cancel: string;
860
+ };
861
+ };
862
+ logout: {
863
+ modal: {
864
+ title: string;
865
+ description: string;
866
+ exit: string;
867
+ cancel: string;
868
+ };
869
+ };
870
+ };
871
+ general: {
872
+ themes: {
873
+ light: string;
874
+ dark: string;
875
+ };
876
+ all: string;
877
+ back: string;
878
+ loading: string;
879
+ save: string;
880
+ relationshipStatus: {
881
+ title: string;
882
+ married: string;
883
+ single: string;
884
+ };
885
+ todaysDate: string;
886
+ gender: {
887
+ male: string;
888
+ female: string;
889
+ };
890
+ nationality: {
891
+ iranian: string;
892
+ foreigner: string;
893
+ };
894
+ viewAll: string;
895
+ search: string;
896
+ roles: {
897
+ user: string;
898
+ employee: string;
899
+ business: string;
900
+ };
901
+ pagination: {
902
+ next: string;
903
+ prev: string;
904
+ };
905
+ cancel: string;
906
+ confirm: string;
907
+ currency: string;
908
+ select: string;
909
+ write: string;
910
+ colors: {
911
+ red: string;
912
+ green: string;
913
+ black: string;
914
+ gray: string;
915
+ yellow: string;
916
+ white: string;
917
+ };
918
+ timeframes: {
919
+ seconds: string;
920
+ minutes: string;
921
+ hours: string;
922
+ days: string;
923
+ week: string;
924
+ month: string;
925
+ year: string;
926
+ };
927
+ datePicker: {
928
+ title: string;
929
+ };
930
+ result: string;
931
+ noResultFound: string;
932
+ onlineReservations: string;
933
+ less: string;
934
+ more: string;
935
+ lastMonth: string;
936
+ percent: string;
937
+ comparedTo: string;
938
+ };
939
+ };
940
+ };
941
+ export declare const calendar: {
942
+ en: {
943
+ calendar: {
944
+ moreItems: string;
945
+ modes: {
946
+ weekly: string;
947
+ daily: string;
948
+ monthly: string;
949
+ };
950
+ addEvent: string;
951
+ dayTimes: {
952
+ morning: string;
953
+ noon: string;
954
+ afternoon: string;
955
+ night: string;
956
+ };
957
+ share: {
958
+ title: string;
959
+ link: string;
960
+ addUser: string;
961
+ copySuccess: string;
962
+ noUsers: string;
963
+ loading: string;
964
+ types: {
965
+ viewer: string;
966
+ editor: string;
967
+ delete: string;
968
+ };
969
+ api: {
970
+ success: {
971
+ edit: string;
972
+ add: string;
973
+ delete: string;
974
+ };
975
+ error: string;
976
+ };
977
+ };
978
+ form: {
979
+ fullDate: string;
980
+ addEvent: string;
981
+ editEvent: string;
982
+ type: {
983
+ title: string;
984
+ medicine: string;
985
+ event: string;
986
+ task: string;
987
+ service: string;
988
+ };
989
+ validation: {
990
+ positiveNumber: string;
991
+ pastDate: string;
992
+ customDaysRequired: string;
993
+ invalidTime: string;
994
+ invalidEndTime: string;
995
+ };
996
+ checkListError: string;
997
+ medicineName: string;
998
+ medicineDescription: string;
999
+ checkList: string;
1000
+ eventTitle: string;
1001
+ addPerson: string;
1002
+ attachement: string;
1003
+ descriptions: string;
1004
+ color: string;
1005
+ continue: string;
1006
+ taskTitle: string;
1007
+ date: string;
1008
+ hour: string;
1009
+ wholeDay: string;
1010
+ repeat: string;
1011
+ save: string;
1012
+ back: string;
1013
+ submit: string;
1014
+ remind: string;
1015
+ startDate: string;
1016
+ enterCall: string;
1017
+ repeatEvery: string;
1018
+ timeErrors: {
1019
+ past: string;
1020
+ };
1021
+ reminderOption: string;
1022
+ remindingTime: string;
1023
+ repetition: {
1024
+ day: string;
1025
+ hour: string;
1026
+ custom: string;
1027
+ };
1028
+ repeatEndDate: string;
1029
+ endDate: string;
1030
+ repeatEnding: {
1031
+ title: string;
1032
+ times: string;
1033
+ date: string;
1034
+ };
1035
+ edit: string;
1036
+ people: string;
1037
+ deleteAttachement: string;
1038
+ invalidFormat: string;
1039
+ invalidFileSize: string;
1040
+ time: string;
1041
+ fromTo: string;
1042
+ delete: {
1043
+ delete: string;
1044
+ title: string;
1045
+ description: string;
1046
+ cancel: string;
1047
+ success: string;
1048
+ error: string;
1049
+ };
1050
+ };
1051
+ filters: {
1052
+ title: string;
1053
+ calendar: {
1054
+ title: string;
1055
+ jalaali: string;
1056
+ georgian: string;
1057
+ islamic: string;
1058
+ };
1059
+ startOfWeek: string;
1060
+ startOfWeekOptions: {
1061
+ saturday: string;
1062
+ sunday: string;
1063
+ monday: string;
1064
+ tuesday: string;
1065
+ wednesday: string;
1066
+ thursday: string;
1067
+ friday: string;
1068
+ };
1069
+ timeZone: string;
1070
+ displaySettings: {
1071
+ title: string;
1072
+ ai: string;
1073
+ medicine: string;
1074
+ services: string;
1075
+ task: string;
1076
+ };
1077
+ apply: string;
1078
+ showHolidays: string;
1079
+ };
1080
+ api: {
1081
+ createdSuccess: string;
1082
+ edittedSuccess: string;
1083
+ error: string;
1084
+ };
1085
+ };
1086
+ general: {
1087
+ themes: {
1088
+ light: string;
1089
+ dark: string;
1090
+ };
1091
+ all: string;
1092
+ back: string;
1093
+ loading: string;
1094
+ save: string;
1095
+ relationshipStatus: {
1096
+ title: string;
1097
+ married: string;
1098
+ single: string;
1099
+ };
1100
+ todaysDate: string;
1101
+ gender: {
1102
+ male: string;
1103
+ female: string;
1104
+ };
1105
+ nationality: {
1106
+ iranian: string;
1107
+ foreigner: string;
1108
+ };
1109
+ viewAll: string;
1110
+ search: string;
1111
+ roles: {
1112
+ user: string;
1113
+ employee: string;
1114
+ business: string;
1115
+ };
1116
+ pagination: {
1117
+ next: string;
1118
+ prev: string;
1119
+ };
1120
+ cancel: string;
1121
+ confirm: string;
1122
+ currency: string;
1123
+ select: string;
1124
+ write: string;
1125
+ colors: {
1126
+ red: string;
1127
+ green: string;
1128
+ black: string;
1129
+ gray: string;
1130
+ yellow: string;
1131
+ white: string;
1132
+ };
1133
+ timeframes: {
1134
+ seconds: string;
1135
+ minutes: string;
1136
+ hours: string;
1137
+ days: string;
1138
+ week: string;
1139
+ month: string;
1140
+ year: string;
1141
+ };
1142
+ datePicker: {
1143
+ title: string;
1144
+ };
1145
+ result: string;
1146
+ noResultFound: string;
1147
+ onlineReservations: string;
1148
+ less: string;
1149
+ more: string;
1150
+ lastMonth: string;
1151
+ percent: string;
1152
+ comparedTo: string;
1153
+ };
1154
+ };
1155
+ fa: {
1156
+ calendar: {
1157
+ moreItems: string;
1158
+ modes: {
1159
+ weekly: string;
1160
+ daily: string;
1161
+ monthly: string;
1162
+ };
1163
+ addEvent: string;
1164
+ dayTimes: {
1165
+ morning: string;
1166
+ noon: string;
1167
+ afternoon: string;
1168
+ night: string;
1169
+ };
1170
+ share: {
1171
+ title: string;
1172
+ link: string;
1173
+ addUser: string;
1174
+ copySuccess: string;
1175
+ noUsers: string;
1176
+ loading: string;
1177
+ types: {
1178
+ viewer: string;
1179
+ editor: string;
1180
+ delete: string;
1181
+ };
1182
+ api: {
1183
+ success: {
1184
+ edit: string;
1185
+ add: string;
1186
+ delete: string;
1187
+ };
1188
+ error: string;
1189
+ };
1190
+ };
1191
+ form: {
1192
+ fullDate: string;
1193
+ addEvent: string;
1194
+ editEvent: string;
1195
+ type: {
1196
+ title: string;
1197
+ medicine: string;
1198
+ event: string;
1199
+ task: string;
1200
+ service: string;
1201
+ };
1202
+ validation: {
1203
+ positiveNumber: string;
1204
+ pastDate: string;
1205
+ customDaysRequired: string;
1206
+ invalidTime: string;
1207
+ invalidEndTime: string;
1208
+ };
1209
+ checkListError: string;
1210
+ medicineName: string;
1211
+ medicineDescription: string;
1212
+ checkList: string;
1213
+ eventTitle: string;
1214
+ addPerson: string;
1215
+ attachement: string;
1216
+ descriptions: string;
1217
+ color: string;
1218
+ continue: string;
1219
+ taskTitle: string;
1220
+ date: string;
1221
+ hour: string;
1222
+ wholeDay: string;
1223
+ repeat: string;
1224
+ save: string;
1225
+ back: string;
1226
+ submit: string;
1227
+ remind: string;
1228
+ startDate: string;
1229
+ enterCall: string;
1230
+ repeatEvery: string;
1231
+ timeErrors: {
1232
+ past: string;
1233
+ };
1234
+ reminderOption: string;
1235
+ remindingTime: string;
1236
+ repetition: {
1237
+ day: string;
1238
+ hour: string;
1239
+ custom: string;
1240
+ };
1241
+ repeatEndDate: string;
1242
+ endDate: string;
1243
+ repeatEnding: {
1244
+ title: string;
1245
+ times: string;
1246
+ date: string;
1247
+ };
1248
+ edit: string;
1249
+ people: string;
1250
+ deleteAttachement: string;
1251
+ invalidFormat: string;
1252
+ invalidFileSize: string;
1253
+ time: string;
1254
+ fromTo: string;
1255
+ delete: {
1256
+ delete: string;
1257
+ title: string;
1258
+ description: string;
1259
+ cancel: string;
1260
+ success: string;
1261
+ error: string;
1262
+ };
1263
+ };
1264
+ filters: {
1265
+ title: string;
1266
+ calendar: {
1267
+ title: string;
1268
+ jalaali: string;
1269
+ georgian: string;
1270
+ islamic: string;
1271
+ };
1272
+ startOfWeek: string;
1273
+ startOfWeekOptions: {
1274
+ saturday: string;
1275
+ sunday: string;
1276
+ monday: string;
1277
+ tuesday: string;
1278
+ wednesday: string;
1279
+ thursday: string;
1280
+ friday: string;
1281
+ };
1282
+ timeZone: string;
1283
+ displaySettings: {
1284
+ title: string;
1285
+ ai: string;
1286
+ medicine: string;
1287
+ services: string;
1288
+ task: string;
1289
+ };
1290
+ apply: string;
1291
+ showHolidays: string;
1292
+ };
1293
+ api: {
1294
+ createdSuccess: string;
1295
+ edittedSuccess: string;
1296
+ error: string;
1297
+ };
1298
+ };
1299
+ general: {
1300
+ themes: {
1301
+ light: string;
1302
+ dark: string;
1303
+ };
1304
+ all: string;
1305
+ back: string;
1306
+ loading: string;
1307
+ save: string;
1308
+ relationshipStatus: {
1309
+ title: string;
1310
+ married: string;
1311
+ single: string;
1312
+ };
1313
+ todaysDate: string;
1314
+ gender: {
1315
+ male: string;
1316
+ female: string;
1317
+ };
1318
+ nationality: {
1319
+ iranian: string;
1320
+ foreigner: string;
1321
+ };
1322
+ viewAll: string;
1323
+ search: string;
1324
+ roles: {
1325
+ user: string;
1326
+ employee: string;
1327
+ business: string;
1328
+ };
1329
+ pagination: {
1330
+ next: string;
1331
+ prev: string;
1332
+ };
1333
+ cancel: string;
1334
+ confirm: string;
1335
+ currency: string;
1336
+ select: string;
1337
+ write: string;
1338
+ colors: {
1339
+ red: string;
1340
+ green: string;
1341
+ black: string;
1342
+ gray: string;
1343
+ yellow: string;
1344
+ white: string;
1345
+ };
1346
+ timeframes: {
1347
+ seconds: string;
1348
+ minutes: string;
1349
+ hours: string;
1350
+ days: string;
1351
+ week: string;
1352
+ month: string;
1353
+ year: string;
1354
+ };
1355
+ datePicker: {
1356
+ title: string;
1357
+ };
1358
+ result: string;
1359
+ noResultFound: string;
1360
+ onlineReservations: string;
1361
+ less: string;
1362
+ more: string;
1363
+ lastMonth: string;
1364
+ percent: string;
1365
+ comparedTo: string;
1366
+ };
1367
+ };
1368
+ };
1369
+ export declare const validation: {
1370
+ en: {
1371
+ validation: {
1372
+ required: string;
1373
+ must_be_persian: string;
1374
+ must_be_english: string;
1375
+ min_length: string;
1376
+ invalid_format: string;
1377
+ phone_invalid: string;
1378
+ email_invalid: string;
1379
+ date_invalid: string;
1380
+ date_past: string;
1381
+ date_future: string;
1382
+ url_invalid: string;
1383
+ whatsapp_invalid: string;
1384
+ username_invalid: string;
1385
+ national_id_invalid: string;
1386
+ foreign_id_invalid: string;
1387
+ identifier_invalid: string;
1388
+ captcha_required: string;
1389
+ phone_length_invalid: string;
1390
+ national_code_length: string;
1391
+ email: string;
1392
+ phoneNumber: string;
1393
+ only_letters: string;
1394
+ must_be_persian_letters: string;
1395
+ must_be_english_letters: string;
1396
+ invalid_day: string;
1397
+ invalid_month: string;
1398
+ invalid_year: string;
1399
+ invalid_date: string;
1400
+ future_date: string;
1401
+ too_old_date: string;
1402
+ agreeToTerms: string;
1403
+ };
1404
+ addresses: {
1405
+ errors: {
1406
+ postalCodeLowlength: string;
1407
+ postalCodeInvalid: string;
1408
+ plateInvalid: string;
1409
+ unitInvalid: string;
1410
+ };
1411
+ };
1412
+ profile: {
1413
+ titles: {
1414
+ email: string;
1415
+ phoneNumber: string;
1416
+ };
1417
+ };
1418
+ auth: {
1419
+ login: {
1420
+ username: string;
1421
+ };
1422
+ };
1423
+ general: {
1424
+ themes: {
1425
+ light: string;
1426
+ dark: string;
1427
+ };
1428
+ all: string;
1429
+ back: string;
1430
+ loading: string;
1431
+ save: string;
1432
+ relationshipStatus: {
1433
+ title: string;
1434
+ married: string;
1435
+ single: string;
1436
+ };
1437
+ todaysDate: string;
1438
+ gender: {
1439
+ male: string;
1440
+ female: string;
1441
+ };
1442
+ nationality: {
1443
+ iranian: string;
1444
+ foreigner: string;
1445
+ };
1446
+ viewAll: string;
1447
+ search: string;
1448
+ roles: {
1449
+ user: string;
1450
+ employee: string;
1451
+ business: string;
1452
+ };
1453
+ pagination: {
1454
+ next: string;
1455
+ prev: string;
1456
+ };
1457
+ cancel: string;
1458
+ confirm: string;
1459
+ currency: string;
1460
+ select: string;
1461
+ write: string;
1462
+ colors: {
1463
+ red: string;
1464
+ green: string;
1465
+ black: string;
1466
+ gray: string;
1467
+ yellow: string;
1468
+ white: string;
1469
+ };
1470
+ timeframes: {
1471
+ seconds: string;
1472
+ minutes: string;
1473
+ hours: string;
1474
+ days: string;
1475
+ week: string;
1476
+ month: string;
1477
+ year: string;
1478
+ };
1479
+ datePicker: {
1480
+ title: string;
1481
+ };
1482
+ result: string;
1483
+ noResultFound: string;
1484
+ onlineReservations: string;
1485
+ less: string;
1486
+ more: string;
1487
+ lastMonth: string;
1488
+ percent: string;
1489
+ comparedTo: string;
1490
+ };
1491
+ };
1492
+ fa: {
1493
+ validation: {
1494
+ required: string;
1495
+ must_be_persian: string;
1496
+ must_be_english: string;
1497
+ min_length: string;
1498
+ invalid_format: string;
1499
+ phone_invalid: string;
1500
+ email_invalid: string;
1501
+ date_invalid: string;
1502
+ date_past: string;
1503
+ date_future: string;
1504
+ url_invalid: string;
1505
+ whatsapp_invalid: string;
1506
+ username_invalid: string;
1507
+ national_id_invalid: string;
1508
+ foreign_id_invalid: string;
1509
+ identifier_invalid: string;
1510
+ captcha_required: string;
1511
+ phone_length_invalid: string;
1512
+ national_code_length: string;
1513
+ email: string;
1514
+ phoneNumber: string;
1515
+ only_letters: string;
1516
+ must_be_persian_letters: string;
1517
+ must_be_english_letters: string;
1518
+ invalid_day: string;
1519
+ invalid_month: string;
1520
+ invalid_year: string;
1521
+ invalid_date: string;
1522
+ future_date: string;
1523
+ too_old_date: string;
1524
+ agreeToTerms: string;
1525
+ };
1526
+ addresses: {
1527
+ errors: {
1528
+ postalCodeLowlength: string;
1529
+ postalCodeInvalid: string;
1530
+ plateInvalid: string;
1531
+ unitInvalid: string;
1532
+ };
1533
+ };
1534
+ profile: {
1535
+ titles: {
1536
+ email: string;
1537
+ phoneNumber: string;
1538
+ };
1539
+ };
1540
+ auth: {
1541
+ login: {
1542
+ username: string;
1543
+ };
1544
+ };
1545
+ general: {
1546
+ themes: {
1547
+ light: string;
1548
+ dark: string;
1549
+ };
1550
+ all: string;
1551
+ back: string;
1552
+ loading: string;
1553
+ save: string;
1554
+ relationshipStatus: {
1555
+ title: string;
1556
+ married: string;
1557
+ single: string;
1558
+ };
1559
+ todaysDate: string;
1560
+ gender: {
1561
+ male: string;
1562
+ female: string;
1563
+ };
1564
+ nationality: {
1565
+ iranian: string;
1566
+ foreigner: string;
1567
+ };
1568
+ viewAll: string;
1569
+ search: string;
1570
+ roles: {
1571
+ user: string;
1572
+ employee: string;
1573
+ business: string;
1574
+ };
1575
+ pagination: {
1576
+ next: string;
1577
+ prev: string;
1578
+ };
1579
+ cancel: string;
1580
+ confirm: string;
1581
+ currency: string;
1582
+ select: string;
1583
+ write: string;
1584
+ colors: {
1585
+ red: string;
1586
+ green: string;
1587
+ black: string;
1588
+ gray: string;
1589
+ yellow: string;
1590
+ white: string;
1591
+ };
1592
+ timeframes: {
1593
+ seconds: string;
1594
+ minutes: string;
1595
+ hours: string;
1596
+ days: string;
1597
+ week: string;
1598
+ month: string;
1599
+ year: string;
1600
+ };
1601
+ datePicker: {
1602
+ title: string;
1603
+ };
1604
+ result: string;
1605
+ noResultFound: string;
1606
+ onlineReservations: string;
1607
+ less: string;
1608
+ more: string;
1609
+ lastMonth: string;
1610
+ percent: string;
1611
+ comparedTo: string;
1612
+ };
1613
+ };
1614
+ };
1615
+ export declare const auth: {
1616
+ en: {
1617
+ general: {
1618
+ themes: {
1619
+ light: string;
1620
+ dark: string;
1621
+ };
1622
+ all: string;
1623
+ back: string;
1624
+ loading: string;
1625
+ save: string;
1626
+ relationshipStatus: {
1627
+ title: string;
1628
+ married: string;
1629
+ single: string;
1630
+ };
1631
+ todaysDate: string;
1632
+ gender: {
1633
+ male: string;
1634
+ female: string;
1635
+ };
1636
+ nationality: {
1637
+ iranian: string;
1638
+ foreigner: string;
1639
+ };
1640
+ viewAll: string;
1641
+ search: string;
1642
+ roles: {
1643
+ user: string;
1644
+ employee: string;
1645
+ business: string;
1646
+ };
1647
+ pagination: {
1648
+ next: string;
1649
+ prev: string;
1650
+ };
1651
+ cancel: string;
1652
+ confirm: string;
1653
+ currency: string;
1654
+ select: string;
1655
+ write: string;
1656
+ colors: {
1657
+ red: string;
1658
+ green: string;
1659
+ black: string;
1660
+ gray: string;
1661
+ yellow: string;
1662
+ white: string;
1663
+ };
1664
+ timeframes: {
1665
+ seconds: string;
1666
+ minutes: string;
1667
+ hours: string;
1668
+ days: string;
1669
+ week: string;
1670
+ month: string;
1671
+ year: string;
1672
+ };
1673
+ datePicker: {
1674
+ title: string;
1675
+ };
1676
+ result: string;
1677
+ noResultFound: string;
1678
+ onlineReservations: string;
1679
+ less: string;
1680
+ more: string;
1681
+ lastMonth: string;
1682
+ percent: string;
1683
+ comparedTo: string;
1684
+ };
1685
+ };
1686
+ fa: {
1687
+ auth: {
1688
+ login: {
1689
+ username: string;
1690
+ usernamePlaceholder: string;
1691
+ notRobot: string;
1692
+ title: string;
1693
+ enterDetails: string;
1694
+ googleLogin: string;
1695
+ dolatLogin: string;
1696
+ capchaLoading: string;
1697
+ problemOccured: string;
1698
+ };
1699
+ password: {
1700
+ title: string;
1701
+ passwordPlaceholder: string;
1702
+ rememberMe: string;
1703
+ loginViaCode: string;
1704
+ changeNumber: string;
1705
+ repeatPassword: string;
1706
+ repeatPasswordPlaceholder: string;
1707
+ validation: {
1708
+ required: string;
1709
+ tooShort: string;
1710
+ missingLowercase: string;
1711
+ missingUppercase: string;
1712
+ missingNumber: string;
1713
+ missingSpecial: string;
1714
+ hasSpaces: string;
1715
+ mismatch: string;
1716
+ };
1717
+ };
1718
+ code: {
1719
+ enterCode: string;
1720
+ sendCodeAgain: string;
1721
+ errors: {
1722
+ codeLength: string;
1723
+ invalidCode: string;
1724
+ };
1725
+ };
1726
+ register: {
1727
+ title: string;
1728
+ email: string;
1729
+ emailPlaceholder: string;
1730
+ termsOfService: string;
1731
+ termsLink: string;
1732
+ continue: string;
1733
+ or: string;
1734
+ back: string;
1735
+ };
1736
+ identity: {
1737
+ title: string;
1738
+ idNotMatched: string;
1739
+ changeNumber: string;
1740
+ };
1741
+ profile: {
1742
+ profileImage: string;
1743
+ finishProfile: string;
1744
+ selectImage: string;
1745
+ imageCrop: string;
1746
+ select: string;
1747
+ write: string;
1748
+ confirm: string;
1749
+ referalCode: string;
1750
+ personalDetails: {
1751
+ title: string;
1752
+ name: string;
1753
+ lastName: string;
1754
+ nationality: string;
1755
+ nationalCode: string;
1756
+ nationalCodePlaceholder: string;
1757
+ foreignCodePlaceholder: string;
1758
+ foreignCode: string;
1759
+ birthDate: {
1760
+ title: string;
1761
+ day: string;
1762
+ month: string;
1763
+ year: string;
1764
+ };
1765
+ nationalities: {
1766
+ iranian: string;
1767
+ nonIranian: string;
1768
+ };
1769
+ gender: {
1770
+ title: string;
1771
+ options: {
1772
+ male: string;
1773
+ female: string;
1774
+ };
1775
+ };
1776
+ };
1777
+ submit: string;
1778
+ updateSuccess: string;
1779
+ updateFail: string;
1780
+ };
1781
+ slides: {
1782
+ title: string;
1783
+ slide1: string;
1784
+ slide2: string;
1785
+ slide3: string;
1786
+ slide4: string;
1787
+ slide5: string;
1788
+ slide6: string;
1789
+ };
1790
+ };
1791
+ general: {
1792
+ themes: {
1793
+ light: string;
1794
+ dark: string;
1795
+ };
1796
+ all: string;
1797
+ back: string;
1798
+ loading: string;
1799
+ save: string;
1800
+ relationshipStatus: {
1801
+ title: string;
1802
+ married: string;
1803
+ single: string;
1804
+ };
1805
+ todaysDate: string;
1806
+ gender: {
1807
+ male: string;
1808
+ female: string;
1809
+ };
1810
+ nationality: {
1811
+ iranian: string;
1812
+ foreigner: string;
1813
+ };
1814
+ viewAll: string;
1815
+ search: string;
1816
+ roles: {
1817
+ user: string;
1818
+ employee: string;
1819
+ business: string;
1820
+ };
1821
+ pagination: {
1822
+ next: string;
1823
+ prev: string;
1824
+ };
1825
+ cancel: string;
1826
+ confirm: string;
1827
+ currency: string;
1828
+ select: string;
1829
+ write: string;
1830
+ colors: {
1831
+ red: string;
1832
+ green: string;
1833
+ black: string;
1834
+ gray: string;
1835
+ yellow: string;
1836
+ white: string;
1837
+ };
1838
+ timeframes: {
1839
+ seconds: string;
1840
+ minutes: string;
1841
+ hours: string;
1842
+ days: string;
1843
+ week: string;
1844
+ month: string;
1845
+ year: string;
1846
+ };
1847
+ datePicker: {
1848
+ title: string;
1849
+ };
1850
+ result: string;
1851
+ noResultFound: string;
1852
+ onlineReservations: string;
1853
+ less: string;
1854
+ more: string;
1855
+ lastMonth: string;
1856
+ percent: string;
1857
+ comparedTo: string;
1858
+ };
1859
+ };
1860
+ };
1861
+ export declare const componentsGeneral: {
1862
+ en: {
1863
+ cancel: string;
1864
+ confirm: string;
1865
+ noResultFound: string;
1866
+ result: string;
1867
+ search: string;
1868
+ themes: {
1869
+ dark: string;
1870
+ light: string;
1871
+ };
1872
+ };
1873
+ fa: {
1874
+ cancel: string;
1875
+ confirm: string;
1876
+ noResultFound: string;
1877
+ result: string;
1878
+ search: string;
1879
+ themes: {
1880
+ dark: string;
1881
+ light: string;
1882
+ };
1883
+ };
1884
+ };
1885
+ export declare const bModal: {
1886
+ en: {
1887
+ permissions: {
1888
+ notNow: string;
1889
+ };
1890
+ cancel: string;
1891
+ confirm: string;
1892
+ noResultFound: string;
1893
+ result: string;
1894
+ search: string;
1895
+ themes: {
1896
+ dark: string;
1897
+ light: string;
1898
+ };
1899
+ };
1900
+ fa: {
1901
+ permissions: {
1902
+ notNow: string;
1903
+ };
1904
+ cancel: string;
1905
+ confirm: string;
1906
+ noResultFound: string;
1907
+ result: string;
1908
+ search: string;
1909
+ themes: {
1910
+ dark: string;
1911
+ light: string;
1912
+ };
1913
+ };
1914
+ };
1915
+ export declare const boardColorPicker: {
1916
+ en: {
1917
+ board: {
1918
+ confirm: string;
1919
+ };
1920
+ cancel: string;
1921
+ confirm: string;
1922
+ noResultFound: string;
1923
+ result: string;
1924
+ search: string;
1925
+ themes: {
1926
+ dark: string;
1927
+ light: string;
1928
+ };
1929
+ };
1930
+ fa: {
1931
+ board: {
1932
+ confirm: string;
1933
+ };
1934
+ cancel: string;
1935
+ confirm: string;
1936
+ noResultFound: string;
1937
+ result: string;
1938
+ search: string;
1939
+ themes: {
1940
+ dark: string;
1941
+ light: string;
1942
+ };
1943
+ };
1944
+ };
1945
+ export declare const bubbleOptions: {
1946
+ en: {
1947
+ messageOptions: {
1948
+ reply: string;
1949
+ edit: string;
1950
+ copy: string;
1951
+ deselect: string;
1952
+ select: string;
1953
+ delete: string;
1954
+ };
1955
+ cancel: string;
1956
+ confirm: string;
1957
+ noResultFound: string;
1958
+ result: string;
1959
+ search: string;
1960
+ themes: {
1961
+ dark: string;
1962
+ light: string;
1963
+ };
1964
+ };
1965
+ fa: {
1966
+ messageOptions: {
1967
+ reply: string;
1968
+ edit: string;
1969
+ copy: string;
1970
+ deselect: string;
1971
+ select: string;
1972
+ delete: string;
1973
+ };
1974
+ cancel: string;
1975
+ confirm: string;
1976
+ noResultFound: string;
1977
+ result: string;
1978
+ search: string;
1979
+ themes: {
1980
+ dark: string;
1981
+ light: string;
1982
+ };
1983
+ };
1984
+ };
1985
+ export declare const callPageOverlay: {
1986
+ en: {
1987
+ call: {
1988
+ title: string;
1989
+ deviceDoesntSupport: string;
1990
+ };
1991
+ cancel: string;
1992
+ confirm: string;
1993
+ noResultFound: string;
1994
+ result: string;
1995
+ search: string;
1996
+ themes: {
1997
+ dark: string;
1998
+ light: string;
1999
+ };
2000
+ };
2001
+ fa: {
2002
+ call: {
2003
+ title: string;
2004
+ deviceDoesntSupport: string;
2005
+ };
2006
+ cancel: string;
2007
+ confirm: string;
2008
+ noResultFound: string;
2009
+ result: string;
2010
+ search: string;
2011
+ themes: {
2012
+ dark: string;
2013
+ light: string;
2014
+ };
2015
+ };
2016
+ };
2017
+ export declare const callPaintBoard: {
2018
+ en: {
2019
+ board: {
2020
+ title: string;
2021
+ selectColor: string;
2022
+ savedSuccessfully: string;
2023
+ page: string;
2024
+ addPage: string;
2025
+ };
2026
+ cancel: string;
2027
+ confirm: string;
2028
+ noResultFound: string;
2029
+ result: string;
2030
+ search: string;
2031
+ themes: {
2032
+ dark: string;
2033
+ light: string;
2034
+ };
2035
+ };
2036
+ fa: {
2037
+ board: {
2038
+ title: string;
2039
+ selectColor: string;
2040
+ savedSuccessfully: string;
2041
+ page: string;
2042
+ addPage: string;
2043
+ };
2044
+ cancel: string;
2045
+ confirm: string;
2046
+ noResultFound: string;
2047
+ result: string;
2048
+ search: string;
2049
+ themes: {
2050
+ dark: string;
2051
+ light: string;
2052
+ };
2053
+ };
2054
+ };
2055
+ export declare const chatBubble: {
2056
+ en: {
2057
+ you: string;
2058
+ attachementTypes: {
2059
+ video: string;
2060
+ voice: string;
2061
+ file: string;
2062
+ image: string;
2063
+ };
2064
+ unreadMessages: string;
2065
+ cancel: string;
2066
+ confirm: string;
2067
+ noResultFound: string;
2068
+ result: string;
2069
+ search: string;
2070
+ themes: {
2071
+ dark: string;
2072
+ light: string;
2073
+ };
2074
+ };
2075
+ fa: {
2076
+ you: string;
2077
+ attachementTypes: {
2078
+ video: string;
2079
+ voice: string;
2080
+ file: string;
2081
+ image: string;
2082
+ };
2083
+ unreadMessages: string;
2084
+ cancel: string;
2085
+ confirm: string;
2086
+ noResultFound: string;
2087
+ result: string;
2088
+ search: string;
2089
+ themes: {
2090
+ dark: string;
2091
+ light: string;
2092
+ };
2093
+ };
2094
+ };
2095
+ export declare const chatContactDisplay: {
2096
+ en: {
2097
+ attachementTypes: {
2098
+ image: string;
2099
+ file: string;
2100
+ voice: string;
2101
+ video: string;
2102
+ request: string;
2103
+ };
2104
+ cancel: string;
2105
+ confirm: string;
2106
+ noResultFound: string;
2107
+ result: string;
2108
+ search: string;
2109
+ themes: {
2110
+ dark: string;
2111
+ light: string;
2112
+ };
2113
+ };
2114
+ fa: {
2115
+ attachementTypes: {
2116
+ image: string;
2117
+ file: string;
2118
+ voice: string;
2119
+ video: string;
2120
+ request: string;
2121
+ };
2122
+ cancel: string;
2123
+ confirm: string;
2124
+ noResultFound: string;
2125
+ result: string;
2126
+ search: string;
2127
+ themes: {
2128
+ dark: string;
2129
+ light: string;
2130
+ };
2131
+ };
2132
+ };
2133
+ export declare const chatInput: {
2134
+ en: {
2135
+ swipeToCancel: string;
2136
+ cancel: string;
2137
+ placeholder: string;
2138
+ chatLocked: string;
2139
+ attachementTypes: {
2140
+ voice: string;
2141
+ video: string;
2142
+ image: string;
2143
+ file: string;
2144
+ };
2145
+ you: string;
2146
+ confirm: string;
2147
+ noResultFound: string;
2148
+ result: string;
2149
+ search: string;
2150
+ themes: {
2151
+ dark: string;
2152
+ light: string;
2153
+ };
2154
+ };
2155
+ fa: {
2156
+ swipeToCancel: string;
2157
+ cancel: string;
2158
+ placeholder: string;
2159
+ chatLocked: string;
2160
+ attachementTypes: {
2161
+ voice: string;
2162
+ video: string;
2163
+ image: string;
2164
+ file: string;
2165
+ };
2166
+ you: string;
2167
+ confirm: string;
2168
+ noResultFound: string;
2169
+ result: string;
2170
+ search: string;
2171
+ themes: {
2172
+ dark: string;
2173
+ light: string;
2174
+ };
2175
+ };
2176
+ };
2177
+ export declare const chatList: {
2178
+ en: {
2179
+ filters: {
2180
+ online: string;
2181
+ ended: string;
2182
+ active: string;
2183
+ };
2184
+ noMessages: string;
2185
+ cancel: string;
2186
+ confirm: string;
2187
+ noResultFound: string;
2188
+ result: string;
2189
+ search: string;
2190
+ themes: {
2191
+ dark: string;
2192
+ light: string;
2193
+ };
2194
+ };
2195
+ fa: {
2196
+ filters: {
2197
+ online: string;
2198
+ ended: string;
2199
+ active: string;
2200
+ };
2201
+ noMessages: string;
2202
+ cancel: string;
2203
+ confirm: string;
2204
+ noResultFound: string;
2205
+ result: string;
2206
+ search: string;
2207
+ themes: {
2208
+ dark: string;
2209
+ light: string;
2210
+ };
2211
+ };
2212
+ };
2213
+ export declare const chatListSearch: {
2214
+ en: {
2215
+ title: string;
2216
+ cancel: string;
2217
+ confirm: string;
2218
+ noResultFound: string;
2219
+ result: string;
2220
+ search: string;
2221
+ themes: {
2222
+ dark: string;
2223
+ light: string;
2224
+ };
2225
+ };
2226
+ fa: {
2227
+ title: string;
2228
+ cancel: string;
2229
+ confirm: string;
2230
+ noResultFound: string;
2231
+ result: string;
2232
+ search: string;
2233
+ themes: {
2234
+ dark: string;
2235
+ light: string;
2236
+ };
2237
+ };
2238
+ };
2239
+ export declare const chatMessages: {
2240
+ en: {
2241
+ noMessages: string;
2242
+ unreadMessages: string;
2243
+ delete: {
2244
+ title: string;
2245
+ singleMessage: string;
2246
+ multipleMessages: string;
2247
+ confirm: string;
2248
+ };
2249
+ cancel: string;
2250
+ confirm: string;
2251
+ noResultFound: string;
2252
+ result: string;
2253
+ search: string;
2254
+ themes: {
2255
+ dark: string;
2256
+ light: string;
2257
+ };
2258
+ };
2259
+ fa: {
2260
+ noMessages: string;
2261
+ unreadMessages: string;
2262
+ delete: {
2263
+ title: string;
2264
+ singleMessage: string;
2265
+ multipleMessages: string;
2266
+ confirm: string;
2267
+ };
2268
+ cancel: string;
2269
+ confirm: string;
2270
+ noResultFound: string;
2271
+ result: string;
2272
+ search: string;
2273
+ themes: {
2274
+ dark: string;
2275
+ light: string;
2276
+ };
2277
+ };
2278
+ };
2279
+ export declare const chatPage: {
2280
+ en: {
2281
+ noConversationSelected: string;
2282
+ cancel: string;
2283
+ confirm: string;
2284
+ noResultFound: string;
2285
+ result: string;
2286
+ search: string;
2287
+ themes: {
2288
+ dark: string;
2289
+ light: string;
2290
+ };
2291
+ };
2292
+ fa: {
2293
+ noConversationSelected: string;
2294
+ cancel: string;
2295
+ confirm: string;
2296
+ noResultFound: string;
2297
+ result: string;
2298
+ search: string;
2299
+ themes: {
2300
+ dark: string;
2301
+ light: string;
2302
+ };
2303
+ };
2304
+ };
2305
+ export declare const chatPageBar: {
2306
+ en: {
2307
+ lastSeen: string;
2308
+ cancel: string;
2309
+ confirm: string;
2310
+ noResultFound: string;
2311
+ result: string;
2312
+ search: string;
2313
+ themes: {
2314
+ dark: string;
2315
+ light: string;
2316
+ };
2317
+ };
2318
+ fa: {
2319
+ lastSeen: string;
2320
+ cancel: string;
2321
+ confirm: string;
2322
+ noResultFound: string;
2323
+ result: string;
2324
+ search: string;
2325
+ themes: {
2326
+ dark: string;
2327
+ light: string;
2328
+ };
2329
+ };
2330
+ };
2331
+ export declare const chatProfileOverview: {
2332
+ en: {
2333
+ info: {
2334
+ media: string;
2335
+ files: string;
2336
+ nationalCode: string;
2337
+ phoneNumber: string;
2338
+ age: string;
2339
+ };
2340
+ options: {
2341
+ end: string;
2342
+ voiceCall: string;
2343
+ videoCall: string;
2344
+ };
2345
+ online: string;
2346
+ cancel: string;
2347
+ confirm: string;
2348
+ noResultFound: string;
2349
+ result: string;
2350
+ search: string;
2351
+ themes: {
2352
+ dark: string;
2353
+ light: string;
2354
+ };
2355
+ };
2356
+ fa: {
2357
+ info: {
2358
+ media: string;
2359
+ files: string;
2360
+ nationalCode: string;
2361
+ phoneNumber: string;
2362
+ age: string;
2363
+ };
2364
+ options: {
2365
+ end: string;
2366
+ voiceCall: string;
2367
+ videoCall: string;
2368
+ };
2369
+ online: string;
2370
+ cancel: string;
2371
+ confirm: string;
2372
+ noResultFound: string;
2373
+ result: string;
2374
+ search: string;
2375
+ themes: {
2376
+ dark: string;
2377
+ light: string;
2378
+ };
2379
+ };
2380
+ };
2381
+ export declare const chatView: {
2382
+ en: {
2383
+ barOptions: {
2384
+ endChat: string;
2385
+ deleteMessages: string;
2386
+ };
2387
+ cancel: string;
2388
+ confirm: string;
2389
+ noResultFound: string;
2390
+ result: string;
2391
+ search: string;
2392
+ themes: {
2393
+ dark: string;
2394
+ light: string;
2395
+ };
2396
+ };
2397
+ fa: {
2398
+ barOptions: {
2399
+ endChat: string;
2400
+ deleteMessages: string;
2401
+ };
2402
+ cancel: string;
2403
+ confirm: string;
2404
+ noResultFound: string;
2405
+ result: string;
2406
+ search: string;
2407
+ themes: {
2408
+ dark: string;
2409
+ light: string;
2410
+ };
2411
+ };
2412
+ };
2413
+ export declare const inputAttachement: {
2414
+ en: {
2415
+ file: {
2416
+ attachMedia: string;
2417
+ attachFile: string;
2418
+ cancel: string;
2419
+ sendFile: string;
2420
+ sendImages: string;
2421
+ sendImage: string;
2422
+ };
2423
+ caption: string;
2424
+ send: string;
2425
+ cancel: string;
2426
+ confirm: string;
2427
+ noResultFound: string;
2428
+ result: string;
2429
+ search: string;
2430
+ themes: {
2431
+ dark: string;
2432
+ light: string;
2433
+ };
2434
+ };
2435
+ fa: {
2436
+ file: {
2437
+ attachMedia: string;
2438
+ attachFile: string;
2439
+ cancel: string;
2440
+ sendFile: string;
2441
+ sendImages: string;
2442
+ sendImage: string;
2443
+ };
2444
+ caption: string;
2445
+ send: string;
2446
+ cancel: string;
2447
+ confirm: string;
2448
+ noResultFound: string;
2449
+ result: string;
2450
+ search: string;
2451
+ themes: {
2452
+ dark: string;
2453
+ light: string;
2454
+ };
2455
+ };
2456
+ };
2457
+ export declare const permissionPopup: {
2458
+ en: {
2459
+ permissions: {
2460
+ notNow: string;
2461
+ allow: string;
2462
+ retry: string;
2463
+ permissionTitle: string;
2464
+ description: string;
2465
+ camError: {
2466
+ title: string;
2467
+ description: string;
2468
+ };
2469
+ micError: {
2470
+ title: string;
2471
+ description: string;
2472
+ };
2473
+ cam: {
2474
+ title: string;
2475
+ description: string;
2476
+ };
2477
+ mic: {
2478
+ title: string;
2479
+ description: string;
2480
+ };
2481
+ screenError: {
2482
+ title: string;
2483
+ description: string;
2484
+ };
2485
+ screen: {
2486
+ title: string;
2487
+ description: string;
2488
+ };
2489
+ };
2490
+ cancel: string;
2491
+ confirm: string;
2492
+ noResultFound: string;
2493
+ result: string;
2494
+ search: string;
2495
+ themes: {
2496
+ dark: string;
2497
+ light: string;
2498
+ };
2499
+ };
2500
+ fa: {
2501
+ permissions: {
2502
+ notNow: string;
2503
+ allow: string;
2504
+ retry: string;
2505
+ permissionTitle: string;
2506
+ description: string;
2507
+ camError: {
2508
+ title: string;
2509
+ description: string;
2510
+ };
2511
+ micError: {
2512
+ title: string;
2513
+ description: string;
2514
+ };
2515
+ cam: {
2516
+ title: string;
2517
+ description: string;
2518
+ };
2519
+ mic: {
2520
+ title: string;
2521
+ description: string;
2522
+ };
2523
+ screenError: {
2524
+ title: string;
2525
+ description: string;
2526
+ };
2527
+ screen: {
2528
+ title: string;
2529
+ description: string;
2530
+ };
2531
+ };
2532
+ cancel: string;
2533
+ confirm: string;
2534
+ noResultFound: string;
2535
+ result: string;
2536
+ search: string;
2537
+ themes: {
2538
+ dark: string;
2539
+ light: string;
2540
+ };
2541
+ };
2542
+ };
2543
+ export declare const chatBubblesFileDisplay: {
2544
+ en: {
2545
+ file: {
2546
+ calculating: string;
2547
+ };
2548
+ cancel: string;
2549
+ confirm: string;
2550
+ noResultFound: string;
2551
+ result: string;
2552
+ search: string;
2553
+ themes: {
2554
+ dark: string;
2555
+ light: string;
2556
+ };
2557
+ };
2558
+ fa: {
2559
+ file: {
2560
+ calculating: string;
2561
+ };
2562
+ cancel: string;
2563
+ confirm: string;
2564
+ noResultFound: string;
2565
+ result: string;
2566
+ search: string;
2567
+ themes: {
2568
+ dark: string;
2569
+ light: string;
2570
+ };
2571
+ };
2572
+ };
2573
+ export declare const profileFileDisplay: {
2574
+ en: {
2575
+ file: {
2576
+ calculating: string;
2577
+ };
2578
+ cancel: string;
2579
+ confirm: string;
2580
+ noResultFound: string;
2581
+ result: string;
2582
+ search: string;
2583
+ themes: {
2584
+ dark: string;
2585
+ light: string;
2586
+ };
2587
+ };
2588
+ fa: {
2589
+ file: {
2590
+ calculating: string;
2591
+ };
2592
+ cancel: string;
2593
+ confirm: string;
2594
+ noResultFound: string;
2595
+ result: string;
2596
+ search: string;
2597
+ themes: {
2598
+ dark: string;
2599
+ light: string;
2600
+ };
2601
+ };
2602
+ };
2603
+ //# sourceMappingURL=index.d.ts.map