@eric-emg/symphiq-components 1.3.74 → 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 });
@@ -82630,7 +82683,7 @@ function StrategyRecommendationsModalContentComponent_For_8_Template(rf, ctx) {
82630
82683
  const $index_r5 = ctx.$index;
82631
82684
  const ctx_r0 = i0.ɵɵnextContext();
82632
82685
  i0.ɵɵclassProp("cursor-pointer", ctx_r0.hasExpandableContent(recommendation_r4));
82633
- i0.ɵɵproperty("ngClass", ctx_r0.cardClasses());
82686
+ i0.ɵɵproperty("ngClass", ctx_r0.getRecommendationCardClasses(recommendation_r4.id || $index_r5));
82634
82687
  i0.ɵɵattribute("id", "recommendation-" + (recommendation_r4.id || $index_r5));
82635
82688
  i0.ɵɵadvance(2);
82636
82689
  i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
@@ -83487,6 +83540,20 @@ class StrategyRecommendationsModalContentComponent {
83487
83540
  default: return '';
83488
83541
  }
83489
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
+ }
83490
83557
  priorityBadgeClasses(priority) {
83491
83558
  if (this.isDark()) {
83492
83559
  if (priority === ProfileAnalysisPriorityEnum.CRITICAL) {
@@ -83552,7 +83619,7 @@ class StrategyRecommendationsModalContentComponent {
83552
83619
  return 'border border-slate-300 bg-white text-slate-700';
83553
83620
  }
83554
83621
  static { this.ɵfac = function StrategyRecommendationsModalContentComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StrategyRecommendationsModalContentComponent)(); }; }
83555
- 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) {
83556
83623
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
83557
83624
  i0.ɵɵconditionalCreate(2, StrategyRecommendationsModalContentComponent_Conditional_2_Template, 3, 2, "div", 2);
83558
83625
  i0.ɵɵconditionalCreate(3, StrategyRecommendationsModalContentComponent_Conditional_3_Template, 5, 3, "div", 2);
@@ -83627,7 +83694,7 @@ class StrategyRecommendationsModalContentComponent {
83627
83694
 
83628
83695
  <!-- Recommendations Section -->
83629
83696
  @for (recommendation of strategy()?.recommendations; track recommendation.id || $index) {
83630
- <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">
83631
83698
  <div class="flex items-start gap-3">
83632
83699
  <div [ngClass]="iconContainerClasses()">
83633
83700
  <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -87066,7 +87133,7 @@ class UnifiedTimelineComponent {
87066
87133
  const _c0$k = a0 => ({ name: "squares-2x2", source: a0 });
87067
87134
  const _forTrack0$o = ($index, $item) => $item.id;
87068
87135
  function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
87069
- 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);
87070
87137
  } if (rf & 2) {
87071
87138
  const ctx_r0 = i0.ɵɵnextContext(2);
87072
87139
  i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$k, ctx_r0.IconSourceEnum.HEROICONS));
@@ -87075,14 +87142,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_1_Template(rf,
87075
87142
  } }
87076
87143
  function UnifiedPriorityMatrixComponent_Conditional_0_For_20_Template(rf, ctx) { if (rf & 1) {
87077
87144
  const _r2 = i0.ɵɵgetCurrentView();
87078
- i0.ɵɵelementStart(0, "button", 25);
87145
+ i0.ɵɵelementStart(0, "button", 28);
87079
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)); });
87080
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87147
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87081
87148
  i0.ɵɵtext(3);
87082
87149
  i0.ɵɵelementEnd();
87083
87150
  i0.ɵɵnamespaceSVG();
87084
- i0.ɵɵelementStart(4, "svg", 28);
87085
- i0.ɵɵelement(5, "path", 29);
87151
+ i0.ɵɵelementStart(4, "svg", 31);
87152
+ i0.ɵɵelement(5, "path", 32);
87086
87153
  i0.ɵɵelementEnd()()();
87087
87154
  } if (rf & 2) {
87088
87155
  const goal_r3 = ctx.$implicit;
@@ -87101,14 +87168,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_21_Template(rf
87101
87168
  } }
87102
87169
  function UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template(rf, ctx) { if (rf & 1) {
87103
87170
  const _r4 = i0.ɵɵgetCurrentView();
87104
- i0.ɵɵelementStart(0, "button", 25);
87171
+ i0.ɵɵelementStart(0, "button", 33);
87105
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)); });
87106
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87173
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87107
87174
  i0.ɵɵtext(3);
87108
87175
  i0.ɵɵelementEnd();
87109
87176
  i0.ɵɵnamespaceSVG();
87110
- i0.ɵɵelementStart(4, "svg", 28);
87111
- i0.ɵɵelement(5, "path", 29);
87177
+ i0.ɵɵelementStart(4, "svg", 31);
87178
+ i0.ɵɵelement(5, "path", 32);
87112
87179
  i0.ɵɵelementEnd()()();
87113
87180
  } if (rf & 2) {
87114
87181
  const goal_r5 = ctx.$implicit;
@@ -87127,14 +87194,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_32_Template(rf
87127
87194
  } }
87128
87195
  function UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template(rf, ctx) { if (rf & 1) {
87129
87196
  const _r6 = i0.ɵɵgetCurrentView();
87130
- i0.ɵɵelementStart(0, "button", 25);
87197
+ i0.ɵɵelementStart(0, "button", 34);
87131
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)); });
87132
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87199
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87133
87200
  i0.ɵɵtext(3);
87134
87201
  i0.ɵɵelementEnd();
87135
87202
  i0.ɵɵnamespaceSVG();
87136
- i0.ɵɵelementStart(4, "svg", 28);
87137
- i0.ɵɵelement(5, "path", 29);
87203
+ i0.ɵɵelementStart(4, "svg", 31);
87204
+ i0.ɵɵelement(5, "path", 32);
87138
87205
  i0.ɵɵelementEnd()()();
