@progress/kendo-angular-conversational-ui 19.3.0-develop.20 → 19.3.0-develop.22
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.
@@ -0,0 +1,60 @@
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import { SpeechToTextButtonSettings } from "@progress/kendo-angular-buttons";
|
6
|
+
import { TextAreaSettings } from "@progress/kendo-angular-inputs";
|
7
|
+
import { SVGIcon } from "@progress/kendo-svg-icons";
|
8
|
+
import { PromptCommand } from "./command.interface";
|
9
|
+
import { PromptOutput } from "./prompt-output.interface";
|
10
|
+
/**
|
11
|
+
* Interface representing all configuration options of the Ai Prompt.
|
12
|
+
*/
|
13
|
+
export interface AIPromptSettings {
|
14
|
+
/**
|
15
|
+
* The active view index of the AIPrompt component.
|
16
|
+
*/
|
17
|
+
activeView?: number;
|
18
|
+
/**
|
19
|
+
* Sets the collection of commands to render in the Command view.
|
20
|
+
*/
|
21
|
+
promptCommands?: Array<PromptCommand>;
|
22
|
+
/**
|
23
|
+
* Sets the collection of suggestions to render in the **Prompt** view.
|
24
|
+
*/
|
25
|
+
promptSuggestions?: Array<string>;
|
26
|
+
/**
|
27
|
+
* Sets the collection of generated prompt outputs to render in the Output view.
|
28
|
+
*/
|
29
|
+
promptOutputs?: Array<PromptOutput>;
|
30
|
+
/**
|
31
|
+
* Specifies whether the Stop generation button appears in the Output view.
|
32
|
+
*/
|
33
|
+
streaming?: boolean;
|
34
|
+
/**
|
35
|
+
* Specifies if the rating buttons appear in each **Output** view card.
|
36
|
+
* By default, the rating buttons do not appear.
|
37
|
+
*/
|
38
|
+
showOutputRating?: boolean;
|
39
|
+
/**
|
40
|
+
* Sets the settings for the Speech to Text button in the Prompt view.
|
41
|
+
*/
|
42
|
+
speechToTextButton?: boolean | SpeechToTextButtonSettings;
|
43
|
+
/**
|
44
|
+
* Sets the settings for the TextArea in the Prompt view.
|
45
|
+
* Use this property to customize the TextArea appearance.
|
46
|
+
*/
|
47
|
+
textAreaSettings?: TextAreaSettings;
|
48
|
+
/**
|
49
|
+
* Sets the SVG icon for the Generate button in the Prompt view.
|
50
|
+
*/
|
51
|
+
generateButtonSVGIcon?: SVGIcon;
|
52
|
+
/**
|
53
|
+
* Sets the icon for the Generate button in the Prompt view.
|
54
|
+
*/
|
55
|
+
generateButtonIcon?: string;
|
56
|
+
/**
|
57
|
+
* Sets the disabled state for the Generate button in the Prompt view.
|
58
|
+
*/
|
59
|
+
disabledGenerateButton?: boolean;
|
60
|
+
}
|
@@ -8,3 +8,4 @@ export { PromptOutput } from './prompt-output.interface';
|
|
8
8
|
export { PromptRequestEvent } from './prompt-request-event';
|
9
9
|
export { PromptOutputRating } from './prompt-output.interface';
|
10
10
|
export { OutputRatingChangeEvent } from './output-rating-change-event';
|
11
|
+
export { AIPromptSettings } from './ai-prompt-settings';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
5
|
+
export {};
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.3.0-develop.
|
13
|
+
publishDate: 1754479066,
|
14
|
+
version: '19.3.0-develop.22',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
16
16
|
};
|
@@ -136,8 +136,8 @@ const packageMetadata = {
|
|
136
136
|
productName: 'Kendo UI for Angular',
|
137
137
|
productCode: 'KENDOUIANGULAR',
|
138
138
|
productCodes: ['KENDOUIANGULAR'],
|
139
|
-
publishDate:
|
140
|
-
version: '19.3.0-develop.
|
139
|
+
publishDate: 1754479066,
|
140
|
+
version: '19.3.0-develop.22',
|
141
141
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
142
142
|
};
|
143
143
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "19.3.0-develop.
|
3
|
+
"version": "19.3.0-develop.22",
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"package": {
|
21
21
|
"productName": "Kendo UI for Angular",
|
22
22
|
"productCode": "KENDOUIANGULAR",
|
23
|
-
"publishDate":
|
23
|
+
"publishDate": 1754479066,
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
25
25
|
}
|
26
26
|
},
|
@@ -30,19 +30,19 @@
|
|
30
30
|
"@angular/core": "16 - 20",
|
31
31
|
"@angular/platform-browser": "16 - 20",
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
33
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
34
|
-
"@progress/kendo-angular-inputs": "19.3.0-develop.
|
35
|
-
"@progress/kendo-angular-layout": "19.3.0-develop.
|
36
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
37
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
38
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
39
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
40
|
-
"@progress/kendo-angular-popup": "19.3.0-develop.
|
33
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.22",
|
34
|
+
"@progress/kendo-angular-inputs": "19.3.0-develop.22",
|
35
|
+
"@progress/kendo-angular-layout": "19.3.0-develop.22",
|
36
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.22",
|
37
|
+
"@progress/kendo-angular-common": "19.3.0-develop.22",
|
38
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.22",
|
39
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.22",
|
40
|
+
"@progress/kendo-angular-popup": "19.3.0-develop.22",
|
41
41
|
"rxjs": "^6.5.3 || ^7.0.0"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
44
|
"tslib": "^2.3.1",
|
45
|
-
"@progress/kendo-angular-schematics": "19.3.0-develop.
|
45
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.22"
|
46
46
|
},
|
47
47
|
"schematics": "./schematics/collection.json",
|
48
48
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|