deep-chat-dev 9.0.229 → 9.0.236
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 +11743 -11600
- 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 +3613 -3433
- 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.map +1 -1
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -1
- package/dist/services/azure/azureLanguageIO.d.ts.map +1 -1
- package/dist/services/azure/azureOpenAIAssistantIO.d.ts.map +1 -1
- package/dist/services/azure/azureOpenAIChatIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
- package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -1
- package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
- package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
- package/dist/services/azure/utils/azureOpenAIUtils.d.ts.map +1 -1
- package/dist/services/azure/utils/azureUtils.d.ts.map +1 -1
- package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
- package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
- package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -1
- package/dist/services/gemini/gemini.d.ts +19 -0
- package/dist/services/gemini/gemini.d.ts.map +1 -0
- package/dist/services/gemini/utils/geminiUtils.d.ts +12 -0
- package/dist/services/gemini/utils/geminiUtils.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -1
- package/dist/services/mistral/mistralO.d.ts.map +1 -1
- package/dist/services/mistral/utils/mistralUtils.d.ts.map +1 -1
- package/dist/services/openAI/assistant/openAIAssistantIO.d.ts.map +1 -1
- package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts +1 -1
- package/dist/services/openAI/assistant/openAIAssistantIOI.d.ts.map +1 -1
- package/dist/services/openAI/assistant/utils/openAIAssistantUtils.d.ts.map +1 -1
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
- package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
- package/dist/services/openAI/openAISpeechToTextIO.d.ts.map +1 -1
- package/dist/services/openAI/openAITextToSpeechIO.d.ts.map +1 -1
- package/dist/services/openAI/realtime/openAIRealtimeButton.d.ts +0 -1
- package/dist/services/openAI/realtime/openAIRealtimeButton.d.ts.map +1 -1
- package/dist/services/openAI/realtime/openAIRealtimeIO.d.ts.map +1 -1
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -1
- package/dist/services/serviceIO.d.ts.map +1 -1
- package/dist/services/serviceIOFactory.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -1
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
- package/dist/services/utils/directServiceIO.d.ts.map +1 -1
- package/dist/services/utils/messageLimitUtils.d.ts.map +1 -1
- package/dist/services/utils/setFileTypes.d.ts.map +1 -1
- package/dist/types/APIKey.d.ts.map +1 -1
- package/dist/types/GCP.d.ts +22 -0
- package/dist/types/GCP.d.ts.map +1 -0
- package/dist/types/assemblyAI.d.ts.map +1 -1
- package/dist/types/assemblyAIResult.d.ts.map +1 -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.map +1 -1
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/buttonInternal.d.ts +0 -3
- package/dist/types/buttonInternal.d.ts.map +1 -1
- package/dist/types/buttonTypes.d.ts +1 -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.map +1 -1
- package/dist/types/cohereResult.d.ts.map +1 -1
- package/dist/types/connect.d.ts.map +1 -1
- package/dist/types/customButton.d.ts +20 -0
- package/dist/types/customButton.d.ts.map +1 -0
- package/dist/types/demo.d.ts.map +1 -1
- package/dist/types/directConnection.d.ts.map +1 -1
- package/dist/types/dropupStyles.d.ts.map +1 -1
- package/dist/types/error.d.ts.map +1 -1
- package/dist/types/errorInternal.d.ts.map +1 -1
- package/dist/types/fileAttachments.d.ts.map +1 -1
- package/dist/types/fileServiceConfigs.d.ts.map +1 -1
- package/dist/types/fileTypes.d.ts.map +1 -1
- package/dist/types/focusMode.d.ts.map +1 -1
- package/dist/types/genericInputButton.d.ts.map +1 -1
- package/dist/types/handler.d.ts.map +1 -1
- package/dist/types/headers.d.ts.map +1 -1
- package/dist/types/history.d.ts.map +1 -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.map +1 -1
- package/dist/types/insertKeyViewStyles.d.ts.map +1 -1
- package/dist/types/interceptors.d.ts.map +1 -1
- package/dist/types/keyVerificationDetails.d.ts.map +1 -1
- package/dist/types/loading.d.ts.map +1 -1
- package/dist/types/messageFile.d.ts.map +1 -1
- package/dist/types/messages.d.ts.map +1 -1
- package/dist/types/messagesInternal.d.ts.map +1 -1
- package/dist/types/microphone.d.ts.map +1 -1
- package/dist/types/mistral.d.ts.map +1 -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.map +1 -1
- package/dist/types/openAIInternal.d.ts.map +1 -1
- package/dist/types/openAIRealtime.d.ts.map +1 -1
- package/dist/types/openAIResult.d.ts.map +1 -1
- package/dist/types/permittedErrorMessage.d.ts +4 -0
- package/dist/types/permittedErrorMessage.d.ts.map +1 -0
- package/dist/types/remarkable.d.ts.map +1 -1
- package/dist/types/response.d.ts.map +1 -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.map +1 -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.map +1 -1
- package/dist/types/webModel/webLLM/webLLM.d.ts.map +1 -1
- package/dist/types/webModel/webLLM/webLLMChatModule.d.ts.map +1 -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.map +1 -1
- 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/stream.d.ts.map +1 -1
- 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.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.map +1 -1
- package/dist/utils/decorators/renderControl.d.ts.map +1 -1
- package/dist/utils/decorators/typeConverters.d.ts.map +1 -1
- 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.map +1 -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.map +1 -1
- package/dist/utils/files/fileTypeButtonIcons.d.ts.map +1 -1
- package/dist/utils/legacy/legacy.d.ts +5 -5
- package/dist/utils/legacy/legacy.d.ts.map +1 -1
- package/dist/utils/loading/loadingStyle.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.map +1 -1
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -1
- package/dist/views/chat/chatView.d.ts.map +1 -1
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/buttonAccessility.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/{customButtonInnerElements.d.ts → buttonInnerElements.d.ts} +2 -2
- package/dist/views/chat/input/buttons/buttonInnerElements.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/custom/customButton.d.ts +24 -0
- package/dist/views/chat/input/buttons/custom/customButton.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/inputButton.d.ts +1 -2
- package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +4 -4
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +2 -2
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +1 -1
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -1
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropup.d.ts +2 -2
- package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -1
- package/dist/views/chat/input/dropup/dropupItem.d.ts +2 -1
- 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.map +1 -1
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +1 -1
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -1
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -1
- 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.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.map +1 -1
- package/dist/views/chat/input/textInput/textInputEvents.d.ts.map +1 -1
- package/dist/views/chat/input/validation/validationHandler.d.ts.map +1 -1
- package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -1
- package/dist/views/chat/messages/avatar.d.ts +1 -0
- package/dist/views/chat/messages/avatar.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.map +1 -1
- package/dist/views/chat/messages/history/loadingHistory.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlDeepChatElements.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/html/htmlUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/views/chat/messages/messagesBase.d.ts +2 -1
- package/dist/views/chat/messages/messagesBase.d.ts.map +1 -1
- package/dist/views/chat/messages/name.d.ts.map +1 -1
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +1 -1
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -1
- package/dist/views/chat/messages/setupMessages.d.ts.map +1 -1
- package/dist/views/chat/messages/stream/messageStream.d.ts.map +1 -1
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -1
- package/dist/views/chat/messages/utils/fileMessageUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/utils/focusModeUtils.d.ts.map +1 -1
- package/dist/views/chat/messages/utils/messageStyleUtils.d.ts.map +1 -1
- 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/views/error/errorView.d.ts.map +1 -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.map +1 -1
- package/dist/webModel/webModel.d.ts +1 -1
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/dist/webModel/webModelConfig.d.ts.map +1 -1
- package/dist/webModel/webModelIntroMessage.d.ts.map +1 -1
- package/dist/webModel/worker.d.ts +1 -0
- package/dist/webModel/worker.d.ts.map +1 -0
- package/package.json +10 -10
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.