@eric-emg/symphiq-components 1.2.403 → 1.2.406

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.
@@ -57432,6 +57432,13 @@ class AreaChartComponent {
57432
57432
  });
57433
57433
  // Default colors for area chart series
57434
57434
  const defaultColors = ['#4A90E2', '#10b981', '#f59e0b', '#ef4444', '#8b5cf6', '#06b6d4'];
57435
+ // Find series with most data points for X-axis categories
57436
+ const seriesWithMostData = chartData.series?.reduce((max, s) => (s.data?.length ?? 0) > (max.data?.length ?? 0) ? s : max, chartData.series[0]);
57437
+ const xAxisData = (seriesWithMostData?.data || []).map(d => ({
57438
+ month: d.month,
57439
+ value: d.value
57440
+ }));
57441
+ xAxis.data.setAll(xAxisData);
57435
57442
  chartData.series?.forEach((seriesData, index) => {
57436
57443
  const colorHex = defaultColors[index % defaultColors.length];
57437
57444
  const seriesColor = color(parseInt(colorHex.replace('#', ''), 16));
@@ -57468,9 +57475,6 @@ class AreaChartComponent {
57468
57475
  value: d.value
57469
57476
  }));
57470
57477
  series.data.setAll(transformedData);
57471
- if (index === 0) {
57472
- xAxis.data.setAll(transformedData);
57473
- }
57474
57478
  series.appear(ChartConstants.ANIMATION.APPEAR_DURATION);
57475
57479
  });
57476
57480
  const legend = chartElement.children.push(Legend.new(root, {
@@ -72528,7 +72532,7 @@ function CapabilityMatrixCardComponent_Conditional_26_Template(rf, ctx) { if (rf
72528
72532
  i0.ɵɵelementEnd();
72529
72533
  } if (rf & 2) {
72530
72534
  const ctx_r0 = i0.ɵɵnextContext();
72531
- i0.ɵɵclassProp("animate-pulse", ctx_r0.isHighImportance());
72535
+ i0.ɵɵclassProp("animate-pulse-slow", ctx_r0.isHighImportance());
72532
72536
  i0.ɵɵproperty("ngClass", ctx_r0.importanceBadgeClasses());
72533
72537
  i0.ɵɵadvance();
72534
72538
  i0.ɵɵtextInterpolate1(" ", ctx_r0.importanceLabel(), " Importance ");
@@ -72781,7 +72785,7 @@ class CapabilityMatrixCardComponent {
72781
72785
  return 'bg-red-500';
72782
72786
  }
72783
72787
  static { this.ɵfac = function CapabilityMatrixCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CapabilityMatrixCardComponent)(); }; }
72784
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CapabilityMatrixCardComponent, selectors: [["symphiq-capability-matrix-card"]], inputs: { capability: [1, "capability"], viewMode: [1, "viewMode"], allGoals: [1, "allGoals"] }, decls: 31, vars: 30, consts: [[1, "rounded-lg", "p-4", 3, "click", "ngClass"], [1, "flex", "items-start", "justify-between", "gap-3", "mb-3"], [1, "flex-1"], [1, "font-semibold", "text-sm", "mb-1", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden", "min-h-0"], [1, "transition-opacity", "duration-300"], [1, "grid", "grid-cols-2", "gap-3", "mb-3"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "text-xs", "font-medium", "mb-1", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5"], [1, "w-2", "h-2", "rounded-full", 3, "ngClass"], [1, "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-1.5", "mb-4"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", 3, "ngClass", "animate-pulse"], [1, "px-2", "py-1", "rounded", "text-xs", 3, "ngClass"], [1, "space-y-2"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", 3, "ngClass"], ["size", "w-3.5 h-3.5", 3, "icon", "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["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"]], template: function CapabilityMatrixCardComponent_Template(rf, ctx) { if (rf & 1) {
72788
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CapabilityMatrixCardComponent, selectors: [["symphiq-capability-matrix-card"]], inputs: { capability: [1, "capability"], viewMode: [1, "viewMode"], allGoals: [1, "allGoals"] }, decls: 31, vars: 30, consts: [[1, "rounded-lg", "p-4", 3, "click", "ngClass"], [1, "flex", "items-start", "justify-between", "gap-3", "mb-3"], [1, "flex-1"], [1, "font-semibold", "text-sm", "mb-1", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden", "min-h-0"], [1, "transition-opacity", "duration-300"], [1, "grid", "grid-cols-2", "gap-3", "mb-3"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "text-xs", "font-medium", "mb-1", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5"], [1, "w-2", "h-2", "rounded-full", 3, "ngClass"], [1, "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-1.5", "mb-4"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", 3, "ngClass", "animate-pulse-slow"], [1, "px-2", "py-1", "rounded", "text-xs", 3, "ngClass"], [1, "space-y-2"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "px-2", "py-1", "rounded", "text-xs", "font-medium", 3, "ngClass"], ["size", "w-3.5 h-3.5", 3, "icon", "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["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"]], template: function CapabilityMatrixCardComponent_Template(rf, ctx) { if (rf & 1) {
72785
72789
  i0.ɵɵelementStart(0, "div", 0);
72786
72790
  i0.ɵɵlistener("click", function CapabilityMatrixCardComponent_Template_div_click_0_listener($event) { return ctx.onCardClick($event); });
72787
72791
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2)(3, "h5", 3);
@@ -72848,7 +72852,7 @@ class CapabilityMatrixCardComponent {
72848
72852
  i0.ɵɵadvance();
72849
72853
  i0.ɵɵproperty("ngClass", ctx.stateLabelClasses());
72850
72854
  i0.ɵɵadvance(3);
72851
- i0.ɵɵclassProp("animate-pulse", ctx.isNotImplemented((tmp_11_0 = ctx.capability()) == null ? null : tmp_11_0.currentState));
72855
+ i0.ɵɵclassProp("animate-pulse-slow", ctx.isNotImplemented((tmp_11_0 = ctx.capability()) == null ? null : tmp_11_0.currentState));
72852
72856
  i0.ɵɵproperty("ngClass", ctx.stateIndicatorClasses(((tmp_12_0 = ctx.capability()) == null ? null : tmp_12_0.currentState) || ctx.CapabilityStateEnum.NOT_IMPLEMENTED));
72853
72857
  i0.ɵɵadvance();
72854
72858
  i0.ɵɵproperty("ngClass", ctx.stateValueClasses());
@@ -72883,107 +72887,107 @@ class CapabilityMatrixCardComponent {
72883
72887
  standalone: true,
72884
72888
  imports: [CommonModule, RelatedGoalChipsComponent, SymphiqIconComponent],
72885
72889
  changeDetection: ChangeDetectionStrategy.OnPush,
72886
- template: `
72887
- <div
72888
- [ngClass]="cardClasses()"
72889
- [class.cursor-pointer]="!isExpandedMode()"
72890
- (click)="onCardClick($event)"
72891
- class="rounded-lg p-4">
72892
- <div class="flex items-start justify-between gap-3 mb-3">
72893
- <div class="flex-1">
72894
- <h5 [ngClass]="titleClasses()" class="font-semibold text-sm mb-1">{{ capability()?.name }}</h5>
72895
- @if (capability()?.industryBenchmark) {
72896
- <p [ngClass]="benchmarkClasses()" class="text-xs">Industry: {{ formatIndustryBenchmark(capability()!.industryBenchmark!) }}</p>
72897
- }
72898
- </div>
72899
- @if (capability()?.quadrant) {
72900
- <span [ngClass]="quadrantBadgeClasses()" class="px-2.5 py-1 rounded-full text-xs font-semibold whitespace-nowrap">
72901
- {{ quadrantLabel() }}
72902
- </span>
72903
- }
72904
- </div>
72905
-
72906
- <!-- Expandable Content -->
72907
- <div class="grid transition-[grid-template-rows] duration-300 ease-in-out" [style.grid-template-rows]="shouldShowExpandedContent() ? '1fr' : '0fr'">
72908
- <div class="overflow-hidden min-h-0">
72909
- <div [style.opacity]="shouldShowExpandedContent() ? '1' : '0'" [style.transition-delay]="shouldShowExpandedContent() ? '150ms' : '0ms'" class="transition-opacity duration-300">
72910
-
72911
- <div class="grid grid-cols-2 gap-3 mb-3">
72912
- <div [ngClass]="stateSectionClasses()" class="p-3 rounded-lg">
72913
- <p [ngClass]="stateLabelClasses()" class="text-xs font-medium mb-1">Current</p>
72914
- <div class="flex items-center gap-1.5">
72915
- <div [ngClass]="stateIndicatorClasses(capability()?.currentState || CapabilityStateEnum.NOT_IMPLEMENTED)" [class.animate-pulse]="isNotImplemented(capability()?.currentState)" class="w-2 h-2 rounded-full"></div>
72916
- <p [ngClass]="stateValueClasses()" class="text-xs">{{ formatState(capability()?.currentState) }}</p>
72917
- </div>
72918
- </div>
72919
- <div [ngClass]="stateSectionClasses()" class="p-3 rounded-lg">
72920
- <p [ngClass]="stateLabelClasses()" class="text-xs font-medium mb-1">Desired</p>
72921
- <div class="flex items-center gap-1.5">
72922
- <div [ngClass]="stateIndicatorClasses(capability()?.desiredState || CapabilityStateEnum.FULLY_IMPLEMENTED)" class="w-2 h-2 rounded-full"></div>
72923
- <p [ngClass]="stateValueClasses()" class="text-xs font-semibold">{{ formatState(capability()?.desiredState) }}</p>
72924
- </div>
72925
- </div>
72926
- </div>
72927
-
72928
- <div class="flex flex-wrap gap-1.5 mb-4">
72929
- @if (capability()?.importance) {
72930
- <span [ngClass]="importanceBadgeClasses()" [class.animate-pulse]="isHighImportance()" class="px-2 py-1 rounded text-xs font-medium">
72931
- {{ importanceLabel() }} Importance
72932
- </span>
72933
- }
72934
- @if (capability()?.effort) {
72935
- <span [ngClass]="effortBadgeClasses()" class="px-2 py-1 rounded text-xs">
72936
- {{ effortLabel() }} Effort
72937
- </span>
72938
- }
72939
- @if (capability()?.impact) {
72940
- <span [ngClass]="impactBadgeClasses()" class="px-2 py-1 rounded text-xs">
72941
- {{ impactLabel() }} Impact
72942
- </span>
72943
- }
72944
- </div>
72945
-
72946
- <!-- Related Goals (in expandable section) -->
72947
- @if (capability()?.relatedGoalIds && capability()!.relatedGoalIds!.length > 0) {
72948
- <div class="space-y-2">
72949
- <div class="flex items-center gap-1.5">
72950
- <symphiq-icon
72951
- [icon]="{ name: 'link', source: IconSourceEnum.HEROICONS }"
72952
- size="w-3.5 h-3.5"
72953
- [ngClass]="relatedGoalsIconClasses()"
72954
- />
72955
- <span [ngClass]="relatedGoalsTitleClasses()" class="text-xs font-semibold">Related Goals</span>
72956
- </div>
72957
- <symphiq-related-goal-chips
72958
- [relatedGoalIds]="capability()!.relatedGoalIds!"
72959
- [allGoals]="allGoals()"
72960
- [viewMode]="viewMode()"
72961
- />
72962
- </div>
72963
- }
72964
-
72965
- </div>
72966
- </div>
72967
- </div>
72968
-
72969
- <!-- Learn More / View Less Button (for Compact/Simplified modes) -->
72970
- @if (!isExpandedMode()) {
72971
- <div class="flex items-center gap-2 mt-3 cursor-pointer" (click)="toggleExpanded($event)">
72972
- <span [ngClass]="learnMoreButtonClasses()" class="text-sm font-medium">
72973
- {{ isExpanded() ? 'View Less' : 'Learn More' }}
72974
- </span>
72975
- <svg
72976
- [ngClass]="learnMoreChevronClasses()"
72977
- [class.rotate-180]="isExpanded()"
72978
- class="w-4 h-4 transition-transform duration-200"
72979
- fill="none"
72980
- stroke="currentColor"
72981
- viewBox="0 0 24 24">
72982
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
72983
- </svg>
72984
- </div>
72985
- }
72986
- </div>
72890
+ template: `
72891
+ <div
72892
+ [ngClass]="cardClasses()"
72893
+ [class.cursor-pointer]="!isExpandedMode()"
72894
+ (click)="onCardClick($event)"
72895
+ class="rounded-lg p-4">
72896
+ <div class="flex items-start justify-between gap-3 mb-3">
72897
+ <div class="flex-1">
72898
+ <h5 [ngClass]="titleClasses()" class="font-semibold text-sm mb-1">{{ capability()?.name }}</h5>
72899
+ @if (capability()?.industryBenchmark) {
72900
+ <p [ngClass]="benchmarkClasses()" class="text-xs">Industry: {{ formatIndustryBenchmark(capability()!.industryBenchmark!) }}</p>
72901
+ }
72902
+ </div>
72903
+ @if (capability()?.quadrant) {
72904
+ <span [ngClass]="quadrantBadgeClasses()" class="px-2.5 py-1 rounded-full text-xs font-semibold whitespace-nowrap">
72905
+ {{ quadrantLabel() }}
72906
+ </span>
72907
+ }
72908
+ </div>
72909
+
72910
+ <!-- Expandable Content -->
72911
+ <div class="grid transition-[grid-template-rows] duration-300 ease-in-out" [style.grid-template-rows]="shouldShowExpandedContent() ? '1fr' : '0fr'">
72912
+ <div class="overflow-hidden min-h-0">
72913
+ <div [style.opacity]="shouldShowExpandedContent() ? '1' : '0'" [style.transition-delay]="shouldShowExpandedContent() ? '150ms' : '0ms'" class="transition-opacity duration-300">
72914
+
72915
+ <div class="grid grid-cols-2 gap-3 mb-3">
72916
+ <div [ngClass]="stateSectionClasses()" class="p-3 rounded-lg">
72917
+ <p [ngClass]="stateLabelClasses()" class="text-xs font-medium mb-1">Current</p>
72918
+ <div class="flex items-center gap-1.5">
72919
+ <div [ngClass]="stateIndicatorClasses(capability()?.currentState || CapabilityStateEnum.NOT_IMPLEMENTED)" [class.animate-pulse-slow]="isNotImplemented(capability()?.currentState)" class="w-2 h-2 rounded-full"></div>
72920
+ <p [ngClass]="stateValueClasses()" class="text-xs">{{ formatState(capability()?.currentState) }}</p>
72921
+ </div>
72922
+ </div>
72923
+ <div [ngClass]="stateSectionClasses()" class="p-3 rounded-lg">
72924
+ <p [ngClass]="stateLabelClasses()" class="text-xs font-medium mb-1">Desired</p>
72925
+ <div class="flex items-center gap-1.5">
72926
+ <div [ngClass]="stateIndicatorClasses(capability()?.desiredState || CapabilityStateEnum.FULLY_IMPLEMENTED)" class="w-2 h-2 rounded-full"></div>
72927
+ <p [ngClass]="stateValueClasses()" class="text-xs font-semibold">{{ formatState(capability()?.desiredState) }}</p>
72928
+ </div>
72929
+ </div>
72930
+ </div>
72931
+
72932
+ <div class="flex flex-wrap gap-1.5 mb-4">
72933
+ @if (capability()?.importance) {
72934
+ <span [ngClass]="importanceBadgeClasses()" [class.animate-pulse-slow]="isHighImportance()" class="px-2 py-1 rounded text-xs font-medium">
72935
+ {{ importanceLabel() }} Importance
72936
+ </span>
72937
+ }
72938
+ @if (capability()?.effort) {
72939
+ <span [ngClass]="effortBadgeClasses()" class="px-2 py-1 rounded text-xs">
72940
+ {{ effortLabel() }} Effort
72941
+ </span>
72942
+ }
72943
+ @if (capability()?.impact) {
72944
+ <span [ngClass]="impactBadgeClasses()" class="px-2 py-1 rounded text-xs">
72945
+ {{ impactLabel() }} Impact
72946
+ </span>
72947
+ }
72948
+ </div>
72949
+
72950
+ <!-- Related Goals (in expandable section) -->
72951
+ @if (capability()?.relatedGoalIds && capability()!.relatedGoalIds!.length > 0) {
72952
+ <div class="space-y-2">
72953
+ <div class="flex items-center gap-1.5">
72954
+ <symphiq-icon
72955
+ [icon]="{ name: 'link', source: IconSourceEnum.HEROICONS }"
72956
+ size="w-3.5 h-3.5"
72957
+ [ngClass]="relatedGoalsIconClasses()"
72958
+ />
72959
+ <span [ngClass]="relatedGoalsTitleClasses()" class="text-xs font-semibold">Related Goals</span>
72960
+ </div>
72961
+ <symphiq-related-goal-chips
72962
+ [relatedGoalIds]="capability()!.relatedGoalIds!"
72963
+ [allGoals]="allGoals()"
72964
+ [viewMode]="viewMode()"
72965
+ />
72966
+ </div>
72967
+ }
72968
+
72969
+ </div>
72970
+ </div>
72971
+ </div>
72972
+
72973
+ <!-- Learn More / View Less Button (for Compact/Simplified modes) -->
72974
+ @if (!isExpandedMode()) {
72975
+ <div class="flex items-center gap-2 mt-3 cursor-pointer" (click)="toggleExpanded($event)">
72976
+ <span [ngClass]="learnMoreButtonClasses()" class="text-sm font-medium">
72977
+ {{ isExpanded() ? 'View Less' : 'Learn More' }}
72978
+ </span>
72979
+ <svg
72980
+ [ngClass]="learnMoreChevronClasses()"
72981
+ [class.rotate-180]="isExpanded()"
72982
+ class="w-4 h-4 transition-transform duration-200"
72983
+ fill="none"
72984
+ stroke="currentColor"
72985
+ viewBox="0 0 24 24">
72986
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
72987
+ </svg>
72988
+ </div>
72989
+ }
72990
+ </div>
72987
72991
  `
72988
72992
  }]
72989
72993
  }], () => [], { capability: [{ type: i0.Input, args: [{ isSignal: true, alias: "capability", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
@@ -73090,7 +73094,7 @@ function CompetitiveComparisonCardComponent_Conditional_13_For_4_Template(rf, ct
73090
73094
  i0.ɵɵadvance(2);
73091
73095
  i0.ɵɵproperty("ngClass", ctx_r1.competitorNameClasses());
73092
73096
  i0.ɵɵadvance();
73093
- i0.ɵɵtextInterpolate(position_r3.competitorId);
73097
+ i0.ɵɵtextInterpolate(ctx_r1.getCompetitorTitle(position_r3.competitorId));
73094
73098
  i0.ɵɵadvance();
73095
73099
  i0.ɵɵproperty("ngClass", ctx_r1.advantageBadgeClasses(position_r3.advantage));
73096
73100
  i0.ɵɵadvance();
@@ -73162,6 +73166,7 @@ class CompetitiveComparisonCardComponent {
73162
73166
  this.comparison = input(...(ngDevMode ? [undefined, { debugName: "comparison" }] : []));
73163
73167
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
73164
73168
  this.viewModeService = inject(ViewModeService);
73169
+ this.profileContextService = inject(ProfileContextService);
73165
73170
  this.expandedSignal = signal(false, ...(ngDevMode ? [{ debugName: "expandedSignal" }] : []));
73166
73171
  this.isDark = computed(() => this.viewMode() === ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "isDark" }] : []));
73167
73172
  this.globalIsExpanded = computed(() => this.viewModeService.getViewMode() === 'expanded', ...(ngDevMode ? [{ debugName: "globalIsExpanded" }] : []));
@@ -73273,6 +73278,14 @@ class CompetitiveComparisonCardComponent {
73273
73278
  default: return '';
73274
73279
  }
73275
73280
  }
73281
+ getCompetitorTitle(competitorId) {
73282
+ if (!competitorId)
73283
+ return '';
73284
+ const competitors = this.profileContextService.getCompetitorsByIds([competitorId]);
73285
+ const result = competitors[0]?.label || competitors[0]?.value || competitorId;
73286
+ console.log('[getCompetitorTitle] competitorId:', competitorId, 'competitors:', competitors, 'result:', result);
73287
+ return result;
73288
+ }
73276
73289
  advantageBadgeClasses(advantage) {
73277
73290
  if (this.isDark()) {
73278
73291
  if (advantage === AdvantageEnum.YOURS) {
@@ -73431,7 +73444,7 @@ class CompetitiveComparisonCardComponent {
73431
73444
  @for (position of comparison()!.competitorPositions; track position.competitorId || $index) {
73432
73445
  <div [ngClass]="competitorCardClasses()" class="p-3 rounded-lg">
73433
73446
  <div class="flex items-start justify-between gap-2 mb-2">
73434
- <p [ngClass]="competitorNameClasses()" class="text-sm font-medium">{{ position.competitorId }}</p>
73447
+ <p [ngClass]="competitorNameClasses()" class="text-sm font-medium">{{ getCompetitorTitle(position.competitorId) }}</p>
73435
73448
  <span [ngClass]="advantageBadgeClasses(position.advantage)" class="px-2 py-0.5 rounded-full text-xs font-semibold whitespace-nowrap">
73436
73449
  {{ formatAdvantage(position.advantage) }}
73437
73450
  </span>
@@ -73481,7 +73494,7 @@ class CompetitiveComparisonCardComponent {
73481
73494
  `
73482
73495
  }]
73483
73496
  }], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
73484
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 125 }); })();
73497
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 126 }); })();
73485
73498
 
