@progress/kendo-angular-conversational-ui 23.0.1 → 23.0.2-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/chat/api/user.interface.d.ts +3 -0
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +7 -1
- package/inline-ai-prompt/models/output-action.interface.d.ts +3 -0
- package/package-metadata.mjs +2 -2
- package/package.json +14 -14
- package/promptbox/promptbox.component.d.ts +3 -0
- package/promptbox/tools/base-tool.d.ts +3 -0
|
@@ -216,7 +216,7 @@ const packageMetadata = {
|
|
|
216
216
|
productCode: 'KENDOUIANGULAR',
|
|
217
217
|
productCodes: ['KENDOUIANGULAR'],
|
|
218
218
|
publishDate: 0,
|
|
219
|
-
version: '23.0.1',
|
|
219
|
+
version: '23.0.2-develop.1',
|
|
220
220
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
221
221
|
};
|
|
222
222
|
|
|
@@ -3591,6 +3591,9 @@ class PromptBoxBaseTool {
|
|
|
3591
3591
|
themeColor;
|
|
3592
3592
|
/**
|
|
3593
3593
|
* Sets the title attribute of the button.
|
|
3594
|
+
*
|
|
3595
|
+
* @remarks
|
|
3596
|
+
* This property is related to accessibility.
|
|
3594
3597
|
*/
|
|
3595
3598
|
title;
|
|
3596
3599
|
/**
|
|
@@ -4239,6 +4242,9 @@ class PromptBoxComponent {
|
|
|
4239
4242
|
* Sets the title attribute of the input or textarea element.
|
|
4240
4243
|
*
|
|
4241
4244
|
* @default ''
|
|
4245
|
+
*
|
|
4246
|
+
* @remarks
|
|
4247
|
+
* This property is related to accessibility.
|
|
4242
4248
|
*/
|
|
4243
4249
|
title = '';
|
|
4244
4250
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.1",
|
|
10
|
+
"publishDate": 1771334817,
|
|
11
|
+
"version": "23.0.2-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
|
3
|
-
"version": "23.0.1",
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"package": {
|
|
70
70
|
"productName": "Kendo UI for Angular",
|
|
71
71
|
"productCode": "KENDOUIANGULAR",
|
|
72
|
-
"publishDate":
|
|
72
|
+
"publishDate": 1771334817,
|
|
73
73
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
@@ -79,22 +79,22 @@
|
|
|
79
79
|
"@angular/core": "19 - 21",
|
|
80
80
|
"@angular/platform-browser": "19 - 21",
|
|
81
81
|
"@progress/kendo-licensing": "^1.10.0",
|
|
82
|
-
"@progress/kendo-angular-buttons": "23.0.1",
|
|
83
|
-
"@progress/kendo-angular-inputs": "23.0.1",
|
|
84
|
-
"@progress/kendo-angular-layout": "23.0.1",
|
|
85
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
86
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
87
|
-
"@progress/kendo-angular-intl": "23.0.1",
|
|
88
|
-
"@progress/kendo-angular-l10n": "23.0.1",
|
|
89
|
-
"@progress/kendo-angular-menu": "23.0.1",
|
|
90
|
-
"@progress/kendo-angular-popup": "23.0.1",
|
|
91
|
-
"@progress/kendo-angular-toolbar": "23.0.1",
|
|
92
|
-
"@progress/kendo-angular-upload": "23.0.1",
|
|
82
|
+
"@progress/kendo-angular-buttons": "23.0.2-develop.1",
|
|
83
|
+
"@progress/kendo-angular-inputs": "23.0.2-develop.1",
|
|
84
|
+
"@progress/kendo-angular-layout": "23.0.2-develop.1",
|
|
85
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
86
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
87
|
+
"@progress/kendo-angular-intl": "23.0.2-develop.1",
|
|
88
|
+
"@progress/kendo-angular-l10n": "23.0.2-develop.1",
|
|
89
|
+
"@progress/kendo-angular-menu": "23.0.2-develop.1",
|
|
90
|
+
"@progress/kendo-angular-popup": "23.0.2-develop.1",
|
|
91
|
+
"@progress/kendo-angular-toolbar": "23.0.2-develop.1",
|
|
92
|
+
"@progress/kendo-angular-upload": "23.0.2-develop.1",
|
|
93
93
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"tslib": "^2.3.1",
|
|
97
|
-
"@progress/kendo-angular-schematics": "23.0.1"
|
|
97
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1"
|
|
98
98
|
},
|
|
99
99
|
"schematics": "./schematics/collection.json",
|
|
100
100
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|
|
@@ -68,6 +68,9 @@ export declare class PromptBoxComponent implements ControlValueAccessor, AfterVi
|
|
|
68
68
|
* Sets the title attribute of the input or textarea element.
|
|
69
69
|
*
|
|
70
70
|
* @default ''
|
|
71
|
+
*
|
|
72
|
+
* @remarks
|
|
73
|
+
* This property is related to accessibility.
|
|
71
74
|
*/
|
|
72
75
|
title: string;
|
|
73
76
|
/**
|