@eric-emg/symphiq-components 1.2.555 → 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>;
@@ -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-emerald-600" | "text-blue-700" | "text-blue-400" | "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
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;
@@ -2239,7 +2285,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2239
2285
  competitiveTooltip: _angular_core.Signal<{
2240
2286
  industry: string;
2241
2287
  metricBenchmark: string;
2242
- competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
2288
+ competitiveScore: "LEADING" | "LAGGING" | "COMPETITIVE";
2243
2289
  description: string;
2244
2290
  keyOpportunities: string;
2245
2291
  }>;
@@ -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">;
@@ -3258,7 +3329,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
3258
3329
  baseZIndex: _angular_core.Signal<number>;
3259
3330
  backdropZIndex: _angular_core.Signal<number>;
3260
3331
  contentZIndex: _angular_core.Signal<number>;
3261
- 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>;
3262
3333
  horizontalBarData: _angular_core.Signal<{
3263
3334
  percentage: number;
3264
3335
  label: string;
@@ -4559,32 +4630,40 @@ declare class FocusAreaExecutiveSummaryComponent {
4559
4630
  index: number;
4560
4631
  }>;
4561
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">;
4562
4661
  protected onTopPrioritiesClick(): void;
4563
4662
  protected onPriorityDetailClick(event: {
4564
4663
  priority: FocusAreaTopPriorityInterface;
4565
4664
  index: number;
4566
4665
  }): void;
4567
4666
  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
4667
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FocusAreaExecutiveSummaryComponent, never>;
4589
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>;
4590
4669
  }
@@ -4606,35 +4685,35 @@ declare class MetricExecutiveSummaryComponent {
4606
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">;
4607
4686
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4608
4687
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4609
- protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4688
+ protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4610
4689
  protected healthBadgeClasses: _angular_core.Signal<string>;
4611
4690
  protected pacingBadgeClasses: _angular_core.Signal<string>;
4612
4691
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4613
- protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4692
+ protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4614
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">;
4615
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">;
4616
- protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4695
+ protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4617
4696
  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">;
4697
+ protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
4619
4698
  protected getYoyIcon(): string;
4620
4699
  protected getPacingValueClasses(): string;
4621
4700
  protected getHealthValueClasses(): string;
4622
4701
  protected healthDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4623
4702
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
4624
4703
  protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4625
- protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4704
+ protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4626
4705
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4627
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">;
4628
4707
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
4629
4708
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4630
4709
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4631
4710
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
4632
- protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4633
- 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">;
4634
4713
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4635
4714
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
4636
4715
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4637
- protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4716
+ protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4638
4717
  protected getEffortBadgeClasses(effort: string | undefined): string;
4639
4718
  protected getImpactBadgeClasses(impact: string | undefined): string;
4640
4719
  protected formatMetricName(name: string): string;
@@ -5114,21 +5193,21 @@ declare class SearchModalComponent {
5114
5193
  containerClass: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800 border border-slate-700">;
5115
5194
  inputClass: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400" | "bg-slate-800 text-white placeholder-slate-500">;
5116
5195
  iconClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5117
- 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">;
5118
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">;
5119
5198
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5120
5199
  resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5121
- resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5200
+ resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5122
5201
  breadcrumbClass: _angular_core.Signal<string>;
5123
- 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">;
5124
5203
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5125
5204
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5126
5205
  emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
5127
5206
  emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5128
- emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5207
+ emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5129
5208
  shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
5130
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">;
5131
- shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5210
+ shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5132
5211
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
5133
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>;
5134
5213
  }
@@ -5190,7 +5269,7 @@ declare class GradeBadgeComponent {
5190
5269
  explanation: string;
5191
5270
  }>;
5192
5271
  private formatGrade;
5193
- badgeLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5272
+ badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5194
5273
  gradeBadgeClass: _angular_core.Signal<string>;
5195
5274
  private getGradeBadgeClassLight;
5196
5275
  private getGradeBadgeClassDark;
@@ -5272,19 +5351,19 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5272
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">;
5273
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">;
5274
5353
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
5275
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5354
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5276
5355
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
5277
- protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
5356
+ protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
5278
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)]">;
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">;
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">;
5280
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">;
5281
5360
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5282
5361
  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">;
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">;
5284
5363
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5285
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">;
5286
5365
  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">;
5366
+ 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
5367
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
5289
5368
  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
5369
  }
