@telia-ace/widget-conversation-flamingo 1.1.66-rc.0 → 1.1.66-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/conversation.d.ts +0 -1
- package/index.js +49 -94
- package/index.mjs +1308 -1364
- package/models/conversation-provider.d.ts +1 -2
- package/package.json +2 -2
package/conversation.d.ts
CHANGED
@@ -8,7 +8,6 @@ export declare class Conversation extends WidgetElement {
|
|
8
8
|
static styles: import("lit").CSSResultGroup[];
|
9
9
|
message: string;
|
10
10
|
disabled: boolean;
|
11
|
-
chatOverlayActive: boolean;
|
12
11
|
conversationContentRef: Ref<HTMLDivElement>;
|
13
12
|
formRef: Ref<HTMLFormElement>;
|
14
13
|
chatScrollHeight: number;
|