@telia-ace/widget-conversation-flamingo 1.1.32-rc.0 → 1.1.32-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{conversation-3beb5b93.mjs → conversation-30b4f564.mjs} +766 -753
- package/conversation-d2944e09.js +688 -0
- package/conversation.d.ts +1 -0
- package/{index-1d75daa4.js → index-0255770a.js} +1 -1
- package/{index-f785c1ce.js → index-47f7bb79.js} +1 -1
- package/{index-945905bd.mjs → index-59fe3cc0.mjs} +1 -1
- package/{index-291fb24c.mjs → index-7b4e9cb8.mjs} +152 -152
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/conversation-c475dda3.js +0 -688
package/conversation.d.ts
CHANGED
@@ -14,6 +14,7 @@ export declare class Conversation extends WidgetElement {
|
|
14
14
|
payload: Record<string, any> | string;
|
15
15
|
}>): void;
|
16
16
|
message: string;
|
17
|
+
muted: boolean;
|
17
18
|
platform: ConversationPlatform | null;
|
18
19
|
session: ConversationSessionState | null;
|
19
20
|
conversationContentRef: Ref<HTMLDivElement>;
|