@@ -5302,12 +5381,12 @@ declare class RelatedContentSidebarComponent {
5302
5381
  protected funnelInsightsCount: _angular_core.Signal<number>;
5303
5382
  protected funnelMetricsCount: _angular_core.Signal<number>;
5304
5383
  protected businessInsightsCount: _angular_core.Signal<number>;
5305
- protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5384
+ protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5306
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">;
5307
5386
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
5308
- protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5387
+ protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5309
5388
  protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
5310
- protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5389
+ protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5311
5390
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
5312
5391
  protected onFunnelInsightsClick(): void;
5313
5392
  protected onFunnelMetricsClick(): void;
@@ -5330,7 +5409,7 @@ declare class ContentGenerationProgressComponent {
5330
5409
  protected containerClasses: _angular_core.Signal<string>;
5331
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">;
5332
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">;
5333
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5412
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5334
5413
  protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5335
5414
  protected progressBarContainerClasses: _angular_core.Signal<string>;
5336
5415
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
@@ -5338,7 +5417,7 @@ declare class ContentGenerationProgressComponent {
5338
5417
  protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
5339
5418
  protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
5340
5419
  protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
5341
- protected percentageClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5420
+ protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5342
5421
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
5343
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>;
5344
5423
  }
@@ -5365,11 +5444,11 @@ declare class IndeterminateSpinnerComponent {
5365
5444
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5366
5445
  size: _angular_core.InputSignal<SpinnerSize>;
5367
5446
  color: _angular_core.InputSignal<string | undefined>;
5368
- svgSize: _angular_core.Signal<80 | 60 | 40>;
5447
+ svgSize: _angular_core.Signal<60 | 40 | 80>;
5369
5448
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5370
5449
  svgCircleRadius: _angular_core.Signal<number>;
5371
5450
  strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
5372
- dotSize: _angular_core.Signal<10 | 5 | 7>;
5451
+ dotSize: _angular_core.Signal<5 | 10 | 7>;
5373
5452
  containerClasses: _angular_core.Signal<{
5374
5453
  'w-10 h-10': boolean;
5375
5454
  'w-[60px] h-[60px]': boolean;
@@ -5431,9 +5510,9 @@ declare class ChartContainerComponent {
5431
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">;
5432
5511
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5433
5512
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5434
- descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5513
+ descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5435
5514
  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">;
5515
+ chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
5437
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">;
5438
5517
  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
5518
  isCollapsible: _angular_core.Signal<boolean>;
@@ -5454,7 +5533,7 @@ declare class LineChartComponent implements OnInit, AfterViewInit, OnDestroy {
5454
5533
  height: _angular_core.InputSignal<string | undefined>;
5455
5534
  chartHeight: _angular_core.Signal<string>;
5456
5535
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
5457
- tooltipTextColor: _angular_core.Signal<16777215 | 0>;
5536
+ tooltipTextColor: _angular_core.Signal<0 | 16777215>;
5458
5537
  chartHash: _angular_core.Signal<string>;
5459
5538
  chartDiv: ElementRef;
5460
5539
  private root?;
@@ -5497,7 +5576,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
5497
5576
  showAxisLabels: _angular_core.InputSignal<boolean>;
5498
5577
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5499
5578
  currencySymbol: _angular_core.InputSignal<string>;
5500
- chartHeight: _angular_core.Signal<"175px" | "500px">;
5579
+ chartHeight: _angular_core.Signal<"500px" | "175px">;
5501
5580
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
5502
5581
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
5503
5582
  chartHash: _angular_core.Signal<string>;
@@ -5534,7 +5613,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
5534
5613
  showAxisLabels: _angular_core.InputSignal<boolean>;
5535
5614
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5536
5615
  currencySymbol: _angular_core.InputSignal<string>;
5537
- chartHeight: _angular_core.Signal<"200px" | "500px">;
5616
+ chartHeight: _angular_core.Signal<"500px" | "200px">;
5538
5617
  chartHash: _angular_core.Signal<string>;
5539
5618
  chartDiv: ElementRef;
5540
5619
  private root?;
@@ -5770,11 +5849,11 @@ declare class FocusAreaDetailCardComponent {
5770
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">;
5771
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">;
5772
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">;
5773
- protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5852
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5774
5853
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
5775
5854
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
5776
5855
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
5777
- protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5856
+ protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5778
5857
  protected toggleExpanded(): void;
5779
5858
  protected toggleCompetitiveGap(): void;
5780
5859
  onExpandItem(event: CustomEvent): void;
@@ -5850,11 +5929,11 @@ declare class CompetitorAnalysisCardComponent {
5850
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">;
5851
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">;
5852
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">;
5853
- protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5932
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5854
5933
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
5855
5934
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
5856
5935
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
5857
- protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5936
+ protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5858
5937
  protected toggleExpanded(): void;
5859
5938
  protected navigateToItem(item: ProfileItemInterface): void;
5860
5939
  onExpandItem(event: CustomEvent): void;
@@ -5874,7 +5953,7 @@ declare class OpportunityHighlightBannerComponent {
5874
5953
  protected titleClasses: _angular_core.Signal<"text-amber-300" | "text-amber-900">;
5875
5954
  protected badgeClasses: _angular_core.Signal<"bg-amber-500/30 text-amber-300" | "bg-amber-200 text-amber-800">;
5876
5955
  protected messageClasses: _angular_core.Signal<"text-amber-700" | "text-amber-400/90">;
5877
- protected chevronClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
5956
+ protected chevronClasses: _angular_core.Signal<"text-amber-400" | "text-amber-600">;
5878
5957
  handleClick(event: Event): void;
5879
5958
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<OpportunityHighlightBannerComponent, never>;
5880
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>;