73486
73499
  const _c0$j = a0 => ({ name: "chevron-right", source: a0 });
73487
73500
  const _forTrack0$j = ($index, $item) => $item.id;
@@ -73523,20 +73536,22 @@ function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1
73523
73536
  i0.ɵɵrepeater(ctx_r2.goalObjects());
73524
73537
  } }
73525
73538
  function PhaseTimelineCardComponent_Conditional_9_For_7_Template(rf, ctx) { if (rf & 1) {
73526
- i0.ɵɵelementStart(0, "li", 19);
73527
- i0.ɵɵelement(1, "div", 20);
73528
- i0.ɵɵelementStart(2, "span", 21);
73529
- i0.ɵɵtext(3);
73530
- i0.ɵɵelementEnd()();
73539
+ const _r4 = i0.ɵɵgetCurrentView();
73540
+ i0.ɵɵelementStart(0, "button", 15);
73541
+ i0.ɵɵlistener("click", function PhaseTimelineCardComponent_Conditional_9_For_7_Template_button_click_0_listener($event) { const recommendation_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.openRecommendationModal(recommendation_r5, $event)); });
73542
+ i0.ɵɵelementStart(1, "span");
73543
+ i0.ɵɵtext(2);
73544
+ i0.ɵɵelementEnd();
73545
+ i0.ɵɵelement(3, "symphiq-icon", 16);
73546
+ i0.ɵɵelementEnd();
73531
73547
  } if (rf & 2) {
73532
- const recommendationId_r4 = ctx.$implicit;
73548
+ const recommendation_r5 = ctx.$implicit;
73533
73549
  const ctx_r2 = i0.ɵɵnextContext(2);
73550
+ i0.ɵɵproperty("ngClass", ctx_r2.recommendationBadgeClasses());
73551
+ i0.ɵɵadvance(2);
73552
+ i0.ɵɵtextInterpolate(recommendation_r5.title);
73534
73553
  i0.ɵɵadvance();
73535
- i0.ɵɵproperty("ngClass", ctx_r2.bulletClasses());
73536
- i0.ɵɵadvance();
73537
- i0.ɵɵproperty("ngClass", ctx_r2.recommendationTextClasses());
73538
- i0.ɵɵadvance();
73539
- i0.ɵɵtextInterpolate(recommendationId_r4);
73554
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$j, ctx_r2.IconSourceEnum.HEROICONS));
73540
73555
  } }
73541
73556
  function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
73542
73557
  i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
@@ -73547,47 +73562,47 @@ function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1
73547
73562
  i0.ɵɵtext(4, " Recommendations ");
73548
73563
  i0.ɵɵelementEnd();
73549
73564
  i0.ɵɵnamespaceHTML();
73550
- i0.ɵɵelementStart(5, "ul", 18);
73551
- i0.ɵɵrepeaterCreate(6, PhaseTimelineCardComponent_Conditional_9_For_7_Template, 4, 3, "li", 19, i0.ɵɵrepeaterTrackByIndex);
73565
+ i0.ɵɵelementStart(5, "div", 13);
73566
+ i0.ɵɵrepeaterCreate(6, PhaseTimelineCardComponent_Conditional_9_For_7_Template, 4, 5, "button", 14, _forTrack0$j);
73552
73567
  i0.ɵɵelementEnd()();
73553
73568
  } if (rf & 2) {
73554
73569
  const ctx_r2 = i0.ɵɵnextContext();
73555
73570
  i0.ɵɵadvance();
73556
73571
  i0.ɵɵproperty("ngClass", ctx_r2.sectionLabelClasses());
73557
73572
  i0.ɵɵadvance(5);
73558
- i0.ɵɵrepeater(ctx_r2.phase().recommendationIds);
73573
+ i0.ɵɵrepeater(ctx_r2.recommendationObjects());
73559
73574
  } }
73560
73575
  function PhaseTimelineCardComponent_Conditional_10_For_10_Template(rf, ctx) { if (rf & 1) {
73561
- i0.ɵɵelementStart(0, "li", 19);
73576
+ i0.ɵɵelementStart(0, "li", 23);
73562
73577
  i0.ɵɵnamespaceSVG();
73563
- i0.ɵɵelementStart(1, "svg", 27);
73564
- i0.ɵɵelement(2, "path", 28);
73578
+ i0.ɵɵelementStart(1, "svg", 24);
73579
+ i0.ɵɵelement(2, "path", 25);
73565
73580
  i0.ɵɵelementEnd();
73566
73581
  i0.ɵɵnamespaceHTML();
73567
- i0.ɵɵelementStart(3, "span", 21);
73582
+ i0.ɵɵelementStart(3, "span", 26);
73568
73583
  i0.ɵɵtext(4);
73569
73584
  i0.ɵɵelementEnd()();
73570
73585
  } if (rf & 2) {
73571
- const outcome_r5 = ctx.$implicit;
73586
+ const outcome_r6 = ctx.$implicit;
73572
73587
  const ctx_r2 = i0.ɵɵnextContext(2);
73573
73588
  i0.ɵɵadvance();
73574
73589
  i0.ɵɵproperty("ngClass", ctx_r2.outcomeIconClasses());
73575
73590
  i0.ɵɵadvance(2);
73576
73591
  i0.ɵɵproperty("ngClass", ctx_r2.outcomeTextClasses());
73577
73592
  i0.ɵɵadvance();
73578
- i0.ɵɵtextInterpolate(outcome_r5);
73593
+ i0.ɵɵtextInterpolate(outcome_r6);
73579
73594
  } }
