deep-chat-dev 9.0.229 → 9.0.236

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 (262) hide show
  1. package/custom-elements.json +11743 -11600
  2. package/dist/deepChat.bundle.js +1 -1
  3. package/dist/deepChat.d.ts +2 -0
  4. package/dist/deepChat.d.ts.map +1 -1
  5. package/dist/deepChat.js +3613 -3433
  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.map +1 -1
  24. package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -1
  25. package/dist/services/azure/azureLanguageIO.d.ts.map +1 -1
  26. package/dist/services/azure/azureOpenAIAssistantIO.d.ts.map +1 -1
  27. package/dist/services/azure/azureOpenAIChatIO.d.ts.map +1 -1
  28. package/dist/services/azure/azureSpeechIO.d.ts.map +1 -1
  29. package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
  30. package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
  31. package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
  32. package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
  33. package/dist/services/azure/utils/azureOpenAIUtils.d.ts.map +1 -1
  34. package/dist/services/azure/utils/azureUtils.d.ts.map +1 -1
  35. package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
  36. package/dist/services/cohere/cohereIO.d.ts.map +1 -1
  37. package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
  38. package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
  39. package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -1
  40. package/dist/services/gemini/gemini.d.ts +19 -0
  41. package/dist/services/gemini/gemini.d.ts.map +1 -0
  42. package/dist/services/gemini/utils/geminiUtils.d.ts +12 -0
  43. package/dist/services/gemini/utils/geminiUtils.d.ts.map +1 -0
  44. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
  45. package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -1
  46. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
  47. package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
  48. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
  49. package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
  50. package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -1
  51. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
  52. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
  53. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
  54. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
  55. package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -1
  56. package/dist/services/mistral/mistralO.d.ts.map +1 -1
  57. package/dist/services/mistral/utils/mistralUtils.d.ts.map +1 -1
  58. package/dist/services/openAI/assistant/openAIAssistantIO.d.ts.map +1 -1
  59. package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts +1 -1
  60. package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts.map +1 -1
  61. package/dist/services/openAI/assistant/utils/openAIAssistantUtils.d.ts.map +1 -1
  62. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
  63. package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
  64. package/dist/services/openAI/openAISpeechToTextIO.d.ts.map +1 -1
  65. package/dist/services/openAI/openAITextToSpeechIO.d.ts.map +1 -1
  66. package/dist/services/openAI/realtime/openAIRealtimeButton.d.ts +0 -1
  67. package/dist/services/openAI/realtime/openAIRealtimeButton.d.ts.map +1 -1
  68. package/dist/services/openAI/realtime/openAIRealtimeIO.d.ts.map +1 -1
  69. package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
  70. package/dist/services/serviceIO.d.ts.map +1 -1
  71. package/dist/services/serviceIOFactory.d.ts.map +1 -1
  72. package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -1
  73. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
  74. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
  75. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
  76. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
  77. package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -1
  78. package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
  79. package/dist/services/utils/directServiceIO.d.ts.map +1 -1
  80. package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
  81. package/dist/services/utils/setFileTypes.d.ts.map +1 -1
  82. package/dist/types/APIKey.d.ts.map +1 -1
  83. package/dist/types/GCP.d.ts +22 -0
  84. package/dist/types/GCP.d.ts.map +1 -0
  85. package/dist/types/assemblyAI.d.ts.map +1 -1
  86. package/dist/types/assemblyAIResult.d.ts.map +1 -1
  87. package/dist/types/avatars.d.ts.map +1 -1
  88. package/dist/types/azure.d.ts.map +1 -1
  89. package/dist/types/azureResult.d.ts.map +1 -1
  90. package/dist/types/button.d.ts.map +1 -1
  91. package/dist/types/buttonInternal.d.ts +0 -3
  92. package/dist/types/buttonInternal.d.ts.map +1 -1
  93. package/dist/types/buttonTypes.d.ts +1 -1
  94. package/dist/types/buttonTypes.d.ts.map +1 -1
  95. package/dist/types/camera.d.ts.map +1 -1
  96. package/dist/types/chatLimits.d.ts.map +1 -1
  97. package/dist/types/cohere.d.ts.map +1 -1
  98. package/dist/types/cohereResult.d.ts.map +1 -1
  99. package/dist/types/connect.d.ts.map +1 -1
  100. package/dist/types/customButton.d.ts +20 -0
  101. package/dist/types/customButton.d.ts.map +1 -0
  102. package/dist/types/demo.d.ts.map +1 -1
  103. package/dist/types/directConnection.d.ts.map +1 -1
  104. package/dist/types/dropupStyles.d.ts.map +1 -1
  105. package/dist/types/error.d.ts.map +1 -1
  106. package/dist/types/errorInternal.d.ts.map +1 -1
  107. package/dist/types/fileAttachments.d.ts.map +1 -1
  108. package/dist/types/fileServiceConfigs.d.ts.map +1 -1
  109. package/dist/types/fileTypes.d.ts.map +1 -1
  110. package/dist/types/focusMode.d.ts.map +1 -1
  111. package/dist/types/genericInputButton.d.ts.map +1 -1
  112. package/dist/types/handler.d.ts.map +1 -1
  113. package/dist/types/headers.d.ts.map +1 -1
  114. package/dist/types/history.d.ts.map +1 -1
  115. package/dist/types/html.d.ts.map +1 -1
  116. package/dist/types/huggingFace.d.ts.map +1 -1
  117. package/dist/types/huggingFaceResult.d.ts.map +1 -1
  118. package/dist/types/insertKeyViewStyles.d.ts.map +1 -1
  119. package/dist/types/interceptors.d.ts.map +1 -1
  120. package/dist/types/keyVerificationDetails.d.ts.map +1 -1
  121. package/dist/types/loading.d.ts.map +1 -1
  122. package/dist/types/messageFile.d.ts.map +1 -1
  123. package/dist/types/messages.d.ts.map +1 -1
  124. package/dist/types/messagesInternal.d.ts.map +1 -1
  125. package/dist/types/microphone.d.ts.map +1 -1
  126. package/dist/types/mistral.d.ts.map +1 -1
  127. package/dist/types/names.d.ts.map +1 -1
  128. package/dist/types/object.d.ts.map +1 -1
  129. package/dist/types/openAI.d.ts.map +1 -1
  130. package/dist/types/openAIInternal.d.ts.map +1 -1
  131. package/dist/types/openAIRealtime.d.ts.map +1 -1
  132. package/dist/types/openAIResult.d.ts.map +1 -1
  133. package/dist/types/permittedErrorMessage.d.ts +4 -0
  134. package/dist/types/permittedErrorMessage.d.ts.map +1 -0
  135. package/dist/types/remarkable.d.ts.map +1 -1
  136. package/dist/types/response.d.ts.map +1 -1
  137. package/dist/types/responseInternal.d.ts.map +1 -1
  138. package/dist/types/stabilityAI.d.ts.map +1 -1
  139. package/dist/types/stabilityAIResult.d.ts.map +1 -1
  140. package/dist/types/stream.d.ts.map +1 -1
  141. package/dist/types/styles.d.ts.map +1 -1
  142. package/dist/types/submitButton.d.ts.map +1 -1
  143. package/dist/types/textInput.d.ts.map +1 -1
  144. package/dist/types/textToSpeech.d.ts.map +1 -1
  145. package/dist/types/typeConverters.d.ts.map +1 -1
  146. package/dist/types/utilityTypes.d.ts.map +1 -1
  147. package/dist/types/validateInput.d.ts.map +1 -1
  148. package/dist/types/validationHandler.d.ts.map +1 -1
  149. package/dist/types/webModel/webLLM/webLLM.d.ts.map +1 -1
  150. package/dist/types/webModel/webLLM/webLLMChatModule.d.ts.map +1 -1
  151. package/dist/types/webModel/webLLM/webLLMClient.d.ts.map +1 -1
  152. package/dist/types/webModel/webLLM/webLLMShared.d.ts.map +1 -1
  153. package/dist/types/webModel/webModel.d.ts.map +1 -1
  154. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
  155. package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
  156. package/dist/utils/HTTP/requestUtils.d.ts +1 -1
  157. package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
  158. package/dist/utils/HTTP/stream.d.ts.map +1 -1
  159. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  160. package/dist/utils/browser/browser.d.ts.map +1 -1
  161. package/dist/utils/buttons/inputButtons.d.ts.map +1 -1
  162. package/dist/utils/buttons/keyboardKeys.d.ts +1 -1
  163. package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -1
  164. package/dist/utils/data/objectUtils.d.ts.map +1 -1
  165. package/dist/utils/decorators/property.d.ts.map +1 -1
  166. package/dist/utils/decorators/renderControl.d.ts.map +1 -1
  167. package/dist/utils/decorators/typeConverters.d.ts.map +1 -1
  168. package/dist/utils/demo/demo.d.ts.map +1 -1
  169. package/dist/utils/element/elementUtils.d.ts.map +1 -1
  170. package/dist/utils/element/imageUtils.d.ts.map +1 -1
  171. package/dist/utils/element/statefulEvents.d.ts.map +1 -1
  172. package/dist/utils/element/styleUtils.d.ts.map +1 -1
  173. package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
  174. package/dist/utils/events/fireEvents.d.ts.map +1 -1
  175. package/dist/utils/files/fileTypeButtonIcons.d.ts.map +1 -1
  176. package/dist/utils/legacy/legacy.d.ts +5 -5
  177. package/dist/utils/legacy/legacy.d.ts.map +1 -1
  178. package/dist/utils/loading/loadingStyle.d.ts.map +1 -1
  179. package/dist/utils/svg/svgIconUtils.d.ts.map +1 -1
  180. package/dist/utils/webComponent/googleFont.d.ts.map +1 -1
  181. package/dist/utils/webComponent/internalHTML.d.ts.map +1 -1
  182. package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
  183. package/dist/views/chat/chatView.d.ts.map +1 -1
  184. package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -1
  185. package/dist/views/chat/input/buttons/buttonAccessility.d.ts.map +1 -1
  186. package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -1
  187. package/dist/views/chat/input/buttons/{customButtonInnerElements.d.ts → buttonInnerElements.d.ts} +2 -2
  188. package/dist/views/chat/input/buttons/buttonInnerElements.d.ts.map +1 -0
  189. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
  190. package/dist/views/chat/input/buttons/custom/customButton.d.ts +24 -0
  191. package/dist/views/chat/input/buttons/custom/customButton.d.ts.map +1 -0
  192. package/dist/views/chat/input/buttons/inputButton.d.ts +1 -2
  193. package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
  194. package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
  195. package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -1
  196. package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts.map +1 -1
  197. package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts.map +1 -1
  198. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +4 -4
  199. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -1
  200. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +2 -2
  201. package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -1
  202. package/dist/views/chat/input/buttons/submit/submitButton.d.ts +1 -1
  203. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  204. package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -1
  205. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
  206. package/dist/views/chat/input/dropup/dropup.d.ts +2 -2
  207. package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
  208. package/dist/views/chat/input/dropup/dropupItem.d.ts +2 -1
  209. package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -1
  210. package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -1
  211. package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -1
  212. package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -1
  213. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -1
  214. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -1
  215. package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -1
  216. package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +1 -1
  217. package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -1
  218. package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -1
  219. package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
  220. package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -1
  221. package/dist/views/chat/input/input.d.ts.map +1 -1
  222. package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -1
  223. package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -1
  224. package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -1
  225. package/dist/views/chat/input/textInput/textInputEvents.d.ts.map +1 -1
  226. package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
  227. package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
  228. package/dist/views/chat/messages/avatar.d.ts +1 -0
  229. package/dist/views/chat/messages/avatar.d.ts.map +1 -1
  230. package/dist/views/chat/messages/fileMessages.d.ts +1 -1
  231. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
  232. package/dist/views/chat/messages/history/history.d.ts.map +1 -1
  233. package/dist/views/chat/messages/history/loadingHistory.d.ts.map +1 -1
  234. package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
  235. package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
  236. package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
  237. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  238. package/dist/views/chat/messages/messagesBase.d.ts +2 -1
  239. package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
  240. package/dist/views/chat/messages/name.d.ts.map +1 -1
  241. package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +1 -1
  242. package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
  243. package/dist/views/chat/messages/setupMessages.d.ts.map +1 -1
  244. package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
  245. package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -1
  246. package/dist/views/chat/messages/utils/fileMessageUtils.d.ts.map +1 -1
  247. package/dist/views/chat/messages/utils/focusModeUtils.d.ts.map +1 -1
  248. package/dist/views/chat/messages/utils/messageStyleUtils.d.ts.map +1 -1
  249. package/dist/views/chat/messages/utils/messageUtils.d.ts.map +1 -1
  250. package/dist/views/chat/messages/utils/updateMessage.d.ts.map +1 -1
  251. package/dist/views/error/errorView.d.ts.map +1 -1
  252. package/dist/views/insertKey/insertKeyView.d.ts.map +1 -1
  253. package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -1
  254. package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -1
  255. package/dist/webModel/webModel.d.ts +1 -1
  256. package/dist/webModel/webModel.d.ts.map +1 -1
  257. package/dist/webModel/webModelConfig.d.ts.map +1 -1
  258. package/dist/webModel/webModelIntroMessage.d.ts.map +1 -1
  259. package/dist/webModel/worker.d.ts +1 -0
  260. package/dist/webModel/worker.d.ts.map +1 -0
  261. package/package.json +10 -10
  262. package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.