@eric-emg/symphiq-components 1.3.73 → 1.3.75

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.
@@ -1,4 +1,4 @@
1
- import { ViewModeEnum, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, MetricEnum, DimensionEnum, UiDataPeriodEnum, UiDataComparePeriodEnum, ChartTypeEnum, IconSourceEnum, ProfileAnalysisRecommendationPriorityEnum, ProfileItemTypeEnum, PriceVsCompetitorsEnum, DifferentiationStrengthEnum, ThreatLevelEnum, AiDynamicContentStatusEnum, ProfileAnalysisReviewStatusEnum, normalizeToV3, FocusAreaDetailStatusEnum, FocusAreaDomainEnumUtil, FocusAreaDomainEnum, ShopDataLoadStatusEnum, MetricEnumUtil, NumberTypeEnum, LineChartUseCaseEnum, FunnelMetricTypeEnum, ProfileAnalysisPriorityEnum, CapabilityStateEnum, QuadrantEnum, AdvantageEnum, OverallGradeEnum, OperationalMaturityEnum, ProfileAnalysisTrendDirectionEnum, PacingStatusEnum, FunnelStageEnum, ProfileAnalysisEffortLevelEnum, ProfileAnalysisImpactLevelEnum, FocusAreaHealthEnum, ProfileAnswerActionEnum, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeSubscriptionStatusEnumUtil, ProfileAnalysisTypeEnum, BarChartUseCaseEnum } from '@jebgem/model';
1
+ import { ViewModeEnum, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, MetricEnum, DimensionEnum, UiDataPeriodEnum, UiDataComparePeriodEnum, ChartTypeEnum, IconSourceEnum, ProfileAnalysisRecommendationPriorityEnum, ProfileItemTypeEnum, PriceVsCompetitorsEnum, DifferentiationStrengthEnum, ThreatLevelEnum, ProfileAnalysisTypeEnum, AiDynamicContentStatusEnum, ProfileAnalysisReviewStatusEnum, normalizeToV3, FocusAreaDetailStatusEnum, FocusAreaDomainEnumUtil, FocusAreaDomainEnum, ShopDataLoadStatusEnum, MetricEnumUtil, NumberTypeEnum, LineChartUseCaseEnum, FunnelMetricTypeEnum, ProfileAnalysisPriorityEnum, CapabilityStateEnum, QuadrantEnum, AdvantageEnum, OverallGradeEnum, OperationalMaturityEnum, ProfileAnalysisTrendDirectionEnum, PacingStatusEnum, FunnelStageEnum, ProfileAnalysisEffortLevelEnum, ProfileAnalysisImpactLevelEnum, FocusAreaHealthEnum, ProfileAnswerActionEnum, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeSubscriptionStatusEnumUtil, BarChartUseCaseEnum } from '@jebgem/model';
2
2
  export * from '@jebgem/model';
3
3
  import * as i0 from '@angular/core';
4
4
  import { Injectable, signal, computed, input, ChangeDetectionStrategy, Component, inject, ElementRef, Renderer2, effect, Directive, HostListener, output, untracked, DestroyRef, ViewChild, PLATFORM_ID, Inject, Input, afterNextRender, NgZone } from '@angular/core';
@@ -456,6 +456,11 @@ class ModalService {
456
456
  const data = { goal, viewMode };
457
457
  this.modalState.next({ type: 'goal-objectives', data, charts: [], previousState: null });
458
458
  }
459
+ openSourceGoalDetailModal(goal, viewMode, sourceAnalysisType, previousState) {
460
+ const data = { goal, viewMode, sourceAnalysisType };
461
+ const navigationStack = previousState ? [...(previousState.navigationStack || []), previousState] : [];
462
+ this.modalState.next({ type: 'goal-detail', data, charts: [], previousState, navigationStack });
463
+ }
459
464
  navigateToGoalDetail(goal, viewMode) {
460
465
  const currentState = this.modalState.value;
461
466
  let sourceCategory;
@@ -495,7 +500,11 @@ class ModalService {
495
500
  }
496
501
  navigateToGoalObjectives(goal, viewMode) {
497
502
  const currentState = this.modalState.value;
498
- const data = { goal, viewMode };
503
+ let sourceAnalysisType;
504
+ if (currentState.data && 'sourceAnalysisType' in currentState.data) {
505
+ sourceAnalysisType = currentState.data.sourceAnalysisType;
506
+ }
507
+ const data = { goal, viewMode, sourceAnalysisType };
499
508
  const currentStack = currentState.navigationStack || [];
500
509
  let newStack = currentStack;
501
510
  if ((currentState.type === 'goal-detail' || currentState.type === 'goal-objectives' || currentState.type === 'objective-strategies' || currentState.type === 'strategy-recommendations') && currentState.data) {
@@ -42878,7 +42887,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_Template(rf,
42878
42887
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42879
42888
  i0.ɵɵnamespaceSVG();
42880
42889
  i0.ɵɵelementStart(0, "svg", 45);
42881
- i0.ɵɵelement(1, "path", 47);
42890
+ i0.ɵɵelement(1, "path", 48);
42882
42891
  i0.ɵɵelementEnd();
42883
42892
  } if (rf & 2) {
42884
42893
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -42886,14 +42895,27 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_1
42886
42895
  i0.ɵɵadvance();
42887
42896
  i0.ɵɵattribute("d", ctx);
42888
42897
  } }
42898
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_4_Template(rf, ctx) { if (rf & 1) {
42899
+ i0.ɵɵelementStart(0, "span", 47);
42900
+ i0.ɵɵtext(1);
42901
+ i0.ɵɵelementEnd();
42902
+ } if (rf & 2) {
42903
+ const ctx_r1 = i0.ɵɵnextContext(3);
42904
+ i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-purple-100 text-purple-700 border-purple-300" : "bg-purple-900/30 text-purple-400 border-purple-700/50");
42905
+ i0.ɵɵadvance();
42906
+ i0.ɵɵtextInterpolate1(" ", ctx, " ");
42907
+ } }
42889
42908
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
42890
42909
  i0.ɵɵelementStart(0, "div", 10);
42891
42910
  i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_1_Template, 2, 2, ":svg:svg", 45);
42892
42911
  i0.ɵɵelementStart(2, "span", 46);
42893
42912
  i0.ɵɵtext(3);
42894
- i0.ɵɵelementEnd()();
42913
+ i0.ɵɵelementEnd();
42914
+ i0.ɵɵconditionalCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_4_Template, 2, 2, "span", 47);
42915
+ i0.ɵɵelementEnd();
42895
42916
  } if (rf & 2) {
42896
42917
  let tmp_4_0;
42918
+ let tmp_7_0;
42897
42919
  const ctx_r1 = i0.ɵɵnextContext(2);
42898
42920
  i0.ɵɵadvance();
42899
42921
  i0.ɵɵconditional((tmp_4_0 = ctx_r1.modalTypeIconPath()) ? 1 : -1, tmp_4_0);
@@ -42901,9 +42923,11 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf,
42901
42923
  i0.ɵɵproperty("ngClass", ctx_r1.modalTypeLabelClasses());
42902
42924
  i0.ɵɵadvance();
42903
42925
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTypeLabel(), " ");
42926
+ i0.ɵɵadvance();
42927
+ i0.ɵɵconditional((tmp_7_0 = ctx_r1.sourceAnalysisTypeLabel()) ? 4 : -1, tmp_7_0);
42904
42928
  } }
42905
42929
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42906
- i0.ɵɵelementStart(0, "span", 48);
42930
+ i0.ɵɵelementStart(0, "span", 49);
42907
42931
  i0.ɵɵtext(1);
42908
42932
  i0.ɵɵelementEnd();
42909
42933
  } if (rf & 2) {
@@ -42914,7 +42938,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_
42914
42938
  i0.ɵɵtextInterpolate1(" ", chips_r8.priority, " ");
42915
42939
  } }
42916
42940
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_2_Template(rf, ctx) { if (rf & 1) {
42917
- i0.ɵɵelementStart(0, "span", 48);
42941
+ i0.ɵɵelementStart(0, "span", 49);
42918
42942
  i0.ɵɵtext(1);
42919
42943
  i0.ɵɵelementEnd();
42920
42944
  } if (rf & 2) {
@@ -42926,8 +42950,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_
42926
42950
  } }
42927
42951
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Template(rf, ctx) { if (rf & 1) {
42928
42952
  i0.ɵɵelementStart(0, "div", 12);
42929
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_1_Template, 2, 2, "span", 48);
42930
- i0.ɵɵconditionalCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_2_Template, 2, 2, "span", 48);
42953
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_1_Template, 2, 2, "span", 49);
42954
+ i0.ɵɵconditionalCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_2_Template, 2, 2, "span", 49);
42931
42955
  i0.ɵɵelementEnd();
42932
42956
  } if (rf & 2) {
42933
42957
  const chips_r8 = ctx;
@@ -42938,7 +42962,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Template(rf,
42938
42962
  } }
42939
42963
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
42940
42964
  const _r9 = i0.ɵɵgetCurrentView();
42941
- i0.ɵɵelementStart(0, "symphiq-goal-detail-modal-content", 49);
42965
+ i0.ɵɵelementStart(0, "symphiq-goal-detail-modal-content", 50);
42942
42966
  i0.ɵɵlistener("showObjectives", function ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template_symphiq_goal_detail_modal_content_showObjectives_0_listener() { const data_r10 = i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.showGoalObjectives(data_r10.goal, data_r10.viewMode)); });
42943
42967
  i0.ɵɵelementEnd();
42944
42968
  } if (rf & 2) {
@@ -42947,7 +42971,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template(rf,
42947
42971
  i0.ɵɵproperty("goal", data_r10.goal)("viewMode", data_r10.viewMode)("allInsights", ctx_r1.allInsights())("allMetrics", ctx_r1.allMetrics())("allBusinessInsights", ctx_r1.allBusinessInsights())("allCharts", ctx_r1.allCharts())("@fadeIn", undefined);
42948
42972
  } }
42949
42973
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42950
- i0.ɵɵelementStart(0, "p", 50);
42974
+ i0.ɵɵelementStart(0, "p", 51);
42951
42975
  i0.ɵɵtext(1);
42952
42976
  i0.ɵɵelementEnd();
42953
42977
  } if (rf & 2) {
@@ -42958,10 +42982,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Conditional_
42958
42982
  i0.ɵɵtextInterpolate(data_r11.goalContext.description);
42959
42983
  } }
42960
42984
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
42961
- i0.ɵɵelementStart(0, "div", 58)(1, "span", 62);
42985
+ i0.ɵɵelementStart(0, "div", 59)(1, "span", 63);
42962
42986
  i0.ɵɵnamespaceSVG();
42963
- i0.ɵɵelementStart(2, "svg", 63);
42964
- i0.ɵɵelement(3, "path", 64);
42987
+ i0.ɵɵelementStart(2, "svg", 64);
42988
+ i0.ɵɵelement(3, "path", 65);
42965
42989
  i0.ɵɵelementEnd();
42966
42990
  i0.ɵɵtext(4);
42967
42991
  i0.ɵɵelementEnd()();
@@ -42975,23 +42999,23 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Condit
42975
42999
  } }
42976
43000
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template(rf, ctx) { if (rf & 1) {
42977
43001
  const _r12 = i0.ɵɵgetCurrentView();
42978
- i0.ɵɵelementStart(0, "div", 52);
43002
+ i0.ɵɵelementStart(0, "div", 53);
42979
43003
  i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template_div_click_0_listener() { const insight_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightDetail(insight_r13)); });
42980
- i0.ɵɵelementStart(1, "div", 53)(2, "div", 54);
43004
+ i0.ɵɵelementStart(1, "div", 54)(2, "div", 55);
42981
43005
  i0.ɵɵtext(3);
42982
43006
  i0.ɵɵelementEnd();
42983
- i0.ɵɵelementStart(4, "div", 55)(5, "h4", 56);
43007
+ i0.ɵɵelementStart(4, "div", 56)(5, "h4", 57);
42984
43008
  i0.ɵɵtext(6);
42985
43009
  i0.ɵɵelementEnd();
42986
- i0.ɵɵelementStart(7, "p", 57);
43010
+ i0.ɵɵelementStart(7, "p", 58);
42987
43011
  i0.ɵɵtext(8);
42988
43012
  i0.ɵɵelementEnd();
42989
- i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Conditional_9_Template, 5, 3, "div", 58);
43013
+ i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Conditional_9_Template, 5, 3, "div", 59);
42990
43014
  i0.ɵɵelementEnd();
42991
- i0.ɵɵelementStart(10, "div", 59);
43015
+ i0.ɵɵelementStart(10, "div", 60);
42992
43016
  i0.ɵɵnamespaceSVG();
42993
- i0.ɵɵelementStart(11, "svg", 60);
42994
- i0.ɵɵelement(12, "path", 61);
43017
+ i0.ɵɵelementStart(11, "svg", 61);
43018
+ i0.ɵɵelement(12, "path", 62);
42995
43019
  i0.ɵɵelementEnd()()()();
42996
43020
  } if (rf & 2) {
42997
43021
  const insight_r13 = ctx.$implicit;
@@ -43016,8 +43040,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Templa
43016
43040
  } }
43017
43041
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
43018
43042
  i0.ɵɵelementStart(0, "div", 18);
43019
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Conditional_1_Template, 2, 2, "p", 50);
43020
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template, 13, 10, "div", 51, _forTrack0$U);
43043
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Conditional_1_Template, 2, 2, "p", 51);
43044
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template, 13, 10, "div", 52, _forTrack0$U);
43021
43045
  i0.ɵɵelementEnd();
43022
43046
  } if (rf & 2) {
43023
43047
  const data_r11 = ctx;
@@ -43027,7 +43051,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf,
43027
43051
  i0.ɵɵrepeater(data_r11.insights);
43028
43052
  } }
43029
43053
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43030
- i0.ɵɵelementStart(0, "p", 50);
43054
+ i0.ɵɵelementStart(0, "p", 51);
43031
43055
  i0.ɵɵtext(1);
43032
43056
  i0.ɵɵelementEnd();
43033
43057
  } if (rf & 2) {
@@ -43038,10 +43062,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_
43038
43062
  i0.ɵɵtextInterpolate(data_r14.recommendationContext.description);
43039
43063
  } }
43040
43064
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
43041
- i0.ɵɵelementStart(0, "div", 58)(1, "span", 62);
43065
+ i0.ɵɵelementStart(0, "div", 59)(1, "span", 63);
43042
43066
  i0.ɵɵnamespaceSVG();
43043
- i0.ɵɵelementStart(2, "svg", 63);
43044
- i0.ɵɵelement(3, "path", 64);
43067
+ i0.ɵɵelementStart(2, "svg", 64);
43068
+ i0.ɵɵelement(3, "path", 65);
43045
43069
  i0.ɵɵelementEnd();
43046
43070
  i0.ɵɵtext(4);
43047
43071
  i0.ɵɵelementEnd()();
@@ -43055,23 +43079,23 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Condit
43055
43079
  } }
43056
43080
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template(rf, ctx) { if (rf & 1) {
43057
43081
  const _r15 = i0.ɵɵgetCurrentView();
43058
- i0.ɵɵelementStart(0, "div", 52);
43082
+ i0.ɵɵelementStart(0, "div", 53);
43059
43083
  i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template_div_click_0_listener() { const insight_r16 = i0.ɵɵrestoreView(_r15).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightDetail(insight_r16)); });
43060
- i0.ɵɵelementStart(1, "div", 53)(2, "div", 54);
43084
+ i0.ɵɵelementStart(1, "div", 54)(2, "div", 55);
43061
43085
  i0.ɵɵtext(3);
43062
43086
  i0.ɵɵelementEnd();
43063
- i0.ɵɵelementStart(4, "div", 55)(5, "h4", 56);
43087
+ i0.ɵɵelementStart(4, "div", 56)(5, "h4", 57);
43064
43088
  i0.ɵɵtext(6);
43065
43089
  i0.ɵɵelementEnd();
43066
- i0.ɵɵelementStart(7, "p", 57);
43090
+ i0.ɵɵelementStart(7, "p", 58);
43067
43091
  i0.ɵɵtext(8);
43068
43092
  i0.ɵɵelementEnd();
43069
- i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template, 5, 3, "div", 58);
43093
+ i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template, 5, 3, "div", 59);
43070
43094
  i0.ɵɵelementEnd();
43071
- i0.ɵɵelementStart(10, "div", 59);
43095
+ i0.ɵɵelementStart(10, "div", 60);
43072
43096
  i0.ɵɵnamespaceSVG();
43073
- i0.ɵɵelementStart(11, "svg", 60);
43074
- i0.ɵɵelement(12, "path", 61);
43097
+ i0.ɵɵelementStart(11, "svg", 61);
43098
+ i0.ɵɵelement(12, "path", 62);
43075
43099
  i0.ɵɵelementEnd()()()();
43076
43100
  } if (rf & 2) {
43077
43101
  const insight_r16 = ctx.$implicit;
@@ -43096,8 +43120,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Templa
43096
43120
  } }
43097
43121
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
43098
43122
  i0.ɵɵelementStart(0, "div", 18);
43099
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 50);
43100
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template, 13, 10, "div", 51, _forTrack0$U);
43123
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 51);
43124
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template, 13, 10, "div", 52, _forTrack0$U);
43101
43125
  i0.ɵɵelementEnd();
43102
43126
  } if (rf & 2) {
43103
43127
  const data_r14 = ctx;
@@ -43107,7 +43131,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf,
43107
43131
  i0.ɵɵrepeater(data_r14.insights);
43108
43132
  } }
43109
43133
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43110
- i0.ɵɵelementStart(0, "p", 50);
43134
+ i0.ɵɵelementStart(0, "p", 51);
43111
43135
  i0.ɵɵtext(1);
43112
43136
  i0.ɵɵelementEnd();
43113
43137
  } if (rf & 2) {
@@ -43119,7 +43143,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_
43119
43143
  } }
43120
43144
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template(rf, ctx) { if (rf & 1) {
43121
43145
  const _r18 = i0.ɵɵgetCurrentView();
43122
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 65);
43146
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
43123
43147
  i0.ɵɵlistener("cardNavigate", function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r19 = i0.ɵɵrestoreView(_r18).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetailFromRecommendation(businessInsight_r19)); });
43124
43148
  i0.ɵɵelementEnd()();
43125
43149
  } if (rf & 2) {
@@ -43131,7 +43155,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Templa
43131
43155
  } }
43132
43156
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
43133
43157
  i0.ɵɵelementStart(0, "div", 19);
43134
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 50);
43158
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 51);
43135
43159
  i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template, 2, 5, "div", null, _forTrack1$a);
43136
43160
  i0.ɵɵelementEnd();
43137
43161
  } if (rf & 2) {
@@ -43142,7 +43166,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf,
43142
43166
  i0.ɵɵrepeater(data_r17.businessInsights);
43143
43167
  } }
43144
43168
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43145
- i0.ɵɵelementStart(0, "p", 50);
43169
+ i0.ɵɵelementStart(0, "p", 51);
43146
43170
  i0.ɵɵtext(1);
43147
43171
  i0.ɵɵelementEnd();
