@progress/kendo-angular-conversational-ui 17.2.0 → 17.2.1-develop.1
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.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/ai-prompt/aiprompt.component.d.ts +1 -1
- package/ai-prompt/aiprompt.module.d.ts +1 -1
- package/ai-prompt/common/aiprompt.service.d.ts +1 -1
- package/ai-prompt/common/output-card.component.d.ts +1 -1
- package/ai-prompt/common/toolbar-focusable.directive.d.ts +1 -1
- package/ai-prompt/common/toolbar-navigation.service.d.ts +1 -1
- package/ai-prompt/localization/custom-messages.component.d.ts +1 -1
- package/ai-prompt/localization/localized-messages.directive.d.ts +1 -1
- package/ai-prompt/localization/messages.d.ts +1 -1
- package/ai-prompt/models/command-execute-event.d.ts +1 -1
- package/ai-prompt/models/command.interface.d.ts +1 -1
- package/ai-prompt/models/index.d.ts +1 -1
- package/ai-prompt/models/output-rating-change-event.d.ts +1 -1
- package/ai-prompt/models/prompt-output.interface.d.ts +1 -1
- package/ai-prompt/models/prompt-request-event.d.ts +1 -1
- package/ai-prompt/models/view-type.d.ts +1 -1
- package/ai-prompt/templates/toolbar-actions.template.d.ts +1 -1
- package/ai-prompt/utils.d.ts +1 -1
- package/ai-prompt/views/base-view.d.ts +1 -1
- package/ai-prompt/views/command-view.component.d.ts +1 -1
- package/ai-prompt/views/custom-view.component.d.ts +1 -1
- package/ai-prompt/views/index.d.ts +1 -1
- package/ai-prompt/views/output-view.component.d.ts +1 -1
- package/ai-prompt/views/prompt-view.component.d.ts +1 -1
- package/chat/api/action.interface.d.ts +1 -1
- package/chat/api/attachment.interface.d.ts +1 -1
- package/chat/api/execute-action-event.d.ts +1 -1
- package/chat/api/index.d.ts +1 -1
- package/chat/api/message.interface.d.ts +1 -1
- package/chat/api/post-message-event.d.ts +1 -1
- package/chat/api/preventable-event.d.ts +1 -1
- package/chat/api/user.interface.d.ts +1 -1
- package/chat/attachment-template.directive.d.ts +1 -1
- package/chat/attachment.component.d.ts +1 -1
- package/chat/builtin-actions.d.ts +1 -1
- package/chat/cards/hero-card.component.d.ts +1 -1
- package/chat/chat-item.d.ts +1 -1
- package/chat/chat-view.d.ts +1 -1
- package/chat/chat.component.d.ts +1 -1
- package/chat/chat.directives.d.ts +1 -1
- package/chat/chat.module.d.ts +1 -1
- package/chat/common/models/message-box-options.d.ts +1 -1
- package/chat/common/scroll-anchor.directive.d.ts +1 -1
- package/chat/common/utils.d.ts +1 -1
- package/chat/l10n/custom-messages.component.d.ts +1 -1
- package/chat/l10n/localized-messages.directive.d.ts +1 -1
- package/chat/l10n/messages.d.ts +1 -1
- package/chat/message-attachments.component.d.ts +1 -1
- package/chat/message-box.component.d.ts +1 -1
- package/chat/message-box.directive.d.ts +1 -1
- package/chat/message-list.component.d.ts +1 -1
- package/chat/message-template.directive.d.ts +1 -1
- package/chat/message.component.d.ts +1 -1
- package/chat/suggested-actions.component.d.ts +1 -1
- package/conversational-ui.module.d.ts +1 -1
- package/directives.d.ts +1 -1
- package/esm2022/ai-prompt/aiprompt.component.mjs +1 -1
- package/esm2022/ai-prompt/aiprompt.module.mjs +1 -1
- package/esm2022/ai-prompt/common/aiprompt.service.mjs +1 -1
- package/esm2022/ai-prompt/common/output-card.component.mjs +1 -1
- package/esm2022/ai-prompt/common/toolbar-focusable.directive.mjs +1 -1
- package/esm2022/ai-prompt/common/toolbar-navigation.service.mjs +1 -1
- package/esm2022/ai-prompt/localization/custom-messages.component.mjs +1 -1
- package/esm2022/ai-prompt/localization/localized-messages.directive.mjs +1 -1
- package/esm2022/ai-prompt/localization/messages.mjs +1 -1
- package/esm2022/ai-prompt/models/command-execute-event.mjs +1 -1
- package/esm2022/ai-prompt/models/command.interface.mjs +1 -1
- package/esm2022/ai-prompt/models/index.mjs +1 -1
- package/esm2022/ai-prompt/models/output-rating-change-event.mjs +1 -1
- package/esm2022/ai-prompt/models/prompt-output.interface.mjs +1 -1
- package/esm2022/ai-prompt/models/prompt-request-event.mjs +1 -1
- package/esm2022/ai-prompt/models/view-type.mjs +1 -1
- package/esm2022/ai-prompt/templates/toolbar-actions.template.mjs +1 -1
- package/esm2022/ai-prompt/utils.mjs +1 -1
- package/esm2022/ai-prompt/views/base-view.mjs +1 -1
- package/esm2022/ai-prompt/views/command-view.component.mjs +1 -1
- package/esm2022/ai-prompt/views/custom-view.component.mjs +1 -1
- package/esm2022/ai-prompt/views/index.mjs +1 -1
- package/esm2022/ai-prompt/views/output-view.component.mjs +1 -1
- package/esm2022/ai-prompt/views/prompt-view.component.mjs +1 -1
- package/esm2022/chat/api/action.interface.mjs +1 -1
- package/esm2022/chat/api/attachment.interface.mjs +1 -1
- package/esm2022/chat/api/execute-action-event.mjs +1 -1
- package/esm2022/chat/api/index.mjs +1 -1
- package/esm2022/chat/api/message.interface.mjs +1 -1
- package/esm2022/chat/api/post-message-event.mjs +1 -1
- package/esm2022/chat/api/preventable-event.mjs +1 -1
- package/esm2022/chat/api/user.interface.mjs +1 -1
- package/esm2022/chat/attachment-template.directive.mjs +1 -1
- package/esm2022/chat/attachment.component.mjs +1 -1
- package/esm2022/chat/builtin-actions.mjs +1 -1
- package/esm2022/chat/cards/hero-card.component.mjs +1 -1
- package/esm2022/chat/chat-item.mjs +1 -1
- package/esm2022/chat/chat-view.mjs +1 -1
- package/esm2022/chat/chat.component.mjs +1 -1
- package/esm2022/chat/chat.directives.mjs +1 -1
- package/esm2022/chat/chat.module.mjs +1 -1
- package/esm2022/chat/common/models/message-box-options.mjs +1 -1
- package/esm2022/chat/common/scroll-anchor.directive.mjs +1 -1
- package/esm2022/chat/common/utils.mjs +1 -1
- package/esm2022/chat/l10n/custom-messages.component.mjs +1 -1
- package/esm2022/chat/l10n/localized-messages.directive.mjs +1 -1
- package/esm2022/chat/l10n/messages.mjs +1 -1
- package/esm2022/chat/message-attachments.component.mjs +1 -1
- package/esm2022/chat/message-box.component.mjs +1 -1
- package/esm2022/chat/message-box.directive.mjs +1 -1
- package/esm2022/chat/message-list.component.mjs +1 -1
- package/esm2022/chat/message-template.directive.mjs +1 -1
- package/esm2022/chat/message.component.mjs +1 -1
- package/esm2022/chat/suggested-actions.component.mjs +1 -1
- package/esm2022/conversational-ui.module.mjs +1 -1
- package/esm2022/directives.mjs +1 -1
- package/esm2022/index.mjs +1 -1
- package/esm2022/package-metadata.mjs +3 -3
- package/esm2022/progress-kendo-angular-conversational-ui.mjs +1 -1
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +3 -3
- package/index.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +10 -10
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, Optional, TemplateRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { InjectionToken } from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Input, TemplateRef, Directive, HostBinding, Inject, ViewChild } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, forwardRef, Input, TemplateRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { CommandViewComponent } from './command-view.component';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
// eslint-disable max-line-length
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PreventableEvent } from "./preventable-event";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export * from './action.interface';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, Optional, TemplateRef } from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { SendMessageEvent } from './api/post-message-event';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { isDevMode } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, ContentChild, ElementRef, EventEmitter, HostBinding, Input, isDevMode, Output, ViewChild, NgZone } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { ChatComponent } from './chat.component';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, ElementRef, EventEmitter, HostBinding, Input, NgZone, Output, Renderer2 } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, forwardRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, Input } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, EventEmitter, HostBinding, Input, Output, ViewChild } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, TemplateRef } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Directive, Optional, TemplateRef } from "@angular/core";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, ElementRef, forwardRef, HostBinding, Input } from '@angular/core';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { NgModule } from '@angular/core';
|
package/esm2022/directives.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { AIPromptComponent } from "./ai-prompt/aiprompt.component";
|
package/esm2022/index.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { ChatComponent, AttachmentTemplateDirective, MessageTemplateDirective } from './chat/chat.directives';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-conversational-ui',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '17.2.
|
12
|
+
publishDate: 1736155029,
|
13
|
+
version: '17.2.1-develop.1',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import * as i0 from '@angular/core';
|
@@ -128,8 +128,8 @@ const packageMetadata = {
|
|
128
128
|
name: '@progress/kendo-angular-conversational-ui',
|
129
129
|
productName: 'Kendo UI for Angular',
|
130
130
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
131
|
-
publishDate:
|
132
|
-
version: '17.2.
|
131
|
+
publishDate: 1736155029,
|
132
|
+
version: '17.2.1-develop.1',
|
133
133
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
134
134
|
};
|
135
135
|
|
package/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
export { ChatComponent, AttachmentTemplateDirective, MessageTemplateDirective } from './chat/chat.directives';
|
package/package-metadata.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright ©
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "17.2.
|
3
|
+
"version": "17.2.1-develop.1",
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -24,19 +24,19 @@
|
|
24
24
|
"@angular/core": "16 - 19",
|
25
25
|
"@angular/platform-browser": "16 - 19",
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
27
|
-
"@progress/kendo-angular-buttons": "17.2.
|
28
|
-
"@progress/kendo-angular-inputs": "17.2.
|
29
|
-
"@progress/kendo-angular-layout": "17.2.
|
30
|
-
"@progress/kendo-angular-icons": "17.2.
|
31
|
-
"@progress/kendo-angular-common": "17.2.
|
32
|
-
"@progress/kendo-angular-intl": "17.2.
|
33
|
-
"@progress/kendo-angular-l10n": "17.2.
|
34
|
-
"@progress/kendo-angular-popup": "17.2.
|
27
|
+
"@progress/kendo-angular-buttons": "17.2.1-develop.1",
|
28
|
+
"@progress/kendo-angular-inputs": "17.2.1-develop.1",
|
29
|
+
"@progress/kendo-angular-layout": "17.2.1-develop.1",
|
30
|
+
"@progress/kendo-angular-icons": "17.2.1-develop.1",
|
31
|
+
"@progress/kendo-angular-common": "17.2.1-develop.1",
|
32
|
+
"@progress/kendo-angular-intl": "17.2.1-develop.1",
|
33
|
+
"@progress/kendo-angular-l10n": "17.2.1-develop.1",
|
34
|
+
"@progress/kendo-angular-popup": "17.2.1-develop.1",
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
38
|
"tslib": "^2.3.1",
|
39
|
-
"@progress/kendo-angular-schematics": "17.2.
|
39
|
+
"@progress/kendo-angular-schematics": "17.2.1-develop.1"
|
40
40
|
},
|
41
41
|
"schematics": "./schematics/collection.json",
|
42
42
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|