73580
73595
  function PhaseTimelineCardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
73581
- i0.ɵɵelementStart(0, "div", 22)(1, "div", 23)(2, "div")(3, "h6", 10);
73596
+ i0.ɵɵelementStart(0, "div", 18)(1, "div", 19)(2, "div")(3, "h6", 10);
73582
73597
  i0.ɵɵnamespaceSVG();
73583
73598
  i0.ɵɵelementStart(4, "svg", 11);
73584
- i0.ɵɵelement(5, "path", 24);
73599
+ i0.ɵɵelement(5, "path", 20);
73585
73600
  i0.ɵɵelementEnd();
73586
73601
  i0.ɵɵtext(6, " Expected Outcomes ");
73587
73602
  i0.ɵɵelementEnd();
73588
73603
  i0.ɵɵnamespaceHTML();
73589
- i0.ɵɵelementStart(7, "div", 25)(8, "ul", 26);
73590
- i0.ɵɵrepeaterCreate(9, PhaseTimelineCardComponent_Conditional_10_For_10_Template, 5, 3, "li", 19, i0.ɵɵrepeaterTrackByIndex);
73604
+ i0.ɵɵelementStart(7, "div", 21)(8, "ul", 22);
73605
+ i0.ɵɵrepeaterCreate(9, PhaseTimelineCardComponent_Conditional_10_For_10_Template, 5, 3, "li", 23, i0.ɵɵrepeaterTrackByIndex);
73591
73606
  i0.ɵɵelementEnd()()()()();
73592
73607
  } if (rf & 2) {
73593
73608
  const ctx_r2 = i0.ɵɵnextContext();
@@ -73600,15 +73615,15 @@ function PhaseTimelineCardComponent_Conditional_10_Template(rf, ctx) { if (rf &
73600
73615
  i0.ɵɵrepeater(ctx_r2.phase().outcomes);
73601
73616
  } }
73602
73617
  function PhaseTimelineCardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
73603
- const _r6 = i0.ɵɵgetCurrentView();
73604
- i0.ɵɵelementStart(0, "div", 29);
73605
- i0.ɵɵlistener("click", function PhaseTimelineCardComponent_Conditional_11_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleExpanded()); });
73606
- i0.ɵɵelementStart(1, "span", 30);
73618
+ const _r7 = i0.ɵɵgetCurrentView();
73619
+ i0.ɵɵelementStart(0, "div", 27);
73620
+ i0.ɵɵlistener("click", function PhaseTimelineCardComponent_Conditional_11_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleExpanded($event)); });
73621
+ i0.ɵɵelementStart(1, "span", 28);
73607
73622
  i0.ɵɵtext(2);
73608
73623
  i0.ɵɵelementEnd();
73609
73624
  i0.ɵɵnamespaceSVG();
73610
- i0.ɵɵelementStart(3, "svg", 31);
73611
- i0.ɵɵelement(4, "path", 32);
73625
+ i0.ɵɵelementStart(3, "svg", 29);
73626
+ i0.ɵɵelement(4, "path", 30);
73612
73627
  i0.ɵɵelementEnd()();
73613
73628
  } if (rf & 2) {
73614
73629
  const ctx_r2 = i0.ɵɵnextContext();
@@ -73628,6 +73643,7 @@ class PhaseTimelineCardComponent {
73628
73643
  this.allGoals = input([], ...(ngDevMode ? [{ debugName: "allGoals" }] : []));
73629
73644
  this.viewModeService = inject(ViewModeService);
73630
73645
  this.modalService = inject(ModalService);
73646
+ this.profileContextService = inject(ProfileContextService);
73631
73647
  this.expandedSignal = signal(false, ...(ngDevMode ? [{ debugName: "expandedSignal" }] : []));
73632
73648
  this.IconSourceEnum = IconSourceEnum;
73633
73649
  this.isDark = computed(() => this.viewMode() === ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "isDark" }] : []));
@@ -73635,6 +73651,19 @@ class PhaseTimelineCardComponent {
73635
73651
  const goalIds = this.phase()?.goalIds || [];
73636
73652
  return this.allGoals().filter((goal) => goalIds.includes(goal.id || ''));
73637
73653
  }, ...(ngDevMode ? [{ debugName: "goalObjects" }] : []));
73654
+ this.recommendationObjects = computed(() => {
73655
+ const recommendations = [];
73656
+ for (const goal of this.goalObjects()) {
73657
+ for (const objective of goal.objectives || []) {
73658
+ for (const strategy of objective.strategies || []) {
73659
+ for (const recommendation of strategy.recommendations || []) {
73660
+ recommendations.push(recommendation);
73661
+ }
73662
+ }
73663
+ }
73664
+ }
73665
+ return recommendations;
73666
+ }, ...(ngDevMode ? [{ debugName: "recommendationObjects" }] : []));
73638
73667
  this.globalIsExpanded = computed(() => this.viewModeService.getViewMode() === 'expanded', ...(ngDevMode ? [{ debugName: "globalIsExpanded" }] : []));
73639
73668
  this.formattedPhaseName = computed(() => {
73640
73669
  const phaseData = this.phase();
@@ -73690,6 +73719,12 @@ class PhaseTimelineCardComponent {
73690
73719
  }
73691
73720
  return 'bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100 hover:border-blue-300 hover:shadow-lg hover:shadow-blue-500/20';
73692
73721
  }, ...(ngDevMode ? [{ debugName: "goalBadgeClasses" }] : []));
73722
+ this.recommendationBadgeClasses = computed(() => {
73723
+ if (this.isDark()) {
73724
+ return 'bg-purple-500/20 text-purple-400 border border-purple-500/30 hover:bg-purple-500/30 hover:border-purple-500/40 hover:shadow-lg hover:shadow-purple-500/20';
73725
+ }
73726
+ return 'bg-purple-50 text-purple-700 border border-purple-200 hover:bg-purple-100 hover:border-purple-300 hover:shadow-lg hover:shadow-purple-500/20';
73727
+ }, ...(ngDevMode ? [{ debugName: "recommendationBadgeClasses" }] : []));
73693
73728
  this.bulletClasses = computed(() => {
73694
73729
  return this.isDark() ? 'bg-slate-400' : 'bg-slate-400';
73695
73730
  }, ...(ngDevMode ? [{ debugName: "bulletClasses" }] : []));
@@ -73732,7 +73767,10 @@ class PhaseTimelineCardComponent {
73732
73767
  shouldShowExpandedContent() {
73733
73768
  return this.globalIsExpanded() || this.expandedSignal();
73734
73769
  }
73735
- toggleExpanded() {
73770
+ toggleExpanded(event) {
73771
+ if (event) {
73772
+ event.stopPropagation();
73773
+ }
73736
73774
  if (!this.globalIsExpanded()) {
73737
73775
  this.expandedSignal.update(v => !v);
73738
73776
  }
@@ -73749,8 +73787,20 @@ class PhaseTimelineCardComponent {
73749
73787
  }
73750
73788
  this.modalService.openGoalDetailModal(goal, this.viewMode());
73751
73789
  }
73790
+ openRecommendationModal(recommendation, event) {
73791
+ if (event) {
73792
+ event.stopPropagation();
73793
+ event.preventDefault();
73794
+ }
73795
+ const goalContext = {
73796
+ title: recommendation.title || 'Recommendation',
73797
+ description: recommendation.description || '',
73798
+ icon: 'light-bulb'
73799
+ };
73800
+ this.modalService.navigateToBusinessInsightDetail(recommendation, goalContext, this.viewMode());
73801
+ }
73752
73802
  static { this.ɵfac = function PhaseTimelineCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PhaseTimelineCardComponent)(); }; }