43148
43172
  } if (rf & 2) {
@@ -43154,7 +43178,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_
43154
43178
  } }
43155
43179
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template(rf, ctx) { if (rf & 1) {
43156
43180
  const _r22 = i0.ɵɵgetCurrentView();
43157
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 65);
43181
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
43158
43182
  i0.ɵɵlistener("cardNavigate", function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r23 = i0.ɵɵrestoreView(_r22).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetailFromRecommendation(businessInsight_r23)); });
43159
43183
  i0.ɵɵelementEnd()();
43160
43184
  } if (rf & 2) {
@@ -43166,7 +43190,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Templa
43166
43190
  } }
43167
43191
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
43168
43192
  i0.ɵɵelementStart(0, "div", 19);
43169
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 2, 2, "p", 50);
43193
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 2, 2, "p", 51);
43170
43194
  i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template, 2, 5, "div", null, _forTrack1$a);
43171
43195
  i0.ɵɵelementEnd();
43172
43196
  } if (rf & 2) {
@@ -43185,7 +43209,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf,
43185
43209
  } }
43186
43210
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
43187
43211
  const _r26 = i0.ɵɵgetCurrentView();
43188
- i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 66);
43212
+ i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 67);
43189
43213
  i0.ɵɵlistener("close", function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template_symphiq_item_detail_modal_close_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); })("scrollToTop", function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template_symphiq_item_detail_modal_scrollToTop_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollModalToTop()); });
43190
43214
  i0.ɵɵelementEnd();
43191
43215
  } if (rf & 2) {
@@ -43194,7 +43218,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template(rf,
43194
43218
  } }
43195
43219
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
43196
43220
  const _r28 = i0.ɵɵgetCurrentView();
43197
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
43221
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
43198
43222
  i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Conditional_0_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(6); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
43199
43223
  i0.ɵɵelementEnd()();
43200
43224
  } if (rf & 2) {
@@ -43213,7 +43237,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_
43213
43237
  i0.ɵɵconditional(metric_r30.metric === data_r32.directlyAffectedMetricId ? 0 : -1);
43214
43238
  } }
43215
43239
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
43216
- i0.ɵɵelementStart(0, "div", 67)(1, "h3", 68);
43240
+ i0.ɵɵelementStart(0, "div", 68)(1, "h3", 69);
43217
43241
  i0.ɵɵtext(2, " Directly Affected Metric ");
43218
43242
  i0.ɵɵelementEnd();
43219
43243
  i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Template, 1, 1, null, null, _forTrack2$2);
@@ -43228,7 +43252,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_
43228
43252
  } }
43229
43253
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
43230
43254
  const _r33 = i0.ɵɵgetCurrentView();
43231
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
43255
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
43232
43256
  i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Conditional_0_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(6); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
43233
43257
  i0.ɵɵelementEnd()();
43234
43258
  } if (rf & 2) {
@@ -43247,7 +43271,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_
43247
43271
  i0.ɵɵconditional(data_r32.indirectlyAffectedMetricIds.includes(metric_r35.metric || "") ? 0 : -1);
43248
43272
  } }
43249
43273
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43250
- i0.ɵɵelementStart(0, "div", 67)(1, "h3", 68);
43274
+ i0.ɵɵelementStart(0, "div", 68)(1, "h3", 69);
43251
43275
  i0.ɵɵtext(2, " Indirectly Affected Metrics ");
43252
43276
  i0.ɵɵelementEnd();
43253
43277
  i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Template, 1, 1, null, null, _forTrack2$2);
@@ -43261,8 +43285,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_
43261
43285
  i0.ɵɵrepeater(data_r32.metrics);
43262
43286
  } }
43263
43287
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43264
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_Template, 5, 1, "div", 67);
43265
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_Template, 5, 1, "div", 67);
43288
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_Template, 5, 1, "div", 68);
43289
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_Template, 5, 1, "div", 68);
43266
43290
  } if (rf & 2) {
43267
43291
  const data_r32 = i0.ɵɵnextContext();
43268
43292
  i0.ɵɵconditional(data_r32.directlyAffectedMetricId ? 0 : -1);
@@ -43271,7 +43295,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_
43271
43295
  } }
43272
43296
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_For_1_Template(rf, ctx) { if (rf & 1) {
43273
43297
  const _r37 = i0.ɵɵgetCurrentView();
43274
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
43298
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
43275
43299
  i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_For_1_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
43276
43300
  i0.ɵɵelementEnd()();
43277
43301
  } if (rf & 2) {
@@ -43303,7 +43327,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template(rf,
43303
43327
  i0.ɵɵproperty("metric", ctx)("insights", ctx_r1.allInsights())("charts", ctx_r1.currentCharts())("allCharts", ctx_r1.allCharts())("isLightMode", ctx_r1.isLightMode())("isInModal", true)("currentModalState", ctx_r1.getCurrentModalState())("viewMode", ctx_r1.viewMode());
43304
43328
  } }
43305
43329
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43306
- i0.ɵɵelementStart(0, "p", 50);
43330
+ i0.ɵɵelementStart(0, "p", 51);
43307
43331
  i0.ɵɵtext(1);
43308
43332
  i0.ɵɵelementEnd();
43309
43333
  } if (rf & 2) {
@@ -43315,7 +43339,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Conditional_
43315
43339
  } }
43316
43340
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Template(rf, ctx) { if (rf & 1) {
43317
43341
  const _r41 = i0.ɵɵgetCurrentView();
43318
- i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 70);
43342
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 71);
43319
43343
  i0.ɵɵlistener("chartClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Template_symphiq_chart_card_chartClick_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openChartDetail($event)); });
43320
43344
  i0.ɵɵelementEnd()();
43321
43345
  } if (rf & 2) {
@@ -43326,7 +43350,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Templa
43326
43350
  } }
43327
43351
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
43328
43352
  i0.ɵɵelementStart(0, "div", 18);
43329
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Conditional_1_Template, 2, 2, "p", 50);
43353
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Conditional_1_Template, 2, 2, "p", 51);
43330
43354
  i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Template, 2, 3, "div", null, i0.ɵɵrepeaterTrackByIndex);
43331
43355
  i0.ɵɵelementEnd();
43332
43356
  } if (rf & 2) {
@@ -43343,7 +43367,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template(rf,
43343
43367
  i0.ɵɵproperty("insight", ctx)("allMetrics", ctx_r1.allMetrics())("charts", ctx_r1.currentCharts())("allCharts", ctx_r1.allCharts())("allBusinessInsights", ctx_r1.businessInsightsForInsightCard())("isLightMode", ctx_r1.isLightMode())("isInModal", true)("isLoading", false)("isCompactMode", false)("viewMode", ctx_r1.viewMode())("currentModalState", ctx_r1.getCurrentModalState());
43344
43368
  } }
43345
43369
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_1_Template(rf, ctx) { if (rf & 1) {
43346
- i0.ɵɵelementStart(0, "p", 71);
43370
+ i0.ɵɵelementStart(0, "p", 72);
43347
43371
  i0.ɵɵtext(1);
43348
43372
  i0.ɵɵelementEnd();
43349
43373
  } if (rf & 2) {
@@ -43354,15 +43378,15 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_
43354
43378
  i0.ɵɵtextInterpolate(chart_r43.description);
43355
43379
  } }
43356
43380
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_0_Template(rf, ctx) { if (rf & 1) {
43357
- i0.ɵɵelement(0, "symphiq-line-chart", 73);
43381
+ i0.ɵɵelement(0, "symphiq-line-chart", 74);
43358
43382
  } if (rf & 2) {
43359
43383
  const chart_r43 = i0.ɵɵnextContext(2);
43360
43384
  const ctx_r1 = i0.ɵɵnextContext(2);
43361
43385
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
43362
43386
  } }
43363
43387
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
43364
- i0.ɵɵelementStart(0, "div", 74);
43365
- i0.ɵɵelement(1, "div", 75);
43388
+ i0.ɵɵelementStart(0, "div", 75);
43389
+ i0.ɵɵelement(1, "div", 76);
43366
43390
  i0.ɵɵelementEnd();
43367
43391
  } if (rf & 2) {
43368
43392
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -43375,15 +43399,15 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_
43375
43399
  i0.ɵɵdeferOnIdle();
43376
43400
  } }
43377
43401
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
43378
- i0.ɵɵelement(0, "symphiq-bar-chart", 73);
43402
+ i0.ɵɵelement(0, "symphiq-bar-chart", 74);
43379
43403
  } if (rf & 2) {
43380
43404
  const chart_r43 = i0.ɵɵnextContext(2);
43381
43405
  const ctx_r1 = i0.ɵɵnextContext(2);
43382
43406
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
43383
43407
  } }
43384
43408
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
43385
- i0.ɵɵelementStart(0, "div", 74);
43386
- i0.ɵɵelement(1, "div", 75);
43409
+ i0.ɵɵelementStart(0, "div", 75);
43410
+ i0.ɵɵelement(1, "div", 76);
43387
43411
  i0.ɵɵelementEnd();
43388
43412
  } if (rf & 2) {
43389
43413
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -43396,15 +43420,15 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_
43396
43420
  i0.ɵɵdeferOnIdle();
43397
43421
  } }
43398
43422
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
43399
- i0.ɵɵelement(0, "symphiq-pie-chart", 73);
43423
+ i0.ɵɵelement(0, "symphiq-pie-chart", 74);
43400
43424
  } if (rf & 2) {
43401
43425
  const chart_r43 = i0.ɵɵnextContext(2);
43402
43426
  const ctx_r1 = i0.ɵɵnextContext(2);
43403
43427
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
43404
43428
  } }
43405
43429
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
43406
- i0.ɵɵelementStart(0, "div", 74);
43407
- i0.ɵɵelement(1, "div", 75);
43430
+ i0.ɵɵelementStart(0, "div", 75);
43431
+ i0.ɵɵelement(1, "div", 76);
43408
43432
  i0.ɵɵelementEnd();
43409
43433
  } if (rf & 2) {
43410
43434
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -43417,15 +43441,15 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_
43417
43441
  i0.ɵɵdeferOnIdle();
43418
43442
  } }
43419
43443
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
43420
- i0.ɵɵelement(0, "symphiq-area-chart", 73);
43444
+ i0.ɵɵelement(0, "symphiq-area-chart", 74);
43421
43445
  } if (rf & 2) {
43422
43446
  const chart_r43 = i0.ɵɵnextContext(2);
43423
43447
  const ctx_r1 = i0.ɵɵnextContext(2);
43424
43448
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
43425
43449
  } }
43426
43450
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
43427
- i0.ɵɵelementStart(0, "div", 74);
43428
- i0.ɵɵelement(1, "div", 75);
43451
+ i0.ɵɵelementStart(0, "div", 75);
43452
+ i0.ɵɵelement(1, "div", 76);
43429
43453
  i0.ɵɵelementEnd();
43430
43454
  } if (rf & 2) {
43431
43455
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -43439,8 +43463,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_
43439
43463
  } }
43440
43464
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
43441
43465
  i0.ɵɵelementStart(0, "div", 24);
43442
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_1_Template, 2, 2, "p", 71);
43443
- i0.ɵɵelementStart(2, "div", 72);
43466
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_1_Template, 2, 2, "p", 72);
43467
+ i0.ɵɵelementStart(2, "div", 73);
43444
43468
  i0.ɵɵconditionalCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Template, 4, 0);
43445
43469
  i0.ɵɵconditionalCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Template, 4, 0);
43446
43470
  i0.ɵɵconditionalCreate(5, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Template, 4, 0);
@@ -43487,7 +43511,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template(rf,
43487
43511
  } }
43488
43512
  function ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
43489
43513
  const _r48 = i0.ɵɵgetCurrentView();
43490
- i0.ɵɵelementStart(0, "symphiq-top-priorities-list-modal-content", 76);
43514
+ i0.ɵɵelementStart(0, "symphiq-top-priorities-list-modal-content", 77);
43491
43515
  i0.ɵɵlistener("priorityClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template_symphiq_top_priorities_list_modal_content_priorityClick_0_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onTopPriorityClick($event.priority, $event.index)); });
43492
43516
  i0.ɵɵelementEnd();
43493
43517
  } if (rf & 2) {
@@ -43551,7 +43575,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
43551
43575
  i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
43552
43576
  i0.ɵɵelementStart(4, "div", 6)(5, "div", 7)(6, "div", 8);
43553
43577
  i0.ɵɵconditionalCreate(7, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_Template, 6, 5, "div", 9);
43554
- i0.ɵɵconditionalCreate(8, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template, 4, 3, "div", 10);
43578
+ i0.ɵɵconditionalCreate(8, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template, 5, 4, "div", 10);
43555
43579
  i0.ɵɵelementStart(9, "h3", 11);
43556
43580
  i0.ɵɵtext(10);
43557
43581
  i0.ɵɵelementEnd()();
@@ -43567,13 +43591,14 @@ function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
43567
43591
  i0.ɵɵconditionalCreate(17, ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template, 1, 7, "symphiq-goal-detail-modal-content", 17)(18, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template, 4, 1, "div", 18)(19, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template, 4, 1, "div", 18)(20, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template, 4, 1, "div", 19)(21, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template, 4, 1, "div", 19)(22, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template, 1, 15, "symphiq-recommendation-card", 20)(23, ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template, 1, 6, "symphiq-item-detail-modal", 21)(24, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template, 3, 1, "div", 18)(25, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template, 1, 8, "symphiq-funnel-analysis-metric-card", 22)(26, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template, 4, 1, "div", 18)(27, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template, 1, 11, "symphiq-funnel-analysis-insight-card", 23)(28, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template, 7, 6, "div", 24)(29, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template, 1, 3, "symphiq-key-strengths-list-modal-content", 25)(30, ProfileAnalysisModalComponent_Conditional_0_Conditional_30_Template, 1, 3, "symphiq-critical-gaps-list-modal-content", 26)(31, ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Template, 1, 3, "symphiq-key-strength-detail-modal-content", 27)(32, ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template, 1, 3, "symphiq-critical-gap-detail-modal-content", 28)(33, ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template, 1, 4, "symphiq-top-priorities-list-modal-content", 29)(34, ProfileAnalysisModalComponent_Conditional_0_Conditional_34_Template, 1, 6, "symphiq-top-priority-detail-modal-content", 30)(35, ProfileAnalysisModalComponent_Conditional_0_Conditional_35_Template, 1, 4, "symphiq-focus-area-strengths-list-modal-content", 31)(36, ProfileAnalysisModalComponent_Conditional_0_Conditional_36_Template, 1, 4, "symphiq-focus-area-gaps-list-modal-content", 32)(37, ProfileAnalysisModalComponent_Conditional_0_Conditional_37_Template, 1, 4, "symphiq-focus-area-opportunities-list-modal-content", 33)(38, ProfileAnalysisModalComponent_Conditional_0_Conditional_38_Template, 1, 6, "symphiq-focus-area-strength-detail-modal-content", 34)(39, ProfileAnalysisModalComponent_Conditional_0_Conditional_39_Template, 1, 6, "symphiq-focus-area-gap-detail-modal-content", 35)(40, ProfileAnalysisModalComponent_Conditional_0_Conditional_40_Template, 1, 6, "symphiq-focus-area-opportunity-detail-modal-content", 36)(41, ProfileAnalysisModalComponent_Conditional_0_Conditional_41_Template, 1, 0);
43568
43592
  i0.ɵɵelementEnd()()();
43569
43593
  } if (rf & 2) {
43570
- let tmp_16_0;
43571
- let tmp_19_0;
43594
+ let tmp_17_0;
43595
+ let tmp_20_0;
43572
43596
  const ctx_r1 = i0.ɵɵnextContext();
43573
43597
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
43574
43598
  i0.ɵɵadvance(2);
43575
43599
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
43576
- i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25")("@fadeIn", undefined);
43600
+ i0.ɵɵclassProp("opacity-0", !ctx_r1.modalReady())("opacity-100", ctx_r1.modalReady());
43601
+ i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25");
43577
43602
  i0.ɵɵadvance();
43578
43603
  i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex());
43579
43604
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/90 border-slate-200/50" : "bg-slate-800/90 border-slate-700/50")("@slideUpFade", undefined);
@@ -43588,13 +43613,13 @@ function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
43588
43613
  i0.ɵɵadvance();
43589
43614
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
43590
43615
  i0.ɵɵadvance();
43591
- i0.ɵɵconditional((tmp_16_0 = ctx_r1.getGoalChips()) ? 11 : -1, tmp_16_0);
43616
+ i0.ɵɵconditional((tmp_17_0 = ctx_r1.getGoalChips()) ? 11 : -1, tmp_17_0);
43592
43617
  i0.ɵɵadvance();
43593
43618
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600 hover:text-slate-900 hover:bg-slate-100" : "text-slate-400 hover:text-white hover:bg-slate-700");
43594
43619
  i0.ɵɵadvance(3);
43595
43620
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
43596
43621
  i0.ɵɵadvance(2);
