@eric-emg/symphiq-components 1.2.547 → 1.2.549

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
@@ -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<"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>;
1075
+ modalType: _angular_core.Signal<"insight" | "metric" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "business-insight-detail" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | null>;
1076
1076
  charts: _angular_core.Signal<AiChartInterface[]>;
1077
1077
  modalKey: _angular_core.Signal<number>;
1078
1078
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1091,7 +1091,7 @@ declare class ModalComponent {
1091
1091
  description: string;
1092
1092
  icon: string;
1093
1093
  } | null>;
1094
- metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1094
+ metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | 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<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1102
+ chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | 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<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1110
+ recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | 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<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1118
+ competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1119
1119
  competitiveAnalysisContext: _angular_core.Signal<{
1120
1120
  title: string;
1121
1121
  description: string;
@@ -1505,7 +1505,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
1505
1505
  private chartsById;
1506
1506
  headerClass: _angular_core.Signal<string>;
1507
1507
  headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1508
- headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1508
+ headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
1509
1509
  metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
1510
1510
  sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1511
1511
  selectClass: _angular_core.Signal<"bg-white text-slate-900 border-slate-300 hover:border-blue-400 transition-all duration-200" | "bg-slate-700 text-white border-slate-600 hover:border-slate-500 transition-all duration-200">;
@@ -1638,7 +1638,7 @@ declare class MetricCardComponent {
1638
1638
  glowClass: _angular_core.Signal<"" | "shadow-emerald-500/50 shadow-lg animate-pulse-glow">;
1639
1639
  deltaValue: _angular_core.Signal<number>;
1640
1640
  deltaPercent: _angular_core.Signal<number>;
1641
- deltaClass: _angular_core.Signal<"text-slate-400" | "text-emerald-400" | "text-red-400">;
1641
+ deltaClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-slate-400">;
1642
1642
  openInsightModal(insight: InsightBlockInterface): void;
1643
1643
  openInsightsModal(): void;
1644
1644
  openChartModal(chart: AiChartInterface): void;
@@ -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 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">;
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">;
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">;
@@ -1914,10 +1914,10 @@ declare class OverallAssessmentComponent {
1914
1914
  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
1915
  lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1916
1916
  darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1917
- trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
1917
+ trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
1918
1918
  lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1919
1919
  darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1920
- trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
1920
+ trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-red-600">;
1921
1921
  formattedRevenueTrend: _angular_core.Signal<string>;
1922
1922
  formattedRevenueTarget: _angular_core.Signal<string>;
1923
1923
  hasRevenuePacing: _angular_core.Signal<boolean>;
@@ -2197,7 +2197,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2197
2197
  topMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
2198
2198
  formattedRevenueValue: _angular_core.Signal<string>;
2199
2199
  formattedRevenueTrend: _angular_core.Signal<string>;
2200
- revenueStatusIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2200
+ revenueStatusIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2201
2201
  hasCompetitiveData: _angular_core.Signal<boolean>;
2202
2202
  hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
2203
2203
  overallCompetitiveDescription: _angular_core.Signal<string>;
@@ -2239,7 +2239,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2239
2239
  competitiveTooltip: _angular_core.Signal<{
2240
2240
  industry: string;
2241
2241
  metricBenchmark: string;
2242
- competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
2242
+ competitiveScore: "LAGGING" | "LEADING" | "COMPETITIVE";
2243
2243
  description: string;
2244
2244
  keyOpportunities: string;
2245
2245
  }>;
@@ -2790,7 +2790,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2790
2790
  private animateValue;
2791
2791
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2792
2792
  protected containerClasses: _angular_core.Signal<string>;
2793
- protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2793
+ protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2794
2794
  protected rotationStyle: _angular_core.Signal<string>;
2795
2795
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2796
2796
  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">;
@@ -2816,6 +2816,7 @@ interface ProgressToTargetData {
2816
2816
  paceValue: number;
2817
2817
  targetValue: number;
2818
2818
  status: 'ahead' | 'on-pace' | 'behind';
2819
+ pacingPercentage?: number;
2819
2820
  }
2820
2821
 
2821
2822
  declare class MetricReportModalComponent {
@@ -4444,7 +4445,7 @@ declare class SymphiqProfileAnalysisMetricDashboardComponent implements OnInit,
4444
4445
  }[]>;
4445
4446
  protected displayModeLabel: _angular_core.Signal<string>;
4446
4447
  protected allMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
4447
- protected allCharts: _angular_core.Signal<_jebgem_model.AiChartInterface[]>;
4448
+ protected allCharts: _angular_core.Signal<AiChartInterface[]>;
4448
4449
  protected allInsights: _angular_core.Signal<_jebgem_model.InsightBlockInterface[]>;
4449
4450
  protected allBusinessInsights: _angular_core.Signal<_jebgem_model.ProfileAnalysisRecommendationInterface[]>;
4450
4451
  protected funnelStrengths: _angular_core.Signal<_jebgem_model_lib_funnel_analysis_performance_overview_structured_v3_interface.FunnelStrengthInterface[]>;
@@ -4465,7 +4466,7 @@ declare class SymphiqProfileAnalysisMetricDashboardComponent implements OnInit,
4465
4466
  priority: TopPriorityInterface;
4466
4467
  index: number;
4467
4468
  }): void;
4468
- protected chartsForMetric(metric: PerformanceMetricInterface): any[];
4469
+ protected chartsForMetric(metric: PerformanceMetricInterface): AiChartInterface[];
4469
4470
  protected handleViewMetricDetailsClick(): void;
4470
4471
  protected handleViewReportClick(metricKey: string): void;
4471
4472
  protected openMetricReport(metricEnum: string): void;
@@ -4597,7 +4598,6 @@ declare class MetricExecutiveSummaryComponent {
4597
4598
  priorityDetailClick: _angular_core.OutputEmitterRef<any>;
4598
4599
  viewMetricDetailsClick: _angular_core.OutputEmitterRef<void>;
4599
4600
  viewReportClick: _angular_core.OutputEmitterRef<void>;
4600
- constructor();
4601
4601
  protected handleViewMetricDetailsClick(): void;
4602
4602
  protected handleViewReportClick(): void;
4603
4603
  protected iconSource: IconSourceEnum;
@@ -4613,16 +4613,16 @@ declare class MetricExecutiveSummaryComponent {
4613
4613
  protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4614
4614
  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
4615
  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">;
4616
+ protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4617
4617
  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-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
4618
+ protected yoyChangeClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-slate-400" | "text-emerald-600" | "text-slate-600" | "text-red-600">;
4619
4619
  protected getYoyIcon(): string;
4620
4620
  protected getPacingValueClasses(): string;
4621
4621
  protected getHealthValueClasses(): string;
4622
4622
  protected healthDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4623
4623
  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-200" | "text-slate-800">;
4625
- protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4624
+ protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4625
+ protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4626
4626
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4627
4627
  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
4628
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
@@ -4630,15 +4630,16 @@ declare class MetricExecutiveSummaryComponent {
4630
4630
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4631
4631
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
4632
4632
  protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4633
- protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4633
+ protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4634
4634
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4635
4635
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
4636
4636
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4637
- protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4637
+ protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4638
4638
  protected getEffortBadgeClasses(effort: string | undefined): string;
4639
4639
  protected getImpactBadgeClasses(impact: string | undefined): string;
4640
4640
  protected formatMetricName(name: string): string;
4641
4641
  protected formatLabel(str: string | undefined): string;
4642
+ protected formatNumber(value: string | number | undefined): string;
4642
4643
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricExecutiveSummaryComponent, never>;
4643
4644
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<MetricExecutiveSummaryComponent, "symphiq-metric-executive-summary", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "summary": { "alias": "summary"; "required": true; "isSignal": true; }; "metricName": { "alias": "metricName"; "required": false; "isSignal": true; }; "allGoals": { "alias": "allGoals"; "required": false; "isSignal": true; }; }, { "topPrioritiesClick": "topPrioritiesClick"; "priorityDetailClick": "priorityDetailClick"; "viewMetricDetailsClick": "viewMetricDetailsClick"; "viewReportClick": "viewReportClick"; }, never, never, true, never>;
4644
4645
  }
@@ -4945,7 +4946,7 @@ declare class FocusAreaStatusCardComponent {
4945
4946
  protected generatingMessage: _angular_core.Signal<"Generating Profile Questions..." | "Generating Analysis..." | "Generating...">;
4946
4947
  protected hasAnalysis: _angular_core.Signal<boolean>;
4947
4948
  protected hasProfile: _angular_core.Signal<boolean>;
4948
- protected profileCompletionPercentage: _angular_core.Signal<0 | 100 | 50>;
4949
+ protected profileCompletionPercentage: _angular_core.Signal<0 | 50 | 100>;
4949
4950
  protected isProfileComplete: _angular_core.Signal<boolean>;
4950
4951
  protected handleCardClick(): void;
4951
4952
  protected cardClasses(): string;
@@ -5001,7 +5002,7 @@ declare class CircularProgressComponent implements OnInit, OnDestroy {
5001
5002
  backgroundColor: _angular_core.InputSignal<string>;
5002
5003
  showPercentage: _angular_core.InputSignal<boolean>;
5003
5004
  textClasses: _angular_core.InputSignal<string>;
5004
- strokeLinecap: _angular_core.InputSignal<"square" | "round" | "butt">;
5005
+ strokeLinecap: _angular_core.InputSignal<"round" | "butt" | "square">;
5005
5006
  animationDuration: _angular_core.InputSignal<number>;
5006
5007
  animationDelay: _angular_core.InputSignal<number>;
5007
5008
  private elementRef;
@@ -5114,17 +5115,17 @@ declare class SearchModalComponent {
5114
5115
  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">;
5115
5116
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5116
5117
  resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5117
- resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5118
+ resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5118
5119
  breadcrumbClass: _angular_core.Signal<string>;
5119
5120
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
5120
5121
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5121
5122
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5122
- emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
5123
+ emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
5123
5124
  emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5124
- emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5125
- shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
5125
+ emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5126
+ shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
5126
5127
  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">;
5127
- shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5128
+ shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5128
5129
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
5129
5130
  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>;
5130
5131
  }
@@ -5176,7 +5177,7 @@ declare class GradeBadgeComponent {
5176
5177
  gradeRationale: _angular_core.InputSignal<string>;
5177
5178
  label: _angular_core.InputSignal<string>;
5178
5179
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5179
- tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
5180
+ tooltipPosition: _angular_core.InputSignal<"top" | "left" | "right" | "bottom">;
5180
5181
  isLightMode: _angular_core.Signal<boolean>;
5181
5182
  formattedGrade: _angular_core.Signal<string>;
5182
5183
  shouldPulse: _angular_core.Signal<boolean>;
@@ -5186,7 +5187,7 @@ declare class GradeBadgeComponent {
5186
5187
  explanation: string;
5187
5188
  }>;
5188
5189
  private formatGrade;
5189
- badgeLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5190
+ badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5190
5191
  gradeBadgeClass: _angular_core.Signal<string>;
5191
5192
  private getGradeBadgeClassLight;
5192
5193
  private getGradeBadgeClassDark;
@@ -5268,15 +5269,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5268
5269
  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">;
5269
5270
  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">;
5270
5271
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
5271
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5272
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5272
5273
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
5273
- protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
5274
+ protected glowEffectClasses: _angular_core.Signal<"bg-blue-500" | "bg-emerald-500" | "bg-orange-500" | "bg-red-500">;
5274
5275
  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)]">;
5275
- protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
5276
+ protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-emerald-300" | "text-blue-300" | "text-red-300" | "text-orange-700" | "text-orange-300">;
5276
5277
  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">;
5277
5278
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5278
5279
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5279
- protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
5280
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-red-400" | "text-emerald-600" | "text-blue-400" | "text-orange-600" | "text-blue-600" | "text-red-600" | "text-orange-400">;
5280
5281
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5281
5282
  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">;
5282
5283
  protected shimmerClasses: _angular_core.Signal<string>;
@@ -5298,12 +5299,12 @@ declare class RelatedContentSidebarComponent {
5298
5299
  protected funnelInsightsCount: _angular_core.Signal<number>;
5299
5300
  protected funnelMetricsCount: _angular_core.Signal<number>;
5300
5301
  protected businessInsightsCount: _angular_core.Signal<number>;
5301
- protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5302
+ protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5302
5303
  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">;
5303
5304
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
5304
5305
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5305
5306
  protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
5306
- protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5307
+ protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5307
5308
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
5308
5309
  protected onFunnelInsightsClick(): void;
5309
5310
  protected onFunnelMetricsClick(): void;
@@ -5326,7 +5327,7 @@ declare class ContentGenerationProgressComponent {
5326
5327
  protected containerClasses: _angular_core.Signal<string>;
5327
5328
  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">;
5328
5329
  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">;
5329
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5330
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5330
5331
  protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5331
5332
  protected progressBarContainerClasses: _angular_core.Signal<string>;
5332
5333
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
@@ -5334,7 +5335,7 @@ declare class ContentGenerationProgressComponent {
5334
5335
  protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
5335
5336
  protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
5336
5337
  protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
5337
- protected percentageClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5338
+ protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5338
5339
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
5339
5340
  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>;
5340
5341
  }
@@ -5361,11 +5362,11 @@ declare class IndeterminateSpinnerComponent {
5361
5362
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5362
5363
  size: _angular_core.InputSignal<SpinnerSize>;
5363
5364
  color: _angular_core.InputSignal<string | undefined>;
5364
- svgSize: _angular_core.Signal<40 | 80 | 60>;
5365
+ svgSize: _angular_core.Signal<80 | 60 | 40>;
5365
5366
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5366
5367
  svgCircleRadius: _angular_core.Signal<number>;
5367
- strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
5368
- dotSize: _angular_core.Signal<5 | 10 | 7>;
5368
+ strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
5369
+ dotSize: _angular_core.Signal<5 | 7 | 10>;
5369
5370
  containerClasses: _angular_core.Signal<{
5370
5371
  'w-10 h-10': boolean;
5371
5372
  'w-[60px] h-[60px]': boolean;
@@ -5418,7 +5419,7 @@ declare class ChartContainerComponent {
5418
5419
  isLightMode: _angular_core.InputSignal<boolean>;
5419
5420
  isLoading: _angular_core.InputSignal<boolean>;
5420
5421
  isCompactMode: _angular_core.InputSignal<boolean>;
5421
- collapsibleIn: _angular_core.InputSignal<"compact" | "expanded" | "never">;
5422
+ collapsibleIn: _angular_core.InputSignal<"expanded" | "compact" | "never">;
5422
5423
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5423
5424
  currencySymbol: _angular_core.InputSignal<string>;
5424
5425
  chartClick: _angular_core.OutputEmitterRef<AiChartInterface>;
@@ -5427,9 +5428,9 @@ declare class ChartContainerComponent {
5427
5428
  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">;
5428
5429
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5429
5430
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5430
- descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5431
+ descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5431
5432
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
5432
- chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
5433
+ chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
5433
5434
  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">;
5434
5435
  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">;
5435
5436
  isCollapsible: _angular_core.Signal<boolean>;
@@ -5493,7 +5494,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
5493
5494
  showAxisLabels: _angular_core.InputSignal<boolean>;
5494
5495
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5495
5496
  currencySymbol: _angular_core.InputSignal<string>;
5496
- chartHeight: _angular_core.Signal<"500px" | "175px">;
5497
+ chartHeight: _angular_core.Signal<"175px" | "500px">;
5497
5498
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
5498
5499
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
5499
5500
  chartHash: _angular_core.Signal<string>;
@@ -5530,7 +5531,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
5530
5531
  showAxisLabels: _angular_core.InputSignal<boolean>;
5531
5532
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5532
5533
  currencySymbol: _angular_core.InputSignal<string>;
5533
- chartHeight: _angular_core.Signal<"500px" | "200px">;
5534
+ chartHeight: _angular_core.Signal<"200px" | "500px">;
5534
5535
  chartHash: _angular_core.Signal<string>;
5535
5536
  chartDiv: ElementRef;
5536
5537
  private root?;
@@ -5611,7 +5612,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
5611
5612
  isVisible: _angular_core.Signal<boolean>;
5612
5613
  tooltipType: _angular_core.Signal<string | null>;
5613
5614
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
5614
- tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
5615
+ tooltipPosition: _angular_core.Signal<"top" | "auto" | "left" | "right" | "bottom">;
5615
5616
  targetRect: _angular_core.Signal<DOMRect | null>;
5616
5617
  mousePosition: _angular_core.Signal<{
5617
5618
  x: number;