@eric-emg/symphiq-components 1.2.38 → 1.2.39

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
@@ -537,7 +537,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
537
537
  dashboardContainer?: ElementRef<HTMLElement>;
538
538
  requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
539
539
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
540
- funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface>;
540
+ funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface | undefined>;
541
541
  embedded: _angular_core.InputSignal<boolean>;
542
542
  scrollContainerId: _angular_core.InputSignal<string | undefined>;
543
543
  isLoading: _angular_core.InputSignal<boolean | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
5
5
  "author": "Your Organization",
6
6
  "license": "MIT",