87139
87206
  } if (rf & 2) {
87140
87207
  const goal_r7 = ctx.$implicit;
@@ -87153,14 +87220,14 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_43_Template(rf
87153
87220
  } }
87154
87221
  function UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template(rf, ctx) { if (rf & 1) {
87155
87222
  const _r8 = i0.ɵɵgetCurrentView();
87156
- i0.ɵɵelementStart(0, "button", 25);
87223
+ i0.ɵɵelementStart(0, "button", 35);
87157
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)); });
87158
- i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
87225
+ i0.ɵɵelementStart(1, "div", 29)(2, "span", 30);
87159
87226
  i0.ɵɵtext(3);
87160
87227
  i0.ɵɵelementEnd();
87161
87228
  i0.ɵɵnamespaceSVG();
87162
- i0.ɵɵelementStart(4, "svg", 28);
87163
- i0.ɵɵelement(5, "path", 29);
87229
+ i0.ɵɵelementStart(4, "svg", 31);
87230
+ i0.ɵɵelement(5, "path", 32);
87164
87231
  i0.ɵɵelementEnd()()();
87165
87232
  } if (rf & 2) {
87166
87233
  const goal_r9 = ctx.$implicit;
@@ -87206,11 +87273,11 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf
87206
87273
  i0.ɵɵtext(28, "High Impact / High Effort");
87207
87274
  i0.ɵɵelementEnd();
87208
87275
  i0.ɵɵelementStart(29, "div", 14);
87209
- 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);
87210
87277
  i0.ɵɵconditionalCreate(32, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_32_Template, 2, 1, "div", 16);
87211
87278
  i0.ɵɵelementEnd()();
87212
87279
  i0.ɵɵelementStart(33, "div", 9)(34, "div", 10);
87213
- i0.ɵɵelement(35, "div", 18);
87280
+ i0.ɵɵelement(35, "div", 19);
87214
87281
  i0.ɵɵelementStart(36, "h4", 12);
87215
87282
  i0.ɵɵtext(37, "Fill-Ins");
87216
87283
  i0.ɵɵelementEnd()();
@@ -87218,11 +87285,11 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf
87218
87285
  i0.ɵɵtext(39, "Low Impact / Low Effort");
87219
87286
  i0.ɵɵelementEnd();
87220
87287
  i0.ɵɵelementStart(40, "div", 14);
87221
- 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);
87222
87289
  i0.ɵɵconditionalCreate(43, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_43_Template, 2, 1, "div", 16);
87223
87290
  i0.ɵɵelementEnd()();
87224
87291
  i0.ɵɵelementStart(44, "div", 9)(45, "div", 10);
87225
- i0.ɵɵelement(46, "div", 19);
87292
+ i0.ɵɵelement(46, "div", 21);
87226
87293
  i0.ɵɵelementStart(47, "h4", 12);
87227
87294
  i0.ɵɵtext(48, "Time Permitting");
87228
87295
  i0.ɵɵelementEnd()();
@@ -87230,12 +87297,12 @@ function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf
87230
87297
  i0.ɵɵtext(50, "Low Impact / High Effort");
87231
87298
  i0.ɵɵelementEnd();
87232
87299
  i0.ɵɵelementStart(51, "div", 14);
87233
- 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);
87234
87301
  i0.ɵɵconditionalCreate(54, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_54_Template, 2, 1, "div", 16);
87235
87302
  i0.ɵɵelementEnd()()();
87236
- i0.ɵɵelementStart(55, "div", 20);
87237
- i0.ɵɵelement(56, "div", 21);
87238
- 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);
87239
87306
  i0.ɵɵtext(59, "Effort");
87240
87307
  i0.ɵɵelementEnd()()()()()()();
87241
87308
  } if (rf & 2) {
@@ -87370,20 +87437,15 @@ class UnifiedPriorityMatrixComponent {
87370
87437
  this.goalClick.emit(goal);
87371
87438
  }
87372
87439
  static { this.ɵfac = function UnifiedPriorityMatrixComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedPriorityMatrixComponent)(); }; }
87373
- 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) {
87374
87441
  i0.ɵɵconditionalCreate(0, UnifiedPriorityMatrixComponent_Conditional_0_Template, 60, 24, "section", 0);
87375
87442
  } if (rf & 2) {
87376
87443
  i0.ɵɵconditional(ctx.hasGoals() ? 0 : -1);
87377
- } }, 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 }); }
87378
87445
  }
