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.
- package/README.md +3 -11
- package/custom-elements.json +9149 -8705
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +2 -0
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +3760 -3569
- package/dist/services/azure/azureOpenAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts +1 -0
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
- package/dist/types/azure.d.ts +1 -1
- package/dist/types/azure.d.ts.map +1 -1
- package/dist/types/focusMode.d.ts +6 -0
- package/dist/types/focusMode.d.ts.map +1 -0
- package/dist/types/handler.d.ts +1 -1
- package/dist/types/handler.d.ts.map +1 -1
- package/dist/types/interceptors.d.ts +1 -1
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/customHandler.d.ts +1 -0
- package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
- package/dist/utils/HTTP/requestUtils.d.ts +1 -1
- package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
- package/dist/utils/HTTP/websocket.d.ts.map +1 -1
- package/dist/utils/demo/demo.d.ts.map +1 -1
- package/dist/utils/element/elementUtils.d.ts +1 -1
- package/dist/utils/element/elementUtils.d.ts.map +1 -1
- package/dist/utils/errorMessages/errorMessages.d.ts +1 -0
- package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/buttonAccessility.d.ts +9 -0
- package/dist/views/chat/input/buttons/buttonAccessility.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessages.d.ts +1 -1
- package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/history/history.d.ts +1 -0
- package/dist/views/chat/messages/history/history.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesBase.d.ts +8 -1
- package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
- package/dist/views/chat/messages/utils/focusModeUtils.d.ts +7 -0
- package/dist/views/chat/messages/utils/focusModeUtils.d.ts.map +1 -0
- package/dist/views/chat/messages/utils/messageUtils.d.ts +2 -2
- package/dist/views/chat/messages/utils/messageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/utils/updateMessage.d.ts.map +1 -1
- package/dist/webModel/webModel.d.ts.map +1 -1
- 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
|
-
|
161
|
-
<img src="https://github.com/matthiasamberg.png" width="110px"/>
|
162
|
-
|
160
|
+
|
163
161
|
<img src="https://github.com/dorra.png" width="110px"/>
|
164
162
|
|
165
163
|
<img src="https://github.com/techpeace.png" width="110px" />
|
166
|
-
|
167
|
-
<img src="https://github.com/aquarius-wing.png" width="110px" />
|
168
164
|
</p>
|
169
165
|
<p align="center">
|
170
|
-
|
171
|
-
<a href="https://github.com/matthiasamberg">matthiasamberg</a>
|
172
|
-
|
166
|
+
|
173
167
|
<a href="https://github.com/dorra">dorra</a>
|
174
|
-
 
|
168
|
+
|
175
169
|
<a href="https://github.com/techpeace">techpeace</a>
|
176
|
-
|
177
|
-
<a href="https://github.com/aquarius-wing">aquarius-wing</a>
|
178
170
|
|
179
171
|
</p>
|
180
172
|
|