@progress/kendo-angular-conversational-ui 16.0.0-develop.2 → 16.0.0-develop.4

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 (66) hide show
  1. package/ai-prompt/aiprompt.component.d.ts +1 -1
  2. package/ai-prompt/common/output-card.component.d.ts +1 -1
  3. package/ai-prompt/common/toolbar-focusable.directive.d.ts +1 -1
  4. package/ai-prompt/localization/custom-messages.component.d.ts +1 -1
  5. package/ai-prompt/localization/localized-messages.directive.d.ts +1 -1
  6. package/ai-prompt/localization/messages.d.ts +1 -1
  7. package/ai-prompt/templates/toolbar-actions.template.d.ts +1 -1
  8. package/ai-prompt/views/base-view.d.ts +1 -1
  9. package/ai-prompt/views/command-view.component.d.ts +1 -1
  10. package/ai-prompt/views/custom-view.component.d.ts +1 -1
  11. package/ai-prompt/views/output-view.component.d.ts +1 -1
  12. package/ai-prompt/views/prompt-view.component.d.ts +1 -1
  13. package/chat/attachment-template.directive.d.ts +1 -1
  14. package/chat/attachment.component.d.ts +1 -1
  15. package/chat/cards/hero-card.component.d.ts +1 -1
  16. package/chat/chat.component.d.ts +1 -1
  17. package/chat/common/focused-state.directive.d.ts +1 -1
  18. package/chat/common/scroll-anchor.directive.d.ts +1 -1
  19. package/chat/l10n/custom-messages.component.d.ts +1 -1
  20. package/chat/l10n/localized-messages.directive.d.ts +1 -1
  21. package/chat/l10n/messages.d.ts +1 -1
  22. package/chat/message-attachments.component.d.ts +1 -1
  23. package/chat/message-box.component.d.ts +1 -1
  24. package/chat/message-box.directive.d.ts +1 -1
  25. package/chat/message-list.component.d.ts +1 -1
  26. package/chat/message-template.directive.d.ts +1 -1
  27. package/chat/message.component.d.ts +1 -1
  28. package/chat/suggested-actions.component.d.ts +1 -1
  29. package/esm2020/ai-prompt/aiprompt.component.mjs +8 -8
  30. package/esm2020/ai-prompt/aiprompt.module.mjs +8 -10
  31. package/esm2020/ai-prompt/common/aiprompt.service.mjs +3 -3
  32. package/esm2020/ai-prompt/common/output-card.component.mjs +6 -6
  33. package/esm2020/ai-prompt/common/toolbar-focusable.directive.mjs +3 -3
  34. package/esm2020/ai-prompt/common/toolbar-navigation.service.mjs +3 -3
  35. package/esm2020/ai-prompt/localization/custom-messages.component.mjs +3 -3
  36. package/esm2020/ai-prompt/localization/localized-messages.directive.mjs +3 -3
  37. package/esm2020/ai-prompt/localization/messages.mjs +3 -3
  38. package/esm2020/ai-prompt/templates/toolbar-actions.template.mjs +3 -3
  39. package/esm2020/ai-prompt/views/base-view.mjs +3 -3
  40. package/esm2020/ai-prompt/views/command-view.component.mjs +4 -4
  41. package/esm2020/ai-prompt/views/custom-view.component.mjs +3 -3
  42. package/esm2020/ai-prompt/views/output-view.component.mjs +6 -6
  43. package/esm2020/ai-prompt/views/prompt-view.component.mjs +6 -7
  44. package/esm2020/chat/attachment-template.directive.mjs +3 -3
  45. package/esm2020/chat/attachment.component.mjs +4 -4
  46. package/esm2020/chat/cards/hero-card.component.mjs +4 -4
  47. package/esm2020/chat/chat.component.mjs +8 -8
  48. package/esm2020/chat/chat.module.mjs +6 -8
  49. package/esm2020/chat/common/focused-state.directive.mjs +3 -3
  50. package/esm2020/chat/common/scroll-anchor.directive.mjs +3 -3
  51. package/esm2020/chat/l10n/custom-messages.component.mjs +3 -3
  52. package/esm2020/chat/l10n/localized-messages.directive.mjs +3 -3
  53. package/esm2020/chat/l10n/messages.mjs +3 -3
  54. package/esm2020/chat/message-attachments.component.mjs +6 -6
  55. package/esm2020/chat/message-box.component.mjs +4 -4
  56. package/esm2020/chat/message-box.directive.mjs +3 -3
  57. package/esm2020/chat/message-list.component.mjs +10 -10
  58. package/esm2020/chat/message-template.directive.mjs +3 -3
  59. package/esm2020/chat/message.component.mjs +4 -4
  60. package/esm2020/chat/suggested-actions.component.mjs +4 -4
  61. package/esm2020/conversational-ui.module.mjs +4 -4
  62. package/esm2020/package-metadata.mjs +2 -2
  63. package/fesm2015/progress-kendo-angular-conversational-ui.mjs +316 -319
  64. package/fesm2020/progress-kendo-angular-conversational-ui.mjs +249 -252
  65. package/package.json +16 -16
  66. package/progress-kendo-angular-conversational-ui.d.ts +0 -9
