@progress/kendo-angular-conversational-ui 19.3.0-develop.2 → 19.3.0-develop.21
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/ai-prompt/aiprompt.component.d.ts +71 -12
- package/ai-prompt/aiprompt.module.d.ts +3 -1
- package/ai-prompt/common/aiprompt.service.d.ts +10 -0
- package/ai-prompt/common/output-card.component.d.ts +4 -0
- package/ai-prompt/models/ai-prompt-settings.d.ts +60 -0
- package/ai-prompt/models/index.d.ts +1 -0
- package/ai-prompt/templates/aiprompt-output-body-template.directive.d.ts +24 -0
- package/ai-prompt/templates/aiprompt-output-template.directive.d.ts +24 -0
- package/ai-prompt/views/output-view.component.d.ts +4 -0
- package/ai-prompt/views/prompt-view.component.d.ts +19 -1
- package/conversational-ui.module.d.ts +9 -7
- package/directives.d.ts +4 -2
- package/esm2022/ai-prompt/aiprompt.component.mjs +136 -19
- package/esm2022/ai-prompt/aiprompt.module.mjs +3 -1
- package/esm2022/ai-prompt/common/aiprompt.service.mjs +35 -0
- package/esm2022/ai-prompt/common/output-card.component.mjs +23 -5
- package/esm2022/ai-prompt/models/ai-prompt-settings.mjs +5 -0
- package/esm2022/ai-prompt/templates/aiprompt-output-body-template.directive.mjs +33 -0
- package/esm2022/ai-prompt/templates/aiprompt-output-template.directive.mjs +33 -0
- package/esm2022/ai-prompt/views/output-view.component.mjs +27 -11
- package/esm2022/ai-prompt/views/prompt-view.component.mjs +115 -21
- package/esm2022/conversational-ui.module.mjs +10 -8
- package/esm2022/directives.mjs +5 -1
- package/esm2022/index.mjs +2 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +393 -57
- package/index.d.ts +2 -0
- package/package.json +12 -12
package/index.d.ts
CHANGED
@@ -15,6 +15,8 @@ export { AIPromptComponent } from './ai-prompt/aiprompt.component';
|
|
15
15
|
export { AIPromptCustomMessagesComponent } from './ai-prompt/localization/custom-messages.component';
|
16
16
|
export { AIPromptToolbarActionsDirective } from './ai-prompt/templates/toolbar-actions.template';
|
17
17
|
export { AIPromptToolbarFocusableDirective } from './ai-prompt/common/toolbar-focusable.directive';
|
18
|
+
export { AIPromptOutputTemplateDirective } from './ai-prompt/templates/aiprompt-output-template.directive';
|
19
|
+
export { AIPromptOutputBodyTemplateDirective } from './ai-prompt/templates/aiprompt-output-body-template.directive';
|
18
20
|
export * from './ai-prompt/views';
|
19
21
|
export * from './ai-prompt/models';
|
20
22
|
export * from './directives';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "19.3.0-develop.
|
3
|
+
"version": "19.3.0-develop.21",
|
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":
|
23
|
+
"publishDate": 1754395802,
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
25
25
|
}
|
26
26
|
},
|
@@ -29,20 +29,20 @@
|
|
29
29
|
"@angular/common": "16 - 20",
|
30
30
|
"@angular/core": "16 - 20",
|
31
31
|
"@angular/platform-browser": "16 - 20",
|
32
|
-
"@progress/kendo-licensing": "^1.
|
33
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
34
|
-
"@progress/kendo-angular-inputs": "19.3.0-develop.
|
35
|
-
"@progress/kendo-angular-layout": "19.3.0-develop.
|
36
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
37
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
38
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
39
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
40
|
-
"@progress/kendo-angular-popup": "19.3.0-develop.
|
32
|
+
"@progress/kendo-licensing": "^1.7.0",
|
33
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.21",
|
34
|
+
"@progress/kendo-angular-inputs": "19.3.0-develop.21",
|
35
|
+
"@progress/kendo-angular-layout": "19.3.0-develop.21",
|
36
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.21",
|
37
|
+
"@progress/kendo-angular-common": "19.3.0-develop.21",
|
38
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.21",
|
39
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.21",
|
40
|
+
"@progress/kendo-angular-popup": "19.3.0-develop.21",
|
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.3.0-develop.
|
45
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.21"
|
46
46
|
},
|
47
47
|
"schematics": "./schematics/collection.json",
|
48
48
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|