deep-chat-dev 9.0.34 → 9.0.36

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 (34) hide show
  1. package/README.md +6 -3
  2. package/custom-elements.json +4804 -4763
  3. package/dist/deepChat.bundle.js +1 -1
  4. package/dist/deepChat.d.ts +0 -1
  5. package/dist/deepChat.d.ts.map +1 -1
  6. package/dist/deepChat.js +819 -806
  7. package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
  8. package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
  9. package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
  10. package/dist/services/utils/messageLimitUtils.d.ts +1 -3
  11. package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
  12. package/dist/types/messageFile.d.ts.map +1 -1
  13. package/dist/types/messages.d.ts +5 -9
  14. package/dist/types/messages.d.ts.map +1 -1
  15. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  16. package/dist/utils/demo/demo.d.ts +0 -1
  17. package/dist/utils/demo/demo.d.ts.map +1 -1
  18. package/dist/utils/element/styleUtils.d.ts +1 -0
  19. package/dist/utils/element/styleUtils.d.ts.map +1 -1
  20. package/dist/utils/legacy/legacy.d.ts +8 -0
  21. package/dist/utils/legacy/legacy.d.ts.map +1 -0
  22. package/dist/utils/webComponent/webComponentStyleUtils.d.ts +2 -0
  23. package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
  24. package/dist/views/chat/input/buttons/submit/submitButton.d.ts +1 -0
  25. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  26. package/dist/views/chat/messages/fileMessageUtils.d.ts +1 -2
  27. package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -1
  28. package/dist/views/chat/messages/fileMessages.d.ts +5 -4
  29. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
  30. package/dist/views/chat/messages/html/htmlMessages.d.ts +1 -2
  31. package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
  32. package/dist/views/chat/messages/messages.d.ts +8 -15
  33. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  34. package/package.json +1 -1
package/README.md CHANGED
@@ -97,7 +97,7 @@ Check out the live codepen examples for your [UI framework/library](https://deep
97
97
 
98
98
  | React | Vue 2 | Vue 3 | Svelte | SvelteKit | Angular | Solid | Next | VanillaJS |
99
99
  | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
100
- | <a href="https://codesandbox.io/s/deep-chat-react-ythnyl?file=/src/App.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://codesandbox.io/s/deep-chat-vue3-7y99jq?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://codesandbox.io/s/deep-chat-svelte-832jcc?file=/App.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://codesandbox.io/p/sandbox/deep-chat-sveltekit-fn8h6x" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://codesandbox.io/s/deep-chat-angular-mk2v62?file=/src/app/app.component.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-solidjs-nnx9nc?file=%2Fsrc%2FApp.tsx%3A1%2C1" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-nextjs-pvyy5p?selection=%5B%7B%22endColumn%22%3A30%2C%22endLineNumber%22%3A28%2C%22startColumn%22%3A30%2C%22startLineNumber%22%3A28%7D%5D&file=%2Fpages%2Findex.tsx%3A13%2C30" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></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> |
100
+ | <a href="https://codesandbox.io/s/deep-chat-react-vwh8ls?file=/src/App.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://codesandbox.io/s/deep-chat-vue3-7y99jq?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://codesandbox.io/s/deep-chat-svelte-832jcc?file=/App.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://codesandbox.io/p/sandbox/deep-chat-sveltekit-fn8h6x" target="_blank" ><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/svelteLogo.png" width="45"/></a></div> | <a href="https://codesandbox.io/s/deep-chat-angular-mk2v62?file=/src/app/app.component.html" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/angularLogo.png" width="66"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-solidjs-nnx9nc?file=%2Fsrc%2FApp.tsx%3A1%2C1" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/solidLogo.png" width="60"/></a> | <a href="https://codesandbox.io/p/sandbox/deep-chat-nextjs-pvyy5p?selection=%5B%7B%22endColumn%22%3A30%2C%22endLineNumber%22%3A28%2C%22startColumn%22%3A30%2C%22startLineNumber%22%3A28%7D%5D&file=%2Fpages%2Findex.tsx%3A13%2C30" target="_blank"><img src="https://raw.githubusercontent.com/OvidijusParsiunas/deep-chat/HEAD/website/static/img/nextLogo.png" width="60"/></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> |
101
101
 
102
102
  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:
103
103
 
@@ -107,10 +107,13 @@ Setting up your own server has never been easier with the following [server temp
107
107
 
108
108
  All examples are ready to be deployed on a hosting platform such as [Vercel](https://vercel.com/).
109
109
 
110
- ## :construction_worker: Local setup
110
+ ## :construction_worker: To create your own Deep Chat component
111
111
 
112
112
  ```
113
- # Install node dependencies:
113
+ # Clone the project locally (optionally use --depth 1 for quicker download):
114
+ $ git clone --depth 1 https://github.com/OvidijusParsiunas/deep-chat.git
115
+
116
+ # Navigate to the /src directory and install node dependencies:
114
117
  $ npm install
115
118
 
116
119
  # Build the component: