@telia-ace/widget-conversation-flamingo 1.1.70-rc.26 → 1.1.70-rc.27

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -16,10 +16,12 @@ export declare class Conversation extends WidgetElement {
16
16
  formRef: Ref<HTMLFormElement>;
17
17
  inputRef: Ref<HTMLTextAreaElement>;
18
18
  scrollRef: Ref<HTMLDivElement>;
19
+ counterRef: Ref<HTMLDivElement>;
19
20
  chatScrollHeight: number;
20
21
  chatCurrentScrollPosition: number;
21
22
  private toast;
22
23
  private messageMaxLength;
24
+ private messageMaxLengthLabel;
23
25
  private skipToLatestMessageLabel;
24
26
  platform: ConversationPlatform | null;
25
27
  entries: ConversationEntry[];