@progress/kendo-angular-conversational-ui 24.0.0-develop.11 → 24.0.0-develop.13
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 +164 -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 +1175 -83
- 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/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": 1777479446,
|
|
11
|
+
"version": "24.0.0-develop.13",
|
|
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.13",
|
|
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": 1777479446,
|
|
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.13",
|
|
105
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.13",
|
|
106
|
+
"@progress/kendo-angular-layout": "24.0.0-develop.13",
|
|
107
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.13",
|
|
108
|
+
"@progress/kendo-angular-common": "24.0.0-develop.13",
|
|
109
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.13",
|
|
110
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.13",
|
|
111
|
+
"@progress/kendo-angular-menu": "24.0.0-develop.13",
|
|
112
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.13",
|
|
113
|
+
"@progress/kendo-angular-toolbar": "24.0.0-develop.13",
|
|
114
|
+
"@progress/kendo-angular-upload": "24.0.0-develop.13",
|
|
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.13"
|
|
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
|
* ```
|