@@ -118,5 +118,5 @@ export declare class AIPromptComponent implements AfterViewInit, OnDestroy {
118
118
  */
119
119
  handleGenerateOutput(): void;
120
120
  static ɵfac: i0.ɵɵFactoryDeclaration<AIPromptComponent, never>;
121
- static ɵcmp: i0.ɵɵComponentDeclaration<AIPromptComponent, "kendo-aiprompt", ["kendoAIPrompt"], { "activeView": "activeView"; "promptCommands": "promptCommands"; "promptSuggestions": "promptSuggestions"; "promptOutputs": "promptOutputs"; "showOutputRating": "showOutputRating"; }, { "activeViewChange": "activeViewChange"; "promptRequest": "promptRequest"; "commandExecute": "commandExecute"; "outputCopy": "outputCopy"; "outputRatingChange": "outputRatingChange"; }, ["toolbarActionsTemplate", "views"], never>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<AIPromptComponent, "kendo-aiprompt", ["kendoAIPrompt"], { "activeView": "activeView"; "promptCommands": "promptCommands"; "promptSuggestions": "promptSuggestions"; "promptOutputs": "promptOutputs"; "showOutputRating": "showOutputRating"; }, { "activeViewChange": "activeViewChange"; "promptRequest": "promptRequest"; "commandExecute": "commandExecute"; "outputCopy": "outputCopy"; "outputRatingChange": "outputRatingChange"; }, ["toolbarActionsTemplate", "views"], never, false, never>;
122
122
  }
@@ -34,5 +34,5 @@ export declare class AIPromptOutputCardComponent implements OnInit {
34
34
  handleCopy(): void;
35
35
  handleRating(ratingType: PromptOutputRating): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<AIPromptOutputCardComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<AIPromptOutputCardComponent, "[kendoAIPromptOutputCard]", never, { "promptOutput": "promptOutput"; }, {}, never, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<AIPromptOutputCardComponent, "[kendoAIPromptOutputCard]", never, { "promptOutput": "promptOutput"; }, {}, never, never, false, never>;
38
38
  }
@@ -20,5 +20,5 @@ export declare class AIPromptToolbarFocusableDirective implements AfterViewInit,
20
20
  private keyDownHandler;
21
21
  private clickHandler;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AIPromptToolbarFocusableDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<AIPromptToolbarFocusableDirective, "[kendoAIPromptToolbarFocusable]", never, {}, {}, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AIPromptToolbarFocusableDirective, "[kendoAIPromptToolbarFocusable]", never, {}, {}, never, never, false, never>;
24
24
  }
@@ -14,5 +14,5 @@ export declare class AIPromptCustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AIPromptCustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<AIPromptCustomMessagesComponent, "kendo-aiprompt-messages", never, {}, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AIPromptCustomMessagesComponent, "kendo-aiprompt-messages", never, {}, {}, never, never, false, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoAIPromptLocalizedMessages]", never, {}, {}, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoAIPromptLocalizedMessages]", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -45,5 +45,5 @@ export declare class Messages extends ComponentMessages {
45
45
  */
46
46
  promptSuggestions: string;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "promptView": "promptView"; "outputView": "outputView"; "generateOutput": "generateOutput"; "promptPlaceholder": "promptPlaceholder"; "copyOutput": "copyOutput"; "retryGeneration": "retryGeneration"; "outputTitle": "outputTitle"; "outputRetryTitle": "outputRetryTitle"; "promptSuggestions": "promptSuggestions"; }, {}, never>;
48
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "promptView": "promptView"; "outputView": "outputView"; "generateOutput": "generateOutput"; "promptPlaceholder": "promptPlaceholder"; "copyOutput": "copyOutput"; "retryGeneration": "retryGeneration"; "outputTitle": "outputTitle"; "outputRetryTitle": "outputRetryTitle"; "promptSuggestions": "promptSuggestions"; }, {}, never, never, false, never>;
49
49
  }
@@ -14,5 +14,5 @@ export declare class AIPromptToolbarActionsDirective {
14
14
  templateRef: TemplateRef<any>;
15
15
  constructor(templateRef: TemplateRef<any>);
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AIPromptToolbarActionsDirective, [{ optional: true; }]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<AIPromptToolbarActionsDirective, "[kendoAIPromptToolbarActionsTemplate]", never, {}, {}, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AIPromptToolbarActionsDirective, "[kendoAIPromptToolbarActionsTemplate]", never, {}, {}, never, never, false, never>;
18
18
  }