87379
87446
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnifiedPriorityMatrixComponent, [{
87380
87447
  type: Component,
87381
- args: [{
87382
- selector: 'symphiq-unified-priority-matrix',
87383
- standalone: true,
87384
- imports: [CommonModule, SectionDividerComponent, SectionHeaderComponent],
87385
- changeDetection: ChangeDetectionStrategy.OnPush,
87386
- template: `
87448
+ args: [{ selector: 'symphiq-unified-priority-matrix', standalone: true, imports: [CommonModule, SectionDividerComponent, SectionHeaderComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
87387
87449
  @if (hasGoals()) {
87388
87450
  <section id="section-priority-matrix" class="space-y-6 scroll-mt-24">
87389
87451
  @if (!hideHeader()) {
@@ -87421,7 +87483,7 @@ class UnifiedPriorityMatrixComponent {
87421
87483
  <button
87422
87484
  type="button"
87423
87485
  [ngClass]="getGoalClasses('quickWins')"
87424
- 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"
87425
87487
  (click)="onGoalClick(goal)">
87426
87488
  <div class="flex items-center gap-2">
87427
87489
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87449,7 +87511,7 @@ class UnifiedPriorityMatrixComponent {
87449
87511
  <button
87450
87512
  type="button"
87451
87513
  [ngClass]="getGoalClasses('majorProjects')"
87452
- 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"
87453
87515
  (click)="onGoalClick(goal)">
87454
87516
  <div class="flex items-center gap-2">
87455
87517
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87477,7 +87539,7 @@ class UnifiedPriorityMatrixComponent {
87477
87539
  <button
87478
87540
  type="button"
87479
87541
  [ngClass]="getGoalClasses('fillIns')"
87480
- 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"
87481
87543
  (click)="onGoalClick(goal)">
87482
87544
  <div class="flex items-center gap-2">
87483
87545
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87505,7 +87567,7 @@ class UnifiedPriorityMatrixComponent {
87505
87567
  <button
87506
87568
  type="button"
87507
87569
  [ngClass]="getGoalClasses('thankless')"
87508
- 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"
87509
87571
  (click)="onGoalClick(goal)">
87510
87572
  <div class="flex items-center gap-2">
87511
87573
  <span class="line-clamp-1 flex-1">{{ goal.title }}</span>
@@ -87533,10 +87595,9 @@ class UnifiedPriorityMatrixComponent {
87533
87595
  </div>
87534
87596
  </section>
87535
87597
  }
87536
- `
87537
- }]
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"] }]
87538
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"] }] }); })();
87539
- (() => { (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 }); })();
87540
87601
 
87541
87602
  const _c0$j = a0 => ({ name: "arrow-right-circle", source: a0 });
87542
87603
  const _forTrack0$n = ($index, $item) => $item.title;
@@ -104374,11 +104435,11 @@ const _c1$3 = ["modalWrapper"];
104374
104435
  const _c2$2 = () => [];
104375
104436
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
104376
104437
  const _r3 = i0.ɵɵgetCurrentView();
104377
- i0.ɵɵelementStart(0, "button", 27);
104438
+ i0.ɵɵelementStart(0, "button", 26);
104378
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()); });
104379
104440
  i0.ɵɵnamespaceSVG();
104380
- i0.ɵɵelementStart(1, "svg", 28);
104381
- i0.ɵɵelement(2, "path", 29);
104441
+ i0.ɵɵelementStart(1, "svg", 27);
104442
+ i0.ɵɵelement(2, "path", 28);
104382
104443
  i0.ɵɵelementEnd()();
104383
104444
  } if (rf & 2) {
104384
104445
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -104386,8 +104447,8 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template(rf,
104386
104447
  } }
104387
104448
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
104388
104449
  i0.ɵɵnamespaceSVG();
104389
- i0.ɵɵelementStart(0, "svg", 32);
104390
- i0.ɵɵelement(1, "path", 33);
104450
+ i0.ɵɵelementStart(0, "svg", 31);
104451
+ i0.ɵɵelement(1, "path", 32);
104391
104452
  i0.ɵɵelementEnd();
104392
104453
  } if (rf & 2) {
104393
104454
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -104395,11 +104456,11 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Condit
104395
104456
  } }
104396
104457
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
104397
104458
  const _r4 = i0.ɵɵgetCurrentView();
104398
- i0.ɵɵelementStart(0, "button", 31);
104459
+ i0.ɵɵelementStart(0, "button", 30);
104399
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)); });
104400
104461
  i0.ɵɵtext(1);
104401
104462
  i0.ɵɵelementEnd();
104402
- 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);
104403
104464
  } if (rf & 2) {
104404
104465
  const item_r5 = ctx.$implicit;
104405
104466
  const ɵ$index_26_r6 = ctx.$index;
@@ -104412,7 +104473,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Templa
104412
104473
  i0.ɵɵconditional(!(ɵ$index_26_r6 === ɵ$count_26_r7 - 1) || ctx_r1.modalType() !== null ? 2 : -1);
104413
104474
  } }
104414
104475
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
104415
- i0.ɵɵelementStart(0, "span", 30);
104476
+ i0.ɵɵelementStart(0, "span", 29);
104416
104477
  i0.ɵɵtext(1, "Objectives");
104417
104478
  i0.ɵɵelementEnd();
104418
104479
  } if (rf & 2) {
@@ -104420,7 +104481,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104420
104481
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104421
104482
  } }
104422
104483
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_4_Template(rf, ctx) { if (rf & 1) {
104423
- i0.ɵɵelementStart(0, "span", 30);
104484
+ i0.ɵɵelementStart(0, "span", 29);
104424
104485
  i0.ɵɵtext(1, "Related Metrics");
104425
104486
  i0.ɵɵelementEnd();
104426
104487
  } if (rf & 2) {
@@ -104428,7 +104489,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104428
104489
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104429
104490
  } }
104430
104491
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_5_Template(rf, ctx) { if (rf & 1) {
104431
- i0.ɵɵelementStart(0, "span", 30);
104492
+ i0.ɵɵelementStart(0, "span", 29);
104432
104493
  i0.ɵɵtext(1, "Strategies");
104433
104494
  i0.ɵɵelementEnd();
104434
104495
  } if (rf & 2) {
@@ -104436,7 +104497,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104436
104497
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104437
104498
  } }
104438
104499
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_6_Template(rf, ctx) { if (rf & 1) {
104439
- i0.ɵɵelementStart(0, "span", 30);
104500
+ i0.ɵɵelementStart(0, "span", 29);
104440
104501
  i0.ɵɵtext(1, "Recommendations");
104441
104502
  i0.ɵɵelementEnd();
104442
104503
  } if (rf & 2) {
@@ -104444,7 +104505,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104444
104505
  i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbCurrentClasses());
104445
104506
  } }
