@telia-ace/widget-conversation-flamingo 1.1.67-rc.5 → 1.1.67-rc.6
Sign up to get free protection for your applications and to get access to all the features.
- package/conversation.d.ts +1 -0
- package/index.js +45 -44
- package/index.mjs +171 -173
- package/package.json +2 -2
package/conversation.d.ts
CHANGED
@@ -12,6 +12,7 @@ export declare class Conversation extends WidgetElement {
|
|
12
12
|
textAreaLength: number;
|
13
13
|
conversationContentRef: Ref<HTMLDivElement>;
|
14
14
|
formRef: Ref<HTMLFormElement>;
|
15
|
+
inputRef: Ref<HTMLTextAreaElement>;
|
15
16
|
chatScrollHeight: number;
|
16
17
|
private toast;
|
17
18
|
private messageMaxLength;
|