@progress/kendo-angular-conversational-ui 24.0.0-develop.9 → 24.0.1-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/api/chat-load-more-event.d.ts +18 -0
- package/chat/api/chat-referenced-message-click-event.d.ts +18 -0
- package/chat/api/index.d.ts +4 -0
- package/chat/api/scroll-mode.d.ts +12 -0
- package/chat/chat.component.d.ts +142 -2
- package/chat/common/chat.service.d.ts +12 -3
- package/chat/common/endless-scroll-state.d.ts +36 -0
- package/chat/common/models/pending-scroll-action.d.ts +11 -0
- package/chat/common/scroll-anchor.directive.d.ts +38 -1
- package/chat/common/utils.d.ts +15 -0
- package/chat/message.component.d.ts +4 -2
- package/codemods/libs/common/src/codemods/utils.js +53 -18
- package/codemods/libs/conversational-ui/codemods/v24/chat-sendButtonSettings.js +30 -0
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +1246 -146
- package/inline-ai-prompt/inlineaiprompt.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +20 -14
- package/promptbox/affixes/promptbox-end-affix.component.d.ts +1 -1
- package/promptbox/affixes/promptbox-start-affix.component.d.ts +1 -1
- package/promptbox/affixes/promptbox-top-affix.component.d.ts +1 -1
- package/promptbox/tools/action-button.component.d.ts +2 -2
|
@@ -76,7 +76,7 @@ export declare class InlineAIPromptComponent implements AfterViewInit, OnDestroy
|
|
|
76
76
|
* The default actions are `copy`, `retry`, and `discard`.
|
|
77
77
|
* To customize the appearance and order of the default actions, define them with the same `name`.
|
|
78
78
|
*
|
|
79
|
-
* @default [{ name: 'copy', type: 'button', icon: 'copy', svgIcon: copyIcon, text: 'Copy', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'retry', type: 'button', icon: 'arrow-rotate-cw', svgIcon: arrowRotateCwIcon, text: 'Retry', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'discard', type: 'button', icon: 'cancel
|
|
79
|
+
* @default [{ name: 'copy', type: 'button', icon: 'copy', svgIcon: copyIcon, text: 'Copy', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'retry', type: 'button', icon: 'arrow-rotate-cw', svgIcon: arrowRotateCwIcon, text: 'Retry', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'discard', type: 'button', icon: 'cancel', svgIcon: cancelIcon, text: 'Discard', fillMode: 'flat', themeColor: 'base', rounded: 'medium'}]
|
|
80
80
|
*/
|
|
81
81
|
outputActions: InlineAIPromptOutputAction[];
|
|
82
82
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.
|
|
10
|
+
"publishDate": 1779368520,
|
|
11
|
+
"version": "24.0.1-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": "24.0.
|
|
3
|
+
"version": "24.0.1-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -85,13 +85,19 @@
|
|
|
85
85
|
"file": "codemods/v23/chat-rendering-changes.js",
|
|
86
86
|
"instructionsOnly": true
|
|
87
87
|
}
|
|
88
|
+
],
|
|
89
|
+
"24": [
|
|
90
|
+
{
|
|
91
|
+
"description": "The Chat's sendButtonSettings input property is renamed to sendButton.",
|
|
92
|
+
"file": "codemods/v24/chat-sendButtonSettings.js"
|
|
93
|
+
}
|
|
88
94
|
]
|
|
89
95
|
}
|
|
90
96
|
},
|
|
91
97
|
"package": {
|
|
92
98
|
"productName": "Kendo UI for Angular",
|
|
93
99
|
"productCode": "KENDOUIANGULAR",
|
|
94
|
-
"publishDate":
|
|
100
|
+
"publishDate": 1779368520,
|
|
95
101
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
96
102
|
}
|
|
97
103
|
},
|
|
@@ -101,22 +107,22 @@
|
|
|
101
107
|
"@angular/core": "19 - 21",
|
|
102
108
|
"@angular/platform-browser": "19 - 21",
|
|
103
109
|
"@progress/kendo-licensing": "^1.11.0",
|
|
104
|
-
"@progress/kendo-angular-buttons": "24.0.
|
|
105
|
-
"@progress/kendo-angular-inputs": "24.0.
|
|
106
|
-
"@progress/kendo-angular-layout": "24.0.
|
|
107
|
-
"@progress/kendo-angular-icons": "24.0.
|
|
108
|
-
"@progress/kendo-angular-common": "24.0.
|
|
109
|
-
"@progress/kendo-angular-intl": "24.0.
|
|
110
|
-
"@progress/kendo-angular-l10n": "24.0.
|
|
111
|
-
"@progress/kendo-angular-menu": "24.0.
|
|
112
|
-
"@progress/kendo-angular-popup": "24.0.
|
|
113
|
-
"@progress/kendo-angular-toolbar": "24.0.
|
|
114
|
-
"@progress/kendo-angular-upload": "24.0.
|
|
110
|
+
"@progress/kendo-angular-buttons": "24.0.1-develop.1",
|
|
111
|
+
"@progress/kendo-angular-inputs": "24.0.1-develop.1",
|
|
112
|
+
"@progress/kendo-angular-layout": "24.0.1-develop.1",
|
|
113
|
+
"@progress/kendo-angular-icons": "24.0.1-develop.1",
|
|
114
|
+
"@progress/kendo-angular-common": "24.0.1-develop.1",
|
|
115
|
+
"@progress/kendo-angular-intl": "24.0.1-develop.1",
|
|
116
|
+
"@progress/kendo-angular-l10n": "24.0.1-develop.1",
|
|
117
|
+
"@progress/kendo-angular-menu": "24.0.1-develop.1",
|
|
118
|
+
"@progress/kendo-angular-popup": "24.0.1-develop.1",
|
|
119
|
+
"@progress/kendo-angular-toolbar": "24.0.1-develop.1",
|
|
120
|
+
"@progress/kendo-angular-upload": "24.0.1-develop.1",
|
|
115
121
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
116
122
|
},
|
|
117
123
|
"dependencies": {
|
|
118
124
|
"tslib": "^2.3.1",
|
|
119
|
-
"@progress/kendo-angular-schematics": "24.0.
|
|
125
|
+
"@progress/kendo-angular-schematics": "24.0.1-develop.1"
|
|
120
126
|
},
|
|
121
127
|
"schematics": "./schematics/collection.json",
|
|
122
128
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* ```html
|
|
12
12
|
* <kendo-promptbox>
|
|
13
13
|
* <kendo-promptbox-end-affix>
|
|
14
|
-
* <button kendoButton
|
|
14
|
+
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
15
15
|
* </kendo-promptbox-end-affix>
|
|
16
16
|
* </kendo-promptbox>
|
|
17
17
|
* ```
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* ```html
|
|
12
12
|
* <kendo-promptbox>
|
|
13
13
|
* <kendo-promptbox-start-affix>
|
|
14
|
-
* <button kendoButton
|
|
14
|
+
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
15
15
|
* </kendo-promptbox-start-affix>
|
|
16
16
|
* </kendo-promptbox>
|
|
17
17
|
* ```
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
* ```html
|
|
12
12
|
* <kendo-promptbox>
|
|
13
13
|
* <kendo-promptbox-top-affix>
|
|
14
|
-
* <button kendoButton
|
|
14
|
+
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
15
15
|
* </kendo-promptbox-top-affix>
|
|
16
16
|
* </kendo-promptbox>
|
|
17
17
|
* ```
|
|
@@ -35,13 +35,13 @@ export declare class PromptBoxActionButtonComponent extends PromptBoxBaseTool {
|
|
|
35
35
|
/**
|
|
36
36
|
* Sets the icon to be displayed when the **Action** button is in loading state.
|
|
37
37
|
*
|
|
38
|
-
* @default 'stop
|
|
38
|
+
* @default 'stop'
|
|
39
39
|
*/
|
|
40
40
|
loadingIcon: string;
|
|
41
41
|
/**
|
|
42
42
|
* Sets the SVG icon to be displayed when the **Action** button is in loading state.
|
|
43
43
|
*
|
|
44
|
-
* @default
|
|
44
|
+
* @default stopIcon
|
|
45
45
|
*/
|
|
46
46
|
loadingSVGIcon: SVGIcon;
|
|
47
47
|
/**
|