104446
104507
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_7_Template(rf, ctx) { if (rf & 1) {
104447
- i0.ɵɵelementStart(0, "span", 30);
104508
+ i0.ɵɵelementStart(0, "span", 29);
104448
104509
  i0.ɵɵtext(1, "Priority Actions");
104449
104510
  i0.ɵɵelementEnd();
104450
104511
  } if (rf & 2) {
@@ -104454,11 +104515,11 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_
104454
104515
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
104455
104516
  i0.ɵɵelementStart(0, "div", 11);
104456
104517
  i0.ɵɵrepeaterCreate(1, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template, 3, 3, null, null, i0.ɵɵrepeaterTrackByIndex);
104457
- i0.ɵɵconditionalCreate(3, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_3_Template, 2, 1, "span", 30);
104458
- i0.ɵɵconditionalCreate(4, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_4_Template, 2, 1, "span", 30);
104459
- i0.ɵɵconditionalCreate(5, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_5_Template, 2, 1, "span", 30);
104460
- i0.ɵɵconditionalCreate(6, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_6_Template, 2, 1, "span", 30);
104461
- 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);
104462
104523
  i0.ɵɵelementEnd();
104463
104524
  } if (rf & 2) {
104464
104525
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -104476,7 +104537,7 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Template(rf,
104476
104537
  i0.ɵɵconditional(ctx_r1.modalType() === "priority-actions-list" ? 7 : -1);
104477
104538
  } }
104478
104539
  function UnifiedDashboardModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
104479
- i0.ɵɵelementStart(0, "div", 12)(1, "span", 34);
104540
+ i0.ɵɵelementStart(0, "div", 12)(1, "span", 33);
104480
104541
  i0.ɵɵtext(2);
104481
104542
  i0.ɵɵelementEnd()();
104482
104543
  } if (rf & 2) {
@@ -104486,58 +104547,72 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_10_Template(rf
104486
104547
  i0.ɵɵadvance();
104487
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", " ");
104488
104549
  } }
104489
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Template(rf, ctx) { if (rf & 1) {
104490
- 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);
104491
104552
  } if (rf & 2) {
104492
- const ctx_r1 = i0.ɵɵnextContext(2);
104553
+ const ctx_r1 = i0.ɵɵnextContext(3);
104493
104554
  i0.ɵɵproperty("priority", ctx_r1.currentGoal().priority)("viewMode", ctx_r1.viewMode());
104494
104555
  } }
104495
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_15_Template(rf, ctx) { if (rf & 1) {
104496
- 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);
104497
104558
  } if (rf & 2) {
104498
- const ctx_r1 = i0.ɵɵnextContext(2);
104559
+ const ctx_r1 = i0.ɵɵnextContext(3);
104499
104560
  i0.ɵɵproperty("timeframe", ctx_r1.currentGoal().timeframe)("viewMode", ctx_r1.viewMode());
104500
104561
  } }
104501
- 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) {
104502
104577
  const _r8 = i0.ɵɵgetCurrentView();
104503
- i0.ɵɵelementStart(0, "symphiq-unified-goal-detail-modal-content", 35);
104504
- 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()); });
104505
104580
  i0.ɵɵelementEnd();
104506
104581
  } if (rf & 2) {
104507
104582
  const ctx_r1 = i0.ɵɵnextContext(2);
104508
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());
104509
104584
  } }
104510
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
104511
- 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);
104512
104587
  } if (rf & 2) {
104513
104588
  const ctx_r1 = i0.ɵɵnextContext(2);
104514
104589
  i0.ɵɵproperty("objectives", ctx_r1.objectivesData().goal.objectives ?? i0.ɵɵpureFunction0(3, _c2$2))("goalTitle", ctx_r1.objectivesData().goal.title ?? "")("viewMode", ctx_r1.viewMode());
104515
104590
  } }
104516
- 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) {
104517
104592
  const _r9 = i0.ɵɵgetCurrentView();
104518
- i0.ɵɵelementStart(0, "symphiq-unified-goal-related-metrics-modal-content", 36);
104519
- 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)); });
104520
104595
  i0.ɵɵelementEnd();
104521
104596
  } if (rf & 2) {
104522
104597
  const ctx_r1 = i0.ɵɵnextContext(2);
104523
104598
  i0.ɵɵproperty("goal", ctx_r1.relatedMetricsData().goal)("contributingMetrics", ctx_r1.relatedMetricsData().contributingMetrics)("viewMode", ctx_r1.viewMode());
104524
104599
  } }
104525
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
104526
- 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);
104527
104602
  } if (rf & 2) {
104528
104603
  const ctx_r1 = i0.ɵɵnextContext(2);
104529
104604
  i0.ɵɵproperty("objective", ctx_r1.strategiesData().objective)("viewMode", ctx_r1.viewMode());
104530
104605
  } }
104531
- function UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
104532
- 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);
104533
104608
  } if (rf & 2) {
104534
104609
  const ctx_r1 = i0.ɵɵnextContext(2);
104535
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);
104536
104611
  } }
104537
- 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) {
104538
104613
  const _r10 = i0.ɵɵgetCurrentView();
104539
- i0.ɵɵelementStart(0, "symphiq-priority-actions-modal-content", 37);
104540
- 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)); });
104541
104616
  i0.ɵɵelementEnd();
104542
104617
  } if (rf & 2) {
104543
104618
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -104554,30 +104629,28 @@ function UnifiedDashboardModalComponent_Conditional_0_Template(rf, ctx) { if (rf
104554
104629
  i0.ɵɵconditionalCreate(7, UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template, 3, 1, "button", 9);
104555
104630
  i0.ɵɵelementStart(8, "div", 10);
104556
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);
104557
- i0.ɵɵelementStart(11, "h3", 13);
104558
- 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);
104559
104636
  i0.ɵɵelementEnd()()();
104560
- i0.ɵɵelementStart(13, "div", 14);
104561
- i0.ɵɵconditionalCreate(14, UnifiedDashboardModalComponent_Conditional_0_Conditional_14_Template, 1, 2, "symphiq-priority-badge", 15);
104562
- i0.ɵɵconditionalCreate(15, UnifiedDashboardModalComponent_Conditional_0_Conditional_15_Template, 1, 2, "symphiq-timeframe-badge", 16);
104563
- i0.ɵɵelementStart(16, "button", 17);
104564
- 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()); });
104565
104639
  i0.ɵɵnamespaceSVG();