43597
- i0.ɵɵconditional((tmp_19_0 = ctx_r1.modalType() === "goal-detail" && ctx_r1.getGoalDetailData()) ? 17 : (tmp_19_0 = ctx_r1.modalType() === "goal-insights-list" && ctx_r1.getInsightsListData()) ? 18 : (tmp_19_0 = ctx_r1.modalType() === "recommendation-insights-list" && ctx_r1.getRecommendationInsightsListData()) ? 19 : (tmp_19_0 = ctx_r1.modalType() === "goal-business-insights-list" && ctx_r1.getBusinessInsightsListData()) ? 20 : (tmp_19_0 = ctx_r1.modalType() === "recommendation-business-insights-list" && ctx_r1.getRecommendationBusinessInsightsListData()) ? 21 : (tmp_19_0 = ctx_r1.modalType() === "business-insight-detail" && ctx_r1.getBusinessInsightDetailData()) ? 22 : (tmp_19_0 = ctx_r1.modalType() === "item-detail" && ctx_r1.itemDetailData()) ? 23 : (tmp_19_0 = ctx_r1.modalType() === "metrics-list" && ctx_r1.getMetricsListData()) ? 24 : (tmp_19_0 = ctx_r1.modalType() === "metric" && ctx_r1.getMetricData()) ? 25 : (tmp_19_0 = ctx_r1.modalType() === "charts-list" && ctx_r1.getChartsListData()) ? 26 : (tmp_19_0 = ctx_r1.modalType() === "insight" && ctx_r1.getInsightData()) ? 27 : (tmp_19_0 = ctx_r1.modalType() === "chart" && ctx_r1.getChartData()) ? 28 : (tmp_19_0 = ctx_r1.modalType() === "key-strengths-list" && ctx_r1.getKeyStrengthsListData()) ? 29 : (tmp_19_0 = ctx_r1.modalType() === "critical-gaps-list" && ctx_r1.getCriticalGapsListData()) ? 30 : (tmp_19_0 = ctx_r1.modalType() === "key-strength-detail" && ctx_r1.getKeyStrengthDetailData()) ? 31 : (tmp_19_0 = ctx_r1.modalType() === "critical-gap-detail" && ctx_r1.getCriticalGapDetailData()) ? 32 : (tmp_19_0 = ctx_r1.modalType() === "top-priorities-list" && ctx_r1.getTopPrioritiesListData()) ? 33 : (tmp_19_0 = ctx_r1.modalType() === "top-priority-detail" && ctx_r1.getTopPriorityDetailData()) ? 34 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-strengths-list" && ctx_r1.getFocusAreaStrengthsListData()) ? 35 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-gaps-list" && ctx_r1.getFocusAreaGapsListData()) ? 36 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-opportunities-list" && ctx_r1.getFocusAreaOpportunitiesListData()) ? 37 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-strength-detail" && ctx_r1.getFocusAreaStrengthDetailData()) ? 38 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-gap-detail" && ctx_r1.getFocusAreaGapDetailData()) ? 39 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-opportunity-detail" && ctx_r1.getFocusAreaOpportunityDetailData()) ? 40 : 41, tmp_19_0);
43622
+ i0.ɵɵconditional((tmp_20_0 = ctx_r1.modalType() === "goal-detail" && ctx_r1.getGoalDetailData()) ? 17 : (tmp_20_0 = ctx_r1.modalType() === "goal-insights-list" && ctx_r1.getInsightsListData()) ? 18 : (tmp_20_0 = ctx_r1.modalType() === "recommendation-insights-list" && ctx_r1.getRecommendationInsightsListData()) ? 19 : (tmp_20_0 = ctx_r1.modalType() === "goal-business-insights-list" && ctx_r1.getBusinessInsightsListData()) ? 20 : (tmp_20_0 = ctx_r1.modalType() === "recommendation-business-insights-list" && ctx_r1.getRecommendationBusinessInsightsListData()) ? 21 : (tmp_20_0 = ctx_r1.modalType() === "business-insight-detail" && ctx_r1.getBusinessInsightDetailData()) ? 22 : (tmp_20_0 = ctx_r1.modalType() === "item-detail" && ctx_r1.itemDetailData()) ? 23 : (tmp_20_0 = ctx_r1.modalType() === "metrics-list" && ctx_r1.getMetricsListData()) ? 24 : (tmp_20_0 = ctx_r1.modalType() === "metric" && ctx_r1.getMetricData()) ? 25 : (tmp_20_0 = ctx_r1.modalType() === "charts-list" && ctx_r1.getChartsListData()) ? 26 : (tmp_20_0 = ctx_r1.modalType() === "insight" && ctx_r1.getInsightData()) ? 27 : (tmp_20_0 = ctx_r1.modalType() === "chart" && ctx_r1.getChartData()) ? 28 : (tmp_20_0 = ctx_r1.modalType() === "key-strengths-list" && ctx_r1.getKeyStrengthsListData()) ? 29 : (tmp_20_0 = ctx_r1.modalType() === "critical-gaps-list" && ctx_r1.getCriticalGapsListData()) ? 30 : (tmp_20_0 = ctx_r1.modalType() === "key-strength-detail" && ctx_r1.getKeyStrengthDetailData()) ? 31 : (tmp_20_0 = ctx_r1.modalType() === "critical-gap-detail" && ctx_r1.getCriticalGapDetailData()) ? 32 : (tmp_20_0 = ctx_r1.modalType() === "top-priorities-list" && ctx_r1.getTopPrioritiesListData()) ? 33 : (tmp_20_0 = ctx_r1.modalType() === "top-priority-detail" && ctx_r1.getTopPriorityDetailData()) ? 34 : (tmp_20_0 = ctx_r1.modalType() === "focus-area-strengths-list" && ctx_r1.getFocusAreaStrengthsListData()) ? 35 : (tmp_20_0 = ctx_r1.modalType() === "focus-area-gaps-list" && ctx_r1.getFocusAreaGapsListData()) ? 36 : (tmp_20_0 = ctx_r1.modalType() === "focus-area-opportunities-list" && ctx_r1.getFocusAreaOpportunitiesListData()) ? 37 : (tmp_20_0 = ctx_r1.modalType() === "focus-area-strength-detail" && ctx_r1.getFocusAreaStrengthDetailData()) ? 38 : (tmp_20_0 = ctx_r1.modalType() === "focus-area-gap-detail" && ctx_r1.getFocusAreaGapDetailData()) ? 39 : (tmp_20_0 = ctx_r1.modalType() === "focus-area-opportunity-detail" && ctx_r1.getFocusAreaOpportunityDetailData()) ? 40 : 41, tmp_20_0);
43598
43623
  } }
43599
43624
  class ProfileAnalysisModalComponent {
43600
43625
  constructor() {
@@ -44201,12 +44226,35 @@ class ProfileAnalysisModalComponent {
44201
44226
  }
44202
44227
  return deduplicatedBreadcrumbs;
44203
44228
  }, ...(ngDevMode ? [{ debugName: "getBreadcrumbs" }] : []));
