@progress/kendo-angular-conversational-ui 21.2.0-develop.1 → 21.2.0-develop.10

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.
@@ -328,6 +328,8 @@ export declare class ChatComponent implements OnInit, AfterViewInit, OnDestroy {
328
328
  private _cachedProcessedMessages;
329
329
  private _lastMessagesReference;
330
330
  private _lastModelFields;
331
+ private _cachedContextMenuActions;
332
+ private _lastContextMenuActionsReference;
331
333
  constructor(localization: LocalizationService, zone: NgZone, renderer: Renderer2, element: ElementRef, chatService: ChatService);
332
334
  /**
333
335
  * @hidden