@progress/kendo-angular-conversational-ui 23.2.2 → 23.3.0-develop.1
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/chat/chat.component.d.ts +33 -22
- package/chat/chat.module.d.ts +10 -7
- package/chat/common/chat.service.d.ts +4 -4
- package/chat/message-box.component.d.ts +17 -11
- package/chat/templates/message-box-end-affix-template.directive.d.ts +26 -0
- package/chat/templates/message-box-start-affix-template.directive.d.ts +26 -0
- package/chat/templates/message-box-top-affix-template.directive.d.ts +26 -0
- package/conversational-ui.module.d.ts +22 -19
- package/directives.d.ts +5 -2
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +4592 -4472
- package/index.d.ts +3 -0
- package/package-metadata.mjs +2 -2
- package/package.json +14 -14
- package/promptbox/common/models/action-button.d.ts +4 -0
package/index.d.ts
CHANGED
|
@@ -13,6 +13,9 @@ export { CustomMessagesComponent } from './chat/l10n/custom-messages.component';
|
|
|
13
13
|
export { MessageBoxType, MessageBoxSettings } from './chat/api/message-box';
|
|
14
14
|
export { ConversationalUIModelFields } from './chat/common/models/model-fields';
|
|
15
15
|
export { ChatMessageBoxTemplateDirective } from './chat/templates/message-box.directive';
|
|
16
|
+
export { ChatMessageBoxStartAffixTemplateDirective } from './chat/templates/message-box-start-affix-template.directive';
|
|
17
|
+
export { ChatMessageBoxEndAffixTemplateDirective } from './chat/templates/message-box-end-affix-template.directive';
|
|
18
|
+
export { ChatMessageBoxTopAffixTemplateDirective } from './chat/templates/message-box-top-affix-template.directive';
|
|
16
19
|
export { ChatHeaderTemplateDirective } from './chat/templates/header-template.directive';
|
|
17
20
|
export { NoDataTemplateDirective } from './chat/templates/no-data-template.directive';
|
|
18
21
|
export { ChatUserStatusTemplateDirective } from './chat/templates/user-status-template.directive';
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.
|
|
10
|
+
"publishDate": 1773914332,
|
|
11
|
+
"version": "23.3.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.3.0-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"package": {
|
|
70
70
|
"productName": "Kendo UI for Angular",
|
|
71
71
|
"productCode": "KENDOUIANGULAR",
|
|
72
|
-
"publishDate":
|
|
72
|
+
"publishDate": 1773914332,
|
|
73
73
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
@@ -79,22 +79,22 @@
|
|
|
79
79
|
"@angular/core": "19 - 21",
|
|
80
80
|
"@angular/platform-browser": "19 - 21",
|
|
81
81
|
"@progress/kendo-licensing": "^1.10.0",
|
|
82
|
-
"@progress/kendo-angular-buttons": "23.
|
|
83
|
-
"@progress/kendo-angular-inputs": "23.
|
|
84
|
-
"@progress/kendo-angular-layout": "23.
|
|
85
|
-
"@progress/kendo-angular-icons": "23.
|
|
86
|
-
"@progress/kendo-angular-common": "23.
|
|
87
|
-
"@progress/kendo-angular-intl": "23.
|
|
88
|
-
"@progress/kendo-angular-l10n": "23.
|
|
89
|
-
"@progress/kendo-angular-menu": "23.
|
|
90
|
-
"@progress/kendo-angular-popup": "23.
|
|
91
|
-
"@progress/kendo-angular-toolbar": "23.
|
|
92
|
-
"@progress/kendo-angular-upload": "23.
|
|
82
|
+
"@progress/kendo-angular-buttons": "23.3.0-develop.1",
|
|
83
|
+
"@progress/kendo-angular-inputs": "23.3.0-develop.1",
|
|
84
|
+
"@progress/kendo-angular-layout": "23.3.0-develop.1",
|
|
85
|
+
"@progress/kendo-angular-icons": "23.3.0-develop.1",
|
|
86
|
+
"@progress/kendo-angular-common": "23.3.0-develop.1",
|
|
87
|
+
"@progress/kendo-angular-intl": "23.3.0-develop.1",
|
|
88
|
+
"@progress/kendo-angular-l10n": "23.3.0-develop.1",
|
|
89
|
+
"@progress/kendo-angular-menu": "23.3.0-develop.1",
|
|
90
|
+
"@progress/kendo-angular-popup": "23.3.0-develop.1",
|
|
91
|
+
"@progress/kendo-angular-toolbar": "23.3.0-develop.1",
|
|
92
|
+
"@progress/kendo-angular-upload": "23.3.0-develop.1",
|
|
93
93
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"tslib": "^2.3.1",
|
|
97
|
-
"@progress/kendo-angular-schematics": "23.
|
|
97
|
+
"@progress/kendo-angular-schematics": "23.3.0-develop.1"
|
|
98
98
|
},
|
|
99
99
|
"schematics": "./schematics/collection.json",
|
|
100
100
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|
|
@@ -45,6 +45,10 @@ export interface ActionButtonSettings {
|
|
|
45
45
|
* Sets a URL for an `img` element displayed inside the **Action** button.
|
|
46
46
|
*/
|
|
47
47
|
imageUrl?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Sets a CSS class or multiple classes separated by spaces on the **Action** button.
|
|
50
|
+
*/
|
|
51
|
+
buttonClass?: string;
|
|
48
52
|
/**
|
|
49
53
|
* Sets the icon displayed when the **Action** button is in loading state.
|
|
50
54
|
*/
|