@telia-ace/widget-conversation-flamingo 1.1.70-rc.14 → 1.1.70-rc.15

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -15,7 +15,9 @@ export declare class Conversation extends WidgetElement {
15
15
  conversationFeedRef: Ref<HTMLDivElement>;
16
16
  formRef: Ref<HTMLFormElement>;
17
17
  inputRef: Ref<HTMLTextAreaElement>;
18
+ scrollRef: Ref<HTMLDivElement>;
18
19
  chatScrollHeight: number;
20
+ chatCurrentScrollPosition: number;
19
21
  private toast;
20
22
  private messageMaxLength;
21
23
  private skipToLatestMessageLabel;
@@ -33,6 +35,9 @@ export declare class Conversation extends WidgetElement {
33
35
  actionKey: string;
34
36
  payload: Record<string, any> | string;
35
37
  }>): void;
38
+ private isTypingState;
39
+ private isAtBottom;
40
+ private scrollToBottom;
36
41
  private onSessionUpdated;
37
42
  disableInput(): void;
38
43
  enableInput(): void;