@telia-ace/widget-conversation-flamingo 1.1.65-rc.0 → 1.1.66-rc.0
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 +94 -49
- package/index.mjs +1364 -1308
- package/models/conversation-provider.d.ts +2 -1
- package/package.json +2 -2
package/conversation.d.ts
CHANGED
@@ -8,6 +8,7 @@ export declare class Conversation extends WidgetElement {
|
|
8
8
|
static styles: import("lit").CSSResultGroup[];
|
9
9
|
message: string;
|
10
10
|
disabled: boolean;
|
11
|
+
chatOverlayActive: boolean;
|
11
12
|
conversationContentRef: Ref<HTMLDivElement>;
|
12
13
|
formRef: Ref<HTMLFormElement>;
|
13
14
|
chatScrollHeight: number;
|