@telia-ace/widget-conversation-flamingo 1.1.8 → 1.1.9-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/components/conversation/conversation.d.ts +0 -1
- package/{conversation-3f15e7e2.mjs → conversation-17a64990.mjs} +193 -194
- package/{conversation-e0f29195.js → conversation-b2f9f789.js} +35 -33
- package/{index-17239ac6.mjs → index-1ea0fde8.mjs} +200 -200
- package/{index-17fa2121.js → index-c51d4b6a.js} +1 -1
- package/index-ecfa0fe7.js +156 -0
- package/{index-2a53132b.mjs → index-ffd77508.mjs} +893 -886
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/send-18482cae.mjs +4 -0
- package/send-eb8b9428.js +1 -0
- package/index-ddfb2f21.js +0 -156
- package/send-1e9780e5.mjs +0 -5
- package/send-df47dcea.js +0 -1
@@ -4,7 +4,6 @@ import { Ref } from 'lit/directives/ref.js';
|
|
4
4
|
declare const WidgetElement: (new (...args: any[]) => import("libs/runtime/src/mixins/widget-component.mixin").WidgetComponentInterface) & typeof LitElement;
|
5
5
|
export declare class ConversationComponent extends WidgetElement {
|
6
6
|
static styles: import("lit").CSSResultGroup[];
|
7
|
-
_onClick(e: Event): Promise<void>;
|
8
7
|
_onSendMessage(e: Event): Promise<void>;
|
9
8
|
_inputHandler(e: any): void;
|
10
9
|
_actionHandler(e: CustomEvent<{
|