deep-chat-dev 9.0.162 → 9.0.164
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/custom-elements.json +9119 -9092
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +24 -23
- package/dist/deepChat.js +1514 -1472
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +6 -5
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +1 -0
- package/dist/services/azure/azureLanguageIO.d.ts +5 -4
- package/dist/services/azure/azureSpeechIO.d.ts +5 -4
- package/dist/services/azure/azureSpeechToTextIO.d.ts +6 -5
- package/dist/services/azure/azureSummarizationIO.d.ts +7 -6
- package/dist/services/azure/azureTextToSpeechIO.d.ts +7 -6
- package/dist/services/azure/azureTranslationIO.d.ts +6 -5
- package/dist/services/azure/utils/azureUtils.d.ts +2 -1
- package/dist/services/cohere/cohereChatIO.d.ts +6 -5
- package/dist/services/cohere/cohereIO.d.ts +3 -2
- package/dist/services/cohere/cohereSummarizationIO.d.ts +7 -6
- package/dist/services/cohere/cohereTextGenerationIO.d.ts +7 -6
- package/dist/services/cohere/utils/cohereUtils.d.ts +1 -0
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +4 -3
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +4 -3
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +6 -5
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts +7 -6
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +4 -3
- package/dist/services/huggingFace/huggingFaceIO.d.ts +7 -6
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +4 -3
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +6 -5
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +4 -3
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +4 -3
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +4 -3
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +1 -0
- package/dist/services/mistral/mistralO.d.ts +6 -5
- package/dist/services/mistral/utils/mistralUtils.d.ts +1 -0
- package/dist/services/openAI/openAIAssistantIO.d.ts +7 -6
- package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts +8 -7
- package/dist/services/openAI/openAIImagesIO.d.ts +6 -5
- package/dist/services/openAI/openAISpeechToTextIO.d.ts +6 -5
- package/dist/services/openAI/openAITextToSpeechIO.d.ts +6 -5
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts +6 -5
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts +2 -1
- package/dist/services/serviceIO.d.ts +12 -11
- package/dist/services/serviceIOFactory.d.ts +2 -1
- package/dist/services/stabilityAI/stabilityAIIO.d.ts +6 -5
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +6 -5
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +6 -5
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +6 -5
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +6 -5
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +1 -0
- package/dist/services/utils/baseServiceIO.d.ts +10 -9
- package/dist/services/utils/directServiceIO.d.ts +6 -5
- package/dist/services/utils/messageLimitUtils.d.ts +1 -0
- package/dist/services/utils/setFileTypes.d.ts +2 -1
- package/dist/types/avatars.d.ts +1 -0
- package/dist/types/azureResult.d.ts +1 -0
- package/dist/types/button.d.ts +1 -0
- package/dist/types/buttonInternal.d.ts +2 -1
- package/dist/types/buttonTypes.d.ts +1 -0
- package/dist/types/cohere.d.ts +1 -0
- package/dist/types/cohereResult.d.ts +1 -0
- package/dist/types/connect.d.ts +3 -2
- package/dist/types/demo.d.ts +3 -2
- package/dist/types/directConnection.d.ts +8 -7
- package/dist/types/dropupStyles.d.ts +2 -1
- package/dist/types/fileAttachments.d.ts +1 -0
- package/dist/types/fileServiceConfigs.d.ts +6 -5
- package/dist/types/genericInputButton.d.ts +1 -0
- package/dist/types/handler.d.ts +1 -0
- package/dist/types/headers.d.ts +1 -0
- package/dist/types/html.d.ts +1 -0
- package/dist/types/huggingFaceResult.d.ts +1 -0
- package/dist/types/interceptors.d.ts +2 -1
- package/dist/types/keyVerificationDetails.d.ts +1 -0
- package/dist/types/messages.d.ts +3 -2
- package/dist/types/messagesInternal.d.ts +3 -2
- package/dist/types/microphone.d.ts +2 -1
- package/dist/types/names.d.ts +1 -0
- package/dist/types/openAI.d.ts +1 -0
- package/dist/types/openAIInternal.d.ts +2 -1
- package/dist/types/openAIResult.d.ts +2 -0
- package/dist/types/openAIResult.d.ts.map +1 -1
- package/dist/types/response.d.ts +1 -0
- package/dist/types/responseInternal.d.ts +1 -0
- package/dist/types/submitButton.d.ts +1 -0
- package/dist/types/textInput.d.ts +1 -0
- package/dist/types/validationHandler.d.ts +1 -0
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts +1 -0
- package/dist/types/webModel/webLLM/webLLMClient.d.ts +1 -0
- package/dist/utils/HTTP/HTTPRequest.d.ts +2 -1
- package/dist/utils/HTTP/customHandler.d.ts +3 -2
- package/dist/utils/HTTP/requestUtils.d.ts +7 -6
- package/dist/utils/HTTP/stream.d.ts +5 -4
- package/dist/utils/HTTP/websocket.d.ts +4 -3
- package/dist/utils/buttons/inputButtons.d.ts +1 -0
- package/dist/utils/decorators/property.d.ts +1 -0
- package/dist/utils/decorators/renderControl.d.ts +1 -0
- package/dist/utils/decorators/typeConverters.d.ts +1 -0
- package/dist/utils/demo/demo.d.ts +2 -1
- package/dist/utils/element/statefulEvents.d.ts +1 -0
- package/dist/utils/element/styleUtils.d.ts +1 -0
- package/dist/utils/events/fireEvents.d.ts +2 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts +1 -0
- package/dist/utils/legacy/legacy.d.ts +4 -3
- package/dist/utils/webComponent/internalHTML.d.ts +2 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts +1 -0
- package/dist/views/chat/chatView.d.ts +2 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +1 -0
- package/dist/views/chat/input/buttons/buttonCSS.d.ts +2 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +5 -4
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +1 -0
- package/dist/views/chat/input/buttons/inputButton.d.ts +2 -2
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +4 -3
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +3 -2
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts +2 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts +6 -5
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +6 -5
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +2 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +10 -9
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +2 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +5 -4
- package/dist/views/chat/input/dropup/dropup.d.ts +6 -5
- package/dist/views/chat/input/dropup/dropupItem.d.ts +3 -2
- package/dist/views/chat/input/dropup/dropupMenu.d.ts +2 -1
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +2 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +3 -2
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +4 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +3 -2
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +7 -6
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +4 -3
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +2 -1
- package/dist/views/chat/input/input.d.ts +6 -5
- package/dist/views/chat/input/textInput/textInput.d.ts +3 -2
- package/dist/views/chat/input/textInput/textInputEvents.d.ts +2 -1
- package/dist/views/chat/input/validation/validationHandler.d.ts +5 -4
- package/dist/views/chat/introPanel/introPanel.d.ts +1 -0
- package/dist/views/chat/messages/avatar.d.ts +1 -0
- package/dist/views/chat/messages/fileMessageUtils.d.ts +4 -3
- package/dist/views/chat/messages/fileMessages.d.ts +2 -1
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts +3 -2
- package/dist/views/chat/messages/html/htmlMessages.d.ts +3 -2
- package/dist/views/chat/messages/html/htmlUtils.d.ts +2 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +1 -0
- package/dist/views/chat/messages/messageStyleUtils.d.ts +3 -2
- package/dist/views/chat/messages/messageUtils.d.ts +5 -4
- package/dist/views/chat/messages/messages.d.ts +7 -6
- package/dist/views/chat/messages/messagesBase.d.ts +10 -9
- package/dist/views/chat/messages/name.d.ts +1 -0
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +2 -2
- package/dist/views/chat/messages/setupMessages.d.ts +2 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts +9 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +1 -0
- package/dist/views/insertKey/insertKeyView.d.ts +1 -0
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +1 -0
- package/dist/webModel/webModel.d.ts +5 -4
- package/dist/webModel/webModelIntroMessage.d.ts +1 -0
- package/package.json +1 -1
package/dist/deepChat.d.ts
CHANGED
@@ -1,27 +1,28 @@
|
|
1
|
-
import { CameraFilesServiceConfig, FilesServiceConfig, MicrophoneFilesServiceConfig } from './types/fileServiceConfigs';
|
2
|
-
import { MessageContent, IntroMessage, MessageStyles, UserContent, OnMessage } from './types/messages';
|
3
|
-
import { DisableSubmitButton, SubmitButtonStyles } from './types/submitButton';
|
4
|
-
import { RequestInterceptor, ResponseInterceptor } from './types/interceptors';
|
5
|
-
import { InsertKeyViewStyles } from './types/insertKeyViewStyles';
|
6
|
-
import { InternalHTML } from './utils/webComponent/internalHTML';
|
7
|
-
import { ValidationHandler } from './types/validationHandler';
|
8
|
-
import { DirectConnection } from './types/directConnection';
|
9
|
-
import { TextToSpeechConfig } from './types/textToSpeech';
|
10
|
-
import { SpeechToTextConfig } from './types/microphone';
|
11
|
-
import { ErrorMessages, OnError } from './types/error';
|
12
|
-
import { RequestBodyLimits } from './types/chatLimits';
|
13
|
-
import { ValidateInput } from './types/validateInput';
|
14
|
-
import { WebModel } from './types/webModel/webModel';
|
15
|
-
import { DropupStyles } from './types/dropupStyles';
|
16
|
-
import { HTMLClassUtilities } from './types/html';
|
17
|
-
import { ServiceIO } from './services/serviceIO';
|
18
|
-
import { TextInput } from './types/textInput';
|
19
|
-
import { CustomStyle } from './types/styles';
|
20
|
-
import { Response } from './types/response';
|
21
|
-
import { Connect } from './types/connect';
|
22
|
-
import { Avatars } from './types/avatars';
|
23
|
-
import { Names } from './types/names';
|
24
1
|
import { Demo } from './types/demo';
|
2
|
+
import { Names } from './types/names';
|
3
|
+
import { Avatars } from './types/avatars';
|
4
|
+
import { Connect } from './types/connect';
|
5
|
+
import { Response } from './types/response';
|
6
|
+
import { CustomStyle } from './types/styles';
|
7
|
+
import { TextInput } from './types/textInput';
|
8
|
+
import { ServiceIO } from './services/serviceIO';
|
9
|
+
import { HTMLClassUtilities } from './types/html';
|
10
|
+
import { DropupStyles } from './types/dropupStyles';
|
11
|
+
import { WebModel } from './types/webModel/webModel';
|
12
|
+
import { ValidateInput } from './types/validateInput';
|
13
|
+
import { RequestBodyLimits } from './types/chatLimits';
|
14
|
+
import { ErrorMessages, OnError } from './types/error';
|
15
|
+
import { SpeechToTextConfig } from './types/microphone';
|
16
|
+
import { TextToSpeechConfig } from './types/textToSpeech';
|
17
|
+
import { DirectConnection } from './types/directConnection';
|
18
|
+
import { ValidationHandler } from './types/validationHandler';
|
19
|
+
import { InternalHTML } from './utils/webComponent/internalHTML';
|
20
|
+
import { InsertKeyViewStyles } from './types/insertKeyViewStyles';
|
21
|
+
import { RequestInterceptor, ResponseInterceptor } from './types/interceptors';
|
22
|
+
import { DisableSubmitButton, SubmitButtonStyles } from './types/submitButton';
|
23
|
+
import { MessageContent, IntroMessage, MessageStyles, UserContent, OnMessage } from './types/messages';
|
24
|
+
import { CameraFilesServiceConfig, FilesServiceConfig, MicrophoneFilesServiceConfig } from './types/fileServiceConfigs';
|
25
|
+
|
25
26
|
export declare class DeepChat extends InternalHTML {
|
26
27
|
connect?: Connect;
|
27
28
|
directConnection?: DirectConnection;
|