@progress/kendo-angular-conversational-ui 24.1.1-develop.1 → 24.2.0-develop.2

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.
@@ -30,6 +30,9 @@ export interface FileAction {
30
30
  */
31
31
  disabled?: boolean;
32
32
  }
33
+ /**
34
+ * Represents the event arguments for a file action in the Chat component.
35
+ */
33
36
  export interface FileActionEvent {
34
37
  /**
35
38
  * Specifies the file action that was triggered.
@@ -30,6 +30,9 @@ export interface MessageAction {
30
30
  */
31
31
  disabled?: boolean;
32
32
  }
33
+ /**
34
+ * Represents the event arguments for a message action in the Chat component.
35
+ */
33
36
  export interface MessageActionEvent {
34
37
  /**
35
38
  * Specifies the action that was triggered.
@@ -3,6 +3,9 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SVGIcon } from '@progress/kendo-svg-icons';
6
+ /**
7
+ * Defines the status of a Chat message.
8
+ */
6
9
  export interface MessageStatus {
7
10
  /**
8
11
  * Sets the text for the message status.
@@ -215,8 +215,8 @@ const packageMetadata = {
215
215
  productName: 'Kendo UI for Angular',
216
216
  productCode: 'KENDOUIANGULAR',
217
217
  productCodes: ['KENDOUIANGULAR'],
218
- publishDate: 1780592653,
219
- version: '24.1.1-develop.1',
218
+ publishDate: 1781873923,
219
+ version: '24.2.0-develop.2',
220
220
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
221
221
  };
222
222
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1780592653,
11
- "version": "24.1.1-develop.1",
10
+ "publishDate": 1781873923,
11
+ "version": "24.2.0-develop.2",
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": "24.1.1-develop.1",
3
+ "version": "24.2.0-develop.2",
4
4
  "description": "Kendo UI for Angular Conversational UI components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -97,7 +97,7 @@
97
97
  "package": {
98
98
  "productName": "Kendo UI for Angular",
99
99
  "productCode": "KENDOUIANGULAR",
100
- "publishDate": 1780592653,
100
+ "publishDate": 1781873923,
101
101
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
102
102
  }
103
103
  },
@@ -107,22 +107,22 @@
107
107
  "@angular/core": "19 - 22",
108
108
  "@angular/platform-browser": "19 - 22",
109
109
  "@progress/kendo-licensing": "^1.11.0",
110
- "@progress/kendo-angular-buttons": "24.1.1-develop.1",
111
- "@progress/kendo-angular-inputs": "24.1.1-develop.1",
112
- "@progress/kendo-angular-layout": "24.1.1-develop.1",
113
- "@progress/kendo-angular-icons": "24.1.1-develop.1",
114
- "@progress/kendo-angular-common": "24.1.1-develop.1",
115
- "@progress/kendo-angular-intl": "24.1.1-develop.1",
116
- "@progress/kendo-angular-l10n": "24.1.1-develop.1",
117
- "@progress/kendo-angular-menu": "24.1.1-develop.1",
118
- "@progress/kendo-angular-popup": "24.1.1-develop.1",
119
- "@progress/kendo-angular-toolbar": "24.1.1-develop.1",
120
- "@progress/kendo-angular-upload": "24.1.1-develop.1",
110
+ "@progress/kendo-angular-buttons": "24.2.0-develop.2",
111
+ "@progress/kendo-angular-inputs": "24.2.0-develop.2",
112
+ "@progress/kendo-angular-layout": "24.2.0-develop.2",
113
+ "@progress/kendo-angular-icons": "24.2.0-develop.2",
114
+ "@progress/kendo-angular-common": "24.2.0-develop.2",
115
+ "@progress/kendo-angular-intl": "24.2.0-develop.2",
116
+ "@progress/kendo-angular-l10n": "24.2.0-develop.2",
117
+ "@progress/kendo-angular-menu": "24.2.0-develop.2",
118
+ "@progress/kendo-angular-popup": "24.2.0-develop.2",
119
+ "@progress/kendo-angular-toolbar": "24.2.0-develop.2",
120
+ "@progress/kendo-angular-upload": "24.2.0-develop.2",
121
121
  "rxjs": "^6.5.3 || ^7.0.0"
122
122
  },
123
123
  "dependencies": {
124
124
  "tslib": "^2.3.1",
125
- "@progress/kendo-angular-schematics": "24.1.1-develop.1"
125
+ "@progress/kendo-angular-schematics": "24.2.0-develop.2"
126
126
  },
127
127
  "schematics": "./schematics/collection.json",
128
128
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",