@progress/kendo-angular-conversational-ui 17.0.0-develop.10 → 17.0.0-develop.11
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/README.md
CHANGED
@@ -1,32 +1,51 @@
|
|
1
|
-
<a href="https://www.telerik.com/kendo-angular-ui/" target="_blank">
|
1
|
+
<a href="https://www.telerik.com/kendo-angular-ui/components/conversational-ui" target="_blank">
|
2
2
|
<img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
|
3
3
|
</a>
|
4
4
|
|
5
|
-
## Kendo UI for Angular
|
5
|
+
## Kendo UI for Angular Conversational UI Package
|
6
6
|
|
7
|
-
>
|
8
|
-
> *
|
9
|
-
> *
|
10
|
-
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-chat) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-chat). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-chat).
|
11
|
-
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
|
12
|
-
>
|
13
|
-
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-chat) and speed up your development process!
|
7
|
+
> * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
|
8
|
+
> * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
9
|
+
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
14
10
|
|
15
|
-
Kendo UI for Angular
|
11
|
+
The Kendo UI for Angular Conversational UI bridges the gap between the Web and the next-generation natural language applications.
|
12
|
+
|
13
|
+
## What's Included in the Angular Conversational UI Package
|
14
|
+
|
15
|
+
The [Angular Conversational UI](https://www.telerik.com/kendo-angular-ui/components/conversational-ui) package includes two built-in components:
|
16
|
+
|
17
|
+
* [Angular AIPrompt Component](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/aiprompt)
|
18
|
+
* [Angular Chat Component](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat)
|
19
|
+
|
20
|
+
## Key Features
|
21
|
+
|
22
|
+
Among the many features which the Kendo UI for Angular Conversational UI components deliver are:
|
23
|
+
|
24
|
+
* Data Binding—You can bind the message list of the Angular Chat component to streaming data. As a minimum data-binding configuration, provide a list of messages and a user instance, which identify the local participant. [Read more about the available data binding options of the Chat...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/data-binding)
|
25
|
+
* Suggested Actions—The Angular Chat component enables you to display quick actions such as preset replies for the last message. [Read more about defining the quick actions of the Chat...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/suggested-actions)
|
26
|
+
* Message Attachments—You can attach images, videos, or data to the Angular Chat component messages content. By default, the Chat displays message attachments as a carousel or a card deck below the message, and provides additional settings allowing you to further customize their layout. [Read more about the message attachment options of the Chat...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/attachments)
|
27
|
+
* Views—The AIPrompt supports several views that can be used for various interactions with a trained AI model. [Read more about the view options of the AIPrompt...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/aiprompt/views)
|
28
|
+
* Templates—You can customize the appearance of the Conversational UI components by using templates. [Read more about the Chat message templates...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/message-templates)
|
29
|
+
* Globalization—The AIPrompt and Chat support globalization to ensure that they can fit well in any application, no matter what languages and locales need to be supported. Additionally, the Chat supports rendering in a right-to-left (RTL) direction. [Read more about the globalization of the Chat...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/globalization)
|
30
|
+
* Accessibility—The AIPrompt and Chat are accessible for screen readers and support WAI-ARIA attributes. [Read more about the accessibility of the Chat...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/accessibility)
|
31
|
+
* Keyboard Navigation—The AIPrompt and Chat are accessible for screen readers and support WAI-ARIA attributes. [Read more about the accessibility of the Chat...](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/chat/accessibility)
|
32
|
+
|
33
|
+
## Support Options
|
34
|
+
|
35
|
+
For any issues you might encounter while working with the Kendo UI for Angular Conversational UI, you have the following support channels available:
|
36
|
+
|
37
|
+
* Industry-leading technical support—Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-center/contact-us/technical-support).
|
38
|
+
* Product forums—The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
|
39
|
+
* Feedback portal—The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
|
16
40
|
|
17
41
|
## Resources
|
18
42
|
|
19
|
-
* [
|
43
|
+
* [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
|
44
|
+
* [Getting Started with the Kendo UI for Angular Conversational UI](https://www.telerik.com/kendo-angular-ui/components/conversational-ui/installation/getting-started)
|
20
45
|
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
|
21
46
|
* [Blogs](http://www.telerik.com/blogs/kendo-ui)
|
22
47
|
* [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
|
23
48
|
|
24
|
-
## Questions and Feedback
|
25
|
-
|
26
|
-
* [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
|
27
|
-
* [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
|
28
|
-
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
29
|
-
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
30
49
|
|
31
50
|
*Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
32
51
|
|
@@ -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.0.0-develop.
|
12
|
+
publishDate: 1729239216,
|
13
|
+
version: '17.0.0-develop.11',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -123,8 +123,8 @@ const packageMetadata = {
|
|
123
123
|
name: '@progress/kendo-angular-conversational-ui',
|
124
124
|
productName: 'Kendo UI for Angular',
|
125
125
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
126
|
-
publishDate:
|
127
|
-
version: '17.0.0-develop.
|
126
|
+
publishDate: 1729239216,
|
127
|
+
version: '17.0.0-develop.11',
|
128
128
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
129
129
|
};
|
130
130
|
|
@@ -119,8 +119,8 @@ const packageMetadata = {
|
|
119
119
|
name: '@progress/kendo-angular-conversational-ui',
|
120
120
|
productName: 'Kendo UI for Angular',
|
121
121
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
122
|
-
publishDate:
|
123
|
-
version: '17.0.0-develop.
|
122
|
+
publishDate: 1729239216,
|
123
|
+
version: '17.0.0-develop.11',
|
124
124
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
125
125
|
};
|
126
126
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "17.0.0-develop.
|
3
|
+
"version": "17.0.0-develop.11",
|
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": "15 - 18",
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
27
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
28
|
-
"@progress/kendo-angular-inputs": "17.0.0-develop.
|
29
|
-
"@progress/kendo-angular-layout": "17.0.0-develop.
|
30
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
31
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
32
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
33
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
34
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
27
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.11",
|
28
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.11",
|
29
|
+
"@progress/kendo-angular-layout": "17.0.0-develop.11",
|
30
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.11",
|
31
|
+
"@progress/kendo-angular-common": "17.0.0-develop.11",
|
32
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.11",
|
33
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.11",
|
34
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.11",
|
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.0.0-develop.
|
39
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.11"
|
40
40
|
},
|
41
41
|
"schematics": "./schematics/collection.json",
|
42
42
|
"module": "fesm2015/progress-kendo-angular-conversational-ui.mjs",
|