104566
- i0.ɵɵelementStart(17, "svg", 18);
104567
- i0.ɵɵelement(18, "path", 19);
104568
- i0.ɵɵelementEnd()()()()();
104640
+ i0.ɵɵelementStart(16, "svg", 17);
104641
+ i0.ɵɵelement(17, "path", 18);
104642
+ i0.ɵɵelementEnd()()()();
104569
104643
  i0.ɵɵnamespaceHTML();
104570
- i0.ɵɵelementStart(19, "div", 20, 1);
104571
- i0.ɵɵconditionalCreate(21, UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template, 1, 7, "symphiq-unified-goal-detail-modal-content", 21);
104572
- i0.ɵɵconditionalCreate(22, UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template, 1, 4, "symphiq-goal-objectives-modal-content", 22);
104573
- i0.ɵɵconditionalCreate(23, UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template, 1, 3, "symphiq-unified-goal-related-metrics-modal-content", 23);
104574
- i0.ɵɵconditionalCreate(24, UnifiedDashboardModalComponent_Conditional_0_Conditional_24_Template, 1, 2, "symphiq-objective-strategies-modal-content", 24);
104575
- i0.ɵɵconditionalCreate(25, UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 25);
104576
- 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);
104577
104651
  i0.ɵɵelementEnd()()();
104578
104652
  } if (rf & 2) {
104579
104653
  let tmp_17_0;
104580
- let tmp_18_0;
104581
104654
  const ctx_r1 = i0.ɵɵnextContext();
104582
104655
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
104583
104656
  i0.ɵɵadvance(2);
@@ -104593,31 +104666,29 @@ function UnifiedDashboardModalComponent_Conditional_0_Template(rf, ctx) { if (rf
104593
104666
  i0.ɵɵconditional(ctx_r1.navigationStack().length > 0 ? 7 : -1);
104594
104667
  i0.ɵɵadvance(2);
104595
104668
  i0.ɵɵconditional(ctx_r1.navigationStack().length > 0 ? 9 : 10);
104596
- i0.ɵɵadvance(2);
104669
+ i0.ɵɵadvance(3);
104597
104670
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
104598
104671
  i0.ɵɵadvance();
104599
104672
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
104600
- i0.ɵɵadvance(2);
104601
- i0.ɵɵconditional(((tmp_17_0 = ctx_r1.currentGoal()) == null ? null : tmp_17_0.priority) ? 14 : -1);
104602
104673
  i0.ɵɵadvance();
104603
- 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);
104604
104675
  i0.ɵɵadvance();
104605
104676
  i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex() + 1);
104606
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");
104607
104678
  i0.ɵɵadvance(3);
104608
104679
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
104609
104680
  i0.ɵɵadvance(2);
104610
- 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);
104611
104682
  i0.ɵɵadvance();
104612
- 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);
104613
104684
  i0.ɵɵadvance();
104614
- 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);
104615
104686
  i0.ɵɵadvance();
104616
- 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);
104617
104688
  i0.ɵɵadvance();
104618
- 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);
104619
104690
  i0.ɵɵadvance();
104620
- 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);
104621
104692
  } }
104622
104693
  class UnifiedDashboardModalComponent {
104623
104694
  constructor() {
@@ -105092,8 +105163,8 @@ class UnifiedDashboardModalComponent {
105092
105163
  let _t;
105093
105164
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
105094
105165
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
105095
- } }, 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) {
105096
- 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);
105097
105168
  } if (rf & 2) {
105098
105169
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
105099
105170
  } }, dependencies: [CommonModule, i1$1.NgClass, UnifiedGoalDetailModalContentComponent,
@@ -105166,9 +105237,8 @@ class UnifiedDashboardModalComponent {
105166
105237
  @slideUpFade>
105167
105238
 
105168
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">
105169
- <div class="flex items-start justify-between">
105240
+ <div class="flex items-start justify-between gap-4">
105170
105241
  <div class="flex items-start gap-3 flex-1 min-w-0">
105171
- <!-- Back Button -->
105172
105242
  @if (navigationStack().length > 0) {
105173
105243
  <button
105174
105244
  type="button"
@@ -105181,7 +105251,6 @@ class UnifiedDashboardModalComponent {
105181
105251
  </button>
105182
105252
  }
105183
105253
  <div class="flex-1 min-w-0">
105184
- <!-- Breadcrumb Navigation -->
105185
105254
  @if (navigationStack().length > 0) {
105186
105255
  <div class="flex items-center gap-1.5 mb-2 text-xs">
105187
105256
  @for (item of navigationStack(); track $index; let last = $last) {
@@ -105222,31 +105291,34 @@ class UnifiedDashboardModalComponent {
105222
105291
  </div>
105223
105292
  }
105224
105293
 
105225
- <h3 [ngClass]="isLightMode() ? 'text-slate-900' : 'text-white'" class="text-xl font-bold leading-tight">
105226
- {{ modalTitle() }}
105227
- </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>
105228
105309
  </div>
105229
105310
  </div>
105230
105311
 
105231
- <div class="flex items-center gap-2 ml-4 flex-shrink-0">
105232
- @if (currentGoal()?.priority) {
105233
- <symphiq-priority-badge [priority]="currentGoal()!.priority" [viewMode]="viewMode()" />
105234
- }
105235
- @if (currentGoal()?.timeframe) {
105236
- <symphiq-timeframe-badge [timeframe]="currentGoal()!.timeframe" [viewMode]="viewMode()" />
105237
- }
105238
-
105239
- <button
105312
+ <button
105240
105313
  type="button"
105241
105314
  (click)="closeModal()"
105242
105315
  [ngClass]="isLightMode() ? 'text-slate-600 hover:text-slate-900 hover:bg-slate-100' : 'text-slate-400 hover:text-white hover:bg-slate-700'"
105243
- 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"
105244
105317
  [style.z-index]="contentZIndex() + 1">
105245
105318
  <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
105246
105319
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
105247
105320
  </svg>
105248
105321
  </button>
105249
- </div>
105250
105322
  </div>
105251
105323
  </div>
105252
105324
 
@@ -105323,7 +105395,7 @@ class UnifiedDashboardModalComponent {
105323
105395
  type: ViewChild,
105324
105396
  args: ['modalWrapper']
105325
105397
  }] }); })();
