@eric-emg/symphiq-components 1.2.358 → 1.2.360

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
@@ -1058,7 +1058,7 @@ declare class ModalComponent {
1058
1058
  private animatedTrendValues;
1059
1059
  private animationFrames;
1060
1060
  isOpen: _angular_core.Signal<boolean>;
1061
- 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>;
1061
+ modalType: _angular_core.Signal<"chart" | "insight" | "metric" | "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>;
1062
1062
  charts: _angular_core.Signal<AiChartInterface[]>;
1063
1063
  modalKey: _angular_core.Signal<number>;
1064
1064
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1077,7 +1077,7 @@ declare class ModalComponent {
1077
1077
  description: string;
1078
1078
  icon: string;
1079
1079
  } | null>;
1080
- metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1080
+ metricsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1081
1081
  metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
1082
1082
  metricsListInsightContext: _angular_core.Signal<{
1083
1083
  title: string;
@@ -1085,7 +1085,7 @@ declare class ModalComponent {
1085
1085
  businessContext: string;
1086
1086
  priority: number;
1087
1087
  } | null>;
1088
- chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1088
+ chartsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1089
1089
  chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
1090
1090
  chartsListInsightContext: _angular_core.Signal<{
1091
1091
  title: string;
@@ -1093,7 +1093,7 @@ declare class ModalComponent {
1093
1093
  businessContext: string;
1094
1094
  priority: number;
1095
1095
  } | null>;
1096
- recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1096
+ recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1097
1097
  recommendationsListRecommendations: _angular_core.Signal<string[]>;
1098
1098
  recommendationsListInsightContext: _angular_core.Signal<{
1099
1099
  title: string;
@@ -1101,7 +1101,7 @@ declare class ModalComponent {
1101
1101
  businessContext: string;
1102
1102
  priority: number;
1103
1103
  } | null>;
1104
- competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | AiChartInterface | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1104
+ competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1105
1105
  competitiveAnalysisContext: _angular_core.Signal<{
1106
1106
  title: string;
1107
1107
  description: string;
@@ -1453,10 +1453,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
1453
1453
  */
1454
1454
  private chartsById;
1455
1455
  headerClass: _angular_core.Signal<string>;
1456
- headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1457
- headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1458
- metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
1459
- sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1456
+ headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1457
+ headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
1458
+ metaLabelClass: _angular_core.Signal<"text-slate-500" | "text-slate-600">;
1459
+ sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1460
1460
  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">;
1461
1461
  sortButtonClass: _angular_core.Signal<"bg-white text-slate-900 border border-slate-300 hover:bg-blue-50 hover:border-blue-400 hover:text-blue-600 transition-all duration-200" | "bg-slate-700 text-white border border-slate-600 hover:bg-slate-600 hover:border-slate-500 transition-all duration-200">;
1462
1462
  formattedGeneratedDate: _angular_core.Signal<string | null>;
@@ -1619,9 +1619,9 @@ declare class MetricCardComponent {
1619
1619
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1620
1620
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1621
1621
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1622
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1623
- competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1624
- competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1622
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-400" | "text-blue-700" | "text-orange-600">;
1623
+ competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
1624
+ competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1625
1625
  getCompetitiveScoreIcon(): string;
1626
1626
  getCompetitiveScoreLabel(): string;
1627
1627
  getCompetitiveScoreLabelFull(): string;
@@ -1862,10 +1862,10 @@ declare class OverallAssessmentComponent {
1862
1862
  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">;
1863
1863
  lightModeTrendIconClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1864
1864
  darkModeTrendIconClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1865
- trendIconClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
1865
+ trendIconClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-400" | "text-red-600">;
1866
1866
  lightModeTrendValueClass: _angular_core.Signal<"text-emerald-600" | "text-red-600">;
1867
1867
  darkModeTrendValueClass: _angular_core.Signal<"text-emerald-400" | "text-red-400">;
1868
- trendValueClass: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
1868
+ trendValueClass: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-red-400" | "text-red-600">;
1869
1869
  formattedRevenueTrend: _angular_core.Signal<string>;
1870
1870
  formattedRevenueTarget: _angular_core.Signal<string>;
1871
1871
  hasRevenuePacing: _angular_core.Signal<boolean>;
@@ -2751,7 +2751,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2751
2751
  private animateValue;
2752
2752
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2753
2753
  protected containerClasses: _angular_core.Signal<string>;
2754
- protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2754
+ protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2755
2755
  protected rotationStyle: _angular_core.Signal<string>;
2756
2756
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2757
2757
  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">;
@@ -3294,12 +3294,15 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
3294
3294
  account: _angular_core.InputSignal<AccountInterface | undefined>;
3295
3295
  profileShop: _angular_core.InputSignal<ProfileShopInterface | undefined>;
3296
3296
  profileShopQuestions: _angular_core.InputSignal<ProfileShopQuestionInterface[] | undefined>;
3297
+ profileShopAnswers: _angular_core.InputSignal<_jebgem_model.AbstractItemProfileAnswerInterface[] | undefined>;
3298
+ profileShopAnswerHistories: _angular_core.InputSignal<_jebgem_model.AbstractItemProfileAnswerHistoryInterface[] | undefined>;
3297
3299
  itemStatusProfileShop: _angular_core.InputSignal<ItemStatusInterface | undefined>;
3298
3300
  itemStatusProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface | undefined>;
3299
3301
  planCardInfos: _angular_core.InputSignal<PlanCardInfoInterface[] | undefined>;
3300
3302
  isOnboarded: _angular_core.InputSignal<boolean>;
3301
3303
  scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
3302
3304
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
3305
+ users: _angular_core.InputSignal<UserInterface[] | undefined>;
3303
3306
  isLoading: _angular_core.InputSignal<boolean | undefined>;
3304
3307
  forDemo: _angular_core.InputSignal<boolean>;
3305
3308
  maxAccessibleStepId: _angular_core.InputSignal<JourneyStepIdEnum | undefined>;
@@ -3516,7 +3519,7 @@ declare class SymphiqProfileAnalysisDashboardComponent implements OnInit, OnChan
3516
3519
  protected handleStartCategoryQuestions(categoryId: string): void;
3517
3520
  protected handleShopProfileContinueClick(): void;
3518
3521
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisDashboardComponent, never>;
3519
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisDashboardComponent, "symphiq-profile-analysis-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "analysisType": { "alias": "analysisType"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileShop": { "alias": "profileShop"; "required": false; "isSignal": true; }; "profileShopQuestions": { "alias": "profileShopQuestions"; "required": false; "isSignal": true; }; "itemStatusProfileShop": { "alias": "itemStatusProfileShop"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; "planCardInfos": { "alias": "planCardInfos"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; "checkoutPlanClick": "checkoutPlanClick"; "answerShopProfileQuestions": "answerShopProfileQuestions"; "continueShopProfileQuestions": "continueShopProfileQuestions"; }, never, never, true, never>;
3522
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisDashboardComponent, "symphiq-profile-analysis-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "createdDate": { "alias": "createdDate"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "analysisType": { "alias": "analysisType"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "account": { "alias": "account"; "required": false; "isSignal": true; }; "profileShop": { "alias": "profileShop"; "required": false; "isSignal": true; }; "profileShopQuestions": { "alias": "profileShopQuestions"; "required": false; "isSignal": true; }; "profileShopAnswers": { "alias": "profileShopAnswers"; "required": false; "isSignal": true; }; "profileShopAnswerHistories": { "alias": "profileShopAnswerHistories"; "required": false; "isSignal": true; }; "itemStatusProfileShop": { "alias": "itemStatusProfileShop"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; "planCardInfos": { "alias": "planCardInfos"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; "currencySelectionClick": "currencySelectionClick"; "editCurrencyClick": "editCurrencyClick"; "periodUnitChanged": "periodUnitChanged"; "planSelected": "planSelected"; "checkoutPlanClick": "checkoutPlanClick"; "answerShopProfileQuestions": "answerShopProfileQuestions"; "continueShopProfileQuestions": "continueShopProfileQuestions"; }, never, never, true, never>;
3520
3523
  }
3521
3524
 
3522
3525
  declare class ShopWelcomeBannerComponent {
@@ -3618,32 +3621,32 @@ declare class MetricExecutiveSummaryComponent {
3618
3621
  protected isDark: _angular_core.Signal<boolean>;
3619
3622
  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">;
3620
3623
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3621
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3624
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3622
3625
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3623
3626
  protected healthBadgeClasses: _angular_core.Signal<string>;
3624
3627
  protected pacingBadgeClasses: _angular_core.Signal<string>;
3625
3628
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
3626
- protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3629
+ protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
3627
3630
  protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3628
- protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
3631
+ protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-emerald-400" | "text-emerald-600" | "text-slate-600" | "text-red-400" | "text-red-600">;
3629
3632
  protected getYoyIcon(): string;
3630
3633
  protected getPacingValueClasses(): string;
3631
3634
  protected getHealthValueClasses(): string;
3632
3635
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
3633
3636
  protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
3634
- protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3637
+ protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
3635
3638
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3636
3639
  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">;
3637
3640
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
3638
3641
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3639
- protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3642
+ protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3640
3643
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
3641
3644
  protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3642
- protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3645
+ protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
3643
3646
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
3644
3647
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
3645
3648
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3646
- protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3649
+ protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
3647
3650
  protected getEffortBadgeClasses(effort: string | undefined): string;
3648
3651
  protected getImpactBadgeClasses(impact: string | undefined): string;
3649
3652
  protected formatMetricName(name: string): string;
@@ -3734,6 +3737,8 @@ declare class ShopProfileStatusCardComponent implements AfterViewInit, OnDestroy
3734
3737
  totalQuestions: _angular_core.InputSignal<number>;
3735
3738
  answeredQuestions: _angular_core.InputSignal<number>;
3736
3739
  questions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
3740
+ profileShopAnswers: _angular_core.InputSignal<_jebgem_model.AbstractItemProfileAnswerInterface[]>;
3741
+ users: _angular_core.InputSignal<UserInterface[]>;
3737
3742
  startCategoryQuestions: _angular_core.OutputEmitterRef<string>;
3738
3743
  questionAnswerRequested: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
3739
3744
  chartDiv: ElementRef;
@@ -3770,7 +3775,7 @@ declare class ShopProfileStatusCardComponent implements AfterViewInit, OnDestroy
3770
3775
  protected getIntroTitleClasses(): string;
3771
3776
  protected getIntroTextClasses(): string;
3772
3777
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileStatusCardComponent, never>;
3773
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStatusCardComponent, "symphiq-shop-profile-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "questionAnswerRequested": "questionAnswerRequested"; }, never, never, true, never>;
3778
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileStatusCardComponent, "symphiq-shop-profile-status-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "totalQuestions": { "alias": "totalQuestions"; "required": false; "isSignal": true; }; "answeredQuestions": { "alias": "answeredQuestions"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "profileShopAnswers": { "alias": "profileShopAnswers"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; }, { "startCategoryQuestions": "startCategoryQuestions"; "questionAnswerRequested": "questionAnswerRequested"; }, never, never, true, never>;
3774
3779
  }
3775
3780
 
3776
3781
  declare class ShopProfileStickyFooterComponent {
@@ -3790,6 +3795,8 @@ declare class ShopProfileStickyFooterComponent {
3790
3795
  declare class ShopProfileQuestionsModalComponent {
3791
3796
  isOpen: _angular_core.InputSignal<boolean>;
3792
3797
  questions: _angular_core.InputSignal<ProfileShopQuestionInterface[]>;
3798
+ profileShopAnswers: _angular_core.InputSignal<_jebgem_model.AbstractItemProfileAnswerInterface[]>;
3799
+ users: _angular_core.InputSignal<UserInterface[]>;
3793
3800
  selectedCategoryId: _angular_core.InputSignal<string | null>;
3794
3801
  selectedFocusAreaId: _angular_core.InputSignal<string | null>;
3795
3802
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
@@ -3832,34 +3839,36 @@ declare class ShopProfileQuestionsModalComponent {
3832
3839
  protected emptyStateTextClasses(): string;
3833
3840
  ngOnDestroy(): void;
3834
3841
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionsModalComponent, never>;
3835
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionsModalComponent, "symphiq-shop-profile-questions-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; "isSignal": true; }; "selectedFocusAreaId": { "alias": "selectedFocusAreaId"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, { "close": "close"; "questionAnswerClick": "questionAnswerClick"; }, never, never, true, never>;
3842
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionsModalComponent, "symphiq-shop-profile-questions-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "questions": { "alias": "questions"; "required": false; "isSignal": true; }; "profileShopAnswers": { "alias": "profileShopAnswers"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; "selectedCategoryId": { "alias": "selectedCategoryId"; "required": false; "isSignal": true; }; "selectedFocusAreaId": { "alias": "selectedFocusAreaId"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, { "close": "close"; "questionAnswerClick": "questionAnswerClick"; }, never, never, true, never>;
3836
3843
  }
3837
3844
 
3838
3845
  declare class ShopProfileQuestionCardComponent {
3839
3846
  question: _angular_core.InputSignal<ProfileShopQuestionInterface>;
3840
3847
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
3841
3848
  viewType: _angular_core.InputSignal<"category" | "focus-area">;
3849
+ profileShopAnswers: _angular_core.InputSignal<_jebgem_model.AbstractItemProfileAnswerInterface[]>;
3850
+ users: _angular_core.InputSignal<UserInterface[]>;
3842
3851
  answerClick: _angular_core.OutputEmitterRef<ProfileShopQuestionInterface>;
3843
- private tooltipService;
3852
+ protected questionAnswers: _angular_core.Signal<{
3853
+ answer: _jebgem_model.AbstractItemProfileAnswerInterface;
3854
+ user: UserInterface | undefined;
3855
+ }[]>;
3844
3856
  protected isAnswered: _angular_core.Signal<boolean>;
3845
3857
  protected showFocusAreaChips: _angular_core.Signal<boolean>;
3846
3858
  protected relatedFocusAreas: _angular_core.Signal<FocusAreaDomainEnum[]>;
3847
3859
  protected getFocusAreaTitle(focusArea: FocusAreaDomainEnum): string;
3848
- protected getAnswerDisplay(): string;
3849
- protected showFocusAreaTooltip(event: MouseEvent): void;
3850
- protected hideTooltip(): void;
3860
+ protected formatAnswerDate(date: Date | string | undefined): string;
3851
3861
  protected onAnswerClick(): void;
3852
3862
  protected isLightMode(): boolean;
3853
3863
  protected containerClasses(): string;
3854
3864
  protected questionTextClasses(): string;
3855
3865
  protected contextTextClasses(): string;
3856
3866
  protected relatedLabelClasses(): string;
3857
- protected infoIconClasses(): string;
3858
3867
  protected focusAreaChipClasses(): string;
3859
- protected answeredContainerClasses(): string;
3860
- protected checkmarkClasses(): string;
3861
- protected answerLabelClasses(): string;
3868
+ protected checkboxClasses(): string;
3869
+ protected answerChipClasses(): string;
3862
3870
  protected answerTextClasses(): string;
3871
+ protected answerDateClasses(): string;
3863
3872
  protected unansweredContainerClasses(): string;
3864
3873
  protected emptyStateIconContainerClasses(): string;
3865
3874
  protected emptyStateIconClasses(): string;
@@ -3868,7 +3877,7 @@ declare class ShopProfileQuestionCardComponent {
3868
3877
  protected unansweredTextClasses(): string;
3869
3878
  protected buttonClasses(): string;
3870
3879
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopProfileQuestionCardComponent, never>;
3871
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionCardComponent, "symphiq-shop-profile-question-card", never, { "question": { "alias": "question"; "required": true; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "viewType": { "alias": "viewType"; "required": false; "isSignal": true; }; }, { "answerClick": "answerClick"; }, never, never, true, never>;
3880
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopProfileQuestionCardComponent, "symphiq-shop-profile-question-card", never, { "question": { "alias": "question"; "required": true; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "viewType": { "alias": "viewType"; "required": false; "isSignal": true; }; "profileShopAnswers": { "alias": "profileShopAnswers"; "required": false; "isSignal": true; }; "users": { "alias": "users"; "required": false; "isSignal": true; }; }, { "answerClick": "answerClick"; }, never, never, true, never>;
3872
3881
  }
3873
3882
 
3874
3883
  declare class HorizontalBarComponent implements OnInit, OnDestroy {
@@ -3907,7 +3916,7 @@ declare class CircularProgressComponent implements OnInit, OnDestroy {
3907
3916
  backgroundColor: _angular_core.InputSignal<string>;
3908
3917
  showPercentage: _angular_core.InputSignal<boolean>;
3909
3918
  textClasses: _angular_core.InputSignal<string>;
3910
- strokeLinecap: _angular_core.InputSignal<"square" | "round" | "butt">;
3919
+ strokeLinecap: _angular_core.InputSignal<"round" | "butt" | "square">;
3911
3920
  animationDuration: _angular_core.InputSignal<number>;
3912
3921
  animationDelay: _angular_core.InputSignal<number>;
3913
3922
  private elementRef;
@@ -4019,18 +4028,18 @@ declare class SearchModalComponent {
4019
4028
  clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
4020
4029
  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">;
4021
4030
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4022
- resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
4023
- resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4031
+ resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
4032
+ resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4024
4033
  breadcrumbClass: _angular_core.Signal<string>;
4025
4034
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
4026
4035
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4027
4036
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4028
- emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
4029
- emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
4030
- emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4031
- shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
4037
+ emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
4038
+ emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
4039
+ emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4040
+ shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
4032
4041
  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">;
4033
- shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4042
+ shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4034
4043
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
4035
4044
  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>;
4036
4045
  }
@@ -4040,7 +4049,7 @@ declare class GradeBadgeComponent {
4040
4049
  gradeRationale: _angular_core.InputSignal<string>;
4041
4050
  label: _angular_core.InputSignal<string>;
4042
4051
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
4043
- tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
4052
+ tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
4044
4053
  isLightMode: _angular_core.Signal<boolean>;
4045
4054
  formattedGrade: _angular_core.Signal<string>;
4046
4055
  shouldPulse: _angular_core.Signal<boolean>;
@@ -4050,7 +4059,7 @@ declare class GradeBadgeComponent {
4050
4059
  explanation: string;
4051
4060
  }>;
4052
4061
  private formatGrade;
4053
- badgeLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4062
+ badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4054
4063
  gradeBadgeClass: _angular_core.Signal<string>;
4055
4064
  private getGradeBadgeClassLight;
4056
4065
  private getGradeBadgeClassDark;
@@ -4125,15 +4134,15 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
4125
4134
  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">;
4126
4135
  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">;
4127
4136
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
4128
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4137
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4129
4138
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
4130
- protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
4139
+ protected glowEffectClasses: _angular_core.Signal<"bg-orange-500" | "bg-emerald-500" | "bg-blue-500" | "bg-red-500">;
4131
4140
  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)]">;
4132
- 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">;
4141
+ protected gradeLabelClasses: _angular_core.Signal<"text-blue-300" | "text-blue-700" | "text-emerald-300" | "text-emerald-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-orange-300">;
4133
4142
  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">;
4134
- protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4135
- protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4136
- 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">;
4143
+ protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4144
+ protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4145
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-blue-400" | "text-blue-600" | "text-red-400" | "text-red-600" | "text-orange-600" | "text-orange-400">;
4137
4146
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
4138
4147
  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">;
4139
4148
  protected shimmerClasses: _angular_core.Signal<string>;
@@ -4155,12 +4164,12 @@ declare class RelatedContentSidebarComponent {
4155
4164
  protected funnelInsightsCount: _angular_core.Signal<number>;
4156
4165
  protected funnelMetricsCount: _angular_core.Signal<number>;
4157
4166
  protected businessInsightsCount: _angular_core.Signal<number>;
4158
- protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4167
+ protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4159
4168
  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">;
4160
4169
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
4161
4170
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4162
- protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4163
- protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4171
+ protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4172
+ protected labelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4164
4173
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
4165
4174
  protected onFunnelInsightsClick(): void;
4166
4175
  protected onFunnelMetricsClick(): void;
@@ -4181,15 +4190,15 @@ declare class ContentGenerationProgressComponent {
4181
4190
  protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
4182
4191
  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">;
4183
4192
  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">;
4184
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4185
- protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4193
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4194
+ protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4186
4195
  protected progressBarContainerClasses: _angular_core.Signal<string>;
4187
4196
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
4188
4197
  protected progressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600 shadow-lg shadow-blue-500/40" | "bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-500 shadow-lg shadow-blue-400/40">;
4189
4198
  protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
4190
4199
  protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
4191
4200
  protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
4192
- protected percentageClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4201
+ protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4193
4202
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
4194
4203
  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; }; }, {}, never, never, true, never>;
4195
4204
  }
@@ -4216,11 +4225,11 @@ declare class IndeterminateSpinnerComponent {
4216
4225
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
4217
4226
  size: _angular_core.InputSignal<SpinnerSize>;
4218
4227
  color: _angular_core.InputSignal<string | undefined>;
4219
- svgSize: _angular_core.Signal<40 | 80 | 60>;
4228
+ svgSize: _angular_core.Signal<60 | 40 | 80>;
4220
4229
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
4221
4230
  svgCircleRadius: _angular_core.Signal<number>;
4222
- strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
4223
- dotSize: _angular_core.Signal<5 | 10 | 7>;
4231
+ strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
4232
+ dotSize: _angular_core.Signal<10 | 5 | 7>;
4224
4233
  containerClasses: _angular_core.Signal<{
4225
4234
  'w-10 h-10': boolean;
4226
4235
  'w-16 h-16': boolean;
@@ -4240,6 +4249,34 @@ declare class IndeterminateSpinnerComponent {
4240
4249
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<IndeterminateSpinnerComponent, "symphiq-indeterminate-spinner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4241
4250
  }
4242
4251
 
4252
+ type AvatarSize = 'small' | 'medium' | 'large';
4253
+ declare class UserAvatarComponent {
4254
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
4255
+ user: _angular_core.InputSignal<UserInterface | undefined>;
4256
+ size: _angular_core.InputSignal<AvatarSize>;
4257
+ protected displayName: _angular_core.Signal<string>;
4258
+ protected initials: _angular_core.Signal<string>;
4259
+ protected avatarColor: _angular_core.Signal<{
4260
+ bg: string;
4261
+ text: string;
4262
+ }>;
4263
+ protected containerClasses: _angular_core.Signal<string>;
4264
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserAvatarComponent, never>;
4265
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<UserAvatarComponent, "symphiq-user-avatar", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "user": { "alias": "user"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4266
+ }
4267
+
4268
+ declare class UserDisplayComponent {
4269
+ viewMode: _angular_core.InputSignal<ViewModeEnum>;
4270
+ user: _angular_core.InputSignal<UserInterface | undefined>;
4271
+ avatarSize: _angular_core.InputSignal<AvatarSize>;
4272
+ showEmail: _angular_core.InputSignal<boolean>;
4273
+ protected displayName: _angular_core.Signal<string>;
4274
+ protected nameClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4275
+ protected emailClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4276
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<UserDisplayComponent, never>;
4277
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<UserDisplayComponent, "symphiq-user-display", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "user": { "alias": "user"; "required": false; "isSignal": true; }; "avatarSize": { "alias": "avatarSize"; "required": false; "isSignal": true; }; "showEmail": { "alias": "showEmail"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4278
+ }
4279
+
4243
4280
  declare class ChartContainerComponent {
4244
4281
  chart: _angular_core.InputSignal<AiChartInterface>;
4245
4282
  isLightMode: _angular_core.InputSignal<boolean>;
@@ -4253,10 +4290,10 @@ declare class ChartContainerComponent {
4253
4290
  protected ChartTypeEnum: typeof ChartTypeEnum;
4254
4291
  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">;
4255
4292
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4256
- titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
4257
- descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4293
+ titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
4294
+ descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4258
4295
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
4259
- chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
4296
+ chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
4260
4297
  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">;
4261
4298
  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">;
4262
4299
  isCollapsible: _angular_core.Signal<boolean>;
@@ -4276,7 +4313,7 @@ declare class LineChartComponent implements OnInit, AfterViewInit, OnDestroy {
4276
4313
  currencySymbol: _angular_core.InputSignal<string>;
4277
4314
  height: _angular_core.InputSignal<string | undefined>;
4278
4315
  chartHeight: _angular_core.Signal<string>;
4279
- cursorColor: _angular_core.Signal<9741240 | 16777215>;
4316
+ cursorColor: _angular_core.Signal<16777215 | 9741240>;
4280
4317
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
4281
4318
  chartHash: _angular_core.Signal<string>;
4282
4319
  chartDiv: ElementRef;
@@ -4321,7 +4358,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
4321
4358
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
4322
4359
  currencySymbol: _angular_core.InputSignal<string>;
4323
4360
  chartHeight: _angular_core.Signal<"500px" | "175px">;
4324
- cursorColor: _angular_core.Signal<9741240 | 16777215>;
4361
+ cursorColor: _angular_core.Signal<16777215 | 9741240>;
4325
4362
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
4326
4363
  chartHash: _angular_core.Signal<string>;
4327
4364
  chartDiv: ElementRef;
@@ -4395,7 +4432,7 @@ declare class AreaChartComponent implements OnInit, AfterViewInit, OnDestroy {
4395
4432
  currencySymbol: _angular_core.InputSignal<string>;
4396
4433
  height: _angular_core.InputSignal<string | undefined>;
4397
4434
  chartHeight: _angular_core.Signal<string>;
4398
- cursorColor: _angular_core.Signal<9741240 | 16777215>;
4435
+ cursorColor: _angular_core.Signal<16777215 | 9741240>;
4399
4436
  chartHash: _angular_core.Signal<string>;
4400
4437
  chartDiv: ElementRef;
4401
4438
  private root?;
@@ -4435,7 +4472,7 @@ declare class TooltipContainerComponent {
4435
4472
  isVisible: _angular_core.Signal<boolean>;
4436
4473
  tooltipType: _angular_core.Signal<string | null>;
4437
4474
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
4438
- tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
4475
+ tooltipPosition: _angular_core.Signal<"auto" | "left" | "right" | "top" | "bottom">;
4439
4476
  targetRect: _angular_core.Signal<DOMRect | null>;
4440
4477
  mousePosition: _angular_core.Signal<{
4441
4478
  x: number;
@@ -4460,7 +4497,7 @@ declare class TooltipContainerComponent {
4460
4497
  shouldCenter: _angular_core.Signal<boolean>;
4461
4498
  containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
4462
4499
  contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
4463
- textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
4500
+ textClass: _angular_core.Signal<"text-slate-200" | "text-slate-700">;
4464
4501
  viewMoreButtonClass: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-200 hover:border-blue-400 hover:text-blue-800 active:bg-blue-300" | "bg-blue-500/10 text-blue-400 border border-blue-500/20 hover:bg-blue-500/30 hover:border-blue-500/40 hover:text-blue-300 active:bg-blue-500/40">;
4465
4502
  transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
4466
4503
  constructor();
@@ -4944,6 +4981,6 @@ declare function validateRevenueTarget(targetRevenue: number, calculations: Metr
4944
4981
  withinTolerance: boolean;
4945
4982
  };
4946
4983
 
4947
- export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
4948
- export type { AnimationType, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, CategoryProgressItem, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, DataKey, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, ShopProfileViewType, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
4984
+ export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, UserAvatarComponent, UserDisplayComponent, ViewModeService, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
4985
+ export type { AnimationType, AvatarSize, BusinessInsightDetailModalData, BusinessSearchResult, CategoryColorPalette, CategoryDetailModalData, CategoryProgressItem, ChartThemeColors, ConfettiConfig, ConfettiIntensity, CreateAccountData, CriticalGapDetailModalData, CriticalGapsListModalData, CrossDashboardRelationships, DataKey, FocusAreaGapDetailModalData, FocusAreaGapsListModalData, FocusAreaOpportunitiesListModalData, FocusAreaOpportunityDetailModalData, FocusAreaStrengthDetailModalData, FocusAreaStrengthsListModalData, FunnelMetricOrder, FunnelRatio, FunnelStrengthDetailModalData, FunnelStrengthInterface, FunnelStrengthsListModalData, FunnelWeaknessDetailModalData, FunnelWeaknessInterface, FunnelWeaknessesListModalData, GapDetailModalData, GoalBusinessInsightsListModalData, GoalDetailModalData, GoalInsightsListModalData, GoalObjectivesModalData, HeaderScrollConfig, ItemDetailModalData, JourneyStep$1 as JourneyStep, KeyStrengthDetailModalData, KeyStrengthsListModalData, LayoutMode, Metric, MetricTargetCalculation, MetricTargetWithPrecision, MetricsListModalData, ModalState, NavSection, NavigationState, ObjectiveStrategiesModalData, OpportunityDetailModalData, RecommendationBusinessInsightsListModalData, RecommendationInsightsListModalData, RelatedBusinessContent, RelatedFunnelContent, RelatedMetricRatio, RevenueCalculationResult, ReverseCalculationContext, ScrollBaseCustomEvent, ScrollBaseDetail, ScrollCustomEvent, ScrollDepthInfo, ScrollDetail, SemanticColors, ShadowLevel, ShopProfileViewType, SpinnerSize, StrategyRecommendationsModalData, StrengthDetailModalData, ThemeColorContext, ThemeMode, TooltipPosition, TooltipState, TooltipType, TopPrioritiesListModalData, TopPriorityDetailModalData, TopPriorityInterface, ViewMode, ViewportBounds, VisualizationData, VisualizationType };
4949
4986
  //# sourceMappingURL=index.d.ts.map