@progress/kendo-angular-conversational-ui 25.1.0-develop.1 → 25.1.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.
|
@@ -217,8 +217,8 @@ const packageMetadata = {
|
|
|
217
217
|
productName: 'Kendo UI for Angular',
|
|
218
218
|
productCode: 'KENDOUIANGULAR',
|
|
219
219
|
productCodes: ['KENDOUIANGULAR'],
|
|
220
|
-
publishDate:
|
|
221
|
-
version: '25.1.0-develop.
|
|
220
|
+
publishDate: 1786694175,
|
|
221
|
+
version: '25.1.0-develop.2',
|
|
222
222
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
223
223
|
};
|
|
224
224
|
|
|
@@ -13368,10 +13368,6 @@ class ToolCallComponent {
|
|
|
13368
13368
|
return undefined;
|
|
13369
13369
|
}
|
|
13370
13370
|
}
|
|
13371
|
-
/**
|
|
13372
|
-
*
|
|
13373
|
-
* Gets the badge color derived from the tool call state.
|
|
13374
|
-
*/
|
|
13375
13371
|
get badgeThemeColor() {
|
|
13376
13372
|
switch (this.state) {
|
|
13377
13373
|
case 'completed':
|
|
@@ -14069,6 +14065,7 @@ class CitationComponent {
|
|
|
14069
14065
|
<kendo-popover
|
|
14070
14066
|
#popoverRef
|
|
14071
14067
|
position="bottom"
|
|
14068
|
+
[collision]="{ horizontal: 'fit', vertical: 'fit'}"
|
|
14072
14069
|
[callout]="false"
|
|
14073
14070
|
[width]="318"
|
|
14074
14071
|
(show)="handlePopoverShow()"
|
|
@@ -14188,6 +14185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImpo
|
|
|
14188
14185
|
<kendo-popover
|
|
14189
14186
|
#popoverRef
|
|
14190
14187
|
position="bottom"
|
|
14188
|
+
[collision]="{ horizontal: 'fit', vertical: 'fit'}"
|
|
14191
14189
|
[callout]="false"
|
|
14192
14190
|
[width]="318"
|
|
14193
14191
|
(show)="handlePopoverShow()"
|
package/index.d.ts
CHANGED
|
@@ -4671,10 +4671,6 @@ declare class ToolCallComponent implements OnDestroy {
|
|
|
4671
4671
|
*/
|
|
4672
4672
|
set statusSVGIcon(value: SVGIcon);
|
|
4673
4673
|
get statusSVGIcon(): SVGIcon;
|
|
4674
|
-
/**
|
|
4675
|
-
*
|
|
4676
|
-
* Gets the badge color derived from the tool call state.
|
|
4677
|
-
*/
|
|
4678
4674
|
protected get badgeThemeColor(): BadgeThemeColor;
|
|
4679
4675
|
/**
|
|
4680
4676
|
* Sets the current state of the tool call.
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.1.0-develop.
|
|
10
|
+
"publishDate": 1786694175,
|
|
11
|
+
"version": "25.1.0-develop.2",
|
|
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": "25.1.0-develop.
|
|
3
|
+
"version": "25.1.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",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"package": {
|
|
105
105
|
"productName": "Kendo UI for Angular",
|
|
106
106
|
"productCode": "KENDOUIANGULAR",
|
|
107
|
-
"publishDate":
|
|
107
|
+
"publishDate": 1786694175,
|
|
108
108
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -114,24 +114,24 @@
|
|
|
114
114
|
"@angular/core": "20 - 22",
|
|
115
115
|
"@angular/platform-browser": "20 - 22",
|
|
116
116
|
"@progress/kendo-licensing": "^1.11.0",
|
|
117
|
-
"@progress/kendo-angular-buttons": "25.1.0-develop.
|
|
118
|
-
"@progress/kendo-angular-inputs": "25.1.0-develop.
|
|
119
|
-
"@progress/kendo-angular-indicators": "25.1.0-develop.
|
|
120
|
-
"@progress/kendo-angular-layout": "25.1.0-develop.
|
|
121
|
-
"@progress/kendo-angular-icons": "25.1.0-develop.
|
|
122
|
-
"@progress/kendo-angular-common": "25.1.0-develop.
|
|
123
|
-
"@progress/kendo-angular-intl": "25.1.0-develop.
|
|
124
|
-
"@progress/kendo-angular-l10n": "25.1.0-develop.
|
|
125
|
-
"@progress/kendo-angular-menu": "25.1.0-develop.
|
|
126
|
-
"@progress/kendo-angular-popup": "25.1.0-develop.
|
|
127
|
-
"@progress/kendo-angular-toolbar": "25.1.0-develop.
|
|
128
|
-
"@progress/kendo-angular-tooltip": "25.1.0-develop.
|
|
129
|
-
"@progress/kendo-angular-upload": "25.1.0-develop.
|
|
117
|
+
"@progress/kendo-angular-buttons": "25.1.0-develop.2",
|
|
118
|
+
"@progress/kendo-angular-inputs": "25.1.0-develop.2",
|
|
119
|
+
"@progress/kendo-angular-indicators": "25.1.0-develop.2",
|
|
120
|
+
"@progress/kendo-angular-layout": "25.1.0-develop.2",
|
|
121
|
+
"@progress/kendo-angular-icons": "25.1.0-develop.2",
|
|
122
|
+
"@progress/kendo-angular-common": "25.1.0-develop.2",
|
|
123
|
+
"@progress/kendo-angular-intl": "25.1.0-develop.2",
|
|
124
|
+
"@progress/kendo-angular-l10n": "25.1.0-develop.2",
|
|
125
|
+
"@progress/kendo-angular-menu": "25.1.0-develop.2",
|
|
126
|
+
"@progress/kendo-angular-popup": "25.1.0-develop.2",
|
|
127
|
+
"@progress/kendo-angular-toolbar": "25.1.0-develop.2",
|
|
128
|
+
"@progress/kendo-angular-tooltip": "25.1.0-develop.2",
|
|
129
|
+
"@progress/kendo-angular-upload": "25.1.0-develop.2",
|
|
130
130
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
131
131
|
},
|
|
132
132
|
"dependencies": {
|
|
133
133
|
"tslib": "^2.3.1",
|
|
134
|
-
"@progress/kendo-angular-schematics": "25.1.0-develop.
|
|
134
|
+
"@progress/kendo-angular-schematics": "25.1.0-develop.2"
|
|
135
135
|
},
|
|
136
136
|
"schematics": "./schematics/collection.json",
|
|
137
137
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|