73753
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PhaseTimelineCardComponent, selectors: [["symphiq-phase-timeline-card"]], inputs: { phase: [1, "phase"], viewMode: [1, "viewMode"], isLast: [1, "isLast"], allGoals: [1, "allGoals"] }, decls: 12, vars: 12, consts: [[1, "rounded-lg", "p-5", "relative", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4", "relative"], [1, "z-10", 3, "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", "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"], [1, "flex-1"], [1, "font-bold", "text-lg", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out", 3, "grid-template-rows"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "text-sm", "font-semibold", "mb-2", "flex", "items-center", "gap-2", 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-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex", "flex-wrap", "gap-2"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "ngClass"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "click", "ngClass"], ["size", "w-3.5 h-3.5", 1, "flex-shrink-0", "opacity-60", 3, "icon"], ["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 2"], [1, "space-y-2"], [1, "flex", "items-start", "gap-2"], [1, "w-1.5", "h-1.5", "rounded-full", "mt-1.5", "flex-shrink-0", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "space-y-1.5"], ["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, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["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"]], template: function PhaseTimelineCardComponent_Template(rf, ctx) { if (rf & 1) {
73803
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PhaseTimelineCardComponent, selectors: [["symphiq-phase-timeline-card"]], inputs: { phase: [1, "phase"], viewMode: [1, "viewMode"], isLast: [1, "isLast"], allGoals: [1, "allGoals"] }, decls: 12, vars: 12, consts: [[1, "rounded-lg", "p-5", "relative", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4", "relative"], [1, "z-10", 3, "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", "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"], [1, "flex-1"], [1, "font-bold", "text-lg", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out", 3, "grid-template-rows"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "text-sm", "font-semibold", "mb-2", "flex", "items-center", "gap-2", 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-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex", "flex-wrap", "gap-2"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "ngClass"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "click", "ngClass"], ["size", "w-3.5 h-3.5", 1, "flex-shrink-0", "opacity-60", 3, "icon"], ["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 2"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "space-y-1.5"], [1, "flex", "items-start", "gap-2"], ["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", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["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"]], template: function PhaseTimelineCardComponent_Template(rf, ctx) { if (rf & 1) {
73754
73804
  i0.ɵɵelementStart(0, "div", 0);
73755
73805
  i0.ɵɵlistener("click", function PhaseTimelineCardComponent_Template_div_click_0_listener($event) { return ctx.onCardClick($event); });
73756
73806
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
@@ -73769,7 +73819,6 @@ class PhaseTimelineCardComponent {
73769
73819
  i0.ɵɵelementEnd()()();
73770
73820
  } if (rf & 2) {
73771
73821
  let tmp_6_0;
73772
- let tmp_7_0;
73773
73822
  let tmp_8_0;
73774
73823
  let tmp_9_0;
73775
73824
  i0.ɵɵclassProp("mb-6", !ctx.isLast())("cursor-pointer", ctx.isCompactMode());
@@ -73783,7 +73832,7 @@ class PhaseTimelineCardComponent {
73783
73832
  i0.ɵɵadvance();
73784
73833
  i0.ɵɵconditional(((tmp_6_0 = ctx.phase()) == null ? null : tmp_6_0.goalIds) && ctx.phase().goalIds.length > 0 ? 8 : -1);
73785
73834
  i0.ɵɵadvance();
73786
- i0.ɵɵconditional(((tmp_7_0 = ctx.phase()) == null ? null : tmp_7_0.recommendationIds) && ctx.phase().recommendationIds.length > 0 ? 9 : -1);
73835
+ i0.ɵɵconditional(ctx.recommendationObjects().length > 0 ? 9 : -1);
73787
73836
  i0.ɵɵadvance();
73788
73837
  i0.ɵɵconditional(((tmp_8_0 = ctx.phase()) == null ? null : tmp_8_0.outcomes) && ctx.phase().outcomes.length > 0 ? 10 : -1);
73789
73838
  i0.ɵɵadvance();
@@ -73837,7 +73886,7 @@ class PhaseTimelineCardComponent {
73837
73886
  </div>
73838
73887
  }
73839
73888
 
73840
- @if (phase()?.recommendationIds && phase()!.recommendationIds!.length > 0) {
73889
+ @if (recommendationObjects().length > 0) {
73841
73890
  <div class="mb-4">
73842
73891
  <h6 [ngClass]="sectionLabelClasses()" class="text-sm font-semibold mb-2 flex items-center gap-2">
73843
73892
  <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -73845,14 +73894,18 @@ class PhaseTimelineCardComponent {
73845
73894
  </svg>
73846
73895
  Recommendations
73847
73896
  </h6>
73848
- <ul class="space-y-2">
73849
- @for (recommendationId of phase()!.recommendationIds; track $index) {
73850
- <li class="flex items-start gap-2">
73851
- <div [ngClass]="bulletClasses()" class="w-1.5 h-1.5 rounded-full mt-1.5 flex-shrink-0"></div>
73852
- <span [ngClass]="recommendationTextClasses()" class="text-sm">{{ recommendationId }}</span>
73853
- </li>
73897
+ <div class="flex flex-wrap gap-2">
73898
+ @for (recommendation of recommendationObjects(); track recommendation.id) {
73899
+ <button
73900
+ type="button"
73901
+ [ngClass]="recommendationBadgeClasses()"
73902
+ (click)="openRecommendationModal(recommendation, $event)"
73903
+ class="cursor-pointer flex items-center gap-2 px-3 py-1.5 rounded-lg text-xs font-medium transition-all duration-200 hover:scale-105 hover:shadow-md">
73904
+ <span>{{ recommendation.title }}</span>
73905
+ <symphiq-icon [icon]="{ name: 'chevron-right', source: IconSourceEnum.HEROICONS }" size="w-3.5 h-3.5" class="flex-shrink-0 opacity-60"></symphiq-icon>
73906
+ </button>
73854
73907
  }
73855
- </ul>
73908
+ </div>
73856
73909
  </div>
73857
73910
  }
73858
73911
 
@@ -73886,7 +73939,7 @@ class PhaseTimelineCardComponent {
73886
73939
 
73887
73940
  <!-- Learn More / View Less Button (for Compact mode) -->
73888
73941
  @if (isCompactMode() && phase()?.outcomes && phase()!.outcomes!.length > 0) {
73889
- <div class="flex items-center gap-2 mt-3 cursor-pointer" (click)="toggleExpanded()">
73942
+ <div class="flex items-center gap-2 mt-3 cursor-pointer" (click)="toggleExpanded($event)">
73890
73943
  <span [ngClass]="learnMoreButtonClasses()" class="text-sm font-medium">
73891
73944
  {{ isExpanded() ? 'View Less' : 'Learn More' }}
73892
73945
  </span>
@@ -73907,7 +73960,7 @@ class PhaseTimelineCardComponent {
73907
73960
  `
73908
73961
  }]
73909
73962
  }], () => [], { phase: [{ type: i0.Input, args: [{ isSignal: true, alias: "phase", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLast: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLast", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
73910
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 123 }); })();
73963
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 128 }); })();
73911
73964
 
73912
73965
  const _c0$i = a0 => ({ name: "chevron-right", source: a0 });
73913
73966
  function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
@@ -74276,7 +74329,7 @@ class OperationalCategoryCardComponent {
74276
74329
  static { this.ɵfac = function OperationalCategoryCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || OperationalCategoryCardComponent)(); }; }
74277
74330
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: OperationalCategoryCardComponent, selectors: [["symphiq-operational-category-card"]], hostVars: 1, hostBindings: function OperationalCategoryCardComponent_HostBindings(rf, ctx) { if (rf & 2) {
74278
74331
  i0.ɵɵattribute("data-animate-progress", true);
74279
- } }, inputs: { category: [1, "category"], viewMode: [1, "viewMode"] }, outputs: { categoryClick: "categoryClick" }, decls: 25, vars: 25, consts: [[1, "rounded-xl", "p-6", "transition-all", "duration-300", "group", "hover:scale-[1.02]", "active:scale-[0.98]", 3, "click", "ngClass"], [1, "flex", "items-start", "justify-between", "mb-4"], [1, "flex-1", "min-w-0", "mr-3"], [1, "text-lg", "font-bold", "mb-2", 3, "ngClass"], [1, "inline-flex", "items-center", "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "flex-col", "items-end", "gap-2"], [1, "px-4", "py-2", "rounded-lg", "text-center", "min-w-[60px]", 3, "ngClass"], [1, "text-2xl", "font-bold"], [1, "text-xs", "font-medium", "opacity-90"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden", "min-h-0"], [1, "transition-opacity", "duration-300"], [1, "mb-4"], [1, "flex", "flex-wrap", "gap-2", "mb-4", "px-1", "-mx-1"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", "animate-pulse", 3, "ngClass"], [1, "flex", "items-center", "justify-between", "pt-3", "border-t", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "flex", "items-center", "justify-between", "text-xs", "mb-1.5"], [3, "ngClass"], [1, "font-bold", 3, "ngClass"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-1000", "ease-out", "rounded-full", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", 3, "click", "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"], ["size", "w-3.5 h-3.5", 1, "transform", "group-hover:translate-x-0.5", "transition-transform", 3, "icon"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", "animate-pulse", 3, "click", "ngClass"], ["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"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "flex", "items-center", "justify-between", "pt-3", "border-t", 3, "click", "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transform", "group-hover:translate-x-1", "transition-transform", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["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"]], template: function OperationalCategoryCardComponent_Template(rf, ctx) { if (rf & 1) {
74332
+ } }, inputs: { category: [1, "category"], viewMode: [1, "viewMode"] }, outputs: { categoryClick: "categoryClick" }, decls: 25, vars: 25, consts: [[1, "rounded-xl", "p-6", "transition-all", "duration-300", "group", "hover:scale-[1.02]", "active:scale-[0.98]", 3, "click", "ngClass"], [1, "flex", "items-start", "justify-between", "mb-4"], [1, "flex-1", "min-w-0", "mr-3"], [1, "text-lg", "font-bold", "mb-2", 3, "ngClass"], [1, "inline-flex", "items-center", "px-2.5", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "flex-col", "items-end", "gap-2"], [1, "px-4", "py-2", "rounded-lg", "text-center", "min-w-[60px]", 3, "ngClass"], [1, "text-2xl", "font-bold"], [1, "text-xs", "font-medium", "opacity-90"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden", "min-h-0"], [1, "transition-opacity", "duration-300"], [1, "mb-4"], [1, "flex", "flex-wrap", "gap-2", "mb-4", "px-1", "-mx-1"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", "animate-pulse-slow", 3, "ngClass"], [1, "flex", "items-center", "justify-between", "pt-3", "border-t", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "flex", "items-center", "justify-between", "text-xs", "mb-1.5"], [3, "ngClass"], [1, "font-bold", 3, "ngClass"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-1000", "ease-out", "rounded-full", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", 3, "click", "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"], ["size", "w-3.5 h-3.5", 1, "transform", "group-hover:translate-x-0.5", "transition-transform", 3, "icon"], [1, "flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-semibold", "cursor-pointer", "hover:scale-[1.03]", "transition-transform", "group", "animate-pulse-slow", 3, "click", "ngClass"], ["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"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "flex", "items-center", "justify-between", "pt-3", "border-t", 3, "click", "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transform", "group-hover:translate-x-1", "transition-transform", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["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"]], template: function OperationalCategoryCardComponent_Template(rf, ctx) { if (rf & 1) {
74280
74333
  i0.ɵɵelementStart(0, "div", 0);
74281
74334
  i0.ɵɵlistener("click", function OperationalCategoryCardComponent_Template_div_click_0_listener($event) { return ctx.onCardClick($event); });
74282
74335
  i0.ɵɵelementStart(1, "div", 1)(2, "div", 2)(3, "h3", 3);
@@ -74435,7 +74488,7 @@ class OperationalCategoryCardComponent {
74435
74488
  <div
74436
74489
  (click)="openGapsModal($event)"
74437
74490
  [ngClass]="gapChipClasses()"
74438
- class="flex items-center gap-1.5 px-3 py-1.5 rounded-lg text-xs font-semibold cursor-pointer hover:scale-[1.03] transition-transform group animate-pulse">
74491
+ class="flex items-center gap-1.5 px-3 py-1.5 rounded-lg text-xs font-semibold cursor-pointer hover:scale-[1.03] transition-transform group animate-pulse-slow">
74439
74492
  <svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
74440
74493
  <path 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"/>
74441
74494
  </svg>
@@ -84542,120 +84595,120 @@ class GapDetailModalContentComponent {
84542
84595
  standalone: true,
84543
84596
  imports: [CommonModule, RelatedGoalChipsComponent],
84544
84597
  changeDetection: ChangeDetectionStrategy.OnPush,
84545
- template: `
84546
- <div class="space-y-6">
84547
- <!-- Header -->
84548
- <div [ngClass]="headerClasses()" class="rounded-xl p-6 border">
84549
- <div class="flex items-start gap-3 mb-4">
84550
- <div class="flex-shrink-0">
84551
- <svg class="w-8 h-8 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84552
- <path 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"/>
84553
- </svg>
84554
- </div>
84555
- <div class="flex-1">
84556
- <div class="flex items-center gap-3 mb-2">
84557
- <h3 [ngClass]="titleClasses()" class="text-2xl font-bold">
84558
- {{ gap()?.capability }}
84559
- </h3>
84560
- @if (gap()?.severity) {
84561
- <span [ngClass]="severityBadgeClasses()" class="px-3 py-1 rounded-full text-xs font-bold">
84562
- {{ gap()?.severity }}
84563
- </span>
84564
- }
84565
- </div>
84566
- <span class="inline-block px-3 py-1 rounded-full text-xs font-semibold bg-orange-100 text-orange-800 dark:bg-orange-900/30 dark:text-orange-300">
84567
- Gap
84568
- </span>
84569
- </div>
84570
- </div>
84571
- </div>
84572
-
84573
- <!-- Description -->
84574
- @if (gap()?.description) {
84575
- <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84576
- <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84577
- <svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84578
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
84579
- </svg>
84580
- Description
84581
- </h4>
84582
- <p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
84583
- {{ gap()?.description }}
84584
- </p>
84585
- </div>
84586
- }
84587
-
84588
- <!-- Impact on Funnel -->
84589
- @if (gap()?.impactOnFunnel) {
84590
- <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84591
- <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84592
- <svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84593
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
84594
- </svg>
84595
- Impact on Funnel
84596
- </h4>
84597
- <p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
84598
- {{ gap()?.impactOnFunnel }}
84599
- </p>
84600
- </div>
84601
- }
84602
-
84603
- <!-- Linked Funnel Weaknesses -->
84604
- @if (gap()?.linkedFunnelWeaknessIds && (gap()?.linkedFunnelWeaknessIds?.length ?? 0) > 0) {
84605
- <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84606
- <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84607
- Related Funnel Weaknesses
84608
- </h4>
84609
- <div class="flex flex-wrap gap-2">
84610
- @for (weaknessId of gap()?.linkedFunnelWeaknessIds; track $index) {
84611
- <button
84612
- type="button"
84613
- (click)="openWeaknessDetail(weaknessId); $event.stopPropagation()"
84614
- [ngClass]="weaknessChipClasses()"
84615
- class="px-3 py-1.5 rounded-lg text-sm font-medium flex items-center gap-2 transition-all duration-200 hover:scale-105 hover:shadow-lg cursor-pointer group">
84616
- <span>{{ getWeaknessTitle(weaknessId) }}</span>
84617
- <svg class="w-4 h-4 transition-transform duration-200 group-hover:translate-x-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84618
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
84619
- </svg>
84620
- </button>
84621
- }
84622
- </div>
84623
- </div>
84624
- }
84625
-
84626
- <!-- Linked Goals -->
84627
- @if (gap()?.linkedGoalIds && (gap()?.linkedGoalIds?.length ?? 0) > 0) {
84628
- <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84629
- <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84630
- Related Goals
84631
- </h4>
84632
- <symphiq-related-goal-chips
84633
- [relatedGoalIds]="gap()?.linkedGoalIds ?? []"
84634
- [allGoals]="allGoals()"
84635
- [viewMode]="viewMode()"
84636
- />
84637
- </div>
84638
- }
84639
-
84640
- <!-- Supporting Answers -->
84641
- @if (gap()?.supportingAnswers && (gap()?.supportingAnswers?.length ?? 0) > 0) {
84642
- <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84643
- <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84644
- Supporting Evidence
84645
- </h4>
84646
- <div class="space-y-2">
84647
- @for (answer of gap()?.supportingAnswers; track $index) {
84648
- <div [ngClass]="answerItemClasses()" class="px-4 py-2 rounded-lg flex items-center gap-2">
84649
- <svg class="w-4 h-4 flex-shrink-0 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84650
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
84651
- </svg>
84652
- <span [ngClass]="answerTextClasses()" class="text-sm">{{ answer.answer || answer }}</span>
84653
- </div>
84654
- }
84655
- </div>
84656
- </div>
84657
- }
84658
- </div>
84598
+ template: `
84599
+ <div class="space-y-6">
84600
+ <!-- Header -->
84601
+ <div [ngClass]="headerClasses()" class="rounded-xl p-6 border">
84602
+ <div class="flex items-start gap-3 mb-4">
84603
+ <div class="flex-shrink-0">
84604
+ <svg class="w-8 h-8 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84605
+ <path 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"/>
84606
+ </svg>
84607
+ </div>
84608
+ <div class="flex-1">
84609
+ <div class="flex items-center gap-3 mb-2">
84610
+ <h3 [ngClass]="titleClasses()" class="text-2xl font-bold">
84611
+ {{ gap()?.capability }}
84612
+ </h3>
84613
+ @if (gap()?.severity) {
84614
+ <span [ngClass]="severityBadgeClasses()" class="px-3 py-1 rounded-full text-xs font-bold">
84615
+ {{ gap()?.severity }}
84616
+ </span>
84617
+ }
84618
+ </div>
84619
+ <span class="inline-block px-3 py-1 rounded-full text-xs font-semibold bg-orange-100 text-orange-800 dark:bg-orange-900/30 dark:text-orange-300">
84620
+ Gap
84621
+ </span>
84622
+ </div>
84623
+ </div>
84624
+ </div>
84625
+
84626
+ <!-- Description -->
84627
+ @if (gap()?.description) {
84628
+ <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84629
+ <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84630
+ <svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84631
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
84632
+ </svg>
84633
+ Description
84634
+ </h4>
84635
+ <p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
84636
+ {{ gap()?.description }}
84637
+ </p>
84638
+ </div>
84639
+ }
84640
+
84641
+ <!-- Impact on Funnel -->
84642
+ @if (gap()?.impactOnFunnel) {
84643
+ <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84644
+ <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84645
+ <svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84646
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
84647
+ </svg>
84648
+ Impact on Funnel
84649
+ </h4>
84650
+ <p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
84651
+ {{ gap()?.impactOnFunnel }}
84652
+ </p>
84653
+ </div>
84654
+ }
84655
+
84656
+ <!-- Linked Funnel Weaknesses -->
84657
+ @if (gap()?.linkedFunnelWeaknessIds && (gap()?.linkedFunnelWeaknessIds?.length ?? 0) > 0) {
84658
+ <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84659
+ <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84660
+ Related Funnel Weaknesses
84661
+ </h4>
84662
+ <div class="flex flex-wrap gap-2">
84663
+ @for (weaknessId of gap()?.linkedFunnelWeaknessIds; track $index) {
84664
+ <button
84665
+ type="button"
84666
+ (click)="openWeaknessDetail(weaknessId); $event.stopPropagation()"
84667
+ [ngClass]="weaknessChipClasses()"
84668
+ class="px-3 py-1.5 rounded-lg text-sm font-medium flex items-center gap-2 transition-all duration-200 hover:scale-105 hover:shadow-lg cursor-pointer group">
84669
+ <span>{{ getWeaknessTitle(weaknessId) }}</span>
84670
+ <svg class="w-4 h-4 transition-transform duration-200 group-hover:translate-x-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84671
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
84672
+ </svg>
84673
+ </button>
84674
+ }
84675
+ </div>
84676
+ </div>
84677
+ }
84678
+
84679
+ <!-- Linked Goals -->
84680
+ @if (gap()?.linkedGoalIds && (gap()?.linkedGoalIds?.length ?? 0) > 0) {
84681
+ <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84682
+ <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84683
+ Related Goals
84684
+ </h4>
84685
+ <symphiq-related-goal-chips
84686
+ [relatedGoalIds]="gap()?.linkedGoalIds ?? []"
84687
+ [allGoals]="allGoals()"
84688
+ [viewMode]="viewMode()"
84689
+ />
84690
+ </div>
84691
+ }
84692
+
84693
+ <!-- Supporting Answers -->
84694
+ @if (gap()?.supportingAnswers && (gap()?.supportingAnswers?.length ?? 0) > 0) {
84695
+ <div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
84696
+ <h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
84697
+ Supporting Evidence
84698
+ </h4>
84699
+ <div class="space-y-2">
84700
+ @for (answer of gap()?.supportingAnswers; track $index) {
84701
+ <div [ngClass]="answerItemClasses()" class="px-4 py-2 rounded-lg flex items-center gap-2">
84702
+ <svg class="w-4 h-4 flex-shrink-0 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
84703
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
84704
+ </svg>
84705
+ <span [ngClass]="answerTextClasses()" class="text-sm">{{ answer.answer || answer }}</span>
84706
+ </div>
84707
+ }
84708
+ </div>
84709
+ </div>
84710
+ }
84711
+ </div>
84659
84712
  `
84660
84713
  }]
84661
84714
  }], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allWeaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "allWeaknesses", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
@@ -92386,7 +92439,7 @@ const _c4 = a0 => [a0];
92386
92439
  const _forTrack0 = ($index, $item) => $item.id;
92387
92440
  function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
92388
92441
  const _r1 = i0.ɵɵgetCurrentView();
92389
- i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 26);
92442
+ i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 25);
92390
92443
  i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_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 SymphiqProfileAnalysisDashboardComponent_Conditional_6_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)); });
92391
92444
  i0.ɵɵelementEnd();
92392
92445
  } if (rf & 2) {
@@ -92413,12 +92466,32 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Te
92413
92466
  const ctx_r1 = i0.ɵɵnextContext(2);
92414
92467
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("metricName", (tmp_3_0 = ctx_r1.profileAnalysis()) == null ? null : tmp_3_0.profileAnalysisStructured == null ? null : tmp_3_0.profileAnalysisStructured.metricExecutiveSummary == null ? null : tmp_3_0.profileAnalysisStructured.metricExecutiveSummary.metric)("isOnboarded", ctx_r1.isOnboarded());
92415
92468
  } }
92469
+ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_4_Template(rf, ctx) { if (rf & 1) {
92470
+ i0.ɵɵelementStart(0, "div", 30)(1, "div", 31);
92471
+ i0.ɵɵelement(2, "symphiq-indeterminate-spinner", 32);
92472
+ i0.ɵɵelementStart(3, "div", 33)(4, "h3", 34);
92473
+ i0.ɵɵtext(5, " Loading Your Shop Profile Analysis ");
92474
+ i0.ɵɵelementEnd();
92475
+ i0.ɵɵelementStart(6, "p", 35);
92476
+ i0.ɵɵtext(7, " Please wait while we prepare your personalized insights... ");
92477
+ i0.ɵɵelementEnd()()()();
92478
+ } if (rf & 2) {
92479
+ const ctx_r1 = i0.ɵɵnextContext(2);
92480
+ i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/80 border-slate-200" : "bg-slate-800/80 border-slate-700");
92481
+ i0.ɵɵadvance(2);
92482
+ i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
92483
+ i0.ɵɵadvance(2);
92484
+ i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
92485
+ i0.ɵɵadvance(2);
92486
+ i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600" : "text-slate-400");
92487
+ } }
92416
92488
  function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
92417
- i0.ɵɵelementStart(0, "div", 8);
92489
+ i0.ɵɵelementStart(0, "div", 26);
92418
92490
  i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner", 27);
92419
92491
  i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner", 28);
92420
92492
  i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner", 29);
92421
92493
  i0.ɵɵelementEnd();
92494
+ i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_4_Template, 8, 4, "div", 30);
92422
92495
  } if (rf & 2) {
92423
92496
  const ctx_r1 = i0.ɵɵnextContext();
92424
92497
  i0.ɵɵadvance();
@@ -92427,10 +92500,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx
92427
92500
  i0.ɵɵconditional(ctx_r1.isFocusAreaAnalysis() ? 2 : -1);
92428
92501
  i0.ɵɵadvance();
92429
92502
  i0.ɵɵconditional(ctx_r1.isMetricAnalysis() ? 3 : -1);
92503
+ i0.ɵɵadvance();
92504
+ i0.ɵɵconditional(ctx_r1.isLoading() ? 4 : -1);
92430
92505
  } }
