@telia-ace/widget-conversation-flamingo 1.1.123-rc.3 → 1.1.123-rc.30

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.
package/conversation.d.ts CHANGED
@@ -19,6 +19,7 @@ export declare class Conversation extends WidgetElement {
19
19
  private showAuthBanner;
20
20
  private authenticated;
21
21
  private isMuted;
22
+ private isKeyboardNavigation;
22
23
  private conversationContentRef;
23
24
  private conversationFeedRef;
24
25
  private formRef;
@@ -48,6 +49,9 @@ export declare class Conversation extends WidgetElement {
48
49
  private addHeaderOptions;
49
50
  private inputHandler;
50
51
  private keyDownHandler;
52
+ private mouseDownHandler;
53
+ private focusHandler;
54
+ private blurHandler;
51
55
  private getAuthBannerMessage;
52
56
  disableInput(): void;
53
57
  enableInput(): void;