44229
+ this.sourceAnalysisType = computed(() => {
44230
+ const data = this.modalData();
44231
+ if (data && 'sourceAnalysisType' in data) {
44232
+ return data.sourceAnalysisType;
44233
+ }
44234
+ return undefined;
44235
+ }, ...(ngDevMode ? [{ debugName: "sourceAnalysisType" }] : []));
44236
+ this.sourceAnalysisTypeLabel = computed(() => {
44237
+ const type = this.sourceAnalysisType();
44238
+ if (!type)
44239
+ return null;
44240
+ switch (type) {
44241
+ case ProfileAnalysisTypeEnum.SHOP:
44242
+ return 'Shop Analysis';
44243
+ case ProfileAnalysisTypeEnum.FOCUS_AREA:
44244
+ return 'Focus Area';
44245
+ case ProfileAnalysisTypeEnum.METRIC:
44246
+ return 'Metric Analysis';
44247
+ default:
44248
+ return null;
44249
+ }
44250
+ }, ...(ngDevMode ? [{ debugName: "sourceAnalysisTypeLabel" }] : []));
44204
44251
  this.modalTypeLabel = computed(() => {
44205
44252
  const type = this.modalType();
44253
+ const sourceType = this.sourceAnalysisType();
44206
44254
  switch (type) {
44207
44255
  case 'goal-detail':
44208
44256
  case 'goal-objectives':
44209
- return 'GOAL';
44257
+ return sourceType ? 'SOURCE GOAL' : 'GOAL';
44210
44258
  case 'objective-strategies':
44211
44259
  return 'OBJECTIVE';
44212
44260
  case 'strategy-recommendations':
@@ -45149,9 +45197,9 @@ class ProfileAnalysisModalComponent {
45149
45197
  let _t;
45150
45198
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
45151
45199
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
45152
- } }, inputs: { isLightMode: [1, "isLightMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], allBusinessInsights: [1, "allBusinessInsights"] }, ngContentSelectors: _c2$g, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-5xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-2xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "ml-4"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "z-[10001]", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "space-y-4"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "fromProfileAnalysis", "animationIndex", "allMetrics", "allCharts", "allInsights", "currentModalState", "goalTitle", "objectiveTitle", "strategyTitle"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currentModalState", "viewMode"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "isLoading", "isCompactMode", "viewMode", "currentModalState"], [1, "chart-modal-content"], [3, "keyStrengths", "viewMode"], [3, "criticalGaps", "viewMode"], [3, "strength", "viewMode"], [3, "gap", "viewMode"], [3, "priorities", "viewMode", "focusAreaName"], [3, "priority", "index", "totalCount", "viewMode", "focusAreaName"], [3, "strengths", "viewMode", "categoryTitle"], [3, "gaps", "viewMode", "categoryTitle"], [3, "opportunities", "viewMode", "categoryTitle"], [3, "strength", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "gap", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "opportunity", "viewMode", "allMetrics", "allCharts", "currentModalState"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "ngClass"], [1, "opacity-75", "font-medium", "truncate"], ["size", "w-4 h-4", 1, "opacity-50", "flex-shrink-0", 3, "icon"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "px-3", "py-1", "text-xs", "font-semibold", "rounded-full", 3, "ngClass"], [3, "showObjectives", "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "text-sm", "mb-6", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "flex", "items-center", "justify-center", "rounded-full", "text-xs", "font-bold", "border-2", "backdrop-blur-md", "transition-all", "duration-300", "group-hover:scale-110", 3, "ngClass", "ngStyle"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "mb-2", "transition-colors", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "mt-3", "flex", "items-center"], [1, "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "text-xs", "font-semibold", "rounded-full", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [3, "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [1, "space-y-3"], [1, "text-xs", "font-bold", "uppercase", "tracking-wider", "px-1", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [3, "priorityClick", "priorities", "viewMode", "focusAreaName"]], template: function ProfileAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
45200
+ } }, inputs: { isLightMode: [1, "isLightMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], allBusinessInsights: [1, "allBusinessInsights"] }, ngContentSelectors: _c2$g, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-5xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-2xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "ml-4"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "z-[10001]", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "space-y-4"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "fromProfileAnalysis", "animationIndex", "allMetrics", "allCharts", "allInsights", "currentModalState", "goalTitle", "objectiveTitle", "strategyTitle"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currentModalState", "viewMode"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "isLoading", "isCompactMode", "viewMode", "currentModalState"], [1, "chart-modal-content"], [3, "keyStrengths", "viewMode"], [3, "criticalGaps", "viewMode"], [3, "strength", "viewMode"], [3, "gap", "viewMode"], [3, "priorities", "viewMode", "focusAreaName"], [3, "priority", "index", "totalCount", "viewMode", "focusAreaName"], [3, "strengths", "viewMode", "categoryTitle"], [3, "gaps", "viewMode", "categoryTitle"], [3, "opportunities", "viewMode", "categoryTitle"], [3, "strength", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "gap", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "opportunity", "viewMode", "allMetrics", "allCharts", "currentModalState"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "ngClass"], [1, "opacity-75", "font-medium", "truncate"], ["size", "w-4 h-4", 1, "opacity-50", "flex-shrink-0", 3, "icon"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", "border", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "px-3", "py-1", "text-xs", "font-semibold", "rounded-full", 3, "ngClass"], [3, "showObjectives", "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "text-sm", "mb-6", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "flex", "items-center", "justify-center", "rounded-full", "text-xs", "font-bold", "border-2", "backdrop-blur-md", "transition-all", "duration-300", "group-hover:scale-110", 3, "ngClass", "ngStyle"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "mb-2", "transition-colors", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "mt-3", "flex", "items-center"], [1, "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "text-xs", "font-semibold", "rounded-full", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [3, "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [1, "space-y-3"], [1, "text-xs", "font-bold", "uppercase", "tracking-wider", "px-1", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [3, "priorityClick", "priorities", "viewMode", "focusAreaName"]], template: function ProfileAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
45153
45201
  i0.ɵɵprojectionDef();
45154
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 42, 21, "div", 2);
45202
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 42, 24, "div", 2);
45155
45203
  } if (rf & 2) {
45156
45204
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
45157
45205
  } }, dependencies: [CommonModule, i1$1.NgClass, i1$1.NgStyle, SymphiqIconComponent, InsightCardComponent, ChartCardComponent, MetricListItemComponent, MetricCardComponent, RecommendationCardComponent, KeyStrengthsListModalContentComponent, CriticalGapsListModalContentComponent, KeyStrengthDetailModalContentComponent, CriticalGapDetailModalContentComponent, GoalDetailModalContentComponent, TopPrioritiesListModalContentComponent, TopPriorityDetailModalContentComponent, FocusAreaStrengthsListModalContentComponent, FocusAreaGapsListModalContentComponent, FocusAreaOpportunitiesListModalContentComponent, FocusAreaStrengthDetailModalContentComponent, FocusAreaGapDetailModalContentComponent, FocusAreaOpportunityDetailModalContentComponent, ItemDetailModalComponent], encapsulation: 2, data: { animation: [
@@ -45193,7 +45241,7 @@ class ProfileAnalysisModalComponent {
45193
45241
  template: `
45194
45242
  @if (isOpen()) {
45195
45243
  <div #modalWrapper class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
45196
- <div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn (click)="closeModal()"></div>
45244
+ <div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm transition-opacity duration-200" [class.opacity-0]="!modalReady()" [class.opacity-100]="modalReady()" [style.z-index]="backdropZIndex()" aria-hidden="true" (click)="closeModal()"></div>
45197
45245
 
45198
45246
  <div
45199
45247
  (click)="$event.stopPropagation()"
@@ -45257,6 +45305,11 @@ class ProfileAnalysisModalComponent {
45257
45305
  <span [ngClass]="modalTypeLabelClasses()" class="text-xs font-semibold uppercase tracking-wider">
45258
45306
  {{ modalTypeLabel() }}
45259
45307
  </span>
45308
+ @if (sourceAnalysisTypeLabel(); as sourceLabel) {
45309
+ <span [ngClass]="isLightMode() ? 'bg-purple-100 text-purple-700 border-purple-300' : 'bg-purple-900/30 text-purple-400 border-purple-700/50'" class="px-2 py-0.5 text-xs font-medium rounded-full border">
45310
+ {{ sourceLabel }}
45311
+ </span>
45312
+ }
45260
45313
  </div>
45261
45314
  }
45262
45315
 
@@ -45692,7 +45745,7 @@ class ProfileAnalysisModalComponent {
45692
45745
  type: ViewChild,
45693
45746
  args: ['modalWrapper']
45694
45747
  }] }); }); })();
45695
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 550 }); })();
45748
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 555 }); })();
45696
45749
 
45697
45750
  const _c0$S = a0 => ({ name: "light-bulb", source: a0 });
45698
45751
  const _c1$p = a0 => ({ name: "trophy", source: a0 });
@@ -50760,7 +50813,8 @@ class SymphiqFunnelAnalysisDashboardComponent {
50760
50813
  [isLoading]="isLoading() && !isShowingLoader()"
50761
50814
  [requestedByUser]="requestedByUser()"
50762
50815
  [createdDate]="analysisCreatedDate()"
50763
- [showSearchControl]="!isLoading()" [showViewModeControl]="!isLoading()"
50816
+ [showSearchControl]="!isLoading()"
50817
+ [showViewModeControl]="!isLoading()"
50764
50818
  [hasCondensedLeftContent]="!!revenueMetric()"
50765
50819
  [embedded]="embedded()"
50766
50820
  [scrollEvent]="scrollEvent()"
@@ -51722,7 +51776,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
51722
51776
  type: HostListener,
51723
51777
  args: ['window:scroll']
51724
51778
  }] }); })();
51725
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber: 1196 }); })();
51779
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber: 1197 }); })();
51726
51780
 
51727
51781
  /**
51728
51782
  * Shared Theme Color Utilities
@@ -82629,7 +82683,7 @@ function StrategyRecommendationsModalContentComponent_For_8_Template(rf, ctx) {
82629
82683
  const $index_r5 = ctx.$index;
82630
82684
  const ctx_r0 = i0.ɵɵnextContext();
82631
82685
  i0.ɵɵclassProp("cursor-pointer", ctx_r0.hasExpandableContent(recommendation_r4));
82632
- i0.ɵɵproperty("ngClass", ctx_r0.cardClasses());
82686
+ i0.ɵɵproperty("ngClass", ctx_r0.getRecommendationCardClasses(recommendation_r4.id || $index_r5));
82633
82687
  i0.ɵɵattribute("id", "recommendation-" + (recommendation_r4.id || $index_r5));
82634
82688
  i0.ɵɵadvance(2);
82635
82689
  i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
@@ -83486,6 +83540,20 @@ class StrategyRecommendationsModalContentComponent {
83486
83540
  default: return '';
83487
83541
  }
83488
83542
  }
83543
+ getRecommendationCardClasses(id) {
83544
+ const isExpanded = this.isRecommendationExpanded(id);
83545
+ const baseClasses = this.cardClasses();
83546
+ if (this.isDark()) {
83547
+ if (isExpanded) {
83548
+ return `${baseClasses} border-cyan-500/60 shadow-[0_0_15px_rgba(6,182,212,0.3)]`;
83549
+ }
83550
+ return `${baseClasses} hover:border-cyan-500/40 hover:shadow-[0_0_10px_rgba(6,182,212,0.2)]`;
83551
+ }
83552
+ if (isExpanded) {
83553
+ return `${baseClasses} border-cyan-500 shadow-[0_0_15px_rgba(6,182,212,0.25)]`;
83554
+ }
83555
+ return `${baseClasses} hover:border-cyan-400 hover:shadow-[0_0_10px_rgba(6,182,212,0.15)]`;
83556
+ }
83489
83557
  priorityBadgeClasses(priority) {
83490
83558
  if (this.isDark()) {
83491
83559
  if (priority === ProfileAnalysisPriorityEnum.CRITICAL) {
@@ -83551,7 +83619,7 @@ class StrategyRecommendationsModalContentComponent {
83551
83619
  return 'border border-slate-300 bg-white text-slate-700';
83552
83620
  }
83553
83621
  static { this.ɵfac = function StrategyRecommendationsModalContentComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StrategyRecommendationsModalContentComponent)(); }; }
83554
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StrategyRecommendationsModalContentComponent, selectors: [["symphiq-strategy-recommendations-modal-content"]], inputs: { strategy: [1, "strategy"], objectiveTitle: [1, "objectiveTitle"], goalTitle: [1, "goalTitle"], viewMode: [1, "viewMode"], allMetrics: [1, "allMetrics"], allCharts: [1, "allCharts"], allInsights: [1, "allInsights"], allBusinessInsights: [1, "allBusinessInsights"], currentModalState: [1, "currentModalState"], expandedRecommendationId: [1, "expandedRecommendationId"] }, decls: 9, vars: 5, consts: [[1, "space-y-6"], [1, "p-6", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "mb-5"], [1, "flex", "flex-wrap", "gap-2.5"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", 3, "ngClass"], [1, "rounded", "p-5", "transition-all", "duration-200", "hover:shadow-lg", 3, "ngClass", "cursor-pointer"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "text-xs", "font-semibold", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "rounded", "p-5", "transition-all", "duration-200", "hover:shadow-lg", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex-1", "min-w-0"], [1, "mb-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-2", "mb-3"], [1, "font-medium", "text-lg", 3, "ngClass"], [1, "px-2", "py-0.5", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", "flex-shrink-0", 3, "ngClass"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "flex", "flex-wrap", "gap-2.5", "mb-4"], [1, "px-2", "py-1", "rounded", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2", "mb-4"], ["type", "button", 1, "flex", "items-center", "gap-2", "transition-colors", "duration-200", "cursor-pointer", 3, "ngClass"], [1, "grid", "transition-all", "duration-300", "ease-in-out"], [1, "overflow-hidden", "-mx-2", "px-2"], [1, "pt-4", "transition-opacity", "duration-300"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-5"], [1, "pt-4", "border-t", 3, "ngClass"], [1, "pt-4", "border-t", "lg:col-span-2", 3, "ngClass"], [1, "pt-6", "border-t", "lg:col-span-2", 3, "ngClass"], [1, "text-sm", "font-semibold", "mb-2", 3, "ngClass"], [1, "px-2.5", "py-1.5", "rounded-full", "text-xs", "font-medium", "flex", "items-center", "gap-1.5", 3, "ngClass", "libSymphiqTooltip", "tooltipType", "tooltipPosition", "tooltipDelay"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "font-semibold"], [1, "opacity-80"], ["type", "button", 1, "flex", "items-center", "gap-2", "transition-colors", "duration-200", "cursor-pointer", 3, "click", "ngClass"], [1, "text-sm", "font-medium"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "transition-transform", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "text-sm", "font-semibold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "text-sm", "flex", "items-start", "gap-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M5 13l4 4L19 7"], [1, "text-sm", "font-semibold", "mb-3", "flex", "items-center", "gap-2", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"], [1, "space-y-3"], [1, "text-xs", "font-medium", "mb-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-2", "py-1", "rounded-full", "text-xs", 3, "ngClass"], [1, "ml-1", "opacity-75"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], [1, "p-3", "rounded", 3, "ngClass"], [1, "flex", "items-start", "gap-2", "mb-2"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", "flex-shrink-0", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], [1, "flex", "items-start", "gap-2", "mt-2"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"], [1, "text-sm", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"], [1, "p-3", "rounded", "border", 3, "ngClass"], [1, "w-7", "h-7", "rounded-full", "flex", "items-center", "justify-center", "border-2", "flex-shrink-0", "font-bold", "text-xs", 3, "ngClass"], [1, "text-sm", "font-medium", "mb-1", 3, "ngClass"], [1, "text-xs", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "font-medium", "mb-2", 3, "ngClass"], [1, "mt-2"], [1, "inline-block", "px-2", "py-1", "rounded-full", "text-xs", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"], [3, "relatedFocusAreas", "viewMode"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "px-1", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-4"], ["type", "button", 1, "w-full", "text-left", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "hover:scale-[1.02]", "hover:shadow-lg", "active:scale-[0.98]", "cursor-pointer", "group", 3, "ngClass"], ["type", "button", 1, "w-full", "text-left", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "hover:scale-[1.02]", "hover:shadow-lg", "active:scale-[0.98]", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "text-xs", "font-medium", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"], [1, "space-y-4"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "px-1", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "transition-transform", "duration-200", "rotate-180", 3, "ngClass"]], template: function StrategyRecommendationsModalContentComponent_Template(rf, ctx) { if (rf & 1) {
83622
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StrategyRecommendationsModalContentComponent, selectors: [["symphiq-strategy-recommendations-modal-content"]], inputs: { strategy: [1, "strategy"], objectiveTitle: [1, "objectiveTitle"], goalTitle: [1, "goalTitle"], viewMode: [1, "viewMode"], allMetrics: [1, "allMetrics"], allCharts: [1, "allCharts"], allInsights: [1, "allInsights"], allBusinessInsights: [1, "allBusinessInsights"], currentModalState: [1, "currentModalState"], expandedRecommendationId: [1, "expandedRecommendationId"] }, decls: 9, vars: 5, consts: [[1, "space-y-6"], [1, "p-6", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "mb-5"], [1, "flex", "flex-wrap", "gap-2.5"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", 3, "ngClass"], [1, "rounded", "p-5", "transition-all", "duration-200", 3, "ngClass", "cursor-pointer"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "text-xs", "font-semibold", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "rounded", "p-5", "transition-all", "duration-200", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex-1", "min-w-0"], [1, "mb-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-2", "mb-3"], [1, "font-medium", "text-lg", 3, "ngClass"], [1, "px-2", "py-0.5", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", "flex-shrink-0", 3, "ngClass"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "flex", "flex-wrap", "gap-2.5", "mb-4"], [1, "px-2", "py-1", "rounded", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2", "mb-4"], ["type", "button", 1, "flex", "items-center", "gap-2", "transition-colors", "duration-200", "cursor-pointer", 3, "ngClass"], [1, "grid", "transition-all", "duration-300", "ease-in-out"], [1, "overflow-hidden", "-mx-2", "px-2"], [1, "pt-4", "transition-opacity", "duration-300"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-5"], [1, "pt-4", "border-t", 3, "ngClass"], [1, "pt-4", "border-t", "lg:col-span-2", 3, "ngClass"], [1, "pt-6", "border-t", "lg:col-span-2", 3, "ngClass"], [1, "text-sm", "font-semibold", "mb-2", 3, "ngClass"], [1, "px-2.5", "py-1.5", "rounded-full", "text-xs", "font-medium", "flex", "items-center", "gap-1.5", 3, "ngClass", "libSymphiqTooltip", "tooltipType", "tooltipPosition", "tooltipDelay"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "font-semibold"], [1, "opacity-80"], ["type", "button", 1, "flex", "items-center", "gap-2", "transition-colors", "duration-200", "cursor-pointer", 3, "click", "ngClass"], [1, "text-sm", "font-medium"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "transition-transform", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "text-sm", "font-semibold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "text-sm", "flex", "items-start", "gap-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M5 13l4 4L19 7"], [1, "text-sm", "font-semibold", "mb-3", "flex", "items-center", "gap-2", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"], [1, "space-y-3"], [1, "text-xs", "font-medium", "mb-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-2", "py-1", "rounded-full", "text-xs", 3, "ngClass"], [1, "ml-1", "opacity-75"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], [1, "p-3", "rounded", 3, "ngClass"], [1, "flex", "items-start", "gap-2", "mb-2"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", "flex-shrink-0", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], [1, "flex", "items-start", "gap-2", "mt-2"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"], [1, "text-sm", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"], [1, "p-3", "rounded", "border", 3, "ngClass"], [1, "w-7", "h-7", "rounded-full", "flex", "items-center", "justify-center", "border-2", "flex-shrink-0", "font-bold", "text-xs", 3, "ngClass"], [1, "text-sm", "font-medium", "mb-1", 3, "ngClass"], [1, "text-xs", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "font-medium", "mb-2", 3, "ngClass"], [1, "mt-2"], [1, "inline-block", "px-2", "py-1", "rounded-full", "text-xs", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z"], [3, "relatedFocusAreas", "viewMode"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "px-1", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-4"], ["type", "button", 1, "w-full", "text-left", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "hover:scale-[1.02]", "hover:shadow-lg", "active:scale-[0.98]", "cursor-pointer", "group", 3, "ngClass"], ["type", "button", 1, "w-full", "text-left", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "hover:scale-[1.02]", "hover:shadow-lg", "active:scale-[0.98]", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "w-8", "h-8", "rounded-lg", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "text-xs", "font-medium", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"], [1, "space-y-4"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "px-1", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "transition-transform", "duration-200", "rotate-180", 3, "ngClass"]], template: function StrategyRecommendationsModalContentComponent_Template(rf, ctx) { if (rf & 1) {
83555
83623
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
83556
83624
  i0.ɵɵconditionalCreate(2, StrategyRecommendationsModalContentComponent_Conditional_2_Template, 3, 2, "div", 2);
83557
83625
  i0.ɵɵconditionalCreate(3, StrategyRecommendationsModalContentComponent_Conditional_3_Template, 5, 3, "div", 2);
@@ -83626,7 +83694,7 @@ class StrategyRecommendationsModalContentComponent {
83626
83694
 
83627
83695
  <!-- Recommendations Section -->
83628
83696
  @for (recommendation of strategy()?.recommendations; track recommendation.id || $index) {
83629
- <div [attr.id]="'recommendation-' + (recommendation.id || $index)" [ngClass]="cardClasses()" class="rounded p-5 transition-all duration-200 hover:shadow-lg" [class.cursor-pointer]="hasExpandableContent(recommendation)" (click)="hasExpandableContent(recommendation) ? toggleRecommendation($event, recommendation.id || $index) : null">
83697
+ <div [attr.id]="'recommendation-' + (recommendation.id || $index)" [ngClass]="getRecommendationCardClasses(recommendation.id || $index)" class="rounded p-5 transition-all duration-200" [class.cursor-pointer]="hasExpandableContent(recommendation)" (click)="hasExpandableContent(recommendation) ? toggleRecommendation($event, recommendation.id || $index) : null">
83630
83698
  <div class="flex items-start gap-3">
83631
83699
  <div [ngClass]="iconContainerClasses()">
83632
83700
  <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -87065,7 +87133,7 @@ class UnifiedTimelineComponent {
87065
87133
  const _c0$k = a0 => ({ name: "squares-2x2", source: a0 });
87066
87134
  const _forTrack0$o = ($index, $item) => $item.id;
87067
87135
  function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
87068
- i0.ɵɵelement(0, "symphiq-section-divider", 23)(1, "symphiq-section-header", 24);
87136
+ i0.ɵɵelement(0, "symphiq-section-divider", 26)(1, "symphiq-section-header", 27);
87069
87137
  } if (rf & 2) {
87070
87138
  const ctx_r0 = i0.ɵɵnextContext(2);
87071
87139
  i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$k, ctx_r0.IconSourceEnum.HEROICONS));
@@ -87074,14 +87142,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_1_Template(rf,
87074
87142
  } }
87075
87143
  function UnifiedPriorityMatrixComponent_Conditional_0_For_20_Template(rf, ctx) { if (rf & 1) {
87076
87144
  const _r2 = i0.ɵɵgetCurrentView();
87077
- i0.ɵɵelementStart(0, "button", 25);
87145
+ i0.ɵɵelementStart(0, "button", 28);
87078
87146
  i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_20_Template_button_click_0_listener() { const goal_r3 = i0.ɵɵrestoreView(_r2).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r3)); });
87079
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87147
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87080
87148
  i0.ɵɵtext(3);
87081
87149
  i0.ɵɵelementEnd();
87082
87150
  i0.ɵɵnamespaceSVG();
87083
- i0.ɵɵelementStart(4, "svg", 28);
87084
- i0.ɵɵelement(5, "path", 29);
87151
+ i0.ɵɵelementStart(4, "svg", 31);
87152
+ i0.ɵɵelement(5, "path", 32);
87085
87153
  i0.ɵɵelementEnd()()();
87086
87154
  } if (rf & 2) {
87087
87155
  const goal_r3 = ctx.$implicit;
@@ -87100,14 +87168,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_21_Template(rf
87100
87168
  } }
87101
87169
  function UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template(rf, ctx) { if (rf & 1) {
87102
87170
  const _r4 = i0.ɵɵgetCurrentView();
87103
- i0.ɵɵelementStart(0, "button", 25);
87171
+ i0.ɵɵelementStart(0, "button", 33);
87104
87172
  i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template_button_click_0_listener() { const goal_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r5)); });
87105
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87173
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87106
87174
  i0.ɵɵtext(3);
87107
87175
  i0.ɵɵelementEnd();
87108
87176
  i0.ɵɵnamespaceSVG();
87109
- i0.ɵɵelementStart(4, "svg", 28);
87110
- i0.ɵɵelement(5, "path", 29);
87177
+ i0.ɵɵelementStart(4, "svg", 31);
87178
+ i0.ɵɵelement(5, "path", 32);
87111
87179
  i0.ɵɵelementEnd()()();
87112
87180
  } if (rf & 2) {
87113
87181
  const goal_r5 = ctx.$implicit;
@@ -87126,14 +87194,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_32_Template(rf
87126
87194
  } }
87127
87195
  function UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template(rf, ctx) { if (rf & 1) {
87128
87196
  const _r6 = i0.ɵɵgetCurrentView();
87129
- i0.ɵɵelementStart(0, "button", 25);
87197
+ i0.ɵɵelementStart(0, "button", 34);
87130
87198
  i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template_button_click_0_listener() { const goal_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r7)); });
87131
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87199
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87132
87200
  i0.ɵɵtext(3);
87133
87201
  i0.ɵɵelementEnd();
87134
87202
  i0.ɵɵnamespaceSVG();
87135
- i0.ɵɵelementStart(4, "svg", 28);
87136
- i0.ɵɵelement(5, "path", 29);
87203
+ i0.ɵɵelementStart(4, "svg", 31);
87204
+ i0.ɵɵelement(5, "path", 32);
87137
87205
  i0.ɵɵelementEnd()()();
87138
87206
  } if (rf & 2) {
87139
87207
  const goal_r7 = ctx.$implicit;
@@ -87152,14 +87220,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_43_Template(rf
87152
87220
  } }
87153
87221
  function UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template(rf, ctx) { if (rf & 1) {
87154
87222
  const _r8 = i0.ɵɵgetCurrentView();
87155
- i0.ɵɵelementStart(0, "button", 25);
87223
+ i0.ɵɵelementStart(0, "button", 35);
87156
87224
  i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template_button_click_0_listener() { const goal_r9 = i0.ɵɵrestoreView(_r8).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r9)); });
87157
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87225
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87158
87226
  i0.ɵɵtext(3);
87159
87227
  i0.ɵɵelementEnd();
87160
87228
  i0.ɵɵnamespaceSVG();
87161
- i0.ɵɵelementStart(4, "svg", 28);
87162
- i0.ɵɵelement(5, "path", 29);
87229
+ i0.ɵɵelementStart(4, "svg", 31);
87230
+ i0.ɵɵelement(5, "path", 32);
87163
87231
  i0.ɵɵelementEnd()()();
87164
87232
  } if (rf & 2) {
87165
87233
  const goal_r9 = ctx.$implicit;
@@ -87205,11 +87273,11 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf
87205
87273
  i0.ɵɵtext(28, "High Impact / High Effort");
87206
87274
  i0.ɵɵelementEnd();
87207
87275
  i0.ɵɵelementStart(29, "div", 14);
87208
- i0.ɵɵrepeaterCreate(30, UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template, 6, 2, "button", 15, _forTrack0$o);
87276
+ i0.ɵɵrepeaterCreate(30, UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template, 6, 2, "button", 18, _forTrack0$o);
87209
87277
  i0.ɵɵconditionalCreate(32, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_32_Template, 2, 1, "div", 16);
87210
87278
  i0.ɵɵelementEnd()();
87211
87279
  i0.ɵɵelementStart(33, "div", 9)(34, "div", 10);
87212
- i0.ɵɵelement(35, "div", 18);
87280
+ i0.ɵɵelement(35, "div", 19);
87213
87281
  i0.ɵɵelementStart(36, "h4", 12);
87214
87282
  i0.ɵɵtext(37, "Fill-Ins");
87215
87283
  i0.ɵɵelementEnd()();
@@ -87217,11 +87285,11 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf
87217
87285
  i0.ɵɵtext(39, "Low Impact / Low Effort");
87218
87286
  i0.ɵɵelementEnd();
87219
87287
  i0.ɵɵelementStart(40, "div", 14);
87220
- i0.ɵɵrepeaterCreate(41, UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template, 6, 2, "button", 15, _forTrack0$o);
87288
+ i0.ɵɵrepeaterCreate(41, UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template, 6, 2, "button", 20, _forTrack0$o);
87221
87289
  i0.ɵɵconditionalCreate(43, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_43_Template, 2, 1, "div", 16);
87222
87290
  i0.ɵɵelementEnd()();
87223
87291
  i0.ɵɵelementStart(44, "div", 9)(45, "div", 10);
87224
- i0.ɵɵelement(46, "div", 19);
87292
+ i0.ɵɵelement(46, "div", 21);
87225
87293
  i0.ɵɵelementStart(47, "h4", 12);
87226
87294
  i0.ɵɵtext(48, "Time Permitting");
87227
87295
  i0.ɵɵelementEnd()();
@@ -87229,12 +87297,12 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf
87229
87297
  i0.ɵɵtext(50, "Low Impact / High Effort");
87230
87298
  i0.ɵɵelementEnd();
87231
87299
  i0.ɵɵelementStart(51, "div", 14);
87232
- i0.ɵɵrepeaterCreate(52, UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template, 6, 2, "button", 15, _forTrack0$o);
87300
+ i0.ɵɵrepeaterCreate(52, UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template, 6, 2, "button", 22, _forTrack0$o);
87233
87301
  i0.ɵɵconditionalCreate(54, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_54_Template, 2, 1, "div", 16);
87234
87302
  i0.ɵɵelementEnd()()();
87235
- i0.ɵɵelementStart(55, "div", 20);
87236
- i0.ɵɵelement(56, "div", 21);
87237
- i0.ɵɵelementStart(57, "div", 22)(58, "span", 6);
87303
+ i0.ɵɵelementStart(55, "div", 23);
87304
+ i0.ɵɵelement(56, "div", 24);
87305
+ i0.ɵɵelementStart(57, "div", 25)(58, "span", 6);
87238
87306
  i0.ɵɵtext(59, "Effort");
87239
87307
  i0.ɵɵelementEnd()()()()()()();
87240
87308
  } if (rf & 2) {
@@ -87369,20 +87437,15 @@ class UnifiedPriorityMatrixComponent {
87369
87437
  this.goalClick.emit(goal);
87370
87438
  }
87371
87439
  static { this.ɵfac = function UnifiedPriorityMatrixComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedPriorityMatrixComponent)(); }; }
87372
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedPriorityMatrixComponent, selectors: [["symphiq-unified-priority-matrix"]], inputs: { matrix: [1, "matrix"], viewMode: [1, "viewMode"], hideHeader: [1, "hideHeader"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-priority-matrix", 1, "space-y-6", "scroll-mt-24"], [1, "rounded-2xl", "p-6", "shadow-xl", 3, "ngClass"], [1, "flex", "gap-4"], [1, "flex", "flex-col", "items-center", "justify-center", "relative", "w-6"], [1, "absolute", "inset-y-0", "left-1/2", "-translate-x-1/2", "w-0.5", 3, "ngClass"], [1, "-rotate-90", "text-xs", "font-semibold", "uppercase", "tracking-wider", "whitespace-nowrap", "px-2", "py-1", "rounded-md", "z-10", 3, "ngClass"], [3, "ngClass"], [1, "flex-1", "flex", "flex-col", "gap-4"], [1, "grid", "grid-cols-2", "gap-4"], [1, "rounded-xl", "p-4", "min-h-[180px]", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], [1, "w-3", "h-3", "rounded-full", "bg-green-500"], [1, "text-sm", "font-semibold", "mb-0!", 3, "ngClass"], [1, "text-xs", "mb-3", 3, "ngClass"], [1, "space-y-2"], ["type", "button", 1, "w-full", "text-left", "p-2", "rounded-lg", "text-sm", "transition-all", "hover:scale-[1.02]", 3, "ngClass"], [1, "text-xs", "text-center", "py-4", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-amber-500"], [1, "w-3", "h-3", "rounded-full", "bg-blue-500"], [1, "w-3", "h-3", "rounded-full", "bg-slate-400"], [1, "flex", "items-center", "justify-center", "relative", "h-6"], [1, "absolute", "inset-x-0", "top-1/2", "-translate-y-1/2", "h-0.5", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "px-2", "py-1", "rounded-md", "z-10", 3, "ngClass"], [3, "viewMode", "sectionIcon"], ["title", "Priority Matrix", 3, "icon", "viewMode"], ["type", "button", 1, "w-full", "text-left", "p-2", "rounded-lg", "text-sm", "transition-all", "hover:scale-[1.02]", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-2"], [1, "line-clamp-1", "flex-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "opacity-60"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"]], template: function UnifiedPriorityMatrixComponent_Template(rf, ctx) { if (rf & 1) {
87440
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedPriorityMatrixComponent, selectors: [["symphiq-unified-priority-matrix"]], inputs: { matrix: [1, "matrix"], viewMode: [1, "viewMode"], hideHeader: [1, "hideHeader"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-priority-matrix", 1, "space-y-6", "scroll-mt-24"], [1, "rounded-2xl", "p-6", "shadow-xl", 3, "ngClass"], [1, "flex", "gap-4"], [1, "flex", "flex-col", "items-center", "justify-center", "relative", "w-6"], [1, "absolute", "inset-y-0", "left-1/2", "-translate-x-1/2", "w-0.5", 3, "ngClass"], [1, "-rotate-90", "text-xs", "font-semibold", "uppercase", "tracking-wider", "whitespace-nowrap", "px-2", "py-1", "rounded-md", "z-10", 3, "ngClass"], [3, "ngClass"], [1, "flex-1", "flex", "flex-col", "gap-4"], [1, "grid", "grid-cols-2", "gap-4"], [1, "rounded-xl", "p-4", "min-h-[180px]", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], [1, "w-3", "h-3", "rounded-full", "bg-green-500"], [1, "text-sm", "font-semibold", "mb-0!", 3, "ngClass"], [1, "text-xs", "mb-3", 3, "ngClass"], [1, "space-y-2"], ["type", "button", 1, "goal-btn-green", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "ngClass"], [1, "text-xs", "text-center", "py-4", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-amber-500"], ["type", "button", 1, "goal-btn-amber", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-blue-500"], ["type", "button", 1, "goal-btn-blue", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-slate-400"], ["type", "button", 1, "goal-btn-slate", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "ngClass"], [1, "flex", "items-center", "justify-center", "relative", "h-6"], [1, "absolute", "inset-x-0", "top-1/2", "-translate-y-1/2", "h-0.5", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "px-2", "py-1", "rounded-md", "z-10", 3, "ngClass"], [3, "viewMode", "sectionIcon"], ["title", "Priority Matrix", 3, "icon", "viewMode"], ["type", "button", 1, "goal-btn-green", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-2"], [1, "line-clamp-1", "flex-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "opacity-60"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], ["type", "button", 1, "goal-btn-amber", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "click", "ngClass"], ["type", "button", 1, "goal-btn-blue", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "click", "ngClass"], ["type", "button", 1, "goal-btn-slate", "w-full", "text-left", "p-2", "rounded-lg", "text-sm", 3, "click", "ngClass"]], template: function UnifiedPriorityMatrixComponent_Template(rf, ctx) { if (rf & 1) {
87373
87441
  i0.ɵɵconditionalCreate(0, UnifiedPriorityMatrixComponent_Conditional_0_Template, 60, 24, "section", 0);
87374
87442
  } if (rf & 2) {
87375
87443
  i0.ɵɵconditional(ctx.hasGoals() ? 0 : -1);
87376
- } }, dependencies: [CommonModule, i1$1.NgClass, SectionDividerComponent, SectionHeaderComponent], encapsulation: 2, changeDetection: 0 }); }
87444
+ } }, dependencies: [CommonModule, i1$1.NgClass, SectionDividerComponent, SectionHeaderComponent], styles: ["@keyframes _ngcontent-%COMP%_pulse-glow-green{0%,to{box-shadow:0 0 5px #22c55e80,0 0 10px #22c55e4d}50%{box-shadow:0 0 15px #22c55ecc,0 0 25px #22c55e80,0 0 35px #22c55e4d}}@keyframes _ngcontent-%COMP%_pulse-glow-amber{0%,to{box-shadow:0 0 5px #f59e0b80,0 0 10px #f59e0b4d}50%{box-shadow:0 0 15px #f59e0bcc,0 0 25px #f59e0b80,0 0 35px #f59e0b4d}}@keyframes _ngcontent-%COMP%_pulse-glow-blue{0%,to{box-shadow:0 0 5px #3b82f680,0 0 10px #3b82f64d}50%{box-shadow:0 0 15px #3b82f6cc,0 0 25px #3b82f680,0 0 35px #3b82f64d}}@keyframes _ngcontent-%COMP%_pulse-glow-slate{0%,to{box-shadow:0 0 5px #64748b80,0 0 10px #64748b4d}50%{box-shadow:0 0 15px #64748bcc,0 0 25px #64748b80,0 0 35px #64748b4d}}.goal-btn-green[_ngcontent-%COMP%]{transition:all .3s ease}.goal-btn-green[_ngcontent-%COMP%]:hover{animation:_ngcontent-%COMP%_pulse-glow-green 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}.goal-btn-amber[_ngcontent-%COMP%]{transition:all .3s ease}.goal-btn-amber[_ngcontent-%COMP%]:hover{animation:_ngcontent-%COMP%_pulse-glow-amber 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}.goal-btn-blue[_ngcontent-%COMP%]{transition:all .3s ease}.goal-btn-blue[_ngcontent-%COMP%]:hover{animation:_ngcontent-%COMP%_pulse-glow-blue 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}.goal-btn-slate[_ngcontent-%COMP%]{transition:all .3s ease}.goal-btn-slate[_ngcontent-%COMP%]:hover{animation:_ngcontent-%COMP%_pulse-glow-slate 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}"], changeDetection: 0 }); }
87377
87445
  }
87378
87446
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnifiedPriorityMatrixComponent, [{
87379
87447
  type: Component,
87380
- args: [{
87381
- selector: 'symphiq-unified-priority-matrix',
87382
- standalone: true,
87383
- imports: [CommonModule, SectionDividerComponent, SectionHeaderComponent],
87384
- changeDetection: ChangeDetectionStrategy.OnPush,
87385
- template: `
87448
+ args: [{ selector: 'symphiq-unified-priority-matrix', standalone: true, imports: [CommonModule, SectionDividerComponent, SectionHeaderComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
87386
87449
  @if (hasGoals()) {
87387
87450
  <section id="section-priority-matrix" class="space-y-6 scroll-mt-24">
87388
87451
  @if (!hideHeader()) {
@@ -87420,7 +87483,7 @@ class UnifiedPriorityMatrixComponent {
87420
87483
  <button
87421
87484
  type="button"
87422
87485
  [ngClass]="getGoalClasses('quickWins')"
87423
- class="w-full text-left p-2 rounded-lg text-sm transition-all hover:scale-[1.02]"
87486
+ class="goal-btn-green w-full text-left p-2 rounded-lg text-sm"
87424
87487
  (click)="onGoalClick(goal)">
87425
87488
  <div class="flex items-center gap-2">
87426
87489
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87448,7 +87511,7 @@ class UnifiedPriorityMatrixComponent {
87448
87511
  <button
87449
87512
  type="button"
87450
87513
  [ngClass]="getGoalClasses('majorProjects')"
87451
- class="w-full text-left p-2 rounded-lg text-sm transition-all hover:scale-[1.02]"
87514
+ class="goal-btn-amber w-full text-left p-2 rounded-lg text-sm"
87452
87515
  (click)="onGoalClick(goal)">
87453
87516
  <div class="flex items-center gap-2">
87454
87517
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87476,7 +87539,7 @@ class UnifiedPriorityMatrixComponent {
87476
87539
  <button
87477
87540
  type="button"
87478
87541
  [ngClass]="getGoalClasses('fillIns')"
87479
- class="w-full text-left p-2 rounded-lg text-sm transition-all hover:scale-[1.02]"
87542
+ class="goal-btn-blue w-full text-left p-2 rounded-lg text-sm"
87480
87543
  (click)="onGoalClick(goal)">
87481
87544
  <div class="flex items-center gap-2">
87482
87545
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87504,7 +87567,7 @@ class UnifiedPriorityMatrixComponent {
87504
87567
  <button
87505
87568
  type="button"
87506
87569
  [ngClass]="getGoalClasses('thankless')"
87507
- class="w-full text-left p-2 rounded-lg text-sm transition-all hover:scale-[1.02]"
87570
+ class="goal-btn-slate w-full text-left p-2 rounded-lg text-sm"
87508
87571
  (click)="onGoalClick(goal)">
87509
87572
  <div class="flex items-center gap-2">
87510
87573
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87532,10 +87595,9 @@ class UnifiedPriorityMatrixComponent {
87532
87595
  </div>
87533
87596
  </section>
87534
87597
  }
87535
- `
87536
- }]
87598
+ `, styles: ["@keyframes pulse-glow-green{0%,to{box-shadow:0 0 5px #22c55e80,0 0 10px #22c55e4d}50%{box-shadow:0 0 15px #22c55ecc,0 0 25px #22c55e80,0 0 35px #22c55e4d}}@keyframes pulse-glow-amber{0%,to{box-shadow:0 0 5px #f59e0b80,0 0 10px #f59e0b4d}50%{box-shadow:0 0 15px #f59e0bcc,0 0 25px #f59e0b80,0 0 35px #f59e0b4d}}@keyframes pulse-glow-blue{0%,to{box-shadow:0 0 5px #3b82f680,0 0 10px #3b82f64d}50%{box-shadow:0 0 15px #3b82f6cc,0 0 25px #3b82f680,0 0 35px #3b82f64d}}@keyframes pulse-glow-slate{0%,to{box-shadow:0 0 5px #64748b80,0 0 10px #64748b4d}50%{box-shadow:0 0 15px #64748bcc,0 0 25px #64748b80,0 0 35px #64748b4d}}.goal-btn-green{transition:all .3s ease}.goal-btn-green:hover{animation:pulse-glow-green 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}.goal-btn-amber{transition:all .3s ease}.goal-btn-amber:hover{animation:pulse-glow-amber 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}.goal-btn-blue{transition:all .3s ease}.goal-btn-blue:hover{animation:pulse-glow-blue 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}.goal-btn-slate{transition:all .3s ease}.goal-btn-slate:hover{animation:pulse-glow-slate 1.5s ease-in-out infinite;transform:scale(1.03) translate(4px)}\n"] }]
87537
87599
  }], null, { matrix: [{ type: i0.Input, args: [{ isSignal: true, alias: "matrix", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], hideHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideHeader", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
87538
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedPriorityMatrixComponent, { className: "UnifiedPriorityMatrixComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-priority-matrix.component.ts", lineNumber: 172 }); })();
87600
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedPriorityMatrixComponent, { className: "UnifiedPriorityMatrixComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-priority-matrix.component.ts", lineNumber: 219 }); })();
87539
87601
 
87540
87602
  const _c0$j = a0 => ({ name: "arrow-right-circle", source: a0 });
87541
87603
  const _forTrack0$n = ($index, $item) => $item.title;
@@ -102164,7 +102226,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
102164
102226
  i0.ɵɵadvance();
102165
102227
  i0.ɵɵproperty("viewMode", ctx.viewMode())("progress", ctx.scrollProgress())("embedded", ctx.embedded());
102166
102228
  i0.ɵɵadvance(2);
102167
- i0.ɵɵproperty("title", ctx.getAnalysisSubtitle())("subtitle", "")("currentSection", "Focus Area")("viewMode", ctx.viewMode())("viewModeLabel", ctx.displayModeLabel())("isLoading", ctx.isLoading())("requestedByUser", ctx.requestedByUser())("createdDate", (tmp_14_0 = ctx.profileAnalysis()) == null ? null : tmp_14_0.selfContentCompletedDate)("showSearchControl", ctx.shouldShowHeaderControls())("showViewModeControl", ctx.shouldShowHeaderControls())("embedded", ctx.embedded())("scrollEvent", ctx.scrollEvent());
102229
+ i0.ɵɵproperty("title", ctx.getAnalysisSubtitle())("subtitle", "")("currentSection", "Focus Area")("viewMode", ctx.viewMode())("viewModeLabel", ctx.displayModeLabel())("isLoading", ctx.isLoading())("requestedByUser", ctx.requestedByUser())("createdDate", (tmp_14_0 = ctx.profileAnalysis()) == null ? null : tmp_14_0.selfContentCompletedDate)("showSearchControl", false)("showViewModeControl", ctx.shouldShowHeaderControls())("embedded", ctx.embedded())("scrollEvent", ctx.scrollEvent());
102168
102230
  i0.ɵɵadvance();
102169
102231
  i0.ɵɵclassProp("pb-32", ctx.shouldShowReviewFooter());
102170
102232
  i0.ɵɵadvance();
@@ -102293,7 +102355,8 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
102293
102355
  [isLoading]="isLoading()"
102294
102356
  [requestedByUser]="requestedByUser()"
102295
102357
  [createdDate]="profileAnalysis()?.selfContentCompletedDate"
102296
- [showSearchControl]="shouldShowHeaderControls()" [showViewModeControl]="shouldShowHeaderControls()"
102358
+ [showSearchControl]="false"
102359
+ [showViewModeControl]="shouldShowHeaderControls()"
102297
102360
  [embedded]="embedded()"
102298
102361
  [scrollEvent]="scrollEvent()"
102299
102362
  (searchClick)="openSearch()"
@@ -102613,7 +102676,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
102613
102676
  type: HostListener,
102614
102677
  args: ['window:scroll']
102615
102678
  }] }); })();
102616
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisFocusAreaDashboardComponent, { className: "SymphiqProfileAnalysisFocusAreaDashboardComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/symphiq-profile-analysis-focus-area-dashboard.component.ts", lineNumber: 483 }); })();
102679
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisFocusAreaDashboardComponent, { className: "SymphiqProfileAnalysisFocusAreaDashboardComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/symphiq-profile-analysis-focus-area-dashboard.component.ts", lineNumber: 484 }); })();
102617
102680
 
