@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.79 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",a="newMessage.messageInput",t="avatar.alt",o="messageList.ariaLabel",l="aIPrompt.noOutputs",n="aIPrompt.cancel",c="chat.senderDeletedMessage",i="chat.receiverDeletedMessage",d="chat.copyNotification",g="chat.downloadAllFiles",p="chat.closeReply",r="chat.collapseMessage",M="chat.expandMessage",h="chat.removeFile",m="chat.fileActions",u="chat.attachFile",w="chat.downloadAll",v={[e]:"Send",[s]:"Options",[a]:"Message",[t]:"Avatar",[o]:"Message list",[n]:"Cancel",[l]:"No output from AI available",[c]:"You removed this message",[i]:"The message was removed by its sender",[d]:"Text copied to clipboard",[g]:"Download all files",[p]:"Close reply",[r]:"Collapse message",[M]:"Expand message",[h]:"Remove file",[m]:"File actions for",[u]:"Attach file",[w]:"Download all"};exports.aIPromptCancel=n;exports.aIPromptNoOutputs=l;exports.ariaLabelMessageList=o;exports.attachFile=u;exports.avatarAlt=t;exports.chatCopyNotification=d;exports.chatReceiverDeletedMessage=i;exports.chatSenderDeletedMessage=c;exports.closeReply=p;exports.collapseMessage=r;exports.downloadAll=w;exports.downloadAllFiles=g;exports.expandMessage=M;exports.fileActions=m;exports.messages=v;exports.newMessageMessageInput=a;exports.newMessageOptionsButton=s;exports.newMessageSendButton=e;exports.removeFile=h;