105326
- (() => { (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 }); })();
105327
105399
 
105328
105400
  function UnifiedWelcomeBannerComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
105329
105401
  i0.ɵɵtext(0, " Your Unified Goals ");
@@ -105548,7 +105620,7 @@ class UnifiedWelcomeBannerComponent {
105548
105620
  const _c0$7 = () => [];
105549
105621
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
105550
105622
  const _r1 = i0.ɵɵgetCurrentView();
105551
- i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 15);
105623
+ i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 14);
105552
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)); });
105553
105625
  i0.ɵɵelementEnd();
105554
105626
  } if (rf & 2) {
@@ -105556,18 +105628,18 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(
105556
105628
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentStepId", ctx_r1.JourneyStepIdEnum.UNIFIED_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r1.forDemo())("maxAccessibleStepId", ctx_r1.maxAccessibleStepId());
105557
105629
  } }
105558
105630
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
105559
- i0.ɵɵelement(0, "symphiq-loading-card", 17);
105631
+ i0.ɵɵelement(0, "symphiq-loading-card", 15);
105560
105632
  } if (rf & 2) {
105561
105633
  const ctx_r1 = i0.ɵɵnextContext(2);
105562
105634
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("backdropBlur", true);
105563
105635
  } }
105564
105636
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
105565
105637
  const _r3 = i0.ɵɵgetCurrentView();
105566
- i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 18);
105567
- 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);
105568
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)); });
105569
105641
  i0.ɵɵelementEnd();
105570
- i0.ɵɵelementStart(2, "symphiq-collapsible-analysis-section-group", 20);
105642
+ i0.ɵɵelementStart(2, "symphiq-collapsible-analysis-section-group", 18);
105571
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()); });
105572
105644
  i0.ɵɵelementEnd();
105573
105645
  } if (rf & 2) {
@@ -105580,20 +105652,20 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
105580
105652
  } }
105581
105653
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template(rf, ctx) { if (rf & 1) {
105582
105654
  const _r4 = i0.ɵɵgetCurrentView();
105583
- i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 18);
105584
- 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);
105585
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()); });
105586
105658
  i0.ɵɵelementEnd();
105587
- i0.ɵɵelementStart(2, "symphiq-unified-goals-grid", 22);
105659
+ i0.ɵɵelementStart(2, "symphiq-unified-goals-grid", 20);
105588
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)); });
105589
105661
  i0.ɵɵelementEnd();
105590
- i0.ɵɵelementStart(3, "symphiq-unified-timeline", 23);
105662
+ i0.ɵɵelementStart(3, "symphiq-unified-timeline", 21);
105591
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)); });
105592
105664
  i0.ɵɵelementEnd();
105593
- i0.ɵɵelementStart(4, "symphiq-unified-priority-matrix", 24);
105665
+ i0.ɵɵelementStart(4, "symphiq-unified-priority-matrix", 22);
105594
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)); });
105595
105667
  i0.ɵɵelementEnd();
105596
- i0.ɵɵelementStart(5, "symphiq-unified-next-steps", 25);
105668
+ i0.ɵɵelementStart(5, "symphiq-unified-next-steps", 23);
105597
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)); });
105598
105670
  i0.ɵɵelementEnd();
105599
105671
  } if (rf & 2) {
@@ -105611,14 +105683,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
105611
105683
  i0.ɵɵproperty("steps", ctx_r1.nextSteps())("viewMode", ctx_r1.viewMode())("goals", ctx_r1.unifiedGoals());
105612
105684
  } }
105613
105685
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
105614
- i0.ɵɵelementStart(0, "main", 16);
105615
- 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);
105616
105688
  i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template, 3, 21);
105617
105689
  i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template, 6, 23);
105618
105690
  i0.ɵɵelementEnd();
105619
105691
  } if (rf & 2) {
105620
105692
  const ctx_r1 = i0.ɵɵnextContext();
105621
- i0.ɵɵclassProp("pb-32", ctx_r1.shouldShowReviewFooter());
105622
105693
  i0.ɵɵadvance();
105623
105694
  i0.ɵɵconditional(ctx_r1.isSimplifiedView() && ctx_r1.isLoading() ? 1 : -1);
105624
105695
  i0.ɵɵadvance();
@@ -105634,7 +105705,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template(
105634
105705
  } }
105635
105706
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
105636
105707
  const _r5 = i0.ɵɵgetCurrentView();
105637
- i0.ɵɵelementStart(0, "symphiq-search-modal", 26);
105708
+ i0.ɵɵelementStart(0, "symphiq-search-modal", 24);
105638
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()); });
105639
105710
  i0.ɵɵelementEnd();
105640
105711
  } if (rf & 2) {
@@ -105643,7 +105714,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(
105643
105714
  } }
105644
105715
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
105645
105716
  const _r6 = i0.ɵɵgetCurrentView();
