@progress/kendo-angular-conversational-ui 24.2.2 → 25.0.0-develop.2

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.
Files changed (139) hide show
  1. package/fesm2022/progress-kendo-angular-conversational-ui.mjs +228 -228
  2. package/index.d.ts +4350 -51
  3. package/package-metadata.mjs +2 -2
  4. package/package.json +18 -18
  5. package/ai-prompt/aiprompt.component.d.ts +0 -203
  6. package/ai-prompt/aiprompt.module.d.ts +0 -38
  7. package/ai-prompt/common/aiprompt.service.d.ts +0 -36
  8. package/ai-prompt/common/output-card.component.d.ts +0 -42
  9. package/ai-prompt/common/toolbar-focusable.directive.d.ts +0 -24
  10. package/ai-prompt/common/toolbar-navigation.service.d.ts +0 -24
  11. package/ai-prompt/localization/custom-messages.component.d.ts +0 -28
  12. package/ai-prompt/localization/localized-messages.directive.d.ts +0 -16
  13. package/ai-prompt/localization/messages.d.ts +0 -53
  14. package/ai-prompt/models/ai-prompt-settings.d.ts +0 -60
  15. package/ai-prompt/models/command-execute-event.d.ts +0 -24
  16. package/ai-prompt/models/command.interface.d.ts +0 -30
  17. package/ai-prompt/models/index.d.ts +0 -11
  18. package/ai-prompt/models/output-rating-change-event.d.ts +0 -19
  19. package/ai-prompt/models/prompt-output.interface.d.ts +0 -41
  20. package/ai-prompt/models/prompt-request-event.d.ts +0 -23
  21. package/ai-prompt/models/view-type.d.ts +0 -8
  22. package/ai-prompt/templates/aiprompt-output-body-template.directive.d.ts +0 -24
  23. package/ai-prompt/templates/aiprompt-output-template.directive.d.ts +0 -24
  24. package/ai-prompt/templates/toolbar-actions.template.d.ts +0 -28
  25. package/ai-prompt/utils.d.ts +0 -19
  26. package/ai-prompt/views/base-view.d.ts +0 -46
  27. package/ai-prompt/views/command-view.component.d.ts +0 -36
  28. package/ai-prompt/views/custom-view.component.d.ts +0 -30
  29. package/ai-prompt/views/index.d.ts +0 -8
  30. package/ai-prompt/views/output-view.component.d.ts +0 -33
  31. package/ai-prompt/views/prompt-view.component.d.ts +0 -76
  32. package/chat/api/action.interface.d.ts +0 -30
  33. package/chat/api/attachment.interface.d.ts +0 -33
  34. package/chat/api/chat-file-interface.d.ts +0 -41
  35. package/chat/api/chat-load-more-event.d.ts +0 -18
  36. package/chat/api/chat-referenced-message-click-event.d.ts +0 -18
  37. package/chat/api/chat-suggestion.interface.d.ts +0 -25
  38. package/chat/api/execute-action-event.d.ts +0 -27
  39. package/chat/api/file-action.d.ts +0 -45
  40. package/chat/api/file-download-event.interface.d.ts +0 -21
  41. package/chat/api/files-layout.d.ts +0 -12
  42. package/chat/api/index.d.ts +0 -25
  43. package/chat/api/message-action.d.ts +0 -45
  44. package/chat/api/message-box.d.ts +0 -28
  45. package/chat/api/message-settings.interface.d.ts +0 -41
  46. package/chat/api/message-status.interface.d.ts +0 -22
  47. package/chat/api/message-width-mode.d.ts +0 -10
  48. package/chat/api/message.interface.d.ts +0 -77
  49. package/chat/api/post-message-event.d.ts +0 -29
  50. package/chat/api/preventable-event.d.ts +0 -24
  51. package/chat/api/scroll-mode.d.ts +0 -12
  52. package/chat/api/send-button-settings.d.ts +0 -24
  53. package/chat/api/suggestions-layout.d.ts +0 -20
  54. package/chat/api/timestamp-visibility.d.ts +0 -10
  55. package/chat/api/user.interface.d.ts +0 -30
  56. package/chat/attachment.component.d.ts +0 -22
  57. package/chat/builtin-actions.d.ts +0 -14
  58. package/chat/cards/hero-card.component.d.ts +0 -49
  59. package/chat/chat-file.component.d.ts +0 -34
  60. package/chat/chat-item.d.ts +0 -11
  61. package/chat/chat-view.d.ts +0 -54
  62. package/chat/chat.component.d.ts +0 -561
  63. package/chat/chat.directives.d.ts +0 -18
  64. package/chat/chat.module.d.ts +0 -51
  65. package/chat/common/chat.service.d.ts +0 -99
  66. package/chat/common/endless-scroll-state.d.ts +0 -36
  67. package/chat/common/models/default-model-fields.d.ts +0 -9
  68. package/chat/common/models/formatted-text-parts.d.ts +0 -12
  69. package/chat/common/models/model-fields.d.ts +0 -111
  70. package/chat/common/models/pending-scroll-action.d.ts +0 -11
  71. package/chat/common/scroll-anchor.directive.d.ts +0 -72
  72. package/chat/common/scroll-button.component.d.ts +0 -32
  73. package/chat/common/scroll.service.d.ts +0 -39
  74. package/chat/common/utils.d.ts +0 -87
  75. package/chat/l10n/custom-messages.component.d.ts +0 -28
  76. package/chat/l10n/localized-messages.directive.d.ts +0 -16
  77. package/chat/l10n/messages.d.ts +0 -98
  78. package/chat/message-attachments.component.d.ts +0 -56
  79. package/chat/message-box.component.d.ts +0 -82
  80. package/chat/message-list.component.d.ts +0 -85
  81. package/chat/message-reference-content.component.d.ts +0 -24
  82. package/chat/message.component.d.ts +0 -106
  83. package/chat/suggested-actions.component.d.ts +0 -72
  84. package/chat/templates/attachment-template.directive.d.ts +0 -32
  85. package/chat/templates/author-message-content-template.directive.d.ts +0 -28
  86. package/chat/templates/author-message-template.directive.d.ts +0 -28
  87. package/chat/templates/header-template.directive.d.ts +0 -24
  88. package/chat/templates/message-box-end-affix-template.directive.d.ts +0 -26
  89. package/chat/templates/message-box-start-affix-template.directive.d.ts +0 -26
  90. package/chat/templates/message-box-top-affix-template.directive.d.ts +0 -26
  91. package/chat/templates/message-box.directive.d.ts +0 -27
  92. package/chat/templates/message-content-template.directive.d.ts +0 -28
  93. package/chat/templates/message-template.directive.d.ts +0 -28
  94. package/chat/templates/no-data-template.directive.d.ts +0 -27
  95. package/chat/templates/receiver-message-content-template.directive.d.ts +0 -28
  96. package/chat/templates/receiver-message-template.directive.d.ts +0 -28
  97. package/chat/templates/status-template.directive.d.ts +0 -24
  98. package/chat/templates/suggestion-template.directive.d.ts +0 -27
  99. package/chat/templates/timestamp-template.directive.d.ts +0 -31
  100. package/chat/templates/user-status-template.directive.d.ts +0 -27
  101. package/conversational-ui.module.d.ts +0 -70
  102. package/directives.d.ts +0 -138
  103. package/inline-ai-prompt/inlineaiprompt-content.component.d.ts +0 -82
  104. package/inline-ai-prompt/inlineaiprompt.component.d.ts +0 -159
  105. package/inline-ai-prompt/inlineaiprompt.module.d.ts +0 -31
  106. package/inline-ai-prompt/inlineaiprompt.service.d.ts +0 -48
  107. package/inline-ai-prompt/localization/custom-messages.component.d.ts +0 -25
  108. package/inline-ai-prompt/localization/localized-messages.directive.d.ts +0 -16
  109. package/inline-ai-prompt/localization/messages.d.ts +0 -25
  110. package/inline-ai-prompt/models/command.interface.d.ts +0 -38
  111. package/inline-ai-prompt/models/index.d.ts +0 -12
  112. package/inline-ai-prompt/models/inlineaiprompt-popupsettings.d.ts +0 -10
  113. package/inline-ai-prompt/models/inlineaiprompt-settings.d.ts +0 -66
  114. package/inline-ai-prompt/models/messages.d.ts +0 -21
  115. package/inline-ai-prompt/models/output-action-click-event.d.ts +0 -19
  116. package/inline-ai-prompt/models/output-action.interface.d.ts +0 -54
  117. package/inline-ai-prompt/models/prompt-output.interface.d.ts +0 -25
  118. package/inline-ai-prompt/models/prompt-request-event.d.ts +0 -17
  119. package/inline-ai-prompt/output-template.directive.d.ts +0 -27
  120. package/inline-ai-prompt/utils.d.ts +0 -17
  121. package/package-metadata.d.ts +0 -9
  122. package/promptbox/affixes/promptbox-end-affix.component.d.ts +0 -26
  123. package/promptbox/affixes/promptbox-start-affix.component.d.ts +0 -26
  124. package/promptbox/affixes/promptbox-top-affix.component.d.ts +0 -26
  125. package/promptbox/common/header-template.directive.d.ts +0 -17
  126. package/promptbox/common/models/action-button.d.ts +0 -66
  127. package/promptbox/common/models/fileselect-button.d.ts +0 -62
  128. package/promptbox/common/models/index.d.ts +0 -7
  129. package/promptbox/common/models/promptbox-mode.d.ts +0 -12
  130. package/promptbox/common/utils.d.ts +0 -18
  131. package/promptbox/localization/custom-messages.component.d.ts +0 -26
  132. package/promptbox/localization/localized-messages.directive.d.ts +0 -16
  133. package/promptbox/localization/messages.d.ts +0 -37
  134. package/promptbox/promptbox.component.d.ts +0 -385
  135. package/promptbox/tools/action-button.component.d.ts +0 -63
  136. package/promptbox/tools/base-tool.d.ts +0 -65
  137. package/promptbox/tools/fileselect-button.component.d.ts +0 -63
  138. package/promptbox/tools/promptbox-file.component.d.ts +0 -30
  139. package/promptbox/tools/speech-to-text-button.component.d.ts +0 -87
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PreventableEvent } from "./preventable-event";
6
- import { Message } from "./message.interface";
7
- import { Action } from "./action.interface";
8
- /**
9
- * Represents the arguments for the `executeAction` event.
10
- *
11
- * The `executeAction` event fires when the user clicks a quick action button.
12
- * Call `preventDefault()` to suppress the built-in action handler.
13
- */
14
- export declare class ExecuteActionEvent extends PreventableEvent {
15
- /**
16
- * Represents the action to execute.
17
- */
18
- action: Action;
19
- /**
20
- * Represents the message that contains the action.
21
- */
22
- message: Message;
23
- /**
24
- * @hidden
25
- */
26
- constructor(action: Action, message: Message);
27
- }
@@ -1,45 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { SVGIcon } from "@progress/kendo-svg-icons";
6
- import { ChatFile } from "./chat-file-interface";
7
- /**
8
- * Defines the structure of a file action in the Chat message.
9
- * Use these actions to perform specific operations on files.
10
- */
11
- export interface FileAction {
12
- /**
13
- * Sets the unique identifier for the action.
14
- */
15
- id: string | number;
16
- /**
17
- * Sets the display text for the action.
18
- */
19
- label: string;
20
- /**
21
- * Sets the icon name for the action.
22
- */
23
- icon?: string;
24
- /**
25
- * Sets the SVG icon object for the action.
26
- */
27
- svgIcon?: SVGIcon;
28
- /**
29
- * Determines whether the action is disabled.
30
- */
31
- disabled?: boolean;
32
- }
33
- /**
34
- * Represents the event arguments for a file action in the Chat component.
35
- */
36
- export interface FileActionEvent {
37
- /**
38
- * Specifies the file action that was triggered.
39
- */
40
- action: FileAction;
41
- /**
42
- * Specifies the file associated with the action.
43
- */
44
- file: ChatFile;
45
- }
@@ -1,21 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ChatFile } from "./chat-file-interface";
6
- import { Message } from "./message.interface";
7
- /**
8
- * Represents the arguments for the `download` event.
9
- */
10
- export interface FileDownloadEvent {
11
- /**
12
- * The file associated with the action.
13
- * One file for download from the context menu.
14
- * Multiple when the event is triggered by a click on the 'Download all' button.
15
- */
16
- files: ChatFile[];
17
- /**
18
- * The message associated with the download action.
19
- */
20
- message: Message;
21
- }
@@ -1,12 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * The layout of the files in the message bubble.
7
- *
8
- * 'horizontal' - Files are laid out in a row and are horizontally scrollable.
9
- * 'vertical' - Files are displayed in a vertical stack.
10
- * 'wrap' - Files wrap to new lines when space is limited.
11
- */
12
- export type FilesLayoutMode = 'horizontal' | 'vertical' | 'wrap';
@@ -1,25 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- export * from './action.interface';
6
- export * from './attachment.interface';
7
- export * from './chat-file-interface';
8
- export * from './chat-load-more-event';
9
- export * from './chat-referenced-message-click-event';
10
- export * from './chat-suggestion.interface';
11
- export * from './execute-action-event';
12
- export * from './message-action';
13
- export * from './message-width-mode';
14
- export * from './message.interface';
15
- export * from './message-settings.interface';
16
- export * from './message-status.interface';
17
- export * from './post-message-event';
18
- export * from './scroll-mode';
19
- export * from './user.interface';
20
- export * from './file-action';
21
- export * from './file-download-event.interface';
22
- export * from './send-button-settings';
23
- export * from './files-layout';
24
- export * from './suggestions-layout';
25
- export * from './timestamp-visibility';
@@ -1,45 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { SVGIcon } from "@progress/kendo-svg-icons";
6
- import { Message } from "./message.interface";
7
- /**
8
- * Defines the structure of a message action in the Chat interface.
9
- * Use these actions to perform specific operations on messages.
10
- */
11
- export interface MessageAction {
12
- /**
13
- * Sets the unique identifier for the action.
14
- */
15
- id: string | number;
16
- /**
17
- * Sets the display text for the action.
18
- */
19
- label: string;
20
- /**
21
- * Sets the icon name for the action.
22
- */
23
- icon?: string;
24
- /**
25
- * Sets the SVG icon object for the action.
26
- */
27
- svgIcon?: SVGIcon;
28
- /**
29
- * Determines whether the action is disabled.
30
- */
31
- disabled?: boolean;
32
- }
33
- /**
34
- * Represents the event arguments for a message action in the Chat component.
35
- */
36
- export interface MessageActionEvent {
37
- /**
38
- * Specifies the action that was triggered.
39
- */
40
- action: MessageAction;
41
- /**
42
- * Specifies the message associated with the action.
43
- */
44
- message: Message;
45
- }
@@ -1,28 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PromptBoxMode } from "../../promptbox/common/models/promptbox-mode";
6
- /**
7
- * Represents the possible message box options for the Chat component.
8
- * @hidden
9
- */
10
- export type MessageBoxType = 'textarea';
11
- /**
12
- * Settings for the message box in the Chat component.
13
- */
14
- export interface MessageBoxSettings {
15
- /**
16
- * Sets the line mode of the message box.
17
- */
18
- mode?: PromptBoxMode;
19
- /**
20
- * Sets the number of visible text lines for the message box.
21
- * Applies when `mode` is set to `multi`.
22
- */
23
- rows?: number;
24
- /**
25
- * Sets the maximum height of the message box in pixels.
26
- */
27
- maxHeight?: number;
28
- }
@@ -1,41 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { FileAction } from "./file-action";
6
- import { MessageAction } from "./message-action";
7
- import { MessageWidthMode } from "./message-width-mode";
8
- /**
9
- * Represents the settings for the Chat message ([see example](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/data-binding)).
10
- *
11
- */
12
- export interface MessageSettings {
13
- /**
14
- * If set to `true`, enables the expanding/collapsing of long messages.
15
- */
16
- allowMessageCollapse?: boolean;
17
- /**
18
- * Sets the array of actions displayed in the message toolbar.
19
- */
20
- messageToolbarActions?: MessageAction[];
21
- /**
22
- * Sets the array of actions displayed in the message context menu.
23
- */
24
- messageContextMenuActions?: MessageAction[];
25
- /**
26
- * Sets the array of actions displayed for message files.
27
- */
28
- fileActions?: FileAction[];
29
- /**
30
- * Sets the mode used to determine message width.
31
- */
32
- messageWidthMode?: MessageWidthMode;
33
- /**
34
- * Controls the visibility of the author's avatar in the message group.
35
- */
36
- showAvatar?: boolean;
37
- /**
38
- * Controls the visibility of the author's username in the message group.
39
- */
40
- showUsername?: boolean;
41
- }
@@ -1,22 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { SVGIcon } from '@progress/kendo-svg-icons';
6
- /**
7
- * Defines the status of a Chat message.
8
- */
9
- export interface MessageStatus {
10
- /**
11
- * Sets the text for the message status.
12
- */
13
- text?: string;
14
- /**
15
- * Sets the icon for the message status.
16
- */
17
- icon?: string;
18
- /**
19
- * Sets the SVG icon for the message status.
20
- */
21
- svgIcon?: SVGIcon;
22
- }
@@ -1,10 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Defines the possible modes for message width in the Chat component.
7
- * - `full`: The message takes the full width of the chat container.
8
- * - `standard`: (Default) The message width is standard, allowing for a more compact layout.
9
- */
10
- export type MessageWidthMode = 'full' | 'standard';
@@ -1,77 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Action } from './action.interface';
6
- import { Attachment, AttachmentLayout } from './attachment.interface';
7
- import { ChatFile } from './chat-file-interface';
8
- import { MessageStatus } from './message-status.interface';
9
- import { User } from './user.interface';
10
- /**
11
- * Represents a Chat message ([see example](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/data-binding)).
12
- *
13
- */
14
- export interface Message {
15
- /**
16
- * Sets a unique ID for the message.
17
- */
18
- id: string | number;
19
- /**
20
- * Sets the text content for the message. Some messages may contain only attachments or quick actions.
21
- */
22
- text?: string;
23
- /**
24
- * Sets the author of the message.
25
- */
26
- author: User;
27
- /**
28
- * Sets the time when the message was composed.
29
- */
30
- timestamp?: Date;
31
- /**
32
- * Sets the current status of the message. The status appears when the message is selected by clicking or through keyboard navigation.
33
- */
34
- status?: string | MessageStatus;
35
- /**
36
- * Sets the array of files attached to the message.
37
- */
38
- files?: ChatFile[];
39
- /**
40
- * Sets the message attachments.
41
- */
42
- attachments?: Attachment[];
43
- /**
44
- * Sets the layout for displaying message attachments.
45
- */
46
- attachmentLayout?: AttachmentLayout;
47
- /**
48
- * Sets the suggested quick actions to display below this message.
49
- *
50
- * > Suggested actions appear only for the last message in the conversation.
51
- */
52
- suggestedActions?: Action[];
53
- /**
54
- * Indicates if the message is pinned. Pinned messages are displayed at the top of the conversation.
55
- */
56
- isPinned?: boolean;
57
- /**
58
- * Sets the ID of the message to which this message is a reply.
59
- */
60
- replyToId?: string | number;
61
- /**
62
- * Indicates if the message has been deleted.
63
- */
64
- isDeleted?: boolean;
65
- /**
66
- * Indicates if the message is still being typed by the user. If `true`, the Chat shows a typing indicator.
67
- */
68
- typing?: boolean;
69
- /**
70
- * Indicates if sending the message has failed.
71
- */
72
- failed?: boolean;
73
- /**
74
- * Provides a reference to the original data item, if any.
75
- */
76
- dataItem?: any;
77
- }
@@ -1,29 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Message } from './message.interface';
6
- /**
7
- * Describes the arguments for the `sendMessage` event.
8
- */
9
- export declare class SendMessageEvent {
10
- /**
11
- * Represents the message that contains the metadata and user input.
12
- *
13
- * The Chat does not automatically add the message to its data. For more information, see [Data Binding](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/data-binding).
14
- */
15
- message: Message;
16
- /**
17
- * @hidden
18
- */
19
- constructor(message: Message);
20
- }
21
- /**
22
- * Describes the arguments for the `resendMessage` event.
23
- */
24
- export interface ResendMessageEvent {
25
- /**
26
- * Represents the message that failed to send.
27
- */
28
- message: Message;
29
- }
@@ -1,24 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * @hidden
7
- */
8
- export declare abstract class PreventableEvent {
9
- private prevented;
10
- /**
11
- * Prevents the default action for a specified event.
12
- * In this way, the source component suppresses
13
- * the built-in behavior that follows the event.
14
- */
15
- preventDefault(): void;
16
- /**
17
- * Returns `true` if the event was prevented
18
- * by any of its subscribers.
19
- *
20
- * @returns `true` if the default action was prevented.
21
- * Otherwise, returns `false`.
22
- */
23
- isDefaultPrevented(): boolean;
24
- }
@@ -1,12 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Defines the scroll behavior of the Chat message list.
7
- *
8
- * - `scrollable`—All messages are rendered with standard scroll behavior.
9
- * - `endless`—The Chat starts by rendering the last `pageSize` messages
10
- * and prepends older ones as the user scrolls up.
11
- */
12
- export type ScrollMode = 'scrollable' | 'endless';
@@ -1,24 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ButtonSettings } from '@progress/kendo-angular-buttons';
6
- import { SVGIcon } from '@progress/kendo-angular-icons';
7
- /**
8
- * Defines the settings for the Send button in the Chat component.
9
- * Customize these settings to change the button appearance and behavior.
10
- */
11
- export interface SendButtonSettings extends ButtonSettings {
12
- /**
13
- * Sets the CSS class applied to the Button.
14
- */
15
- buttonClass?: string;
16
- /**
17
- * Sets the icon displayed while the Chat is in loading state.
18
- */
19
- loadingIcon?: string;
20
- /**
21
- * Sets the SVG icon displayed while the Chat is in loading state.
22
- */
23
- loadingSVGIcon?: SVGIcon;
24
- }
@@ -1,20 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Defines the layout for the suggestions list.
7
- *
8
- * 'scroll' - The list is scrollable when the content overflows.
9
- * 'wrap' - The list wraps to new lines when space is limited.
10
- * 'scrollbuttons' - The list is scrollable with navigation buttons when the content overflows.
11
- */
12
- export type SuggestionsLayoutMode = 'scroll' | 'wrap' | 'scrollbuttons';
13
- /**
14
- * Defines the layout for the quick actions list.
15
- *
16
- * 'scroll' - The list is scrollable when the content overflows.
17
- * 'wrap' - The list wraps to new lines when space is limited.
18
- * 'scrollbuttons' - The list is scrollable with navigation buttons when the content overflows.
19
- */
20
- export type QuickActionsLayoutMode = 'scroll' | 'wrap' | 'scrollbuttons';
@@ -1,10 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Defines the possible modes for timestamp visibility in the Chat component.
7
- * - `focus`: Timestamps are only visible for selected/focused messages (default Chat behavior).
8
- * - `hidden`: Timestamps are hidden for all messages.
9
- */
10
- export type TimestampVisibilityMode = 'focus' | 'hidden';
@@ -1,30 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { SafeUrl } from '@angular/platform-browser';
6
- /**
7
- * Represents a participant in a Chat conversation ([see example](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat)).
8
- */
9
- export interface User {
10
- /**
11
- * Sets a unique ID for the user. Usually a number, but can be a string or object.
12
- */
13
- id: any;
14
- /**
15
- * Sets the display name for the user.
16
- */
17
- name?: string;
18
- /**
19
- * Sets an avatar image for the user. By default, the URLs are sanitized.
20
- * To allow unsafe values, such as a blob URI, [mark the value as a `SafeUrl`](https://angular.io/guide/security#bypass-security-apis).
21
- */
22
- avatarUrl?: string | SafeUrl;
23
- /**
24
- * Sets the alt text for the user's avatar image.
25
- *
26
- * @remarks
27
- * This option is related to accessibility.
28
- */
29
- avatarAltText?: string;
30
- }
@@ -1,22 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Attachment } from './api/attachment.interface';
6
- import { AttachmentTemplateDirective } from './templates/attachment-template.directive';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- */
11
- export declare class AttachmentComponent {
12
- set attachment(value: Attachment);
13
- get attachment(): Attachment;
14
- template: AttachmentTemplateDirective;
15
- get image(): boolean;
16
- get unknown(): boolean;
17
- context: any;
18
- private get contentType();
19
- private _attachment;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "kendo-chat-attachment", never, { "attachment": { "alias": "attachment"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, never, never, true, never>;
22
- }
@@ -1,14 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Action } from './api/action.interface';
6
- import { ChatComponent } from './chat.component';
7
- /**
8
- * @hidden
9
- */
10
- export type ActionHandler = (action: Action, sender: ChatComponent) => void;
11
- /**
12
- * @hidden
13
- */
14
- export declare const makeHandler: (action: Action) => ActionHandler;
@@ -1,49 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { EventEmitter } from '@angular/core';
6
- import { Action } from '../api/action.interface';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * Represents a Hero Card component.
10
- * Hero cards display a single large image and action buttons with text content.
11
- *
12
- * @example
13
- * ```html
14
- * <kendo-chat-hero-card
15
- * title="Card Title"
16
- * subtitle="Card Subtitle"
17
- * [actions]="actions">
18
- * </kendo-chat-hero-card>
19
- * ```
20
- */
21
- export declare class HeroCardComponent {
22
- /**
23
- * Sets the URL of the hero card image.
24
- */
25
- imageUrl: string;
26
- /**
27
- * Sets the title text displayed in the hero card.
28
- */
29
- title: string;
30
- /**
31
- * Sets the subtitle text displayed below the title.
32
- */
33
- subtitle: string;
34
- /**
35
- * Sets the array of quick actions displayed as buttons.
36
- */
37
- actions: Action[];
38
- cssClass: boolean;
39
- /**
40
- * Fires when the user clicks an action button.
41
- */
42
- executeAction: EventEmitter<Action>;
43
- /**
44
- * Emits the `executeAction` event when you click an action button.
45
- */
46
- onClick(action: any): void;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<HeroCardComponent, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<HeroCardComponent, "kendo-chat-hero-card", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "executeAction": "executeAction"; }, never, never, true, never>;
49
- }
@@ -1,34 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { EventEmitter } from '@angular/core';
6
- import { ChatItem } from './chat-item';
7
- import { ChatFile } from './api/chat-file-interface';
8
- import { FileInfo } from '@progress/kendo-angular-upload';
9
- import { SVGIcon } from '@progress/kendo-angular-icons';
10
- import { LocalizationService } from '@progress/kendo-angular-l10n';
11
- import * as i0 from "@angular/core";
12
- /**
13
- * @hidden
14
- */
15
- export declare class ChatFileComponent extends ChatItem {
16
- private localization;
17
- chatFile: ChatFile;
18
- removable: boolean;
19
- fileActions: any;
20
- remove: EventEmitter<ChatFile>;
21
- actionClick: EventEmitter<any>;
22
- actionsToggle: EventEmitter<boolean>;
23
- actionButtonClick: EventEmitter<MouseEvent>;
24
- deleteIcon: SVGIcon;
25
- moreIcon: SVGIcon;
26
- constructor(localization: LocalizationService);
27
- fileThumbnail(extension: string): SVGIcon;
28
- fileGroupClass(extension: string): string;
29
- getTotalFilesSizeMessage(file: FileInfo): string;
30
- textFor(key: string): string;
31
- focus(): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatFileComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatFileComponent, "li[chatFile]", never, { "chatFile": { "alias": "chatFile"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "fileActions": { "alias": "fileActions"; "required": false; }; }, { "remove": "remove"; "actionClick": "actionClick"; "actionsToggle": "actionsToggle"; "actionButtonClick": "actionButtonClick"; }, never, never, true, never>;
34
- }
@@ -1,11 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * @hidden
7
- */
8
- export declare abstract class ChatItem {
9
- selected: boolean;
10
- abstract focus(): void;
11
- }