@progress/kendo-angular-conversational-ui 24.0.0-develop.3 → 24.0.0-develop.30
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/NOTICE.txt +2599 -172
- 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/fesm2022/progress-kendo-angular-conversational-ui.mjs +1240 -144
- package/inline-ai-prompt/inlineaiprompt.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +14 -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.0-develop.
|
|
10
|
+
"publishDate": 1778748700,
|
|
11
|
+
"version": "24.0.0-develop.30",
|
|
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.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.30",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"package": {
|
|
92
92
|
"productName": "Kendo UI for Angular",
|
|
93
93
|
"productCode": "KENDOUIANGULAR",
|
|
94
|
-
"publishDate":
|
|
94
|
+
"publishDate": 1778748700,
|
|
95
95
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
@@ -101,22 +101,22 @@
|
|
|
101
101
|
"@angular/core": "19 - 21",
|
|
102
102
|
"@angular/platform-browser": "19 - 21",
|
|
103
103
|
"@progress/kendo-licensing": "^1.11.0",
|
|
104
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
105
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
106
|
-
"@progress/kendo-angular-layout": "24.0.0-develop.
|
|
107
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
108
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
109
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
110
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
111
|
-
"@progress/kendo-angular-menu": "24.0.0-develop.
|
|
112
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
113
|
-
"@progress/kendo-angular-toolbar": "24.0.0-develop.
|
|
114
|
-
"@progress/kendo-angular-upload": "24.0.0-develop.
|
|
104
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.30",
|
|
105
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.30",
|
|
106
|
+
"@progress/kendo-angular-layout": "24.0.0-develop.30",
|
|
107
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.30",
|
|
108
|
+
"@progress/kendo-angular-common": "24.0.0-develop.30",
|
|
109
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.30",
|
|
110
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.30",
|
|
111
|
+
"@progress/kendo-angular-menu": "24.0.0-develop.30",
|
|
112
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.30",
|
|
113
|
+
"@progress/kendo-angular-toolbar": "24.0.0-develop.30",
|
|
114
|
+
"@progress/kendo-angular-upload": "24.0.0-develop.30",
|
|
115
115
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"tslib": "^2.3.1",
|
|
119
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
119
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.30"
|
|
120
120
|
},
|
|
121
121
|
"schematics": "./schematics/collection.json",
|
|
122
122
|
"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
|
/**
|