intelica-library-components 1.1.157 → 1.1.158
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
|
@@ -1825,9 +1825,9 @@ declare class DashboardQsComponent {
|
|
|
1825
1825
|
private readonly sharedService;
|
|
1826
1826
|
private readonly route;
|
|
1827
1827
|
containers: QueryList<ElementRef>;
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1828
|
+
readonly dashboardIdInput: i0.InputSignal<string | undefined>;
|
|
1829
|
+
readonly parametersInput: i0.InputSignal<Record<string, string[]> | undefined>;
|
|
1830
|
+
readonly heightInput: i0.InputSignal<string | undefined>;
|
|
1831
1831
|
private readonly routeData;
|
|
1832
1832
|
readonly dashboardId: i0.Signal<string | undefined>;
|
|
1833
1833
|
readonly parameters: i0.Signal<Record<string, string[]> | undefined>;
|