@progress/kendo-angular-conversational-ui 19.3.0-develop.33 → 19.3.0-develop.34

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/directives.d.ts CHANGED
@@ -56,6 +56,23 @@ export declare const KENDO_AIPROMPT: readonly [typeof AIPromptComponent, typeof
56
56
  * ```
57
57
  */
58
58
  export declare const KENDO_CHAT: readonly [typeof ChatComponent, typeof CustomMessagesComponent, typeof AttachmentTemplateDirective, typeof MessageTemplateDirective, typeof HeroCardComponent, typeof ChatMessageBoxTemplateDirective];
59
+ /**
60
+ * Utility array that contains all InlineAIPrompt related components and directives.
61
+ *
62
+ * @example
63
+ * ```ts
64
+ * import { Component } from '@angular/core';
65
+ * import { KENDO_INLINEAIPROMPT } from '@progress/kendo-angular-conversational-ui';
66
+ *
67
+ * @Component({
68
+ * standalone: true,
69
+ * imports: [KENDO_INLINEAIPROMPT],
70
+ * selector: 'my-app',
71
+ * template: `<kendo-inlineaiprompt></kendo-inlineaiprompt>`
72
+ * })
73
+ * export class AppComponent {}
74
+ * ```
75
+ */
59
76
  export declare const KENDO_INLINEAIPROMPT: readonly [typeof InlineAIPromptComponent, typeof InlineAIPromptOutputTemplateDirective, typeof InlineAIPromptCustomMessagesComponent];
60
77
  /**
61
78
  * Utility array that contains all `@progress/kendo-angular-conversational-ui` related components and directives.
@@ -74,6 +74,23 @@ export const KENDO_CHAT = [
74
74
  HeroCardComponent,
75
75
  ChatMessageBoxTemplateDirective
76
76
  ];
77
+ /**
78
+ * Utility array that contains all InlineAIPrompt related components and directives.
79
+ *
80
+ * @example
81
+ * ```ts
82
+ * import { Component } from '@angular/core';
83
+ * import { KENDO_INLINEAIPROMPT } from '@progress/kendo-angular-conversational-ui';
84
+ *
85
+ * @Component({
86
+ * standalone: true,
87
+ * imports: [KENDO_INLINEAIPROMPT],
88
+ * selector: 'my-app',
89
+ * template: `<kendo-inlineaiprompt></kendo-inlineaiprompt>`
90
+ * })
91
+ * export class AppComponent {}
92
+ * ```
93
+ */
77
94
  export const KENDO_INLINEAIPROMPT = [
78
95
  InlineAIPromptComponent,
79
96
  InlineAIPromptOutputTemplateDirective,
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1754589818,
14
- version: '19.3.0-develop.33',
13
+ publishDate: 1754894946,
14
+ version: '19.3.0-develop.34',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -142,8 +142,8 @@ const packageMetadata = {
142
142
  productName: 'Kendo UI for Angular',
143
143
  productCode: 'KENDOUIANGULAR',
144
144
  productCodes: ['KENDOUIANGULAR'],
145
- publishDate: 1754589818,
146
- version: '19.3.0-develop.33',
145
+ publishDate: 1754894946,
146
+ version: '19.3.0-develop.34',
147
147
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
148
148
  };
149
149
 
@@ -4860,6 +4860,23 @@ const KENDO_CHAT = [
4860
4860
  HeroCardComponent,
4861
4861
  ChatMessageBoxTemplateDirective
4862
4862
  ];
4863
+ /**
4864
+ * Utility array that contains all InlineAIPrompt related components and directives.
4865
+ *
4866
+ * @example
4867
+ * ```ts
4868
+ * import { Component } from '@angular/core';
4869
+ * import { KENDO_INLINEAIPROMPT } from '@progress/kendo-angular-conversational-ui';
4870
+ *
4871
+ * @Component({
4872
+ * standalone: true,
4873
+ * imports: [KENDO_INLINEAIPROMPT],
4874
+ * selector: 'my-app',
4875
+ * template: `<kendo-inlineaiprompt></kendo-inlineaiprompt>`
4876
+ * })
4877
+ * export class AppComponent {}
4878
+ * ```
4879
+ */
4863
4880
  const KENDO_INLINEAIPROMPT = [
4864
4881
  InlineAIPromptComponent,
4865
4882
  InlineAIPromptOutputTemplateDirective,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-conversational-ui",
3
- "version": "19.3.0-develop.33",
3
+ "version": "19.3.0-develop.34",
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": 1754589818,
23
+ "publishDate": 1754894946,
24
24
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
25
25
  }
26
26
  },
@@ -30,20 +30,20 @@
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.33",
34
- "@progress/kendo-angular-inputs": "19.3.0-develop.33",
35
- "@progress/kendo-angular-layout": "19.3.0-develop.33",
36
- "@progress/kendo-angular-icons": "19.3.0-develop.33",
37
- "@progress/kendo-angular-common": "19.3.0-develop.33",
38
- "@progress/kendo-angular-intl": "19.3.0-develop.33",
39
- "@progress/kendo-angular-l10n": "19.3.0-develop.33",
40
- "@progress/kendo-angular-menu": "19.3.0-develop.33",
41
- "@progress/kendo-angular-popup": "19.3.0-develop.33",
33
+ "@progress/kendo-angular-buttons": "19.3.0-develop.34",
34
+ "@progress/kendo-angular-inputs": "19.3.0-develop.34",
35
+ "@progress/kendo-angular-layout": "19.3.0-develop.34",
36
+ "@progress/kendo-angular-icons": "19.3.0-develop.34",
37
+ "@progress/kendo-angular-common": "19.3.0-develop.34",
38
+ "@progress/kendo-angular-intl": "19.3.0-develop.34",
39
+ "@progress/kendo-angular-l10n": "19.3.0-develop.34",
40
+ "@progress/kendo-angular-menu": "19.3.0-develop.34",
41
+ "@progress/kendo-angular-popup": "19.3.0-develop.34",
42
42
  "rxjs": "^6.5.3 || ^7.0.0"
43
43
  },
44
44
  "dependencies": {
45
45
  "tslib": "^2.3.1",
46
- "@progress/kendo-angular-schematics": "19.3.0-develop.33"
46
+ "@progress/kendo-angular-schematics": "19.3.0-develop.34"
47
47
  },
48
48
  "schematics": "./schematics/collection.json",
49
49
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",