105646
- i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 27);
105717
+ i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 25);
105647
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)); });
105648
105719
  i0.ɵɵelementEnd();
105649
105720
  } if (rf & 2) {
@@ -105651,16 +105722,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(
105651
105722
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentMode", ctx_r1.currentDisplayMode())("isOpen", true);
105652
105723
  } }
105653
105724
  function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
105654
- const _r7 = i0.ɵɵgetCurrentView();
105655
- i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer", 28);
105656
- 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()); });
105657
- i0.ɵɵelementEnd();
105658
- } if (rf & 2) {
105659
- const ctx_r1 = i0.ɵɵnextContext();
105660
- i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selfContentStatus", ctx_r1.selfContentStatus())("isLoading", ctx_r1.isMarkingAsReviewed());
105661
- } }
105662
- function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
105663
- i0.ɵɵelement(0, "symphiq-content-generation-progress-with-confetti", 11);
105725
+ i0.ɵɵelement(0, "symphiq-content-generation-progress-with-confetti", 10);
105664
105726
  } if (rf & 2) {
105665
105727
  const ctx_r1 = i0.ɵɵnextContext();
105666
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() + ".");
@@ -105681,9 +105743,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
105681
105743
  this.forDemo = input(false, ...(ngDevMode ? [{ debugName: "forDemo" }] : []));
105682
105744
  this.maxAccessibleStepId = input(...(ngDevMode ? [undefined, { debugName: "maxAccessibleStepId" }] : []));
105683
105745
  this.itemStatus = input(...(ngDevMode ? [undefined, { debugName: "itemStatus" }] : []));
105684
- this.isMarkingAsReviewed = input(false, ...(ngDevMode ? [{ debugName: "isMarkingAsReviewed" }] : []));
105685
105746
  this.requestedByUser = input(...(ngDevMode ? [undefined, { debugName: "requestedByUser" }] : []));
105686
- this.markAsReviewedClick = output();
105687
105747
  this.generateGoalsClick = output();
105688
105748
  this.stepClick = output();
105689
105749
  this.nextStepClick = output();
@@ -105958,13 +106018,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
105958
106018
  }
105959
106019
  return sections;
105960
106020
  }, ...(ngDevMode ? [{ debugName: "unifiedCollapsibleSections" }] : []));
105961
- this.shouldShowReviewFooter = computed(() => {
105962
- const analysis = this.unifiedProfileAnalysis();
105963
- if (!analysis)
105964
- return false;
105965
- return analysis.selfContentStatus === AiDynamicContentStatusEnum.GENERATED &&
105966
- analysis.reviewStatus === ProfileAnalysisReviewStatusEnum.NOT_REVIEWED;
105967
- }, ...(ngDevMode ? [{ debugName: "shouldShowReviewFooter" }] : []));
105968
106021
  this.welcomeBannerClasses = computed(() => this.isLightMode()
105969
106022
  ? 'bg-gradient-to-r from-blue-600 via-cyan-600 to-teal-600 text-white'
105970
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" }] : []));
@@ -106074,7 +106127,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106074
106127
  if (analysis) {
106075
106128
  console.log('[SourceAnalysis] Effect found analysis, opening modal');
106076
106129
  untracked(() => {
106077
- this.openSourceGoalModal(analysis, pending.sourceGoalId);
106130
+ this.openSourceGoalModal(analysis, pending.sourceGoalId, pending.analysisType);
106078
106131
  });
106079
106132
  }
106080
106133
  }, ...(ngDevMode ? [{ debugName: "pendingSourceRequestEffect" }] : []));
@@ -106150,9 +106203,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106150
106203
  this.currentDisplayMode.set(mode);
106151
106204
  this.closeViewModeSwitcher();
106152
106205
  }
106153
- handleMarkAsReviewedClick() {
106154
- this.markAsReviewedClick.emit();
106155
- }
106156
106206
  onGoalClick(goal) {
106157
106207
  this.modalService.openUnifiedGoalModal(goal, this.allMetrics(), this.allCharts(), this.loadedSourceAnalysisIds().map(String), this.viewMode(), this.loadingSourceAnalysisId() !== undefined ? String(this.loadingSourceAnalysisId()) : undefined);
106158
106208
  }
@@ -106295,7 +106345,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106295
106345
  const existingAnalysis = this.sourceAnalysesMap().get(analysisId);
106296
106346
  console.log('[SourceAnalysis] Checking for existing analysis', { analysisId, found: !!existingAnalysis, mapKeys: Array.from(this.sourceAnalysesMap().keys()) });
106297
106347
  if (existingAnalysis) {
106298
- this.openSourceGoalModal(existingAnalysis, source.sourceGoalId);
106348
+ this.openSourceGoalModal(existingAnalysis, source.sourceGoalId, source.analysisType);
106299
106349
  }
106300
106350
  else {
106301
106351
  console.log('[SourceAnalysis] Setting pendingSourceRequest and emitting sourceAnalysisRequest');
@@ -106308,8 +106358,8 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106308
106358
  });
106309
106359
  }
106310
106360
  }
106311
- openSourceGoalModal(analysis, sourceGoalId) {
106312
- 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 });
106313
106363
  const structured = analysis.profileAnalysisStructured;
106314
106364
  const sections = structured?.sections || [];
106315
106365
  const goals = sections.flatMap(section => section.goals || []);
@@ -106317,7 +106367,10 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106317
106367
  const goal = goals.find(g => g.id === sourceGoalId);
106318
106368
  console.log('[SourceAnalysis] Matched goal:', goal ? { id: goal.id, title: goal.title } : 'NOT FOUND');
106319
106369
  if (goal) {
106320
- 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
+ }
106321
106374
  }
