@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,26 +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 { TemplateRef } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates a container for custom content displayed at the end of the message box.
9
- *
10
- * To define a message box end affix template, nest an `<ng-template>` tag with the `kendoChatMessageBoxEndAffixTemplate` directive inside the `<kendo-chat>` tag.
11
- *
12
- * @example
13
- * ```html
14
- * <kendo-chat>
15
- * <ng-template kendoChatMessageBoxEndAffixTemplate>
16
- * <button kendoButton fillMode="flat" [svgIcon]="plusIcon"></button>
17
- * </ng-template>
18
- * </kendo-chat>
19
- * ```
20
- */
21
- export declare class ChatMessageBoxEndAffixTemplateDirective {
22
- templateRef: TemplateRef<any>;
23
- constructor(templateRef: TemplateRef<any>);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageBoxEndAffixTemplateDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatMessageBoxEndAffixTemplateDirective, "[kendoChatMessageBoxEndAffixTemplate]", never, {}, {}, never, never, true, never>;
26
- }
@@ -1,26 +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 { TemplateRef } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates a container for custom content displayed at the start of the message box.
9
- *
10
- * To define a message box start affix template, nest an `<ng-template>` tag with the `kendoChatMessageBoxStartAffixTemplate` directive inside the `<kendo-chat>` tag.
11
- *
12
- * @example
13
- * ```html
14
- * <kendo-chat>
15
- * <ng-template kendoChatMessageBoxStartAffixTemplate>
16
- * <button kendoButton fillMode="flat" [svgIcon]="plusIcon"></button>
17
- * </ng-template>
18
- * </kendo-chat>
19
- * ```
20
- */
21
- export declare class ChatMessageBoxStartAffixTemplateDirective {
22
- templateRef: TemplateRef<any>;
23
- constructor(templateRef: TemplateRef<any>);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageBoxStartAffixTemplateDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatMessageBoxStartAffixTemplateDirective, "[kendoChatMessageBoxStartAffixTemplate]", never, {}, {}, never, never, true, never>;
26
- }
@@ -1,26 +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 { TemplateRef } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates a container for custom content displayed at the top of the message box when in `multi` mode.
9
- *
10
- * To define a message box top affix template, nest an `<ng-template>` tag with the `kendoChatMessageBoxTopAffixTemplate` directive inside the `<kendo-chat>` tag.
11
- *
12
- * @example
13
- * ```html
14
- * <kendo-chat>
15
- * <ng-template kendoChatMessageBoxTopAffixTemplate>
16
- * <button kendoButton fillMode="flat" [svgIcon]="plusIcon"></button>
17
- * </ng-template>
18
- * </kendo-chat>
19
- * ```
20
- */
21
- export declare class ChatMessageBoxTopAffixTemplateDirective {
22
- templateRef: TemplateRef<any>;
23
- constructor(templateRef: TemplateRef<any>);
24
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageBoxTopAffixTemplateDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatMessageBoxTopAffixTemplateDirective, "[kendoChatMessageBoxTopAffixTemplate]", never, {}, {}, never, never, true, never>;
26
- }
@@ -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 { TemplateRef } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Creates a message box area that overrides the default message box of the Chat component.
9
- *
10
- * To define a message box template, nest an `<ng-template>` tag with the `kendoChatMessageBoxTemplate` directive inside the `<kendo-chat>` tag.
11
- * For more information, see [Message Box Template](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates#message-box-template).
12
- *
13
- * @example
14
- * ```html
15
- * <kendo-chat>
16
- * <ng-template kendoChatMessageBoxTemplate>
17
- * <input type="text" placeholder="Custom message box..." />
18
- * </ng-template>
19
- * </kendo-chat>
20
- * ```
21
- */
22
- export declare class ChatMessageBoxTemplateDirective {
23
- templateRef: TemplateRef<any>;
24
- constructor(templateRef: TemplateRef<any>);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageBoxTemplateDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatMessageBoxTemplateDirective, "[kendoChatMessageBoxTemplate]", never, {}, {}, never, never, true, never>;
27
- }
@@ -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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying custom content inside the Chat messages.
9
- *
10
- * To define a message template, nest an `<ng-template>` tag with the `kendoChatMessageContentTemplate` directive inside the `<kendo-chat>` component.
11
- * The template context is set to the `message` instance.
12
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-chat>
17
- * <ng-template kendoChatMessageContentTemplate let-message>
18
- * <div>Message: {{ message.text }}</div>
19
- * </ng-template>
20
- * </kendo-chat>
21
- * ```
22
- */
23
- export declare class MessageContentTemplateDirective {
24
- templateRef: TemplateRef<any>;
25
- constructor(templateRef: TemplateRef<any>);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageContentTemplateDirective, [{ optional: true; }]>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<MessageContentTemplateDirective, "[kendoChatMessageContentTemplate]", never, {}, {}, never, never, true, never>;
28
- }
@@ -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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying fully custom Chat message bubbles.
9
- *
10
- * To define a message template, nest an `<ng-template>` tag with the `kendoChatMessageTemplate` directive inside the `<kendo-chat>` component.
11
- * The template context is set to the `message` instance.
12
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-chat>
17
- * <ng-template kendoChatMessageTemplate let-message>
18
- * <div>Message: {{ message.text }}</div>
19
- * </ng-template>
20
- * </kendo-chat>
21
- * ```
22
- */
23
- export declare class MessageTemplateDirective {
24
- templateRef: TemplateRef<any>;
25
- constructor(templateRef: TemplateRef<any>);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageTemplateDirective, [{ optional: true; }]>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<MessageTemplateDirective, "[kendoChatMessageTemplate]", never, {}, {}, never, never, true, never>;
28
- }
@@ -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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying custom content when there are no messages in the Chat.
9
- *
10
- * To define an empty Chat template, nest an `<ng-template>` tag with the `kendoChatNoDataTemplate` directive inside the `<kendo-chat>` component.
11
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
12
- *
13
- * @example
14
- * ```html
15
- * <kendo-chat>
16
- * <ng-template kendoChatNoDataTemplate>
17
- * <div>No messages.</div>
18
- * </ng-template>
19
- * </kendo-chat>
20
- * ```
21
- */
22
- export declare class NoDataTemplateDirective {
23
- templateRef: TemplateRef<any>;
24
- constructor(templateRef: TemplateRef<any>);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<NoDataTemplateDirective, [{ optional: true; }]>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoChatNoDataTemplate]", never, {}, {}, never, never, true, never>;
27
- }
@@ -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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying custom content inside the other users' messages in the Chat.
9
- *
10
- * To define a message template, nest an `<ng-template>` tag with the `kendoChatReceiverMessageContentTemplate` directive inside the `<kendo-chat>` component.
11
- * The template context is set to the `message` instance.
12
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-chat>
17
- * <ng-template kendoChatReceiverMessageContentTemplate let-message>
18
- * <div>Message: {{ message.text }}</div>
19
- * </ng-template>
20
- * </kendo-chat>
21
- * ```
22
- */
23
- export declare class ReceiverMessageContentTemplateDirective {
24
- templateRef: TemplateRef<any>;
25
- constructor(templateRef: TemplateRef<any>);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ReceiverMessageContentTemplateDirective, [{ optional: true; }]>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReceiverMessageContentTemplateDirective, "[kendoChatReceiverMessageContentTemplate]", never, {}, {}, never, never, true, never>;
28
- }
@@ -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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying fully custom Chat message bubbles for the other users.
9
- *
10
- * To define a message template, nest an `<ng-template>` tag with the `kendoChatReceiverMessageTemplate` directive inside the `<kendo-chat>` component.
11
- * The template context is set to the `message` instance.
12
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
13
- *
14
- * @example
15
- * ```html
16
- * <kendo-chat>
17
- * <ng-template kendoChatReceiverMessageTemplate let-message>
18
- * <div>Message: {{ message.text }}</div>
19
- * </ng-template>
20
- * </kendo-chat>
21
- * ```
22
- */
23
- export declare class ReceiverMessageTemplateDirective {
24
- templateRef: TemplateRef<any>;
25
- constructor(templateRef: TemplateRef<any>);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ReceiverMessageTemplateDirective, [{ optional: true; }]>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReceiverMessageTemplateDirective, "[kendoChatReceiverMessageTemplate]", never, {}, {}, never, never, true, never>;
28
- }
@@ -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 { TemplateRef } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Represents the template for the status of a message.
9
- *
10
- * @example
11
- * ```html
12
- * <kendo-chat>
13
- * <ng-template kendoChatStatusTemplate let-status>
14
- * Current status: {{ status }}
15
- * </ng-template>
16
- * </kendo-chat>
17
- * ```
18
- */
19
- export declare class ChatStatusTemplateDirective {
20
- templateRef: TemplateRef<any>;
21
- constructor(templateRef: TemplateRef<any>);
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatStatusTemplateDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatStatusTemplateDirective, "[kendoChatStatusTemplate]", never, {}, {}, never, never, true, never>;
24
- }
@@ -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 { TemplateRef } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Represents the template for a suggestion in the Chat component.
9
- *
10
- * You can use the following field:
11
- * - `suggestion`&mdash;The suggestion instance.
12
- *
13
- * @example
14
- * ```html
15
- * <kendo-chat>
16
- * <ng-template kendoChatSuggestionTemplate let-suggestion>
17
- * {{ suggestion.text }}
18
- * </ng-template>
19
- * </kendo-chat>
20
- * ```
21
- */
22
- export declare class ChatSuggestionTemplateDirective {
23
- templateRef: TemplateRef<any>;
24
- constructor(templateRef: TemplateRef<any>);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatSuggestionTemplateDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatSuggestionTemplateDirective, "[kendoChatSuggestionTemplate]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,31 +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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying the chat timestamp.
9
- *
10
- * To define a timestamp template, nest an `<ng-template>` tag with the `kendoChatTimestampTemplate` directive inside the `<kendo-chat>` component.
11
- * The template context is set to the current timestamp.
12
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
13
- *
14
- * You can use the following field:
15
- * - `timestamp`&mdash;The current timestamp.
16
- *
17
- * @example
18
- * ```html
19
- * <kendo-chat>
20
- * <ng-template kendoChatTimestampTemplate let-timestamp>
21
- * <div>Message time: {{ timestamp }}</div>
22
- * </ng-template>
23
- * </kendo-chat>
24
- * ```
25
- */
26
- export declare class ChatTimestampTemplateDirective {
27
- templateRef: TemplateRef<any>;
28
- constructor(templateRef: TemplateRef<any>);
29
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatTimestampTemplateDirective, [{ optional: true; }]>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatTimestampTemplateDirective, "[kendoChatTimestampTemplate]", never, {}, {}, never, never, true, never>;
31
- }
@@ -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 { TemplateRef } from "@angular/core";
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Defines a template for displaying user status in the Chat.
9
- *
10
- * To define a user status template, nest an `<ng-template>` tag with the `kendoChatUserStatusTemplate` directive inside the `<kendo-chat>` component.
11
- * For more information, refer to the article on [message templates](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates).
12
- *
13
- * @example
14
- * ```html
15
- * <kendo-chat>
16
- * <ng-template kendoChatUserStatusTemplate let-status>
17
- * <div>{{ status }}</div>
18
- * </ng-template>
19
- * </kendo-chat>
20
- * ```
21
- */
22
- export declare class ChatUserStatusTemplateDirective {
23
- templateRef: TemplateRef<any>;
24
- constructor(templateRef: TemplateRef<any>);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<ChatUserStatusTemplateDirective, [{ optional: true; }]>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatUserStatusTemplateDirective, "[kendoChatUserStatusTemplate]", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,70 +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 * as i0 from "@angular/core";
6
- import * as i1 from "./ai-prompt/aiprompt.component";
7
- import * as i2 from "./ai-prompt/views/prompt-view.component";
8
- import * as i3 from "./ai-prompt/views/output-view.component";
9
- import * as i4 from "./ai-prompt/views/command-view.component";
10
- import * as i5 from "./ai-prompt/views/custom-view.component";
11
- import * as i6 from "./ai-prompt/localization/custom-messages.component";
12
- import * as i7 from "./ai-prompt/templates/toolbar-actions.template";
13
- import * as i8 from "./ai-prompt/common/toolbar-focusable.directive";
14
- import * as i9 from "./ai-prompt/templates/aiprompt-output-template.directive";
15
- import * as i10 from "./ai-prompt/templates/aiprompt-output-body-template.directive";
16
- import * as i11 from "./chat/chat.component";
17
- import * as i12 from "./chat/l10n/custom-messages.component";
18
- import * as i13 from "./chat/templates/attachment-template.directive";
19
- import * as i14 from "./chat/templates/author-message-content-template.directive";
20
- import * as i15 from "./chat/templates/receiver-message-content-template.directive";
21
- import * as i16 from "./chat/templates/message-content-template.directive";
22
- import * as i17 from "./chat/templates/author-message-template.directive";
23
- import * as i18 from "./chat/templates/receiver-message-template.directive";
24
- import * as i19 from "./chat/templates/message-template.directive";
25
- import * as i20 from "./chat/cards/hero-card.component";
26
- import * as i21 from "./chat/templates/message-box.directive";
27
- import * as i22 from "./chat/templates/message-box-start-affix-template.directive";
28
- import * as i23 from "./chat/templates/message-box-end-affix-template.directive";
29
- import * as i24 from "./chat/templates/message-box-top-affix-template.directive";
30
- import * as i25 from "./chat/templates/header-template.directive";
31
- import * as i26 from "./chat/templates/no-data-template.directive";
32
- import * as i27 from "./chat/templates/timestamp-template.directive";
33
- import * as i28 from "./chat/templates/status-template.directive";
34
- import * as i29 from "./chat/templates/suggestion-template.directive";
35
- import * as i30 from "./chat/templates/user-status-template.directive";
36
- import * as i31 from "./inline-ai-prompt/inlineaiprompt.component";
37
- import * as i32 from "./inline-ai-prompt/output-template.directive";
38
- import * as i33 from "./inline-ai-prompt/localization/custom-messages.component";
39
- import * as i34 from "./promptbox/promptbox.component";
40
- import * as i35 from "./promptbox/localization/custom-messages.component";
41
- import * as i36 from "./promptbox/affixes/promptbox-start-affix.component";
42
- import * as i37 from "./promptbox/affixes/promptbox-end-affix.component";
43
- import * as i38 from "./promptbox/affixes/promptbox-top-affix.component";
44
- import * as i39 from "./promptbox/tools/speech-to-text-button.component";
45
- import * as i40 from "./promptbox/tools/action-button.component";
46
- import * as i41 from "./promptbox/tools/fileselect-button.component";
47
- import * as i42 from "./promptbox/common/header-template.directive";
48
- /**
49
- * Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) for the Conversational UI components.
50
- *
51
- * @example
52
- * ```ts
53
- * import { NgModule } from '@angular/core';
54
- * import { BrowserModule } from '@angular/platform-browser';
55
- * import { ConversationalUIModule } from '@progress/kendo-angular-conversational-ui';
56
- * import { AppComponent } from './app.component';
57
- *
58
- * @NgModule({
59
- * declarations: [AppComponent],
60
- * imports: [BrowserModule, ConversationalUIModule],
61
- * bootstrap: [AppComponent]
62
- * })
63
- * export class AppModule {}
64
- * ```
65
- */
66
- export declare class ConversationalUIModule {
67
- static ɵfac: i0.ɵɵFactoryDeclaration<ConversationalUIModule, never>;
68
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConversationalUIModule, never, [typeof i1.AIPromptComponent, typeof i2.PromptViewComponent, typeof i3.OutputViewComponent, typeof i4.CommandViewComponent, typeof i5.CustomViewComponent, typeof i6.AIPromptCustomMessagesComponent, typeof i7.AIPromptToolbarActionsDirective, typeof i8.AIPromptToolbarFocusableDirective, typeof i9.AIPromptOutputTemplateDirective, typeof i10.AIPromptOutputBodyTemplateDirective, typeof i11.ChatComponent, typeof i12.CustomMessagesComponent, typeof i13.AttachmentTemplateDirective, typeof i14.AuthorMessageContentTemplateDirective, typeof i15.ReceiverMessageContentTemplateDirective, typeof i16.MessageContentTemplateDirective, typeof i17.AuthorMessageTemplateDirective, typeof i18.ReceiverMessageTemplateDirective, typeof i19.MessageTemplateDirective, typeof i20.HeroCardComponent, typeof i21.ChatMessageBoxTemplateDirective, typeof i22.ChatMessageBoxStartAffixTemplateDirective, typeof i23.ChatMessageBoxEndAffixTemplateDirective, typeof i24.ChatMessageBoxTopAffixTemplateDirective, typeof i25.ChatHeaderTemplateDirective, typeof i26.NoDataTemplateDirective, typeof i27.ChatTimestampTemplateDirective, typeof i28.ChatStatusTemplateDirective, typeof i29.ChatSuggestionTemplateDirective, typeof i30.ChatUserStatusTemplateDirective, typeof i31.InlineAIPromptComponent, typeof i32.InlineAIPromptOutputTemplateDirective, typeof i33.InlineAIPromptCustomMessagesComponent, typeof i34.PromptBoxComponent, typeof i35.PromptBoxCustomMessagesComponent, typeof i36.PromptBoxStartAffixComponent, typeof i37.PromptBoxEndAffixComponent, typeof i38.PromptBoxTopAffixComponent, typeof i39.PromptBoxSpeechToTextButtonComponent, typeof i40.PromptBoxActionButtonComponent, typeof i41.PromptBoxFileSelectButtonComponent, typeof i42.PromptBoxHeaderTemplateDirective], [typeof i1.AIPromptComponent, typeof i2.PromptViewComponent, typeof i3.OutputViewComponent, typeof i4.CommandViewComponent, typeof i5.CustomViewComponent, typeof i6.AIPromptCustomMessagesComponent, typeof i7.AIPromptToolbarActionsDirective, typeof i8.AIPromptToolbarFocusableDirective, typeof i9.AIPromptOutputTemplateDirective, typeof i10.AIPromptOutputBodyTemplateDirective, typeof i11.ChatComponent, typeof i12.CustomMessagesComponent, typeof i13.AttachmentTemplateDirective, typeof i14.AuthorMessageContentTemplateDirective, typeof i15.ReceiverMessageContentTemplateDirective, typeof i16.MessageContentTemplateDirective, typeof i17.AuthorMessageTemplateDirective, typeof i18.ReceiverMessageTemplateDirective, typeof i19.MessageTemplateDirective, typeof i20.HeroCardComponent, typeof i21.ChatMessageBoxTemplateDirective, typeof i22.ChatMessageBoxStartAffixTemplateDirective, typeof i23.ChatMessageBoxEndAffixTemplateDirective, typeof i24.ChatMessageBoxTopAffixTemplateDirective, typeof i25.ChatHeaderTemplateDirective, typeof i26.NoDataTemplateDirective, typeof i27.ChatTimestampTemplateDirective, typeof i28.ChatStatusTemplateDirective, typeof i29.ChatSuggestionTemplateDirective, typeof i30.ChatUserStatusTemplateDirective, typeof i31.InlineAIPromptComponent, typeof i32.InlineAIPromptOutputTemplateDirective, typeof i33.InlineAIPromptCustomMessagesComponent, typeof i34.PromptBoxComponent, typeof i35.PromptBoxCustomMessagesComponent, typeof i36.PromptBoxStartAffixComponent, typeof i37.PromptBoxEndAffixComponent, typeof i38.PromptBoxTopAffixComponent, typeof i39.PromptBoxSpeechToTextButtonComponent, typeof i40.PromptBoxActionButtonComponent, typeof i41.PromptBoxFileSelectButtonComponent, typeof i42.PromptBoxHeaderTemplateDirective]>;
69
- static ɵinj: i0.ɵɵInjectorDeclaration<ConversationalUIModule>;
70
- }
package/directives.d.ts DELETED
@@ -1,138 +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 { AIPromptComponent } from "./ai-prompt/aiprompt.component";
6
- import { CommandViewComponent } from "./ai-prompt/views/command-view.component";
7
- import { AIPromptCustomMessagesComponent } from "./ai-prompt/localization/custom-messages.component";
8
- import { CustomViewComponent } from './ai-prompt/views/custom-view.component';
9
- import { AIPromptToolbarActionsDirective } from './ai-prompt/templates/toolbar-actions.template';
10
- import { AIPromptToolbarFocusableDirective } from './ai-prompt/common/toolbar-focusable.directive';
11
- import { OutputViewComponent, PromptViewComponent } from "./ai-prompt/views";
12
- import { ChatComponent } from "./chat/chat.component";
13
- import { CustomMessagesComponent } from "./chat/l10n/custom-messages.component";
14
- import { AttachmentTemplateDirective } from "./chat/templates/attachment-template.directive";
15
- import { AuthorMessageContentTemplateDirective } from "./chat/templates/author-message-content-template.directive";
16
- import { ReceiverMessageContentTemplateDirective } from "./chat/templates/receiver-message-content-template.directive";
17
- import { MessageContentTemplateDirective } from "./chat/templates/message-content-template.directive";
18
- import { AuthorMessageTemplateDirective } from "./chat/templates/author-message-template.directive";
19
- import { ReceiverMessageTemplateDirective } from "./chat/templates/receiver-message-template.directive";
20
- import { MessageTemplateDirective } from "./chat/templates/message-template.directive";
21
- import { ChatTimestampTemplateDirective } from "./chat/templates/timestamp-template.directive";
22
- import { HeroCardComponent } from "./chat/cards/hero-card.component";
23
- import { ChatMessageBoxTemplateDirective } from "./chat/templates/message-box.directive";
24
- import { ChatMessageBoxStartAffixTemplateDirective } from "./chat/templates/message-box-start-affix-template.directive";
25
- import { ChatMessageBoxEndAffixTemplateDirective } from "./chat/templates/message-box-end-affix-template.directive";
26
- import { ChatMessageBoxTopAffixTemplateDirective } from "./chat/templates/message-box-top-affix-template.directive";
27
- import { ChatHeaderTemplateDirective } from "./chat/templates/header-template.directive";
28
- import { NoDataTemplateDirective } from "./chat/templates/no-data-template.directive";
29
- import { AIPromptOutputBodyTemplateDirective } from "./ai-prompt/templates/aiprompt-output-body-template.directive";
30
- import { AIPromptOutputTemplateDirective } from "./ai-prompt/templates/aiprompt-output-template.directive";
31
- import { InlineAIPromptComponent } from "./inline-ai-prompt/inlineaiprompt.component";
32
- import { InlineAIPromptOutputTemplateDirective } from "./inline-ai-prompt/output-template.directive";
33
- import { InlineAIPromptCustomMessagesComponent } from "./inline-ai-prompt/localization/custom-messages.component";
34
- import { ChatStatusTemplateDirective } from "./chat/templates/status-template.directive";
35
- import { ChatSuggestionTemplateDirective } from "./chat/templates/suggestion-template.directive";
36
- import { ChatUserStatusTemplateDirective } from "./chat/templates/user-status-template.directive";
37
- import { PromptBoxComponent } from "./promptbox/promptbox.component";
38
- import { PromptBoxCustomMessagesComponent } from "./promptbox/localization/custom-messages.component";
39
- import { PromptBoxStartAffixComponent } from "./promptbox/affixes/promptbox-start-affix.component";
40
- import { PromptBoxEndAffixComponent } from "./promptbox/affixes/promptbox-end-affix.component";
41
- import { PromptBoxTopAffixComponent } from "./promptbox/affixes/promptbox-top-affix.component";
42
- import { PromptBoxSpeechToTextButtonComponent } from "./promptbox/tools/speech-to-text-button.component";
43
- import { PromptBoxActionButtonComponent } from "./promptbox/tools/action-button.component";
44
- import { PromptBoxFileSelectButtonComponent } from "./promptbox/tools/fileselect-button.component";
45
- import { PromptBoxHeaderTemplateDirective } from "./promptbox/common/header-template.directive";
46
- /**
47
- * Utility array that contains all AIPrompt related components and directives.
48
- *
49
- * @example
50
- * ```ts
51
- * import { Component } from '@angular/core';
52
- * import { KENDO_AIPROMPT } from '@progress/kendo-angular-conversational-ui';
53
- *
54
- * @Component({
55
- * standalone: true,
56
- * imports: [KENDO_AIPROMPT],
57
- * selector: 'my-app',
58
- * template: `<kendo-aiprompt></kendo-aiprompt>`
59
- * })
60
- * export class AppComponent {}
61
- * ```
62
- */
63
- export declare const KENDO_AIPROMPT: readonly [typeof AIPromptComponent, typeof PromptViewComponent, typeof OutputViewComponent, typeof CommandViewComponent, typeof CustomViewComponent, typeof AIPromptCustomMessagesComponent, typeof AIPromptToolbarActionsDirective, typeof AIPromptToolbarFocusableDirective, typeof AIPromptOutputTemplateDirective, typeof AIPromptOutputBodyTemplateDirective];
64
- /**
65
- * Utility array that contains all Chat related components and directives.
66
- *
67
- * @example
68
- * ```ts
69
- * import { Component } from '@angular/core';
70
- * import { KENDO_CHAT } from '@progress/kendo-angular-conversational-ui';
71
- *
72
- * @Component({
73
- * standalone: true,
74
- * imports: [KENDO_CHAT],
75
- * selector: 'my-app',
76
- * template: `<kendo-chat></kendo-chat>`
77
- * })
78
- * export class AppComponent {}
79
- * ```
80
- */
81
- export declare const KENDO_CHAT: readonly [typeof ChatComponent, typeof CustomMessagesComponent, typeof AttachmentTemplateDirective, typeof AuthorMessageContentTemplateDirective, typeof ReceiverMessageContentTemplateDirective, typeof MessageContentTemplateDirective, typeof AuthorMessageTemplateDirective, typeof ReceiverMessageTemplateDirective, typeof MessageTemplateDirective, typeof HeroCardComponent, typeof ChatMessageBoxTemplateDirective, typeof ChatMessageBoxStartAffixTemplateDirective, typeof ChatMessageBoxEndAffixTemplateDirective, typeof ChatMessageBoxTopAffixTemplateDirective, typeof ChatHeaderTemplateDirective, typeof NoDataTemplateDirective, typeof ChatTimestampTemplateDirective, typeof ChatStatusTemplateDirective, typeof ChatSuggestionTemplateDirective, typeof ChatUserStatusTemplateDirective];
82
- /**
83
- * Utility array that contains all InlineAIPrompt related components and directives.
84
- *
85
- * @example
86
- * ```ts
87
- * import { Component } from '@angular/core';
88
- * import { KENDO_INLINEAIPROMPT } from '@progress/kendo-angular-conversational-ui';
89
- *
90
- * @Component({
91
- * standalone: true,
92
- * imports: [KENDO_INLINEAIPROMPT],
93
- * selector: 'my-app',
94
- * template: `<kendo-inlineaiprompt></kendo-inlineaiprompt>`
95
- * })
96
- * export class AppComponent {}
97
- * ```
98
- */
99
- export declare const KENDO_INLINEAIPROMPT: readonly [typeof InlineAIPromptComponent, typeof InlineAIPromptOutputTemplateDirective, typeof InlineAIPromptCustomMessagesComponent];
100
- /**
101
- * Utility array that contains all PromptBox related components and directives.
102
- *
103
- * @example
104
- * ```ts
105
- * import { Component } from '@angular/core';
106
- * import { KENDO_PROMPTBOX } from '@progress/kendo-angular-conversational-ui';
107
- *
108
- * @Component({
109
- * standalone: true,
110
- * imports: [KENDO_PROMPTBOX],
111
- * selector: 'my-app',
112
- * template: `<kendo-promptbox></kendo-promptbox>`
113
- * })
114
- * export class AppComponent {}
115
- * ```
116
- */
117
- export declare const KENDO_PROMPTBOX: readonly [typeof PromptBoxComponent, typeof PromptBoxCustomMessagesComponent, typeof PromptBoxStartAffixComponent, typeof PromptBoxEndAffixComponent, typeof PromptBoxTopAffixComponent, typeof PromptBoxSpeechToTextButtonComponent, typeof PromptBoxActionButtonComponent, typeof PromptBoxFileSelectButtonComponent, typeof PromptBoxHeaderTemplateDirective];
118
- /**
119
- * Utility array that contains all `@progress/kendo-angular-conversational-ui` related components and directives.
120
- *
121
- * @example
122
- * ```ts
123
- * import { Component } from '@angular/core';
124
- * import { KENDO_CONVERSATIONALUI } from '@progress/kendo-angular-conversational-ui';
125
- *
126
- * @Component({
127
- * standalone: true,
128
- * imports: [KENDO_CONVERSATIONALUI],
129
- * selector: 'my-app',
130
- * template: `
131
- * <kendo-aiprompt></kendo-aiprompt>
132
- * <kendo-chat></kendo-chat>
133
- * `
134
- * })
135
- * export class AppComponent {}
136
- * ```
137
- */
138
- export declare const KENDO_CONVERSATIONALUI: readonly [typeof AIPromptComponent, typeof PromptViewComponent, typeof OutputViewComponent, typeof CommandViewComponent, typeof CustomViewComponent, typeof AIPromptCustomMessagesComponent, typeof AIPromptToolbarActionsDirective, typeof AIPromptToolbarFocusableDirective, typeof AIPromptOutputTemplateDirective, typeof AIPromptOutputBodyTemplateDirective, typeof ChatComponent, typeof CustomMessagesComponent, typeof AttachmentTemplateDirective, typeof AuthorMessageContentTemplateDirective, typeof ReceiverMessageContentTemplateDirective, typeof MessageContentTemplateDirective, typeof AuthorMessageTemplateDirective, typeof ReceiverMessageTemplateDirective, typeof MessageTemplateDirective, typeof HeroCardComponent, typeof ChatMessageBoxTemplateDirective, typeof ChatMessageBoxStartAffixTemplateDirective, typeof ChatMessageBoxEndAffixTemplateDirective, typeof ChatMessageBoxTopAffixTemplateDirective, typeof ChatHeaderTemplateDirective, typeof NoDataTemplateDirective, typeof ChatTimestampTemplateDirective, typeof ChatStatusTemplateDirective, typeof ChatSuggestionTemplateDirective, typeof ChatUserStatusTemplateDirective, typeof InlineAIPromptComponent, typeof InlineAIPromptOutputTemplateDirective, typeof InlineAIPromptCustomMessagesComponent, typeof PromptBoxComponent, typeof PromptBoxCustomMessagesComponent, typeof PromptBoxStartAffixComponent, typeof PromptBoxEndAffixComponent, typeof PromptBoxTopAffixComponent, typeof PromptBoxSpeechToTextButtonComponent, typeof PromptBoxActionButtonComponent, typeof PromptBoxFileSelectButtonComponent, typeof PromptBoxHeaderTemplateDirective];