102618
102681
  function SourceSummaryComponent_Conditional_0_Conditional_2_Conditional_3_Template(rf, ctx) { if (rf & 1) {
102619
102682
  i0.ɵɵelementStart(0, "div", 4);
@@ -104372,11 +104435,11 @@ const _c1$3 = ["modalWrapper"];
104372
104435
  const _c2$2 = () => [];
104373
104436
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
104374
104437
  const _r3 = i0.ɵɵgetCurrentView();
104375
- i0.ɵɵelementStart(0, "button", 27);
104438
+ i0.ɵɵelementStart(0, "button", 26);
104376
104439
  i0.ɵɵlistener("click", function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onBackClick()); });
104377
104440
  i0.ɵɵnamespaceSVG();
104378
- i0.ɵɵelementStart(1, "svg", 28);
104379
- i0.ɵɵelement(2, "path", 29);
104441
+ i0.ɵɵelementStart(1, "svg", 27);
104442
+ i0.ɵɵelement(2, "path", 28);
104380
104443
  i0.ɵɵelementEnd()();
104381
104444
  } if (rf & 2) {
104382
104445
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -104384,8 +104447,8 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template(rf,
104384
104447
  } }
104385
104448
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
104386
104449
  i0.ɵɵnamespaceSVG();
104387
- i0.ɵɵelementStart(0, "svg", 32);
104388
- i0.ɵɵelement(1, "path", 33);
104450
+ i0.ɵɵelementStart(0, "svg", 31);
104451
+ i0.ɵɵelement(1, "path", 32);
104389
104452
  i0.ɵɵelementEnd();
104390
104453
  } if (rf & 2) {
104391
104454
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -104393,11 +104456,11 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Condit
104393
104456
  } }
104394
104457
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
104395
104458
  const _r4 = i0.ɵɵgetCurrentView();
104396
- i0.ɵɵelementStart(0, "button", 31);
104459
+ i0.ɵɵelementStart(0, "button", 30);
104397
104460
  i0.ɵɵlistener("click", function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template_button_click_0_listener() { const item_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.navigateToBreadcrumb(item_r5)); });
104398
104461
  i0.ɵɵtext(1);
104399
104462
  i0.ɵɵelementEnd();
104400
- i0.ɵɵconditionalCreate(2, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template, 2, 1, ":svg:svg", 32);
104463
+ i0.ɵɵconditionalCreate(2, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template, 2, 1, ":svg:svg", 31);
104401
104464
  } if (rf & 2) {
104402
104465
  const item_r5 = ctx.$implicit;
104403
104466
  const ɵ$index_26_r6 = ctx.$index;
@@ -104410,7 +104473,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Templa
104410
104473
  i0.ɵɵconditional(!(ɵ$index_26_r6 === ɵ$count_26_r7 - 1) || ctx_r1.modalType() !== null ? 2 : -1);
104411
104474
  } }
104412
104475
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
104413
- i0.ɵɵelementStart(0, "span", 30);
104476
+ i0.ɵɵelementStart(0, "span", 29);
104414
104477
  i0.ɵɵtext(1, "Objectives");
104415
104478
  i0.ɵɵelementEnd();
104416
104479
  } if (rf & 2) {
@@ -104418,7 +104481,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104418
104481
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104419
104482
  } }
104420
104483
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_4_Template(rf, ctx) { if (rf & 1) {
104421
- i0.ɵɵelementStart(0, "span", 30);
104484
+ i0.ɵɵelementStart(0, "span", 29);
104422
104485
  i0.ɵɵtext(1, "Related Metrics");
104423
104486
  i0.ɵɵelementEnd();
104424
104487
  } if (rf & 2) {
@@ -104426,7 +104489,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104426
104489
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104427
104490
  } }
104428
104491
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_5_Template(rf, ctx) { if (rf & 1) {
104429
- i0.ɵɵelementStart(0, "span", 30);
104492
+ i0.ɵɵelementStart(0, "span", 29);
104430
104493
  i0.ɵɵtext(1, "Strategies");
104431
104494
  i0.ɵɵelementEnd();
104432
104495
  } if (rf & 2) {
@@ -104434,7 +104497,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104434
104497
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104435
104498
  } }
104436
104499
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_6_Template(rf, ctx) { if (rf & 1) {
104437
- i0.ɵɵelementStart(0, "span", 30);
104500
+ i0.ɵɵelementStart(0, "span", 29);
104438
104501
  i0.ɵɵtext(1, "Recommendations");
104439
104502
  i0.ɵɵelementEnd();
104440
104503
  } if (rf & 2) {
@@ -104442,7 +104505,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104442
104505
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104443
104506
  } }
