intelica-library-project 20.0.18 → 20.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2438,6 +2438,7 @@ class DashboardQsInteractiveComponent {
2438
2438
  this.dashboardRef = await this.sharedService.embedDashboardInteractive({ dashboardId, parameters: this.parameters() }, container, {
2439
2439
  height: this.height() ?? `${window.innerHeight - 50}px`,
2440
2440
  onMessage: event => {
2441
+ console.log('[QS event]', event.eventName, JSON.stringify(event.data));
2441
2442
  dispatchQuicksightEvent(event, this);
2442
2443
  if (event.eventName === QuicksightEventName.CONTENT_LOADED || event.eventName === QuicksightEventName.ERROR_OCCURRED || event.eventName === QuicksightEventName.PARAMETERS_CHANGED)
2443
2444
  this.isLoading.set(false);