@progress/kendo-angular-conversational-ui 22.1.0-develop.18 → 22.1.0-develop.19
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,7 +217,7 @@ const packageMetadata = {
|
|
|
217
217
|
productCode: 'KENDOUIANGULAR',
|
|
218
218
|
productCodes: ['KENDOUIANGULAR'],
|
|
219
219
|
publishDate: 0,
|
|
220
|
-
version: '22.1.0-develop.
|
|
220
|
+
version: '22.1.0-develop.19',
|
|
221
221
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
222
222
|
};
|
|
223
223
|
|
|
@@ -2721,7 +2721,7 @@ class SuggestedActionsComponent extends ChatItem {
|
|
|
2721
2721
|
kendoChatScrollableButton
|
|
2722
2722
|
[prev]="true"
|
|
2723
2723
|
[title]="getScrollButtonTitle('prev')"
|
|
2724
|
-
class="k-button k-
|
|
2724
|
+
class="k-button k-icon-button"
|
|
2725
2725
|
(onClick)="scrollSuggestions($event)"
|
|
2726
2726
|
>
|
|
2727
2727
|
</span>
|
|
@@ -2797,7 +2797,7 @@ class SuggestedActionsComponent extends ChatItem {
|
|
|
2797
2797
|
kendoChatScrollableButton
|
|
2798
2798
|
[prev]="false"
|
|
2799
2799
|
[title]="getScrollButtonTitle('next')"
|
|
2800
|
-
class="k-button k-
|
|
2800
|
+
class="k-button k-icon-button"
|
|
2801
2801
|
(onClick)="scrollSuggestions($event)"
|
|
2802
2802
|
>
|
|
2803
2803
|
</span>
|
|
@@ -2820,7 +2820,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2820
2820
|
kendoChatScrollableButton
|
|
2821
2821
|
[prev]="true"
|
|
2822
2822
|
[title]="getScrollButtonTitle('prev')"
|
|
2823
|
-
class="k-button k-
|
|
2823
|
+
class="k-button k-icon-button"
|
|
2824
2824
|
(onClick)="scrollSuggestions($event)"
|
|
2825
2825
|
>
|
|
2826
2826
|
</span>
|
|
@@ -2896,7 +2896,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2896
2896
|
kendoChatScrollableButton
|
|
2897
2897
|
[prev]="false"
|
|
2898
2898
|
[title]="getScrollButtonTitle('next')"
|
|
2899
|
-
class="k-button k-
|
|
2899
|
+
class="k-button k-icon-button"
|
|
2900
2900
|
(onClick)="scrollSuggestions($event)"
|
|
2901
2901
|
>
|
|
2902
2902
|
</span>
|
|
@@ -7175,7 +7175,6 @@ const defaultOutputActions = [{
|
|
|
7175
7175
|
text: 'Copy',
|
|
7176
7176
|
fillMode: 'flat',
|
|
7177
7177
|
themeColor: 'primary',
|
|
7178
|
-
rounded: 'medium',
|
|
7179
7178
|
},
|
|
7180
7179
|
{
|
|
7181
7180
|
name: 'retry',
|
|
@@ -7185,7 +7184,6 @@ const defaultOutputActions = [{
|
|
|
7185
7184
|
text: 'Retry',
|
|
7186
7185
|
fillMode: 'flat',
|
|
7187
7186
|
themeColor: 'primary',
|
|
7188
|
-
rounded: 'medium',
|
|
7189
7187
|
},
|
|
7190
7188
|
{
|
|
7191
7189
|
name: 'discard',
|
|
@@ -7194,8 +7192,6 @@ const defaultOutputActions = [{
|
|
|
7194
7192
|
svgIcon: cancelOutlineIcon,
|
|
7195
7193
|
text: 'Discard',
|
|
7196
7194
|
fillMode: 'flat',
|
|
7197
|
-
themeColor: 'base',
|
|
7198
|
-
rounded: 'medium',
|
|
7199
7195
|
}
|
|
7200
7196
|
];
|
|
7201
7197
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1770219765,
|
|
11
|
+
"version": "22.1.0-develop.19",
|
|
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": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.19",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"package": {
|
|
48
48
|
"productName": "Kendo UI for Angular",
|
|
49
49
|
"productCode": "KENDOUIANGULAR",
|
|
50
|
-
"publishDate":
|
|
50
|
+
"publishDate": 1770219765,
|
|
51
51
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
52
52
|
}
|
|
53
53
|
},
|
|
@@ -57,22 +57,22 @@
|
|
|
57
57
|
"@angular/core": "19 - 21",
|
|
58
58
|
"@angular/platform-browser": "19 - 21",
|
|
59
59
|
"@progress/kendo-licensing": "^1.10.0",
|
|
60
|
-
"@progress/kendo-angular-buttons": "22.1.0-develop.
|
|
61
|
-
"@progress/kendo-angular-inputs": "22.1.0-develop.
|
|
62
|
-
"@progress/kendo-angular-layout": "22.1.0-develop.
|
|
63
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
64
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
65
|
-
"@progress/kendo-angular-intl": "22.1.0-develop.
|
|
66
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
67
|
-
"@progress/kendo-angular-menu": "22.1.0-develop.
|
|
68
|
-
"@progress/kendo-angular-popup": "22.1.0-develop.
|
|
69
|
-
"@progress/kendo-angular-toolbar": "22.1.0-develop.
|
|
70
|
-
"@progress/kendo-angular-upload": "22.1.0-develop.
|
|
60
|
+
"@progress/kendo-angular-buttons": "22.1.0-develop.19",
|
|
61
|
+
"@progress/kendo-angular-inputs": "22.1.0-develop.19",
|
|
62
|
+
"@progress/kendo-angular-layout": "22.1.0-develop.19",
|
|
63
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.19",
|
|
64
|
+
"@progress/kendo-angular-common": "22.1.0-develop.19",
|
|
65
|
+
"@progress/kendo-angular-intl": "22.1.0-develop.19",
|
|
66
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.19",
|
|
67
|
+
"@progress/kendo-angular-menu": "22.1.0-develop.19",
|
|
68
|
+
"@progress/kendo-angular-popup": "22.1.0-develop.19",
|
|
69
|
+
"@progress/kendo-angular-toolbar": "22.1.0-develop.19",
|
|
70
|
+
"@progress/kendo-angular-upload": "22.1.0-develop.19",
|
|
71
71
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"tslib": "^2.3.1",
|
|
75
|
-
"@progress/kendo-angular-schematics": "22.1.0-develop.
|
|
75
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.19"
|
|
76
76
|
},
|
|
77
77
|
"schematics": "./schematics/collection.json",
|
|
78
78
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|