@eric-emg/symphiq-components 1.2.198 → 1.2.199

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
@@ -1,5 +1,5 @@
1
1
  import * as _jebgem_model from '@jebgem/model';
2
- import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, AiChartInterface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, BreakdownMetricInterface, UserInterface, FunnelAnalysisInterface, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDetailInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, ItemStatusInterface, AiDynamicContentStatusEnum, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisInterface, ProfileAnalysisTypeEnum, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
2
+ import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, AiChartInterface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, ProfileAnalysisInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueReverseRequestInterface, ItemStatusInterface, AiDynamicContentStatusEnum, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, ProfileAnalysisTypeEnum, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
3
3
  export * from '@jebgem/model';
4
4
  import * as _angular_core from '@angular/core';
5
5
  import { OnInit, AfterViewInit, ElementRef, WritableSignal, OnDestroy, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
@@ -1018,6 +1018,23 @@ declare class RevenueCalculatorService {
1018
1018
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<RevenueCalculatorService>;
1019
1019
  }
1020
1020
 
1021
+ type DataKey = 'business-profile-data' | 'funnel-data' | 'focus-area-details-data' | 'profile-analysis-shop-data' | 'profile-analysis-shop-business-profile-data' | 'profile-analysis-shop-funnel-analysis-data' | 'profile-analysis-focus-area-affiliate-data' | 'profile-analysis-focus-area-ai-optimization-data' | 'profile-analysis-focus-area-content-optimization-data' | 'profile-analysis-focus-area-customer-feedback-data' | 'profile-analysis-metric-screen-page-views-data';
1022
+ declare class DataLoaderService {
1023
+ private http;
1024
+ private baseUrl;
1025
+ private cache;
1026
+ constructor(http: HttpClient);
1027
+ configure(baseUrl: string): void;
1028
+ loadProfile(key: DataKey): Observable<ProfileInterface>;
1029
+ loadProfileAnalysis(key: DataKey): Observable<ProfileAnalysisInterface>;
1030
+ loadFunnelAnalysis(key: DataKey): Observable<FunnelAnalysisInterface>;
1031
+ loadFocusAreaDetails(): Observable<FocusAreaDetailInterface[]>;
1032
+ private load;
1033
+ preload(keys: DataKey[]): void;
1034
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataLoaderService, never>;
1035
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<DataLoaderService>;
1036
+ }
1037
+
1021
1038
  interface BreadcrumbLevel {
1022
1039
  label: string;
1023
1040
  clickable: boolean;
@@ -1031,6 +1048,7 @@ declare class ModalComponent {
1031
1048
  allInsights: _angular_core.InputSignal<InsightBlockInterface[]>;
1032
1049
  allCharts: _angular_core.InputSignal<AiChartInterface[]>;
1033
1050
  currencySymbol: _angular_core.InputSignal<string>;
1051
+ businessProfile: _angular_core.InputSignal<ProfileInterface | undefined>;
1034
1052
  private metricNameCache;
1035
1053
  private allMetricsSignal;
1036
1054
  private modalStateSignal;
@@ -1039,7 +1057,7 @@ declare class ModalComponent {
1039
1057
  private animatedTrendValues;
1040
1058
  private animationFrames;
1041
1059
  isOpen: _angular_core.Signal<boolean>;
1042
- modalType: _angular_core.Signal<"metric" | "insight" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "business-insight-detail" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | null>;
1060
+ modalType: _angular_core.Signal<"insight" | "metric" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | "business-insight-detail" | null>;
1043
1061
  charts: _angular_core.Signal<AiChartInterface[]>;
1044
1062
  modalKey: _angular_core.Signal<number>;
1045
1063
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1058,7 +1076,7 @@ declare class ModalComponent {
1058
1076
  description: string;
1059
1077
  icon: string;
1060
1078
  } | null>;
1061
- metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1079
+ metricsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1062
1080
  metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
1063
1081
  metricsListInsightContext: _angular_core.Signal<{
1064
1082
  title: string;
@@ -1066,7 +1084,7 @@ declare class ModalComponent {
1066
1084
  businessContext: string;
1067
1085
  priority: number;
1068
1086
  } | null>;
1069
- chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1087
+ chartsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1070
1088
  chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
1071
1089
  chartsListInsightContext: _angular_core.Signal<{
1072
1090
  title: string;
@@ -1074,7 +1092,7 @@ declare class ModalComponent {
1074
1092
  businessContext: string;
1075
1093
  priority: number;
1076
1094
  } | null>;
1077
- recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1095
+ recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1078
1096
  recommendationsListRecommendations: _angular_core.Signal<string[]>;
1079
1097
  recommendationsListInsightContext: _angular_core.Signal<{
1080
1098
  title: string;
@@ -1082,7 +1100,7 @@ declare class ModalComponent {
1082
1100
  businessContext: string;
1083
1101
  priority: number;
1084
1102
  } | null>;
1085
- competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1103
+ competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1086
1104
  competitiveAnalysisContext: _angular_core.Signal<{
1087
1105
  title: string;
1088
1106
  description: string;
@@ -1162,7 +1180,7 @@ declare class ModalComponent {
1162
1180
  formatAnimatedMetricValue(metric: PerformanceMetricInterface, animatedValue: number): string;
1163
1181
  setMetricsAndInsights(metrics: PerformanceMetricInterface[], insights: InsightBlockInterface[], allCharts?: AiChartInterface[]): void;
1164
1182
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ModalComponent, never>;
1165
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalComponent, "symphiq-funnel-analysis-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "allMetrics": { "alias": "allMetrics"; "required": false; "isSignal": true; }; "allInsights": { "alias": "allInsights"; "required": false; "isSignal": true; }; "allCharts": { "alias": "allCharts"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1183
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ModalComponent, "symphiq-funnel-analysis-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "allMetrics": { "alias": "allMetrics"; "required": false; "isSignal": true; }; "allInsights": { "alias": "allInsights"; "required": false; "isSignal": true; }; "allCharts": { "alias": "allCharts"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "businessProfile": { "alias": "businessProfile"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1166
1184
  }
1167
1185
 
1168
1186
  interface NavSection {
@@ -1597,7 +1615,7 @@ declare class MetricCardComponent {
1597
1615
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1598
1616
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1599
1617
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1600
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1618
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-700" | "text-blue-400" | "text-emerald-600" | "text-orange-600">;
1601
1619
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1602
1620
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1603
1621
  getCompetitiveScoreIcon(): string;
@@ -1649,9 +1667,9 @@ declare class InsightCardComponent {
1649
1667
  recommendationsContainerLightClass: _angular_core.Signal<string>;
1650
1668
  recommendationsContainerDarkClass: _angular_core.Signal<string>;
1651
1669
  recommendationsContainerClass: _angular_core.Signal<string>;
1652
- priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60">;
1653
- priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50">;
1654
- priorityBadgeClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50">;
1670
+ priorityBadgeLightClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60">;
1671
+ priorityBadgeDarkClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50">;
1672
+ priorityBadgeClass: _angular_core.Signal<"w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-100/70 text-amber-700 border-amber-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-100/70 text-blue-700 border-blue-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-100/70 text-slate-700 border-slate-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-amber-500/20 text-amber-400 border-amber-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-blue-500/20 text-blue-400 border-blue-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md bg-slate-500/20 text-slate-400 border-slate-500/50" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-100/70 text-red-700 border-red-400/60" | "w-8 h-8 flex items-center justify-center rounded-full text-xs font-bold border-2 backdrop-blur-md animate-pulse bg-red-500/20 text-red-400 border-red-500/50">;
1655
1673
  containerLightClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-white to-blue-50/50 border-2 border-blue-300 hover:border-blue-400 shadow-lg shadow-blue-200/50 hover:shadow-blue-300/60" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-white border-slate-200 hover:border-blue-400 hover:shadow-blue-100/50">;
1656
1674
  containerDarkClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-slate-800 to-blue-900/20 border-2 border-blue-500/40 hover:border-blue-400/60 shadow-lg shadow-blue-500/20 hover:shadow-blue-500/30" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-slate-800 border-slate-700 hover:border-slate-500 hover:shadow-slate-900/50">;
1657
1675
  containerClass: _angular_core.Signal<"transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-white to-blue-50/50 border-2 border-blue-300 hover:border-blue-400 shadow-lg shadow-blue-200/50 hover:shadow-blue-300/60" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-white border-slate-200 hover:border-blue-400 hover:shadow-blue-100/50" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-gradient-to-br from-slate-800 to-blue-900/20 border-2 border-blue-500/40 hover:border-blue-400/60 shadow-lg shadow-blue-500/20 hover:shadow-blue-500/30" | "transition-all duration-300 hover:shadow-2xl hover:-translate-y-1 cursor-pointer group bg-slate-800 border-slate-700 hover:border-slate-500 hover:shadow-slate-900/50">;
@@ -1840,10 +1858,10 @@ declare class OverallAssessmentComponent {
1840
1858
  revenueTrendArrowPath: _angular_core.Signal<"M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z" | "M14.707 10.293a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 12.586V5a1 1 0 012 0v7.586l2.293-2.293a1 1 0 011.414 0z" | "M3 10h11m0 0l-4-4m4 4l-4 4">;
1841
1859
  lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1842
1860
  darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1843
- trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
1861
+ trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
1844
1862
  lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1845
1863
  darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1846
- trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
1864
+ trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
1847
1865
  formattedRevenueTrend: _angular_core.Signal<string>;
1848
1866
  formattedRevenueTarget: _angular_core.Signal<string>;
1849
1867
  hasRevenuePacing: _angular_core.Signal<boolean>;
@@ -2165,7 +2183,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2165
2183
  competitiveTooltip: _angular_core.Signal<{
2166
2184
  industry: string;
2167
2185
  metricBenchmark: string;
2168
- competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
2186
+ competitiveScore: "LEADING" | "LAGGING" | "COMPETITIVE";
2169
2187
  description: string;
2170
2188
  keyOpportunities: string;
2171
2189
  }>;
@@ -2584,9 +2602,11 @@ declare class SymphiqRevenueCalculatorDashboardComponent implements AfterViewIni
2584
2602
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
2585
2603
  forDemo: _angular_core.InputSignal<boolean>;
2586
2604
  maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
2605
+ reverseCalculationResponse: _angular_core.InputSignal<CalculateRevenueReverseResponseInterface | undefined>;
2587
2606
  stepClick: _angular_core.OutputEmitterRef<number>;
2588
2607
  nextStepClick: _angular_core.OutputEmitterRef<void>;
2589
2608
  targetsCreated: _angular_core.OutputEmitterRef<TargetInterface[]>;
2609
+ calculateRevenueRequest: _angular_core.OutputEmitterRef<CalculateRevenueReverseRequestInterface>;
2590
2610
  protected JourneyStepIdEnum: typeof JourneyStepIdEnum;
2591
2611
  protected ShopDataLoadStatusEnum: typeof ShopDataLoadStatusEnum;
2592
2612
  scrollProgress: _angular_core.WritableSignal<number>;
@@ -2612,7 +2632,7 @@ declare class SymphiqRevenueCalculatorDashboardComponent implements AfterViewIni
2612
2632
  protected placeholderTitleClasses(): string;
2613
2633
  protected placeholderTextClasses(): string;
2614
2634
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqRevenueCalculatorDashboardComponent, never>;
2615
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqRevenueCalculatorDashboardComponent, "symphiq-revenue-calculator-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "dataLoadStatus": { "alias": "dataLoadStatus"; "required": false; "isSignal": true; }; "targets": { "alias": "targets"; "required": false; "isSignal": true; }; "funnelMetrics": { "alias": "funnelMetrics"; "required": false; "isSignal": true; }; "mainUiData": { "alias": "mainUiData"; "required": false; "isSignal": true; }; "ytdComparisonUiData": { "alias": "ytdComparisonUiData"; "required": false; "isSignal": true; }; "trendUiData": { "alias": "trendUiData"; "required": false; "isSignal": true; }; "pacingResponse": { "alias": "pacingResponse"; "required": false; "isSignal": true; }; "dataResults": { "alias": "dataResults"; "required": false; "isSignal": true; }; "shopId": { "alias": "shopId"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "targetsCreated": "targetsCreated"; }, never, never, true, never>;
2635
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqRevenueCalculatorDashboardComponent, "symphiq-revenue-calculator-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "dataLoadStatus": { "alias": "dataLoadStatus"; "required": false; "isSignal": true; }; "targets": { "alias": "targets"; "required": false; "isSignal": true; }; "funnelMetrics": { "alias": "funnelMetrics"; "required": false; "isSignal": true; }; "mainUiData": { "alias": "mainUiData"; "required": false; "isSignal": true; }; "ytdComparisonUiData": { "alias": "ytdComparisonUiData"; "required": false; "isSignal": true; }; "trendUiData": { "alias": "trendUiData"; "required": false; "isSignal": true; }; "pacingResponse": { "alias": "pacingResponse"; "required": false; "isSignal": true; }; "dataResults": { "alias": "dataResults"; "required": false; "isSignal": true; }; "shopId": { "alias": "shopId"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; "reverseCalculationResponse": { "alias": "reverseCalculationResponse"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "targetsCreated": "targetsCreated"; "calculateRevenueRequest": "calculateRevenueRequest"; }, never, never, true, never>;
2616
2636
  }
2617
2637
 
2618
2638
  declare class RevenueCalculatorWelcomeBannerComponent {
@@ -3345,19 +3365,19 @@ declare class MetricExecutiveSummaryComponent {
3345
3365
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
3346
3366
  protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3347
3367
  protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3348
- protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
3368
+ protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
3349
3369
  protected getYoyIcon(): string;
3350
3370
  protected getPacingValueClasses(): string;
3351
3371
  protected getHealthValueClasses(): string;
3352
3372
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
3353
- protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
3373
+ protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
3354
3374
  protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3355
3375
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3356
3376
  protected priorityCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50 hover:border-slate-600/70" | "bg-white border border-slate-200 hover:border-slate-300">;
3357
3377
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
3358
3378
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3359
3379
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3360
- protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
3380
+ protected impactBoxClasses: _angular_core.Signal<"bg-slate-50/50 border border-slate-200" | "bg-slate-800/30 border border-slate-700/30">;
3361
3381
  protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3362
3382
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3363
3383
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
@@ -3541,7 +3561,7 @@ declare class GradeBadgeComponent {
3541
3561
  gradeRationale: _angular_core.InputSignal<string>;
3542
3562
  label: _angular_core.InputSignal<string>;
3543
3563
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3544
- tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
3564
+ tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
3545
3565
  isLightMode: _angular_core.Signal<boolean>;
3546
3566
  formattedGrade: _angular_core.Signal<string>;
3547
3567
  shouldPulse: _angular_core.Signal<boolean>;
@@ -3630,11 +3650,11 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
3630
3650
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
3631
3651
  protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
3632
3652
  protected gradeBadgeClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 to-teal-500/30 border-2 border-emerald-500/50 shadow-[0_0_20px_rgba(16,185,129,0.3)]" | "bg-gradient-to-br from-emerald-50 to-teal-50 border-2 border-emerald-300/50 shadow-[0_0_20px_rgba(16,185,129,0.2)]" | "bg-gradient-to-br from-blue-500/30 to-cyan-500/30 border-2 border-blue-500/50 shadow-[0_0_20px_rgba(59,130,246,0.3)]" | "bg-gradient-to-br from-blue-50 to-cyan-50 border-2 border-blue-300/50 shadow-[0_0_20px_rgba(59,130,246,0.2)]" | "bg-gradient-to-br from-orange-500/30 to-amber-500/30 border-2 border-orange-500/50 shadow-[0_0_20px_rgba(249,115,22,0.3)]" | "bg-gradient-to-br from-orange-50 to-amber-50 border-2 border-orange-300/50 shadow-[0_0_20px_rgba(249,115,22,0.2)]" | "bg-gradient-to-br from-red-500/30 to-rose-500/30 border-2 border-red-500/50 shadow-[0_0_20px_rgba(239,68,68,0.3)]" | "bg-gradient-to-br from-red-50 to-rose-50 border-2 border-red-300/50 shadow-[0_0_20px_rgba(239,68,68,0.2)]">;
3633
- protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
3653
+ protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-red-700" | "text-blue-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
3634
3654
  protected gradeValueClasses: _angular_core.Signal<"bg-gradient-to-b from-emerald-300 to-emerald-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-emerald-600 to-emerald-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-300 to-blue-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-600 to-blue-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-300 to-orange-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-600 to-orange-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-300 to-red-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-600 to-red-800 bg-clip-text text-transparent">;
3635
3655
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3636
3656
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3637
- protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
3657
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-blue-400" | "text-blue-600" | "text-emerald-600" | "text-red-600" | "text-orange-600" | "text-orange-400">;
3638
3658
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
3639
3659
  protected progressBarClasses: _angular_core.Signal<"rounded-full overflow-hidden bg-gradient-to-r from-emerald-500 via-teal-500 to-emerald-600" | "rounded-full overflow-hidden bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600" | "rounded-full overflow-hidden bg-gradient-to-r from-orange-500 via-amber-500 to-orange-600" | "rounded-full overflow-hidden bg-gradient-to-r from-red-500 via-rose-500 to-red-600">;
3640
3660
  protected shimmerClasses: _angular_core.Signal<string>;
@@ -3720,8 +3740,8 @@ declare class IndeterminateSpinnerComponent {
3720
3740
  svgSize: _angular_core.Signal<40 | 80 | 60>;
3721
3741
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
3722
3742
  svgCircleRadius: _angular_core.Signal<number>;
3723
- strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
3724
- dotSize: _angular_core.Signal<5 | 10 | 7>;
3743
+ strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
3744
+ dotSize: _angular_core.Signal<10 | 5 | 7>;
3725
3745
  containerClasses: _angular_core.Signal<{
3726
3746
  'w-10 h-10': boolean;
3727
3747
  'w-16 h-16': boolean;
@@ -3757,7 +3777,7 @@ declare class ChartContainerComponent {
3757
3777
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3758
3778
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3759
3779
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
3760
- chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
3780
+ chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
3761
3781
  expandButtonClass: _angular_core.Signal<"bg-blue-100 text-blue-600 hover:bg-blue-200" | "bg-blue-500/20 text-blue-400 hover:bg-blue-500/30">;
3762
3782
  closeButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700/50 text-slate-400 hover:bg-slate-600/50">;
3763
3783
  isCollapsible: _angular_core.Signal<boolean>;
@@ -3775,7 +3795,7 @@ declare class LineChartComponent implements OnInit, AfterViewInit, OnDestroy {
3775
3795
  showAxisLabels: _angular_core.InputSignal<boolean>;
3776
3796
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3777
3797
  currencySymbol: _angular_core.InputSignal<string>;
3778
- chartHeight: _angular_core.Signal<"500px" | "133px">;
3798
+ chartHeight: _angular_core.Signal<"133px" | "500px">;
3779
3799
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
3780
3800
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
3781
3801
  chartHash: _angular_core.Signal<string>;
@@ -3819,7 +3839,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
3819
3839
  showAxisLabels: _angular_core.InputSignal<boolean>;
3820
3840
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3821
3841
  currencySymbol: _angular_core.InputSignal<string>;
3822
- chartHeight: _angular_core.Signal<"500px" | "175px">;
3842
+ chartHeight: _angular_core.Signal<"175px" | "500px">;
3823
3843
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
3824
3844
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
3825
3845
  chartHash: _angular_core.Signal<string>;
@@ -3856,7 +3876,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
3856
3876
  showAxisLabels: _angular_core.InputSignal<boolean>;
3857
3877
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3858
3878
  currencySymbol: _angular_core.InputSignal<string>;
3859
- chartHeight: _angular_core.Signal<"500px" | "200px">;
3879
+ chartHeight: _angular_core.Signal<"200px" | "500px">;
3860
3880
  chartHash: _angular_core.Signal<string>;
3861
3881
  chartDiv: ElementRef;
3862
3882
  private root?;
@@ -3934,7 +3954,7 @@ declare class TooltipContainerComponent {
3934
3954
  isVisible: _angular_core.Signal<boolean>;
3935
3955
  tooltipType: _angular_core.Signal<string | null>;
3936
3956
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
3937
- tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
3957
+ tooltipPosition: _angular_core.Signal<"auto" | "top" | "left" | "right" | "bottom">;
3938
3958
  targetRect: _angular_core.Signal<DOMRect | null>;
3939
3959
  mousePosition: _angular_core.Signal<{
3940
3960
  x: number;
@@ -3959,7 +3979,7 @@ declare class TooltipContainerComponent {
3959
3979
  shouldCenter: _angular_core.Signal<boolean>;
3960
3980
  containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
3961
3981
  contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
3962
- textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
3982
+ textClass: _angular_core.Signal<"text-slate-200" | "text-slate-700">;
3963
3983
  viewMoreButtonClass: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-200 hover:border-blue-400 hover:text-blue-800 active:bg-blue-300" | "bg-blue-500/10 text-blue-400 border border-blue-500/20 hover:bg-blue-500/30 hover:border-blue-500/40 hover:text-blue-300 active:bg-blue-500/40">;
3964
3984
  transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
3965
3985
  constructor();
@@ -4275,16 +4295,6 @@ declare class SkeletonCompetitorCardComponent {
4275
4295
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SkeletonCompetitorCardComponent, "symphiq-skeleton-competitor-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4276
4296
  }
4277
4297
 
4278
- declare const FUNNEL_ANALYSIS: FunnelAnalysisInterface;
4279
-
4280
- declare const BUSINESS_PROFILE: ProfileInterface;
4281
-
4282
- declare const PROFILE_ANALYSIS_SHOP: ProfileAnalysisInterface;
4283
-
4284
- declare const PROFILE_ANALYSIS_FOCUS_AREA_AFFILIATE: ProfileAnalysisInterface;
4285
-
4286
- declare const PROFILE_ANALYSIS_METRIC_SCREEN_PAGE_VIEWS: ProfileAnalysisInterface;
4287
-
4288
4298
  /**
4289
4299
  * Shared Theme Color Utilities
4290
4300
  *
@@ -4453,6 +4463,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
4453
4463
  withinTolerance: boolean;
4454
4464
  };
4455
4465
 
4456
- export { AreaChartComponent, BUSINESS_PROFILE, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, FUNNEL_ANALYSIS, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PROFILE_ANALYSIS_FOCUS_AREA_AFFILIATE, PROFILE_ANALYSIS_METRIC_SCREEN_PAGE_VIEWS, PROFILE_ANALYSIS_SHOP, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
4457
- export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
4466
+ export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
4467
+ export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, DataKey, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
4458
4468
  //# sourceMappingURL=index.d.ts.map