@progress/kendo-angular-conversational-ui 16.0.0-develop.2 → 16.0.0-develop.20
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 +1 -1
- package/ai-prompt/common/output-card.component.d.ts +1 -1
- package/ai-prompt/common/toolbar-focusable.directive.d.ts +1 -1
- package/ai-prompt/localization/custom-messages.component.d.ts +1 -1
- package/ai-prompt/localization/localized-messages.directive.d.ts +1 -1
- package/ai-prompt/localization/messages.d.ts +1 -1
- package/ai-prompt/templates/toolbar-actions.template.d.ts +1 -1
- package/ai-prompt/views/base-view.d.ts +1 -1
- package/ai-prompt/views/command-view.component.d.ts +1 -1
- package/ai-prompt/views/custom-view.component.d.ts +1 -1
- package/ai-prompt/views/output-view.component.d.ts +1 -1
- package/ai-prompt/views/prompt-view.component.d.ts +1 -1
- package/chat/attachment-template.directive.d.ts +1 -1
- package/chat/attachment.component.d.ts +1 -1
- package/chat/cards/hero-card.component.d.ts +1 -1
- package/chat/chat.component.d.ts +1 -1
- package/chat/common/focused-state.directive.d.ts +1 -1
- package/chat/common/scroll-anchor.directive.d.ts +1 -1
- package/chat/l10n/custom-messages.component.d.ts +1 -1
- package/chat/l10n/localized-messages.directive.d.ts +1 -1
- package/chat/l10n/messages.d.ts +1 -1
- package/chat/message-attachments.component.d.ts +1 -1
- package/chat/message-box.component.d.ts +1 -1
- package/chat/message-box.directive.d.ts +1 -1
- package/chat/message-list.component.d.ts +1 -1
- package/chat/message-template.directive.d.ts +1 -1
- package/chat/message.component.d.ts +1 -1
- package/chat/suggested-actions.component.d.ts +1 -1
- package/esm2020/ai-prompt/aiprompt.component.mjs +8 -8
- package/esm2020/ai-prompt/aiprompt.module.mjs +8 -10
- package/esm2020/ai-prompt/common/aiprompt.service.mjs +3 -3
- package/esm2020/ai-prompt/common/output-card.component.mjs +6 -6
- package/esm2020/ai-prompt/common/toolbar-focusable.directive.mjs +3 -3
- package/esm2020/ai-prompt/common/toolbar-navigation.service.mjs +3 -3
- package/esm2020/ai-prompt/localization/custom-messages.component.mjs +3 -3
- package/esm2020/ai-prompt/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/ai-prompt/localization/messages.mjs +3 -3
- package/esm2020/ai-prompt/templates/toolbar-actions.template.mjs +3 -3
- package/esm2020/ai-prompt/views/base-view.mjs +3 -3
- package/esm2020/ai-prompt/views/command-view.component.mjs +4 -4
- package/esm2020/ai-prompt/views/custom-view.component.mjs +3 -3
- package/esm2020/ai-prompt/views/output-view.component.mjs +6 -6
- package/esm2020/ai-prompt/views/prompt-view.component.mjs +6 -7
- package/esm2020/chat/attachment-template.directive.mjs +3 -3
- package/esm2020/chat/attachment.component.mjs +4 -4
- package/esm2020/chat/cards/hero-card.component.mjs +4 -4
- package/esm2020/chat/chat.component.mjs +8 -8
- package/esm2020/chat/chat.module.mjs +6 -8
- package/esm2020/chat/common/focused-state.directive.mjs +3 -3
- package/esm2020/chat/common/scroll-anchor.directive.mjs +3 -3
- package/esm2020/chat/l10n/custom-messages.component.mjs +3 -3
- package/esm2020/chat/l10n/localized-messages.directive.mjs +3 -3
- package/esm2020/chat/l10n/messages.mjs +3 -3
- package/esm2020/chat/message-attachments.component.mjs +6 -6
- package/esm2020/chat/message-box.component.mjs +4 -4
- package/esm2020/chat/message-box.directive.mjs +3 -3
- package/esm2020/chat/message-list.component.mjs +12 -10
- package/esm2020/chat/message-template.directive.mjs +3 -3
- package/esm2020/chat/message.component.mjs +4 -4
- package/esm2020/chat/suggested-actions.component.mjs +4 -4
- package/esm2020/conversational-ui.module.mjs +4 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-conversational-ui.mjs +318 -319
- package/fesm2020/progress-kendo-angular-conversational-ui.mjs +251 -252
- package/package.json +16 -16
- package/progress-kendo-angular-conversational-ui.d.ts +0 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "16.0.0-develop.
|
3
|
+
"version": "16.0.0-develop.20",
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -19,24 +19,24 @@
|
|
19
19
|
"friendlyName": "Conversational UI"
|
20
20
|
},
|
21
21
|
"peerDependencies": {
|
22
|
-
"@angular/animations": "
|
23
|
-
"@angular/common": "
|
24
|
-
"@angular/core": "
|
25
|
-
"@angular/platform-browser": "
|
22
|
+
"@angular/animations": "15 - 17",
|
23
|
+
"@angular/common": "15 - 17",
|
24
|
+
"@angular/core": "15 - 17",
|
25
|
+
"@angular/platform-browser": "15 - 17",
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
27
|
-
"@progress/kendo-angular-buttons": "16.0.0-develop.
|
28
|
-
"@progress/kendo-angular-inputs": "16.0.0-develop.
|
29
|
-
"@progress/kendo-angular-layout": "16.0.0-develop.
|
30
|
-
"@progress/kendo-angular-icons": "16.0.0-develop.
|
31
|
-
"@progress/kendo-angular-common": "16.0.0-develop.
|
32
|
-
"@progress/kendo-angular-intl": "16.0.0-develop.
|
33
|
-
"@progress/kendo-angular-l10n": "16.0.0-develop.
|
34
|
-
"@progress/kendo-angular-popup": "16.0.0-develop.
|
27
|
+
"@progress/kendo-angular-buttons": "16.0.0-develop.20",
|
28
|
+
"@progress/kendo-angular-inputs": "16.0.0-develop.20",
|
29
|
+
"@progress/kendo-angular-layout": "16.0.0-develop.20",
|
30
|
+
"@progress/kendo-angular-icons": "16.0.0-develop.20",
|
31
|
+
"@progress/kendo-angular-common": "16.0.0-develop.20",
|
32
|
+
"@progress/kendo-angular-intl": "16.0.0-develop.20",
|
33
|
+
"@progress/kendo-angular-l10n": "16.0.0-develop.20",
|
34
|
+
"@progress/kendo-angular-popup": "16.0.0-develop.20",
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
38
|
"tslib": "^2.3.1",
|
39
|
-
"@progress/kendo-angular-schematics": "16.0.0-develop.
|
39
|
+
"@progress/kendo-angular-schematics": "16.0.0-develop.20"
|
40
40
|
},
|
41
41
|
"schematics": "./schematics/collection.json",
|
42
42
|
"module": "fesm2015/progress-kendo-angular-conversational-ui.mjs",
|
@@ -44,13 +44,13 @@
|
|
44
44
|
"esm2020": "esm2020/progress-kendo-angular-conversational-ui.mjs",
|
45
45
|
"fesm2020": "fesm2020/progress-kendo-angular-conversational-ui.mjs",
|
46
46
|
"fesm2015": "fesm2015/progress-kendo-angular-conversational-ui.mjs",
|
47
|
-
"typings": "
|
47
|
+
"typings": "index.d.ts",
|
48
48
|
"exports": {
|
49
49
|
"./package.json": {
|
50
50
|
"default": "./package.json"
|
51
51
|
},
|
52
52
|
".": {
|
53
|
-
"types": "./
|
53
|
+
"types": "./index.d.ts",
|
54
54
|
"esm2020": "./esm2020/progress-kendo-angular-conversational-ui.mjs",
|
55
55
|
"es2020": "./fesm2020/progress-kendo-angular-conversational-ui.mjs",
|
56
56
|
"es2015": "./fesm2015/progress-kendo-angular-conversational-ui.mjs",
|
@@ -1,9 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
/**
|
6
|
-
* Generated bundle index. Do not edit.
|
7
|
-
*/
|
8
|
-
/// <amd-module name="@progress/kendo-angular-conversational-ui" />
|
9
|
-
export * from './index';
|