intelica-library-components 1.1.133 → 1.1.134

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.
@@ -8562,6 +8562,7 @@ class Shared {
8562
8562
  }
8563
8563
  async embedSequentialVisuals(dashboardId, sheetId, parameters, configs, onVisualLoaded) {
8564
8564
  for (const config of configs) {
8565
+ config.container?.nativeElement?.replaceChildren();
8565
8566
  const { visual } = await firstValueFrom(this.getEmbedVisualUrl({ dashboardId, sheetId, visualId: config.visualId, parameters }));
8566
8567
  if (!visual)
8567
8568
  continue;