@progress/kendo-angular-conversational-ui 21.0.0 → 21.0.1-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.
|
@@ -68,7 +68,7 @@ export class ChatFileComponent extends ChatItem {
|
|
|
68
68
|
fillMode="flat"
|
|
69
69
|
></button>
|
|
70
70
|
<kendo-dropdownbutton
|
|
71
|
-
*ngIf="fileActions"
|
|
71
|
+
*ngIf="fileActions && fileActions.length > 0"
|
|
72
72
|
[data]="fileActions"
|
|
73
73
|
[attr.title]="textFor('fileActionsTitle')"
|
|
74
74
|
fillMode="flat"
|
|
@@ -109,7 +109,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
109
109
|
fillMode="flat"
|
|
110
110
|
></button>
|
|
111
111
|
<kendo-dropdownbutton
|
|
112
|
-
*ngIf="fileActions"
|
|
112
|
+
*ngIf="fileActions && fileActions.length > 0"
|
|
113
113
|
[data]="fileActions"
|
|
114
114
|
[attr.title]="textFor('fileActionsTitle')"
|
|
115
115
|
fillMode="flat"
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.0.
|
|
13
|
+
publishDate: 1762955184,
|
|
14
|
+
version: '21.0.1-develop.2',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -216,8 +216,8 @@ const packageMetadata = {
|
|
|
216
216
|
productName: 'Kendo UI for Angular',
|
|
217
217
|
productCode: 'KENDOUIANGULAR',
|
|
218
218
|
productCodes: ['KENDOUIANGULAR'],
|
|
219
|
-
publishDate:
|
|
220
|
-
version: '21.0.
|
|
219
|
+
publishDate: 1762955184,
|
|
220
|
+
version: '21.0.1-develop.2',
|
|
221
221
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
222
222
|
};
|
|
223
223
|
|
|
@@ -2965,7 +2965,7 @@ class ChatFileComponent extends ChatItem {
|
|
|
2965
2965
|
fillMode="flat"
|
|
2966
2966
|
></button>
|
|
2967
2967
|
<kendo-dropdownbutton
|
|
2968
|
-
*ngIf="fileActions"
|
|
2968
|
+
*ngIf="fileActions && fileActions.length > 0"
|
|
2969
2969
|
[data]="fileActions"
|
|
2970
2970
|
[attr.title]="textFor('fileActionsTitle')"
|
|
2971
2971
|
fillMode="flat"
|
|
@@ -3006,7 +3006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
3006
3006
|
fillMode="flat"
|
|
3007
3007
|
></button>
|
|
3008
3008
|
<kendo-dropdownbutton
|
|
3009
|
-
*ngIf="fileActions"
|
|
3009
|
+
*ngIf="fileActions && fileActions.length > 0"
|
|
3010
3010
|
[data]="fileActions"
|
|
3011
3011
|
[attr.title]="textFor('fileActionsTitle')"
|
|
3012
3012
|
fillMode="flat"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.1-develop.2",
|
|
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": 1762955184,
|
|
51
51
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
52
52
|
}
|
|
53
53
|
},
|
|
@@ -57,22 +57,22 @@
|
|
|
57
57
|
"@angular/core": "18 - 20",
|
|
58
58
|
"@angular/platform-browser": "18 - 20",
|
|
59
59
|
"@progress/kendo-licensing": "^1.7.0",
|
|
60
|
-
"@progress/kendo-angular-buttons": "21.0.
|
|
61
|
-
"@progress/kendo-angular-inputs": "21.0.
|
|
62
|
-
"@progress/kendo-angular-layout": "21.0.
|
|
63
|
-
"@progress/kendo-angular-icons": "21.0.
|
|
64
|
-
"@progress/kendo-angular-common": "21.0.
|
|
65
|
-
"@progress/kendo-angular-intl": "21.0.
|
|
66
|
-
"@progress/kendo-angular-l10n": "21.0.
|
|
67
|
-
"@progress/kendo-angular-menu": "21.0.
|
|
68
|
-
"@progress/kendo-angular-popup": "21.0.
|
|
69
|
-
"@progress/kendo-angular-toolbar": "21.0.
|
|
70
|
-
"@progress/kendo-angular-upload": "21.0.
|
|
60
|
+
"@progress/kendo-angular-buttons": "21.0.1-develop.2",
|
|
61
|
+
"@progress/kendo-angular-inputs": "21.0.1-develop.2",
|
|
62
|
+
"@progress/kendo-angular-layout": "21.0.1-develop.2",
|
|
63
|
+
"@progress/kendo-angular-icons": "21.0.1-develop.2",
|
|
64
|
+
"@progress/kendo-angular-common": "21.0.1-develop.2",
|
|
65
|
+
"@progress/kendo-angular-intl": "21.0.1-develop.2",
|
|
66
|
+
"@progress/kendo-angular-l10n": "21.0.1-develop.2",
|
|
67
|
+
"@progress/kendo-angular-menu": "21.0.1-develop.2",
|
|
68
|
+
"@progress/kendo-angular-popup": "21.0.1-develop.2",
|
|
69
|
+
"@progress/kendo-angular-toolbar": "21.0.1-develop.2",
|
|
70
|
+
"@progress/kendo-angular-upload": "21.0.1-develop.2",
|
|
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": "21.0.
|
|
75
|
+
"@progress/kendo-angular-schematics": "21.0.1-develop.2"
|
|
76
76
|
},
|
|
77
77
|
"schematics": "./schematics/collection.json",
|
|
78
78
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|