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;
|