106322
106375
  else {
106323
106376
  console.warn('[SourceAnalysis] Could not find goal with id:', sourceGoalId);
@@ -106596,25 +106649,24 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106596
106649
  static { this.ɵfac = function SymphiqProfileAnalysisUnifiedDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisUnifiedDashboardComponent)(); }; }
106597
106650
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisUnifiedDashboardComponent, selectors: [["symphiq-profile-analysis-unified-dashboard"]], hostBindings: function SymphiqProfileAnalysisUnifiedDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
106598
106651
  i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisUnifiedDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
106599
- } }, 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: 32, 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, "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) {
106600
106653
  i0.ɵɵelementStart(0, "div", 0);
106601
106654
  i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
106602
106655
  i0.ɵɵelementStart(3, "div", 3)(4, "symphiq-dashboard-header", 4);
106603
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(); });
106604
106657
  i0.ɵɵelementEnd();
106605
106658
  i0.ɵɵconditionalCreate(5, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template, 1, 5, "symphiq-journey-progress-indicator", 5);
106606
- i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template, 4, 5, "main", 6);
106659
+ i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template, 4, 3, "main", 6);
106607
106660
  i0.ɵɵconditionalCreate(7, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template, 1, 4, "symphiq-floating-toc", 7);
106608
106661
  i0.ɵɵelementEnd();
106609
106662
  i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template, 1, 2, "symphiq-search-modal", 8);
106610
106663
  i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template, 1, 3, "symphiq-view-mode-switcher-modal", 9);
106611
- i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template, 1, 3, "symphiq-mark-as-reviewed-footer", 10);
106612
- i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_11_Template, 1, 5, "symphiq-content-generation-progress-with-confetti", 11);
106613
- i0.ɵɵelement(12, "symphiq-tooltip-container");
106614
- i0.ɵɵelementStart(13, "symphiq-unified-dashboard-modal", 12);
106615
- 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); });
106616
106668
  i0.ɵɵelementEnd();
106617
- 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);
106618
106670
  i0.ɵɵelementEnd();
106619
106671
  } if (rf & 2) {
106620
106672
  i0.ɵɵclassProp("min-h-screen", !ctx.embedded());
@@ -106635,15 +106687,13 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106635
106687
  i0.ɵɵadvance();
106636
106688
  i0.ɵɵconditional(ctx.isViewModeSwitcherOpen() ? 9 : -1);
106637
106689
  i0.ɵɵadvance();
106638
- i0.ɵɵconditional(ctx.shouldShowReviewFooter() ? 10 : -1);
106639
- i0.ɵɵadvance();
106640
- i0.ɵɵconditional(!ctx.isLoading() && ctx.isGenerating() ? 11 : -1);
106690
+ i0.ɵɵconditional(!ctx.isLoading() && ctx.isGenerating() ? 10 : -1);
106641
106691
  i0.ɵɵadvance(2);
106642
106692
  i0.ɵɵproperty("viewMode", ctx.viewMode())("loadingSourceAnalysisId", ctx.loadingSourceAnalysisId());
106643
106693
  i0.ɵɵadvance();
106644
106694
  i0.ɵɵproperty("isLightMode", ctx.isLightMode());
106645
106695
  i0.ɵɵadvance();
106646
- i0.ɵɵproperty("isLightMode", ctx.isLightMode())("allInsights", i0.ɵɵpureFunction0(31, _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());
106647
106697
  } }, dependencies: [CommonModule,
106648
106698
  DashboardHeaderComponent,
106649
106699
  ScrollProgressBarComponent,
@@ -106653,7 +106703,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106653
106703
  FloatingTocComponent,
106654
106704
  ContentGenerationProgressWithConfettiComponent,
106655
106705
  LoadingCardComponent,
106656
- MarkAsReviewedFooterComponent,
106657
106706
  ProfileAnalysisModalComponent,
106658
106707
  UnifiedGoalsGridComponent,
106659
106708
  UnifiedExecutiveSummaryComponent,
@@ -106681,7 +106730,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106681
106730
  FloatingTocComponent,
106682
106731
  ContentGenerationProgressWithConfettiComponent,
106683
106732
  LoadingCardComponent,
106684
- MarkAsReviewedFooterComponent,
106685
106733
  ProfileAnalysisModalComponent,
106686
106734
  UnifiedGoalsGridComponent,
106687
106735
  UnifiedExecutiveSummaryComponent,
@@ -106735,8 +106783,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106735
106783
  }
106736
106784
 
106737
106785
  @if (shouldShowMain()) {
106738
- <main class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-12"
106739
- [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">
106740
106787
 
106741
106788
  @if (isSimplifiedView() && isLoading()) {
106742
106789
  <symphiq-loading-card
@@ -106877,16 +106924,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106877
106924
  />
106878
106925
  }
106879
106926
 
106880
- <!-- Mark as Reviewed Footer -->
106881
- @if (shouldShowReviewFooter()) {
106882
- <symphiq-mark-as-reviewed-footer
106883
- [viewMode]="viewMode()"
106884
- [selfContentStatus]="selfContentStatus()"
106885
- [isLoading]="isMarkingAsReviewed()"
106886
- (markAsReviewed)="handleMarkAsReviewedClick()"
106887
- />
106888
- }
106889
-
106890
106927
  <!-- Content Generation Progress Component -->
106891
106928
  @if (!isLoading() && isGenerating()) {
106892
106929
  <symphiq-content-generation-progress-with-confetti
@@ -106917,11 +106954,11 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
106917
106954
  </div>
106918
106955
  `
106919
106956
  }]
106920
- }], 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: [{
106921
106958
  type: HostListener,
106922
106959
  args: ['window:scroll']
106923
106960
  }] }); })();
106924
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 337 }); })();
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 }); })();
106925
106962
 
106926
106963
  function SymphiqProfileMetricsAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
106927
106964
  const _r1 = i0.ɵɵgetCurrentView();