@telia-ace/widget-conversation-flamingo 1.1.14 → 1.1.15-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/conversation.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { LitElement, PropertyValueMap } from 'lit';
1
+ import { LitElement } from 'lit';
2
2
  import { Ref } from 'lit-html/directives/ref.js';
3
3
  import { ConversationPlatform } from './conversation-platform';
4
4
  import { ConversationSessionState } from './models/conversation-session-state';
@@ -17,7 +17,7 @@ export declare class Conversation extends WidgetElement {
17
17
  session: ConversationSessionState | null;
18
18
  conversationContentRef: Ref<HTMLDivElement>;
19
19
  chatScrollHeight: number;
20
- updated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
20
+ private onSessionUpdated;
21
21
  render(): import("lit-html").TemplateResult<1>;
22
22
  }
23
23
  export default Conversation;