intelica-library-components 1.1.154 → 1.1.155

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
@@ -1831,7 +1831,7 @@ declare class DashboardQsComponent {
1831
1831
  private readonly routeData;
1832
1832
  readonly dashboardId: i0.Signal<string | undefined>;
1833
1833
  readonly parameters: i0.Signal<Record<string, string[]> | undefined>;
1834
- readonly height: i0.Signal<string>;
1834
+ readonly height: i0.Signal<string | undefined>;
1835
1835
  readonly isLoading: i0.WritableSignal<boolean>;
1836
1836
  readonly isLoadingChange: i0.OutputEmitterRef<boolean>;
1837
1837
  private readonly viewReady;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.154",
3
+ "version": "1.1.155",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",