@progress/kendo-angular-conversational-ui 23.0.1-develop.3 → 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.
@@ -22,6 +22,9 @@ export interface User {
22
22
  avatarUrl?: string | SafeUrl;
23
23
  /**
24
24
  * Sets the alt text for the user's avatar image.
25
+ *
26
+ * @remarks
27
+ * This option is related to accessibility.
25
28
  */
26
29
  avatarAltText?: string;
27
30
  }
@@ -216,7 +216,7 @@ const packageMetadata = {
216
216
  productCode: 'KENDOUIANGULAR',
217
217
  productCodes: ['KENDOUIANGULAR'],
218
218
  publishDate: 0,
219
- version: '23.0.1-develop.3',
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
  /**
@@ -30,6 +30,9 @@ export interface InlineAIPromptOutputAction {
30
30
  text?: string;
31
31
  /**
32
32
  * The title attribute for the action.
33
+ *
34
+ * @remarks
35
+ * This option is related to accessibility.
33
36
  */
34
37
  title?: string;
35
38
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770812697,
11
- "version": "23.0.1-develop.3",
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-develop.3",
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": 1770812697,
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-develop.3",
83
- "@progress/kendo-angular-inputs": "23.0.1-develop.3",
84
- "@progress/kendo-angular-layout": "23.0.1-develop.3",
85
- "@progress/kendo-angular-icons": "23.0.1-develop.3",
86
- "@progress/kendo-angular-common": "23.0.1-develop.3",
87
- "@progress/kendo-angular-intl": "23.0.1-develop.3",
88
- "@progress/kendo-angular-l10n": "23.0.1-develop.3",
89
- "@progress/kendo-angular-menu": "23.0.1-develop.3",
90
- "@progress/kendo-angular-popup": "23.0.1-develop.3",
91
- "@progress/kendo-angular-toolbar": "23.0.1-develop.3",
92
- "@progress/kendo-angular-upload": "23.0.1-develop.3",
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-develop.3"
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
  /**
@@ -50,6 +50,9 @@ export declare abstract class PromptBoxBaseTool {
50
50
  themeColor: ButtonThemeColor;
51
51
  /**
52
52
  * Sets the title attribute of the button.
53
+ *
54
+ * @remarks
55
+ * This property is related to accessibility.
53
56
  */
54
57
  title: string;
55
58
  /**