UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

87 lines (86 loc) 4.39 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class Messages extends ComponentMessages { /** * Sets the text that displays when the sender deletes a message. */ deletedMessageSenderText: string; /** * Sets the text that displays when the receiver deletes a message. */ deletedMessageReceiverText: string; /** * Sets the text that displays in the download section of the message. * This message displays below all files in the message. */ downloadAllFilesText: string; /** * Sets the placeholder text for the message text input. */ messagePlaceholder: string; /** * Sets the text for the **Send** button. */ send: string; /** * Sets the label for the message list. */ messageListLabel: string; /** * Sets the label for the message input box. */ messageBoxInputLabel: string; /** * Sets the text for the left arrow of the message attachments. */ messageAttachmentLeftArrow: string; /** * Sets the text for the right arrow of the message attachments. */ messageAttachmentRightArrow: string; /** * Sets the Speech to Text button title. */ speechToTextButtonTitle: string; /** * Sets the File Select button title. */ fileSelectButtonTitle: string; /** * Sets the title of the icon that removes the reply reference in the Message Box. */ removeReplyTitle: string; /** * Sets the title of the icon that removes a selected file in the Message Box. */ removeFileTitle: string; /** * Sets the title of the icon that shows the message can expand. */ expandTitle: string; /** * Sets the title of the icon that shows the message can collapse. */ collapseTitle: string; /** * Sets the title of the DropDownButton that opens the File actions. */ fileActionsTitle: string; /** * Sets the title of the button that shows the **Scroll right** when the suggestions list is scrollable with buttons. */ nextSuggestionsButtonTitle: string; /** * Sets the title of the button that shows the **Scroll left** when the suggestions list is scrollable with buttons. */ previousSuggestionsButtonTitle: string; static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendoConversationalUIMessages", never, { "deletedMessageSenderText": { "alias": "deletedMessageSenderText"; "required": false; }; "deletedMessageReceiverText": { "alias": "deletedMessageReceiverText"; "required": false; }; "downloadAllFilesText": { "alias": "downloadAllFilesText"; "required": false; }; "messagePlaceholder": { "alias": "messagePlaceholder"; "required": false; }; "send": { "alias": "send"; "required": false; }; "messageListLabel": { "alias": "messageListLabel"; "required": false; }; "messageBoxInputLabel": { "alias": "messageBoxInputLabel"; "required": false; }; "messageAttachmentLeftArrow": { "alias": "messageAttachmentLeftArrow"; "required": false; }; "messageAttachmentRightArrow": { "alias": "messageAttachmentRightArrow"; "required": false; }; "speechToTextButtonTitle": { "alias": "speechToTextButtonTitle"; "required": false; }; "fileSelectButtonTitle": { "alias": "fileSelectButtonTitle"; "required": false; }; "removeReplyTitle": { "alias": "removeReplyTitle"; "required": false; }; "removeFileTitle": { "alias": "removeFileTitle"; "required": false; }; "expandTitle": { "alias": "expandTitle"; "required": false; }; "collapseTitle": { "alias": "collapseTitle"; "required": false; }; "fileActionsTitle": { "alias": "fileActionsTitle"; "required": false; }; "nextSuggestionsButtonTitle": { "alias": "nextSuggestionsButtonTitle"; "required": false; }; "previousSuggestionsButtonTitle": { "alias": "previousSuggestionsButtonTitle"; "required": false; }; }, {}, never, never, false, never>; }