intelica-library-components 1.1.150 → 1.1.152
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.
|
@@ -6179,7 +6179,7 @@ class Shared {
|
|
|
6179
6179
|
async embedSequentialVisuals(command, configs, onVisualLoaded) {
|
|
6180
6180
|
for (const config of configs) {
|
|
6181
6181
|
config.container?.nativeElement?.replaceChildren();
|
|
6182
|
-
const { visual } = await firstValueFrom(this.getEmbedVisualUrl(command));
|
|
6182
|
+
const { visual } = await firstValueFrom(this.getEmbedVisualUrl({ dashboardId: command.dashboardId, sheetId: command.sheetId, visualId: config.visualId, parameters: command.parameters }));
|
|
6183
6183
|
if (!visual)
|
|
6184
6184
|
continue;
|
|
6185
6185
|
await this.createEmbedVisualContext(visual.embedUrl, config.container.nativeElement);
|