deep-chat-dev 9.0.224 → 9.0.225

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 (52) hide show
  1. package/README.md +3 -11
  2. package/custom-elements.json +9149 -8705
  3. package/dist/deepChat.bundle.js +1 -1
  4. package/dist/deepChat.d.ts +2 -0
  5. package/dist/deepChat.d.ts.map +1 -1
  6. package/dist/deepChat.js +3760 -3569
  7. package/dist/services/azure/azureOpenAIChatIO.d.ts.map +1 -1
  8. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
  9. package/dist/services/openAI/utils/openAIUtils.d.ts +1 -0
  10. package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
  11. package/dist/types/azure.d.ts +1 -1
  12. package/dist/types/azure.d.ts.map +1 -1
  13. package/dist/types/focusMode.d.ts +6 -0
  14. package/dist/types/focusMode.d.ts.map +1 -0
  15. package/dist/types/handler.d.ts +1 -1
  16. package/dist/types/handler.d.ts.map +1 -1
  17. package/dist/types/interceptors.d.ts +1 -1
  18. package/dist/types/interceptors.d.ts.map +1 -1
  19. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
  20. package/dist/utils/HTTP/customHandler.d.ts +1 -0
  21. package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
  22. package/dist/utils/HTTP/requestUtils.d.ts +1 -1
  23. package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
  24. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  25. package/dist/utils/demo/demo.d.ts.map +1 -1
  26. package/dist/utils/element/elementUtils.d.ts +1 -1
  27. package/dist/utils/element/elementUtils.d.ts.map +1 -1
  28. package/dist/utils/errorMessages/errorMessages.d.ts +1 -0
  29. package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
  30. package/dist/views/chat/input/buttons/buttonAccessility.d.ts +9 -0
  31. package/dist/views/chat/input/buttons/buttonAccessility.d.ts.map +1 -0
  32. package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
  33. package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
  34. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  35. package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
  36. package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
  37. package/dist/views/chat/messages/fileMessages.d.ts +1 -1
  38. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
  39. package/dist/views/chat/messages/history/history.d.ts +1 -0
  40. package/dist/views/chat/messages/history/history.d.ts.map +1 -1
  41. package/dist/views/chat/messages/html/htmlMessages.d.ts +1 -1
  42. package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
  43. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  44. package/dist/views/chat/messages/messagesBase.d.ts +8 -1
  45. package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
  46. package/dist/views/chat/messages/utils/focusModeUtils.d.ts +7 -0
  47. package/dist/views/chat/messages/utils/focusModeUtils.d.ts.map +1 -0
  48. package/dist/views/chat/messages/utils/messageUtils.d.ts +2 -2
  49. package/dist/views/chat/messages/utils/messageUtils.d.ts.map +1 -1
  50. package/dist/views/chat/messages/utils/updateMessage.d.ts.map +1 -1
  51. package/dist/webModel/webModel.d.ts.map +1 -1
  52. package/package.json +1 -1
package/README.md CHANGED
@@ -157,24 +157,16 @@ $ npm run build:bundle
157
157
  Thankyou to our generous sponsors!
158
158
 
159
159
  <p align="center">
160
- &nbsp; &nbsp; &nbsp;
161
- <img src="https://github.com/matthiasamberg.png" width="110px"/>
162
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
160
+ &nbsp; &nbsp;
163
161
  <img src="https://github.com/dorra.png" width="110px"/>
164
162
  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
165
163
  <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" />
168
164
  </p>
169
165
  <p align="center">
170
- &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
171
- <a href="https://github.com/matthiasamberg">matthiasamberg</a>
172
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
166
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
173
167
  <a href="https://github.com/dorra">dorra</a>
174
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
168
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
175
169
  <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
170
  &nbsp;
179
171
  </p>
180
172