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
@@ -1,6 +1,6 @@
|
|
1
|
+
import { ButtonPosition as ButtonPositionT } from '../../../../types/button';
|
1
2
|
import { StatefulStyles } from '../../../../types/styles';
|
2
|
-
import {
|
3
|
-
|
3
|
+
import { ButtonStyles } from '../../../../types/button';
|
4
4
|
interface MouseState {
|
5
5
|
state: keyof StatefulStyles;
|
6
6
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"inputButton.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"inputButton.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/buttons/inputButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,IAAI,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAC,cAAc,EAAC,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAGtD,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,cAAc,CAAC;CAC7B;AAED,qBAAa,WAAW,CAAC,CAAC,SAAS;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAAC,GAAG,EAAE;IACnE,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC;IACjC,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,UAAU,CAAsB;IAChE,SAAS,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;IACrC,QAAQ,CAAC,QAAQ,CAAC,EAAE,eAAe,CAAC;IACpC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;gBAEjB,aAAa,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,eAAe,EAAE,YAAY,CAAC,EAAE,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM;IAOzG,OAAO,CAAC,gBAAgB;IAQxB,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,SAAS;IAOV,sBAAsB,CAAC,UAAU,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE;IAS9C,iBAAiB,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE;CAOpE"}
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { InputButton } from '../inputButton';
|
2
|
-
import { ButtonStyles } from '../../../../../types/button';
|
3
|
-
import { MicrophoneStyles } from '../../../../../types/microphone';
|
4
1
|
import { DefinedButtonStateStyles } from '../../../../../types/buttonInternal';
|
5
|
-
|
2
|
+
import { MicrophoneStyles } from '../../../../../types/microphone';
|
3
|
+
import { ButtonStyles } from '../../../../../types/button';
|
4
|
+
import { InputButton } from '../inputButton';
|
6
5
|
type AllMicrophoneStyles = MicrophoneStyles & {
|
7
6
|
commandMode?: ButtonStyles;
|
8
7
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"microphoneButton.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"microphoneButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/microphone/microphoneButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAIzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAI3C,KAAK,mBAAmB,GAAG,gBAAgB,GAAG;IAAC,WAAW,CAAC,EAAE,YAAY,CAAA;CAAC,CAAC;AAE3E,KAAK,MAAM,GAAG,wBAAwB,CAAC,mBAAmB,CAAC,CAAC;AAG5D,qBAAa,gBAAiB,SAAQ,WAAW,CAAC,MAAM,CAAC;IACvD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAqC;IACpE,QAAQ,UAAS;gBAEL,MAAM,CAAC,EAAE,mBAAmB;IAOxC,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,kBAAkB;IAK1B,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAOtC,OAAO,CAAC,MAAM,CAAC,oBAAoB;IAM5B,cAAc;IAOd,eAAe;IAOf,mBAAmB;IAMnB,mBAAmB;IAM1B,OAAO,CAAC,gBAAgB;CAmBzB"}
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { MicrophoneButton } from './microphoneButton';
|
2
|
-
import { MicrophoneFilesServiceConfig } from '../../../../../types/fileServiceConfigs';
|
3
1
|
import { AudioFileAttachmentType } from '../../fileAttachments/fileAttachmentTypes/audioFileAttachmentType';
|
4
|
-
|
2
|
+
import { MicrophoneFilesServiceConfig } from '../../../../../types/fileServiceConfigs';
|
3
|
+
import { MicrophoneButton } from './microphoneButton';
|
5
4
|
export declare class RecordAudio extends MicrophoneButton {
|
6
5
|
private _mediaRecorder?;
|
7
6
|
private _mediaStream?;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"recordAudio.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"recordAudio.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/microphone/recordAudio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,mEAAmE,CAAC;AAC1G,OAAO,EAAC,4BAA4B,EAAC,MAAM,yCAAyC,CAAC;AAGrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;AAEpD,qBAAa,WAAY,SAAQ,gBAAgB;IAC/C,OAAO,CAAC,cAAc,CAAC,CAAgB;IACvC,OAAO,CAAC,YAAY,CAAC,CAAc;IACnC,OAAO,CAAC,0BAA0B,CAAS;IAC3C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA0B;IACrD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAc;IACzC,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAS;IAC9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAS;gBAE7B,SAAS,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,4BAA4B;IAS/F,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,IAAI;IAWZ,OAAO,CAAC,MAAM;IAuBd,OAAO,CAAC,UAAU;CAUnB"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { TextInputEl } from '../../../textInput/textInput';
|
2
1
|
import { SubmitAfterSilence } from '../../../../../../types/microphone';
|
3
|
-
|
2
|
+
import { TextInputEl } from '../../../textInput/textInput';
|
4
3
|
export declare class SilenceSubmit {
|
5
4
|
private _silenceTimeout?;
|
6
5
|
private readonly silenceMS;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"silenceSubmit.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"silenceSubmit.d.ts","sourceRoot":"","sources":["../../../../../../../../src/views/chat/input/buttons/microphone/speechToText/silenceSubmit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAIzD,qBAAa,aAAa;IACxB,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAgB;IAC1C,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAiB;gBAE1B,kBAAkB,EAAE,kBAAkB,EAAE,eAAe,CAAC,EAAE,OAAO;IAK7E,OAAO,CAAC,iBAAiB;IAUlB,mBAAmB;IAMnB,mBAAmB,CAAC,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ;IAKjE,OAAO,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ;CAO/E"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../../../../../deepChat';
|
2
|
-
import { MicrophoneButton } from '../microphoneButton';
|
3
|
-
import { Messages } from '../../../../messages/messages';
|
4
|
-
import { TextInputEl } from '../../../textInput/textInput';
|
5
|
-
import { OnPreResult } from 'speech-to-element/dist/types/options';
|
6
1
|
import { SpeechToTextConfig } from '../../../../../../types/microphone';
|
7
|
-
|
2
|
+
import { OnPreResult } from 'speech-to-element/dist/types/options';
|
3
|
+
import { TextInputEl } from '../../../textInput/textInput';
|
4
|
+
import { Messages } from '../../../../messages/messages';
|
5
|
+
import { MicrophoneButton } from '../microphoneButton';
|
6
|
+
import { DeepChat } from '../../../../../../deepChat';
|
8
7
|
export type ProcessedConfig = SpeechToTextConfig & {
|
9
8
|
onPreResult?: OnPreResult;
|
10
9
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"speechToText.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"speechToText.d.ts","sourceRoot":"","sources":["../../../../../../../../src/views/chat/input/buttons/microphone/speechToText/speechToText.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,kBAAkB,EAAC,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAC,QAAQ,EAAC,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAC,MAAM,4BAA4B,CAAC;AAIpD,MAAM,MAAM,eAAe,GAAG,kBAAkB,GAAG;IAAC,WAAW,CAAC,EAAE,WAAW,CAAA;CAAC,CAAC;AAE/E,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,oBAAoB,CAAC,CAAC;AAE7D,qBAAa,YAAa,SAAQ,gBAAgB;IAChD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAkB;IACnD,OAAO,CAAC,cAAc,CAAC,CAAgB;IACvC,OAAO,CAAC,kBAAkB,CAAC,CAAoB;IAC/C,gBAAuB,2BAA2B,OAAO;gBAE7C,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,eAAe;IAiBxF,OAAO,CAAC,oBAAoB;IAiC5B,OAAO,CAAC,MAAM,CAAC,cAAc;IAI7B,OAAO,CAAC,WAAW;IAwCnB,OAAO,CAAC,oBAAoB;IAQ5B,OAAO,CAAC,OAAO;WAID,uBAAuB,CAAC,gBAAgB,EAAE,WAAW,EAAE,eAAe,UAAO;CAI5F"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { InputButton } from '../inputButton';
|
2
|
-
import { ButtonPosition } from '../../../../../types/button';
|
3
|
-
import { BUTTON_TYPES } from '../../../../../types/buttonTypes';
|
4
|
-
import { DropupStyles } from '../../../../../types/dropupStyles';
|
5
|
-
import { ButtonContainersT } from '../../buttonContainers/buttonContainers';
|
6
1
|
import { FileAttachmentsType } from '../../fileAttachments/fileAttachmentTypes/fileAttachmentsType';
|
7
|
-
|
2
|
+
import { ButtonContainersT } from '../../buttonContainers/buttonContainers';
|
3
|
+
import { DropupStyles } from '../../../../../types/dropupStyles';
|
4
|
+
import { BUTTON_TYPES } from '../../../../../types/buttonTypes';
|
5
|
+
import { ButtonPosition } from '../../../../../types/button';
|
6
|
+
import { InputButton } from '../inputButton';
|
8
7
|
export type Positions = {
|
9
8
|
[key in ButtonPosition]: ButtonProps[];
|
10
9
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"inputButtonPositions.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"inputButtonPositions.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/styleAdjustments/inputButtonPositions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAC,MAAM,+DAA+D,CAAC;AAClG,OAAO,EAAmB,iBAAiB,EAAC,MAAM,yCAAyC,CAAC;AAE5F,OAAO,EAAC,YAAY,EAAC,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAC,cAAc,EAAC,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAG3C,MAAM,MAAM,SAAS,GAAG;KAAE,GAAG,IAAI,cAAc,GAAG,WAAW,EAAE;CAAC,CAAC;AAEjE,KAAK,WAAW,GAAG;IAAC,MAAM,EAAE,WAAW,CAAC;IAAC,UAAU,CAAC,EAAE,YAAY,CAAC;IAAC,QAAQ,CAAC,EAAE,mBAAmB,CAAA;CAAC,CAAC;AAEpG,KAAK,OAAO,GAAG;KACZ,GAAG,IAAI,YAAY,CAAC,CAAC,EAAE,WAAW;CACpC,CAAC;AAEF,qBAAa,oBAAoB;IAE/B,OAAO,CAAC,MAAM,CAAC,WAAW;IAiB1B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAUjC,OAAO,CAAC,MAAM,CAAC,WAAW;IAM1B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAWjC,OAAO,CAAC,MAAM,CAAC,iBAAiB;WAgDlB,UAAU,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAClG,YAAY,CAAC,EAAE,YAAY;CAQhC"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { Positions } from './inputButtonPositions';
|
2
1
|
import { ButtonContainersT } from '../../buttonContainers/buttonContainers';
|
3
|
-
|
2
|
+
import { Positions } from './inputButtonPositions';
|
4
3
|
export declare class InputButtonStyleAdjustments {
|
5
4
|
private static readonly INPUT_OUTSIDE_LEFT_ADJUSTMENT_CLASS;
|
6
5
|
private static readonly INPUT_OUTSIDE_RIGHT_ADJUSTMENT_CLASS;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"inputButtonStyleAdjustments.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"inputButtonStyleAdjustments.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAEjD,qBAAa,2BAA2B;IACtC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,mCAAmC,CAA0C;IACrG,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,oCAAoC,CAA2C;IACvG,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,yCAAyC,CAAgD;IACjH,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,0CAA0C,CAAiD;IAEnH,OAAO,CAAC,MAAM,CAAC,kBAAkB;IASjC,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAYrC,OAAO,CAAC,MAAM,CAAC,mBAAmB;WAgBpB,GAAG,CAAC,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,iBAAiB,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS;CAKtH"}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import { DefinedButtonStateStyles } from '../../../../../types/buttonInternal';
|
2
|
-
import { Buttons } from '../../input';
|
3
|
-
import { InputButton } from '../inputButton';
|
4
|
-
import { DeepChat } from '../../../../../deepChat';
|
5
|
-
import { Messages } from '../../../messages/messages';
|
6
|
-
import { UserContent } from '../../../../../types/messages';
|
7
|
-
import { ServiceIO } from '../../../../../services/serviceIO';
|
8
|
-
import { UserContentI } from '../../../../../types/messagesInternal';
|
9
|
-
import { SubmitButtonStyles } from '../../../../../types/submitButton';
|
10
1
|
import { FileAttachments } from '../../fileAttachments/fileAttachments';
|
11
|
-
|
2
|
+
import { SubmitButtonStyles } from '../../../../../types/submitButton';
|
3
|
+
import { UserContentI } from '../../../../../types/messagesInternal';
|
4
|
+
import { ServiceIO } from '../../../../../services/serviceIO';
|
5
|
+
import { UserContent } from '../../../../../types/messages';
|
6
|
+
import { TextInputEl } from '../../textInput/textInput';
|
7
|
+
import { Messages } from '../../../messages/messages';
|
8
|
+
import { DeepChat } from '../../../../../deepChat';
|
9
|
+
import { InputButton } from '../inputButton';
|
10
|
+
import { Buttons } from '../../input';
|
11
|
+
import { DefinedButtonStateStyles } from '../../../../../types/buttonInternal';
|
12
12
|
type Styles = Omit<DefinedButtonStateStyles<SubmitButtonStyles>, 'alwaysEnabled'>;
|
13
13
|
export declare class SubmitButton extends InputButton<Styles> {
|
14
14
|
private static readonly SUBMIT_CLASS;
|
@@ -16,7 +16,7 @@ export declare class SubmitButton extends InputButton<Styles> {
|
|
16
16
|
private static readonly DISABLED_CLASS;
|
17
17
|
private readonly _serviceIO;
|
18
18
|
private readonly _messages;
|
19
|
-
private readonly
|
19
|
+
private readonly _textInput;
|
20
20
|
private readonly _abortStream;
|
21
21
|
private readonly _stopClicked;
|
22
22
|
private readonly _innerElements;
|
@@ -30,7 +30,7 @@ export declare class SubmitButton extends InputButton<Styles> {
|
|
30
30
|
requestInProgress: boolean;
|
31
31
|
loadingActive: boolean;
|
32
32
|
};
|
33
|
-
constructor(deepChat: DeepChat,
|
33
|
+
constructor(deepChat: DeepChat, textInput: TextInputEl, messages: Messages, serviceIO: ServiceIO, fileAttachments: FileAttachments, buttons: Buttons);
|
34
34
|
private createInnerElements;
|
35
35
|
private createCustomElements;
|
36
36
|
private static createButtonContainerElement;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"submitButton.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"submitButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/submit/submitButton.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,eAAe,EAAC,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AAIrE,OAAO,EAAC,YAAY,EAAC,MAAM,uCAAuC,CAAC;AAGnE,OAAO,EAAC,SAAS,EAAC,MAAM,mCAAmC,CAAC;AAE5D,OAAO,EAAC,WAAW,EAAC,MAAM,+BAA+B,CAAC;AAG1D,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAC,QAAQ,EAAC,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAC,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,OAAO,EAAC,MAAM,aAAa,CAAC;AACpC,OAAO,EAEL,wBAAwB,EAEzB,MAAM,qCAAqC,CAAC;AAE7C,KAAK,MAAM,GAAG,IAAI,CAAC,wBAAwB,CAAC,kBAAkB,CAAC,EAAE,eAAe,CAAC,CAAC;AAElF,qBAAa,YAAa,SAAQ,WAAW,CAAC,MAAM,CAAC;IACnD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAmB;IACvD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAoB;IACzD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAqB;IAC3D,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAY;IACvC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAW;IACrC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAc;IACzC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAkB;IAC/C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAyB;IACtD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAqC;IACpE,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAkB;IACnD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAU;IACzC,OAAO,CAAC,iBAAiB,CAAC,CAAmB;IAC7C,OAAO,CAAC,mBAAmB,CAAC,CAAU;IACtC,OAAO,CAAC,0BAA0B,CAAS;IAC3C,OAAO,CAAC,kBAAkB,CAAC,CAAoB;IAC/C,QAAQ,CAAC,MAAM;;;MAAoD;gBAGvD,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAC5F,eAAe,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO;IAqBtD,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,oBAAoB;IAY5B,OAAO,CAAC,MAAM,CAAC,4BAA4B;IAM3C,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAMtC,OAAO,CAAC,MAAM,CAAC,wBAAwB;IAMvC,OAAO,CAAC,MAAM,CAAC,qBAAqB;IAMpC,OAAO,CAAC,yBAAyB;IAMjC,OAAO,CAAC,4BAA4B;IAepC,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,iBAAiB;IAKzB,OAAO,CAAC,WAAW;IAMN,eAAe;IAYf,kBAAkB,CAAC,OAAO,EAAE,WAAW;IAavC,aAAa,CAAC,OAAO,EAAE,YAAY,EAAE,cAAc,UAAQ;YAa1D,aAAa;IAQ3B,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,mBAAmB;IAYpB,kBAAkB;IAelB,oBAAoB,CAAC,cAAc,UAAQ;IAYlD,OAAO,CAAC,mBAAmB;CAS5B"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { SubmitButton } from './submitButton';
|
2
1
|
import { SubmitButtonStyles } from '../../../../../types/submitButton';
|
3
|
-
|
2
|
+
import { SubmitButton } from './submitButton';
|
4
3
|
export declare class SubmitButtonStateStyle {
|
5
4
|
static resetSubmit(submitButton: SubmitButton, wasLoading: boolean): void;
|
6
5
|
private static overwriteDefaultStyleWithSubmit;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"submitButtonStateStyle.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"submitButtonStateStyle.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/submit/submitButtonStateStyle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AAGrE,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAE5C,qBAAa,sBAAsB;WACnB,WAAW,CAAC,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,OAAO;IASzE,OAAO,CAAC,MAAM,CAAC,+BAA+B;IAU9C,OAAO,CAAC,MAAM,CAAC,mBAAmB;WAUpB,OAAO,CAAC,kBAAkB,CAAC,EAAE,kBAAkB;CAQ9D"}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import { InputButton } from '../inputButton';
|
2
|
-
import { FileServiceIO } from '../../../../../services/serviceIO';
|
3
|
-
import { DefinedButtonStateStyles } from '../../../../../types/buttonInternal';
|
4
|
-
import { GenericInputButtonStyles } from '../../../../../types/genericInputButton';
|
5
1
|
import { FileAttachmentsType } from '../../fileAttachments/fileAttachmentTypes/fileAttachmentsType';
|
6
|
-
|
2
|
+
import { GenericInputButtonStyles } from '../../../../../types/genericInputButton';
|
3
|
+
import { DefinedButtonStateStyles } from '../../../../../types/buttonInternal';
|
4
|
+
import { FileServiceIO } from '../../../../../services/serviceIO';
|
5
|
+
import { InputButton } from '../inputButton';
|
7
6
|
type Styles = DefinedButtonStateStyles<GenericInputButtonStyles>;
|
8
7
|
export declare class UploadFileButton extends InputButton<Styles> {
|
9
8
|
private readonly _inputElement;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"uploadFileButton.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"uploadFileButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/buttons/uploadFile/uploadFileButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAC,MAAM,+DAA+D,CAAC;AAClG,OAAO,EAAC,wBAAwB,EAAC,MAAM,yCAAyC,CAAC;AACjF,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAI7E,OAAO,EAAC,aAAa,EAAC,MAAM,mCAAmC,CAAC;AAEhE,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAG3C,KAAK,MAAM,GAAG,wBAAwB,CAAC,wBAAwB,CAAC,CAAC;AAEjE,qBAAa,gBAAiB,SAAQ,WAAW,CAAC,MAAM,CAAC;IACvD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAmB;IACjD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAsB;IAC3D,OAAO,CAAC,cAAc,CAAC,CAAsB;gBAGjC,gBAAgB,EAAE,WAAW,EAAE,mBAAmB,EAAE,mBAAmB,EAC/E,WAAW,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM;IAe1F,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,mBAAmB;IAK3B,OAAO,CAAC,MAAM;IAKd,OAAO,CAAC,MAAM,CAAC,kBAAkB;IASjC,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAMlC,OAAO,CAAC,MAAM,CAAC,oBAAoB;IAMnC,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,KAAK;CAQd"}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import { InputButton } from '../buttons/inputButton';
|
2
|
-
import { DropupStyles } from '../../../../types/dropupStyles';
|
3
|
-
import { DefinedButtonStateStyles } from '../../../../types/buttonInternal';
|
4
|
-
import { Positions } from '../buttons/styleAdjustments/inputButtonPositions';
|
5
1
|
import { GenericInputButtonStyles } from '../../../../types/genericInputButton';
|
6
|
-
|
2
|
+
import { Positions } from '../buttons/styleAdjustments/inputButtonPositions';
|
3
|
+
import { DefinedButtonStateStyles } from '../../../../types/buttonInternal';
|
4
|
+
import { DropupStyles } from '../../../../types/dropupStyles';
|
5
|
+
import { InputButton } from '../buttons/inputButton';
|
7
6
|
type Styles = DefinedButtonStateStyles<GenericInputButtonStyles>;
|
8
7
|
export declare class Dropup extends InputButton<Styles> {
|
9
8
|
private readonly _menu;
|
@@ -17,7 +16,7 @@ export declare class Dropup extends InputButton<Styles> {
|
|
17
16
|
private static createButtonContainer;
|
18
17
|
addItem(buttonProps: InputButton): void;
|
19
18
|
private addContainerEvents;
|
20
|
-
static getPosition(positions: Positions, dropupStyles?: DropupStyles): import(
|
19
|
+
static getPosition(positions: Positions, dropupStyles?: DropupStyles): import("../../../../types/button").ButtonPosition;
|
21
20
|
}
|
22
21
|
export {};
|
23
22
|
//# sourceMappingURL=dropup.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dropup.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"dropup.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/dropup/dropup.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,wBAAwB,EAAC,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAC,SAAS,EAAC,MAAM,kDAAkD,CAAC;AAC3E,OAAO,EAAC,wBAAwB,EAAC,MAAM,kCAAkC,CAAC;AAE1E,OAAO,EAAC,YAAY,EAAC,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAGnD,KAAK,MAAM,GAAG,wBAAwB,CAAC,wBAAwB,CAAC,CAAC;AAEjE,qBAAa,MAAO,SAAQ,WAAW,CAAC,MAAM,CAAC;IAC7C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAa;IACnC,QAAQ,CAAC,eAAe,EAAE,WAAW,CAAC;gBAE1B,gBAAgB,EAAE,WAAW,EAAE,MAAM,CAAC,EAAE,YAAY;IAehE,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAMlC,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,MAAM,CAAC,oBAAoB;IAKnC,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,MAAM,CAAC,qBAAqB;IAMpC,OAAO,CAAC,WAAW,EAAE,WAAW;IAIhC,OAAO,CAAC,kBAAkB;IAM1B,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE,SAAS,EAAE,YAAY,CAAC,EAAE,YAAY;CAOrE"}
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { DropupMenu } from './dropupMenu';
|
2
|
-
import { InputButton } from '../buttons/inputButton';
|
3
1
|
import { DropupMenuStyles } from '../../../../types/dropupStyles';
|
4
|
-
|
2
|
+
import { InputButton } from '../buttons/inputButton';
|
3
|
+
import { DropupMenu } from './dropupMenu';
|
5
4
|
export declare class DropupItem {
|
6
5
|
private static addItemEvents;
|
7
6
|
private static createItemText;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dropupItem.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"dropupItem.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/dropup/dropupItem.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAC;AAEhE,OAAO,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,qBAAa,UAAU;IACrB,OAAO,CAAC,MAAM,CAAC,aAAa;IAa5B,OAAO,CAAC,MAAM,CAAC,cAAc;IAQ7B,OAAO,CAAC,MAAM,CAAC,cAAc;IAQ7B,OAAO,CAAC,MAAM,CAAC,YAAY;WAWb,UAAU,CAAC,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,EAAE,gBAAgB;CAW/F"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dropupItemNavigation.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"dropupItemNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/dropup/dropupItemNavigation.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,MAAM,CAAC,mBAAmB;WAOpB,gBAAgB,CAAC,WAAW,EAAE,WAAW,EACnD,aAAa,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,UAAQ,GAAG,IAAI;CAY3E"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { InputButton } from '../buttons/inputButton';
|
2
1
|
import { DropupMenuStyles } from '../../../../types/dropupStyles';
|
3
|
-
|
2
|
+
import { InputButton } from '../buttons/inputButton';
|
4
3
|
export declare class DropupMenu {
|
5
4
|
readonly elementRef: HTMLElement;
|
6
5
|
private _isOpen;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dropupMenu.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"dropupMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/dropup/dropupMenu.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAC;AAGhE,OAAO,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AAGnD,qBAAa,UAAU;IACrB,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC;IACjC,OAAO,CAAC,OAAO,CAAQ;IACvB,eAAe,CAAC,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAmB;IAC5C,OAAO,CAAC,UAAU,CAAC,CAA8B;IACjD,OAAO,CAAC,YAAY,CAAC,CAAiC;gBAE1C,gBAAgB,EAAE,WAAW,EAAE,MAAM,CAAC,EAAE,gBAAgB;IAOpE,OAAO,CAAC,MAAM,CAAC,aAAa;IAO5B,OAAO,CAAC,IAAI;IAKZ,KAAK;IAOL,MAAM;IAQN,OAAO,CAAC,WAAW,EAAE,WAAW;IAMhC,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,aAAa;CAqBtB"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { FileAttachments } from '../fileAttachments';
|
2
1
|
import { CustomStyle } from '../../../../../types/styles';
|
3
|
-
|
2
|
+
import { FileAttachments } from '../fileAttachments';
|
4
3
|
export declare class DragAndDrop {
|
5
4
|
static create(containerElement: HTMLElement, fileAttachments: FileAttachments, dnd?: boolean | CustomStyle): void;
|
6
5
|
private static createElement;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dragAndDrop.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"dragAndDrop.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,WAAW;WACR,MAAM,CAAC,gBAAgB,EAAE,WAAW,EAAE,eAAe,EAAE,eAAe,EAAE,GAAG,CAAC,EAAE,OAAO,GAAG,WAAW;IAMjH,OAAO,CAAC,MAAM,CAAC,aAAa;IAO5B,OAAO,CAAC,MAAM,CAAC,SAAS;IAmBxB,OAAO,CAAC,MAAM,CAAC,UAAU;IAKzB,OAAO,CAAC,MAAM,CAAC,OAAO;IAItB,OAAO,CAAC,MAAM,CAAC,IAAI;WAIL,SAAS,CAAC,eAAe,EAAE,eAAe,EAAE,WAAW,CAAC,EAAE,OAAO,GAAG,WAAW;CAI9F"}
|
package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import { DeepChat } from '../../../../../deepChat';
|
2
|
-
import { FileAttachments } from '../../../../../types/fileAttachments';
|
3
1
|
import { FileAttachmentsType } from './fileAttachmentsType';
|
4
|
-
|
2
|
+
import { FileAttachments } from '../../../../../types/fileAttachments';
|
3
|
+
import { DeepChat } from '../../../../../deepChat';
|
5
4
|
export declare class AudioFileAttachmentType extends FileAttachmentsType {
|
6
5
|
stopPlaceholderCallback?: () => Promise<void>;
|
7
6
|
private _activePlaceholderTimer?;
|
package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"audioFileAttachmentType.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"audioFileAttachmentType.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAE5E,OAAO,EAAC,eAAe,EAAC,MAAM,sCAAsC,CAAC;AAKrE,OAAO,EAAC,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AAEjD,qBAAa,uBAAwB,SAAQ,mBAAmB;IAC9D,uBAAuB,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9C,OAAO,CAAC,uBAAuB,CAAC,CAAS;IACzC,OAAO,CAAC,4BAA4B,CAAC,CAAmB;IACxD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAQ;gBAGjC,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,eAAe,EAC5D,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,EAAE,SAAS,EAAE,WAAW;IAIvE,OAAO,CAAC,MAAM,CAAC,oBAAoB;IAOnC,OAAO,CAAC,MAAM,CAAC,gBAAgB;WA6BjB,qBAAqB,CAAC,gBAAgB,EAAE,MAAM;IAM5D,OAAO,CAAC,WAAW;IAmBnB,OAAO,CAAC,gCAAgC;IAgBxC,OAAO,CAAC,mCAAmC;IAS3C,wBAAwB,CAAC,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,EAAE,eAAe,CAAC,EAAE,MAAM;IAOpF,6BAA6B,CAAC,IAAI,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM;IAYlE,2BAA2B;IAQ3B,OAAO,CAAC,UAAU;WAQJ,sBAAsB,CAAC,qBAAqB,EAAE,WAAW;CAKxE"}
|
package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts
CHANGED
@@ -1,8 +1,7 @@
|
|
1
|
-
import { DeepChat } from '../../../../../deepChat';
|
2
|
-
import { FileAttachmentsType } from './fileAttachmentsType';
|
3
|
-
import { ServiceFileTypes } from '../../../../../services/serviceIO';
|
4
1
|
import { FileAttachments } from '../../../../../types/fileAttachments';
|
5
|
-
|
2
|
+
import { ServiceFileTypes } from '../../../../../services/serviceIO';
|
3
|
+
import { FileAttachmentsType } from './fileAttachmentsType';
|
4
|
+
import { DeepChat } from '../../../../../deepChat';
|
6
5
|
export declare class FileAttachmentTypeFactory {
|
7
6
|
static create(deepChat: DeepChat, files: FileAttachments, toggleContainer: (display: boolean) => void, container: HTMLElement, type: keyof ServiceFileTypes): FileAttachmentsType;
|
8
7
|
}
|
package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fileAttachmentTypeFactory.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"fileAttachmentTypeFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAC;AAEnE,OAAO,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAC,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AAEjD,qBAAa,yBAAyB;WAEtB,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,EACxG,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,gBAAgB;CAMzD"}
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { DeepChat } from '../../../../../deepChat';
|
2
|
-
import { MessageFileType } from '../../../../../types/messageFile';
|
3
1
|
import { FileAttachments } from '../../../../../types/fileAttachments';
|
4
|
-
|
2
|
+
import { MessageFileType } from '../../../../../types/messageFile';
|
3
|
+
import { DeepChat } from '../../../../../deepChat';
|
5
4
|
export interface AttachmentObject {
|
6
5
|
file: File;
|
7
6
|
fileType: MessageFileType;
|
package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fileAttachmentsType.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"fileAttachmentsType.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,eAAe,EAAC,MAAM,sCAAsC,CAAC;AAErE,OAAO,EAAC,eAAe,EAAC,MAAM,kCAAkC,CAAC;AAEjE,OAAO,EAAC,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AAEjD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;IAC1B,0BAA0B,EAAE,WAAW,CAAC;IACxC,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B;AAED,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAA0B;IACvD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAc;IAC9C,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAA6B;IACrE,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAAc;IAC3D,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAc;IAC9C,OAAO,CAAC,kBAAkB,CAAC,CAAoB;gBAGnC,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,eAAe,EAAE,eAAe,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,EACzG,SAAS,EAAE,WAAW;IAS1B,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,gBAAgB,EAAE,MAAM;IAQnD,OAAO,CAAC,MAAM,CAAC,eAAe;WAqBhB,eAAe,CAAC,IAAI,EAAE,IAAI,GAAG,eAAe;IAO1D,OAAO,CAAC,wBAAwB;IAchC,OAAO,CAAC,MAAM,CAAC,qBAAqB;IAOpC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IActC,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,eAAe,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO;IAsB3G,OAAO,CAAC,MAAM,CAAC,eAAe;IAO9B,4BAA4B,CAAC,gBAAgB,EAAE,gBAAgB;IAW/D,gBAAgB,CAAC,gBAAgB,EAAE,gBAAgB;IAUnD,QAAQ;;;;IAIR,oBAAoB;CAMrB"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { Demo } from '../../../../types/demo';
|
2
|
-
import { DeepChat } from '../../../../deepChat';
|
3
|
-
import { CustomStyle } from '../../../../types/styles';
|
4
|
-
import { ServiceFileTypes } from '../../../../services/serviceIO';
|
5
|
-
import { FileAttachmentsType } from './fileAttachmentTypes/fileAttachmentsType';
|
6
1
|
import { FileAttachments as FileAttachmentsT } from '../../../../types/fileAttachments';
|
7
|
-
|
2
|
+
import { FileAttachmentsType } from './fileAttachmentTypes/fileAttachmentsType';
|
3
|
+
import { ServiceFileTypes } from '../../../../services/serviceIO';
|
4
|
+
import { CustomStyle } from '../../../../types/styles';
|
5
|
+
import { DeepChat } from '../../../../deepChat';
|
6
|
+
import { Demo } from '../../../../types/demo';
|
8
7
|
export declare class FileAttachments {
|
9
8
|
private readonly _fileAttachmentsTypes;
|
10
9
|
readonly elementRef: HTMLElement;
|
@@ -14,7 +13,7 @@ export declare class FileAttachments {
|
|
14
13
|
private toggleContainerDisplay;
|
15
14
|
getAllFileData(): {
|
16
15
|
file: File;
|
17
|
-
type: import(
|
16
|
+
type: import("../../../../types/messageFile").MessageFileType;
|
18
17
|
}[] | undefined;
|
19
18
|
completePlaceholders(): Promise<void>;
|
20
19
|
static addFilesToType(files: File[], fileAttachmentTypes: FileAttachmentsType[]): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fileAttachments.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"fileAttachments.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/fileAttachments/fileAttachments.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,eAAe,IAAI,gBAAgB,EAAC,MAAM,mCAAmC,CAAC;AAEtF,OAAO,EAAC,mBAAmB,EAAC,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAC;AAChE,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,IAAI,EAAC,MAAM,wBAAwB,CAAC;AAE5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAA6B;IACnE,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC;gBAErB,eAAe,EAAE,WAAW,EAAE,wBAAwB,CAAC,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,IAAI;IAS7F,OAAO,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,gBAAgB;IAOjF,OAAO,CAAC,yBAAyB;IAMjC,OAAO,CAAC,sBAAsB;IAQ9B,cAAc;;;;IAKR,oBAAoB;WAQZ,cAAc,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,mBAAmB,EAAE,mBAAmB,EAAE;IAatF,iBAAiB,CAAC,KAAK,EAAE,IAAI,EAAE;IAI/B,cAAc;IAMd,gBAAgB;CAGjB"}
|
@@ -1,8 +1,7 @@
|
|
1
|
-
import { Modal } from './modal';
|
2
|
-
import { CustomStyle } from '../../../../../types/styles';
|
3
|
-
import { CameraFiles } from '../../../../../types/camera';
|
4
1
|
import { FileAttachmentsType } from '../fileAttachmentTypes/fileAttachmentsType';
|
5
|
-
|
2
|
+
import { CameraFiles } from '../../../../../types/camera';
|
3
|
+
import { CustomStyle } from '../../../../../types/styles';
|
4
|
+
import { Modal } from './modal';
|
6
5
|
export declare class CameraModal extends Modal {
|
7
6
|
private _dataURL?;
|
8
7
|
private _stopped;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cameraModal.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"cameraModal.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/fileAttachments/modal/cameraModal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAC,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAmB,WAAW,EAAC,MAAM,6BAA6B,CAAC;AAM1E,OAAO,EAAC,WAAW,EAAC,MAAM,6BAA6B,CAAC;AAGxD,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAE9B,qBAAa,WAAY,SAAQ,KAAK;IACpC,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAc;IAC7C,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAc;IAC5C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAoB;IAC5C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAqB;IAClD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAqB;IAClD,OAAO,CAAC,YAAY,CAAC,CAAc;IACnC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA2C;IACnE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAS;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAmB;gBAGpC,oBAAoB,EAAE,WAAW,EAAE,mBAAmB,EAAE,mBAAmB,EACnF,cAAc,CAAC,EAAE,WAAW,EAAE,WAAW,CAAC,EAAE,WAAW;IAiB3D,OAAO,CAAC,wBAAwB;IAehC,OAAO,CAAC,eAAe;IAcvB,OAAO,CAAC,IAAI;IAaZ,KAAK;IAqBL,OAAO,CAAC,OAAO;IAcf,OAAO,CAAC,OAAO;IAgBf,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,eAAe;WAMT,qBAAqB,CAAC,oBAAoB,EAAE,WAAW,EAAE,mBAAmB,EAAE,mBAAmB,EAC3G,mBAAmB,CAAC,EAAE,WAAW,EAAE,WAAW,CAAC,EAAE,WAAW;CAIjE"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { CustomStyle } from '../../../../../types/styles';
|
2
1
|
import { FileServiceIO } from '../../../../../services/serviceIO';
|
3
|
-
|
2
|
+
import { CustomStyle } from '../../../../../types/styles';
|
4
3
|
export declare class Modal {
|
5
4
|
static readonly MODAL_CLOSE_TIMEOUT_MS = 190;
|
6
5
|
readonly _contentRef: HTMLElement;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../../../../src/views/chat/input/fileAttachments/modal/modal.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,aAAa,EAAC,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAC,WAAW,EAAC,MAAM,6BAA6B,CAAC;AAExD,qBAAa,KAAK;IAChB,gBAAuB,sBAAsB,OAAO;IACpD,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAc;IAC1C,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAc;IAClD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAc;IAC3C,OAAO,CAAC,OAAO,CAAS;IACxB,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,OAAO,CAAC,YAAY,CAAC,CAAiC;gBAE1C,oBAAoB,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE,cAAc,CAAC,EAAE,WAAW;IAWrG,MAAM;IAIN,OAAO,CAAC,MAAM,CAAC,eAAe;IAS9B,OAAO,CAAC,MAAM,CAAC,kBAAkB;IASjC,OAAO,CAAC,MAAM,CAAC,iBAAiB;IAOhC,OAAO,CAAC,MAAM,CAAC,yBAAyB;IAMxC,UAAU,CAAC,GAAG,OAAO,EAAE,WAAW,EAAE;IAIpC,OAAO,CAAC,MAAM,CAAC,gBAAgB;WAOjB,eAAe,CAAC,SAAS,EAAE,MAAM;IAS/C,KAAK;IAYL,oBAAoB;IAUpB,OAAO,CAAC,aAAa;IAKrB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI;WAYpD,mBAAmB,CAAC,oBAAoB,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,IAAI;IASrH,OAAO,CAAC,eAAe;IAKvB,OAAO,CAAC,aAAa;CAatB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"newFileName.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"newFileName.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/fileAttachments/newFileName.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW;WACR,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;CAO5D"}
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { DeepChat } from '../../../deepChat';
|
2
|
-
import { Messages } from '../messages/messages';
|
3
|
-
import { InputButton } from './buttons/inputButton';
|
4
|
-
import { BUTTON_TYPES } from '../../../types/buttonTypes';
|
5
|
-
import { ServiceIO } from '../../../services/serviceIO';
|
6
1
|
import { FileAttachmentsType } from './fileAttachments/fileAttachmentTypes/fileAttachmentsType';
|
7
|
-
|
2
|
+
import { ServiceIO } from '../../../services/serviceIO';
|
3
|
+
import { BUTTON_TYPES } from '../../../types/buttonTypes';
|
4
|
+
import { InputButton } from './buttons/inputButton';
|
5
|
+
import { Messages } from '../messages/messages';
|
6
|
+
import { DeepChat } from '../../../deepChat';
|
8
7
|
export type Buttons = {
|
9
8
|
[key in BUTTON_TYPES]?: {
|
10
9
|
button: InputButton;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../src/views/chat/input/input.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,mBAAmB,EAAC,MAAM,2DAA2D,CAAC;AAC9F,OAAO,EAAkC,SAAS,EAAC,MAAM,6BAA6B,CAAC;AAcvF,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,uBAAuB,CAAC;AAGlD,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAC,QAAQ,EAAC,MAAM,mBAAmB,CAAC;AAE3C,MAAM,MAAM,OAAO,GAAG;KACnB,GAAG,IAAI,YAAY,CAAC,CAAC,EAAE;QAAC,MAAM,EAAE,WAAW,CAAC;QAAC,QAAQ,CAAC,EAAE,mBAAmB,CAAA;KAAC;CAC9E,CAAC;AAEF,qBAAa,KAAK;IAChB,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC;gBAErB,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,WAAW;IAgBvG,OAAO,CAAC,MAAM,CAAC,kBAAkB;IAQjC,OAAO,CAAC,0BAA0B;IAmBlC,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAelC,OAAO,CAAC,MAAM,CAAC,WAAW;CAQ3B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"focusUtils.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"focusUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/textInput/focusUtils.ts"],"names":[],"mappings":"AAEA,qBAAa,UAAU;WACP,eAAe,CAAC,YAAY,EAAE,WAAW;WASzC,sBAAsB,CAAC,aAAa,EAAE,WAAW;CAIhE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pasteUtils.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"pasteUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/textInput/pasteUtils.ts"],"names":[],"mappings":"AAAA,qBAAa,UAAU;WACP,yBAAyB,CAAC,KAAK,EAAE,cAAc;CAK9D"}
|
@@ -1,26 +1,24 @@
|
|
1
|
-
import { DeepChat } from '../../../../deepChat';
|
2
|
-
import { ServiceIO } from '../../../../services/serviceIO';
|
3
1
|
import { FileAttachments } from '../fileAttachments/fileAttachments';
|
4
|
-
|
2
|
+
import { ServiceIO } from '../../../../services/serviceIO';
|
3
|
+
import { DeepChat } from '../../../../deepChat';
|
5
4
|
export declare class TextInputEl {
|
6
5
|
static TEXT_INPUT_ID: string;
|
7
|
-
static PLACEHOLDER_TEXT_CLASS: string;
|
8
6
|
readonly elementRef: HTMLElement;
|
9
7
|
readonly inputElementRef: HTMLElement;
|
10
8
|
private readonly _config;
|
11
9
|
submit?: () => void;
|
12
10
|
constructor(deepChat: DeepChat, serviceIO: ServiceIO, fileAts: FileAttachments);
|
13
11
|
private static processConfig;
|
12
|
+
private static createContainerElement;
|
14
13
|
private static preventAutomaticScrollUpOnNewLine;
|
15
|
-
|
14
|
+
clear(): void;
|
16
15
|
private createInputElement;
|
17
|
-
|
18
|
-
static toggleEditability(inputElement: HTMLElement, isEditable: boolean): void;
|
16
|
+
removePlaceholderStyle(): void;
|
19
17
|
private addEventListeners;
|
20
|
-
private onFocus;
|
21
18
|
private onBlur;
|
22
|
-
private static createContainerElement;
|
23
19
|
private onKeydown;
|
20
|
+
private onInput;
|
24
21
|
private setPlaceholderText;
|
22
|
+
isTextInputEmpty(): boolean;
|
25
23
|
}
|
26
24
|
//# sourceMappingURL=textInput.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"textInput.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"textInput.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/textInput/textInput.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,eAAe,EAAC,MAAM,oCAAoC,CAAC;AAGnE,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAC;AAIzD,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAI9C,qBAAa,WAAW;IACtB,OAAc,aAAa,SAAgB;IAC3C,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,WAAW,CAAC;IACtC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAY;IACpC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;gBAER,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,eAAe;IAc9E,OAAO,CAAC,MAAM,CAAC,aAAa;IAQ5B,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAYrC,OAAO,CAAC,MAAM,CAAC,iCAAiC;IAOzC,KAAK;IASZ,OAAO,CAAC,kBAAkB;IAiBnB,sBAAsB;IAO7B,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,MAAM;IAKd,OAAO,CAAC,SAAS;IAQjB,OAAO,CAAC,OAAO;IAQf,OAAO,CAAC,kBAAkB;IAOnB,gBAAgB;CAGxB"}
|
@@ -1,6 +1,5 @@
|
|
1
|
-
import { FileAttachments } from '../fileAttachments/fileAttachments';
|
2
1
|
import { ValidationHandler } from '../../../../types/validationHandler';
|
3
|
-
|
2
|
+
import { FileAttachments } from '../fileAttachments/fileAttachments';
|
4
3
|
export declare class TextInputEvents {
|
5
4
|
private static readonly PERMITTED_KEYS;
|
6
5
|
static add(inputElement: HTMLElement, fileAts: FileAttachments, characterLimit?: number, validationHandler?: ValidationHandler): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"textInputEvents.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"textInputEvents.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/textInput/textInputEvents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAC,MAAM,qCAAqC,CAAC;AAEtE,OAAO,EAAC,eAAe,EAAC,MAAM,oCAAoC,CAAC;AAGnE,qBAAa,eAAe;IAE1B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAGnC;WAGW,GAAG,CAAC,YAAY,EAAE,WAAW,EAAE,OAAO,EAAE,eAAe,EAAE,cAAc,CAAC,EAAE,MAAM,EAC1F,iBAAiB,CAAC,EAAE,iBAAiB;IAazC,OAAO,CAAC,MAAM,CAAC,SAAS;IASxB,OAAO,CAAC,MAAM,CAAC,yBAAyB;IAOxC,OAAO,CAAC,MAAM,CAAC,OAAO;CASvB"}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import { DeepChat } from '../../../../deepChat';
|
2
|
-
import { TextInputEl } from '../textInput/textInput';
|
3
|
-
import { ServiceIO } from '../../../../services/serviceIO';
|
4
|
-
import { SubmitButton } from '../buttons/submit/submitButton';
|
5
1
|
import { FileAttachments } from '../fileAttachments/fileAttachments';
|
6
|
-
|
2
|
+
import { SubmitButton } from '../buttons/submit/submitButton';
|
3
|
+
import { ServiceIO } from '../../../../services/serviceIO';
|
4
|
+
import { TextInputEl } from '../textInput/textInput';
|
5
|
+
import { DeepChat } from '../../../../deepChat';
|
7
6
|
export declare class ValidationHandler {
|
8
7
|
private static validate;
|
9
8
|
private static useValidationFunc;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"validationHandler.d.ts","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"validationHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/views/chat/input/validation/validationHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,oCAAoC,CAAC;AAEnE,OAAO,EAAC,YAAY,EAAC,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAC;AAEzD,OAAO,EAAC,WAAW,EAAC,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAC,QAAQ,EAAC,MAAM,sBAAsB,CAAC;AAI9C,qBAAa,iBAAiB;IAE5B,OAAO,CAAC,MAAM,CAAC,QAAQ;mBAYF,iBAAiB;mBAUjB,6BAA6B;IAMlD,OAAO,CAAC,MAAM,CAAC,iBAAiB;WASlB,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EACjF,eAAe,EAAE,eAAe,EAAE,YAAY,EAAE,YAAY;CAcjE"}
|