intelica-library-components 1.1.161 → 1.1.162

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.
package/index.d.ts CHANGED
@@ -1858,6 +1858,7 @@ declare class DashboardQsInteractiveComponent {
1858
1858
  readonly isLoadingChange: i0.OutputEmitterRef<boolean>;
1859
1859
  private readonly viewReady;
1860
1860
  private dashboardRef;
1861
+ private lastEmbeddedId;
1861
1862
  constructor();
1862
1863
  ngAfterViewInit(): void;
1863
1864
  firstEmbed(dashboardId: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.161",
3
+ "version": "1.1.162",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",