@eric-emg/symphiq-components 1.2.555 → 1.2.557

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<"chart" | "metric" | "insight" | "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<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1094
+ metricsListData: _angular_core.Signal<AiChartInterface | InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | 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<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1102
+ chartsListData: _angular_core.Signal<AiChartInterface | InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | 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<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1110
+ recommendationsListData: _angular_core.Signal<AiChartInterface | InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | 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<AiChartInterface | PerformanceMetricInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1118
+ competitiveAnalysisData: _angular_core.Signal<AiChartInterface | InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1119
1119
  competitiveAnalysisContext: _angular_core.Signal<{
1120
1120
  title: string;
1121
1121
  description: string;
@@ -1383,20 +1383,42 @@ declare class ViewModeSwitcherModalComponent {
1383
1383
  modeSelected: _angular_core.OutputEmitterRef<DisplayModeEnum>;
1384
1384
  protected DisplayModeEnum: typeof DisplayModeEnum;
1385
1385
  protected selectMode(mode: DisplayModeEnum): void;
1386
- protected backdropClasses(): string;
1387
- protected modalClasses(): string;
1388
- protected headerClasses(): string;
1389
- protected titleClasses(): string;
1390
- protected descriptionClasses(): string;
1391
- protected closeButtonClasses(): string;
1392
- protected contentClasses(): string;
1393
- protected getOptionClasses(mode: DisplayModeEnum): string;
1394
- protected getIconContainerClasses(mode: DisplayModeEnum): string;
1395
- protected getOptionTitleClasses(mode: DisplayModeEnum): string;
1396
- protected getOptionDescriptionClasses(mode: DisplayModeEnum): string;
1397
- protected getBadgeClasses(): string;
1398
- protected spinnerClasses(): string;
1399
- protected loadingTextClasses(): string;
1386
+ private isDark;
1387
+ protected optionsDisplay: _angular_core.Signal<{
1388
+ simplified: {
1389
+ optionClasses: string;
1390
+ iconContainerClasses: string;
1391
+ titleClasses: string;
1392
+ descriptionClasses: string;
1393
+ };
1394
+ compact: {
1395
+ optionClasses: string;
1396
+ iconContainerClasses: string;
1397
+ titleClasses: string;
1398
+ descriptionClasses: string;
1399
+ };
1400
+ expanded: {
1401
+ optionClasses: string;
1402
+ iconContainerClasses: string;
1403
+ titleClasses: string;
1404
+ descriptionClasses: string;
1405
+ };
1406
+ }>;
1407
+ private computeOptionDisplay;
1408
+ private computeOptionClasses;
1409
+ private computeIconContainerClasses;
1410
+ private computeOptionTitleClasses;
1411
+ private computeOptionDescriptionClasses;
1412
+ protected backdropClasses: _angular_core.Signal<"bg-slate-900/15" | "bg-slate-950/25">;
1413
+ protected modalClasses: _angular_core.Signal<"bg-slate-800/95 border border-slate-700/50" | "bg-white/95 border border-slate-200">;
1414
+ protected headerClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700/50">;
1415
+ protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
1416
+ protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1417
+ protected closeButtonClasses: _angular_core.Signal<"text-slate-600 hover:text-slate-900 hover:bg-slate-100" | "text-slate-400 hover:text-white hover:bg-slate-700">;
1418
+ protected contentClasses: _angular_core.Signal<"bg-slate-800/50" | "bg-slate-50/50">;
1419
+ protected badgeClasses: _angular_core.Signal<"bg-amber-100 text-amber-700 border border-amber-200" | "bg-amber-500/20 text-amber-400 border border-amber-500/30">;
1420
+ protected spinnerClasses: _angular_core.Signal<"border-blue-500" | "border-blue-600">;
1421
+ protected loadingTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
1400
1422
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ViewModeSwitcherModalComponent, never>;
1401
1423
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ViewModeSwitcherModalComponent, "symphiq-view-mode-switcher-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "currentMode": { "alias": "currentMode"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "close": "close"; "modeSelected": "modeSelected"; }, never, never, true, never>;
1402
1424
  }
@@ -1671,9 +1693,9 @@ declare class MetricCardComponent {
1671
1693
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1672
1694
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1673
1695
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1674
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1675
- competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1676
- competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1696
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-400" | "text-blue-700" | "text-orange-600">;
1697
+ competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
1698
+ competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1677
1699
  getCompetitiveScoreIcon(): string;
1678
1700
  getCompetitiveScoreLabel(): string;
1679
1701
  getCompetitiveScoreLabelFull(): string;
@@ -1723,9 +1745,9 @@ declare class InsightCardComponent {
1723
1745
  recommendationsContainerLightClass: _angular_core.Signal<string>;
1724
1746
  recommendationsContainerDarkClass: _angular_core.Signal<string>;
1725
1747
  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">;
1748
+ 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">;
1749
+ 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">;
1750
+ 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
1751
  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
1752
  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
1753
  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 +1846,74 @@ declare class BreakdownSectionComponent {
1824
1846
  metricLabel: string;
1825
1847
  category: string;
1826
1848
  }[]>;
1849
+ groupsDisplay: _angular_core.Signal<{
1850
+ headerClass: string;
1851
+ categoryBadgeClass: string;
1852
+ isExpanded: boolean;
1853
+ topPriorityMetricsDisplay: {
1854
+ metric: PerformanceMetricInterface;
1855
+ formattedDimensionValue: string;
1856
+ priorityBadgeClass: string;
1857
+ priorityBadgeStyle: Record<string, string>;
1858
+ statusBadgeClass: string;
1859
+ statusBadgeStyle: Record<string, string>;
1860
+ statusIcon: string;
1861
+ statusLabel: string;
1862
+ trendClass: string;
1863
+ trendTooltip: TrendIndicatorTooltipContent;
1864
+ breakdownRowTooltip: BreakdownRowTooltipContent;
1865
+ miniSparkline: SafeHtml;
1866
+ trendPercent: number;
1867
+ formattedCurrentValue: string;
1868
+ rowBackgroundClass: string;
1869
+ priorityDividerClass: string;
1870
+ }[];
1871
+ metricsDisplay: {
1872
+ metric: PerformanceMetricInterface;
1873
+ formattedDimensionValue: string;
1874
+ priorityBadgeClass: string;
1875
+ priorityBadgeStyle: Record<string, string>;
1876
+ statusBadgeClass: string;
1877
+ statusBadgeStyle: Record<string, string>;
1878
+ statusIcon: string;
1879
+ statusLabel: string;
1880
+ trendClass: string;
1881
+ trendTooltip: TrendIndicatorTooltipContent;
1882
+ breakdownRowTooltip: BreakdownRowTooltipContent;
1883
+ miniSparkline: SafeHtml;
1884
+ trendPercent: number;
1885
+ formattedCurrentValue: string;
1886
+ rowBackgroundClass: string;
1887
+ priorityDividerClass: string;
1888
+ }[];
1889
+ values: PerformanceMetricInterface[];
1890
+ metric: string;
1891
+ metricLabel: string;
1892
+ category: string;
1893
+ }[]>;
1894
+ private computeMetricDisplay;
1895
+ private computeTopPriorityMetrics;
1896
+ private computeFormatDimensionValue;
1897
+ private computeFormatValue;
1898
+ private computeTrendPercent;
1899
+ private computeTrendClass;
1900
+ private computeStatusIcon;
1901
+ private computeStatusLabel;
1902
+ private computeRowBackgroundClass;
1903
+ private computePriorityDividerClass;
1904
+ private computePriorityBadgeClass;
1905
+ private computePriorityBadgeStyle;
1906
+ private computeMetricGroupHeaderClass;
1907
+ private computeMetricCategoryBadgeClass;
1908
+ private computeStatusBadgeClass;
1909
+ private computeStatusBadgeStyle;
1910
+ private computeMiniSparkline;
1827
1911
  groupMetrics(): MetricGroup[];
1828
1912
  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
1913
  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
1914
  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
1915
  openChartModal(chart: AiChartInterface): void;
1859
- getMiniSparkline(metric: PerformanceMetricInterface): SafeHtml;
1860
- isMetricExpanded(metricKey: string): boolean;
1861
1916
  toggleMetricExpansion(metricKey: string): void;
1862
- getTopPriorityMetrics(metrics: PerformanceMetricInterface[], count?: number): PerformanceMetricInterface[];
1863
1917
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreakdownSectionComponent, never>;
1864
1918
  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
1919
  }
@@ -1914,10 +1968,10 @@ declare class OverallAssessmentComponent {
1914
1968
  revenueTrendArrowPath: _angular_core.Signal<"M5.293 9.707a1 1 0 010-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 01-1.414 1.414L11 7.414V15a1 1 0 11-2 0V7.414L6.707 9.707a1 1 0 01-1.414 0z" | "M14.707 10.293a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 111.414-1.414L9 12.586V5a1 1 0 012 0v7.586l2.293-2.293a1 1 0 011.414 0z" | "M3 10h11m0 0l-4-4m4 4l-4 4">;
1915
1969
  lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1916
1970
  darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1917
- trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
1971
+ trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
1918
1972
  lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1919
1973
  darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1920
- trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
1974
+ trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
1921
1975
  formattedRevenueTrend: _angular_core.Signal<string>;
1922
1976
  formattedRevenueTarget: _angular_core.Signal<string>;
1923
1977
  hasRevenuePacing: _angular_core.Signal<boolean>;
@@ -2056,12 +2110,20 @@ declare class CompetitivePositioningSummaryComponent {
2056
2110
  competitiveStats: _angular_core.Signal<CompetitiveStats>;
2057
2111
  narrativeSummary: _angular_core.Signal<string>;
2058
2112
  containerClass: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2113
+ protected scoreDotClasses: _angular_core.Signal<{
2114
+ leading: string;
2115
+ competitive: string;
2116
+ lagging: string;
2117
+ }>;
2118
+ protected competitiveStatusDisplay: _angular_core.Signal<{
2119
+ badgeClass: string;
2120
+ shouldPulse: boolean;
2121
+ icon: string;
2122
+ label: string;
2123
+ }>;
2124
+ private computeCompetitiveStatusBadgeClass;
2125
+ private computeCompetitiveStatusIcon;
2059
2126
  getHealthScoreBadgeClass(): string;
2060
- getCompetitiveStatusBadgeClass(): string;
2061
- shouldPulseStatus(): boolean;
2062
- getCompetitiveStatusIcon(): string;
2063
- getCompetitiveStatusLabel(): string;
2064
- getScoreDotClass(type: string): string;
2065
2127
  formatCategoryName(category: string): string;
2066
2128
  competitiveScoreTooltip: _angular_core.Signal<{
2067
2129
  industry: string;
@@ -2195,14 +2257,28 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2195
2257
  insightsCount: _angular_core.Signal<number>;
2196
2258
  revenueMetric: _angular_core.Signal<PerformanceMetricInterface | undefined>;
2197
2259
  topMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
2260
+ topMetricsDisplay: _angular_core.Signal<{
2261
+ metric: PerformanceMetricInterface;
2262
+ label: string;
2263
+ formattedValue: string;
2264
+ formattedTrend: string;
2265
+ miniCardClass: string;
2266
+ statusDotClass: string;
2267
+ shouldPulseDot: boolean;
2268
+ trendClass: string;
2269
+ tooltip: MetricValueTooltipContent;
2270
+ }[]>;
2271
+ private computeFormattedMetricValue;
2272
+ private computeFormattedTrend;
2273
+ private computeMetricTooltip;
2198
2274
  formattedRevenueValue: _angular_core.Signal<string>;
2199
2275
  formattedRevenueTrend: _angular_core.Signal<string>;
2200
- revenueStatusIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2276
+ revenueStatusIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2201
2277
  hasCompetitiveData: _angular_core.Signal<boolean>;
2202
2278
  hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
2203
2279
  overallCompetitiveDescription: _angular_core.Signal<string>;
2204
- getOverallCompetitiveLabel(): string;
2205
- getOverallCompetitiveIcon(): string;
2280
+ overallCompetitiveLabel: _angular_core.Signal<_jebgem_model.CompetitiveScoreEnum | "N/A">;
2281
+ overallCompetitiveIcon: _angular_core.Signal<"↑" | "↔" | "↓" | "•">;
2206
2282
  competitiveScore: _angular_core.Signal<string>;
2207
2283
  gradeTooltip: _angular_core.Signal<{
2208
2284
  title: string;
@@ -2288,14 +2364,6 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2288
2364
  statusIconClass: _angular_core.Signal<string>;
2289
2365
  insightsCardClass: _angular_core.Signal<string>;
2290
2366
  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
2367
  private formatCurrency;
2300
2368
  private formatPercent;
2301
2369
  private getGradeExplanation;
@@ -2407,13 +2475,32 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2407
2475
  private originalFocusAreasMap;
2408
2476
  protected allFocusAreaDomains: _angular_core.WritableSignal<FocusAreaDomainEnum[]>;
2409
2477
  protected totalFocusAreas: _angular_core.Signal<number>;
2478
+ protected focusAreaDomainsDisplay: _angular_core.Signal<{
2479
+ domain: FocusAreaDomainEnum;
2480
+ title: string;
2481
+ description: string;
2482
+ status: FocusAreaDetailStatusEnum | null;
2483
+ tools: string[];
2484
+ }[]>;
2410
2485
  protected focusAreasAnswered: _angular_core.Signal<number>;
2411
2486
  protected allFocusAreasAnswered: _angular_core.Signal<boolean>;
2412
2487
  protected currentEditingFocusAreaTitle: _angular_core.Signal<string>;
2413
2488
  protected currentEditingTools: _angular_core.Signal<string[]>;
2414
2489
  protected engagedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
2490
+ protected engagedFocusAreasDisplay: _angular_core.Signal<{
2491
+ focusArea: FocusAreaDetailInterface;
2492
+ title: string;
2493
+ }[]>;
2415
2494
  protected interestedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
2495
+ protected interestedFocusAreasDisplay: _angular_core.Signal<{
2496
+ focusArea: FocusAreaDetailInterface;
2497
+ title: string;
2498
+ }[]>;
2416
2499
  protected notInterestedFocusAreas: _angular_core.Signal<FocusAreaDetailInterface[]>;
2500
+ protected notInterestedFocusAreasDisplay: _angular_core.Signal<{
2501
+ focusArea: FocusAreaDetailInterface;
2502
+ title: string;
2503
+ }[]>;
2417
2504
  constructor();
2418
2505
  onScroll(): void;
2419
2506
  ngOnDestroy(): void;
@@ -2429,10 +2516,6 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2429
2516
  private initializeFocusAreasMap;
2430
2517
  private loadFocusAreasFromData;
2431
2518
  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
2519
  protected onFocusAreaStatusChange(domain: FocusAreaDomainEnum, status: FocusAreaDetailStatusEnum): void;
2437
2520
  protected onFocusAreaToolsClick(domain: FocusAreaDomainEnum): void;
2438
2521
  protected onToolsModalClose(): void;
@@ -2440,39 +2523,39 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2440
2523
  protected enableFocusAreasEditMode(): void;
2441
2524
  protected cancelFocusAreasEditMode(): void;
2442
2525
  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;
2526
+ protected isLightMode: _angular_core.Signal<boolean>;
2527
+ protected containerWrapperClasses: _angular_core.Signal<"" | "min-h-screen">;
2528
+ protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2529
+ protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
2530
+ protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2531
+ protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2532
+ protected labelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2450
2533
  protected inputClasses(fieldName: string): string;
2451
- protected urlPrefixClasses(): string;
2534
+ protected urlPrefixClasses: _angular_core.Signal<"bg-slate-100 text-slate-600 border-slate-300" | "bg-slate-600 text-slate-300 border-slate-600">;
2452
2535
  protected urlInputClasses(fieldName: string): string;
2453
2536
  protected radioPlatformClasses(platform: ShopPlatformEnum): string;
2454
2537
  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;
2538
+ protected radioLabelClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2539
+ 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">;
2540
+ protected checkboxLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2541
+ protected errorClasses: _angular_core.Signal<string>;
2542
+ protected viewLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2543
+ protected viewValueClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2544
+ protected viewLinkClasses: _angular_core.Signal<"text-blue-600 hover:text-blue-700" | "text-blue-400 hover:text-blue-300">;
2545
+ protected editButtonClasses: _angular_core.Signal<"bg-blue-500 text-white hover:bg-blue-600" | "bg-blue-600 text-white hover:bg-blue-700">;
2546
+ protected stickyButtonContainerClasses: _angular_core.Signal<"bg-white/90 border-slate-200" | "bg-slate-900/90 border-slate-700">;
2547
+ protected cancelButtonClasses: _angular_core.Signal<"bg-slate-700 text-slate-300 hover:bg-slate-600" | "bg-slate-200 text-slate-700 hover:bg-slate-300">;
2548
+ protected continueButtonClasses: _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" | "bg-slate-300 text-slate-500" | "bg-slate-700 text-slate-500">;
2549
+ protected progressBadgeClasses: _angular_core.Signal<"bg-blue-100 text-blue-700 border border-blue-200" | "bg-emerald-100 text-emerald-700 border border-emerald-200" | "bg-emerald-900/30 text-emerald-400 border border-emerald-700" | "bg-blue-900/30 text-blue-400 border border-blue-700">;
2550
+ protected dividerClasses: _angular_core.Signal<"border-t border-slate-200" | "border-t border-slate-700">;
2468
2551
  protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2469
2552
  protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2470
- protected focusAreaViewTitleClasses(): string;
2471
- protected focusAreaViewTitleSmallClasses(): string;
2553
+ protected focusAreaViewTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2554
+ protected focusAreaViewTitleSmallClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2472
2555
  protected statusBadgeClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2473
- protected toolsLabelViewClasses(): string;
2474
- protected toolChipViewClasses(): string;
2475
- protected validationMessageClasses(): string;
2556
+ protected toolsLabelViewClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2557
+ protected toolChipViewClasses: _angular_core.Signal<"bg-white text-emerald-700 border border-emerald-200" | "bg-slate-800 text-emerald-300 border border-emerald-700">;
2558
+ 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
2559
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqCreateAccountDashboardComponent, never>;
2477
2560
  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
2561
  }
@@ -2489,23 +2572,32 @@ declare class FocusAreaQuestionComponent {
2489
2572
  statusChange: _angular_core.OutputEmitterRef<FocusAreaDetailStatusEnum>;
2490
2573
  toolsClick: _angular_core.OutputEmitterRef<void>;
2491
2574
  protected FocusAreaDetailStatusEnum: typeof FocusAreaDetailStatusEnum;
2492
- protected isLightMode(): boolean;
2575
+ protected isLight: _angular_core.Signal<boolean>;
2576
+ protected radioOptionsDisplay: _angular_core.Signal<{
2577
+ status: FocusAreaDetailStatusEnum;
2578
+ label: string;
2579
+ description: string;
2580
+ optionClasses: string;
2581
+ indicatorClasses: string;
2582
+ labelClasses: string;
2583
+ isSelected: boolean;
2584
+ }[]>;
2585
+ private computeRadioOptionClasses;
2586
+ private computeRadioIndicatorClasses;
2587
+ private computeRadioLabelClasses;
2588
+ protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2589
+ protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
2590
+ protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2591
+ protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2592
+ protected notAnsweredBadgeClasses: _angular_core.Signal<"bg-orange-100 text-orange-700 border border-orange-200" | "bg-orange-900/30 text-orange-400 border border-orange-700">;
2593
+ protected radioDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2594
+ protected toolsLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2595
+ 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">;
2596
+ 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">;
2597
+ protected placeholderClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
2598
+ protected editIconClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
2493
2599
  protected onStatusChange(status: FocusAreaDetailStatusEnum): void;
2494
2600
  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
2601
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaQuestionComponent, never>;
2510
2602
  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
2603
  }
@@ -2522,26 +2614,29 @@ declare class FocusAreaToolsModalComponent {
2522
2614
  protected otherToolsText: _angular_core.WritableSignal<string>;
2523
2615
  protected predefinedTools: _angular_core.WritableSignal<string[]>;
2524
2616
  protected hasAnyToolSelected: _angular_core.Signal<boolean>;
2617
+ protected toolsDisplay: _angular_core.Signal<{
2618
+ tool: string;
2619
+ isSelected: boolean;
2620
+ }[]>;
2621
+ protected isLight: _angular_core.Signal<boolean>;
2622
+ protected backdropClasses: _angular_core.Signal<"bg-black/15" | "bg-black/40">;
2623
+ protected containerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
2624
+ 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">;
2625
+ protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
2626
+ 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">;
2627
+ protected labelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2628
+ 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">;
2629
+ protected checkboxLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2630
+ 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">;
2631
+ 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">;
2632
+ protected cancelButtonClasses: _angular_core.Signal<"bg-slate-700 text-slate-300 hover:bg-slate-600" | "bg-slate-200 text-slate-700 hover:bg-slate-300">;
2633
+ 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
2634
  constructor();
2526
2635
  onEscapeKey(): void;
2527
- protected isLightMode(): boolean;
2528
- protected isToolSelected(tool: string): boolean;
2529
2636
  protected onToolToggle(tool: string, event: Event): void;
2530
2637
  protected onBackdropClick(): void;
2531
2638
  protected onClose(): void;
2532
2639
  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
2640
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaToolsModalComponent, never>;
2546
2641
  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
2642
  }
@@ -2576,6 +2671,14 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
2576
2671
  protected currentSelectingPropertyId: _angular_core.WritableSignal<number | undefined>;
2577
2672
  protected isConnecting: _angular_core.Signal<boolean>;
2578
2673
  protected sortedGaProperties: _angular_core.Signal<GaPropertyInterface[] | undefined>;
2674
+ protected propertiesDisplay: _angular_core.Signal<{
2675
+ property: GaPropertyInterface;
2676
+ cardClasses: string;
2677
+ radioClasses: string;
2678
+ isSelected: boolean;
2679
+ }[]>;
2680
+ private computePropertyCardClasses;
2681
+ private computeRadioIndicatorClasses;
2579
2682
  protected isConnectState: _angular_core.Signal<boolean>;
2580
2683
  protected isSelectionState: _angular_core.Signal<boolean | undefined>;
2581
2684
  protected isSelectedState: _angular_core.Signal<boolean | undefined>;
@@ -2623,8 +2726,6 @@ declare class SymphiqConnectGaDashboardComponent implements AfterViewInit, OnDes
2623
2726
  protected chevronClasses(): string;
2624
2727
  protected expandedContentClasses(): string;
2625
2728
  protected expandedTextClasses(): string;
2626
- protected propertyCardClasses(propertyId: number): string;
2627
- protected radioIndicatorClasses(propertyId: number): string;
2628
2729
  protected propertyNameClasses(): string;
2629
2730
  protected accountNameClasses(): string;
2630
2731
  protected selectedPropertyCardClasses(): string;
@@ -2805,7 +2906,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2805
2906
  protected animatedPercentage: _angular_core.Signal<string>;
2806
2907
  protected extractPercentage: _angular_core.Signal<string>;
2807
2908
  protected displayTextWithoutPercentage: _angular_core.Signal<string>;
2808
- protected overlayBadgeClasses: _angular_core.Signal<"bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
2909
+ protected overlayBadgeClasses: _angular_core.Signal<"bg-emerald-500 text-white" | "bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
2809
2910
  protected overlaySizeClasses: _angular_core.Signal<"px-2 py-1.5 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1 -mr-1 z-10 inline-flex items-center gap-0.5 tabular-nums" | "px-2.5 py-2 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1.5 -mr-1 z-10 inline-flex items-center gap-1 tabular-nums">;
2810
2911
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PacingStatusBadgeComponent, never>;
2811
2912
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<PacingStatusBadgeComponent, "symphiq-pacing-status-badge", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "pacingPercentage": { "alias": "pacingPercentage"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "showAsFullText": { "alias": "showAsFullText"; "required": false; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "showEmphasizedPercentage": { "alias": "showEmphasizedPercentage"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -4000,6 +4101,9 @@ declare class SymphiqProfileFocusAreaDashboardComponent {
4000
4101
  forDemo: _angular_core.InputSignal<boolean>;
4001
4102
  currentUser: _angular_core.InputSignal<UserInterface | undefined>;
4002
4103
  embedded: _angular_core.InputSignal<boolean>;
4104
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | undefined>;
4105
+ scrollElement: _angular_core.InputSignal<HTMLElement | null>;
4106
+ scrollProgress: _angular_core.WritableSignal<number>;
4003
4107
  startCategoryQuestions: _angular_core.OutputEmitterRef<string>;
4004
4108
  answerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent$1>;
4005
4109
  continueClick: _angular_core.OutputEmitterRef<void>;
@@ -4023,7 +4127,7 @@ declare class SymphiqProfileFocusAreaDashboardComponent {
4023
4127
  protected getEmptyStateTitleClasses(): string;
4024
4128
  protected getEmptyStateSubtitleClasses(): string;
4025
4129
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileFocusAreaDashboardComponent, never>;
4026
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileFocusAreaDashboardComponent, "symphiq-profile-focus-area-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "profileFocusArea": { "alias": "profileFocusArea"; "required": false; "isSignal": true; }; "profileFocusAreaQuestions": { "alias": "profileFocusAreaQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "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; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "answerSave": "answerSave"; "continueClick": "continueClick"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
4130
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileFocusAreaDashboardComponent, "symphiq-profile-focus-area-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "profileFocusArea": { "alias": "profileFocusArea"; "required": false; "isSignal": true; }; "profileFocusAreaQuestions": { "alias": "profileFocusAreaQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "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; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "answerSave": "answerSave"; "continueClick": "continueClick"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
4027
4131
  }
4028
4132
 
4029
4133
  type ProfileModalData$1 = {
@@ -4301,6 +4405,9 @@ declare class SymphiqProfileMetricDashboardComponent {
4301
4405
  forDemo: _angular_core.InputSignal<boolean>;
4302
4406
  currentUser: _angular_core.InputSignal<UserInterface | undefined>;
4303
4407
  embedded: _angular_core.InputSignal<boolean>;
4408
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | undefined>;
4409
+ scrollElement: _angular_core.InputSignal<HTMLElement | null>;
4410
+ scrollProgress: _angular_core.WritableSignal<number>;
4304
4411
  startCategoryQuestions: _angular_core.OutputEmitterRef<string>;
4305
4412
  answerSave: _angular_core.OutputEmitterRef<ProfileQuestionAnswerSaveEvent$1>;
4306
4413
  continueClick: _angular_core.OutputEmitterRef<void>;
@@ -4324,7 +4431,7 @@ declare class SymphiqProfileMetricDashboardComponent {
4324
4431
  protected getEmptyStateTitleClasses(): string;
4325
4432
  protected getEmptyStateSubtitleClasses(): string;
4326
4433
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileMetricDashboardComponent, never>;
4327
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileMetricDashboardComponent, "symphiq-profile-metric-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "profileMetric": { "alias": "profileMetric"; "required": false; "isSignal": true; }; "funnelMetric": { "alias": "funnelMetric"; "required": false; "isSignal": true; }; "profileMetricQuestions": { "alias": "profileMetricQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "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; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "answerSave": "answerSave"; "continueClick": "continueClick"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
4434
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileMetricDashboardComponent, "symphiq-profile-metric-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "profileMetric": { "alias": "profileMetric"; "required": false; "isSignal": true; }; "funnelMetric": { "alias": "funnelMetric"; "required": false; "isSignal": true; }; "profileMetricQuestions": { "alias": "profileMetricQuestions"; "required": false; "isSignal": true; }; "profileAnswers": { "alias": "profileAnswers"; "required": false; "isSignal": true; }; "profileAnswerHistories": { "alias": "profileAnswerHistories"; "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; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "answerSave": "answerSave"; "continueClick": "continueClick"; "adminAnswerAction": "adminAnswerAction"; }, never, never, true, never>;
4328
4435
  }
4329
4436
 
4330
4437
  interface ChartDataPoint {
@@ -4559,32 +4666,40 @@ declare class FocusAreaExecutiveSummaryComponent {
4559
4666
  index: number;
4560
4667
  }>;
4561
4668
  protected readonly IconSourceEnum: typeof IconSourceEnum;
4669
+ protected isLight: _angular_core.Signal<boolean>;
4670
+ protected quickWinsDisplay: _angular_core.Signal<{
4671
+ win: QuickWinItemInterface;
4672
+ effortLabel: string;
4673
+ impactLabel: string;
4674
+ effortBadgeClasses: string;
4675
+ impactBadgeClasses: string;
4676
+ }[]>;
4677
+ private computeFormatLabel;
4678
+ private computeEffortBadgeClasses;
4679
+ private computeImpactBadgeClasses;
4680
+ protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4681
+ protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4682
+ protected subheadingClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
4683
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4684
+ protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/30 border border-slate-700/50">;
4685
+ 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">;
4686
+ protected topPrioritiesStatLabelClasses: _angular_core.Signal<"text-purple-700" | "text-purple-400">;
4687
+ protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
4688
+ protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-700" | "text-purple-400">;
4689
+ protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-500/10 border-2 border-blue-500/30 hover:border-blue-400/50 hover:shadow-lg hover:shadow-blue-500/10" | "bg-blue-50 border-2 border-blue-200 hover:border-blue-400 hover:shadow-lg hover:shadow-blue-100/50">;
4690
+ protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4691
+ protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-100" | "text-blue-900">;
4692
+ protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4693
+ 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">;
4694
+ protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4695
+ 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">;
4696
+ protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4562
4697
  protected onTopPrioritiesClick(): void;
4563
4698
  protected onPriorityDetailClick(event: {
4564
4699
  priority: FocusAreaTopPriorityInterface;
4565
4700
  index: number;
4566
4701
  }): void;
4567
4702
  protected scrollToQuickWins(): void;
4568
- protected formatLabel(label?: string): string;
4569
- protected getBannerClasses(): string;
4570
- protected getSectionTitleClasses(): string;
4571
- protected getSubheadingClasses(): string;
4572
- protected getTextClasses(): string;
4573
- protected getNarrativeClasses(): string;
4574
- protected getTopPrioritiesStatCardClasses(): string;
4575
- protected getTopPrioritiesStatLabelClasses(): string;
4576
- protected getTopPrioritiesStatValueClasses(): string;
4577
- protected getTopPrioritiesButtonTextClasses(): string;
4578
- protected getQuickWinsStatCardClasses(): string;
4579
- protected getQuickWinsStatLabelClasses(): string;
4580
- protected getQuickWinsStatValueClasses(): string;
4581
- protected getQuickWinsButtonTextClasses(): string;
4582
- protected getQuickWinCardClasses(): string;
4583
- protected getQuickWinTextClasses(): string;
4584
- protected getNumberBadgeClasses(): string;
4585
- protected getEffortBadgeClasses(effort?: string): string;
4586
- protected getImpactBadgeClasses(impact?: string): string;
4587
- protected getMetaTextClasses(): string;
4588
4703
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaExecutiveSummaryComponent, never>;
4589
4704
  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>;
4590
4705
  }
@@ -4605,7 +4720,7 @@ declare class MetricExecutiveSummaryComponent {
4605
4720
  protected projectedValue: _angular_core.Signal<string | undefined>;
4606
4721
  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">;
4607
4722
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4608
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4723
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4609
4724
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4610
4725
  protected healthBadgeClasses: _angular_core.Signal<string>;
4611
4726
  protected pacingBadgeClasses: _angular_core.Signal<string>;
@@ -4615,19 +4730,19 @@ declare class MetricExecutiveSummaryComponent {
4615
4730
  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">;
4616
4731
  protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4617
4732
  protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4618
- protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
4733
+ protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
4619
4734
  protected getYoyIcon(): string;
4620
4735
  protected getPacingValueClasses(): string;
4621
4736
  protected getHealthValueClasses(): string;
4622
4737
  protected healthDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4623
4738
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
4624
- protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4739
+ protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
4625
4740
  protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4626
4741
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4627
4742
  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">;
4628
4743
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
4629
4744
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4630
- protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4745
+ protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4631
4746
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
4632
4747
  protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4633
4748
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
@@ -5002,7 +5117,7 @@ declare class CircularProgressComponent implements OnInit, OnDestroy {
5002
5117
  backgroundColor: _angular_core.InputSignal<string>;
5003
5118
  showPercentage: _angular_core.InputSignal<boolean>;
5004
5119
  textClasses: _angular_core.InputSignal<string>;
5005
- strokeLinecap: _angular_core.InputSignal<"square" | "round" | "butt">;
5120
+ strokeLinecap: _angular_core.InputSignal<"round" | "butt" | "square">;
5006
5121
  animationDuration: _angular_core.InputSignal<number>;
5007
5122
  animationDelay: _angular_core.InputSignal<number>;
5008
5123
  private elementRef;
@@ -5107,10 +5222,17 @@ declare class SearchModalComponent {
5107
5222
  clearSearch(): void;
5108
5223
  closeModal(): void;
5109
5224
  selectResult(result: BusinessSearchResult): void;
5110
- getResultClass(index: number): string;
5111
- getTypeIconBgClass(type: string): string;
5112
- getTypeIconClass(type: string): string;
5113
- getTypeBadgeText(result: BusinessSearchResult): string;
5225
+ protected resultsDisplay: _angular_core.Signal<{
5226
+ result: BusinessSearchResult;
5227
+ resultClass: string;
5228
+ typeIconBgClass: string;
5229
+ typeIconClass: string;
5230
+ typeBadgeText: string;
5231
+ }[]>;
5232
+ private computeResultClass;
5233
+ private computeTypeIconBgClass;
5234
+ private computeTypeIconClass;
5235
+ private computeTypeBadgeText;
5114
5236
  containerClass: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
5115
5237
  inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
5116
5238
  iconClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
@@ -5180,7 +5302,7 @@ declare class GradeBadgeComponent {
5180
5302
  gradeRationale: _angular_core.InputSignal<string>;
5181
5303
  label: _angular_core.InputSignal<string>;
5182
5304
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5183
- tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
5305
+ tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
5184
5306
  isLightMode: _angular_core.Signal<boolean>;
5185
5307
  formattedGrade: _angular_core.Signal<string>;
5186
5308
  shouldPulse: _angular_core.Signal<boolean>;
@@ -5276,15 +5398,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5276
5398
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
5277
5399
  protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
5278
5400
  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)]">;
5279
- protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-blue-300" | "text-emerald-300" | "text-red-300" | "text-orange-700" | "text-orange-300">;
5401
+ protected gradeLabelClasses: _angular_core.Signal<"text-blue-300" | "text-blue-700" | "text-emerald-300" | "text-emerald-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-orange-300">;
5280
5402
  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">;
5281
- protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5282
- protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5283
- protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-blue-400" | "text-orange-600" | "text-red-600" | "text-blue-600" | "text-orange-400">;
5403
+ protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5404
+ protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5405
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-blue-400" | "text-blue-600" | "text-red-600" | "text-red-400" | "text-orange-600" | "text-orange-400">;
5284
5406
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5285
5407
  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">;
5286
5408
  protected shimmerClasses: _angular_core.Signal<string>;
5287
- protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-orange-500 to-amber-500" | "bg-gradient-to-r from-red-500 to-rose-500">;
5409
+ protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-orange-500 to-amber-500" | "bg-gradient-to-r from-red-500 to-rose-500">;
5288
5410
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
5289
5411
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConfidenceLevelCardComponent, "symphiq-confidence-level-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "currentFocusAreaDomain": { "alias": "currentFocusAreaDomain"; "required": false; "isSignal": true; }; "currentMetric": { "alias": "currentMetric"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5290
5412
  }
@@ -5331,7 +5453,7 @@ declare class ContentGenerationProgressComponent {
5331
5453
  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">;
5332
5454
  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">;
5333
5455
  protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5334
- protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5456
+ protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5335
5457
  protected progressBarContainerClasses: _angular_core.Signal<string>;
5336
5458
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
5337
5459
  protected progressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600 shadow-lg shadow-blue-500/40" | "bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-500 shadow-lg shadow-blue-400/40">;
@@ -5365,10 +5487,10 @@ declare class IndeterminateSpinnerComponent {
5365
5487
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5366
5488
  size: _angular_core.InputSignal<SpinnerSize>;
5367
5489
  color: _angular_core.InputSignal<string | undefined>;
5368
- svgSize: _angular_core.Signal<80 | 60 | 40>;
5490
+ svgSize: _angular_core.Signal<60 | 40 | 80>;
5369
5491
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5370
5492
  svgCircleRadius: _angular_core.Signal<number>;
5371
- strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
5493
+ strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
5372
5494
  dotSize: _angular_core.Signal<10 | 5 | 7>;
5373
5495
  containerClasses: _angular_core.Signal<{
5374
5496
  'w-10 h-10': boolean;
@@ -5433,7 +5555,7 @@ declare class ChartContainerComponent {
5433
5555
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5434
5556
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5435
5557
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
5436
- chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
5558
+ chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
5437
5559
  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">;
5438
5560
  closeButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700/50 text-slate-400 hover:bg-slate-600/50">;
5439
5561
  isCollapsible: _angular_core.Signal<boolean>;
@@ -5571,6 +5693,7 @@ declare class AreaChartComponent implements OnInit, AfterViewInit, OnDestroy {
5571
5693
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5572
5694
  currencySymbol: _angular_core.InputSignal<string>;
5573
5695
  height: _angular_core.InputSignal<string | undefined>;
5696
+ disableInteractions: _angular_core.InputSignal<boolean>;
5574
5697
  chartHeight: _angular_core.Signal<string>;
5575
5698
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
5576
5699
  chartHash: _angular_core.Signal<string>;
@@ -5599,7 +5722,7 @@ declare class AreaChartComponent implements OnInit, AfterViewInit, OnDestroy {
5599
5722
  private cleanupIntersectionObserver;
5600
5723
  private createChart;
5601
5724
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AreaChartComponent, never>;
5602
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AreaChartComponent, "symphiq-area-chart", never, { "chart": { "alias": "chart"; "required": false; "isSignal": true; }; "showAxisLabels": { "alias": "showAxisLabels"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5725
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AreaChartComponent, "symphiq-area-chart", never, { "chart": { "alias": "chart"; "required": false; "isSignal": true; }; "showAxisLabels": { "alias": "showAxisLabels"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currencySymbol": { "alias": "currencySymbol"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "disableInteractions": { "alias": "disableInteractions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5603
5726
  }
5604
5727
 
5605
5728
  declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
@@ -5615,7 +5738,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
5615
5738
  isVisible: _angular_core.Signal<boolean>;
5616
5739
  tooltipType: _angular_core.Signal<string | null>;
5617
5740
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
5618
- tooltipPosition: _angular_core.Signal<"top" | "auto" | "left" | "right" | "bottom">;
5741
+ tooltipPosition: _angular_core.Signal<"left" | "right" | "top" | "bottom" | "auto">;
5619
5742
  targetRect: _angular_core.Signal<DOMRect | null>;
5620
5743
  mousePosition: _angular_core.Signal<{
5621
5744
  x: number;
@@ -5640,7 +5763,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
5640
5763
  shouldCenter: _angular_core.Signal<boolean>;
5641
5764
  containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
5642
5765
  contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
5643
- textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
5766
+ textClass: _angular_core.Signal<"text-slate-200" | "text-slate-700">;
5644
5767
  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">;
5645
5768
  transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
5646
5769
  constructor();