104444
104507
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_7_Template(rf, ctx) { if (rf & 1) {
104445
- i0.ɵɵelementStart(0, "span", 30);
104508
+ i0.ɵɵelementStart(0, "span", 29);
104446
104509
  i0.ɵɵtext(1, "Priority Actions");
104447
104510
  i0.ɵɵelementEnd();
104448
104511
  } if (rf & 2) {
@@ -104452,11 +104515,11 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104452
104515
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
104453
104516
  i0.ɵɵelementStart(0, "div", 11);
104454
104517
  i0.ɵɵrepeaterCreate(1, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template, 3, 3, null, null, i0.ɵɵrepeaterTrackByIndex);
104455
- i0.ɵɵconditionalCreate(3, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_3_Template, 2, 1, "span", 30);
104456
- i0.ɵɵconditionalCreate(4, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_4_Template, 2, 1, "span", 30);
104457
- i0.ɵɵconditionalCreate(5, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_5_Template, 2, 1, "span", 30);
104458
- i0.ɵɵconditionalCreate(6, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_6_Template, 2, 1, "span", 30);
104459
- i0.ɵɵconditionalCreate(7, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_7_Template, 2, 1, "span", 30);
104518
+ i0.ɵɵconditionalCreate(3, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_3_Template, 2, 1, "span", 29);
104519
+ i0.ɵɵconditionalCreate(4, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_4_Template, 2, 1, "span", 29);
104520
+ i0.ɵɵconditionalCreate(5, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_5_Template, 2, 1, "span", 29);
104521
+ i0.ɵɵconditionalCreate(6, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_6_Template, 2, 1, "span", 29);
104522
+ i0.ɵɵconditionalCreate(7, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_7_Template, 2, 1, "span", 29);
104460
104523
  i0.ɵɵelementEnd();
104461
104524
  } if (rf & 2) {
104462
104525
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -104474,7 +104537,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Template(rf,
104474
104537
  i0.ɵɵconditional(ctx_r1.modalType() === "priority-actions-list" ? 7 : -1);
104475
104538
  } }
104476
104539
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
104477
- i0.ɵɵelementStart(0, "div", 12)(1, "span", 34);
104540
+ i0.ɵɵelementStart(0, "div", 12)(1, "span", 33);
104478
104541
  i0.ɵɵtext(2);
104479
104542
  i0.ɵɵelementEnd()();
104480
104543
  } if (rf & 2) {
@@ -104484,58 +104547,72 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_10_Template(rf
104484
104547
  i0.ɵɵadvance();
104485
104548
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalType() === "unified-goal-objectives" ? "Objectives" : ctx_r1.modalType() === "unified-goal-related-metrics" ? "Related Metrics" : ctx_r1.modalType() === "objective-strategies" ? "Strategies" : ctx_r1.modalType() === "strategy-recommendations" ? "Recommendations" : ctx_r1.modalType() === "priority-actions-list" ? "Unified Analysis" : "Unified Goal", " ");
104486
104549
  } }
104487
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Template(rf, ctx) { if (rf & 1) {
104488
- i0.ɵɵelement(0, "symphiq-priority-badge", 15);
104550
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Conditional_1_Template(rf, ctx) { if (rf & 1) {
104551
+ i0.ɵɵelement(0, "symphiq-priority-badge", 34);
104489
104552
  } if (rf & 2) {
104490
- const ctx_r1 = i0.ɵɵnextContext(2);
104553
+ const ctx_r1 = i0.ɵɵnextContext(3);
104491
104554
  i0.ɵɵproperty("priority", ctx_r1.currentGoal().priority)("viewMode", ctx_r1.viewMode());
104492
104555
  } }
104493
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_15_Template(rf, ctx) { if (rf & 1) {
104494
- i0.ɵɵelement(0, "symphiq-timeframe-badge", 16);
104556
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Conditional_2_Template(rf, ctx) { if (rf & 1) {
104557
+ i0.ɵɵelement(0, "symphiq-timeframe-badge", 35);
104495
104558
  } if (rf & 2) {
104496
- const ctx_r1 = i0.ɵɵnextContext(2);
104559
+ const ctx_r1 = i0.ɵɵnextContext(3);
104497
104560
  i0.ɵɵproperty("timeframe", ctx_r1.currentGoal().timeframe)("viewMode", ctx_r1.viewMode());
104498
104561
  } }
104499
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
104562
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Template(rf, ctx) { if (rf & 1) {
104563
+ i0.ɵɵelementStart(0, "div", 15);
104564
+ i0.ɵɵconditionalCreate(1, UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Conditional_1_Template, 1, 2, "symphiq-priority-badge", 34);
104565
+ i0.ɵɵconditionalCreate(2, UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Conditional_2_Template, 1, 2, "symphiq-timeframe-badge", 35);
104566
+ i0.ɵɵelementEnd();
104567
+ } if (rf & 2) {
104568
+ let tmp_4_0;
104569
+ let tmp_5_0;
104570
+ const ctx_r1 = i0.ɵɵnextContext(2);
104571
+ i0.ɵɵadvance();
104572
+ i0.ɵɵconditional(((tmp_4_0 = ctx_r1.currentGoal()) == null ? null : tmp_4_0.priority) ? 1 : -1);
104573
+ i0.ɵɵadvance();
104574
+ i0.ɵɵconditional(((tmp_5_0 = ctx_r1.currentGoal()) == null ? null : tmp_5_0.timeframe) ? 2 : -1);
104575
+ } }
104576
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
104500
104577
  const _r8 = i0.ɵɵgetCurrentView();
104501
- i0.ɵɵelementStart(0, "symphiq-unified-goal-detail-modal-content", 35);
104502
- i0.ɵɵlistener("sourceAnalysisClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_sourceAnalysisClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceAnalysisClick($event)); })("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onMetricClick($event)); })("contributingMetricsClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_contributingMetricsClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onContributingMetricsClick()); })("showObjectives", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_showObjectives_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onShowObjectives()); })("close", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_close_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); });
104578
+ i0.ɵɵelementStart(0, "symphiq-unified-goal-detail-modal-content", 36);
104579
+ i0.ɵɵlistener("sourceAnalysisClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template_symphiq_unified_goal_detail_modal_content_sourceAnalysisClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceAnalysisClick($event)); })("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template_symphiq_unified_goal_detail_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onMetricClick($event)); })("contributingMetricsClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template_symphiq_unified_goal_detail_modal_content_contributingMetricsClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onContributingMetricsClick()); })("showObjectives", function UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template_symphiq_unified_goal_detail_modal_content_showObjectives_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onShowObjectives()); })("close", function UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template_symphiq_unified_goal_detail_modal_content_close_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); });
104503
104580
  i0.ɵɵelementEnd();
104504
104581
  } if (rf & 2) {
104505
104582
  const ctx_r1 = i0.ɵɵnextContext(2);
104506
104583
  i0.ɵɵproperty("goal", ctx_r1.unifiedGoalData().goal)("allMetrics", ctx_r1.unifiedGoalData().allMetrics)("allCharts", ctx_r1.unifiedGoalData().allCharts)("loadedSourceAnalysisIds", ctx_r1.loadedSourceAnalysisIdsAsNumbers())("loadingSourceAnalysisId", ctx_r1.loadingSourceAnalysisIdAsNumber())("viewMode", ctx_r1.viewMode())("currentModalState", ctx_r1.currentModalState());
104507
104584
  } }
104508
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
104509
- i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 22);
104585
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
104586
+ i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 21);
104510
104587
  } if (rf & 2) {
104511
104588
  const ctx_r1 = i0.ɵɵnextContext(2);
104512
104589
  i0.ɵɵproperty("objectives", ctx_r1.objectivesData().goal.objectives ?? i0.ɵɵpureFunction0(3, _c2$2))("goalTitle", ctx_r1.objectivesData().goal.title ?? "")("viewMode", ctx_r1.viewMode());
104513
104590
  } }
104514
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
104591
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
104515
104592
  const _r9 = i0.ɵɵgetCurrentView();
104516
- i0.ɵɵelementStart(0, "symphiq-unified-goal-related-metrics-modal-content", 36);
104517
- i0.ɵɵlistener("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template_symphiq_unified_goal_related_metrics_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricClick($event)); });
104593
+ i0.ɵɵelementStart(0, "symphiq-unified-goal-related-metrics-modal-content", 37);
104594
+ i0.ɵɵlistener("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template_symphiq_unified_goal_related_metrics_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricClick($event)); });
104518
104595
  i0.ɵɵelementEnd();
104519
104596
  } if (rf & 2) {
104520
104597
  const ctx_r1 = i0.ɵɵnextContext(2);
104521
104598
  i0.ɵɵproperty("goal", ctx_r1.relatedMetricsData().goal)("contributingMetrics", ctx_r1.relatedMetricsData().contributingMetrics)("viewMode", ctx_r1.viewMode());
104522
104599
  } }
104523
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
104524
- i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 24);
104600
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
104601
+ i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 23);
104525
104602
  } if (rf & 2) {
104526
104603
  const ctx_r1 = i0.ɵɵnextContext(2);
104527
104604
  i0.ɵɵproperty("objective", ctx_r1.strategiesData().objective)("viewMode", ctx_r1.viewMode());
104528
104605
  } }
104529
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
104530
- i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 25);
104606
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
104607
+ i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 24);
104531
104608
  } if (rf & 2) {
104532
104609
  const ctx_r1 = i0.ɵɵnextContext(2);
104533
104610
  i0.ɵɵproperty("strategy", ctx_r1.recommendationsData().strategy)("viewMode", ctx_r1.viewMode())("allMetrics", ctx_r1.allMetricsFromStack())("allCharts", ctx_r1.allChartsFromStack())("allInsights", ctx_r1.allInsightsFromStack())("goalTitle", ctx_r1.recommendationsData().goalTitle)("objectiveTitle", ctx_r1.recommendationsData().objectiveTitle)("currentModalState", ctx_r1.currentModalState())("expandedRecommendationId", ctx_r1.recommendationsData().expandedRecommendationId);
104534
104611
  } }
104535
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
104612
+ function UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
104536
104613
  const _r10 = i0.ɵɵgetCurrentView();
104537
- i0.ɵɵelementStart(0, "symphiq-priority-actions-modal-content", 37);
104538
- i0.ɵɵlistener("goalClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template_symphiq_priority_actions_modal_content_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPriorityActionGoalClick($event)); })("recommendationClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template_symphiq_priority_actions_modal_content_recommendationClick_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPriorityActionRecommendationClick($event)); });
104614
+ i0.ɵɵelementStart(0, "symphiq-priority-actions-modal-content", 38);
104615
+ i0.ɵɵlistener("goalClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template_symphiq_priority_actions_modal_content_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPriorityActionGoalClick($event)); })("recommendationClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template_symphiq_priority_actions_modal_content_recommendationClick_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPriorityActionRecommendationClick($event)); });
104539
104616
  i0.ɵɵelementEnd();
104540
104617
  } if (rf & 2) {
104541
104618
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -104552,30 +104629,28 @@ function UnifiedDashboardModalComponent_Conditional_0_Template(rf, ctx) { if (rf
104552
104629
  i0.ɵɵconditionalCreate(7, UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template, 3, 1, "button", 9);
104553
104630
  i0.ɵɵelementStart(8, "div", 10);
104554
104631
  i0.ɵɵconditionalCreate(9, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Template, 8, 5, "div", 11)(10, UnifiedDashboardModalComponent_Conditional_0_Conditional_10_Template, 3, 2, "div", 12);
104555
- i0.ɵɵelementStart(11, "h3", 13);
104556
- i0.ɵɵtext(12);
104632
+ i0.ɵɵelementStart(11, "div", 13)(12, "h3", 14);
104633
+ i0.ɵɵtext(13);
104634
+ i0.ɵɵelementEnd();
104635
+ i0.ɵɵconditionalCreate(14, UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Template, 3, 2, "div", 15);
104557
104636
  i0.ɵɵelementEnd()()();
104558
- i0.ɵɵelementStart(13, "div", 14);
104559
- i0.ɵɵconditionalCreate(14, UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Template, 1, 2, "symphiq-priority-badge", 15);
104560
- i0.ɵɵconditionalCreate(15, UnifiedDashboardModalComponent_Conditional_0_Conditional_15_Template, 1, 2, "symphiq-timeframe-badge", 16);
104561
- i0.ɵɵelementStart(16, "button", 17);
104562
- i0.ɵɵlistener("click", function UnifiedDashboardModalComponent_Conditional_0_Template_button_click_16_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
104637
+ i0.ɵɵelementStart(15, "button", 16);
104638
+ i0.ɵɵlistener("click", function UnifiedDashboardModalComponent_Conditional_0_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
104563
104639
  i0.ɵɵnamespaceSVG();
104564
- i0.ɵɵelementStart(17, "svg", 18);
104565
- i0.ɵɵelement(18, "path", 19);
104566
- i0.ɵɵelementEnd()()()()();
104640
+ i0.ɵɵelementStart(16, "svg", 17);
104641
+ i0.ɵɵelement(17, "path", 18);
104642
+ i0.ɵɵelementEnd()()()();
104567
104643
  i0.ɵɵnamespaceHTML();
104568
- i0.ɵɵelementStart(19, "div", 20, 1);
104569
- i0.ɵɵconditionalCreate(21, UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template, 1, 7, "symphiq-unified-goal-detail-modal-content", 21);
104570
- i0.ɵɵconditionalCreate(22, UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template, 1, 4, "symphiq-goal-objectives-modal-content", 22);
104571
- i0.ɵɵconditionalCreate(23, UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template, 1, 3, "symphiq-unified-goal-related-metrics-modal-content", 23);
104572
- i0.ɵɵconditionalCreate(24, UnifiedDashboardModalComponent_Conditional_0_Conditional_24_Template, 1, 2, "symphiq-objective-strategies-modal-content", 24);
104573
- i0.ɵɵconditionalCreate(25, UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 25);
104574
- i0.ɵɵconditionalCreate(26, UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template, 1, 3, "symphiq-priority-actions-modal-content", 26);
104644
+ i0.ɵɵelementStart(18, "div", 19, 1);
104645
+ i0.ɵɵconditionalCreate(20, UnifiedDashboardModalComponent_Conditional_0_Conditional_20_Template, 1, 7, "symphiq-unified-goal-detail-modal-content", 20);
104646
+ i0.ɵɵconditionalCreate(21, UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template, 1, 4, "symphiq-goal-objectives-modal-content", 21);
104647
+ i0.ɵɵconditionalCreate(22, UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template, 1, 3, "symphiq-unified-goal-related-metrics-modal-content", 22);
104648
+ i0.ɵɵconditionalCreate(23, UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template, 1, 2, "symphiq-objective-strategies-modal-content", 23);
104649
+ i0.ɵɵconditionalCreate(24, UnifiedDashboardModalComponent_Conditional_0_Conditional_24_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 24);
104650
+ i0.ɵɵconditionalCreate(25, UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template, 1, 3, "symphiq-priority-actions-modal-content", 25);
104575
104651
  i0.ɵɵelementEnd()()();
104576
104652
  } if (rf & 2) {
104577
104653
  let tmp_17_0;
104578
- let tmp_18_0;
104579
104654
  const ctx_r1 = i0.ɵɵnextContext();
104580
104655
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
104581
104656
  i0.ɵɵadvance(2);
@@ -104591,31 +104666,29 @@ function UnifiedDashboardModalComponent_Conditional_0_Template(rf, ctx) { if (rf
104591
104666
  i0.ɵɵconditional(ctx_r1.navigationStack().length > 0 ? 7 : -1);
104592
104667
  i0.ɵɵadvance(2);
104593
104668
  i0.ɵɵconditional(ctx_r1.navigationStack().length > 0 ? 9 : 10);
104594
- i0.ɵɵadvance(2);
104669
+ i0.ɵɵadvance(3);
104595
104670
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
104596
104671
  i0.ɵɵadvance();
104597
104672
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
104598
- i0.ɵɵadvance(2);
104599
- i0.ɵɵconditional(((tmp_17_0 = ctx_r1.currentGoal()) == null ? null : tmp_17_0.priority) ? 14 : -1);
104600
104673
  i0.ɵɵadvance();
104601
- i0.ɵɵconditional(((tmp_18_0 = ctx_r1.currentGoal()) == null ? null : tmp_18_0.timeframe) ? 15 : -1);
104674
+ i0.ɵɵconditional(((tmp_17_0 = ctx_r1.currentGoal()) == null ? null : tmp_17_0.priority) || ((tmp_17_0 = ctx_r1.currentGoal()) == null ? null : tmp_17_0.timeframe) ? 14 : -1);
104602
104675
  i0.ɵɵadvance();
104603
104676
  i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex() + 1);
104604
104677
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600 hover:text-slate-900 hover:bg-slate-100" : "text-slate-400 hover:text-white hover:bg-slate-700");
104605
104678
  i0.ɵɵadvance(3);
104606
104679
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
104607
104680
  i0.ɵɵadvance(2);
104608
- i0.ɵɵconditional(ctx_r1.modalType() === "unified-goal-detail" && ctx_r1.unifiedGoalData() ? 21 : -1);
104681
+ i0.ɵɵconditional(ctx_r1.modalType() === "unified-goal-detail" && ctx_r1.unifiedGoalData() ? 20 : -1);
104609
104682
  i0.ɵɵadvance();
104610
- i0.ɵɵconditional(ctx_r1.modalType() === "unified-goal-objectives" && ctx_r1.objectivesData() ? 22 : -1);
104683
+ i0.ɵɵconditional(ctx_r1.modalType() === "unified-goal-objectives" && ctx_r1.objectivesData() ? 21 : -1);
104611
104684
  i0.ɵɵadvance();
104612
- i0.ɵɵconditional(ctx_r1.modalType() === "unified-goal-related-metrics" && ctx_r1.relatedMetricsData() ? 23 : -1);
104685
+ i0.ɵɵconditional(ctx_r1.modalType() === "unified-goal-related-metrics" && ctx_r1.relatedMetricsData() ? 22 : -1);
104613
104686
  i0.ɵɵadvance();
104614
- i0.ɵɵconditional(ctx_r1.modalType() === "objective-strategies" && ctx_r1.strategiesData() ? 24 : -1);
104687
+ i0.ɵɵconditional(ctx_r1.modalType() === "objective-strategies" && ctx_r1.strategiesData() ? 23 : -1);
104615
104688
  i0.ɵɵadvance();
104616
- i0.ɵɵconditional(ctx_r1.modalType() === "strategy-recommendations" && ctx_r1.recommendationsData() ? 25 : -1);
104689
+ i0.ɵɵconditional(ctx_r1.modalType() === "strategy-recommendations" && ctx_r1.recommendationsData() ? 24 : -1);
104617
104690
  i0.ɵɵadvance();
104618
- i0.ɵɵconditional(ctx_r1.modalType() === "priority-actions-list" && ctx_r1.priorityActionsData() ? 26 : -1);
104691
+ i0.ɵɵconditional(ctx_r1.modalType() === "priority-actions-list" && ctx_r1.priorityActionsData() ? 25 : -1);
104619
104692
  } }
104620
104693
  class UnifiedDashboardModalComponent {
104621
104694
  constructor() {
@@ -105090,8 +105163,8 @@ class UnifiedDashboardModalComponent {
105090
105163
  let _t;
105091
105164
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
105092
105165
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
105093
- } }, inputs: { viewMode: [1, "viewMode"], loadingSourceAnalysisId: [1, "loadingSourceAnalysisId"] }, outputs: { priorityActionGoalClick: "priorityActionGoalClick", priorityActionRecommendationClick: "priorityActionRecommendationClick", sourceAnalysisClickRequest: "sourceAnalysisClickRequest" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-6xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex", "items-start", "gap-3", "flex-1", "min-w-0"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-1.5", "mb-2", "text-xs"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "ml-4", "flex-shrink-0"], [3, "priority", "viewMode"], [3, "timeframe", "viewMode"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "objectives", "goalTitle", "viewMode"], [3, "goal", "contributingMetrics", "viewMode"], [3, "objective", "viewMode"], [3, "strategy", "viewMode", "allMetrics", "allCharts", "allInsights", "goalTitle", "objectiveTitle", "currentModalState", "expandedRecommendationId"], [3, "items", "viewMode", "selectedIndex"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "font-medium", 3, "ngClass"], ["type", "button", 1, "hover:underline", "cursor-pointer", "transition-colors", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "sourceAnalysisClick", "metricClick", "contributingMetricsClick", "showObjectives", "close", "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "metricClick", "goal", "contributingMetrics", "viewMode"], [3, "goalClick", "recommendationClick", "items", "viewMode", "selectedIndex"]], template: function UnifiedDashboardModalComponent_Template(rf, ctx) { if (rf & 1) {
105094
- i0.ɵɵconditionalCreate(0, UnifiedDashboardModalComponent_Conditional_0_Template, 27, 32, "div", 2);
105166
+ } }, inputs: { viewMode: [1, "viewMode"], loadingSourceAnalysisId: [1, "loadingSourceAnalysisId"] }, outputs: { priorityActionGoalClick: "priorityActionGoalClick", priorityActionRecommendationClick: "priorityActionRecommendationClick", sourceAnalysisClickRequest: "sourceAnalysisClickRequest" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", "transition-opacity", "duration-200", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-6xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex", "items-start", "gap-3", "flex-1", "min-w-0"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-1.5", "mb-2", "text-xs"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "flex", "flex-wrap", "items-start", "gap-x-4", "gap-y-2"], [1, "text-xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "flex-wrap"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "objectives", "goalTitle", "viewMode"], [3, "goal", "contributingMetrics", "viewMode"], [3, "objective", "viewMode"], [3, "strategy", "viewMode", "allMetrics", "allCharts", "allInsights", "goalTitle", "objectiveTitle", "currentModalState", "expandedRecommendationId"], [3, "items", "viewMode", "selectedIndex"], ["type", "button", 1, "mt-0.5", "p-1.5", "rounded-lg", "transition-all", "hover:scale-105", "active:scale-95", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "font-medium", 3, "ngClass"], ["type", "button", 1, "hover:underline", "cursor-pointer", "transition-colors", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "priority", "viewMode"], [3, "timeframe", "viewMode"], [3, "sourceAnalysisClick", "metricClick", "contributingMetricsClick", "showObjectives", "close", "goal", "allMetrics", "allCharts", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode", "currentModalState"], [3, "metricClick", "goal", "contributingMetrics", "viewMode"], [3, "goalClick", "recommendationClick", "items", "viewMode", "selectedIndex"]], template: function UnifiedDashboardModalComponent_Template(rf, ctx) { if (rf & 1) {
105167
+ i0.ɵɵconditionalCreate(0, UnifiedDashboardModalComponent_Conditional_0_Template, 26, 31, "div", 2);
105095
105168
  } if (rf & 2) {
105096
105169
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
105097
105170
  } }, dependencies: [CommonModule, i1$1.NgClass, UnifiedGoalDetailModalContentComponent,
@@ -105164,9 +105237,8 @@ class UnifiedDashboardModalComponent {
105164
105237
  @slideUpFade>
105165
105238
 
105166
105239
  <div [ngClass]="isLightMode() ? 'bg-white/50 border-slate-200/50' : 'bg-slate-800/50 border-slate-700/50'" class="px-6 py-5 border-b backdrop-blur-sm">
105167
- <div class="flex items-start justify-between">
105240
+ <div class="flex items-start justify-between gap-4">
105168
105241
  <div class="flex items-start gap-3 flex-1 min-w-0">
105169
- <!-- Back Button -->
105170
105242
  @if (navigationStack().length > 0) {
105171
105243
  <button
105172
105244
  type="button"
@@ -105179,7 +105251,6 @@ class UnifiedDashboardModalComponent {
105179
105251
  </button>
105180
105252
  }
105181
105253
  <div class="flex-1 min-w-0">
105182
- <!-- Breadcrumb Navigation -->
105183
105254
  @if (navigationStack().length > 0) {
105184
105255
  <div class="flex items-center gap-1.5 mb-2 text-xs">
105185
105256
  @for (item of navigationStack(); track $index; let last = $last) {
@@ -105220,31 +105291,34 @@ class UnifiedDashboardModalComponent {
105220
105291
  </div>
105221
105292
  }
105222
105293
 
105223
- <h3 [ngClass]="isLightMode() ? 'text-slate-900' : 'text-white'" class="text-xl font-bold leading-tight">
105224
- {{ modalTitle() }}
105225
- </h3>
105294
+ <div class="flex flex-wrap items-start gap-x-4 gap-y-2">
105295
+ <h3 [ngClass]="isLightMode() ? 'text-slate-900' : 'text-white'" class="text-xl font-bold leading-tight">
105296
+ {{ modalTitle() }}
105297
+ </h3>
105298
+ @if (currentGoal()?.priority || currentGoal()?.timeframe) {
105299
+ <div class="flex items-center gap-2 flex-wrap">
105300
+ @if (currentGoal()?.priority) {
105301
+ <symphiq-priority-badge [priority]="currentGoal()!.priority" [viewMode]="viewMode()" />
105302
+ }
105303
+ @if (currentGoal()?.timeframe) {
105304
+ <symphiq-timeframe-badge [timeframe]="currentGoal()!.timeframe" [viewMode]="viewMode()" />
105305
+ }
105306
+ </div>
105307
+ }
105308
+ </div>
105226
105309
  </div>
105227
105310
  </div>
105228
105311
 
105229
- <div class="flex items-center gap-2 ml-4 flex-shrink-0">
105230
- @if (currentGoal()?.priority) {
105231
- <symphiq-priority-badge [priority]="currentGoal()!.priority" [viewMode]="viewMode()" />
105232
- }
105233
- @if (currentGoal()?.timeframe) {
105234
- <symphiq-timeframe-badge [timeframe]="currentGoal()!.timeframe" [viewMode]="viewMode()" />
105235
- }
105236
-
105237
- <button
105312
+ <button
105238
105313
  type="button"
105239
105314
  (click)="closeModal()"
105240
105315
  [ngClass]="isLightMode() ? 'text-slate-600 hover:text-slate-900 hover:bg-slate-100' : 'text-slate-400 hover:text-white hover:bg-slate-700'"
105241
- class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer relative ml-4 flex-shrink-0"
105316
+ class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer flex-shrink-0"
105242
105317
  [style.z-index]="contentZIndex() + 1">
105243
105318
  <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
105244
105319
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
105245
105320
  </svg>
105246
105321
  </button>
105247
- </div>
105248
105322
  </div>
105249
105323
  </div>
105250
105324
 
@@ -105321,7 +105395,7 @@ class UnifiedDashboardModalComponent {
105321
105395
  type: ViewChild,
105322
105396
  args: ['modalWrapper']
105323
105397
  }] }); })();
105324
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedDashboardModalComponent, { className: "UnifiedDashboardModalComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-dashboard-modal.component.ts", lineNumber: 237 }); })();
105398
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedDashboardModalComponent, { className: "UnifiedDashboardModalComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-dashboard-modal.component.ts", lineNumber: 238 }); })();
105325
105399
 
