intelica-library-components 1.1.146 → 1.1.147
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.
|
@@ -8390,6 +8390,10 @@ class Shared {
|
|
|
8390
8390
|
...(options?.width && { width: options.width }),
|
|
8391
8391
|
});
|
|
8392
8392
|
}
|
|
8393
|
+
async embedDashboard(dashboardId, container, options) {
|
|
8394
|
+
const { embedUrl } = await firstValueFrom(this.getEmbedUrl(dashboardId));
|
|
8395
|
+
await this.createEmbedContext(embedUrl, container, options);
|
|
8396
|
+
}
|
|
8393
8397
|
async createEmbedVisualContext(embedUrl, container, options) {
|
|
8394
8398
|
const embeddingContext = await createEmbeddingContext();
|
|
8395
8399
|
await embeddingContext.embedVisual({
|