@progress/kendo-angular-conversational-ui 19.1.2-develop.4 → 19.1.2-develop.5

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.
@@ -24,6 +24,9 @@ import * as i0 from "@angular/core";
24
24
  * (promptRequest)="onPromptRequest($event)">
25
25
  * </kendo-aiprompt>
26
26
  * ```
27
+ *
28
+ * @remarks
29
+ * Supported children components are: {@link AIPromptCustomMessagesComponent}, {@link CustomViewComponent}, {@link CommandViewComponent}, {@link PromptViewComponent}, {@link OutputViewComponent}.
27
30
  */
28
31
  export declare class AIPromptComponent implements AfterViewInit, OnDestroy {
29
32
  private localization;
@@ -26,6 +26,9 @@ import * as i0 from "@angular/core";
26
26
  * (executeAction)="onExecuteAction($event)">
27
27
  * </kendo-chat>
28
28
  * ```
29
+ *
30
+ * @remarks
31
+ * Supported children components are: {@link CustomMessagesComponent}, {@link HeroCardComponent}.
29
32
  */
30
33
  export declare class ChatComponent implements AfterViewInit, OnDestroy {
31
34
  private localization;
@@ -33,6 +33,9 @@ import * as i3 from "./common/toolbar-navigation.service";
33
33
  * (promptRequest)="onPromptRequest($event)">
34
34
  * </kendo-aiprompt>
35
35
  * ```
36
+ *
37
+ * @remarks
38
+ * Supported children components are: {@link AIPromptCustomMessagesComponent}, {@link CustomViewComponent}, {@link CommandViewComponent}, {@link PromptViewComponent}, {@link OutputViewComponent}.
36
39
  */
37
40
  export class AIPromptComponent {
38
41
  localization;
@@ -31,6 +31,9 @@ import * as i1 from "@progress/kendo-angular-l10n";
31
31
  * (executeAction)="onExecuteAction($event)">
32
32
  * </kendo-chat>
33
33
  * ```
34
+ *
35
+ * @remarks
36
+ * Supported children components are: {@link CustomMessagesComponent}, {@link HeroCardComponent}.
34
37
  */
35
38
  export class ChatComponent {
36
39
  localization;
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1750157248,
14
- version: '19.1.2-develop.4',
13
+ publishDate: 1750431164,
14
+ version: '19.1.2-develop.5',
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: 1750157248,
140
- version: '19.1.2-develop.4',
139
+ publishDate: 1750431164,
140
+ version: '19.1.2-develop.5',
141
141
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
142
142
  };
143
143
 
@@ -1612,6 +1612,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1612
1612
  * (executeAction)="onExecuteAction($event)">
1613
1613
  * </kendo-chat>
1614
1614
  * ```
1615
+ *
1616
+ * @remarks
1617
+ * Supported children components are: {@link CustomMessagesComponent}, {@link HeroCardComponent}.
1615
1618
  */
1616
1619
  class ChatComponent {
1617
1620
  localization;
@@ -2289,6 +2292,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2289
2292
  * (promptRequest)="onPromptRequest($event)">
2290
2293
  * </kendo-aiprompt>
2291
2294
  * ```
2295
+ *
2296
+ * @remarks
2297
+ * Supported children components are: {@link AIPromptCustomMessagesComponent}, {@link CustomViewComponent}, {@link CommandViewComponent}, {@link PromptViewComponent}, {@link OutputViewComponent}.
2292
2298
  */
2293
2299
  class AIPromptComponent {
2294
2300
  localization;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-conversational-ui",
3
- "version": "19.1.2-develop.4",
3
+ "version": "19.1.2-develop.5",
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": 1750157248,
23
+ "publishDate": 1750431164,
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.5.0",
33
- "@progress/kendo-angular-buttons": "19.1.2-develop.4",
34
- "@progress/kendo-angular-inputs": "19.1.2-develop.4",
35
- "@progress/kendo-angular-layout": "19.1.2-develop.4",
36
- "@progress/kendo-angular-icons": "19.1.2-develop.4",
37
- "@progress/kendo-angular-common": "19.1.2-develop.4",
38
- "@progress/kendo-angular-intl": "19.1.2-develop.4",
39
- "@progress/kendo-angular-l10n": "19.1.2-develop.4",
40
- "@progress/kendo-angular-popup": "19.1.2-develop.4",
33
+ "@progress/kendo-angular-buttons": "19.1.2-develop.5",
34
+ "@progress/kendo-angular-inputs": "19.1.2-develop.5",
35
+ "@progress/kendo-angular-layout": "19.1.2-develop.5",
36
+ "@progress/kendo-angular-icons": "19.1.2-develop.5",
37
+ "@progress/kendo-angular-common": "19.1.2-develop.5",
38
+ "@progress/kendo-angular-intl": "19.1.2-develop.5",
39
+ "@progress/kendo-angular-l10n": "19.1.2-develop.5",
40
+ "@progress/kendo-angular-popup": "19.1.2-develop.5",
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.1.2-develop.4"
45
+ "@progress/kendo-angular-schematics": "19.1.2-develop.5"
46
46
  },
47
47
  "schematics": "./schematics/collection.json",
48
48
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",