92431
92506
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template(rf, ctx) { if (rf & 1) {
92432
92507
  const _r3 = i0.ɵɵgetCurrentView();
92433
- i0.ɵɵelementStart(0, "div", 30)(1, "symphiq-shop-profile-status-card", 31, 0);
92508
+ i0.ɵɵelementStart(0, "div", 36)(1, "symphiq-shop-profile-status-card", 37, 0);
92434
92509
  i0.ɵɵlistener("startCategoryQuestions", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_startCategoryQuestions_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleStartCategoryQuestions($event)); })("answerSave", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_answerSave_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleProfileQuestionAnswerSave($event)); })("adminAnswerAction", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_adminAnswerAction_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.shopProfileAdminAnswerAction.emit($event)); });
92435
92510
  i0.ɵɵelementEnd()();
92436
92511
  } if (rf & 2) {
@@ -92439,8 +92514,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Te
92439
92514
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("questions", ctx_r1.profileShopQuestions() || i0.ɵɵpureFunction0(8, _c1))("profileAnswers", ctx_r1.profileAnswers() || i0.ɵɵpureFunction0(9, _c1))("profileAnswerHistories", ctx_r1.profileAnswerHistories() || i0.ɵɵpureFunction0(10, _c1))("users", ctx_r1.users() || i0.ɵɵpureFunction0(11, _c1))("currentUser", ctx_r1.currentUser());
92440
92515
  } }
92441
92516
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
92442
- i0.ɵɵelementStart(0, "div", 32);
92443
- i0.ɵɵelement(1, "symphiq-content-generation-progress", 34);
92517
+ i0.ɵɵelementStart(0, "div", 38);
92518
+ i0.ɵɵelement(1, "symphiq-content-generation-progress", 40);
92444
92519
  i0.ɵɵelementEnd();
92445
92520
  } if (rf & 2) {
92446
92521
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -92449,8 +92524,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92449
92524
  i0.ɵɵproperty("itemStatus", ctx_r1.itemStatusProfileShop())("viewMode", ctx_r1.viewMode());
92450
92525
  } }
92451
92526
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92452
- i0.ɵɵelementStart(0, "div", 32);
92453
- i0.ɵɵelement(1, "symphiq-content-generation-progress", 35);
92527
+ i0.ɵɵelementStart(0, "div", 38);
92528
+ i0.ɵɵelement(1, "symphiq-content-generation-progress", 41);
92454
92529
  i0.ɵɵelementEnd();
92455
92530
  } if (rf & 2) {
92456
92531
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -92460,7 +92535,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92460
92535
  } }
92461
92536
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92462
92537
  const _r4 = i0.ɵɵgetCurrentView();
92463
- i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 36);
92538
+ i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 42);
92464
92539
  i0.ɵɵlistener("viewMoreClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template_symphiq_strategic_goals_tiled_grid_viewMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.openGoalModal($event)); });
92465
92540
  i0.ɵɵelementEnd();
92466
92541
  } if (rf & 2) {
@@ -92468,14 +92543,14 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92468
92543
  i0.ɵɵproperty("goals", ctx_r1.strategicRoadmapGoals())("viewMode", ctx_r1.viewMode());
92469
92544
  } }
92470
92545
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92471
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div", 32)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template, 2, 4, "div", 32)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 33);
92546
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div", 38)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template, 2, 4, "div", 38)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 39);
92472
92547
  } if (rf & 2) {
92473
92548
  const ctx_r1 = i0.ɵɵnextContext(3);
92474
92549
  i0.ɵɵconditional(ctx_r1.isProfileShopGenerating() && !ctx_r1.isFocusAreaAnalysis() && !ctx_r1.isMetricAnalysis() ? 0 : ctx_r1.isProfileAnalysisGenerating() ? 1 : 2);
92475
92550
  } }
92476
92551
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
92477
- i0.ɵɵelementStart(0, "div", 30);
92478
- i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 40);
92552
+ i0.ɵɵelementStart(0, "div", 36);
92553
+ i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 46);
92479
92554
  i0.ɵɵelementEnd();
92480
92555
  } if (rf & 2) {
92481
92556
  const ctx_r1 = i0.ɵɵnextContext(5);
@@ -92484,8 +92559,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92484
92559
  } }
92485
92560
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
92486
92561
  const _r5 = i0.ɵɵgetCurrentView();
92487
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div", 30);
92488
- i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card", 39);
92562
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div", 36);
92563
+ i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card", 45);
92489
92564
  i0.ɵɵlistener("currencySelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template_symphiq_billing_currency_selector_card_currencySelected_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleCurrencyChange($event)); });
92490
92565
  i0.ɵɵelementEnd();
92491
92566
  } if (rf & 2) {
@@ -92497,7 +92572,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92497
92572
  } }
92498
92573
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92499
92574
  const _r6 = i0.ɵɵgetCurrentView();
92500
- i0.ɵɵelementStart(0, "div", 37)(1, "symphiq-plan-selection-container", 41);
92575
+ i0.ɵɵelementStart(0, "div", 43)(1, "symphiq-plan-selection-container", 47);
92501
92576
  i0.ɵɵlistener("periodUnitChanged", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_periodUnitChanged_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handlePeriodUnitChange($event)); })("planSelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_planSelected_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handlePlanSelection($event)); })("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_editCurrency_1_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); })("checkout", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_checkout_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.checkoutPlanClick.emit($event)); });
92502
92577
  i0.ɵɵelementEnd()();
92503
92578
  } if (rf & 2) {
@@ -92508,7 +92583,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92508
92583
  } }
92509
92584
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92510
92585
  const _r7 = i0.ɵɵgetCurrentView();
92511
- i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 42);
92586
+ i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 48);
92512
92587
  i0.ɵɵlistener("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template_symphiq_plan_selection_placeholder_card_editCurrency_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); });
92513
92588
  i0.ɵɵelementEnd();
92514
92589
  } if (rf & 2) {
@@ -92517,13 +92592,13 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
92517
92592
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selectedCurrency", ((tmp_5_0 = ctx_r1.account()) == null ? null : tmp_5_0.billingCurrencyCode) || ctx_r1.CurrencyCodeEnum.USD);
92518
92593
  } }