@@ -42,5 +42,5 @@ export declare abstract class BaseView {
42
42
  private _icon;
43
43
  private _svgIcon;
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseView, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseView, never, never, { "buttonText": "buttonText"; "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseView, never, never, { "buttonText": "buttonText"; "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never, never, false, never>;
46
46
  }
@@ -25,5 +25,5 @@ export declare class CommandViewComponent extends BaseView implements OnInit {
25
25
  itemClickHandler(ev: PanelBarItemClickEvent): void;
26
26
  private getPanelBarItems;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<CommandViewComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<CommandViewComponent, "kendo-aiprompt-command-view", never, {}, {}, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommandViewComponent, "kendo-aiprompt-command-view", never, {}, {}, never, never, false, never>;
29
29
  }
@@ -16,5 +16,5 @@ export declare class CustomViewComponent extends BaseView {
16
16
  */
17
17
  viewTemplate: TemplateRef<any>;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomViewComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomViewComponent, "kendo-aiprompt-custom-view", never, { "viewTemplate": "viewTemplate"; }, {}, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomViewComponent, "kendo-aiprompt-custom-view", never, { "viewTemplate": "viewTemplate"; }, {}, never, never, false, never>;
20
20
  }
@@ -18,5 +18,5 @@ export declare class OutputViewComponent extends BaseView {
18
18
  */
19
19
  get promptOutputs(): Array<PromptOutput>;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<OutputViewComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<OutputViewComponent, "kendo-aiprompt-output-view", never, {}, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<OutputViewComponent, "kendo-aiprompt-output-view", never, {}, {}, never, never, false, never>;
22
22
  }
@@ -43,5 +43,5 @@ export declare class PromptViewComponent extends BaseView {
43
43
  */
44
44
  suggestionClick(suggestion: string): void;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<PromptViewComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<PromptViewComponent, "kendo-aiprompt-prompt-view", never, {}, {}, never, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<PromptViewComponent, "kendo-aiprompt-prompt-view", never, {}, {}, never, never, false, never>;
47
47
  }
@@ -20,5 +20,5 @@ export declare class AttachmentTemplateDirective {
20
20
  templateRef: TemplateRef<any>;
21
21
  constructor(templateRef: TemplateRef<any>);
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentTemplateDirective, [{ optional: true; }]>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<AttachmentTemplateDirective, "[kendoChatAttachmentTemplate]", never, {}, {}, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AttachmentTemplateDirective, "[kendoChatAttachmentTemplate]", never, {}, {}, never, never, false, never>;
24
24
  }
@@ -18,5 +18,5 @@ export declare class AttachmentComponent {
18
18
  private get contentType();
19
19
  private _attachment;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "kendo-chat-attachment", never, { "attachment": "attachment"; "template": "template"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "kendo-chat-attachment", never, { "attachment": "attachment"; "template": "template"; }, {}, never, never, false, never>;
22
22
  }
@@ -33,5 +33,5 @@ export declare class HeroCardComponent {
33
33
  executeAction: EventEmitter<Action>;
34
34
  onClick(action: any): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<HeroCardComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<HeroCardComponent, "kendo-chat-hero-card", never, { "imageUrl": "imageUrl"; "title": "title"; "subtitle": "subtitle"; "actions": "actions"; }, { "executeAction": "executeAction"; }, never, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeroCardComponent, "kendo-chat-hero-card", never, { "imageUrl": "imageUrl"; "title": "title"; "subtitle": "subtitle"; "actions": "actions"; }, { "executeAction": "executeAction"; }, never, never, false, never>;
37
37
  }
@@ -89,5 +89,5 @@ export declare class ChatComponent implements AfterViewInit, OnDestroy {
89
89
  */
90
90
  textFor(key: string): string;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<ChatComponent, never>;
92
- static ɵcmp: i0.ɵɵComponentDeclaration<ChatComponent, "kendo-chat", never, { "messages": "messages"; "user": "user"; "messageBoxType": "messageBoxType"; }, { "sendMessage": "sendMessage"; "executeAction": "executeAction"; }, ["attachmentTemplate", "messageTemplate", "messageBoxTemplate"], never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChatComponent, "kendo-chat", never, { "messages": "messages"; "user": "user"; "messageBoxType": "messageBoxType"; }, { "sendMessage": "sendMessage"; "executeAction": "executeAction"; }, ["attachmentTemplate", "messageTemplate", "messageBoxTemplate"], never, false, never>;
93
93
  }
@@ -11,5 +11,5 @@ export declare class FocusedStateDirective {
11
11
  onFocus(): void;
12
12
  onBlur(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FocusedStateDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<FocusedStateDirective, "[kendoChatFocusedState]", never, {}, {}, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FocusedStateDirective, "[kendoChatFocusedState]", never, {}, {}, never, never, false, never>;
15
15
  }
@@ -23,5 +23,5 @@ export declare class ScrollAnchorDirective implements AfterViewInit, OnInit, OnD
23
23
  onScroll(): void;
24
24
  scrollToBottom(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollAnchorDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollAnchorDirective, "[kendoChatScrollAnchor]", ["scrollAnchor"], { "autoScroll": "autoScroll"; }, { "autoScrollChange": "autoScrollChange"; }, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollAnchorDirective, "[kendoChatScrollAnchor]", ["scrollAnchor"], { "autoScroll": "autoScroll"; }, { "autoScrollChange": "autoScrollChange"; }, never, never, false, never>;
27
27
  }
@@ -14,5 +14,5 @@ export declare class CustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-chat-messages", never, {}, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-chat-messages", never, {}, {}, never, never, false, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoChatLocalizedMessages]", never, {}, {}, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoChatLocalizedMessages]", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -38,5 +38,5 @@ export declare class Messages extends ComponentMessages {
38
38
  */
39
39
  messageAvatarAlt: string;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendoConversationalUIMessages", never, { "messagePlaceholder": "messagePlaceholder"; "send": "send"; "messageListLabel": "messageListLabel"; "messageBoxInputLabel": "messageBoxInputLabel"; "messageAttachmentLeftArrow": "messageAttachmentLeftArrow"; "messageAttachmentRightArrow": "messageAttachmentRightArrow"; "messageAvatarAlt": "messageAvatarAlt"; }, {}, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendoConversationalUIMessages", never, { "messagePlaceholder": "messagePlaceholder"; "send": "send"; "messageListLabel": "messageListLabel"; "messageBoxInputLabel": "messageBoxInputLabel"; "messageAttachmentLeftArrow": "messageAttachmentLeftArrow"; "messageAttachmentRightArrow": "messageAttachmentRightArrow"; "messageAvatarAlt": "messageAvatarAlt"; }, {}, never, never, false, never>;
42
42
  }
@@ -55,5 +55,5 @@ export declare class MessageAttachmentsComponent extends ChatItem implements Aft
55
55
  */
56
56
  textFor(key: string): string;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageAttachmentsComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageAttachmentsComponent, "kendo-chat-message-attachments", never, { "attachments": "attachments"; "layout": "layout"; "tabbable": "tabbable"; "template": "template"; "localization": "localization"; }, {}, never, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageAttachmentsComponent, "kendo-chat-message-attachments", never, { "attachments": "attachments"; "layout": "layout"; "tabbable": "tabbable"; "template": "template"; "localization": "localization"; }, {}, never, never, false, never>;
59
59
  }
@@ -43,5 +43,5 @@ export declare class MessageBoxComponent {
43
43
  */
44
44
  textFor(key: string): string;
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageBoxComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageBoxComponent, "kendo-message-box", never, { "user": "user"; "autoScroll": "autoScroll"; "type": "type"; "localization": "localization"; "messageBoxTemplate": "messageBoxTemplate"; }, { "sendMessage": "sendMessage"; }, never, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageBoxComponent, "kendo-message-box", never, { "user": "user"; "autoScroll": "autoScroll"; "type": "type"; "localization": "localization"; "messageBoxTemplate": "messageBoxTemplate"; }, { "sendMessage": "sendMessage"; }, never, never, false, never>;
47
47
  }
@@ -13,5 +13,5 @@ export declare class ChatMessageBoxTemplateDirective {
13
13
  templateRef: TemplateRef<any>;
14
14
  constructor(templateRef: TemplateRef<any>);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ChatMessageBoxTemplateDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<ChatMessageBoxTemplateDirective, "[kendoChatMessageBoxTemplate]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ChatMessageBoxTemplateDirective, "[kendoChatMessageBoxTemplate]", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -55,5 +55,5 @@ export declare class MessageListComponent implements OnInit, AfterViewInit, OnDe
55
55
  */
56
56
  textFor(key: string): string;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageListComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageListComponent, "kendo-chat-message-list", never, { "messages": "messages"; "attachmentTemplate": "attachmentTemplate"; "messageTemplate": "messageTemplate"; "localization": "localization"; "user": "user"; }, { "executeAction": "executeAction"; "navigate": "navigate"; "resize": "resize"; }, never, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageListComponent, "kendo-chat-message-list", never, { "messages": "messages"; "attachmentTemplate": "attachmentTemplate"; "messageTemplate": "messageTemplate"; "localization": "localization"; "user": "user"; }, { "executeAction": "executeAction"; "navigate": "navigate"; "resize": "resize"; }, never, never, false, never>;
59
59
  }
@@ -20,5 +20,5 @@ export declare class MessageTemplateDirective {
20
20
  templateRef: TemplateRef<any>;
21
21
  constructor(templateRef: TemplateRef<any>);
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageTemplateDirective, [{ optional: true; }]>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<MessageTemplateDirective, "[kendoChatMessageTemplate]", never, {}, {}, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MessageTemplateDirective, "[kendoChatMessageTemplate]", never, {}, {}, never, never, false, never>;
24
24
  }
@@ -24,5 +24,5 @@ export declare class MessageComponent extends ChatItem {
24
24
  formatTimeStamp(date: any): string;
25
25
  focus(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "kendo-chat-message", never, { "message": "message"; "tabbable": "tabbable"; "template": "template"; }, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "kendo-chat-message", never, { "message": "message"; "tabbable": "tabbable"; "template": "template"; }, {}, never, never, false, never>;
28
28
  }
@@ -24,5 +24,5 @@ export declare class SuggestedActionsComponent extends ChatItem {
24
24
  focus(): void;
25
25
  private changeSelectedIndex;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SuggestedActionsComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<SuggestedActionsComponent, "kendo-chat-suggested-actions", never, { "actions": "actions"; "tabbable": "tabbable"; }, { "dispatch": "dispatch"; }, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SuggestedActionsComponent, "kendo-chat-suggested-actions", never, { "actions": "actions"; "tabbable": "tabbable"; }, { "dispatch": "dispatch"; }, never, never, false, never>;
28
28
  }
@@ -16,10 +16,10 @@ import * as i0 from "@angular/core";
16
16
  import * as i1 from "@progress/kendo-angular-l10n";
17
17
  import * as i2 from "./common/aiprompt.service";
18
18
  import * as i3 from "./common/toolbar-navigation.service";
19
- import * as i4 from "@progress/kendo-angular-buttons";
20
- import * as i5 from "./localization/localized-messages.directive";
21
- import * as i6 from "@angular/common";
22
- import * as i7 from "./common/toolbar-focusable.directive";
19
+ import * as i4 from "@angular/common";
20
+ import * as i5 from "@progress/kendo-angular-buttons";
21
+ import * as i6 from "./common/toolbar-focusable.directive";
22
+ import * as i7 from "./localization/localized-messages.directive";
23
23
  /**
24
24
  * Represents the Kendo UI AIPrompt component for Angular.
25
25
  */
@@ -174,8 +174,8 @@ export class AIPromptComponent {
174
174
  this.promptRequest.emit(eventArgs);
175
175
  }
176
176
  }
177
- AIPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }, { token: i3.ToolbarNavigationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
178
- AIPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AIPromptComponent, selector: "kendo-aiprompt", inputs: { activeView: "activeView", promptCommands: "promptCommands", promptSuggestions: "promptSuggestions", promptOutputs: "promptOutputs", showOutputRating: "showOutputRating" }, outputs: { activeViewChange: "activeViewChange", promptRequest: "promptRequest", commandExecute: "commandExecute", outputCopy: "outputCopy", outputRatingChange: "outputRatingChange" }, host: { properties: { "class.k-prompt": "this.hostClasses", "attr.dir": "this.dirAttr" } }, providers: [
177
+ AIPromptComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }, { token: i3.ToolbarNavigationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
178
+ AIPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AIPromptComponent, selector: "kendo-aiprompt", inputs: { activeView: "activeView", promptCommands: "promptCommands", promptSuggestions: "promptSuggestions", promptOutputs: "promptOutputs", showOutputRating: "showOutputRating" }, outputs: { activeViewChange: "activeViewChange", promptRequest: "promptRequest", commandExecute: "commandExecute", outputCopy: "outputCopy", outputRatingChange: "outputRatingChange" }, host: { properties: { "class.k-prompt": "this.hostClasses", "attr.dir": "this.dirAttr" } }, providers: [
179
179
  LocalizationService,
180
180
  AIPromptService,
181
181
  ToolbarNavigationService,
@@ -244,8 +244,8 @@ AIPromptComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
244
244
  (click)="handleGenerateOutput()">{{messageFor('generateOutput')}}</button>
245
245
  </div>
246
246
  </div>
247
- `, isInline: true, components: [{ type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i5.LocalizedMessagesDirective, selector: "[kendoAIPromptLocalizedMessages]" }, { type: i6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i7.AIPromptToolbarFocusableDirective, selector: "[kendoAIPromptToolbarFocusable]" }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptComponent, decorators: [{
247
+ `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i6.AIPromptToolbarFocusableDirective, selector: "[kendoAIPromptToolbarFocusable]" }, { kind: "directive", type: i7.LocalizedMessagesDirective, selector: "[kendoAIPromptLocalizedMessages]" }] });
248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptComponent, decorators: [{
249
249
  type: Component,
250
250
  args: [{
251
251
  exportAs: 'kendoAIPrompt',
@@ -56,8 +56,8 @@ const PRIVATE_DIRECTIVES = [
56
56
  */
57
57
  export class AIPromptModule {
58
58
  }
59
- AIPromptModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
60
- AIPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptModule, declarations: [AIPromptComponent,
59
+ AIPromptModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
60
+ AIPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: AIPromptModule, declarations: [AIPromptComponent,
61
61
  PromptViewComponent,
62
62
  OutputViewComponent,
63
63
  CommandViewComponent,
@@ -77,14 +77,12 @@ AIPromptModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
77
77
  AIPromptCustomMessagesComponent,
78
78
  AIPromptToolbarActionsDirective,
79
79
  AIPromptToolbarFocusableDirective] });
80
- AIPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptModule, imports: [[
81
- CommonModule,
82
- ButtonsModule,
83
- IconsModule,
84
- InputsModule,
85
- LayoutModule
86
- ]] });
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptModule, decorators: [{
80
+ AIPromptModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptModule, imports: [CommonModule,
81
+ ButtonsModule,
82
+ IconsModule,
83
+ InputsModule,
84
+ LayoutModule] });
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptModule, decorators: [{
88
86
  type: NgModule,
89
87
  args: [{
90
88
  declarations: [...PUBLIC_DIRECTIVES, ...PRIVATE_DIRECTIVES],
@@ -31,8 +31,8 @@ export class AIPromptService {
31
31
  return newArr.concat(this.promptCommands);
32
32
  }
33
33
  }
34
- AIPromptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
35
- AIPromptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptService });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptService, decorators: [{
34
+ AIPromptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
35
+ AIPromptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptService });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptService, decorators: [{
37
37
  type: Injectable
38
38
  }] });
@@ -10,8 +10,8 @@ import { AIPromptService } from './aiprompt.service';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@progress/kendo-angular-l10n";
12
12
  import * as i2 from "./aiprompt.service";
13
- import * as i3 from "@progress/kendo-angular-buttons";
14
- import * as i4 from "@angular/common";
13
+ import * as i3 from "@angular/common";
14
+ import * as i4 from "@progress/kendo-angular-buttons";
15
15
  /**
16
16
  * @hidden
17
17
  */
@@ -95,8 +95,8 @@ export class AIPromptOutputCardComponent {
95
95
  }
96
96
  }
