@eric-emg/symphiq-components 1.2.37 → 1.2.38

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
@@ -540,7 +540,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
540
540
  funnelAnalysis: _angular_core.InputSignal<FunnelAnalysisInterface>;
541
541
  embedded: _angular_core.InputSignal<boolean>;
542
542
  scrollContainerId: _angular_core.InputSignal<string | undefined>;
543
- isLoading: _angular_core.InputSignal<boolean>;
543
+ isLoading: _angular_core.InputSignal<boolean | undefined>;
544
544
  selectedCategory: _angular_core.WritableSignal<string>;
545
545
  reverseSortOrder: _angular_core.WritableSignal<boolean>;
546
546
  selectedSectionFilter: _angular_core.WritableSignal<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
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",