@telia-ace/widget-conversation-flamingo 1.1.30-rc.0 → 1.1.30-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-b67f7f61.js → conversation-04d3f847.js} +68 -40
- package/{conversation-61c3428d.mjs → conversation-d1f8739d.mjs} +221 -186
- package/conversation.d.ts +1 -0
- package/{index-364c669e.js → index-0173d575.js} +1 -1
- package/{index-6f7ce259.mjs → index-1232cb32.mjs} +1 -1
- package/{index-3cb7e10e.js → index-1474d7d6.js} +1 -1
- package/{index-7612a1fb.mjs → index-bcce29de.mjs} +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/conversation.d.ts
CHANGED
@@ -16,6 +16,7 @@ export declare class Conversation extends WidgetElement {
|
|
16
16
|
platform: ConversationPlatform | null;
|
17
17
|
session: ConversationSessionState | null;
|
18
18
|
conversationContentRef: Ref<HTMLDivElement>;
|
19
|
+
formRef: Ref<HTMLFormElement>;
|
19
20
|
chatScrollHeight: number;
|
20
21
|
private onSessionUpdated;
|
21
22
|
render(): import("lit-html").TemplateResult<1>;
|