97
97
  }
98
- AIPromptOutputCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptOutputCardComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }], target: i0.ɵɵFactoryTarget.Component });
99
- AIPromptOutputCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AIPromptOutputCardComponent, selector: "[kendoAIPromptOutputCard]", inputs: { promptOutput: "promptOutput" }, host: { properties: { "class.k-card": "this.hostClass", "attr.role": "this.listItemRole", "attr.tabindex": "this.tabIndex", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts" } }, ngImport: i0, template: `
98
+ AIPromptOutputCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptOutputCardComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }], target: i0.ɵɵFactoryTarget.Component });
99
+ AIPromptOutputCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AIPromptOutputCardComponent, selector: "[kendoAIPromptOutputCard]", inputs: { promptOutput: "promptOutput" }, host: { properties: { "class.k-card": "this.hostClass", "attr.role": "this.listItemRole", "attr.tabindex": "this.tabIndex", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts" } }, ngImport: i0, template: `
100
100
  <div class="k-card-header">
101
101
  <div
102
102
  class="k-card-title"
@@ -139,8 +139,8 @@ AIPromptOutputCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
139
139
  </button>
140
140
  </ng-container>
141
141
  </div>
142
- `, isInline: true, components: [{ type: i3.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptOutputCardComponent, decorators: [{
142
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptOutputCardComponent, decorators: [{
144
144
  type: Component,
145
145
  args: [{
146
146
  selector: '[kendoAIPromptOutputCard]',
@@ -57,9 +57,9 @@ export class AIPromptToolbarFocusableDirective {
57
57
  this.element.focus();
58
58
  }
59
59
  }
60
- AIPromptToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ToolbarNavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
61
- AIPromptToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: AIPromptToolbarFocusableDirective, selector: "[kendoAIPromptToolbarFocusable]", ngImport: i0 });
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptToolbarFocusableDirective, decorators: [{
60
+ AIPromptToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ToolbarNavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
61
+ AIPromptToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AIPromptToolbarFocusableDirective, selector: "[kendoAIPromptToolbarFocusable]", ngImport: i0 });
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptToolbarFocusableDirective, decorators: [{
63
63
  type: Directive,
64
64
  args: [{
65
65
  selector: '[kendoAIPromptToolbarFocusable]'
@@ -48,8 +48,8 @@ export class ToolbarNavigationService {
48
48
  this.focusableElements[this.currentFocusedIndex].activate();
49
49
  }
50
50
  }
51
- ToolbarNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarNavigationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
52
- ToolbarNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarNavigationService });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarNavigationService, decorators: [{
51
+ ToolbarNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
52
+ ToolbarNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationService });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationService, decorators: [{
54
54
  type: Injectable
55
55
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
@@ -20,14 +20,14 @@ export class AIPromptCustomMessagesComponent extends Messages {
20
20
  return true;
21
21
  }
22
22
  }
23
- AIPromptCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
- AIPromptCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AIPromptCustomMessagesComponent, selector: "kendo-aiprompt-messages", providers: [
23
+ AIPromptCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
24
+ AIPromptCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AIPromptCustomMessagesComponent, selector: "kendo-aiprompt-messages", providers: [
25
25
  {
26
26
  provide: Messages,
27
27
  useExisting: forwardRef(() => AIPromptCustomMessagesComponent)
28
28
  }
29
29
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptCustomMessagesComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptCustomMessagesComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{
33
33
  providers: [
@@ -16,14 +16,14 @@ export class LocalizedMessagesDirective extends Messages {
16
16
  this.service = service;
17
17
  }
18
18
  }
19
- LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedMessagesDirective, selector: "[kendoAIPromptLocalizedMessages]", providers: [
19
+ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoAIPromptLocalizedMessages]", providers: [
21
21
  {
22
22
  provide: Messages,
23
23
  useExisting: forwardRef(() => LocalizedMessagesDirective)
24
24
  }
25
25
  ], usesInheritance: true, ngImport: i0 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
27
27
  type: Directive,
28
28
  args: [{
29
29
  providers: [
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class Messages extends ComponentMessages {
12
12
  }
13
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, inputs: { promptView: "promptView", outputView: "outputView", generateOutput: "generateOutput", promptPlaceholder: "promptPlaceholder", copyOutput: "copyOutput", retryGeneration: "retryGeneration", outputTitle: "outputTitle", outputRetryTitle: "outputRetryTitle", promptSuggestions: "promptSuggestions" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
13
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, inputs: { promptView: "promptView", outputView: "outputView", generateOutput: "generateOutput", promptPlaceholder: "promptPlaceholder", copyOutput: "copyOutput", retryGeneration: "retryGeneration", outputTitle: "outputTitle", outputRetryTitle: "outputRetryTitle", promptSuggestions: "promptSuggestions" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
16
16
  type: Directive
17
17
  }], propDecorators: { promptView: [{
18
18
  type: Input
@@ -15,9 +15,9 @@ export class AIPromptToolbarActionsDirective {
15
15
  this.templateRef = templateRef;
16
16
  }
17
17
  }
18
- AIPromptToolbarActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptToolbarActionsDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
- AIPromptToolbarActionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: AIPromptToolbarActionsDirective, selector: "[kendoAIPromptToolbarActionsTemplate]", ngImport: i0 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AIPromptToolbarActionsDirective, decorators: [{
18
+ AIPromptToolbarActionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptToolbarActionsDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
+ AIPromptToolbarActionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AIPromptToolbarActionsDirective, selector: "[kendoAIPromptToolbarActionsTemplate]", ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AIPromptToolbarActionsDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  selector: '[kendoAIPromptToolbarActionsTemplate]'
@@ -67,9 +67,9 @@ export class BaseView {
67
67
  return this.localization.get(text);
68
68
  }
69
69
  }
70
- BaseView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseView, deps: [{ token: MY_TOKEN }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
71
- BaseView.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BaseView, inputs: { buttonText: "buttonText", icon: "icon", svgIcon: "svgIcon" }, host: { properties: { "class.k-prompt-view": "this.hostClasses" } }, viewQueries: [{ propertyName: "template", first: true, predicate: ["content"], descendants: true, static: true }], ngImport: i0 });
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BaseView, decorators: [{
70
+ BaseView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseView, deps: [{ token: MY_TOKEN }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
71
+ BaseView.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseView, inputs: { buttonText: "buttonText", icon: "icon", svgIcon: "svgIcon" }, host: { properties: { "class.k-prompt-view": "this.hostClasses" } }, viewQueries: [{ propertyName: "template", first: true, predicate: ["content"], descendants: true, static: true }], ngImport: i0 });
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseView, decorators: [{
73
73
  type: Directive
74
74
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
75
75
  type: Inject,
@@ -54,8 +54,8 @@ export class CommandViewComponent extends BaseView {
54
54
  }));
55
55
  }
56
56
  }
57
- CommandViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CommandViewComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }], target: i0.ɵɵFactoryTarget.Component });
58
- CommandViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CommandViewComponent, selector: "kendo-aiprompt-command-view", providers: [{
57
+ CommandViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CommandViewComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }], target: i0.ɵɵFactoryTarget.Component });
58
+ CommandViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CommandViewComponent, selector: "kendo-aiprompt-command-view", providers: [{
59
59
  provide: BaseView,
60
60
  useExisting: forwardRef(() => CommandViewComponent)
61
61
  }], usesInheritance: true, ngImport: i0, template: `
@@ -67,8 +67,8 @@ CommandViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
67
67
  (itemClick)="itemClickHandler($event)"
68
68
  ></kendo-panelbar>
69
69
  </ng-template>
70
- `, isInline: true, components: [{ type: i3.PanelBarComponent, selector: "kendo-panelbar", inputs: ["expandMode", "selectable", "animate", "height", "keepItemContent", "items"], outputs: ["stateChange", "select", "expand", "collapse", "itemClick"], exportAs: ["kendoPanelbar"] }] });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CommandViewComponent, decorators: [{
70
+ `, isInline: true, dependencies: [{ kind: "component", type: i3.PanelBarComponent, selector: "kendo-panelbar", inputs: ["expandMode", "selectable", "animate", "height", "keepItemContent", "items"], outputs: ["stateChange", "select", "expand", "collapse", "itemClick"], exportAs: ["kendoPanelbar"] }] });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CommandViewComponent, decorators: [{
72
72
  type: Component,
73
73
  args: [{
74
74
  selector: 'kendo-aiprompt-command-view',
@@ -15,12 +15,12 @@ export class CustomViewComponent extends BaseView {
15
15
  super('custom', localization);
16
16
  }
17
17
  }
18
- CustomViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomViewComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
19
- CustomViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CustomViewComponent, selector: "kendo-aiprompt-custom-view", inputs: { viewTemplate: "viewTemplate" }, providers: [{
18
+ CustomViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomViewComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
19
+ CustomViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CustomViewComponent, selector: "kendo-aiprompt-custom-view", inputs: { viewTemplate: "viewTemplate" }, providers: [{
20
20
  provide: BaseView,
21
21
  useExisting: forwardRef(() => CustomViewComponent)
22
22
  }], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomViewComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomViewComponent, decorators: [{
24
24
  type: Component,
25
25
  args: [{
26
26
  selector: 'kendo-aiprompt-custom-view',
@@ -9,8 +9,8 @@ import { AIPromptService } from '../common/aiprompt.service';
9
9
  import * as i0 from "@angular/core";
10
10
  import * as i1 from "@progress/kendo-angular-l10n";
11
11
  import * as i2 from "../common/aiprompt.service";
12
- import * as i3 from "../common/output-card.component";
13
- import * as i4 from "@angular/common";
12
+ import * as i3 from "@angular/common";
13
+ import * as i4 from "../common/output-card.component";
14
14
  /**
15
15
  * The component for rendering the AIPrompt Output View.
16
16
  */
@@ -26,8 +26,8 @@ export class OutputViewComponent extends BaseView {
26
26
  return this.service.promptOutputs;
27
27
  }
28
28
  }
29
- OutputViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OutputViewComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }], target: i0.ɵɵFactoryTarget.Component });
30
- OutputViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: OutputViewComponent, selector: "kendo-aiprompt-output-view", providers: [{
29
+ OutputViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: OutputViewComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AIPromptService }], target: i0.ɵɵFactoryTarget.Component });
30
+ OutputViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: OutputViewComponent, selector: "kendo-aiprompt-output-view", providers: [{
31
31
  provide: BaseView,
32
32
  useExisting: forwardRef(() => OutputViewComponent)
33
33
  }], usesInheritance: true, ngImport: i0, template: `
@@ -41,8 +41,8 @@ OutputViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
41
41
  </div>
42
42
  </div>
43
43
  </ng-template>
44
- `, isInline: true, components: [{ type: i3.AIPromptOutputCardComponent, selector: "[kendoAIPromptOutputCard]", inputs: ["promptOutput"] }], directives: [{ type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: OutputViewComponent, decorators: [{
44
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.AIPromptOutputCardComponent, selector: "[kendoAIPromptOutputCard]", inputs: ["promptOutput"] }] });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: OutputViewComponent, decorators: [{
46
46
  type: Component,
47
47
  args: [{
48
48
  selector: 'kendo-aiprompt-output-view',