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
- protected readonly dashboardIdInput: i0.InputSignal<string | undefined>;
1829
- protected readonly parametersInput: i0.InputSignal<Record<string, string[]> | undefined>;
1830
- protected readonly heightInput: i0.InputSignal<string | undefined>;
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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.157",
3
+ "version": "1.1.158",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",