deep-chat-dev 9.0.185 → 9.0.187

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 (376) hide show
  1. package/README.md +17 -12
  2. package/custom-elements.json +4469 -4194
  3. package/dist/deepChat.d.ts +25 -24
  4. package/dist/deepChat.d.ts.map +1 -1
  5. package/dist/deepChat.js +7087 -12370
  6. package/dist/icons/audioIcon.d.ts.map +1 -1
  7. package/dist/icons/cameraIcon.d.ts.map +1 -1
  8. package/dist/icons/captureIcon.d.ts.map +1 -1
  9. package/dist/icons/closeIcon.d.ts.map +1 -1
  10. package/dist/icons/fileIcon.d.ts.map +1 -1
  11. package/dist/icons/gifIcon.d.ts.map +1 -1
  12. package/dist/icons/imageIcon.d.ts.map +1 -1
  13. package/dist/icons/microphone.d.ts.map +1 -1
  14. package/dist/icons/mixedFilesIcon.d.ts.map +1 -1
  15. package/dist/icons/notVisibilityIcon.d.ts.map +1 -1
  16. package/dist/icons/playIcon.d.ts.map +1 -1
  17. package/dist/icons/plusIcon.d.ts.map +1 -1
  18. package/dist/icons/refreshIcon.d.ts.map +1 -1
  19. package/dist/icons/stopIcon.d.ts.map +1 -1
  20. package/dist/icons/submitIcon.d.ts.map +1 -1
  21. package/dist/icons/tickIcon.d.ts.map +1 -1
  22. package/dist/icons/visibleIcon.d.ts.map +1 -1
  23. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +5 -6
  24. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
  25. package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +0 -1
  26. package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -1
  27. package/dist/services/azure/azureLanguageIO.d.ts +4 -5
  28. package/dist/services/azure/azureLanguageIO.d.ts.map +1 -1
  29. package/dist/services/azure/azureSpeechIO.d.ts +4 -5
  30. package/dist/services/azure/azureSpeechIO.d.ts.map +1 -1
  31. package/dist/services/azure/azureSpeechToTextIO.d.ts +5 -6
  32. package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
  33. package/dist/services/azure/azureSummarizationIO.d.ts +6 -7
  34. package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
  35. package/dist/services/azure/azureTextToSpeechIO.d.ts +6 -7
  36. package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
  37. package/dist/services/azure/azureTranslationIO.d.ts +5 -6
  38. package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
  39. package/dist/services/azure/utils/azureUtils.d.ts +1 -2
  40. package/dist/services/azure/utils/azureUtils.d.ts.map +1 -1
  41. package/dist/services/cohere/cohereChatIO.d.ts +5 -6
  42. package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
  43. package/dist/services/cohere/cohereIO.d.ts +2 -3
  44. package/dist/services/cohere/cohereIO.d.ts.map +1 -1
  45. package/dist/services/cohere/cohereSummarizationIO.d.ts +6 -7
  46. package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
  47. package/dist/services/cohere/cohereTextGenerationIO.d.ts +6 -7
  48. package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
  49. package/dist/services/cohere/utils/cohereUtils.d.ts +0 -1
  50. package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -1
  51. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +3 -4
  52. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
  53. package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +3 -4
  54. package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -1
  55. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +5 -6
  56. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
  57. package/dist/services/huggingFace/huggingFaceFileIO.d.ts +6 -7
  58. package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
  59. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +3 -4
  60. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
  61. package/dist/services/huggingFace/huggingFaceIO.d.ts +6 -7
  62. package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
  63. package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +3 -4
  64. package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -1
  65. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +5 -6
  66. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
  67. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +3 -4
  68. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
  69. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +3 -4
  70. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
  71. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +3 -4
  72. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
  73. package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +0 -1
  74. package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -1
  75. package/dist/services/mistral/mistralO.d.ts +5 -6
  76. package/dist/services/mistral/mistralO.d.ts.map +1 -1
  77. package/dist/services/mistral/utils/mistralUtils.d.ts +0 -1
  78. package/dist/services/mistral/utils/mistralUtils.d.ts.map +1 -1
  79. package/dist/services/openAI/openAIAssistantIO.d.ts +6 -7
  80. package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
  81. package/dist/services/openAI/openAIChatIO.d.ts +7 -8
  82. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
  83. package/dist/services/openAI/openAIImagesIO.d.ts +5 -6
  84. package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
  85. package/dist/services/openAI/openAISpeechToTextIO.d.ts +5 -6
  86. package/dist/services/openAI/openAISpeechToTextIO.d.ts.map +1 -1
  87. package/dist/services/openAI/openAITextToSpeechIO.d.ts +5 -6
  88. package/dist/services/openAI/openAITextToSpeechIO.d.ts.map +1 -1
  89. package/dist/services/openAI/utils/openAIAssistantUtils.d.ts +4 -5
  90. package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
  91. package/dist/services/openAI/utils/openAIUtils.d.ts +1 -2
  92. package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
  93. package/dist/services/serviceIO.d.ts +11 -12
  94. package/dist/services/serviceIO.d.ts.map +1 -1
  95. package/dist/services/serviceIOFactory.d.ts +1 -2
  96. package/dist/services/serviceIOFactory.d.ts.map +1 -1
  97. package/dist/services/stabilityAI/stabilityAIIO.d.ts +5 -6
  98. package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -1
  99. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +5 -6
  100. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
  101. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +5 -6
  102. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
  103. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +5 -6
  104. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
  105. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +5 -6
  106. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
  107. package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +0 -1
  108. package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -1
  109. package/dist/services/utils/baseServiceIO.d.ts +9 -10
  110. package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
  111. package/dist/services/utils/directServiceIO.d.ts +5 -6
  112. package/dist/services/utils/directServiceIO.d.ts.map +1 -1
  113. package/dist/services/utils/messageLimitUtils.d.ts +0 -1
  114. package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
  115. package/dist/services/utils/setFileTypes.d.ts +1 -2
  116. package/dist/services/utils/setFileTypes.d.ts.map +1 -1
  117. package/dist/types/APIKey.d.ts.map +1 -1
  118. package/dist/types/assemblyAI.d.ts.map +1 -1
  119. package/dist/types/assemblyAIResult.d.ts.map +1 -1
  120. package/dist/types/avatars.d.ts +0 -1
  121. package/dist/types/avatars.d.ts.map +1 -1
  122. package/dist/types/azure.d.ts.map +1 -1
  123. package/dist/types/azureResult.d.ts +0 -1
  124. package/dist/types/azureResult.d.ts.map +1 -1
  125. package/dist/types/button.d.ts +0 -1
  126. package/dist/types/button.d.ts.map +1 -1
  127. package/dist/types/buttonInternal.d.ts +1 -2
  128. package/dist/types/buttonInternal.d.ts.map +1 -1
  129. package/dist/types/buttonTypes.d.ts +0 -1
  130. package/dist/types/buttonTypes.d.ts.map +1 -1
  131. package/dist/types/camera.d.ts.map +1 -1
  132. package/dist/types/chatLimits.d.ts.map +1 -1
  133. package/dist/types/cohere.d.ts +0 -1
  134. package/dist/types/cohere.d.ts.map +1 -1
  135. package/dist/types/cohereResult.d.ts +0 -1
  136. package/dist/types/cohereResult.d.ts.map +1 -1
  137. package/dist/types/connect.d.ts +2 -3
  138. package/dist/types/connect.d.ts.map +1 -1
  139. package/dist/types/demo.d.ts +2 -3
  140. package/dist/types/demo.d.ts.map +1 -1
  141. package/dist/types/directConnection.d.ts +7 -8
  142. package/dist/types/directConnection.d.ts.map +1 -1
  143. package/dist/types/dropupStyles.d.ts +1 -2
  144. package/dist/types/dropupStyles.d.ts.map +1 -1
  145. package/dist/types/error.d.ts.map +1 -1
  146. package/dist/types/errorInternal.d.ts +0 -1
  147. package/dist/types/errorInternal.d.ts.map +1 -1
  148. package/dist/types/fileAttachments.d.ts +0 -1
  149. package/dist/types/fileAttachments.d.ts.map +1 -1
  150. package/dist/types/fileServiceConfigs.d.ts +5 -6
  151. package/dist/types/fileServiceConfigs.d.ts.map +1 -1
  152. package/dist/types/fileTypes.d.ts.map +1 -1
  153. package/dist/types/genericInputButton.d.ts +0 -1
  154. package/dist/types/genericInputButton.d.ts.map +1 -1
  155. package/dist/types/handler.d.ts +0 -1
  156. package/dist/types/handler.d.ts.map +1 -1
  157. package/dist/types/headers.d.ts +0 -1
  158. package/dist/types/headers.d.ts.map +1 -1
  159. package/dist/types/history.d.ts +4 -0
  160. package/dist/types/history.d.ts.map +1 -0
  161. package/dist/types/html.d.ts +0 -1
  162. package/dist/types/html.d.ts.map +1 -1
  163. package/dist/types/huggingFace.d.ts.map +1 -1
  164. package/dist/types/huggingFaceResult.d.ts +0 -1
  165. package/dist/types/huggingFaceResult.d.ts.map +1 -1
  166. package/dist/types/insertKeyViewStyles.d.ts.map +1 -1
  167. package/dist/types/interceptors.d.ts +1 -2
  168. package/dist/types/interceptors.d.ts.map +1 -1
  169. package/dist/types/keyVerificationDetails.d.ts +0 -1
  170. package/dist/types/keyVerificationDetails.d.ts.map +1 -1
  171. package/dist/types/messageFile.d.ts.map +1 -1
  172. package/dist/types/messages.d.ts +2 -3
  173. package/dist/types/messages.d.ts.map +1 -1
  174. package/dist/types/messagesInternal.d.ts +2 -3
  175. package/dist/types/messagesInternal.d.ts.map +1 -1
  176. package/dist/types/microphone.d.ts +1 -2
  177. package/dist/types/microphone.d.ts.map +1 -1
  178. package/dist/types/mistral.d.ts.map +1 -1
  179. package/dist/types/names.d.ts +0 -1
  180. package/dist/types/names.d.ts.map +1 -1
  181. package/dist/types/object.d.ts.map +1 -1
  182. package/dist/types/openAI.d.ts +0 -1
  183. package/dist/types/openAI.d.ts.map +1 -1
  184. package/dist/types/openAIInternal.d.ts +1 -2
  185. package/dist/types/openAIInternal.d.ts.map +1 -1
  186. package/dist/types/openAIResult.d.ts +0 -1
  187. package/dist/types/openAIResult.d.ts.map +1 -1
  188. package/dist/types/response.d.ts +0 -1
  189. package/dist/types/response.d.ts.map +1 -1
  190. package/dist/types/responseInternal.d.ts +0 -1
  191. package/dist/types/responseInternal.d.ts.map +1 -1
  192. package/dist/types/stabilityAI.d.ts.map +1 -1
  193. package/dist/types/stabilityAIResult.d.ts.map +1 -1
  194. package/dist/types/stream.d.ts.map +1 -1
  195. package/dist/types/styles.d.ts.map +1 -1
  196. package/dist/types/submitButton.d.ts +0 -1
  197. package/dist/types/submitButton.d.ts.map +1 -1
  198. package/dist/types/textInput.d.ts +0 -1
  199. package/dist/types/textInput.d.ts.map +1 -1
  200. package/dist/types/textToSpeech.d.ts.map +1 -1
  201. package/dist/types/typeConverters.d.ts.map +1 -1
  202. package/dist/types/utilityTypes.d.ts.map +1 -1
  203. package/dist/types/validateInput.d.ts.map +1 -1
  204. package/dist/types/validationHandler.d.ts +0 -1
  205. package/dist/types/validationHandler.d.ts.map +1 -1
  206. package/dist/types/webModel/webLLM/webLLM.d.ts.map +1 -1
  207. package/dist/types/webModel/webLLM/webLLMChatModule.d.ts +0 -1
  208. package/dist/types/webModel/webLLM/webLLMChatModule.d.ts.map +1 -1
  209. package/dist/types/webModel/webLLM/webLLMClient.d.ts +0 -1
  210. package/dist/types/webModel/webLLM/webLLMClient.d.ts.map +1 -1
  211. package/dist/types/webModel/webLLM/webLLMShared.d.ts.map +1 -1
  212. package/dist/types/webModel/webModel.d.ts.map +1 -1
  213. package/dist/utils/HTTP/HTTPRequest.d.ts +1 -2
  214. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
  215. package/dist/utils/HTTP/customHandler.d.ts +2 -3
  216. package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
  217. package/dist/utils/HTTP/requestUtils.d.ts +8 -9
  218. package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
  219. package/dist/utils/HTTP/stream.d.ts +4 -5
  220. package/dist/utils/HTTP/stream.d.ts.map +1 -1
  221. package/dist/utils/HTTP/websocket.d.ts +3 -4
  222. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  223. package/dist/utils/browser/browser.d.ts.map +1 -1
  224. package/dist/utils/buttons/inputButtons.d.ts +0 -1
  225. package/dist/utils/buttons/inputButtons.d.ts.map +1 -1
  226. package/dist/utils/buttons/keyboardKeys.d.ts +1 -1
  227. package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -1
  228. package/dist/utils/data/objectUtils.d.ts.map +1 -1
  229. package/dist/utils/decorators/property.d.ts +0 -1
  230. package/dist/utils/decorators/property.d.ts.map +1 -1
  231. package/dist/utils/decorators/renderControl.d.ts +0 -1
  232. package/dist/utils/decorators/renderControl.d.ts.map +1 -1
  233. package/dist/utils/decorators/typeConverters.d.ts +0 -1
  234. package/dist/utils/decorators/typeConverters.d.ts.map +1 -1
  235. package/dist/utils/demo/demo.d.ts +1 -2
  236. package/dist/utils/demo/demo.d.ts.map +1 -1
  237. package/dist/utils/element/elementUtils.d.ts.map +1 -1
  238. package/dist/utils/element/imageUtils.d.ts.map +1 -1
  239. package/dist/utils/element/statefulEvents.d.ts +0 -1
  240. package/dist/utils/element/statefulEvents.d.ts.map +1 -1
  241. package/dist/utils/element/styleUtils.d.ts +0 -1
  242. package/dist/utils/element/styleUtils.d.ts.map +1 -1
  243. package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
  244. package/dist/utils/events/fireEvents.d.ts +1 -2
  245. package/dist/utils/events/fireEvents.d.ts.map +1 -1
  246. package/dist/utils/files/fileTypeButtonIcons.d.ts +0 -1
  247. package/dist/utils/files/fileTypeButtonIcons.d.ts.map +1 -1
  248. package/dist/utils/legacy/legacy.d.ts +4 -5
  249. package/dist/utils/legacy/legacy.d.ts.map +1 -1
  250. package/dist/utils/svg/svgIconUtils.d.ts.map +1 -1
  251. package/dist/utils/webComponent/googleFont.d.ts.map +1 -1
  252. package/dist/utils/webComponent/internalHTML.d.ts +1 -2
  253. package/dist/utils/webComponent/internalHTML.d.ts.map +1 -1
  254. package/dist/utils/webComponent/webComponentStyleUtils.d.ts +0 -1
  255. package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
  256. package/dist/views/chat/chatView.d.ts +1 -2
  257. package/dist/views/chat/chatView.d.ts.map +1 -1
  258. package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +0 -1
  259. package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -1
  260. package/dist/views/chat/input/buttons/buttonCSS.d.ts +1 -2
  261. package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -1
  262. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +4 -5
  263. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
  264. package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +0 -1
  265. package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
  266. package/dist/views/chat/input/buttons/inputButton.d.ts +2 -2
  267. package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
  268. package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +3 -4
  269. package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
  270. package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +2 -3
  271. package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -1
  272. package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts +1 -2
  273. package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts.map +1 -1
  274. package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts +5 -6
  275. package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts.map +1 -1
  276. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +5 -6
  277. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -1
  278. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +1 -2
  279. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -1
  280. package/dist/views/chat/input/buttons/submit/submitButton.d.ts +12 -12
  281. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  282. package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +1 -2
  283. package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -1
  284. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +4 -5
  285. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
  286. package/dist/views/chat/input/dropup/dropup.d.ts +5 -6
  287. package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
  288. package/dist/views/chat/input/dropup/dropupItem.d.ts +2 -3
  289. package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -1
  290. package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -1
  291. package/dist/views/chat/input/dropup/dropupMenu.d.ts +1 -2
  292. package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -1
  293. package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +1 -2
  294. package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -1
  295. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +2 -3
  296. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -1
  297. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +3 -4
  298. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -1
  299. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +2 -3
  300. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -1
  301. package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +6 -7
  302. package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -1
  303. package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +3 -4
  304. package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -1
  305. package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +1 -2
  306. package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
  307. package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -1
  308. package/dist/views/chat/input/input.d.ts +5 -6
  309. package/dist/views/chat/input/input.d.ts.map +1 -1
  310. package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -1
  311. package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -1
  312. package/dist/views/chat/input/textInput/textInput.d.ts +7 -9
  313. package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -1
  314. package/dist/views/chat/input/textInput/textInputEvents.d.ts +1 -2
  315. package/dist/views/chat/input/textInput/textInputEvents.d.ts.map +1 -1
  316. package/dist/views/chat/input/validation/validationHandler.d.ts +4 -5
  317. package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
  318. package/dist/views/chat/introPanel/introPanel.d.ts +0 -1
  319. package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
  320. package/dist/views/chat/messages/avatar.d.ts +0 -1
  321. package/dist/views/chat/messages/avatar.d.ts.map +1 -1
  322. package/dist/views/chat/messages/fileMessageUtils.d.ts +4 -5
  323. package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -1
  324. package/dist/views/chat/messages/fileMessages.d.ts +2 -3
  325. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
  326. package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts +2 -3
  327. package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
  328. package/dist/views/chat/messages/html/htmlMessages.d.ts +3 -4
  329. package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
  330. package/dist/views/chat/messages/html/htmlUtils.d.ts +1 -2
  331. package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
  332. package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +0 -1
  333. package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts.map +1 -1
  334. package/dist/views/chat/messages/messageStyleUtils.d.ts +2 -3
  335. package/dist/views/chat/messages/messageStyleUtils.d.ts.map +1 -1
  336. package/dist/views/chat/messages/messageUtils.d.ts +5 -5
  337. package/dist/views/chat/messages/messageUtils.d.ts.map +1 -1
  338. package/dist/views/chat/messages/messages.d.ts +10 -12
  339. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  340. package/dist/views/chat/messages/messagesBase.d.ts +14 -13
  341. package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
  342. package/dist/views/chat/messages/messagesHistory.d.ts +15 -0
  343. package/dist/views/chat/messages/messagesHistory.d.ts.map +1 -0
  344. package/dist/views/chat/messages/name.d.ts +0 -1
  345. package/dist/views/chat/messages/name.d.ts.map +1 -1
  346. package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +1 -2
  347. package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
  348. package/dist/views/chat/messages/setupMessages.d.ts +1 -2
  349. package/dist/views/chat/messages/setupMessages.d.ts.map +1 -1
  350. package/dist/views/chat/messages/stream/messageStream.d.ts +3 -4
  351. package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
  352. package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +0 -1
  353. package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -1
  354. package/dist/views/error/errorView.d.ts.map +1 -1
  355. package/dist/views/insertKey/insertKeyView.d.ts +0 -1
  356. package/dist/views/insertKey/insertKeyView.d.ts.map +1 -1
  357. package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -1
  358. package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +0 -1
  359. package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -1
  360. package/dist/webModel/webModel.d.ts +4 -5
  361. package/dist/webModel/webModel.d.ts.map +1 -1
  362. package/dist/webModel/webModelConfig.d.ts.map +1 -1
  363. package/dist/webModel/webModelIntroMessage.d.ts +0 -1
  364. package/dist/webModel/webModelIntroMessage.d.ts.map +1 -1
  365. package/package.json +3 -3
  366. package/dist/deepChat.bundle.js +0 -1
  367. package/dist/services/gemini/gemini.d.ts +0 -29
  368. package/dist/services/gemini/gemini.d.ts.map +0 -1
  369. package/dist/services/gemini/utils/geminiUtils.d.ts +0 -13
  370. package/dist/services/gemini/utils/geminiUtils.d.ts.map +0 -1
  371. package/dist/types/GCP.d.ts +0 -22
  372. package/dist/types/GCP.d.ts.map +0 -1
  373. package/dist/types/permittedErrorMessage.d.ts +0 -4
  374. package/dist/types/permittedErrorMessage.d.ts.map +0 -1
  375. package/dist/webModel/worker.d.ts +0 -1
  376. package/dist/webModel/worker.d.ts.map +0 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ If using React, install the [following](https://www.npmjs.com/package/deep-chat-
33
33
  npm install deep-chat-react
34
34
  ```
35
35
 
36
- To test the component - simply add the following to your markup:
36
+ Simply add the following to your markup:
37
37
 
38
38
  ```
39
39
  <deep-chat></deep-chat>
@@ -108,9 +108,9 @@ Input text with your voice using Speech To Text capabilities and have the respon
108
108
 
109
109
  Check out live codepen examples for your [UI framework/library](https://deepchat.dev/examples/frameworks) of choice:
110
110
 
111
- | React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | Nuxt | VanillaJS |
112
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
113
- | <a href="https://stackblitz.com/edit/deep-chat-react?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/reactLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue2-cdqpt2?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-vue3?file=src%2FApp.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-svelte?file=src%2FApp.svelte" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a> | <div align="center"><a href="https://stackblitz.com/edit/deep-chat-sveltekit?file=src%2Froutes%2F%2Bpage.svelte" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://stackblitz.com/edit/deep-chat-angular?file=src%2Fapp%2Fapp.component.ts" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://stackblitz.com/edit/deep-chat-solid?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://deepchat.dev/examples/frameworks#next" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/nuxt-starter-vwz6pg?file=app.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nuxtLogo.png" width="70"/></a> | <a href="https://codesandbox.io/s/deep-chat-vanillajs-v2ywnv?file=/index.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vanillaJSLogo.png" width="60"/></a> |
111
+ | React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | Nuxt | VanillaJS |
112
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
113
+ | <a href="https://stackblitz.com/edit/deep-chat-react?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/reactLogo.png" width="60"/></a> | <a href="https://codesandbox.io/s/deep-chat-vue2-cdqpt2?file=/src/App.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-vue3?file=src%2FApp.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vueLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/deep-chat-svelte?file=src%2FApp.svelte" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a> | <div align="center"><a href="https://stackblitz.com/edit/deep-chat-sveltekit?file=src%2Froutes%2F%2Bpage.svelte" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://stackblitz.com/edit/stackblitz-starters-7gygrp?file=src%2Fapp%2Fapp.component.ts" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://stackblitz.com/edit/deep-chat-solid?file=src%2FApp.tsx" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://deepchat.dev/examples/frameworks#next" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></a> | <a href="https://stackblitz.com/edit/nuxt-starter-vwz6pg?file=app.vue" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nuxtLogo.png" width="70"/></a> | <a href="https://codesandbox.io/s/deep-chat-vanillajs-v2ywnv?file=/index.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/vanillaJSLogo.png" width="60"/></a> |
114
114
 
115
115
  Setting up your own server has never been easier with the following [server templates](https://deepchat.dev/examples/servers). From creating your own service to establishing proxies for other APIs such as OpenAI, everything has been documented with clear examples to get you up and running in seconds:
116
116
 
@@ -157,20 +157,25 @@ $ npm run build:bundle
157
157
  Thankyou to our generous sponsors!
158
158
 
159
159
  <p align="center">
160
- &nbsp; &nbsp;
161
- <img src="https://github.com/eljefedelrodeodeljefe.png" width="110px" />
162
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
160
+ &nbsp; &nbsp; &nbsp;
163
161
  <img src="https://github.com/matthiasamberg.png" width="110px"/>
164
162
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
165
163
  <img src="https://github.com/dorra.png" width="110px"/>
164
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
165
+ <img src="https://github.com/techpeace.png" width="110px" />
166
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
167
+ <img src="https://github.com/aquarius-wing.png" width="110px" />
166
168
  </p>
167
169
  <p align="center">
168
- <a href="https://github.com/eljefedelrodeodeljefe">eljefedelrodeodeljefe</a>
169
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
170
+ &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
170
171
  <a href="https://github.com/matthiasamberg">matthiasamberg</a>
171
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
172
- <a href="https://github.com/matthiasamberg">dorra</a>
173
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
172
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
173
+ <a href="https://github.com/dorra">dorra</a>
174
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
175
+ <a href="https://github.com/techpeace">techpeace</a>
176
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
177
+ <a href="https://github.com/aquarius-wing">aquarius-wing</a>
178
+ &nbsp;
174
179
  </p>
175
180
 
176
181
  ## :heart: Contributions