92519
92594
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92520
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template, 2, 5, "div", 37)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 38);
92595
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template, 2, 5, "div", 43)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 44);
92521
92596
  } if (rf & 2) {
92522
92597
  const ctx_r1 = i0.ɵɵnextContext(3);
92523
92598
  i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() || ctx_r1.isEditingCurrency() ? 0 : ctx_r1.showPlanSelection() ? 1 : 2);
92524
92599
  } }
92525
92600
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92526
- i0.ɵɵelementStart(0, "div", 30);
92601
+ i0.ɵɵelementStart(0, "div", 36);
92527
92602
  i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template, 3, 1)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template, 3, 1);
92528
92603
  i0.ɵɵelementEnd();
92529
92604
  } if (rf & 2) {
@@ -92533,7 +92608,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Te
92533
92608
  } }
92534
92609
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92535
92610
  i0.ɵɵelementStart(0, "div");
92536
- i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 43);
92611
+ i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 49);
92537
92612
  i0.ɵɵelementEnd();
92538
92613
  } if (rf & 2) {
92539
92614
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -92541,8 +92616,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Te
92541
92616
  i0.ɵɵproperty("sections", ctx_r1.nonStrategicSections())("viewMode", ctx_r1.viewMode())("executiveSummary", ctx_r1.executiveSummary())("focusAreaExecutiveSummary", ctx_r1.focusAreaExecutiveSummary())("metricExecutiveSummary", ctx_r1.metricExecutiveSummary())("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
92542
92617
  } }
92543
92618
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
92544
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 12, "div", 30);
92545
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div", 30);
92619
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 12, "div", 36);
92620
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div", 36);
92546
92621
  i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 2, 11, "div");
92547
92622
  } if (rf & 2) {
92548
92623
  const ctx_r1 = i0.ɵɵnextContext();
@@ -92553,15 +92628,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx
92553
92628
  i0.ɵɵconditional(ctx_r1.nonStrategicSections().length > 0 ? 2 : -1);
92554
92629
  } }
92555
92630
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
92556
- i0.ɵɵelement(0, "symphiq-grade-badge", 54);
92631
+ i0.ɵɵelement(0, "symphiq-grade-badge", 60);
92557
92632
  } if (rf & 2) {
92558
92633
  const summary_r9 = i0.ɵɵnextContext();
92559
92634
  const ctx_r1 = i0.ɵɵnextContext(2);
92560
92635
  i0.ɵɵproperty("grade", summary_r9.overallGrade)("gradeRationale", summary_r9.gradeRationale || "")("viewMode", ctx_r1.viewMode());
92561
92636
  } }
92562
92637
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
92563
- i0.ɵɵelementStart(0, "div", 67);
92564
- i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 70);
92638
+ i0.ɵɵelementStart(0, "div", 73);
92639
+ i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 76);
92565
92640
  i0.ɵɵelementEnd();
92566
92641
  } if (rf & 2) {
92567
92642
  const summary_r9 = i0.ɵɵnextContext(2);
@@ -92570,15 +92645,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
92570
92645
  i0.ɵɵproperty("visual", summary_r9.napkinVisual)("viewMode", ctx_r1.viewMode());
92571
92646
  } }
92572
92647
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
92573
- i0.ɵɵelementStart(0, "div", 55)(1, "h3", 65);
92648
+ i0.ɵɵelementStart(0, "div", 61)(1, "h3", 71);
92574
92649
  i0.ɵɵtext(2, " Analysis Narrative ");
92575
92650
  i0.ɵɵelementEnd();
92576
- i0.ɵɵelementStart(3, "div", 66);
92577
- i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 67);
92578
- i0.ɵɵelementStart(5, "p", 68);
92651
+ i0.ɵɵelementStart(3, "div", 72);
92652
+ i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 73);
92653
+ i0.ɵɵelementStart(5, "p", 74);
92579
92654
  i0.ɵɵtext(6);
92580
92655
  i0.ɵɵelementEnd();
92581
- i0.ɵɵelement(7, "div", 69);
92656
+ i0.ɵɵelement(7, "div", 75);
92582
92657
  i0.ɵɵelementEnd()();
92583
92658
  } if (rf & 2) {
92584
92659
  const summary_r9 = i0.ɵɵnextContext();
@@ -92594,10 +92669,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
92594
92669
  i0.ɵɵtextInterpolate1(" ", summary_r9.narrative, " ");
92595
92670
  } }
92596
92671
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
92597
- i0.ɵɵelementStart(0, "div", 80);
92672
+ i0.ɵɵelementStart(0, "div", 86);
92598
92673
  i0.ɵɵnamespaceSVG();
92599
- i0.ɵɵelementStart(1, "svg", 82);
92600
- i0.ɵɵelement(2, "path", 83);
92674
+ i0.ɵɵelementStart(1, "svg", 88);
92675
+ i0.ɵɵelement(2, "path", 89);
92601
92676
  i0.ɵɵelementEnd();
92602
92677
  i0.ɵɵnamespaceHTML();
92603
92678
  i0.ɵɵelementStart(3, "span");
@@ -92611,10 +92686,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
92611
92686
  i0.ɵɵtextInterpolate(win_r10.estimatedTimeframe);
92612
92687
  } }
92613
92688
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
92614
- i0.ɵɵelementStart(0, "div", 81)(1, "h4", 84);
92689
+ i0.ɵɵelementStart(0, "div", 87)(1, "h4", 90);
92615
92690
  i0.ɵɵtext(2, " Related Goal ");
92616
92691
  i0.ɵɵelementEnd();
92617
- i0.ɵɵelement(3, "symphiq-related-goal-chips", 85);
92692
+ i0.ɵɵelement(3, "symphiq-related-goal-chips", 91);
92618
92693
  i0.ɵɵelementEnd();
92619
92694
  } if (rf & 2) {
92620
92695
  const win_r10 = i0.ɵɵnextContext().$implicit;
@@ -92625,20 +92700,20 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
92625
92700
  i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c4, win_r10.relatedGoalId))("allGoals", ctx_r1.allGoals())("viewMode", ctx_r1.viewMode());
92626
92701
  } }
92627
92702
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template(rf, ctx) { if (rf & 1) {
92628
- i0.ɵɵelementStart(0, "div", 73)(1, "div", 74)(2, "div", 75)(3, "span", 76);
92703
+ i0.ɵɵelementStart(0, "div", 79)(1, "div", 80)(2, "div", 81)(3, "span", 82);
92629
92704
  i0.ɵɵtext(4);
92630
92705
  i0.ɵɵelementEnd();
92631
- i0.ɵɵelementStart(5, "p", 77);
92706
+ i0.ɵɵelementStart(5, "p", 83);
92632
92707
  i0.ɵɵtext(6);
92633
92708
  i0.ɵɵelementEnd()();
92634
- i0.ɵɵelementStart(7, "div", 78)(8, "span", 79);
92709
+ i0.ɵɵelementStart(7, "div", 84)(8, "span", 85);
92635
92710
  i0.ɵɵtext(9);
92636
92711
  i0.ɵɵelementEnd();
92637
- i0.ɵɵelementStart(10, "span", 79);
92712
+ i0.ɵɵelementStart(10, "span", 85);
92638
92713
  i0.ɵɵtext(11);
92639
92714
  i0.ɵɵelementEnd()();
92640
- i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 80);
92641
- i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 81);
92715
+ i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 86);
92716
+ i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 87);
92642
92717
  i0.ɵɵelementEnd()();
92643
92718
  } if (rf & 2) {
92644
92719
  const win_r10 = ctx.$implicit;
@@ -92667,11 +92742,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
92667
92742
  i0.ɵɵconditional(win_r10.relatedGoalId ? 13 : -1);
92668
92743
  } }
92669
92744
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
92670
- i0.ɵɵelementStart(0, "div", 64)(1, "h3", 71);
92745
+ i0.ɵɵelementStart(0, "div", 70)(1, "h3", 77);
92671
92746
  i0.ɵɵtext(2, " Quick Wins ");
92672
92747
  i0.ɵɵelementEnd();
92673
- i0.ɵɵelementStart(3, "div", 72);
92674
- i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 73, i0.ɵɵrepeaterTrackByIndex);
92748
+ i0.ɵɵelementStart(3, "div", 78);
92749
+ i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 79, i0.ɵɵrepeaterTrackByIndex);
92675
92750
  i0.ɵɵelementEnd()();
92676
92751
  } if (rf & 2) {
92677
92752
  const summary_r9 = i0.ɵɵnextContext();
@@ -92683,55 +92758,55 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
92683
92758
  } }
92684
92759
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
92685
92760
  const _r8 = i0.ɵɵgetCurrentView();
92686
- i0.ɵɵelementStart(0, "section", 44)(1, "div", 48)(2, "div", 49)(3, "div", 50)(4, "div", 51)(5, "h2", 52);
92761
+ i0.ɵɵelementStart(0, "section", 50)(1, "div", 54)(2, "div", 55)(3, "div", 56)(4, "div", 57)(5, "h2", 58);
92687
92762
  i0.ɵɵtext(6, " Executive Summary ");
92688
92763
  i0.ɵɵelementEnd();
92689
- i0.ɵɵelementStart(7, "p", 53);
92764
+ i0.ɵɵelementStart(7, "p", 59);
92690
92765
  i0.ɵɵtext(8);
92691
92766
  i0.ɵɵelementEnd()();
92692
- i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 54);
92767
+ i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 60);
92693
92768
  i0.ɵɵelementEnd();
92694
- i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 55);
92695
- i0.ɵɵelementStart(11, "div", 56)(12, "button", 57);
92769
+ i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 61);
92770
+ i0.ɵɵelementStart(11, "div", 62)(12, "button", 63);
92696
92771
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_12_listener() { const summary_r9 = i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onKeyStrengthsClick(summary_r9)); });
92697
- i0.ɵɵelementStart(13, "div", 58);
92772
+ i0.ɵɵelementStart(13, "div", 64);
92698
92773
  i0.ɵɵtext(14, " Key Strengths ");
92699
92774
  i0.ɵɵelementEnd();
92700
- i0.ɵɵelementStart(15, "div", 59);
92775
+ i0.ɵɵelementStart(15, "div", 65);
92701
92776
  i0.ɵɵtext(16);
92702
92777
  i0.ɵɵelementEnd();
92703
- i0.ɵɵelementStart(17, "div", 60)(18, "span", 61);
92778
+ i0.ɵɵelementStart(17, "div", 66)(18, "span", 67);
92704
92779
  i0.ɵɵtext(19, "View Details");
92705
92780
  i0.ɵɵelementEnd();
92706
- i0.ɵɵelement(20, "symphiq-icon", 62);
92781
+ i0.ɵɵelement(20, "symphiq-icon", 68);
92707
92782
  i0.ɵɵelementEnd()();
92708
- i0.ɵɵelementStart(21, "button", 57);
92783
+ i0.ɵɵelementStart(21, "button", 63);
92709
92784
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_21_listener() { const summary_r9 = i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onCriticalGapsClick(summary_r9)); });
92710
- i0.ɵɵelementStart(22, "div", 58);
92785
+ i0.ɵɵelementStart(22, "div", 64);
92711
92786
  i0.ɵɵtext(23, " Critical Gaps ");
92712
92787
  i0.ɵɵelementEnd();
92713
- i0.ɵɵelementStart(24, "div", 59);
92788
+ i0.ɵɵelementStart(24, "div", 65);
92714
92789
  i0.ɵɵtext(25);
92715
92790
  i0.ɵɵelementEnd();
92716
- i0.ɵɵelementStart(26, "div", 60)(27, "span", 61);
92791
+ i0.ɵɵelementStart(26, "div", 66)(27, "span", 67);
92717
92792
  i0.ɵɵtext(28, "View Details");
92718
92793
  i0.ɵɵelementEnd();
92719
- i0.ɵɵelement(29, "symphiq-icon", 62);
92794
+ i0.ɵɵelement(29, "symphiq-icon", 68);
92720
92795
  i0.ɵɵelementEnd()();
92721
- i0.ɵɵelementStart(30, "button", 57);
92796
+ i0.ɵɵelementStart(30, "button", 63);
92722
92797
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollToQuickWins()); });
92723
- i0.ɵɵelementStart(31, "div", 58);
92798
+ i0.ɵɵelementStart(31, "div", 64);
92724
92799
  i0.ɵɵtext(32, " Quick Wins ");
92725
92800
  i0.ɵɵelementEnd();
92726
- i0.ɵɵelementStart(33, "div", 59);
92801
+ i0.ɵɵelementStart(33, "div", 65);
92727
92802
  i0.ɵɵtext(34);
92728
92803
  i0.ɵɵelementEnd();
92729
- i0.ɵɵelementStart(35, "div", 60)(36, "span", 61);
92804
+ i0.ɵɵelementStart(35, "div", 66)(36, "span", 67);
92730
92805
  i0.ɵɵtext(37, "Details Below");
92731
92806
  i0.ɵɵelementEnd();
92732
- i0.ɵɵelement(38, "symphiq-icon", 63);
92807
+ i0.ɵɵelement(38, "symphiq-icon", 69);
92733
92808
  i0.ɵɵelementEnd()()()()();
