@progress/kendo-react-conversational-ui
Version:
React Chat component allows the user to participate in chat sessions with users or chat bots. KendoReact Conversational UI components
9 lines (8 loc) • 1.92 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="newMessage.sendButton",s="newMessage.optionsButton",t="newMessage.messageInput",a="avatar.alt",o="messageList.ariaLabel",l="aIPrompt.noOutputs",c="aIPrompt.cancel",n="chat.senderDeletedMessage",i="chat.receiverDeletedMessage",r="chat.copyNotification",g="chat.downloadAllFiles",d="chat.closeReply",p="chat.collapseMessage",h="chat.expandMessage",M="chat.removeFile",m="chat.fileActions",u="chat.attachFile",w="chat.downloadAll",f="chat.scrollLeft",v="chat.scrollRight",A={[e]:"Send",[s]:"Options",[t]:"Message",[a]:"Avatar",[o]:"Message list",[c]:"Cancel",[l]:"No output from AI available",[n]:"You removed this message",[i]:"The message was removed by its sender",[r]:"Text copied to clipboard",[g]:"Download all files",[d]:"Close reply",[p]:"Collapse message",[h]:"Expand message",[M]:"Remove file",[m]:"File actions for",[u]:"Attach file",[w]:"Download all",[f]:"Scroll left",[v]:"Scroll right"};exports.aIPromptCancel=c;exports.aIPromptNoOutputs=l;exports.ariaLabelMessageList=o;exports.attachFile=u;exports.avatarAlt=a;exports.chatCopyNotification=r;exports.chatReceiverDeletedMessage=i;exports.chatSenderDeletedMessage=n;exports.closeReply=d;exports.collapseMessage=p;exports.downloadAll=w;exports.downloadAllFiles=g;exports.expandMessage=h;exports.fileActions=m;exports.messages=A;exports.newMessageMessageInput=t;exports.newMessageOptionsButton=s;exports.newMessageSendButton=e;exports.removeFile=M;exports.scrollLeft=f;exports.scrollRight=v;