@eric-emg/symphiq-components 1.2.553 → 1.2.556

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, ProfileAnalysisInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, AbstractItemProfileQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, ProfileMetricInterface, ProfileMetricQuestionInterface, 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, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, AbstractItemProfileQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, ProfileMetricInterface, ProfileMetricQuestionInterface, FocusAreaExecutiveSummaryInterface, QuickWinItemInterface, 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';
@@ -1072,7 +1072,7 @@ declare class ModalComponent {
1072
1072
  private animatedTrendValues;
1073
1073
  private animationFrames;
1074
1074
  isOpen: _angular_core.Signal<boolean>;
1075
- 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>;
1075
+ 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>;
1076
1076
  charts: _angular_core.Signal<AiChartInterface[]>;
1077
1077
  modalKey: _angular_core.Signal<number>;
1078
1078
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1091,7 +1091,7 @@ declare class ModalComponent {
1091
1091
  description: string;
1092
1092
  icon: string;
1093
1093
  } | null>;
1094
- metricsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1094
+ metricsListData: _angular_core.Signal<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1095
1095
  metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
1096
1096
  metricsListInsightContext: _angular_core.Signal<{
1097
1097
  title: string;
@@ -1099,7 +1099,7 @@ declare class ModalComponent {
1099
1099
  businessContext: string;
1100
1100
  priority: number;
1101
1101
  } | null>;
1102
- chartsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1102
+ chartsListData: _angular_core.Signal<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1103
1103
  chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
1104
1104
  chartsListInsightContext: _angular_core.Signal<{
1105
1105
  title: string;
@@ -1107,7 +1107,7 @@ declare class ModalComponent {
1107
1107
  businessContext: string;
1108
1108
  priority: number;
1109
1109
  } | null>;
1110
- recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1110
+ recommendationsListData: _angular_core.Signal<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1111
1111
  recommendationsListRecommendations: _angular_core.Signal<string[]>;
1112
1112
  recommendationsListInsightContext: _angular_core.Signal<{
1113
1113
  title: string;
@@ -1115,7 +1115,7 @@ declare class ModalComponent {
1115
1115
  businessContext: string;
1116
1116
  priority: number;
1117
1117
  } | null>;
1118
- competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | InsightBlockInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1118
+ competitiveAnalysisData: _angular_core.Signal<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1119
1119
  competitiveAnalysisContext: _angular_core.Signal<{
1120
1120
  title: string;
1121
1121
  description: string;
@@ -1505,7 +1505,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
1505
1505
  private chartsById;
1506
1506
  headerClass: _angular_core.Signal<string>;
1507
1507
  headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1508
- headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1508
+ headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
1509
1509
  metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
1510
1510
  sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1511
1511
  selectClass: _angular_core.Signal<"bg-white text-slate-900 border-slate-300 hover:border-blue-400 transition-all duration-200" | "bg-slate-700 text-white border-slate-600 hover:border-slate-500 transition-all duration-200">;
@@ -1671,7 +1671,7 @@ declare class MetricCardComponent {
1671
1671
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1672
1672
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1673
1673
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1674
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-700" | "text-blue-400" | "text-emerald-600" | "text-orange-600">;
1674
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-400" | "text-blue-700" | "text-emerald-600" | "text-orange-600">;
1675
1675
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1676
1676
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1677
1677
  getCompetitiveScoreIcon(): string;
@@ -1723,9 +1723,9 @@ declare class InsightCardComponent {
1723
1723
  recommendationsContainerLightClass: _angular_core.Signal<string>;
1724
1724
  recommendationsContainerDarkClass: _angular_core.Signal<string>;
1725
1725
  recommendationsContainerClass: _angular_core.Signal<string>;
1726
- 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">;
1727
- 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">;
1728
- 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">;
1726
+ 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">;
1727
+ 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">;
1728
+ 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">;
1729
1729
  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">;
1730
1730
  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">;
1731
1731
  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">;
@@ -1824,42 +1824,74 @@ declare class BreakdownSectionComponent {
1824
1824
  metricLabel: string;
1825
1825
  category: string;
1826
1826
  }[]>;
1827
+ groupsDisplay: _angular_core.Signal<{
1828
+ headerClass: string;
1829
+ categoryBadgeClass: string;
1830
+ isExpanded: boolean;
1831
+ topPriorityMetricsDisplay: {
1832
+ metric: PerformanceMetricInterface;
1833
+ formattedDimensionValue: string;
1834
+ priorityBadgeClass: string;
1835
+ priorityBadgeStyle: Record<string, string>;
1836
+ statusBadgeClass: string;
1837
+ statusBadgeStyle: Record<string, string>;
1838
+ statusIcon: string;
1839
+ statusLabel: string;
1840
+ trendClass: string;
1841
+ trendTooltip: TrendIndicatorTooltipContent;
1842
+ breakdownRowTooltip: BreakdownRowTooltipContent;
1843
+ miniSparkline: SafeHtml;
1844
+ trendPercent: number;
1845
+ formattedCurrentValue: string;
1846
+ rowBackgroundClass: string;
1847
+ priorityDividerClass: string;
1848
+ }[];
1849
+ metricsDisplay: {
1850
+ metric: PerformanceMetricInterface;
1851
+ formattedDimensionValue: string;
1852
+ priorityBadgeClass: string;
1853
+ priorityBadgeStyle: Record<string, string>;
1854
+ statusBadgeClass: string;
1855
+ statusBadgeStyle: Record<string, string>;
1856
+ statusIcon: string;
1857
+ statusLabel: string;
1858
+ trendClass: string;
1859
+ trendTooltip: TrendIndicatorTooltipContent;
1860
+ breakdownRowTooltip: BreakdownRowTooltipContent;
1861
+ miniSparkline: SafeHtml;
1862
+ trendPercent: number;
1863
+ formattedCurrentValue: string;
1864
+ rowBackgroundClass: string;
1865
+ priorityDividerClass: string;
1866
+ }[];
1867
+ values: PerformanceMetricInterface[];
1868
+ metric: string;
1869
+ metricLabel: string;
1870
+ category: string;
1871
+ }[]>;
1872
+ private computeMetricDisplay;
1873
+ private computeTopPriorityMetrics;
1874
+ private computeFormatDimensionValue;
1875
+ private computeFormatValue;
1876
+ private computeTrendPercent;
1877
+ private computeTrendClass;
1878
+ private computeStatusIcon;
1879
+ private computeStatusLabel;
1880
+ private computeRowBackgroundClass;
1881
+ private computePriorityDividerClass;
1882
+ private computePriorityBadgeClass;
1883
+ private computePriorityBadgeStyle;
1884
+ private computeMetricGroupHeaderClass;
1885
+ private computeMetricCategoryBadgeClass;
1886
+ private computeStatusBadgeClass;
1887
+ private computeStatusBadgeStyle;
1888
+ private computeMiniSparkline;
1827
1889
  groupMetrics(): MetricGroup[];
1828
1890
  sortMetricValues(values: PerformanceMetricInterface[]): PerformanceMetricInterface[];
1829
- private getRowBackgroundClassLight;
1830
- private getRowBackgroundClassDark;
1831
- getRowBackgroundClass(metric: PerformanceMetricInterface, index: number): string;
1832
- private getPriorityDividerClassLight;
1833
- private getPriorityDividerClassDark;
1834
- getPriorityDividerClass(metric: PerformanceMetricInterface, index: number, values: PerformanceMetricInterface[]): string;
1835
- private getPriorityBadgeClassLight;
1836
- private getPriorityBadgeClassDark;
1837
- getPriorityBadgeClass(priority: number): string;
1838
- getPriorityBadgeStyle(priority: number): Record<string, string>;
1839
1891
  formatMetricLabel(metric: string): string;
1840
- private getMetricGroupHeaderClassLight;
1841
- private getMetricGroupHeaderClassDark;
1842
- getMetricGroupHeaderClass(category: string): string;
1843
- private getMetricCategoryBadgeClassLight;
1844
- private getMetricCategoryBadgeClassDark;
1845
- getMetricCategoryBadgeClass(category: string): string;
1846
- formatDimensionValue(value?: string): string;
1847
1892
  formatValue(value: number, category: string | undefined, metric?: string): string;
1848
- getTrendClass(metric: PerformanceMetricInterface): string;
1849
- private getStatusBadgeClassLight;
1850
- private getStatusBadgeClassDark;
1851
- getStatusBadgeClass(status: string | undefined): string;
1852
- getStatusBadgeStyle(status: string | undefined): Record<string, string>;
1853
- getStatusLabel(status: string | undefined): string;
1854
- getStatusIcon(status: string | undefined): string;
1855
- getTrendTooltip(metric: PerformanceMetricInterface): TrendIndicatorTooltipContent;
1856
- getBreakdownRowTooltip(metric: PerformanceMetricInterface): BreakdownRowTooltipContent;
1857
- calculateTrendPercent(metric: PerformanceMetricInterface): number;
1858
1893
  openChartModal(chart: AiChartInterface): void;
1859
- getMiniSparkline(metric: PerformanceMetricInterface): SafeHtml;
1860
- isMetricExpanded(metricKey: string): boolean;
1861
1894
  toggleMetricExpansion(metricKey: string): void;
1862
- getTopPriorityMetrics(metrics: PerformanceMetricInterface[], count?: number): PerformanceMetricInterface[];
1863
1895
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreakdownSectionComponent, never>;
1864
1896
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<BreakdownSectionComponent, "symphiq-funnel-analysis-breakdown-section", never, { "breakdown": { "alias": "breakdown"; "required": false; "isSignal": true; }; "charts": { "alias": "charts"; "required": false; "isSignal": true; }; "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isCompactMode": { "alias": "isCompactMode"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1865
1897
  }
@@ -2195,14 +2227,28 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2195
2227
  insightsCount: _angular_core.Signal<number>;
2196
2228
  revenueMetric: _angular_core.Signal<PerformanceMetricInterface | undefined>;
2197
2229
  topMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
2230
+ topMetricsDisplay: _angular_core.Signal<{
2231
+ metric: PerformanceMetricInterface;
2232
+ label: string;
2233
+ formattedValue: string;
2234
+ formattedTrend: string;
2235
+ miniCardClass: string;
2236
+ statusDotClass: string;
2237
+ shouldPulseDot: boolean;
2238
+ trendClass: string;
2239
+ tooltip: MetricValueTooltipContent;
2240
+ }[]>;
2241
+ private computeFormattedMetricValue;
2242
+ private computeFormattedTrend;
2243
+ private computeMetricTooltip;
2198
2244
  formattedRevenueValue: _angular_core.Signal<string>;
2199
2245
  formattedRevenueTrend: _angular_core.Signal<string>;
2200
- revenueStatusIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2246
+ revenueStatusIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2201
2247
  hasCompetitiveData: _angular_core.Signal<boolean>;
2202
2248
  hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
2203
2249
  overallCompetitiveDescription: _angular_core.Signal<string>;
2204
- getOverallCompetitiveLabel(): string;
2205
- getOverallCompetitiveIcon(): string;
2250
+ overallCompetitiveLabel: _angular_core.Signal<_jebgem_model.CompetitiveScoreEnum | "N/A">;
2251
+ overallCompetitiveIcon: _angular_core.Signal<"↑" | "•" | "↔" | "↓">;
2206
2252
  competitiveScore: _angular_core.Signal<string>;
2207
2253
  gradeTooltip: _angular_core.Signal<{
2208
2254
  title: string;
@@ -2283,19 +2329,11 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2283
2329
  buttonClass: _angular_core.Signal<string>;
2284
2330
  competitiveBadgeClass: _angular_core.Signal<string>;
2285
2331
  shouldPulseCompetitiveBadge: _angular_core.Signal<boolean>;
2286
- overallCompetitiveStatusBadgeClass: _angular_core.Signal<"border-2 bg-gradient-to-r from-emerald-500/30 to-emerald-500/20 text-emerald-400 border-emerald-500/40 shadow-lg shadow-emerald-500/20" | "border-2 bg-gradient-to-r from-blue-500/30 to-blue-500/20 text-blue-400 border-blue-500/40 shadow-lg shadow-blue-500/20" | "border-2 bg-gradient-to-r from-orange-500/30 to-orange-500/20 text-orange-400 border-orange-500/40 shadow-lg shadow-orange-500/20" | "border-2 bg-gradient-to-r from-slate-500/20 to-slate-500/10 text-slate-400 border-slate-500/30 shadow-lg shadow-slate-500/20" | "border-2 bg-gradient-to-br from-emerald-100/90 to-emerald-50/90 text-emerald-700 border-emerald-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-blue-100/90 to-blue-50/90 text-blue-700 border-blue-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-orange-100/90 to-orange-50/90 text-orange-700 border-orange-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-slate-100/90 to-slate-50/90 text-slate-700 border-slate-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]">;
2332
+ overallCompetitiveStatusBadgeClass: _angular_core.Signal<"border-2 bg-gradient-to-br from-emerald-100/90 to-emerald-50/90 text-emerald-700 border-emerald-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-blue-100/90 to-blue-50/90 text-blue-700 border-blue-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-orange-100/90 to-orange-50/90 text-orange-700 border-orange-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-br from-slate-100/90 to-slate-50/90 text-slate-700 border-slate-200/50 shadow-[2px_2px_4px_rgba(163,163,163,0.25),-2px_-2px_4px_rgba(255,255,255,0.75)]" | "border-2 bg-gradient-to-r from-emerald-500/30 to-emerald-500/20 text-emerald-400 border-emerald-500/40 shadow-lg shadow-emerald-500/20" | "border-2 bg-gradient-to-r from-blue-500/30 to-blue-500/20 text-blue-400 border-blue-500/40 shadow-lg shadow-blue-500/20" | "border-2 bg-gradient-to-r from-orange-500/30 to-orange-500/20 text-orange-400 border-orange-500/40 shadow-lg shadow-orange-500/20" | "border-2 bg-gradient-to-r from-slate-500/20 to-slate-500/10 text-slate-400 border-slate-500/30 shadow-lg shadow-slate-500/20">;
2287
2333
  shouldPulseOverallCompetitive: _angular_core.Signal<boolean>;
2288
2334
  statusIconClass: _angular_core.Signal<string>;
2289
2335
  insightsCardClass: _angular_core.Signal<string>;
2290
2336
  insightsBadgeClass: _angular_core.Signal<string>;
2291
- metricMiniCardClass(metric: PerformanceMetricInterface): string;
2292
- getStatusDotClass(metric: PerformanceMetricInterface): string;
2293
- shouldPulseMetricDot(metric: PerformanceMetricInterface): boolean;
2294
- getTrendClass(metric: PerformanceMetricInterface): string;
2295
- getMetricLabel(metric: PerformanceMetricInterface): string;
2296
- formatMetricValue(metric: PerformanceMetricInterface): string;
2297
- formatTrend(metric: PerformanceMetricInterface): string;
2298
- getMetricTooltip(metric: PerformanceMetricInterface): MetricValueTooltipContent;
2299
2337
  private formatCurrency;
2300
2338
  private formatPercent;
2301
2339
  private getGradeExplanation;
@@ -2407,13 +2445,32 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2407
2445
  private originalFocusAreasMap;
2408
2446
  protected allFocusAreaDomains: _angular_core.WritableSignal<FocusAreaDomainEnum[]>;
2409
2447
  protected totalFocusAreas: _angular_core.Signal<number>;
2448
+ protected focusAreaDomainsDisplay: _angular_core.Signal<{
2449
+ domain: FocusAreaDomainEnum;
2450
+ title: string;
2451
+ description: string;
2452
+ status: FocusAreaDetailStatusEnum | null;
2453
+ tools: string[];
2454
+ }[]>;
2410
2455
  protected focusAreasAnswered: _angular_core.Signal<number>;
2411
2456
  protected allFocusAreasAnswered: _angular_core.Signal<boolean>;
2412
2457
  protected currentEditingFocusAreaTitle: _angular_core.Signal<string>;
2413
2458
  protected currentEditingTools: _angular_core.Signal<string[]>;
2414
2459
  protected engagedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
2460
+ protected engagedFocusAreasDisplay: _angular_core.Signal<{
2461
+ focusArea: FocusAreaDetailInterface;
2462
+ title: string;
2463
+ }[]>;
2415
2464
  protected interestedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
2465
+ protected interestedFocusAreasDisplay: _angular_core.Signal<{
2466
+ focusArea: FocusAreaDetailInterface;
2467
+ title: string;
2468
+ }[]>;
2416
2469
  protected notInterestedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
2470
+ protected notInterestedFocusAreasDisplay: _angular_core.Signal<{
2471
+ focusArea: FocusAreaDetailInterface;
2472
+ title: string;
2473
+ }[]>;
2417
2474
  constructor();
2418
2475
  onScroll(): void;
2419
2476
  ngOnDestroy(): void;
@@ -2429,10 +2486,6 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2429
2486
  private initializeFocusAreasMap;
2430
2487
  private loadFocusAreasFromData;
2431
2488
  private getFocusAreaDetailsFromMap;
2432
- protected getFocusAreaStatus(domain: FocusAreaDomainEnum): FocusAreaDetailStatusEnum | null;
2433
- protected getFocusAreaTools(domain: FocusAreaDomainEnum): string[];
2434
- protected getFocusAreaTitle(domain: FocusAreaDomainEnum): string;
2435
- protected getFocusAreaDescription(domain: FocusAreaDomainEnum): string;
2436
2489
  protected onFocusAreaStatusChange(domain: FocusAreaDomainEnum, status: FocusAreaDetailStatusEnum): void;
2437
2490
  protected onFocusAreaToolsClick(domain: FocusAreaDomainEnum): void;
2438
2491
  protected onToolsModalClose(): void;
@@ -2440,39 +2493,39 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2440
2493
  protected enableFocusAreasEditMode(): void;
2441
2494
  protected cancelFocusAreasEditMode(): void;
2442
2495
  private focusAreasChanged;
2443
- protected isLightMode(): boolean;
2444
- protected getContainerClasses(): string;
2445
- protected containerClasses(): string;
2446
- protected contentClasses(): string;
2447
- protected sectionTitleClasses(): string;
2448
- protected sectionDescriptionClasses(): string;
2449
- protected labelClasses(): string;
2496
+ protected isLightMode: _angular_core.Signal<boolean>;
2497
+ protected containerWrapperClasses: _angular_core.Signal<"" | "min-h-screen">;
2498
+ protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2499
+ protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
2500
+ protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2501
+ protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2502
+ protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2450
2503
  protected inputClasses(fieldName: string): string;
2451
- protected urlPrefixClasses(): string;
2504
+ protected urlPrefixClasses: _angular_core.Signal<"bg-slate-100 text-slate-600 border-slate-300" | "bg-slate-600 text-slate-300 border-slate-600">;
2452
2505
  protected urlInputClasses(fieldName: string): string;
2453
2506
  protected radioPlatformClasses(platform: ShopPlatformEnum): string;
2454
2507
  protected radioIndicatorClasses(platform: ShopPlatformEnum): string;
2455
- protected radioLabelClasses(): string;
2456
- protected checkboxClasses(): string;
2457
- protected checkboxLabelClasses(): string;
2458
- protected errorClasses(): string;
2459
- protected viewLabelClasses(): string;
2460
- protected viewValueClasses(): string;
2461
- protected viewLinkClasses(): string;
2462
- protected editButtonClasses(): string;
2463
- protected stickyButtonContainerClasses(): string;
2464
- protected cancelButtonClasses(): string;
2465
- protected continueButtonClasses(): string;
2466
- protected progressBadgeClasses(): string;
2467
- protected dividerClasses(): string;
2508
+ protected radioLabelClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2509
+ protected checkboxClasses: _angular_core.Signal<"text-blue-600 border-slate-300 focus:ring-blue-500" | "text-blue-400 border-slate-600 focus:ring-blue-400 bg-slate-700">;
2510
+ protected checkboxLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2511
+ protected errorClasses: _angular_core.Signal<string>;
2512
+ protected viewLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2513
+ protected viewValueClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2514
+ protected viewLinkClasses: _angular_core.Signal<"text-blue-600 hover:text-blue-700" | "text-blue-400 hover:text-blue-300">;
2515
+ protected editButtonClasses: _angular_core.Signal<"bg-blue-600 text-white hover:bg-blue-700" | "bg-blue-500 text-white hover:bg-blue-600">;
2516
+ protected stickyButtonContainerClasses: _angular_core.Signal<"bg-white/90 border-slate-200" | "bg-slate-900/90 border-slate-700">;
2517
+ protected cancelButtonClasses: _angular_core.Signal<"bg-slate-200 text-slate-700 hover:bg-slate-300" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
2518
+ protected continueButtonClasses: _angular_core.Signal<"bg-slate-300 text-slate-500" | "bg-slate-700 text-slate-500" | "bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white" | "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white">;
2519
+ protected progressBadgeClasses: _angular_core.Signal<"bg-emerald-100 text-emerald-700 border border-emerald-200" | "bg-blue-100 text-blue-700 border border-blue-200" | "bg-emerald-900/30 text-emerald-400 border border-emerald-700" | "bg-blue-900/30 text-blue-400 border border-blue-700">;
2520
+ protected dividerClasses: _angular_core.Signal<"border-t border-slate-200" | "border-t border-slate-700">;
2468
2521
  protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2469
2522
  protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2470
- protected focusAreaViewTitleClasses(): string;
2471
- protected focusAreaViewTitleSmallClasses(): string;
2523
+ protected focusAreaViewTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2524
+ protected focusAreaViewTitleSmallClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2472
2525
  protected statusBadgeClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2473
- protected toolsLabelViewClasses(): string;
2474
- protected toolChipViewClasses(): string;
2475
- protected validationMessageClasses(): string;
2526
+ protected toolsLabelViewClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2527
+ protected toolChipViewClasses: _angular_core.Signal<"bg-white text-emerald-700 border border-emerald-200" | "bg-slate-800 text-emerald-300 border border-emerald-700">;
2528
+ protected validationMessageClasses: _angular_core.Signal<"bg-orange-50 text-orange-700 border border-orange-200" | "bg-orange-900/30 text-orange-400 border border-orange-700">;
2476
2529
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqCreateAccountDashboardComponent, never>;
2477
2530
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqCreateAccountDashboardComponent, "symphiq-create-account-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "accountData": { "alias": "accountData"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "showNextStepAction": { "alias": "showNextStepAction"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "onCreateAccount": "onCreateAccount"; "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
2478
2531
  }
@@ -2489,23 +2542,32 @@ declare class FocusAreaQuestionComponent {
2489
2542
  statusChange: _angular_core.OutputEmitterRef<FocusAreaDetailStatusEnum>;
2490
2543
  toolsClick: _angular_core.OutputEmitterRef<void>;
2491
2544
  protected FocusAreaDetailStatusEnum: typeof FocusAreaDetailStatusEnum;
2492
- protected isLightMode(): boolean;
2545
+ protected isLight: _angular_core.Signal<boolean>;
2546
+ protected radioOptionsDisplay: _angular_core.Signal<{
2547
+ status: FocusAreaDetailStatusEnum;
2548
+ label: string;
2549
+ description: string;
2550
+ optionClasses: string;
2551
+ indicatorClasses: string;
2552
+ labelClasses: string;
2553
+ isSelected: boolean;
2554
+ }[]>;
2555
+ private computeRadioOptionClasses;
2556
+ private computeRadioIndicatorClasses;
2557
+ private computeRadioLabelClasses;
2558
+ protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2559
+ protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
2560
+ protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2561
+ protected descriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2562
+ protected notAnsweredBadgeClasses: _angular_core.Signal<"bg-orange-900/30 text-orange-400 border border-orange-700" | "bg-orange-100 text-orange-700 border border-orange-200">;
2563
+ protected radioDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2564
+ protected toolsLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2565
+ protected toolsButtonClasses: _angular_core.Signal<"bg-red-50 border-red-300 hover:border-red-400 hover:bg-red-100 text-slate-900" | "bg-red-900/20 border-red-700 hover:border-red-600 hover:bg-red-900/30 text-white" | "bg-white border-slate-300 hover:border-blue-400 hover:bg-blue-50 text-slate-900" | "bg-slate-700 border-slate-600 hover:border-blue-400 hover:bg-slate-600 text-white">;
2566
+ protected toolChipClasses: _angular_core.Signal<"bg-blue-100 text-blue-700 border border-blue-200" | "bg-blue-900/30 text-blue-300 border border-blue-700">;
2567
+ protected placeholderClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
2568
+ protected editIconClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
2493
2569
  protected onStatusChange(status: FocusAreaDetailStatusEnum): void;
2494
2570
  protected onToolsClick(): void;
2495
- protected containerClasses(): string;
2496
- protected contentClasses(): string;
2497
- protected titleClasses(): string;
2498
- protected descriptionClasses(): string;
2499
- protected notAnsweredBadgeClasses(): string;
2500
- protected radioOptionClasses(status: FocusAreaDetailStatusEnum): string;
2501
- protected radioIndicatorClasses(status: FocusAreaDetailStatusEnum): string;
2502
- protected radioLabelClasses(status: FocusAreaDetailStatusEnum): string;
2503
- protected radioDescriptionClasses(): string;
2504
- protected toolsLabelClasses(): string;
2505
- protected toolsButtonClasses(): string;
2506
- protected toolChipClasses(): string;
2507
- protected placeholderClasses(): string;
2508
- protected editIconClasses(): string;
2509
2571
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaQuestionComponent, never>;
2510
2572
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaQuestionComponent, "symphiq-focus-area-question", never, { "focusAreaDomain": { "alias": "focusAreaDomain"; "required": true; "isSignal": true; }; "selectedStatus": { "alias": "selectedStatus"; "required": false; "isSignal": true; }; "selectedTools": { "alias": "selectedTools"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "description": { "alias": "description"; "required": true; "isSignal": true; }; }, { "statusChange": "statusChange"; "toolsClick": "toolsClick"; }, never, never, true, never>;
2511
2573
  }
@@ -2522,26 +2584,29 @@ declare class FocusAreaToolsModalComponent {
2522
2584
  protected otherToolsText: _angular_core.WritableSignal<string>;
2523
2585
  protected predefinedTools: _angular_core.WritableSignal<string[]>;
2524
2586
  protected hasAnyToolSelected: _angular_core.Signal<boolean>;
2587
+ protected toolsDisplay: _angular_core.Signal<{
2588
+ tool: string;
2589
+ isSelected: boolean;
2590
+ }[]>;
2591
+ protected isLight: _angular_core.Signal<boolean>;
2592
+ protected backdropClasses: _angular_core.Signal<"bg-black/15" | "bg-black/40">;
2593
+ protected containerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
2594
+ protected headerClasses: _angular_core.Signal<"bg-gradient-to-r from-white to-slate-50 border-slate-200" | "bg-gradient-to-r from-slate-800 to-slate-900 border-slate-700">;
2595
+ protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2596
+ protected closeButtonClasses: _angular_core.Signal<"text-slate-500 hover:bg-slate-100 hover:text-slate-700" | "text-slate-400 hover:bg-slate-700 hover:text-slate-200">;
2597
+ protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2598
+ protected checkboxClasses: _angular_core.Signal<"text-blue-600 border-slate-300 focus:ring-blue-500" | "text-blue-400 border-slate-600 focus:ring-blue-400 bg-slate-700">;
2599
+ protected checkboxLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2600
+ protected textareaClasses: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400 border-slate-300 focus:border-blue-500 focus:ring-blue-500" | "bg-slate-700 text-white placeholder-slate-500 border-slate-600 focus:border-blue-400 focus:ring-blue-400">;
2601
+ protected footerClasses: _angular_core.Signal<"bg-gradient-to-r from-slate-50 to-white border-slate-200" | "bg-gradient-to-r from-slate-900 to-slate-800 border-slate-700">;
2602
+ protected cancelButtonClasses: _angular_core.Signal<"bg-slate-200 text-slate-700 hover:bg-slate-300" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
2603
+ protected saveButtonClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white" | "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white">;
2525
2604
  constructor();
2526
2605
  onEscapeKey(): void;
2527
- protected isLightMode(): boolean;
2528
- protected isToolSelected(tool: string): boolean;
2529
2606
  protected onToolToggle(tool: string, event: Event): void;
2530
2607
  protected onBackdropClick(): void;
2531
2608
  protected onClose(): void;
2532
2609
  protected onSave(): void;
2533
- protected backdropClasses(): string;
2534
- protected containerClasses(): string;
2535
- protected headerClasses(): string;
2536
- protected titleClasses(): string;
2537
- protected closeButtonClasses(): string;
2538
- protected labelClasses(): string;
2539
- protected checkboxClasses(): string;
2540
- protected checkboxLabelClasses(): string;
2541
- protected textareaClasses(): string;
2542
- protected footerClasses(): string;
2543
- protected cancelButtonClasses(): string;
2544
- protected saveButtonClasses(): string;
2545
2610
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaToolsModalComponent, never>;
2546
2611
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaToolsModalComponent, "symphiq-focus-area-tools-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "focusAreaDomain": { "alias": "focusAreaDomain"; "required": true; "isSignal": true; }; "focusAreaTitle": { "alias": "focusAreaTitle"; "required": true; "isSignal": true; }; "selectedTools": { "alias": "selectedTools"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, { "close": "close"; "save": "save"; }, never, never, true, never>;
2547
2612
  }
@@ -2576,6 +2641,14 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
2576
2641
  protected currentSelectingPropertyId: _angular_core.WritableSignal<number | undefined>;
2577
2642
  protected isConnecting: _angular_core.Signal<boolean>;
2578
2643
  protected sortedGaProperties: _angular_core.Signal<GaPropertyInterface[] | undefined>;
2644
+ protected propertiesDisplay: _angular_core.Signal<{
2645
+ property: GaPropertyInterface;
2646
+ cardClasses: string;
2647
+ radioClasses: string;
2648
+ isSelected: boolean;
2649
+ }[]>;
2650
+ private computePropertyCardClasses;
2651
+ private computeRadioIndicatorClasses;
2579
2652
  protected isConnectState: _angular_core.Signal<boolean>;
2580
2653
  protected isSelectionState: _angular_core.Signal<boolean | undefined>;
2581
2654
  protected isSelectedState: _angular_core.Signal<boolean | undefined>;
@@ -2623,8 +2696,6 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
2623
2696
  protected chevronClasses(): string;
2624
2697
  protected expandedContentClasses(): string;
2625
2698
  protected expandedTextClasses(): string;
2626
- protected propertyCardClasses(propertyId: number): string;
2627
- protected radioIndicatorClasses(propertyId: number): string;
2628
2699
  protected propertyNameClasses(): string;
2629
2700
  protected accountNameClasses(): string;
2630
2701
  protected selectedPropertyCardClasses(): string;
@@ -2790,7 +2861,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2790
2861
  private animateValue;
2791
2862
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2792
2863
  protected containerClasses: _angular_core.Signal<string>;
2793
- protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2864
+ protected targetRotation: _angular_core.Signal<1 | -1 | 0>;
2794
2865
  protected rotationStyle: _angular_core.Signal<string>;
2795
2866
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2796
2867
  protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
@@ -2827,6 +2898,7 @@ declare class MetricReportModalComponent {
2827
2898
  pacingResponse: _angular_core.InputSignal<PacingResponseInterface | undefined>;
2828
2899
  trendChartData: _angular_core.InputSignal<AiChartInterface | null>;
2829
2900
  currencySymbol: _angular_core.InputSignal<string>;
2901
+ showLiveIndicator: _angular_core.InputSignal<boolean>;
2830
2902
  isOpen: _angular_core.InputSignal<boolean>;
2831
2903
  closed: _angular_core.OutputEmitterRef<void>;
2832
2904
  protected showDefinition: _angular_core.WritableSignal<boolean>;
@@ -2910,7 +2982,7 @@ declare class MetricReportModalComponent {
2910
2982
  protected footerClasses(): string;
2911
2983
  protected closeFooterButtonClasses(): string;
2912
2984
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricReportModalComponent, never>;
2913
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricReportModalComponent, "symphiq-metric-report-modal", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "metricEnum": { "alias": "metricEnum"; "required": false; "isSignal": true; }; "metricData": { "alias": "metricData"; "required": false; "isSignal": true; }; "contributingMetrics": { "alias": "contributingMetrics"; "required": false; "isSignal": true; }; "pacingResponse": { "alias": "pacingResponse"; "required": false; "isSignal": true; }; "trendChartData": { "alias": "trendChartData"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, true, never>;
2985
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricReportModalComponent, "symphiq-metric-report-modal", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "metricEnum": { "alias": "metricEnum"; "required": false; "isSignal": true; }; "metricData": { "alias": "metricData"; "required": false; "isSignal": true; }; "contributingMetrics": { "alias": "contributingMetrics"; "required": false; "isSignal": true; }; "pacingResponse": { "alias": "pacingResponse"; "required": false; "isSignal": true; }; "trendChartData": { "alias": "trendChartData"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "showLiveIndicator": { "alias": "showLiveIndicator"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, never, true, never>;
2914
2986
  }
2915
2987
 
2916
2988
  declare class SymphiqBusinessAnalysisDashboardComponent implements OnInit, AfterViewInit, OnDestroy {
@@ -3257,7 +3329,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
3257
3329
  baseZIndex: _angular_core.Signal<number>;
3258
3330
  backdropZIndex: _angular_core.Signal<number>;
3259
3331
  contentZIndex: _angular_core.Signal<number>;
3260
- visualizationType: _angular_core.Signal<"horizontal-bar" | "circular-progress" | "napkin-visual" | "custom" | null>;
3332
+ visualizationType: _angular_core.Signal<"custom" | "horizontal-bar" | "circular-progress" | "napkin-visual" | null>;
3261
3333
  horizontalBarData: _angular_core.Signal<{
3262
3334
  percentage: number;
3263
3335
  label: string;
@@ -3554,6 +3626,7 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
3554
3626
  targetValue?: string;
3555
3627
  projectedValue?: string;
3556
3628
  pacingStatus?: _jebgem_model.PacingStatusEnum;
3629
+ pacingStatusDescription?: string;
3557
3630
  yoyChange?: string;
3558
3631
  topPriorities?: _jebgem_model.MetricTopPriorityInterface[];
3559
3632
  quickWins?: _jebgem_model.QuickWinItemInterface[];
@@ -3693,25 +3766,23 @@ declare class SymphiqProfileShopAnalysisDashboardComponent implements OnInit, On
3693
3766
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileShopAnalysisDashboardComponent, "symphiq-profile-shop-analysis-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileShop": { "alias": "profileShop"; "required": false; "isSignal": true; }; "profileShopQuestions": { "alias": "profileShopQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "required": false; "isSignal": true; }; "itemStatusProfileShop": { "alias": "itemStatusProfileShop"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; "planCardInfos": { "alias": "planCardInfos"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "currentUser": { "alias": "currentUser"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; "isMarkingAsReviewed": { "alias": "isMarkingAsReviewed"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; "checkoutPlanClick": "checkoutPlanClick"; "answerShopProfileQuestions": "answerShopProfileQuestions"; "continueShopProfileQuestions": "continueShopProfileQuestions"; "profileQuestionAnswerSave": "profileQuestionAnswerSave"; "shopProfileAdminAnswerAction": "shopProfileAdminAnswerAction"; "markAsReviewedClick": "markAsReviewedClick"; }, never, never, true, never>;
3694
3767
  }
3695
3768
 
3769
+ interface WhatYoullSeeBelowItem {
3770
+ title: string;
3771
+ description: string;
3772
+ }
3773
+
3696
3774
  declare class ShopWelcomeBannerComponent {
3697
3775
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3698
3776
  businessName: _angular_core.InputSignal<string>;
3699
3777
  isOnboarded: _angular_core.InputSignal<boolean>;
3700
3778
  analysisDate: _angular_core.InputSignal<Date | undefined>;
3779
+ protected readonly whatYoullSeeBelowItems: WhatYoullSeeBelowItem[];
3701
3780
  protected formattedAnalysisDate: _angular_core.Signal<string | null>;
3702
3781
  protected containerClasses(): string;
3703
3782
  protected contentClasses(): string;
3704
3783
  protected iconContainerClasses(): string;
3705
3784
  protected titleClasses(): string;
3706
3785
  protected textClasses(): string;
3707
- protected highlightBoxClasses(): string;
3708
- protected highlightIconClasses(): string;
3709
- protected highlightTitleClasses(): string;
3710
- protected highlightListClasses(): string;
3711
- protected nextStepsBoxClasses(): string;
3712
- protected nextStepsIconClasses(): string;
3713
- protected nextStepsTitleClasses(): string;
3714
- protected nextStepsTextClasses(): string;
3715
3786
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopWelcomeBannerComponent, never>;
3716
3787
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopWelcomeBannerComponent, "symphiq-shop-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "businessName": { "alias": "businessName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "analysisDate": { "alias": "analysisDate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3717
3788
  }
@@ -3928,6 +3999,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
3928
3999
  protected readonly ProfileAnalysisReviewStatusEnum: typeof ProfileAnalysisReviewStatusEnum;
3929
4000
  protected readonly focusAreaStatusConfig: Partial<ProfileAnalysisStatusConfig>;
3930
4001
  protected readonly focusAreaCardConfig: Partial<ProfileAnalysisCardConfig>;
4002
+ protected readonly whatYoullSeeBelowItems: WhatYoullSeeBelowItem[];
3931
4003
  private readonly COLLAPSE_THRESHOLD;
3932
4004
  private readonly EXPAND_THRESHOLD;
3933
4005
  onScroll(): void;
@@ -3952,6 +4024,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
3952
4024
  latest: Date;
3953
4025
  } | null>;
3954
4026
  formattedAnalysisDateRange: _angular_core.Signal<string | null>;
4027
+ analysisDatePreposition: _angular_core.Signal<string>;
3955
4028
  genericCardData: _angular_core.Signal<ProfileAnalysisCardData<FocusAreaDomainEnum, ProfileFocusAreaInterface>[]>;
3956
4029
  handleCardClick(event: CardClickEvent<FocusAreaDomainEnum, ProfileFocusAreaInterface>): void;
3957
4030
  handleFooterClick(profileFocusArea: ProfileFocusAreaInterface | null): void;
@@ -3973,10 +4046,6 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
3973
4046
  getWelcomeBannerHighlightIconClasses(): string;
3974
4047
  getWelcomeBannerHighlightTitleClasses(): string;
3975
4048
  getWelcomeBannerHighlightListClasses(): string;
3976
- getWelcomeBannerNextStepsClasses(): string;
3977
- getWelcomeBannerNextStepsIconClasses(): string;
3978
- getWelcomeBannerNextStepsTitleClasses(): string;
3979
- getWelcomeBannerNextStepsTextClasses(): string;
3980
4049
  getStatusComponentContainerClasses(): string;
3981
4050
  getStatusSectionTitleClasses(): string;
3982
4051
  private getIconForDomain;
@@ -4273,6 +4342,8 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
4273
4342
  latest: Date;
4274
4343
  } | null>;
4275
4344
  formattedAnalysisDateRange: _angular_core.Signal<string | null>;
4345
+ analysisDatePreposition: _angular_core.Signal<string>;
4346
+ protected readonly whatYoullSeeBelowItems: WhatYoullSeeBelowItem[];
4276
4347
  genericCardData: _angular_core.Signal<ProfileAnalysisCardData<MetricEnum, ProfileMetricInterface>[]>;
4277
4348
  getCurrentMetricForConfidence(): string | undefined;
4278
4349
  handleCardClick(event: CardClickEvent<MetricEnum, ProfileMetricInterface>): void;
@@ -4282,14 +4353,6 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
4282
4353
  getWelcomeBannerIconClasses(): string;
4283
4354
  getWelcomeBannerTitleClasses(): string;
4284
4355
  getWelcomeBannerTextClasses(): string;
4285
- getWelcomeBannerHighlightClasses(): string;
4286
- getWelcomeBannerHighlightIconClasses(): string;
4287
- getWelcomeBannerHighlightTitleClasses(): string;
4288
- getWelcomeBannerHighlightListClasses(): string;
4289
- getWelcomeBannerNextStepsClasses(): string;
4290
- getWelcomeBannerNextStepsIconClasses(): string;
4291
- getWelcomeBannerNextStepsTitleClasses(): string;
4292
- getWelcomeBannerNextStepsTextClasses(): string;
4293
4356
  private getIconForMetric;
4294
4357
  private getMetricDescription;
4295
4358
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileMetricsAnalysesDashboardComponent, never>;
@@ -4441,6 +4504,7 @@ declare class SymphiqProfileAnalysisMetricDashboardComponent implements OnInit,
4441
4504
  targetValue?: string;
4442
4505
  projectedValue?: string;
4443
4506
  pacingStatus?: _jebgem_model.PacingStatusEnum;
4507
+ pacingStatusDescription?: string;
4444
4508
  yoyChange?: string;
4445
4509
  topPriorities?: _jebgem_model.MetricTopPriorityInterface[];
4446
4510
  quickWins?: _jebgem_model.QuickWinItemInterface[];
@@ -4541,6 +4605,7 @@ declare class MetricWelcomeBannerComponent {
4541
4605
  analysisDate: _angular_core.InputSignal<Date | undefined>;
4542
4606
  protected readonly IconSourceEnum: typeof IconSourceEnum;
4543
4607
  protected formattedAnalysisDate: _angular_core.Signal<string | null>;
4608
+ protected whatYoullSeeBelowItems: _angular_core.Signal<WhatYoullSeeBelowItem[]>;
4544
4609
  protected metricDisplayName: _angular_core.Signal<string>;
4545
4610
  protected metricIcon: _angular_core.Signal<{
4546
4611
  name: string;
@@ -4551,14 +4616,6 @@ declare class MetricWelcomeBannerComponent {
4551
4616
  protected iconContainerClasses(): string;
4552
4617
  protected titleClasses(): string;
4553
4618
  protected textClasses(): string;
4554
- protected highlightBoxClasses(): string;
4555
- protected highlightIconClasses(): string;
4556
- protected highlightTitleClasses(): string;
4557
- protected highlightListClasses(): string;
4558
- protected nextStepsBoxClasses(): string;
4559
- protected nextStepsIconClasses(): string;
4560
- protected nextStepsTitleClasses(): string;
4561
- protected nextStepsTextClasses(): string;
4562
4619
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricWelcomeBannerComponent, never>;
4563
4620
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricWelcomeBannerComponent, "symphiq-metric-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "metricName": { "alias": "metricName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "analysisDate": { "alias": "analysisDate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4564
4621
  }
@@ -4573,32 +4630,40 @@ declare class FocusAreaExecutiveSummaryComponent {
4573
4630
  index: number;
4574
4631
  }>;
4575
4632
  protected readonly IconSourceEnum: typeof IconSourceEnum;
4633
+ protected isLight: _angular_core.Signal<boolean>;
4634
+ protected quickWinsDisplay: _angular_core.Signal<{
4635
+ win: QuickWinItemInterface;
4636
+ effortLabel: string;
4637
+ impactLabel: string;
4638
+ effortBadgeClasses: string;
4639
+ impactBadgeClasses: string;
4640
+ }[]>;
4641
+ private computeFormatLabel;
4642
+ private computeEffortBadgeClasses;
4643
+ private computeImpactBadgeClasses;
4644
+ protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4645
+ protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4646
+ protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4647
+ protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4648
+ protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/30 border border-slate-700/50">;
4649
+ protected topPrioritiesStatCardClasses: _angular_core.Signal<"bg-purple-50 border-2 border-purple-200 hover:border-purple-400 hover:shadow-lg hover:shadow-purple-100/50" | "bg-purple-500/10 border-2 border-purple-500/30 hover:border-purple-400/50 hover:shadow-lg hover:shadow-purple-500/10">;
4650
+ protected topPrioritiesStatLabelClasses: _angular_core.Signal<"text-purple-700" | "text-purple-400">;
4651
+ protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
4652
+ protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-700" | "text-purple-400">;
4653
+ protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-50 border-2 border-blue-200 hover:border-blue-400 hover:shadow-lg hover:shadow-blue-100/50" | "bg-blue-500/10 border-2 border-blue-500/30 hover:border-blue-400/50 hover:shadow-lg hover:shadow-blue-500/10">;
4654
+ protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4655
+ protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-900" | "text-blue-100">;
4656
+ protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4657
+ protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200 hover:border-blue-300 hover:shadow-xl" | "bg-slate-800/50 border border-slate-700/50 hover:border-blue-500/50 hover:shadow-xl hover:shadow-blue-500/10">;
4658
+ protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4659
+ protected numberBadgeClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-400 to-cyan-400 text-white" | "bg-gradient-to-br from-blue-500 to-cyan-500 text-white">;
4660
+ protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4576
4661
  protected onTopPrioritiesClick(): void;
4577
4662
  protected onPriorityDetailClick(event: {
4578
4663
  priority: FocusAreaTopPriorityInterface;
4579
4664
  index: number;
4580
4665
  }): void;
4581
4666
  protected scrollToQuickWins(): void;
4582
- protected formatLabel(label?: string): string;
4583
- protected getBannerClasses(): string;
4584
- protected getSectionTitleClasses(): string;
4585
- protected getSubheadingClasses(): string;
4586
- protected getTextClasses(): string;
4587
- protected getNarrativeClasses(): string;
4588
- protected getTopPrioritiesStatCardClasses(): string;
4589
- protected getTopPrioritiesStatLabelClasses(): string;
4590
- protected getTopPrioritiesStatValueClasses(): string;
4591
- protected getTopPrioritiesButtonTextClasses(): string;
4592
- protected getQuickWinsStatCardClasses(): string;
4593
- protected getQuickWinsStatLabelClasses(): string;
4594
- protected getQuickWinsStatValueClasses(): string;
4595
- protected getQuickWinsButtonTextClasses(): string;
4596
- protected getQuickWinCardClasses(): string;
4597
- protected getQuickWinTextClasses(): string;
4598
- protected getNumberBadgeClasses(): string;
4599
- protected getEffortBadgeClasses(effort?: string): string;
4600
- protected getImpactBadgeClasses(impact?: string): string;
4601
- protected getMetaTextClasses(): string;
4602
4667
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaExecutiveSummaryComponent, never>;
4603
4668
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<FocusAreaExecutiveSummaryComponent, "symphiq-focus-area-executive-summary", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "summary": { "alias": "summary"; "required": false; "isSignal": true; }; "allGoals": { "alias": "allGoals"; "required": false; "isSignal": true; }; }, { "topPrioritiesClick": "topPrioritiesClick"; "priorityDetailClick": "priorityDetailClick"; }, never, never, true, never>;
4604
4669
  }
@@ -4620,35 +4685,35 @@ declare class MetricExecutiveSummaryComponent {
4620
4685
  protected bannerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-800/50 to-slate-800/30 border border-slate-700/50" | "bg-gradient-to-br from-white to-slate-50/50 border border-slate-200">;
4621
4686
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4622
4687
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4623
- protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4688
+ protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4624
4689
  protected healthBadgeClasses: _angular_core.Signal<string>;
4625
4690
  protected pacingBadgeClasses: _angular_core.Signal<string>;
4626
4691
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4627
- protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4692
+ protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4628
4693
  protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300 border border-blue-500/40 hover:bg-blue-500/30" | "bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100">;
4629
4694
  protected viewReportButtonClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600 hover:bg-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-300 hover:bg-slate-200">;
4630
- protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4695
+ protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4631
4696
  protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4632
- protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
4697
+ protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
4633
4698
  protected getYoyIcon(): string;
4634
4699
  protected getPacingValueClasses(): string;
4635
4700
  protected getHealthValueClasses(): string;
4636
4701
  protected healthDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4637
4702
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
4638
4703
  protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4639
- protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4704
+ protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4640
4705
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4641
4706
  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">;
4642
4707
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
4643
4708
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4644
4709
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4645
4710
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
4646
- protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4647
- protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4711
+ protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4712
+ protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4648
4713
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4649
4714
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
4650
4715
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4651
- protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4716
+ protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4652
4717
  protected getEffortBadgeClasses(effort: string | undefined): string;
4653
4718
  protected getImpactBadgeClasses(impact: string | undefined): string;
4654
4719
  protected formatMetricName(name: string): string;
@@ -4960,7 +5025,7 @@ declare class FocusAreaStatusCardComponent {
4960
5025
  protected generatingMessage: _angular_core.Signal<"Generating Profile Questions..." | "Generating Analysis..." | "Generating...">;
4961
5026
  protected hasAnalysis: _angular_core.Signal<boolean>;
4962
5027
  protected hasProfile: _angular_core.Signal<boolean>;
4963
- protected profileCompletionPercentage: _angular_core.Signal<0 | 50 | 100>;
5028
+ protected profileCompletionPercentage: _angular_core.Signal<0 | 100 | 50>;
4964
5029
  protected isProfileComplete: _angular_core.Signal<boolean>;
4965
5030
  protected handleCardClick(): void;
4966
5031
  protected cardClasses(): string;
@@ -5054,14 +5119,17 @@ declare class VisualizationContainerComponent {
5054
5119
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<VisualizationContainerComponent, "symphiq-visualization-container", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "visualizationType": { "alias": "visualizationType"; "required": false; "isSignal": true; }; "visualizationData": { "alias": "visualizationData"; "required": false; "isSignal": true; }; "disableInteraction": { "alias": "disableInteraction"; "required": false; "isSignal": true; }; }, { "visualizationClick": "visualizationClick"; }, never, ["*"], true, never>;
5055
5120
  }
5056
5121
 
5122
+ type ScrollProgressBarColorScheme = 'blue-purple' | 'blue-cyan';
5057
5123
  declare class ScrollProgressBarComponent {
5124
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
5058
5125
  progress: _angular_core.InputSignal<number>;
5059
- isLightMode: _angular_core.InputSignal<boolean>;
5060
5126
  embedded: _angular_core.InputSignal<boolean>;
5061
- protected getContainerClasses(): string;
5062
- protected getGradientClasses(): string;
5127
+ colorScheme: _angular_core.InputSignal<ScrollProgressBarColorScheme>;
5128
+ protected isLightMode: _angular_core.Signal<boolean>;
5129
+ protected containerClasses: _angular_core.Signal<string>;
5130
+ protected barClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-blue-400 to-cyan-400" | "bg-gradient-to-r from-blue-500 to-purple-500" | "bg-gradient-to-r from-blue-400 to-purple-400">;
5063
5131
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScrollProgressBarComponent, never>;
5064
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScrollProgressBarComponent, "symphiq-scroll-progress-bar", never, { "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5132
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ScrollProgressBarComponent, "symphiq-scroll-progress-bar", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5065
5133
  }
5066
5134
 
5067
5135
  interface IconObjectInterface {
@@ -5125,21 +5193,21 @@ declare class SearchModalComponent {
5125
5193
  containerClass: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
5126
5194
  inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
5127
5195
  iconClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5128
- clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
5196
+ clearButtonClass: _angular_core.Signal<"bg-slate-700 text-slate-300 hover:bg-slate-600" | "bg-slate-100 text-slate-600 hover:bg-slate-200">;
5129
5197
  closeButtonClass: _angular_core.Signal<"text-slate-400 hover:text-slate-600 hover:bg-slate-100" | "text-slate-500 hover:text-slate-300 hover:bg-slate-700">;
5130
5198
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5131
5199
  resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5132
- resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5200
+ resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5133
5201
  breadcrumbClass: _angular_core.Signal<string>;
5134
- typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
5202
+ typeBadgeClass: _angular_core.Signal<"bg-slate-700 text-slate-300" | "bg-slate-100 text-slate-600">;
5135
5203
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5136
5204
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5137
5205
  emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
5138
5206
  emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5139
- emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5140
- shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
5207
+ emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5208
+ shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
5141
5209
  kbdClass: _angular_core.Signal<"bg-white border border-slate-300 text-slate-700 shadow-sm" | "bg-slate-700 border border-slate-600 text-slate-300">;
5142
- shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5210
+ shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5143
5211
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
5144
5212
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchModalComponent, "symphiq-search-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "searchQuery": { "alias": "searchQuery"; "required": false; "isSignal": true; }; "results": { "alias": "results"; "required": false; "isSignal": true; }; "hasResults": { "alias": "hasResults"; "required": false; "isSignal": true; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "searchChange": "searchChange"; "resultSelected": "resultSelected"; "close": "close"; }, never, never, true, never>;
5145
5213
  }
@@ -5201,7 +5269,7 @@ declare class GradeBadgeComponent {
5201
5269
  explanation: string;
5202
5270
  }>;
5203
5271
  private formatGrade;
5204
- badgeLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5272
+ badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5205
5273
  gradeBadgeClass: _angular_core.Signal<string>;
5206
5274
  private getGradeBadgeClassLight;
5207
5275
  private getGradeBadgeClassDark;
@@ -5283,15 +5351,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5283
5351
  protected cardContainerClasses: _angular_core.Signal<"border-2 shadow-2xl bg-slate-800/60 border-slate-700/50 backdrop-blur-xl" | "border-2 shadow-2xl bg-white/90 border-slate-200/50 backdrop-blur-xl shadow-slate-200/50">;
5284
5352
  protected backgroundOverlayClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 via-teal-500/20 to-emerald-500/30" | "bg-gradient-to-br from-emerald-400/20 via-teal-400/10 to-emerald-400/20" | "bg-gradient-to-br from-blue-500/30 via-cyan-500/20 to-blue-500/30" | "bg-gradient-to-br from-blue-400/20 via-cyan-400/10 to-blue-400/20" | "bg-gradient-to-br from-orange-500/30 via-amber-500/20 to-orange-500/30" | "bg-gradient-to-br from-orange-400/20 via-amber-400/10 to-orange-400/20" | "bg-gradient-to-br from-red-500/30 via-rose-500/20 to-red-500/30" | "bg-gradient-to-br from-red-400/20 via-rose-400/10 to-red-400/20">;
5285
5353
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
5286
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5354
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5287
5355
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
5288
5356
  protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
5289
5357
  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)]">;
5290
- 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">;
5358
+ protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-red-700" | "text-blue-700" | "text-emerald-300" | "text-blue-300" | "text-orange-700" | "text-red-300" | "text-orange-300">;
5291
5359
  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">;
5292
5360
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5293
5361
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5294
- protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-blue-400" | "text-emerald-600" | "text-red-600" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
5362
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-red-600" | "text-orange-600" | "text-orange-400">;
5295
5363
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5296
5364
  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">;
5297
5365
  protected shimmerClasses: _angular_core.Signal<string>;
@@ -5313,12 +5381,12 @@ declare class RelatedContentSidebarComponent {
5313
5381
  protected funnelInsightsCount: _angular_core.Signal<number>;
5314
5382
  protected funnelMetricsCount: _angular_core.Signal<number>;
5315
5383
  protected businessInsightsCount: _angular_core.Signal<number>;
5316
- protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5384
+ protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5317
5385
  protected buttonClasses: _angular_core.Signal<"bg-slate-50 border-slate-200 hover:border-blue-500/50 hover:bg-slate-100" | "bg-slate-800/50 border-slate-700 hover:border-blue-500/50 hover:bg-slate-700/50">;
5318
5386
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
5319
- protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5387
+ protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5320
5388
  protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
5321
- protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5389
+ protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5322
5390
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
5323
5391
  protected onFunnelInsightsClick(): void;
5324
5392
  protected onFunnelMetricsClick(): void;
@@ -5341,7 +5409,7 @@ declare class ContentGenerationProgressComponent {
5341
5409
  protected containerClasses: _angular_core.Signal<string>;
5342
5410
  protected iconContainerClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-500 to-purple-500 text-white shadow-lg shadow-blue-500/30" | "bg-gradient-to-br from-blue-400 to-purple-400 text-white shadow-lg shadow-blue-400/30">;
5343
5411
  protected titleClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 via-purple-600 to-blue-600 bg-clip-text text-transparent" | "bg-gradient-to-r from-blue-400 via-purple-400 to-blue-400 bg-clip-text text-transparent">;
5344
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5412
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5345
5413
  protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5346
5414
  protected progressBarContainerClasses: _angular_core.Signal<string>;
5347
5415
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
@@ -5349,7 +5417,7 @@ declare class ContentGenerationProgressComponent {
5349
5417
  protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
5350
5418
  protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
5351
5419
  protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
5352
- protected percentageClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5420
+ protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5353
5421
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
5354
5422
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContentGenerationProgressComponent, "symphiq-content-generation-progress", never, { "itemStatus": { "alias": "itemStatus"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "compactTitle": { "alias": "compactTitle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5355
5423
  }
@@ -5379,8 +5447,8 @@ declare class IndeterminateSpinnerComponent {
5379
5447
  svgSize: _angular_core.Signal<60 | 40 | 80>;
5380
5448
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5381
5449
  svgCircleRadius: _angular_core.Signal<number>;
5382
- strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
5383
- dotSize: _angular_core.Signal<10 | 5 | 7>;
5450
+ strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
5451
+ dotSize: _angular_core.Signal<5 | 10 | 7>;
5384
5452
  containerClasses: _angular_core.Signal<{
5385
5453
  'w-10 h-10': boolean;
5386
5454
  'w-[60px] h-[60px]': boolean;
@@ -5442,7 +5510,7 @@ declare class ChartContainerComponent {
5442
5510
  containerClass: _angular_core.Signal<"bg-white border-slate-200 hover:border-blue-300 hover:shadow-blue-100/50" | "bg-slate-800 border-slate-700 hover:border-slate-600 hover:shadow-slate-900/50">;
5443
5511
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5444
5512
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5445
- descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5513
+ descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5446
5514
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
5447
5515
  chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
5448
5516
  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">;
@@ -5508,7 +5576,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
5508
5576
  showAxisLabels: _angular_core.InputSignal<boolean>;
5509
5577
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5510
5578
  currencySymbol: _angular_core.InputSignal<string>;
5511
- chartHeight: _angular_core.Signal<"175px" | "500px">;
5579
+ chartHeight: _angular_core.Signal<"500px" | "175px">;
5512
5580
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
5513
5581
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
5514
5582
  chartHash: _angular_core.Signal<string>;
@@ -5545,7 +5613,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
5545
5613
  showAxisLabels: _angular_core.InputSignal<boolean>;
5546
5614
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5547
5615
  currencySymbol: _angular_core.InputSignal<string>;
5548
- chartHeight: _angular_core.Signal<"200px" | "500px">;
5616
+ chartHeight: _angular_core.Signal<"500px" | "200px">;
5549
5617
  chartHash: _angular_core.Signal<string>;
5550
5618
  chartDiv: ElementRef;
5551
5619
  private root?;
@@ -5651,7 +5719,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
5651
5719
  shouldCenter: _angular_core.Signal<boolean>;
5652
5720
  containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
5653
5721
  contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
5654
- textClass: _angular_core.Signal<"text-slate-200" | "text-slate-700">;
5722
+ textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
5655
5723
  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">;
5656
5724
  transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
5657
5725
  constructor();
@@ -5781,11 +5849,11 @@ declare class FocusAreaDetailCardComponent {
5781
5849
  protected metaLabelClasses: _angular_core.Signal<"text-xs font-medium text-slate-400 uppercase tracking-wide" | "text-xs font-medium text-slate-600 uppercase tracking-wide">;
5782
5850
  protected toolChipClasses: _angular_core.Signal<"px-2.5 py-1 rounded-md bg-emerald-500/10 text-emerald-300 text-xs border border-emerald-500/30" | "px-2.5 py-1 rounded-md bg-emerald-50 text-emerald-700 text-xs border border-emerald-200">;
5783
5851
  protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
5784
- protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5852
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5785
5853
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
5786
5854
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
5787
5855
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
5788
- protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5856
+ protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5789
5857
  protected toggleExpanded(): void;
5790
5858
  protected toggleCompetitiveGap(): void;
5791
5859
  onExpandItem(event: CustomEvent): void;
@@ -5861,11 +5929,11 @@ declare class CompetitorAnalysisCardComponent {
5861
5929
  protected linkClasses: _angular_core.Signal<"text-sm text-blue-400 hover:text-blue-300 underline transition-colors" | "text-sm text-blue-600 hover:text-blue-700 underline transition-colors">;
5862
5930
  protected listItemClasses: _angular_core.Signal<"text-sm text-slate-200 leading-relaxed flex items-start" | "text-sm text-slate-600 leading-relaxed flex items-start">;
5863
5931
  protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
5864
- protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5932
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5865
5933
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
5866
5934
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
5867
5935
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
5868
- protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5936
+ protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5869
5937
  protected toggleExpanded(): void;
5870
5938
  protected navigateToItem(item: ProfileItemInterface): void;
5871
5939
  onExpandItem(event: CustomEvent): void;
@@ -5885,7 +5953,7 @@ declare class OpportunityHighlightBannerComponent {
5885
5953
  protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
5886
5954
  protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
5887
5955
  protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
5888
- protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
5956
+ protected chevronClasses: _angular_core.Signal<"text-amber-400" | "text-amber-600">;
5889
5957
  handleClick(event: Event): void;
5890
5958
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
5891
5959
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<OpportunityHighlightBannerComponent, "symphiq-opportunity-highlight-banner", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "isDark": { "alias": "isDark"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; }, { "bannerClick": "bannerClick"; }, never, never, true, never>;
@@ -6138,5 +6206,5 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
6138
6206
  };
6139
6207
 
6140
6208
  export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisFocusAreaDashboardComponent, SymphiqProfileAnalysisMetricDashboardComponent, SymphiqProfileFocusAreaDashboardComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, SymphiqProfileMetricDashboardComponent, SymphiqProfileMetricsAnalysesDashboardComponent, SymphiqProfileShopAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, UserAvatarComponent, UserDisplayComponent, ViewModeService, ViewModeSwitcherModalComponent, 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 };
6141
- export type { AnimationType, AvatarSize, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, CategoryProgressItem, 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, MetricAnalysisNavigationData, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, ProfileAnalysisNavigationData, ProfileQuestionAnswerSaveEvent, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, SaveActionType, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, ShopProfileViewType, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
6209
+ export type { AnimationType, AvatarSize, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, CategoryProgressItem, 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, MetricAnalysisNavigationData, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, ProfileAnalysisNavigationData, ProfileQuestionAnswerSaveEvent, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, SaveActionType, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, ScrollProgressBarColorScheme, SemanticColors, ShadowLevel, ShopProfileViewType, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
6142
6210
  //# sourceMappingURL=index.d.ts.map