deep-chat-dev 9.0.185 → 9.0.187
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 +17 -12
- package/custom-elements.json +4469 -4194
- package/dist/deepChat.d.ts +25 -24
- package/dist/deepChat.d.ts.map +1 -1
- package/dist/deepChat.js +7087 -12370
- package/dist/icons/audioIcon.d.ts.map +1 -1
- package/dist/icons/cameraIcon.d.ts.map +1 -1
- package/dist/icons/captureIcon.d.ts.map +1 -1
- package/dist/icons/closeIcon.d.ts.map +1 -1
- package/dist/icons/fileIcon.d.ts.map +1 -1
- package/dist/icons/gifIcon.d.ts.map +1 -1
- package/dist/icons/imageIcon.d.ts.map +1 -1
- package/dist/icons/microphone.d.ts.map +1 -1
- package/dist/icons/mixedFilesIcon.d.ts.map +1 -1
- package/dist/icons/notVisibilityIcon.d.ts.map +1 -1
- package/dist/icons/playIcon.d.ts.map +1 -1
- package/dist/icons/plusIcon.d.ts.map +1 -1
- package/dist/icons/refreshIcon.d.ts.map +1 -1
- package/dist/icons/stopIcon.d.ts.map +1 -1
- package/dist/icons/submitIcon.d.ts.map +1 -1
- package/dist/icons/tickIcon.d.ts.map +1 -1
- package/dist/icons/visibleIcon.d.ts.map +1 -1
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +5 -6
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +0 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -1
- package/dist/services/azure/azureLanguageIO.d.ts +4 -5
- package/dist/services/azure/azureLanguageIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechIO.d.ts +4 -5
- package/dist/services/azure/azureSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechToTextIO.d.ts +5 -6
- package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
- package/dist/services/azure/azureSummarizationIO.d.ts +6 -7
- package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
- package/dist/services/azure/azureTextToSpeechIO.d.ts +6 -7
- package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureTranslationIO.d.ts +5 -6
- package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
- package/dist/services/azure/utils/azureUtils.d.ts +1 -2
- package/dist/services/azure/utils/azureUtils.d.ts.map +1 -1
- package/dist/services/cohere/cohereChatIO.d.ts +5 -6
- package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereIO.d.ts +2 -3
- package/dist/services/cohere/cohereIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereSummarizationIO.d.ts +6 -7
- package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereTextGenerationIO.d.ts +6 -7
- package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts +0 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +5 -6
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts +6 -7
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceIO.d.ts +6 -7
- package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +5 -6
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +3 -4
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +0 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -1
- package/dist/services/mistral/mistralO.d.ts +5 -6
- package/dist/services/mistral/mistralO.d.ts.map +1 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts +0 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts.map +1 -1
- package/dist/services/openAI/openAIAssistantIO.d.ts +6 -7
- package/dist/services/openAI/openAIAssistantIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts +7 -8
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIImagesIO.d.ts +5 -6
- package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
- package/dist/services/openAI/openAISpeechToTextIO.d.ts +5 -6
- package/dist/services/openAI/openAISpeechToTextIO.d.ts.map +1 -1
- package/dist/services/openAI/openAITextToSpeechIO.d.ts +5 -6
- package/dist/services/openAI/openAITextToSpeechIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts +4 -5
- package/dist/services/openAI/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts +1 -2
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts +11 -12
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/services/serviceIOFactory.d.ts +1 -2
- package/dist/services/serviceIOFactory.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +5 -6
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +0 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -1
- package/dist/services/utils/baseServiceIO.d.ts +9 -10
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/services/utils/directServiceIO.d.ts +5 -6
- package/dist/services/utils/directServiceIO.d.ts.map +1 -1
- package/dist/services/utils/messageLimitUtils.d.ts +0 -1
- package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
- package/dist/services/utils/setFileTypes.d.ts +1 -2
- package/dist/services/utils/setFileTypes.d.ts.map +1 -1
- package/dist/types/APIKey.d.ts.map +1 -1
- package/dist/types/assemblyAI.d.ts.map +1 -1
- package/dist/types/assemblyAIResult.d.ts.map +1 -1
- package/dist/types/avatars.d.ts +0 -1
- package/dist/types/avatars.d.ts.map +1 -1
- package/dist/types/azure.d.ts.map +1 -1
- package/dist/types/azureResult.d.ts +0 -1
- package/dist/types/azureResult.d.ts.map +1 -1
- package/dist/types/button.d.ts +0 -1
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/buttonInternal.d.ts +1 -2
- package/dist/types/buttonInternal.d.ts.map +1 -1
- package/dist/types/buttonTypes.d.ts +0 -1
- package/dist/types/buttonTypes.d.ts.map +1 -1
- package/dist/types/camera.d.ts.map +1 -1
- package/dist/types/chatLimits.d.ts.map +1 -1
- package/dist/types/cohere.d.ts +0 -1
- package/dist/types/cohere.d.ts.map +1 -1
- package/dist/types/cohereResult.d.ts +0 -1
- package/dist/types/cohereResult.d.ts.map +1 -1
- package/dist/types/connect.d.ts +2 -3
- package/dist/types/connect.d.ts.map +1 -1
- package/dist/types/demo.d.ts +2 -3
- package/dist/types/demo.d.ts.map +1 -1
- package/dist/types/directConnection.d.ts +7 -8
- package/dist/types/directConnection.d.ts.map +1 -1
- package/dist/types/dropupStyles.d.ts +1 -2
- package/dist/types/dropupStyles.d.ts.map +1 -1
- package/dist/types/error.d.ts.map +1 -1
- package/dist/types/errorInternal.d.ts +0 -1
- package/dist/types/errorInternal.d.ts.map +1 -1
- package/dist/types/fileAttachments.d.ts +0 -1
- package/dist/types/fileAttachments.d.ts.map +1 -1
- package/dist/types/fileServiceConfigs.d.ts +5 -6
- package/dist/types/fileServiceConfigs.d.ts.map +1 -1
- package/dist/types/fileTypes.d.ts.map +1 -1
- package/dist/types/genericInputButton.d.ts +0 -1
- package/dist/types/genericInputButton.d.ts.map +1 -1
- package/dist/types/handler.d.ts +0 -1
- package/dist/types/handler.d.ts.map +1 -1
- package/dist/types/headers.d.ts +0 -1
- package/dist/types/headers.d.ts.map +1 -1
- package/dist/types/history.d.ts +4 -0
- package/dist/types/history.d.ts.map +1 -0
- package/dist/types/html.d.ts +0 -1
- package/dist/types/html.d.ts.map +1 -1
- package/dist/types/huggingFace.d.ts.map +1 -1
- package/dist/types/huggingFaceResult.d.ts +0 -1
- package/dist/types/huggingFaceResult.d.ts.map +1 -1
- package/dist/types/insertKeyViewStyles.d.ts.map +1 -1
- package/dist/types/interceptors.d.ts +1 -2
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/types/keyVerificationDetails.d.ts +0 -1
- package/dist/types/keyVerificationDetails.d.ts.map +1 -1
- package/dist/types/messageFile.d.ts.map +1 -1
- package/dist/types/messages.d.ts +2 -3
- package/dist/types/messages.d.ts.map +1 -1
- package/dist/types/messagesInternal.d.ts +2 -3
- package/dist/types/messagesInternal.d.ts.map +1 -1
- package/dist/types/microphone.d.ts +1 -2
- package/dist/types/microphone.d.ts.map +1 -1
- package/dist/types/mistral.d.ts.map +1 -1
- package/dist/types/names.d.ts +0 -1
- package/dist/types/names.d.ts.map +1 -1
- package/dist/types/object.d.ts.map +1 -1
- package/dist/types/openAI.d.ts +0 -1
- package/dist/types/openAI.d.ts.map +1 -1
- package/dist/types/openAIInternal.d.ts +1 -2
- package/dist/types/openAIInternal.d.ts.map +1 -1
- package/dist/types/openAIResult.d.ts +0 -1
- package/dist/types/openAIResult.d.ts.map +1 -1
- package/dist/types/response.d.ts +0 -1
- package/dist/types/response.d.ts.map +1 -1
- package/dist/types/responseInternal.d.ts +0 -1
- package/dist/types/responseInternal.d.ts.map +1 -1
- package/dist/types/stabilityAI.d.ts.map +1 -1
- package/dist/types/stabilityAIResult.d.ts.map +1 -1
- package/dist/types/stream.d.ts.map +1 -1
- package/dist/types/styles.d.ts.map +1 -1
- package/dist/types/submitButton.d.ts +0 -1
- package/dist/types/submitButton.d.ts.map +1 -1
- package/dist/types/textInput.d.ts +0 -1
- package/dist/types/textInput.d.ts.map +1 -1
- package/dist/types/textToSpeech.d.ts.map +1 -1
- package/dist/types/typeConverters.d.ts.map +1 -1
- package/dist/types/utilityTypes.d.ts.map +1 -1
- package/dist/types/validateInput.d.ts.map +1 -1
- package/dist/types/validationHandler.d.ts +0 -1
- package/dist/types/validationHandler.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLM.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts +0 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMClient.d.ts +0 -1
- package/dist/types/webModel/webLLM/webLLMClient.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMShared.d.ts.map +1 -1
- package/dist/types/webModel/webModel.d.ts.map +1 -1
- package/dist/utils/HTTP/HTTPRequest.d.ts +1 -2
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
- package/dist/utils/HTTP/customHandler.d.ts +2 -3
- package/dist/utils/HTTP/customHandler.d.ts.map +1 -1
- package/dist/utils/HTTP/requestUtils.d.ts +8 -9
- package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
- package/dist/utils/HTTP/stream.d.ts +4 -5
- package/dist/utils/HTTP/stream.d.ts.map +1 -1
- package/dist/utils/HTTP/websocket.d.ts +3 -4
- package/dist/utils/HTTP/websocket.d.ts.map +1 -1
- package/dist/utils/browser/browser.d.ts.map +1 -1
- package/dist/utils/buttons/inputButtons.d.ts +0 -1
- package/dist/utils/buttons/inputButtons.d.ts.map +1 -1
- package/dist/utils/buttons/keyboardKeys.d.ts +1 -1
- package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -1
- package/dist/utils/data/objectUtils.d.ts.map +1 -1
- package/dist/utils/decorators/property.d.ts +0 -1
- package/dist/utils/decorators/property.d.ts.map +1 -1
- package/dist/utils/decorators/renderControl.d.ts +0 -1
- package/dist/utils/decorators/renderControl.d.ts.map +1 -1
- package/dist/utils/decorators/typeConverters.d.ts +0 -1
- package/dist/utils/decorators/typeConverters.d.ts.map +1 -1
- package/dist/utils/demo/demo.d.ts +1 -2
- package/dist/utils/demo/demo.d.ts.map +1 -1
- package/dist/utils/element/elementUtils.d.ts.map +1 -1
- package/dist/utils/element/imageUtils.d.ts.map +1 -1
- package/dist/utils/element/statefulEvents.d.ts +0 -1
- package/dist/utils/element/statefulEvents.d.ts.map +1 -1
- package/dist/utils/element/styleUtils.d.ts +0 -1
- package/dist/utils/element/styleUtils.d.ts.map +1 -1
- package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -1
- package/dist/utils/events/fireEvents.d.ts +1 -2
- package/dist/utils/events/fireEvents.d.ts.map +1 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts +0 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts.map +1 -1
- package/dist/utils/legacy/legacy.d.ts +4 -5
- package/dist/utils/legacy/legacy.d.ts.map +1 -1
- package/dist/utils/svg/svgIconUtils.d.ts.map +1 -1
- package/dist/utils/webComponent/googleFont.d.ts.map +1 -1
- package/dist/utils/webComponent/internalHTML.d.ts +1 -2
- package/dist/utils/webComponent/internalHTML.d.ts.map +1 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts +0 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/chatView.d.ts +1 -2
- package/dist/views/chat/chatView.d.ts.map +1 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +0 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/buttonCSS.d.ts +1 -2
- package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +4 -5
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +0 -1
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/inputButton.d.ts +2 -2
- package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +3 -4
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +2 -3
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts +1 -2
- package/dist/views/chat/input/buttons/microphone/speechToText/silenceSubmit.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts +5 -6
- package/dist/views/chat/input/buttons/microphone/speechToText/speechToText.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +5 -6
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +1 -2
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +12 -12
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +1 -2
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +4 -5
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropup.d.ts +5 -6
- package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItem.d.ts +2 -3
- package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupMenu.d.ts +1 -2
- package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +1 -2
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +2 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +3 -4
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +2 -3
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +6 -7
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +3 -4
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +1 -2
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -1
- package/dist/views/chat/input/input.d.ts +5 -6
- package/dist/views/chat/input/input.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/textInput.d.ts +7 -9
- package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -1
- package/dist/views/chat/input/textInput/textInputEvents.d.ts +1 -2
- package/dist/views/chat/input/textInput/textInputEvents.d.ts.map +1 -1
- package/dist/views/chat/input/validation/validationHandler.d.ts +4 -5
- package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
- package/dist/views/chat/introPanel/introPanel.d.ts +0 -1
- package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
- package/dist/views/chat/messages/avatar.d.ts +0 -1
- package/dist/views/chat/messages/avatar.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessageUtils.d.ts +4 -5
- package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/fileMessages.d.ts +2 -3
- package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts +2 -3
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts +3 -4
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlUtils.d.ts +1 -2
- package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +0 -1
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts.map +1 -1
- package/dist/views/chat/messages/messageStyleUtils.d.ts +2 -3
- package/dist/views/chat/messages/messageStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messageUtils.d.ts +5 -5
- package/dist/views/chat/messages/messageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts +10 -12
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesBase.d.ts +14 -13
- package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesHistory.d.ts +15 -0
- package/dist/views/chat/messages/messagesHistory.d.ts.map +1 -0
- package/dist/views/chat/messages/name.d.ts +0 -1
- package/dist/views/chat/messages/name.d.ts.map +1 -1
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +1 -2
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
- package/dist/views/chat/messages/setupMessages.d.ts +1 -2
- package/dist/views/chat/messages/setupMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts +3 -4
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +0 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -1
- package/dist/views/error/errorView.d.ts.map +1 -1
- package/dist/views/insertKey/insertKeyView.d.ts +0 -1
- package/dist/views/insertKey/insertKeyView.d.ts.map +1 -1
- package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -1
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +0 -1
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -1
- package/dist/webModel/webModel.d.ts +4 -5
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/dist/webModel/webModelConfig.d.ts.map +1 -1
- package/dist/webModel/webModelIntroMessage.d.ts +0 -1
- package/dist/webModel/webModelIntroMessage.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/deepChat.bundle.js +0 -1
- package/dist/services/gemini/gemini.d.ts +0 -29
- package/dist/services/gemini/gemini.d.ts.map +0 -1
- package/dist/services/gemini/utils/geminiUtils.d.ts +0 -13
- package/dist/services/gemini/utils/geminiUtils.d.ts.map +0 -1
- package/dist/types/GCP.d.ts +0 -22
- package/dist/types/GCP.d.ts.map +0 -1
- package/dist/types/permittedErrorMessage.d.ts +0 -4
- package/dist/types/permittedErrorMessage.d.ts.map +0 -1
- package/dist/webModel/worker.d.ts +0 -1
- package/dist/webModel/worker.d.ts.map +0 -1
package/dist/deepChat.d.ts
CHANGED
@@ -1,28 +1,28 @@
|
|
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
1
|
import { CameraFilesServiceConfig, FilesServiceConfig, MicrophoneFilesServiceConfig } from './types/fileServiceConfigs';
|
25
|
-
|
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 { LoadHistory } from './types/history';
|
20
|
+
import { CustomStyle } from './types/styles';
|
21
|
+
import { Response } from './types/response';
|
22
|
+
import { Connect } from './types/connect';
|
23
|
+
import { Avatars } from './types/avatars';
|
24
|
+
import { Names } from './types/names';
|
25
|
+
import { Demo } from './types/demo';
|
26
26
|
export declare class DeepChat extends InternalHTML {
|
27
27
|
connect?: Connect;
|
28
28
|
directConnection?: DirectConnection;
|
@@ -31,6 +31,7 @@ export declare class DeepChat extends InternalHTML {
|
|
31
31
|
requestInterceptor?: RequestInterceptor;
|
32
32
|
responseInterceptor?: ResponseInterceptor;
|
33
33
|
validateInput?: ValidateInput;
|
34
|
+
loadHistory?: LoadHistory;
|
34
35
|
chatStyle?: CustomStyle;
|
35
36
|
attachmentContainerStyle?: CustomStyle;
|
36
37
|
dropupStyles?: DropupStyles;
|
package/dist/deepChat.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"deepChat.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"deepChat.d.ts","sourceRoot":"","sources":["../../src/deepChat.ts"],"names":[],"mappings":"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"}
|