@telia-ace/widget-core-flamingo 1.1.76-rc.2 → 1.1.76-rc.20
Sign up to get free protection for your applications and to get access to all the features.
- package/components/trigger.component.d.ts +1 -0
- package/index.js +37 -20
- package/index.mjs +351 -307
- package/models/application.d.ts +1 -0
- package/package.json +1 -1
package/models/application.d.ts
CHANGED
@@ -29,6 +29,7 @@ export declare class Application {
|
|
29
29
|
constructor(id: string, name: string, container: Container, settings: WidgetConfig, options: ApplicationOptions);
|
30
30
|
activate(): Promise<void>;
|
31
31
|
private loadPlugins;
|
32
|
+
onMessageReceived: (event: any) => Promise<void>;
|
32
33
|
styles(): Record<string, any>;
|
33
34
|
branding(): Record<string, any>;
|
34
35
|
plugin(plugin: PluginType): this;
|