92734
- i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 64);
92809
+ i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 70);
92735
92810
  i0.ɵɵelementEnd();
92736
92811
  } if (rf & 2) {
92737
92812
  const summary_r9 = ctx;
@@ -92789,7 +92864,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
92789
92864
  } }
92790
92865
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92791
92866
  const _r12 = i0.ɵɵgetCurrentView();
92792
- i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 86);
92867
+ i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 92);
92793
92868
  i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handlePriorityDetailClick($event)); });
92794
92869
  i0.ɵɵelementEnd();
92795
92870
  } if (rf & 2) {
@@ -92798,7 +92873,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_T
92798
92873
  } }
92799
92874
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92800
92875
  const _r13 = i0.ɵɵgetCurrentView();
92801
- i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 87);
92876
+ i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 93);
92802
92877
  i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricPriorityDetailClick($event)); });
92803
92878
  i0.ɵɵelementEnd();
92804
92879
  } if (rf & 2) {
@@ -92806,21 +92881,21 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_T
92806
92881
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("summary", ctx)("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals());
92807
92882
  } }
92808
92883
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
92809
- i0.ɵɵelement(0, "symphiq-section-divider", 88);
92884
+ i0.ɵɵelement(0, "symphiq-section-divider", 94);
92810
92885
  } if (rf & 2) {
92811
92886
  const sectionList_r14 = i0.ɵɵnextContext();
92812
92887
  const ctx_r1 = i0.ɵɵnextContext(2);
92813
92888
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r14[0].icon);
92814
92889
  } }
92815
92890
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template(rf, ctx) { if (rf & 1) {
92816
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 88);
92891
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 94);
92817
92892
  } if (rf & 2) {
92818
92893
  const sectionList_r14 = ctx;
92819
92894
  i0.ɵɵconditional(sectionList_r14.length > 0 && sectionList_r14[0].icon ? 0 : -1);
92820
92895
  } }
92821
92896
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92822
- i0.ɵɵelementStart(0, "div", 91);
92823
- i0.ɵɵelement(1, "symphiq-icon", 95);
92897
+ i0.ɵɵelementStart(0, "div", 97);
92898
+ i0.ɵɵelement(1, "symphiq-icon", 101);
92824
92899
  i0.ɵɵelementEnd();
92825
92900
  } if (rf & 2) {
92826
92901
  const section_r15 = i0.ɵɵnextContext().$implicit;
@@ -92830,8 +92905,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
92830
92905
  i0.ɵɵproperty("icon", section_r15.icon);
92831
92906
  } }
92832
92907
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
92833
- i0.ɵɵelementStart(0, "div", 97);
92834
- i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 70);
92908
+ i0.ɵɵelementStart(0, "div", 103);
92909
+ i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 76);
92835
92910
  i0.ɵɵelementEnd();
92836
92911
  } if (rf & 2) {
92837
92912
  const section_r15 = i0.ɵɵnextContext(2).$implicit;
@@ -92840,7 +92915,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
92840
92915
  i0.ɵɵproperty("visual", section_r15.visual)("viewMode", ctx_r1.viewMode());
92841
92916
  } }
92842
92917
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
92843
- i0.ɵɵelementStart(0, "div", 99)(1, "p", 68);
92918
+ i0.ɵɵelementStart(0, "div", 105)(1, "p", 74);
92844
92919
  i0.ɵɵtext(2);
92845
92920
  i0.ɵɵelementEnd()();
92846
92921
  } if (rf & 2) {
@@ -92853,42 +92928,42 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
92853
92928
  i0.ɵɵtextInterpolate1(" ", section_r15.description, " ");
92854
92929
  } }
92855
92930
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
92856
- i0.ɵɵelementStart(0, "div", 96);
92857
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 97);
92858
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 98);
92931
+ i0.ɵɵelementStart(0, "div", 102);
92932
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 103);
92933
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 104);
92859
92934
  i0.ɵɵelementEnd();
92860
92935
  } if (rf & 2) {
92861
92936
  const ctx_r15 = i0.ɵɵnextContext();
92862
92937
  const section_r15 = ctx_r15.$implicit;
92863
- const ɵ$index_221_r17 = ctx_r15.$index;
92864
- i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_221_r17 % 2 === 0);
92938
+ const ɵ$index_236_r17 = ctx_r15.$index;
92939
+ i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_236_r17 % 2 === 0);
92865
92940
  i0.ɵɵadvance();
92866
92941
  i0.ɵɵconditional(section_r15.visual && section_r15.visual.enabled ? 1 : -1);
92867
92942
  i0.ɵɵadvance();
92868
92943
  i0.ɵɵconditional(section_r15.description ? 2 : -1);
92869
92944
  } }
92870
92945
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
92871
- i0.ɵɵelement(0, "symphiq-section-divider", 88);
92946
+ i0.ɵɵelement(0, "symphiq-section-divider", 94);
92872
92947
  } if (rf & 2) {
92873
- const ɵ$index_221_r17 = i0.ɵɵnextContext().$index;
92948
+ const ɵ$index_236_r17 = i0.ɵɵnextContext().$index;
92874
92949
  const sectionList_r18 = i0.ɵɵnextContext();
92875
92950
  const ctx_r1 = i0.ɵɵnextContext(2);
92876
- i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$index_221_r17 + 1].icon);
92951
+ i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$index_236_r17 + 1].icon);
92877
92952
  } }
92878
92953
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
92879
- i0.ɵɵelementStart(0, "div", 89)(1, "div", 90);
92880
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 91);
92881
- i0.ɵɵelementStart(3, "div", 51)(4, "h3", 92);
92954
+ i0.ɵɵelementStart(0, "div", 95)(1, "div", 96);
92955
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 97);
92956
+ i0.ɵɵelementStart(3, "div", 57)(4, "h3", 98);
92882
92957
  i0.ɵɵtext(5);
92883
92958
  i0.ɵɵelementEnd()()();
92884
- i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 93);
92885
- i0.ɵɵelement(7, "symphiq-profile-section-content", 94);
92959
+ i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 99);
92960
+ i0.ɵɵelement(7, "symphiq-profile-section-content", 100);
92886
92961
  i0.ɵɵelementEnd();
92887
- i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 88);
92962
+ i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 94);
92888
92963
  } if (rf & 2) {
92889
92964
  const section_r15 = ctx.$implicit;
92890
- const ɵ$index_221_r17 = ctx.$index;
92891
- const ɵ$count_221_r19 = ctx.$count;
92965
+ const ɵ$index_236_r17 = ctx.$index;
92966
+ const ɵ$count_236_r19 = ctx.$count;
92892
92967
  const ctx_r1 = i0.ɵɵnextContext(3);
92893
92968
  i0.ɵɵproperty("id", "section-" + section_r15.id)("ngClass", ctx_r1.getSectionCardClasses());
92894
92969
  i0.ɵɵadvance(2);
@@ -92900,12 +92975,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
92900
92975
  i0.ɵɵadvance();
92901
92976
  i0.ɵɵconditional(section_r15.description || section_r15.visual && section_r15.visual.enabled ? 6 : -1);
92902
92977
  i0.ɵɵadvance();
92903
- i0.ɵɵproperty("section", section_r15)("executiveSummary", section_r15.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_221_r17)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
92978
+ i0.ɵɵproperty("section", section_r15)("executiveSummary", section_r15.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_236_r17)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
92904
92979
  i0.ɵɵadvance();
92905
- i0.ɵɵconditional(!(ɵ$index_221_r17 === ɵ$count_221_r19 - 1) ? 8 : -1);
92980
+ i0.ɵɵconditional(!(ɵ$index_236_r17 === ɵ$count_236_r19 - 1) ? 8 : -1);
92906
92981
  } }
92907
92982
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
92908
- i0.ɵɵelementStart(0, "section", 47);
92983
+ i0.ɵɵelementStart(0, "section", 53);
92909
92984
  i0.ɵɵrepeaterCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template, 9, 16, null, null, _forTrack0);
92910
92985
  i0.ɵɵelementEnd();
92911
92986
  } if (rf & 2) {
@@ -92913,11 +92988,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_T
92913
92988
  i0.ɵɵrepeater(ctx);
92914
92989
  } }
92915
92990
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
92916
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 44);
92917
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 45);
92918
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 46);
92991
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 50);
92992
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 51);
92993
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 52);
92919
92994
  i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template, 1, 1);
92920
- i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 47);
92995
+ i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 53);
92921
92996
  } if (rf & 2) {
92922
92997
  let tmp_1_0;
92923
92998
  let tmp_2_0;
@@ -92936,65 +93011,65 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ct
92936
93011
  i0.ɵɵconditional((tmp_5_0 = ctx_r1.sections()) ? 4 : -1, tmp_5_0);
92937
93012
  } }
92938
93013
  function SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
92939
- i0.ɵɵelement(0, "symphiq-floating-toc", 9);
93014
+ i0.ɵɵelement(0, "symphiq-floating-toc", 8);
92940
93015
  } if (rf & 2) {
92941
93016
  const ctx_r1 = i0.ɵɵnextContext();
92942
93017
  i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
92943
93018
  } }
92944
93019
  function SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
92945
- i0.ɵɵelement(0, "symphiq-section-navigation", 9);
93020
+ i0.ɵɵelement(0, "symphiq-section-navigation", 8);
92946
93021
  } if (rf & 2) {
92947
93022
  const ctx_r1 = i0.ɵɵnextContext();
92948
93023
  i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
92949
93024
  } }
92950
93025
  function SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
92951
- i0.ɵɵelement(0, "symphiq-goal-card", 13);
93026
+ i0.ɵɵelement(0, "symphiq-goal-card", 12);
92952
93027
  } if (rf & 2) {
92953
93028
  const data_r20 = ctx;
92954
93029
  const ctx_r1 = i0.ɵɵnextContext();
92955
93030
  i0.ɵɵproperty("goal", data_r20.goal)("viewMode", data_r20.viewMode)("isInModal", true)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("currentModalState", ctx_r1.getCurrentModalState())("businessProfile", ctx_r1.profile());
92956
93031
  } }
92957
93032
  function SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
92958
- i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 14);
93033
+ i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 13);
92959
93034
  } if (rf & 2) {
92960
93035
  const data_r21 = ctx;
92961
93036
  i0.ɵɵproperty("goal", data_r21.goal)("viewMode", data_r21.viewMode);
92962
93037
  } }
92963
93038
  function SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
92964
- i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 15);
93039
+ i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 14);
92965
93040
  } if (rf & 2) {
92966
93041
  const data_r22 = ctx;
92967
93042
  i0.ɵɵproperty("objective", data_r22.objective)("goalTitle", data_r22.goalTitle)("viewMode", data_r22.viewMode);
92968
93043
  } }
92969
93044
  function SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
92970
- i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 16);
93045
+ i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 15);
92971
93046
  } if (rf & 2) {
92972
93047
  const data_r23 = ctx;
92973
93048
  const ctx_r1 = i0.ɵɵnextContext();
92974
93049
  i0.ɵɵproperty("strategy", data_r23.strategy)("objectiveTitle", data_r23.objectiveTitle)("goalTitle", data_r23.goalTitle)("viewMode", data_r23.viewMode)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("allBusinessInsights", ctx_r1.allBusinessInsights())("currentModalState", ctx_r1.getCurrentModalState());
92975
93050
  } }
92976
93051
  function SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
92977
- i0.ɵɵelement(0, "symphiq-category-detail-modal-content", 17);
93052
+ i0.ɵɵelement(0, "symphiq-category-detail-modal-content", 16);
92978
93053
  } if (rf & 2) {
92979
93054
  const data_r24 = ctx;
92980
93055
  i0.ɵɵproperty("category", data_r24.category)("viewMode", data_r24.viewMode)("scrollToSection", data_r24.scrollToSection);
92981
93056
  } }
92982
93057
  function SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
92983
- i0.ɵɵelement(0, "symphiq-strength-detail-modal-content", 18);
93058
+ i0.ɵɵelement(0, "symphiq-strength-detail-modal-content", 17);
92984
93059
  } if (rf & 2) {
92985
93060
  const data_r25 = ctx;
92986
93061
  const ctx_r1 = i0.ɵɵnextContext();
92987
93062
  i0.ɵɵproperty("strength", data_r25.strength)("viewMode", data_r25.viewMode)("allFunnelStrengths", ctx_r1.funnelStrengths())("currentModalState", ctx_r1.getCurrentModalState());
92988
93063
  } }
92989
93064
  function SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
92990
- i0.ɵɵelement(0, "symphiq-gap-detail-modal-content", 19);
93065
+ i0.ɵɵelement(0, "symphiq-gap-detail-modal-content", 18);
92991
93066
  } if (rf & 2) {
92992
93067
  const data_r26 = ctx;
92993
93068
  const ctx_r1 = i0.ɵɵnextContext();
92994
93069
  i0.ɵɵproperty("gap", data_r26.gap)("viewMode", data_r26.viewMode)("allGoals", ctx_r1.allGoals())("allWeaknesses", ctx_r1.funnelWeaknesses())("currentModalState", ctx_r1.getCurrentModalState());
92995
93070
  } }
92996
93071
  function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
