@progress/kendo-angular-conversational-ui 24.2.2-develop.1 → 24.2.2-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.
@@ -215,8 +215,8 @@ const packageMetadata = {
215
215
  productName: 'Kendo UI for Angular',
216
216
  productCode: 'KENDOUIANGULAR',
217
217
  productCodes: ['KENDOUIANGULAR'],
218
- publishDate: 1782976931,
219
- version: '24.2.2-develop.1',
218
+ publishDate: 1782983603,
219
+ version: '24.2.2-develop.2',
220
220
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
221
221
  };
222
222
 
@@ -7343,7 +7343,7 @@ class MessageComponent extends ChatItem {
7343
7343
  const messageSettings = isOwn
7344
7344
  ? this.chatService.authorMessageSettings
7345
7345
  : this.chatService.receiverMessageSettings;
7346
- if (isPresent(messageSettings?.allowMessageCollapse)) {
7346
+ if (messageSettings && isPresent(messageSettings.allowMessageCollapse)) {
7347
7347
  return messageSettings.allowMessageCollapse;
7348
7348
  }
7349
7349
  return this.chatService.allowMessageCollapse || false;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782976931,
11
- "version": "24.2.2-develop.1",
10
+ "publishDate": 1782983603,
11
+ "version": "24.2.2-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": "24.2.2-develop.1",
3
+ "version": "24.2.2-develop.2",
4
4
  "description": "Kendo UI for Angular Conversational UI components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -97,7 +97,7 @@
97
97
  "package": {
98
98
  "productName": "Kendo UI for Angular",
99
99
  "productCode": "KENDOUIANGULAR",
100
- "publishDate": 1782976931,
100
+ "publishDate": 1782983603,
101
101
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
102
102
  }
103
103
  },
@@ -107,22 +107,22 @@
107
107
  "@angular/core": "19 - 22",
108
108
  "@angular/platform-browser": "19 - 22",
109
109
  "@progress/kendo-licensing": "^1.11.0",
110
- "@progress/kendo-angular-buttons": "24.2.2-develop.1",
111
- "@progress/kendo-angular-inputs": "24.2.2-develop.1",
112
- "@progress/kendo-angular-layout": "24.2.2-develop.1",
113
- "@progress/kendo-angular-icons": "24.2.2-develop.1",
114
- "@progress/kendo-angular-common": "24.2.2-develop.1",
115
- "@progress/kendo-angular-intl": "24.2.2-develop.1",
116
- "@progress/kendo-angular-l10n": "24.2.2-develop.1",
117
- "@progress/kendo-angular-menu": "24.2.2-develop.1",
118
- "@progress/kendo-angular-popup": "24.2.2-develop.1",
119
- "@progress/kendo-angular-toolbar": "24.2.2-develop.1",
120
- "@progress/kendo-angular-upload": "24.2.2-develop.1",
110
+ "@progress/kendo-angular-buttons": "24.2.2-develop.2",
111
+ "@progress/kendo-angular-inputs": "24.2.2-develop.2",
112
+ "@progress/kendo-angular-layout": "24.2.2-develop.2",
113
+ "@progress/kendo-angular-icons": "24.2.2-develop.2",
114
+ "@progress/kendo-angular-common": "24.2.2-develop.2",
115
+ "@progress/kendo-angular-intl": "24.2.2-develop.2",
116
+ "@progress/kendo-angular-l10n": "24.2.2-develop.2",
117
+ "@progress/kendo-angular-menu": "24.2.2-develop.2",
118
+ "@progress/kendo-angular-popup": "24.2.2-develop.2",
119
+ "@progress/kendo-angular-toolbar": "24.2.2-develop.2",
120
+ "@progress/kendo-angular-upload": "24.2.2-develop.2",
121
121
  "rxjs": "^6.5.3 || ^7.0.0"
122
122
  },
123
123
  "dependencies": {
124
124
  "tslib": "^2.3.1",
125
- "@progress/kendo-angular-schematics": "24.2.2-develop.1"
125
+ "@progress/kendo-angular-schematics": "24.2.2-develop.2"
126
126
  },
127
127
  "schematics": "./schematics/collection.json",
128
128
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",