@progress/kendo-angular-conversational-ui 16.5.0 → 16.6.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.
- package/ai-prompt/aiprompt.component.d.ts +1 -1
- package/ai-prompt/aiprompt.module.d.ts +1 -8
- 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/templates/toolbar-actions.template.d.ts +1 -1
- package/ai-prompt/views/command-view.component.d.ts +2 -2
- 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/api/message.interface.d.ts +1 -1
- package/chat/api/user.interface.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/chat.module.d.ts +1 -13
- 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/message-attachments.component.d.ts +3 -3
- package/chat/message-box.component.d.ts +3 -3
- package/chat/message-box.directive.d.ts +1 -1
- package/chat/message-list.component.d.ts +3 -3
- 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/conversational-ui.module.d.ts +15 -3
- package/directives.d.ts +29 -0
- package/esm2020/ai-prompt/aiprompt.component.mjs +10 -8
- package/esm2020/ai-prompt/aiprompt.module.mjs +19 -63
- package/esm2020/ai-prompt/common/output-card.component.mjs +7 -5
- package/esm2020/ai-prompt/common/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/ai-prompt/localization/custom-messages.component.mjs +3 -2
- package/esm2020/ai-prompt/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/ai-prompt/templates/toolbar-actions.template.mjs +3 -2
- package/esm2020/ai-prompt/views/command-view.component.mjs +6 -4
- package/esm2020/ai-prompt/views/custom-view.component.mjs +3 -2
- package/esm2020/ai-prompt/views/output-view.component.mjs +7 -5
- package/esm2020/ai-prompt/views/prompt-view.component.mjs +8 -6
- package/esm2020/chat/attachment-template.directive.mjs +3 -2
- package/esm2020/chat/attachment.component.mjs +6 -4
- package/esm2020/chat/cards/hero-card.component.mjs +7 -5
- package/esm2020/chat/chat.component.mjs +8 -7
- package/esm2020/chat/chat.module.mjs +15 -71
- package/esm2020/chat/common/focused-state.directive.mjs +3 -2
- package/esm2020/chat/common/scroll-anchor.directive.mjs +3 -2
- package/esm2020/chat/l10n/custom-messages.component.mjs +3 -2
- package/esm2020/chat/l10n/localized-messages.directive.mjs +3 -2
- package/esm2020/chat/message-attachments.component.mjs +10 -8
- package/esm2020/chat/message-box.component.mjs +10 -8
- package/esm2020/chat/message-box.directive.mjs +3 -2
- package/esm2020/chat/message-list.component.mjs +11 -12
- package/esm2020/chat/message-template.directive.mjs +3 -2
- package/esm2020/chat/message.component.mjs +6 -4
- package/esm2020/chat/suggested-actions.component.mjs +6 -4
- package/esm2020/conversational-ui.module.mjs +25 -5
- package/esm2020/directives.mjs +48 -0
- package/esm2020/index.mjs +1 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-conversational-ui.mjs +1285 -1306
- package/fesm2020/progress-kendo-angular-conversational-ui.mjs +649 -670
- package/index.d.ts +1 -0
- package/package.json +10 -10
package/index.d.ts
CHANGED
@@ -17,3 +17,4 @@ export { AIPromptToolbarActionsDirective } from './ai-prompt/templates/toolbar-a
|
|
17
17
|
export { AIPromptToolbarFocusableDirective } from './ai-prompt/common/toolbar-focusable.directive';
|
18
18
|
export * from './ai-prompt/views';
|
19
19
|
export * from './ai-prompt/models';
|
20
|
+
export * from './directives';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "16.
|
3
|
+
"version": "16.6.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",
|
@@ -24,19 +24,19 @@
|
|
24
24
|
"@angular/core": "15 - 18",
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
27
|
-
"@progress/kendo-angular-buttons": "16.
|
28
|
-
"@progress/kendo-angular-inputs": "16.
|
29
|
-
"@progress/kendo-angular-layout": "16.
|
30
|
-
"@progress/kendo-angular-icons": "16.
|
31
|
-
"@progress/kendo-angular-common": "16.
|
32
|
-
"@progress/kendo-angular-intl": "16.
|
33
|
-
"@progress/kendo-angular-l10n": "16.
|
34
|
-
"@progress/kendo-angular-popup": "16.
|
27
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.2",
|
28
|
+
"@progress/kendo-angular-inputs": "16.6.0-develop.2",
|
29
|
+
"@progress/kendo-angular-layout": "16.6.0-develop.2",
|
30
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.2",
|
31
|
+
"@progress/kendo-angular-common": "16.6.0-develop.2",
|
32
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.2",
|
33
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.2",
|
34
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.2",
|
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.
|
39
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.2"
|
40
40
|
},
|
41
41
|
"schematics": "./schematics/collection.json",
|
42
42
|
"module": "fesm2015/progress-kendo-angular-conversational-ui.mjs",
|