92997
- i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content", 20);
93072
+ i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content", 19);
92998
93073
  } if (rf & 2) {
92999
93074
  const data_r27 = ctx;
93000
93075
  const ctx_r1 = i0.ɵɵnextContext();
@@ -93002,7 +93077,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ct
93002
93077
  } }
93003
93078
  function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
93004
93079
  const _r28 = i0.ɵɵgetCurrentView();
93005
- i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 100);
93080
+ i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 106);
93006
93081
  i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template_symphiq_sticky_subscription_continue_button_continueClick_0_listener() { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleStickyButtonClick()); });
93007
93082
  i0.ɵɵelementEnd();
93008
93083
  } if (rf & 2) {
@@ -93011,7 +93086,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ct
93011
93086
  } }
93012
93087
  function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
93013
93088
  const _r29 = i0.ɵɵgetCurrentView();
93014
- i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer", 101);
93089
+ i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer", 107);
93015
93090
  i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template_symphiq_shop_profile_sticky_footer_continueClick_0_listener() { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleShopProfileContinueClick()); });
93016
93091
  i0.ɵɵelementEnd();
93017
93092
  } if (rf & 2) {
@@ -93020,18 +93095,18 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ct
93020
93095
  } }
93021
93096
  function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
93022
93097
  const _r30 = i0.ɵɵgetCurrentView();
93023
- i0.ɵɵelementStart(0, "div", 25)(1, "div", 102)(2, "div", 103)(3, "button", 104);
93098
+ i0.ɵɵelementStart(0, "div", 24)(1, "div", 108)(2, "div", 109)(3, "button", 110);
93024
93099
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCancelCurrencyEdit()); });
93025
93100
  i0.ɵɵtext(4, " Cancel ");
93026
93101
  i0.ɵɵelementEnd();
93027
- i0.ɵɵelementStart(5, "button", 105);
93102
+ i0.ɵɵelementStart(5, "button", 111);
93028
93103
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleContinueToPlans()); });
93029
93104
  i0.ɵɵelementStart(6, "span");
93030
93105
  i0.ɵɵtext(7, "Continue to Plans");
93031
93106
  i0.ɵɵelementEnd();
93032
93107
  i0.ɵɵnamespaceSVG();
93033
- i0.ɵɵelementStart(8, "svg", 106);
93034
- i0.ɵɵelement(9, "path", 107);
93108
+ i0.ɵɵelementStart(8, "svg", 112);
93109
+ i0.ɵɵelement(9, "path", 113);
93035
93110
  i0.ɵɵelementEnd()()()()();
93036
93111
  } if (rf & 2) {
93037
93112
  const ctx_r1 = i0.ɵɵnextContext();
@@ -93997,7 +94072,7 @@ class SymphiqProfileAnalysisDashboardComponent {
93997
94072
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopProfileStatusCard = _t.first);
93998
94073
  } }, hostBindings: function SymphiqProfileAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
93999
94074
  i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onWindowScroll($event); }, i0.ɵɵresolveWindow);
94000
- } }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], analysisType: [1, "analysisType"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileShop: [1, "profileShop"], profileShopQuestions: [1, "profileShopQuestions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], itemStatusProfileShop: [1, "itemStatusProfileShop"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 52, consts: [["shopProfileStatusCard", ""], [1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls"], [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"], [1, "mb-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [3, "viewMode", "totalQuestions", "answeredQuestions"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "mb-8"], [3, "startCategoryQuestions", "answerSave", "adminAnswerAction", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "currentUser"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Shop Profile", "subtitle", "We're analyzing your data to create shop specific questions and answers. They will appear when ready.", 3, "itemStatus", "viewMode"], ["subtitle", "We're analyzing your data to create your personalized analysis. It will appear when ready.", 3, "itemStatus", "viewMode", "title"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "focusAreaExecutiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "summary", "allGoals"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], ["type", "button", 1, "p-4", "rounded-xl", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "group", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-3xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "text-xs", "font-medium"], [3, "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-x-1", 3, "icon", "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-y-1", "animate-bounce", 3, "icon", "ngClass"], ["id", "quick-wins-section", 1, "space-y-4", "scroll-mt-24"], [1, "text-lg", "font-semibold", "mb-3", 3, "ngClass"], [1, "relative"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[66%]"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [3, "visual", "viewMode"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-6"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "font-semibold", "leading-tight", "flex-1", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", 3, "ngClass"], [1, "space-y-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["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-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "sectionIcon"], [1, "rounded-xl", "p-8", "scroll-mt-24", 3, "id", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-6"], [1, "flex-shrink-0", "w-12", "h-12", "rounded-xl", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start", 3, "lg:flex-row-reverse"], [3, "section", "executiveSummary", "viewMode", "sectionIndex", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["size", "w-6 h-6", 3, "icon"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start"], [1, "w-full", "lg:w-2/3"], [1, "w-full", 3, "lg:w-1/3", "lg:w-full"], [1, "w-full"], [3, "continueClick", "viewMode", "isEnabled", "isLoading"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-4"], [1, "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "cursor-pointer", 3, "click", "ngClass"], [1, "flex-1", "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "flex", "items-center", "justify-center", "gap-3", "shadow-2xl", 3, "click", "disabled", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "transition-transform", "duration-200"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
94075
+ } }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], analysisType: [1, "analysisType"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileShop: [1, "profileShop"], profileShopQuestions: [1, "profileShopQuestions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], itemStatusProfileShop: [1, "itemStatusProfileShop"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 52, consts: [["shopProfileStatusCard", ""], [1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls"], [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, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [3, "viewMode", "totalQuestions", "answeredQuestions"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "mb-12"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "space-y-4"], ["size", "large", 3, "viewMode"], [1, "text-center"], [1, "text-lg", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "mb-8"], [3, "startCategoryQuestions", "answerSave", "adminAnswerAction", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "currentUser"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Shop Profile", "subtitle", "We're analyzing your data to create shop specific questions and answers. They will appear when ready.", 3, "itemStatus", "viewMode"], ["subtitle", "We're analyzing your data to create your personalized analysis. It will appear when ready.", 3, "itemStatus", "viewMode", "title"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "focusAreaExecutiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "summary", "allGoals"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], ["type", "button", 1, "p-4", "rounded-xl", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "group", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-3xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "text-xs", "font-medium"], [3, "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-x-1", 3, "icon", "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-y-1", "animate-bounce", 3, "icon", "ngClass"], ["id", "quick-wins-section", 1, "space-y-4", "scroll-mt-24"], [1, "text-lg", "font-semibold", "mb-3", 3, "ngClass"], [1, "relative"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[66%]"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [3, "visual", "viewMode"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-6"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "font-semibold", "leading-tight", "flex-1", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", 3, "ngClass"], [1, "space-y-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["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-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "sectionIcon"], [1, "rounded-xl", "p-8", "scroll-mt-24", 3, "id", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-6"], [1, "flex-shrink-0", "w-12", "h-12", "rounded-xl", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start", 3, "lg:flex-row-reverse"], [3, "section", "executiveSummary", "viewMode", "sectionIndex", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["size", "w-6 h-6", 3, "icon"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start"], [1, "w-full", "lg:w-2/3"], [1, "w-full", 3, "lg:w-1/3", "lg:w-full"], [1, "w-full"], [3, "continueClick", "viewMode", "isEnabled", "isLoading"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-4"], [1, "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "cursor-pointer", 3, "click", "ngClass"], [1, "flex-1", "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "flex", "items-center", "justify-center", "gap-3", "shadow-2xl", 3, "click", "disabled", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "transition-transform", "duration-200"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
94001
94076
  i0.ɵɵelementStart(0, "div", 1);
94002
94077
  i0.ɵɵelement(1, "div", 2);
94003
94078
  i0.ɵɵelementStart(2, "div");
@@ -94008,32 +94083,32 @@ class SymphiqProfileAnalysisDashboardComponent {
94008
94083
  i0.ɵɵelementEnd();
94009
94084
  i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template, 1, 5, "symphiq-journey-progress-indicator", 6);
94010
94085
  i0.ɵɵelementStart(7, "main", 7);
94011
- i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template, 4, 3, "div", 8);
94086
+ i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template, 5, 4);
94012
94087
  i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template, 3, 3);
94013
94088
  i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template, 5, 5);
94014
94089
  i0.ɵɵelementEnd();
94015
- i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc", 9);
94016
- i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation", 9);
94017
- i0.ɵɵelementStart(13, "symphiq-search-modal", 10);
94090
+ i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc", 8);
94091
+ i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation", 8);
94092
+ i0.ɵɵelementStart(13, "symphiq-search-modal", 9);
94018
94093
  i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_search_modal_close_13_listener() { return ctx.closeSearch(); });
94019
94094
  i0.ɵɵelementEnd();
94020
- i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal", 11);
94095
+ i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal", 10);
94021
94096
  i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_close_14_listener() { return ctx.closeViewModeSwitcher(); })("modeSelected", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_modeSelected_14_listener($event) { return ctx.handleDisplayModeChange($event); });
94022
94097
  i0.ɵɵelementEnd();
94023
- i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal", 12);
94024
- i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card", 13);
94025
- i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content", 14);
94026
- i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content", 15);
94027
- i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 16);
94028
- i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content", 17);
94029
- i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content", 18);
94030
- i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content", 19);
94031
- i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content", 20);
94098
+ i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal", 11);
94099
+ i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card", 12);
94100
+ i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content", 13);
94101
+ i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content", 14);
94102
+ i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 15);
94103
+ i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content", 16);
94104
+ i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content", 17);
94105
+ i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content", 18);
94106
+ i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content", 19);
94032
94107
  i0.ɵɵelementEnd();
94033
- i0.ɵɵelement(24, "symphiq-funnel-analysis-modal", 21)(25, "symphiq-business-analysis-modal", 22)(26, "symphiq-tooltip-container");
94034
- i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button", 23);
94035
- i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer", 24);
94036
- i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div", 25);
94108
+ i0.ɵɵelement(24, "symphiq-funnel-analysis-modal", 20)(25, "symphiq-business-analysis-modal", 21)(26, "symphiq-tooltip-container");
94109
+ i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button", 22);
94110
+ i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer", 23);
94111
+ i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div", 24);
94037
94112
  i0.ɵɵelementEnd()();
94038
94113
  } if (rf & 2) {
94039
94114
  let tmp_5_0;
@@ -94102,14 +94177,14 @@ class SymphiqProfileAnalysisDashboardComponent {
94102
94177
  i0.ɵɵconditional(ctx.shouldShowShopProfileStickyFooter() ? 28 : -1);
94103
94178
  i0.ɵɵadvance();
94104
94179
  i0.ɵɵconditional(ctx.isEditingCurrency() ? 29 : -1);
94105
- } }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent], encapsulation: 2, changeDetection: 0 }); }
94180
+ } }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, IndeterminateSpinnerComponent], encapsulation: 2, changeDetection: 0 }); }
94106
94181
  }
94107
94182
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileAnalysisDashboardComponent, [{
94108
94183
  type: Component,
94109
94184
  args: [{
94110
94185
  selector: 'symphiq-profile-analysis-dashboard',
94111
94186
  standalone: true,
94112
- imports: [CommonModule, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent],
94187
+ imports: [CommonModule, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, IndeterminateSpinnerComponent],
94113
94188
  changeDetection: ChangeDetectionStrategy.OnPush,
94114
94189
  template: `
94115
94190
  <div [ngClass]="getContainerClasses()" class="min-h-screen relative">
@@ -94185,6 +94260,24 @@ class SymphiqProfileAnalysisDashboardComponent {
94185
94260
  />
94186
94261
  }
94187
94262
  </div>
94263
+
94264
+ <!-- Loading Card -->
94265
+ @if (isLoading()) {
94266
+ <div [ngClass]="isLightMode() ? 'bg-white/80 border-slate-200' : 'bg-slate-800/80 border-slate-700'"
94267
+ class="rounded-2xl border shadow-lg p-8 backdrop-blur-sm">
94268
+ <div class="flex flex-col items-center justify-center space-y-4">
94269
+ <symphiq-indeterminate-spinner [viewMode]="viewMode()" size="large" />
94270
+ <div class="text-center">
94271
+ <h3 [ngClass]="isLightMode() ? 'text-slate-900' : 'text-white'" class="text-lg font-semibold mb-1">
94272
+ Loading Your Shop Profile Analysis
94273
+ </h3>
94274
+ <p [ngClass]="isLightMode() ? 'text-slate-600' : 'text-slate-400'" class="text-sm">
94275
+ Please wait while we prepare your personalized insights...
94276
+ </p>
94277
+ </div>
94278
+ </div>
94279
+ </div>
94280
+ }
94188
94281
  }
94189
94282
 
94190
94283
  <!-- Simplified View Content -->
@@ -94787,7 +94880,7 @@ class SymphiqProfileAnalysisDashboardComponent {
94787
94880
  type: HostListener,
94788
94881
  args: ['window:scroll', ['$event']]
94789
94882
  }] }); })();
94790
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 791 }); })();
94883
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 810 }); })();
94791
94884
 
94792
94885
  class ScrollProgressBarComponent {
94793
94886
  constructor() {