105326
105400
  function UnifiedWelcomeBannerComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
105327
105401
  i0.ɵɵtext(0, " Your Unified Goals ");
@@ -105546,7 +105620,7 @@ class UnifiedWelcomeBannerComponent {
105546
105620
  const _c0$7 = () => [];
105547
105621
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
105548
105622
  const _r1 = i0.ɵɵgetCurrentView();
105549
- i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 15);
105623
+ i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 14);
105550
105624
  i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); })("stepClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.stepClick.emit($event)); });
105551
105625
  i0.ɵɵelementEnd();
105552
105626
  } if (rf & 2) {
@@ -105554,18 +105628,18 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(
105554
105628
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentStepId", ctx_r1.JourneyStepIdEnum.UNIFIED_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r1.forDemo())("maxAccessibleStepId", ctx_r1.maxAccessibleStepId());
105555
105629
  } }
105556
105630
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
105557
- i0.ɵɵelement(0, "symphiq-loading-card", 17);
105631
+ i0.ɵɵelement(0, "symphiq-loading-card", 15);
105558
105632
  } if (rf & 2) {
105559
105633
  const ctx_r1 = i0.ɵɵnextContext(2);
105560
105634
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("backdropBlur", true);
105561
105635
  } }
105562
105636
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
105563
105637
  const _r3 = i0.ɵɵgetCurrentView();
105564
- i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 18);
105565
- i0.ɵɵelementStart(1, "symphiq-unified-goals-grid", 19);
105638
+ i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 16);
105639
+ i0.ɵɵelementStart(1, "symphiq-unified-goals-grid", 17);
105566
105640
  i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_unified_goals_grid_goalClick_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_unified_goals_grid_sourceBadgeClick_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_unified_goals_grid_relatedMetricsClick_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); });
105567
105641
  i0.ɵɵelementEnd();
105568
- i0.ɵɵelementStart(2, "symphiq-collapsible-analysis-section-group", 20);
105642
+ i0.ɵɵelementStart(2, "symphiq-collapsible-analysis-section-group", 18);
105569
105643
  i0.ɵɵlistener("unifiedGoalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_collapsible_analysis_section_group_unifiedGoalClick_2_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("viewAllPriorityActionsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_collapsible_analysis_section_group_viewAllPriorityActionsClick_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onViewAllPriorityActionsClick()); });
105570
105644
  i0.ɵɵelementEnd();
105571
105645
  } if (rf & 2) {
@@ -105578,20 +105652,20 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
105578
105652
  } }
105579
105653
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template(rf, ctx) { if (rf & 1) {
105580
105654
  const _r4 = i0.ɵɵgetCurrentView();
105581
- i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 18);
105582
- i0.ɵɵelementStart(1, "symphiq-unified-executive-summary", 21);
105655
+ i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 16);
105656
+ i0.ɵɵelementStart(1, "symphiq-unified-executive-summary", 19);
105583
105657
  i0.ɵɵlistener("viewAllPriorityActionsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_executive_summary_viewAllPriorityActionsClick_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onViewAllPriorityActionsClick()); });
105584
105658
  i0.ɵɵelementEnd();
105585
- i0.ɵɵelementStart(2, "symphiq-unified-goals-grid", 22);
105659
+ i0.ɵɵelementStart(2, "symphiq-unified-goals-grid", 20);
105586
105660
  i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_goals_grid_goalClick_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_goals_grid_sourceBadgeClick_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_goals_grid_relatedMetricsClick_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); });
105587
105661
  i0.ɵɵelementEnd();
105588
- i0.ɵɵelementStart(3, "symphiq-unified-timeline", 23);
105662
+ i0.ɵɵelementStart(3, "symphiq-unified-timeline", 21);
105589
105663
  i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_timeline_goalClick_3_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
105590
105664
  i0.ɵɵelementEnd();
105591
- i0.ɵɵelementStart(4, "symphiq-unified-priority-matrix", 24);
105665
+ i0.ɵɵelementStart(4, "symphiq-unified-priority-matrix", 22);
105592
105666
  i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_priority_matrix_goalClick_4_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
105593
105667
  i0.ɵɵelementEnd();
105594
- i0.ɵɵelementStart(5, "symphiq-unified-next-steps", 25);
105668
+ i0.ɵɵelementStart(5, "symphiq-unified-next-steps", 23);
105595
105669
  i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_next_steps_goalClick_5_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
105596
105670
  i0.ɵɵelementEnd();
105597
105671
  } if (rf & 2) {
@@ -105609,14 +105683,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
105609
105683
  i0.ɵɵproperty("steps", ctx_r1.nextSteps())("viewMode", ctx_r1.viewMode())("goals", ctx_r1.unifiedGoals());
105610
105684
  } }
105611
105685
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
105612
- i0.ɵɵelementStart(0, "main", 16);
105613
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card", 17);
105686
+ i0.ɵɵelementStart(0, "main", 6);
105687
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card", 15);
105614
105688
  i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template, 3, 21);
105615
105689
  i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template, 6, 23);
105616
105690
  i0.ɵɵelementEnd();
105617
105691
  } if (rf & 2) {
105618
105692
  const ctx_r1 = i0.ɵɵnextContext();
105619
- i0.ɵɵclassProp("pb-32", ctx_r1.shouldShowReviewFooter());
105620
105693
  i0.ɵɵadvance();
105621
105694
  i0.ɵɵconditional(ctx_r1.isSimplifiedView() && ctx_r1.isLoading() ? 1 : -1);
105622
105695
  i0.ɵɵadvance();
@@ -105632,7 +105705,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template(
105632
105705
  } }
105633
105706
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
105634
105707
  const _r5 = i0.ɵɵgetCurrentView();
105635
- i0.ɵɵelementStart(0, "symphiq-search-modal", 26);
105708
+ i0.ɵɵelementStart(0, "symphiq-search-modal", 24);
105636
105709
  i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template_symphiq_search_modal_close_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeSearch()); });
105637
105710
  i0.ɵɵelementEnd();
105638
105711
  } if (rf & 2) {
@@ -105641,7 +105714,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(
105641
105714
  } }
105642
105715
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
105643
105716
  const _r6 = i0.ɵɵgetCurrentView();
105644
- i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 27);
105717
+ i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 25);
105645
105718
  i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_close_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeViewModeSwitcher()); })("modeSelected", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_modeSelected_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleDisplayModeChange($event)); });
105646
105719
  i0.ɵɵelementEnd();
105647
105720
  } if (rf & 2) {
@@ -105649,16 +105722,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(
105649
105722
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentMode", ctx_r1.currentDisplayMode())("isOpen", true);
105650
105723
  } }
105651
105724
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
105652
- const _r7 = i0.ɵɵgetCurrentView();
105653
- i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer", 28);
105654
- i0.ɵɵlistener("markAsReviewed", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template_symphiq_mark_as_reviewed_footer_markAsReviewed_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleMarkAsReviewedClick()); });
105655
- i0.ɵɵelementEnd();
105656
- } if (rf & 2) {
105657
- const ctx_r1 = i0.ɵɵnextContext();
105658
- i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selfContentStatus", ctx_r1.selfContentStatus())("isLoading", ctx_r1.isMarkingAsReviewed());
105659
- } }
105660
- function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
105661
- i0.ɵɵelement(0, "symphiq-content-generation-progress-with-confetti", 11);
105725
+ i0.ɵɵelement(0, "symphiq-content-generation-progress-with-confetti", 10);
105662
105726
  } if (rf & 2) {
105663
105727
  const ctx_r1 = i0.ɵɵnextContext();
105664
105728
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("itemStatus", ctx_r1.itemStatus())("currentStatus", ctx_r1.selfContentStatus())("confettiIntensity", "celebration")("title", "We are generating a new Unified Analysis for " + ctx_r1.businessName() + ".");
@@ -105679,9 +105743,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
105679
105743
  this.forDemo = input(false, ...(ngDevMode ? [{ debugName: "forDemo" }] : []));
105680
105744
  this.maxAccessibleStepId = input(...(ngDevMode ? [undefined, { debugName: "maxAccessibleStepId" }] : []));
105681
105745
  this.itemStatus = input(...(ngDevMode ? [undefined, { debugName: "itemStatus" }] : []));
105682
- this.isMarkingAsReviewed = input(false, ...(ngDevMode ? [{ debugName: "isMarkingAsReviewed" }] : []));
105683
105746
  this.requestedByUser = input(...(ngDevMode ? [undefined, { debugName: "requestedByUser" }] : []));
105684
- this.markAsReviewedClick = output();
105685
105747
  this.generateGoalsClick = output();
105686
105748
  this.stepClick = output();
105687
105749
  this.nextStepClick = output();
@@ -105956,13 +106018,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
105956
106018
  }
105957
106019
  return sections;
105958
106020
  }, ...(ngDevMode ? [{ debugName: "unifiedCollapsibleSections" }] : []));
105959
- this.shouldShowReviewFooter = computed(() => {
105960
- const analysis = this.unifiedProfileAnalysis();
105961
- if (!analysis)
105962
- return false;
105963
- return analysis.selfContentStatus === AiDynamicContentStatusEnum.GENERATED &&
105964
- analysis.reviewStatus === ProfileAnalysisReviewStatusEnum.NOT_REVIEWED;
105965
- }, ...(ngDevMode ? [{ debugName: "shouldShowReviewFooter" }] : []));
105966
106021
  this.welcomeBannerClasses = computed(() => this.isLightMode()
105967
106022
  ? 'bg-gradient-to-r from-blue-600 via-cyan-600 to-teal-600 text-white'
105968
106023
  : 'bg-gradient-to-r from-blue-900/80 via-cyan-900/80 to-teal-900/80 text-white border border-blue-700/50', ...(ngDevMode ? [{ debugName: "welcomeBannerClasses" }] : []));
@@ -106072,7 +106127,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106072
106127
  if (analysis) {
106073
106128
  console.log('[SourceAnalysis] Effect found analysis, opening modal');
106074
106129
  untracked(() => {
106075
- this.openSourceGoalModal(analysis, pending.sourceGoalId);
106130
+ this.openSourceGoalModal(analysis, pending.sourceGoalId, pending.analysisType);
106076
106131
  });
106077
106132
  }
106078
106133
  }, ...(ngDevMode ? [{ debugName: "pendingSourceRequestEffect" }] : []));
@@ -106148,9 +106203,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106148
106203
  this.currentDisplayMode.set(mode);
106149
106204
  this.closeViewModeSwitcher();
106150
106205
  }
106151
- handleMarkAsReviewedClick() {
106152
- this.markAsReviewedClick.emit();
106153
- }
106154
106206
  onGoalClick(goal) {
106155
106207
  this.modalService.openUnifiedGoalModal(goal, this.allMetrics(), this.allCharts(), this.loadedSourceAnalysisIds().map(String), this.viewMode(), this.loadingSourceAnalysisId() !== undefined ? String(this.loadingSourceAnalysisId()) : undefined);
106156
106208
  }
@@ -106293,7 +106345,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106293
106345
  const existingAnalysis = this.sourceAnalysesMap().get(analysisId);
106294
106346
  console.log('[SourceAnalysis] Checking for existing analysis', { analysisId, found: !!existingAnalysis, mapKeys: Array.from(this.sourceAnalysesMap().keys()) });
106295
106347
  if (existingAnalysis) {
106296
- this.openSourceGoalModal(existingAnalysis, source.sourceGoalId);
106348
+ this.openSourceGoalModal(existingAnalysis, source.sourceGoalId, source.analysisType);
106297
106349
  }
106298
106350
  else {
106299
106351
  console.log('[SourceAnalysis] Setting pendingSourceRequest and emitting sourceAnalysisRequest');
@@ -106306,15 +106358,19 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106306
106358
  });
106307
106359
  }
106308
106360
  }
