deep-chat-dev 1.1.18
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 +132 -0
- package/assets/machine-learning.svg +21 -0
- package/assets/person-avatar.png +0 -0
- package/custom-elements.json +31889 -0
- package/dist/deepChat.bundle.js +1 -0
- package/dist/deepChat.d.ts +71 -0
- package/dist/deepChat.d.ts.map +1 -0
- package/dist/deepChat.js +6700 -0
- package/dist/icons/audioIcon.d.ts +2 -0
- package/dist/icons/audioIcon.d.ts.map +1 -0
- package/dist/icons/cameraIcon.d.ts +2 -0
- package/dist/icons/cameraIcon.d.ts.map +1 -0
- package/dist/icons/captureIcon.d.ts +2 -0
- package/dist/icons/captureIcon.d.ts.map +1 -0
- package/dist/icons/closeIcon.d.ts +2 -0
- package/dist/icons/closeIcon.d.ts.map +1 -0
- package/dist/icons/fileIcon.d.ts +2 -0
- package/dist/icons/fileIcon.d.ts.map +1 -0
- package/dist/icons/gifIcon.d.ts +2 -0
- package/dist/icons/gifIcon.d.ts.map +1 -0
- package/dist/icons/imageIcon.d.ts +2 -0
- package/dist/icons/imageIcon.d.ts.map +1 -0
- package/dist/icons/microphone.d.ts +2 -0
- package/dist/icons/microphone.d.ts.map +1 -0
- package/dist/icons/mixedFilesIcon.d.ts +2 -0
- package/dist/icons/mixedFilesIcon.d.ts.map +1 -0
- package/dist/icons/notVisibilityIcon.d.ts +2 -0
- package/dist/icons/notVisibilityIcon.d.ts.map +1 -0
- package/dist/icons/playIcon.d.ts +2 -0
- package/dist/icons/playIcon.d.ts.map +1 -0
- package/dist/icons/plusIcon.d.ts +2 -0
- package/dist/icons/plusIcon.d.ts.map +1 -0
- package/dist/icons/refreshIcon.d.ts +2 -0
- package/dist/icons/refreshIcon.d.ts.map +1 -0
- package/dist/icons/stopIcon.d.ts +2 -0
- package/dist/icons/stopIcon.d.ts.map +1 -0
- package/dist/icons/submitIcon.d.ts +2 -0
- package/dist/icons/submitIcon.d.ts.map +1 -0
- package/dist/icons/tickIcon.d.ts +2 -0
- package/dist/icons/tickIcon.d.ts.map +1 -0
- package/dist/icons/visibleIcon.d.ts +2 -0
- package/dist/icons/visibleIcon.d.ts.map +1 -0
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +20 -0
- package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -0
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts +13 -0
- package/dist/services/assemblyAI/utils/assemblyAIUtils.d.ts.map +1 -0
- package/dist/services/azure/azureLanguageIO.d.ts +12 -0
- package/dist/services/azure/azureLanguageIO.d.ts.map +1 -0
- package/dist/services/azure/azureSpeechIO.d.ts +11 -0
- package/dist/services/azure/azureSpeechIO.d.ts.map +1 -0
- package/dist/services/azure/azureSpeechToTextIO.d.ts +18 -0
- package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -0
- package/dist/services/azure/azureSummarizationIO.d.ts +33 -0
- package/dist/services/azure/azureSummarizationIO.d.ts.map +1 -0
- package/dist/services/azure/azureTextToSpeechIO.d.ts +17 -0
- package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -0
- package/dist/services/azure/azureTranslationIO.d.ts +18 -0
- package/dist/services/azure/azureTranslationIO.d.ts.map +1 -0
- package/dist/services/azure/utils/azureUtils.d.ts +25 -0
- package/dist/services/azure/utils/azureUtils.d.ts.map +1 -0
- package/dist/services/cohere/cohereChatIO.d.ts +15 -0
- package/dist/services/cohere/cohereChatIO.d.ts.map +1 -0
- package/dist/services/cohere/cohereIO.d.ts +12 -0
- package/dist/services/cohere/cohereIO.d.ts.map +1 -0
- package/dist/services/cohere/cohereSummarizationIO.d.ts +14 -0
- package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -0
- package/dist/services/cohere/cohereTextGenerationIO.d.ts +14 -0
- package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -0
- package/dist/services/cohere/utils/cohereUtils.d.ts +11 -0
- package/dist/services/cohere/utils/cohereUtils.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts +9 -0
- package/dist/services/huggingFace/huggingFaceAudioClassificationIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts +9 -0
- package/dist/services/huggingFace/huggingFaceAudioRecognitionIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +15 -0
- package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts +17 -0
- package/dist/services/huggingFace/huggingFaceFileIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +11 -0
- package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceIO.d.ts +34 -0
- package/dist/services/huggingFace/huggingFaceIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts +9 -0
- package/dist/services/huggingFace/huggingFaceImageClassificationIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +16 -0
- package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +9 -0
- package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +9 -0
- package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -0
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +9 -0
- package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -0
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts +10 -0
- package/dist/services/huggingFace/utils/huggingFaceUtils.d.ts.map +1 -0
- package/dist/services/openAI/openAIAudioIO.d.ts +27 -0
- package/dist/services/openAI/openAIAudioIO.d.ts.map +1 -0
- package/dist/services/openAI/openAIChatIO.d.ts +21 -0
- package/dist/services/openAI/openAIChatIO.d.ts.map +1 -0
- package/dist/services/openAI/openAICompletionsIO.d.ts +20 -0
- package/dist/services/openAI/openAICompletionsIO.d.ts.map +1 -0
- package/dist/services/openAI/openAIImagesIO.d.ts +25 -0
- package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -0
- package/dist/services/openAI/utils/openAIConverseBaseBody.d.ts +12 -0
- package/dist/services/openAI/utils/openAIConverseBaseBody.d.ts.map +1 -0
- package/dist/services/openAI/utils/openAIUtils.d.ts +12 -0
- package/dist/services/openAI/utils/openAIUtils.d.ts.map +1 -0
- package/dist/services/serviceIO.d.ts +65 -0
- package/dist/services/serviceIO.d.ts.map +1 -0
- package/dist/services/serviceIOFactory.d.ts +6 -0
- package/dist/services/serviceIOFactory.d.ts.map +1 -0
- package/dist/services/stabilityAI/stabilityAIIO.d.ts +13 -0
- package/dist/services/stabilityAI/stabilityAIIO.d.ts.map +1 -0
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +19 -0
- package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -0
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +20 -0
- package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -0
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +18 -0
- package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -0
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +19 -0
- package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -0
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts +10 -0
- package/dist/services/stabilityAI/utils/stabilityAIUtils.d.ts.map +1 -0
- package/dist/services/utils/baseServiceIO.d.ts +39 -0
- package/dist/services/utils/baseServiceIO.d.ts.map +1 -0
- package/dist/services/utils/directServiceIO.d.ts +19 -0
- package/dist/services/utils/directServiceIO.d.ts.map +1 -0
- package/dist/services/utils/messageLimitUtils.d.ts +9 -0
- package/dist/services/utils/messageLimitUtils.d.ts.map +1 -0
- package/dist/services/utils/setFileTypes.d.ts +14 -0
- package/dist/services/utils/setFileTypes.d.ts.map +1 -0
- package/dist/types/APIKey.d.ts +5 -0
- package/dist/types/APIKey.d.ts.map +1 -0
- package/dist/types/assemblyAI.d.ts +4 -0
- package/dist/types/assemblyAI.d.ts.map +1 -0
- package/dist/types/assemblyAIResult.d.ts +5 -0
- package/dist/types/assemblyAIResult.d.ts.map +1 -0
- package/dist/types/avatars.d.ts +17 -0
- package/dist/types/avatars.d.ts.map +1 -0
- package/dist/types/azure.d.ts +28 -0
- package/dist/types/azure.d.ts.map +1 -0
- package/dist/types/azureResult.d.ts +47 -0
- package/dist/types/azureResult.d.ts.map +1 -0
- package/dist/types/button.d.ts +17 -0
- package/dist/types/button.d.ts.map +1 -0
- package/dist/types/buttonInternal.d.ts +12 -0
- package/dist/types/buttonInternal.d.ts.map +1 -0
- package/dist/types/buttonTypes.d.ts +3 -0
- package/dist/types/buttonTypes.d.ts.map +1 -0
- package/dist/types/camera.d.ts +12 -0
- package/dist/types/camera.d.ts.map +1 -0
- package/dist/types/chatLimits.d.ts +5 -0
- package/dist/types/chatLimits.d.ts.map +1 -0
- package/dist/types/cohere.d.ts +34 -0
- package/dist/types/cohere.d.ts.map +1 -0
- package/dist/types/cohereResult.d.ts +21 -0
- package/dist/types/cohereResult.d.ts.map +1 -0
- package/dist/types/customService.d.ts +6 -0
- package/dist/types/customService.d.ts.map +1 -0
- package/dist/types/demo.d.ts +13 -0
- package/dist/types/demo.d.ts.map +1 -0
- package/dist/types/directConnection.d.ts +18 -0
- package/dist/types/directConnection.d.ts.map +1 -0
- package/dist/types/dropupStyles.d.ts +13 -0
- package/dist/types/dropupStyles.d.ts.map +1 -0
- package/dist/types/fileAttachments.d.ts +12 -0
- package/dist/types/fileAttachments.d.ts.map +1 -0
- package/dist/types/fileServiceConfigs.d.ts +23 -0
- package/dist/types/fileServiceConfigs.d.ts.map +1 -0
- package/dist/types/fileTypes.d.ts +2 -0
- package/dist/types/fileTypes.d.ts.map +1 -0
- package/dist/types/genericInputButton.d.ts +5 -0
- package/dist/types/genericInputButton.d.ts.map +1 -0
- package/dist/types/headers.d.ts +3 -0
- package/dist/types/headers.d.ts.map +1 -0
- package/dist/types/huggingFace.d.ts +67 -0
- package/dist/types/huggingFace.d.ts.map +1 -0
- package/dist/types/huggingFaceResult.d.ts +30 -0
- package/dist/types/huggingFaceResult.d.ts.map +1 -0
- package/dist/types/interceptors.d.ts +8 -0
- package/dist/types/interceptors.d.ts.map +1 -0
- package/dist/types/keyVerificationDetails.d.ts +9 -0
- package/dist/types/keyVerificationDetails.d.ts.map +1 -0
- package/dist/types/messageFile.d.ts +8 -0
- package/dist/types/messageFile.d.ts.map +1 -0
- package/dist/types/messages.d.ts +44 -0
- package/dist/types/messages.d.ts.map +1 -0
- package/dist/types/microphone.d.ts +29 -0
- package/dist/types/microphone.d.ts.map +1 -0
- package/dist/types/names.d.ts +13 -0
- package/dist/types/names.d.ts.map +1 -0
- package/dist/types/object.d.ts +4 -0
- package/dist/types/object.d.ts.map +1 -0
- package/dist/types/openAI.d.ts +34 -0
- package/dist/types/openAI.d.ts.map +1 -0
- package/dist/types/openAIInternal.d.ts +10 -0
- package/dist/types/openAIInternal.d.ts.map +1 -0
- package/dist/types/openAIResult.d.ts +39 -0
- package/dist/types/openAIResult.d.ts.map +1 -0
- package/dist/types/request.d.ts +9 -0
- package/dist/types/request.d.ts.map +1 -0
- package/dist/types/result.d.ts +6 -0
- package/dist/types/result.d.ts.map +1 -0
- package/dist/types/stabilityAI.d.ts +37 -0
- package/dist/types/stabilityAI.d.ts.map +1 -0
- package/dist/types/stabilityAIResult.d.ts +7 -0
- package/dist/types/stabilityAIResult.d.ts.map +1 -0
- package/dist/types/stream.d.ts +4 -0
- package/dist/types/stream.d.ts.map +1 -0
- package/dist/types/styles.d.ts +7 -0
- package/dist/types/styles.d.ts.map +1 -0
- package/dist/types/submitButton.d.ts +8 -0
- package/dist/types/submitButton.d.ts.map +1 -0
- package/dist/types/textInput.d.ts +17 -0
- package/dist/types/textInput.d.ts.map +1 -0
- package/dist/types/textToSpeech.d.ts +8 -0
- package/dist/types/textToSpeech.d.ts.map +1 -0
- package/dist/types/typeConverters.d.ts +6 -0
- package/dist/types/typeConverters.d.ts.map +1 -0
- package/dist/types/utilityTypes.d.ts +11 -0
- package/dist/types/utilityTypes.d.ts.map +1 -0
- package/dist/types/validateMessageBeforeSending.d.ts +2 -0
- package/dist/types/validateMessageBeforeSending.d.ts.map +1 -0
- package/dist/utils/HTTP/HTTPRequest.d.ts +10 -0
- package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -0
- package/dist/utils/HTTP/requestUtils.d.ts +9 -0
- package/dist/utils/HTTP/requestUtils.d.ts.map +1 -0
- package/dist/utils/HTTP/stream.d.ts +9 -0
- package/dist/utils/HTTP/stream.d.ts.map +1 -0
- package/dist/utils/HTTP/websocket.d.ts +9 -0
- package/dist/utils/HTTP/websocket.d.ts.map +1 -0
- package/dist/utils/browser/browser.d.ts +5 -0
- package/dist/utils/browser/browser.d.ts.map +1 -0
- package/dist/utils/buttons/inputButtons.d.ts +3 -0
- package/dist/utils/buttons/inputButtons.d.ts.map +1 -0
- package/dist/utils/buttons/keyboardKeys.d.ts +14 -0
- package/dist/utils/buttons/keyboardKeys.d.ts.map +1 -0
- package/dist/utils/decorators/property.d.ts +3 -0
- package/dist/utils/decorators/property.d.ts.map +1 -0
- package/dist/utils/decorators/renderControl.d.ts +6 -0
- package/dist/utils/decorators/renderControl.d.ts.map +1 -0
- package/dist/utils/decorators/typeConverters.d.ts +5 -0
- package/dist/utils/decorators/typeConverters.d.ts.map +1 -0
- package/dist/utils/demo/demo.d.ts +15 -0
- package/dist/utils/demo/demo.d.ts.map +1 -0
- package/dist/utils/element/elementUtils.d.ts +7 -0
- package/dist/utils/element/elementUtils.d.ts.map +1 -0
- package/dist/utils/element/imageUtils.d.ts +2 -0
- package/dist/utils/element/imageUtils.d.ts.map +1 -0
- package/dist/utils/element/statefulEvents.d.ts +9 -0
- package/dist/utils/element/statefulEvents.d.ts.map +1 -0
- package/dist/utils/element/styleUtils.d.ts +8 -0
- package/dist/utils/element/styleUtils.d.ts.map +1 -0
- package/dist/utils/errorMessages/errorMessages.d.ts +9 -0
- package/dist/utils/errorMessages/errorMessages.d.ts.map +1 -0
- package/dist/utils/events/fireEvents.d.ts +7 -0
- package/dist/utils/events/fireEvents.d.ts.map +1 -0
- package/dist/utils/fileTypes/fileTypeButtonIcons.d.ts +11 -0
- package/dist/utils/fileTypes/fileTypeButtonIcons.d.ts.map +1 -0
- package/dist/utils/svg/svgIconUtils.d.ts +4 -0
- package/dist/utils/svg/svgIconUtils.d.ts.map +1 -0
- package/dist/utils/webComponent/googleFont.d.ts +5 -0
- package/dist/utils/webComponent/googleFont.d.ts.map +1 -0
- package/dist/utils/webComponent/internalHTML.d.ts +14 -0
- package/dist/utils/webComponent/internalHTML.d.ts.map +1 -0
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts +6 -0
- package/dist/utils/webComponent/webComponentStyleUtils.d.ts.map +1 -0
- package/dist/views/chat/chatView.d.ts +7 -0
- package/dist/views/chat/chatView.d.ts.map +1 -0
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts +9 -0
- package/dist/views/chat/input/buttonContainers/buttonContainers.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/buttonCSS.d.ts +9 -0
- package/dist/views/chat/input/buttons/buttonCSS.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts +16 -0
- package/dist/views/chat/input/buttons/camera/cameraButton.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts +10 -0
- package/dist/views/chat/input/buttons/customButtonInnerElements.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/inputButton.d.ts +25 -0
- package/dist/views/chat/input/buttons/inputButton.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts +24 -0
- package/dist/views/chat/input/buttons/microphone/microphoneButton.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts +18 -0
- package/dist/views/chat/input/buttons/microphone/recordAudio.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/microphone/speechToText.d.ts +15 -0
- package/dist/views/chat/input/buttons/microphone/speechToText.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts +27 -0
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonPositions.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts +13 -0
- package/dist/views/chat/input/buttons/styleAdjustments/inputButtonStyleAdjustments.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts +35 -0
- package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts +5 -0
- package/dist/views/chat/input/buttons/submit/submitButtonStateStyle.d.ts.map +1 -0
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts +23 -0
- package/dist/views/chat/input/buttons/uploadFile/uploadFileButton.d.ts.map +1 -0
- package/dist/views/chat/input/dropup/dropup.d.ts +22 -0
- package/dist/views/chat/input/dropup/dropup.d.ts.map +1 -0
- package/dist/views/chat/input/dropup/dropupItem.d.ts +11 -0
- package/dist/views/chat/input/dropup/dropupItem.d.ts.map +1 -0
- package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts +5 -0
- package/dist/views/chat/input/dropup/dropupItemNavigation.d.ts.map +1 -0
- package/dist/views/chat/input/dropup/dropupMenu.d.ts +16 -0
- package/dist/views/chat/input/dropup/dropupMenu.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts +12 -0
- package/dist/views/chat/input/fileAttachments/dragAndDrop/dragAndDrop.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts +21 -0
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/audioFileAttachmentType.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts +7 -0
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentTypeFactory.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts +31 -0
- package/dist/views/chat/input/fileAttachments/fileAttachmentTypes/fileAttachmentsType.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts +23 -0
- package/dist/views/chat/input/fileAttachments/fileAttachments.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts +28 -0
- package/dist/views/chat/input/fileAttachments/modal/cameraModal.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts +27 -0
- package/dist/views/chat/input/fileAttachments/modal/modal.d.ts.map +1 -0
- package/dist/views/chat/input/fileAttachments/newFileName.d.ts +4 -0
- package/dist/views/chat/input/fileAttachments/newFileName.d.ts.map +1 -0
- package/dist/views/chat/input/input.d.ts +12 -0
- package/dist/views/chat/input/input.d.ts.map +1 -0
- package/dist/views/chat/input/textInput/focusUtils.d.ts +5 -0
- package/dist/views/chat/input/textInput/focusUtils.d.ts.map +1 -0
- package/dist/views/chat/input/textInput/inputLimit.d.ts +8 -0
- package/dist/views/chat/input/textInput/inputLimit.d.ts.map +1 -0
- package/dist/views/chat/input/textInput/pasteUtils.d.ts +4 -0
- package/dist/views/chat/input/textInput/pasteUtils.d.ts.map +1 -0
- package/dist/views/chat/input/textInput/textInput.d.ts +22 -0
- package/dist/views/chat/input/textInput/textInput.d.ts.map +1 -0
- package/dist/views/chat/introPanel/introPanel.d.ts +11 -0
- package/dist/views/chat/introPanel/introPanel.d.ts.map +1 -0
- package/dist/views/chat/messages/avatar.d.ts +9 -0
- package/dist/views/chat/messages/avatar.d.ts.map +1 -0
- package/dist/views/chat/messages/fileMessageUtils.d.ts +12 -0
- package/dist/views/chat/messages/fileMessageUtils.d.ts.map +1 -0
- package/dist/views/chat/messages/fileMessages.d.ts +11 -0
- package/dist/views/chat/messages/fileMessages.d.ts.map +1 -0
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts +6 -0
- package/dist/views/chat/messages/loadingMessageDotsStyle.d.ts.map +1 -0
- package/dist/views/chat/messages/messageStyleUtils.d.ts +11 -0
- package/dist/views/chat/messages/messageStyleUtils.d.ts.map +1 -0
- package/dist/views/chat/messages/messages.d.ts +62 -0
- package/dist/views/chat/messages/messages.d.ts.map +1 -0
- package/dist/views/chat/messages/name.d.ts +9 -0
- package/dist/views/chat/messages/name.d.ts.map +1 -0
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts +11 -0
- package/dist/views/chat/messages/remarkable/remarkableConfig.d.ts.map +1 -0
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts +14 -0
- package/dist/views/chat/messages/textToSpeech/textToSpeech.d.ts.map +1 -0
- package/dist/views/error/errorView.d.ts +4 -0
- package/dist/views/error/errorView.d.ts.map +1 -0
- package/dist/views/insertKey/insertKeyView.d.ts +18 -0
- package/dist/views/insertKey/insertKeyView.d.ts.map +1 -0
- package/dist/views/insertKey/visibilityIcon.d.ts +7 -0
- package/dist/views/insertKey/visibilityIcon.d.ts.map +1 -0
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts +7 -0
- package/dist/views/validateKeyProperty/validateKeyPropertyView.d.ts.map +1 -0
- package/package.json +70 -0
@@ -0,0 +1,71 @@
|
|
1
|
+
import { CameraFilesServiceConfig, FilesServiceConfig, MicrophoneFilesServiceConfig } from './types/fileServiceConfigs';
|
2
|
+
import { MessageStyles, MessageContent, OnNewMessage, ErrorMessages } from './types/messages';
|
3
|
+
import { ValidateMessageBeforeSending } from './types/validateMessageBeforeSending';
|
4
|
+
import { RequestInterceptor, ResponseInterceptor } from './types/interceptors';
|
5
|
+
import { InternalHTML } from './utils/webComponent/internalHTML';
|
6
|
+
import { DirectConnection } from './types/directConnection';
|
7
|
+
import { TextToSpeechConfig } from './types/textToSpeech';
|
8
|
+
import { SubmitButtonStyles } from './types/submitButton';
|
9
|
+
import { SpeechToTextConfig } from './types/microphone';
|
10
|
+
import { RequestBodyLimits } from './types/chatLimits';
|
11
|
+
import { DropupStyles } from './types/dropupStyles';
|
12
|
+
import { ServiceIO } from './services/serviceIO';
|
13
|
+
import { TextInput } from './types/textInput';
|
14
|
+
import { CustomStyle } from './types/styles';
|
15
|
+
import { Request } from './types/request';
|
16
|
+
import { Avatars } from './types/avatars';
|
17
|
+
import { Stream } from './types/stream';
|
18
|
+
import { Names } from './types/names';
|
19
|
+
export declare class DeepChat extends InternalHTML {
|
20
|
+
directConnection?: DirectConnection;
|
21
|
+
request?: Request;
|
22
|
+
stream?: Stream;
|
23
|
+
requestBodyLimits?: RequestBodyLimits;
|
24
|
+
requestInterceptor?: RequestInterceptor;
|
25
|
+
responseInterceptor?: ResponseInterceptor;
|
26
|
+
validateMessageBeforeSending?: ValidateMessageBeforeSending;
|
27
|
+
containerStyle?: CustomStyle;
|
28
|
+
attachmentContainerStyle?: CustomStyle;
|
29
|
+
dropupStyles?: DropupStyles;
|
30
|
+
inputAreaStyle?: CustomStyle;
|
31
|
+
textInput?: TextInput;
|
32
|
+
submitButtonStyles?: SubmitButtonStyles;
|
33
|
+
auxiliaryStyle?: string;
|
34
|
+
initialMessages?: MessageContent[];
|
35
|
+
introMessage?: string;
|
36
|
+
avatars?: Avatars;
|
37
|
+
names?: Names;
|
38
|
+
displayLoadingBubble?: boolean;
|
39
|
+
errorMessages?: ErrorMessages;
|
40
|
+
messageStyles?: MessageStyles;
|
41
|
+
textToSpeech?: boolean | TextToSpeechConfig;
|
42
|
+
speechToText?: boolean | SpeechToTextConfig;
|
43
|
+
images?: boolean | FilesServiceConfig;
|
44
|
+
gifs?: boolean | FilesServiceConfig;
|
45
|
+
camera?: boolean | CameraFilesServiceConfig;
|
46
|
+
audio?: boolean | FilesServiceConfig;
|
47
|
+
microphone?: boolean | MicrophoneFilesServiceConfig;
|
48
|
+
mixedFiles?: boolean | FilesServiceConfig;
|
49
|
+
dragAndDrop?: boolean | CustomStyle;
|
50
|
+
introPanelStyle?: CustomStyle;
|
51
|
+
getMessages: () => MessageContent[];
|
52
|
+
submitUserMessage: (text: string) => void;
|
53
|
+
focusInput: () => void;
|
54
|
+
refreshMessages: () => void;
|
55
|
+
onNewMessage: OnNewMessage;
|
56
|
+
onComponentRender: () => void;
|
57
|
+
_hasBeenRendered: boolean;
|
58
|
+
_auxiliaryStyleApplied: boolean;
|
59
|
+
_activeService?: ServiceIO;
|
60
|
+
_childElement?: HTMLElement;
|
61
|
+
constructor();
|
62
|
+
private readonly _elementRef;
|
63
|
+
private changeToChatView;
|
64
|
+
onRender(): void;
|
65
|
+
}
|
66
|
+
declare global {
|
67
|
+
interface HTMLElementTagNameMap {
|
68
|
+
'deep-chat': DeepChat;
|
69
|
+
}
|
70
|
+
}
|
71
|
+
//# sourceMappingURL=deepChat.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"deepChat.d.ts","sourceRoot":"","sources":["../../src/deepChat.ts"],"names":[],"mappings":"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"}
|