106309
- openSourceGoalModal(analysis, sourceGoalId) {
106310
- console.log('[SourceAnalysis] openSourceGoalModal called', { analysisId: analysis.id, sourceGoalId });
106361
+ openSourceGoalModal(analysis, sourceGoalId, analysisType) {
106362
+ console.log('[SourceAnalysis] openSourceGoalModal called', { analysisId: analysis.id, sourceGoalId, analysisType });
106311
106363
  const structured = analysis.profileAnalysisStructured;
106312
- const goals = structured?.strategicRoadmap?.goals || [];
106364
+ const sections = structured?.sections || [];
106365
+ const goals = sections.flatMap(section => section.goals || []);
106313
106366
  console.log('[SourceAnalysis] Found goals in source analysis:', goals.map(g => ({ id: g.id, title: g.title })));
106314
106367
  const goal = goals.find(g => g.id === sourceGoalId);
106315
106368
  console.log('[SourceAnalysis] Matched goal:', goal ? { id: goal.id, title: goal.title } : 'NOT FOUND');
106316
106369
  if (goal) {
106317
- this.modalService.openGoalDetailModal(goal, this.viewMode());
106370
+ const currentModalState = this.modalService.getCurrentState();
106371
+ if (analysisType) {
106372
+ this.modalService.openSourceGoalDetailModal(goal, this.viewMode(), analysisType, currentModalState);
106373
+ }
106318
106374
  }
106319
106375
  else {
106320
106376
  console.warn('[SourceAnalysis] Could not find goal with id:', sourceGoalId);
@@ -106593,25 +106649,24 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106593
106649
  static { this.ɵfac = function SymphiqProfileAnalysisUnifiedDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisUnifiedDashboardComponent)(); }; }
106594
106650
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisUnifiedDashboardComponent, selectors: [["symphiq-profile-analysis-unified-dashboard"]], hostBindings: function SymphiqProfileAnalysisUnifiedDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
106595
106651
  i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisUnifiedDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
106596
- } }, inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], isLoadingSourceAnalysis: [1, "isLoadingSourceAnalysis"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"], requestedByUser: [1, "requestedByUser"] }, outputs: { markAsReviewedClick: "markAsReviewedClick", generateGoalsClick: "generateGoalsClick", stepClick: "stepClick", nextStepClick: "nextStepClick", sourceAnalysisRequest: "sourceAnalysisRequest" }, features: [i0.ɵɵNgOnChangesFeature], decls: 16, vars: 33, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "showSearchControl", "showViewModeControl", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12", 3, "pb-32"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "isLightMode", "isOpen"], [3, "viewMode", "currentMode", "isOpen"], [3, "viewMode", "selfContentStatus", "isLoading"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title"], [3, "priorityActionGoalClick", "priorityActionRecommendationClick", "sourceAnalysisClickRequest", "viewMode", "loadingSourceAnalysisId"], [3, "isLightMode"], [3, "isLightMode", "allInsights", "allMetrics", "allCharts"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], ["title", "Loading Your Unified Analysis", "subtitle", "Please wait while we prepare your synthesized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [1, "mb-12", "block", 3, "viewMode", "businessName", "isOnboarded", "analysisDate", "isUnifiedAnalysisComplete", "sourceAnalysesCount", "unifiedGoalsCount", "sourceGoalsCount"], [1, "mb-12", "block", 3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "goals", "viewMode"], [3, "unifiedGoalClick", "viewAllPriorityActionsClick", "sections", "viewMode", "unifiedExecutiveSummary", "unifiedTimeline", "unifiedPriorityMatrix", "unifiedNextSteps", "unifiedGoals", "shopCounts", "focusAreaCounts", "metricCounts", "storageKey"], [3, "viewAllPriorityActionsClick", "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "goals", "viewMode"], [3, "goalClick", "timeline", "viewMode", "goals"], [3, "goalClick", "matrix", "viewMode"], [3, "goalClick", "steps", "viewMode", "goals"], [3, "close", "isLightMode", "isOpen"], [3, "close", "modeSelected", "viewMode", "currentMode", "isOpen"], [3, "markAsReviewed", "viewMode", "selfContentStatus", "isLoading"]], template: function SymphiqProfileAnalysisUnifiedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
106652
+ } }, inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], isLoadingSourceAnalysis: [1, "isLoadingSourceAnalysis"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], requestedByUser: [1, "requestedByUser"] }, outputs: { generateGoalsClick: "generateGoalsClick", stepClick: "stepClick", nextStepClick: "nextStepClick", sourceAnalysisRequest: "sourceAnalysisRequest" }, features: [i0.ɵɵNgOnChangesFeature], decls: 15, vars: 31, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-51"], [3, "searchClick", "viewModeClick", "title", "subtitle", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "showSearchControl", "showViewModeControl", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "isLightMode", "isOpen"], [3, "viewMode", "currentMode", "isOpen"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title"], [3, "priorityActionGoalClick", "priorityActionRecommendationClick", "sourceAnalysisClickRequest", "viewMode", "loadingSourceAnalysisId"], [3, "isLightMode"], [3, "isLightMode", "allInsights", "allMetrics", "allCharts"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], ["title", "Loading Your Unified Analysis", "subtitle", "Please wait while we prepare your synthesized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [1, "mb-12", "block", 3, "viewMode", "businessName", "isOnboarded", "analysisDate", "isUnifiedAnalysisComplete", "sourceAnalysesCount", "unifiedGoalsCount", "sourceGoalsCount"], [1, "mb-12", "block", 3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "goals", "viewMode"], [3, "unifiedGoalClick", "viewAllPriorityActionsClick", "sections", "viewMode", "unifiedExecutiveSummary", "unifiedTimeline", "unifiedPriorityMatrix", "unifiedNextSteps", "unifiedGoals", "shopCounts", "focusAreaCounts", "metricCounts", "storageKey"], [3, "viewAllPriorityActionsClick", "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "goals", "viewMode"], [3, "goalClick", "timeline", "viewMode", "goals"], [3, "goalClick", "matrix", "viewMode"], [3, "goalClick", "steps", "viewMode", "goals"], [3, "close", "isLightMode", "isOpen"], [3, "close", "modeSelected", "viewMode", "currentMode", "isOpen"]], template: function SymphiqProfileAnalysisUnifiedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
106597
106653
  i0.ɵɵelementStart(0, "div", 0);
106598
106654
  i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
106599
106655
  i0.ɵɵelementStart(3, "div", 3)(4, "symphiq-dashboard-header", 4);
106600
106656
  i0.ɵɵlistener("searchClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_dashboard_header_searchClick_4_listener() { return ctx.openSearch(); })("viewModeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_dashboard_header_viewModeClick_4_listener() { return ctx.openViewModeSwitcher(); });
106601
106657
  i0.ɵɵelementEnd();
106602
106658
  i0.ɵɵconditionalCreate(5, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template, 1, 5, "symphiq-journey-progress-indicator", 5);
106603
- i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template, 4, 5, "main", 6);
106659
+ i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template, 4, 3, "main", 6);
106604
106660
  i0.ɵɵconditionalCreate(7, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template, 1, 4, "symphiq-floating-toc", 7);
106605
106661
  i0.ɵɵelementEnd();
106606
106662
  i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template, 1, 2, "symphiq-search-modal", 8);
106607
106663
  i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template, 1, 3, "symphiq-view-mode-switcher-modal", 9);
106608
- i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template, 1, 3, "symphiq-mark-as-reviewed-footer", 10);
106609
- i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_11_Template, 1, 5, "symphiq-content-generation-progress-with-confetti", 11);
106610
- i0.ɵɵelement(12, "symphiq-tooltip-container");
106611
- i0.ɵɵelementStart(13, "symphiq-unified-dashboard-modal", 12);
106612
- i0.ɵɵlistener("priorityActionGoalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_unified_dashboard_modal_priorityActionGoalClick_13_listener($event) { return ctx.onPriorityActionGoalClick($event); })("priorityActionRecommendationClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_unified_dashboard_modal_priorityActionRecommendationClick_13_listener($event) { return ctx.onPriorityActionRecommendationClick($event); })("sourceAnalysisClickRequest", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_unified_dashboard_modal_sourceAnalysisClickRequest_13_listener($event) { return ctx.handleSourceAnalysisClickFromModal($event); });
106664
+ i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template, 1, 5, "symphiq-content-generation-progress-with-confetti", 10);
106665
+ i0.ɵɵelement(11, "symphiq-tooltip-container");
106666
+ i0.ɵɵelementStart(12, "symphiq-unified-dashboard-modal", 11);
106667
+ i0.ɵɵlistener("priorityActionGoalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_unified_dashboard_modal_priorityActionGoalClick_12_listener($event) { return ctx.onPriorityActionGoalClick($event); })("priorityActionRecommendationClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_unified_dashboard_modal_priorityActionRecommendationClick_12_listener($event) { return ctx.onPriorityActionRecommendationClick($event); })("sourceAnalysisClickRequest", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_unified_dashboard_modal_sourceAnalysisClickRequest_12_listener($event) { return ctx.handleSourceAnalysisClickFromModal($event); });
106613
106668
  i0.ɵɵelementEnd();
106614
- i0.ɵɵelement(14, "symphiq-business-analysis-modal", 13)(15, "symphiq-profile-analysis-modal", 14);
106669
+ i0.ɵɵelement(13, "symphiq-business-analysis-modal", 12)(14, "symphiq-profile-analysis-modal", 13);
106615
106670
  i0.ɵɵelementEnd();
106616
106671
  } if (rf & 2) {
106617
106672
  i0.ɵɵclassProp("min-h-screen", !ctx.embedded());
@@ -106620,7 +106675,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106620
106675
  i0.ɵɵadvance();
106621
106676
  i0.ɵɵproperty("viewMode", ctx.viewMode())("progress", ctx.scrollProgress())("embedded", ctx.embedded());
106622
106677
  i0.ɵɵadvance(2);
106623
- i0.ɵɵproperty("title", ctx.dashboardTitle())("subtitle", "Comprehensive cross-profile insights and recommendations")("currentSection", "Unified Goals")("viewMode", ctx.viewMode())("viewModeLabel", ctx.displayModeLabel())("isLoading", ctx.isLoading())("requestedByUser", ctx.requestedByUser())("showSearchControl", false)("showViewModeControl", true)("embedded", ctx.embedded())("scrollEvent", ctx.scrollEvent());
106678
+ i0.ɵɵproperty("title", ctx.dashboardTitle())("subtitle", "Comprehensive cross-profile insights and recommendations")("viewMode", ctx.viewMode())("viewModeLabel", ctx.displayModeLabel())("isLoading", ctx.isLoading())("requestedByUser", ctx.requestedByUser())("showSearchControl", false)("showViewModeControl", true)("embedded", ctx.embedded())("scrollEvent", ctx.scrollEvent());
106624
106679
  i0.ɵɵadvance();
106625
106680
  i0.ɵɵconditional(!ctx.isOnboarded() ? 5 : -1);
106626
106681
  i0.ɵɵadvance();
@@ -106632,15 +106687,13 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106632
106687
  i0.ɵɵadvance();
106633
106688
  i0.ɵɵconditional(ctx.isViewModeSwitcherOpen() ? 9 : -1);
106634
106689
  i0.ɵɵadvance();
106635
- i0.ɵɵconditional(ctx.shouldShowReviewFooter() ? 10 : -1);
106636
- i0.ɵɵadvance();
106637
- i0.ɵɵconditional(!ctx.isLoading() && ctx.isGenerating() ? 11 : -1);
106690
+ i0.ɵɵconditional(!ctx.isLoading() && ctx.isGenerating() ? 10 : -1);
106638
106691
  i0.ɵɵadvance(2);
106639
106692
  i0.ɵɵproperty("viewMode", ctx.viewMode())("loadingSourceAnalysisId", ctx.loadingSourceAnalysisId());
106640
106693
  i0.ɵɵadvance();
106641
106694
  i0.ɵɵproperty("isLightMode", ctx.isLightMode());
106642
106695
  i0.ɵɵadvance();
106643
- i0.ɵɵproperty("isLightMode", ctx.isLightMode())("allInsights", i0.ɵɵpureFunction0(32, _c0$7))("allMetrics", ctx.allMetrics())("allCharts", ctx.allCharts());
106696
+ i0.ɵɵproperty("isLightMode", ctx.isLightMode())("allInsights", i0.ɵɵpureFunction0(30, _c0$7))("allMetrics", ctx.allMetrics())("allCharts", ctx.allCharts());
106644
106697
  } }, dependencies: [CommonModule,
106645
106698
  DashboardHeaderComponent,
106646
106699
  ScrollProgressBarComponent,
@@ -106650,7 +106703,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106650
106703
  FloatingTocComponent,
106651
106704
  ContentGenerationProgressWithConfettiComponent,
106652
106705
  LoadingCardComponent,
106653
- MarkAsReviewedFooterComponent,
106654
106706
  ProfileAnalysisModalComponent,
106655
106707
  UnifiedGoalsGridComponent,
106656
106708
  UnifiedExecutiveSummaryComponent,
@@ -106678,7 +106730,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106678
106730
  FloatingTocComponent,
106679
106731
  ContentGenerationProgressWithConfettiComponent,
106680
106732
  LoadingCardComponent,
106681
- MarkAsReviewedFooterComponent,
106682
106733
  ProfileAnalysisModalComponent,
106683
106734
  UnifiedGoalsGridComponent,
106684
106735
  UnifiedExecutiveSummaryComponent,
@@ -106703,11 +106754,10 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106703
106754
  [embedded]="embedded()"
106704
106755
  />
106705
106756
 
106706
- <div class="relative z-[51]">
106757
+ <div class="relative z-51">
106707
106758
  <symphiq-dashboard-header
106708
106759
  [title]="dashboardTitle()"
106709
106760
  [subtitle]="'Comprehensive cross-profile insights and recommendations'"
106710
- [currentSection]="'Unified Goals'"
106711
106761
  [viewMode]="viewMode()"
106712
106762
  [viewModeLabel]="displayModeLabel()"
106713
106763
  [isLoading]="isLoading()"
@@ -106733,8 +106783,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106733
106783
  }
106734
106784
 
106735
106785
  @if (shouldShowMain()) {
106736
- <main class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-12"
106737
- [class.pb-32]="shouldShowReviewFooter()">
106786
+ <main class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-12">
106738
106787
 
106739
106788
  @if (isSimplifiedView() && isLoading()) {
106740
106789
  <symphiq-loading-card
@@ -106875,16 +106924,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106875
106924
  />
106876
106925
  }
106877
106926
 
106878
- <!-- Mark as Reviewed Footer -->
106879
- @if (shouldShowReviewFooter()) {
106880
- <symphiq-mark-as-reviewed-footer
106881
- [viewMode]="viewMode()"
106882
- [selfContentStatus]="selfContentStatus()"
106883
- [isLoading]="isMarkingAsReviewed()"
106884
- (markAsReviewed)="handleMarkAsReviewedClick()"
106885
- />
106886
- }
106887
-
106888
106927
  <!-- Content Generation Progress Component -->
106889
106928
  @if (!isLoading() && isGenerating()) {
106890
106929
  <symphiq-content-generation-progress-with-confetti
@@ -106915,11 +106954,11 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106915
106954
  </div>
106916
106955
  `
106917
106956
  }]
106918
- }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], unifiedProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedProfileAnalysis", required: false }] }], sourceProfileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceProfileAnalyses", required: false }] }], isLoadingSourceAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoadingSourceAnalysis", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], itemStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatus", required: false }] }], isMarkingAsReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "isMarkingAsReviewed", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], markAsReviewedClick: [{ type: i0.Output, args: ["markAsReviewedClick"] }], generateGoalsClick: [{ type: i0.Output, args: ["generateGoalsClick"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], sourceAnalysisRequest: [{ type: i0.Output, args: ["sourceAnalysisRequest"] }], onScroll: [{
106957
+ }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], unifiedProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedProfileAnalysis", required: false }] }], sourceProfileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceProfileAnalyses", required: false }] }], isLoadingSourceAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoadingSourceAnalysis", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], itemStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatus", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], generateGoalsClick: [{ type: i0.Output, args: ["generateGoalsClick"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], sourceAnalysisRequest: [{ type: i0.Output, args: ["sourceAnalysisRequest"] }], onScroll: [{
106919
106958
  type: HostListener,
106920
106959
  args: ['window:scroll']
106921
106960
  }] }); })();
106922
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 338 }); })();
106961
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 325 }); })();
106923
106962
 
106924
106963
  function SymphiqProfileMetricsAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
106925
106964
  const _r1 = i0.ɵɵgetCurrentView();
@@ -108890,7 +108929,7 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
108890
108929
  i0.ɵɵadvance();
108891
108930
  i0.ɵɵproperty("viewMode", ctx.viewMode())("progress", ctx.scrollProgress())("embedded", ctx.embedded());
108892
108931
  i0.ɵɵadvance(2);
108893
- i0.ɵɵproperty("title", ctx.getAnalysisSubtitle())("subtitle", "")("currentSection", "Metric")("viewMode", ctx.viewMode())("viewModeLabel", ctx.displayModeLabel())("isLoading", ctx.isLoading())("requestedByUser", ctx.requestedByUser())("createdDate", (tmp_14_0 = ctx.profileAnalysis()) == null ? null : tmp_14_0.selfContentCompletedDate)("showSearchControl", ctx.shouldShowHeaderControls())("showViewModeControl", ctx.shouldShowHeaderControls())("embedded", ctx.embedded())("scrollEvent", ctx.scrollEvent());
108932
+ i0.ɵɵproperty("title", ctx.getAnalysisSubtitle())("subtitle", "")("currentSection", "Metric")("viewMode", ctx.viewMode())("viewModeLabel", ctx.displayModeLabel())("isLoading", ctx.isLoading())("requestedByUser", ctx.requestedByUser())("createdDate", (tmp_14_0 = ctx.profileAnalysis()) == null ? null : tmp_14_0.selfContentCompletedDate)("showSearchControl", false)("showViewModeControl", ctx.shouldShowHeaderControls())("embedded", ctx.embedded())("scrollEvent", ctx.scrollEvent());
108894
108933
  i0.ɵɵadvance();
108895
108934
  i0.ɵɵclassProp("pb-32", ctx.shouldShowReviewFooter());
108896
108935
  i0.ɵɵadvance();
@@ -109023,7 +109062,8 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
109023
109062
  [isLoading]="isLoading()"
109024
109063
  [requestedByUser]="requestedByUser()"
109025
109064
  [createdDate]="profileAnalysis()?.selfContentCompletedDate"
109026
- [showSearchControl]="shouldShowHeaderControls()" [showViewModeControl]="shouldShowHeaderControls()"
109065
+ [showSearchControl]="false"
109066
+ [showViewModeControl]="shouldShowHeaderControls()"
109027
109067
  [embedded]="embedded()"
109028
109068
  [scrollEvent]="scrollEvent()"
109029
109069
  (searchClick)="openSearch()"
@@ -109361,7 +109401,7 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
109361
109401
  type: HostListener,
109362
109402
  args: ['window:scroll']
109363
109403
  }] }); })();
109364
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisMetricDashboardComponent, { className: "SymphiqProfileAnalysisMetricDashboardComponent", filePath: "lib/components/profile-analysis-metric-dashboard/symphiq-profile-analysis-metric-dashboard.component.ts", lineNumber: 509 }); })();
109404
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisMetricDashboardComponent, { className: "SymphiqProfileAnalysisMetricDashboardComponent", filePath: "lib/components/profile-analysis-metric-dashboard/symphiq-profile-analysis-metric-dashboard.component.ts", lineNumber: 510 }); })();
109365
109405
 
109366
109406
  const _forTrack0$4 = ($index, $item) => $item.id;
109367
109407
  function ShopProfileCategoryListComponent_For_2_Template(rf, ctx) { if (rf & 1) {