@eric-emg/symphiq-components 1.2.538 → 1.2.540

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.
@@ -175,11 +175,14 @@ class ModalService {
175
175
  this.modalState.next(newState);
176
176
  }
177
177
  openMetricModal(metric, charts = [], previousState, expandedSection) {
178
+ console.log('[ModalService.openMetricModal] Called with metric:', metric);
178
179
  const prevStack = previousState?.navigationStack || [];
179
180
  const navigationStack = previousState ? [...prevStack, previousState] : [];
180
181
  const openedFromMainBody = !previousState;
181
182
  const newState = { type: 'metric', data: metric, charts, previousState: previousState || null, expandedSection, navigationStack, openedFromMainBody };
183
+ console.log('[ModalService.openMetricModal] Setting modal state:', newState);
182
184
  this.modalState.next(newState);
185
+ console.log('[ModalService.openMetricModal] Modal state after next:', this.modalState.value);
183
186
  }
184
187
  openChartModal(chart, previousState) {
185
188
  const navigationStack = previousState ? [...(previousState.navigationStack || []), previousState] : [];
@@ -15437,25 +15440,25 @@ class RecommendationCardComponent {
15437
15440
  }], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], recommendation: [{ type: i0.Input, args: [{ isSignal: true, alias: "recommendation", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], forceExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "forceExpanded", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], showNavigationChevron: [{ type: i0.Input, args: [{ isSignal: true, alias: "showNavigationChevron", required: false }] }], fromProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "fromProfileAnalysis", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], goalTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalTitle", required: false }] }], objectiveTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "objectiveTitle", required: false }] }], strategyTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "strategyTitle", required: false }] }], cardNavigate: [{ type: i0.Output, args: ["cardNavigate"] }] }); })();
15438
15441
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationCardComponent, { className: "RecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/recommendation-card.component.ts", lineNumber: 310 }); })();
15439
15442
 
15440
- const ModalComponent_Conditional_0_Conditional_17_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
15441
- const ModalComponent_Conditional_0_Conditional_17_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
15442
- const ModalComponent_Conditional_0_Conditional_17_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
15443
- const ModalComponent_Conditional_0_Conditional_17_Conditional_7_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
15443
+ const ModalComponent_Conditional_0_Conditional_16_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
15444
+ const ModalComponent_Conditional_0_Conditional_16_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
15445
+ const ModalComponent_Conditional_0_Conditional_16_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
15446
+ const ModalComponent_Conditional_0_Conditional_16_Conditional_7_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
15444
15447
  const _forTrack0$Z = ($index, $item) => $item.id || $index;
15445
- function ModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
15448
+ function ModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
15446
15449
  const _r3 = i0.ɵɵgetCurrentView();
15447
- i0.ɵɵelementStart(0, "button", 12);
15448
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_7_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.goBack()); });
15450
+ i0.ɵɵelementStart(0, "button", 11);
15451
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_6_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.goBack()); });
15449
15452
  i0.ɵɵnamespaceSVG();
15450
- i0.ɵɵelementStart(1, "svg", 13);
15451
- i0.ɵɵelement(2, "path", 30);
15453
+ i0.ɵɵelementStart(1, "svg", 12);
15454
+ i0.ɵɵelement(2, "path", 29);
15452
15455
  i0.ɵɵelementEnd()();
15453
15456
  } if (rf & 2) {
15454
15457
  const ctx_r1 = i0.ɵɵnextContext(2);
15455
15458
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600 hover:text-slate-900 hover:bg-slate-100" : "text-slate-400 hover:text-white hover:bg-slate-700");
15456
15459
  } }
15457
- function ModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
15458
- i0.ɵɵelementStart(0, "div", 31);
15460
+ function ModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
15461
+ i0.ɵɵelementStart(0, "div", 30);
15459
15462
  i0.ɵɵtext(1);
15460
15463
  i0.ɵɵelementEnd();
15461
15464
  } if (rf & 2) {
@@ -15465,18 +15468,18 @@ function ModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf &
15465
15468
  i0.ɵɵadvance();
15466
15469
  i0.ɵɵtextInterpolate1(" P", ctx_r1.modalHeaderPriorityBadge(), " ");
15467
15470
  } }
15468
- function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
15469
- i0.ɵɵelementStart(0, "span", 32);
15471
+ function ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
15472
+ i0.ɵɵelementStart(0, "span", 31);
15470
15473
  i0.ɵɵtext(1, ">");
15471
15474
  i0.ɵɵelementEnd();
15472
15475
  } if (rf & 2) {
15473
15476
  const ctx_r1 = i0.ɵɵnextContext(4);
15474
15477
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400" : "text-slate-500");
15475
15478
  } }
15476
- function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15479
+ function ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15477
15480
  const _r4 = i0.ɵɵgetCurrentView();
15478
- i0.ɵɵelementStart(0, "button", 35);
15479
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const breadcrumb_r5 = i0.ɵɵnextContext().$implicit; return i0.ɵɵresetView(breadcrumb_r5.onClick()); });
15481
+ i0.ɵɵelementStart(0, "button", 34);
15482
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_1_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const breadcrumb_r5 = i0.ɵɵnextContext().$implicit; return i0.ɵɵresetView(breadcrumb_r5.onClick()); });
15480
15483
  i0.ɵɵtext(1);
15481
15484
  i0.ɵɵelementEnd();
15482
15485
  } if (rf & 2) {
@@ -15486,8 +15489,8 @@ function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_1_Template
15486
15489
  i0.ɵɵadvance();
15487
15490
  i0.ɵɵtextInterpolate1(" ", breadcrumb_r5.label, " ");
15488
15491
  } }
15489
- function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
15490
- i0.ɵɵelementStart(0, "span", 34);
15492
+ function ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
15493
+ i0.ɵɵelementStart(0, "span", 33);
15491
15494
  i0.ɵɵtext(1);
15492
15495
  i0.ɵɵelementEnd();
15493
15496
  } if (rf & 2) {
@@ -15497,9 +15500,9 @@ function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template
15497
15500
  i0.ɵɵadvance();
15498
15501
  i0.ɵɵtextInterpolate1(" ", breadcrumb_r5.label, " ");
15499
15502
  } }
15500
- function ModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
15501
- i0.ɵɵconditionalCreate(0, ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_0_Template, 2, 1, "span", 32);
15502
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_1_Template, 2, 2, "button", 33)(2, ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template, 2, 2, "span", 34);
15503
+ function ModalComponent_Conditional_0_Conditional_8_For_2_Template(rf, ctx) { if (rf & 1) {
15504
+ i0.ɵɵconditionalCreate(0, ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_0_Template, 2, 1, "span", 31);
15505
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_1_Template, 2, 2, "button", 32)(2, ModalComponent_Conditional_0_Conditional_8_For_2_Conditional_2_Template, 2, 2, "span", 33);
15503
15506
  } if (rf & 2) {
15504
15507
  const breadcrumb_r5 = ctx.$implicit;
15505
15508
  const $index_r6 = ctx.$index;
@@ -15507,17 +15510,17 @@ function ModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if
15507
15510
  i0.ɵɵadvance();
15508
15511
  i0.ɵɵconditional(breadcrumb_r5.clickable ? 1 : 2);
15509
15512
  } }
15510
- function ModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
15511
- i0.ɵɵelementStart(0, "div", 10);
15512
- i0.ɵɵrepeaterCreate(1, ModalComponent_Conditional_0_Conditional_9_For_2_Template, 3, 2, null, null, i0.ɵɵrepeaterTrackByIndex);
15513
+ function ModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
15514
+ i0.ɵɵelementStart(0, "div", 9);
15515
+ i0.ɵɵrepeaterCreate(1, ModalComponent_Conditional_0_Conditional_8_For_2_Template, 3, 2, null, null, i0.ɵɵrepeaterTrackByIndex);
15513
15516
  i0.ɵɵelementEnd();
15514
15517
  } if (rf & 2) {
15515
15518
  const ctx_r1 = i0.ɵɵnextContext(2);
15516
15519
  i0.ɵɵadvance();
15517
15520
  i0.ɵɵrepeater(ctx_r1.breadcrumbs());
15518
15521
  } }
15519
- function ModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
15520
- i0.ɵɵelementStart(0, "h3", 11);
15522
+ function ModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
15523
+ i0.ɵɵelementStart(0, "h3", 10);
15521
15524
  i0.ɵɵtext(1);
15522
15525
  i0.ɵɵelementEnd();
15523
15526
  } if (rf & 2) {
@@ -15526,107 +15529,107 @@ function ModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf
15526
15529
  i0.ɵɵadvance();
15527
15530
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
15528
15531
  } }
15529
- function ModalComponent_Conditional_0_Conditional_15_Template(rf, ctx) { if (rf & 1) {
15530
- i0.ɵɵelement(0, "symphiq-funnel-analysis-insight-card", 16);
15532
+ function ModalComponent_Conditional_0_Conditional_14_Template(rf, ctx) { if (rf & 1) {
15533
+ i0.ɵɵelement(0, "symphiq-funnel-analysis-insight-card", 15);
15531
15534
  } if (rf & 2) {
15532
15535
  const ctx_r1 = i0.ɵɵnextContext(2);
15533
15536
  i0.ɵɵproperty("insight", ctx_r1.insightData())("allMetrics", ctx_r1.computedAllMetrics())("charts", ctx_r1.charts())("allCharts", ctx_r1.computedAllCharts())("allBusinessInsights", ctx_r1.allBusinessInsights())("isLightMode", ctx_r1.isLightMode())("isInModal", true)("currencySymbol", ctx_r1.currencySymbol())("currentModalState", ctx_r1.currentModalState());
15534
15537
  } }
15535
- function ModalComponent_Conditional_0_Conditional_16_Template(rf, ctx) { if (rf & 1) {
15536
- i0.ɵɵelement(0, "symphiq-funnel-analysis-metric-card", 17);
15538
+ function ModalComponent_Conditional_0_Conditional_15_Template(rf, ctx) { if (rf & 1) {
15539
+ i0.ɵɵelement(0, "symphiq-funnel-analysis-metric-card", 16);
15537
15540
  } if (rf & 2) {
15538
15541
  const ctx_r1 = i0.ɵɵnextContext(2);
15539
15542
  i0.ɵɵproperty("metric", ctx_r1.metricData())("insights", ctx_r1.computedAllInsights())("charts", ctx_r1.charts())("allCharts", ctx_r1.computedAllCharts())("isLightMode", ctx_r1.isLightMode())("isInModal", true)("currencySymbol", ctx_r1.currencySymbol())("currentModalState", ctx_r1.currentModalState())("initialExpandedSection", ctx_r1.expandedSection());
15540
15543
  } }
15541
- function ModalComponent_Conditional_0_Conditional_17_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
15542
- i0.ɵɵelement(0, "symphiq-line-chart", 38);
15544
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
15545
+ i0.ɵɵelement(0, "symphiq-line-chart", 37);
15543
15546
  } if (rf & 2) {
15544
15547
  const ctx_r1 = i0.ɵɵnextContext(4);
15545
15548
  i0.ɵɵproperty("chart", ctx_r1.chartLineData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15546
15549
  } }
15547
- function ModalComponent_Conditional_0_Conditional_17_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15548
- i0.ɵɵelementStart(0, "div", 39);
15549
- i0.ɵɵelement(1, "div", 40);
15550
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15551
+ i0.ɵɵelementStart(0, "div", 38);
15552
+ i0.ɵɵelement(1, "div", 39);
15550
15553
  i0.ɵɵelementEnd();
15551
15554
  } if (rf & 2) {
15552
15555
  const ctx_r1 = i0.ɵɵnextContext(4);
15553
15556
  i0.ɵɵadvance();
15554
15557
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
15555
15558
  } }
15556
- function ModalComponent_Conditional_0_Conditional_17_Conditional_4_Template(rf, ctx) { if (rf & 1) {
15557
- i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_17_Conditional_4_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_17_Conditional_4_DeferPlaceholder_1_Template, 2, 1);
15558
- i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_17_Conditional_4_Defer_2_DepsFn, null, 1);
15559
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_4_Template(rf, ctx) { if (rf & 1) {
15560
+ i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_16_Conditional_4_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_16_Conditional_4_DeferPlaceholder_1_Template, 2, 1);
15561
+ i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_16_Conditional_4_Defer_2_DepsFn, null, 1);
15559
15562
  i0.ɵɵdeferOnIdle();
15560
15563
  } }
15561
- function ModalComponent_Conditional_0_Conditional_17_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
15562
- i0.ɵɵelement(0, "symphiq-bar-chart", 38);
15564
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
15565
+ i0.ɵɵelement(0, "symphiq-bar-chart", 37);
15563
15566
  } if (rf & 2) {
15564
15567
  const ctx_r1 = i0.ɵɵnextContext(4);
15565
15568
  i0.ɵɵproperty("chart", ctx_r1.chartBarData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15566
15569
  } }
15567
- function ModalComponent_Conditional_0_Conditional_17_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15568
- i0.ɵɵelementStart(0, "div", 39);
15569
- i0.ɵɵelement(1, "div", 40);
15570
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15571
+ i0.ɵɵelementStart(0, "div", 38);
15572
+ i0.ɵɵelement(1, "div", 39);
15570
15573
  i0.ɵɵelementEnd();
15571
15574
  } if (rf & 2) {
15572
15575
  const ctx_r1 = i0.ɵɵnextContext(4);
15573
15576
  i0.ɵɵadvance();
15574
15577
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
15575
15578
  } }
15576
- function ModalComponent_Conditional_0_Conditional_17_Conditional_5_Template(rf, ctx) { if (rf & 1) {
15577
- i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_17_Conditional_5_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_17_Conditional_5_DeferPlaceholder_1_Template, 2, 1);
15578
- i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_17_Conditional_5_Defer_2_DepsFn, null, 1);
15579
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_5_Template(rf, ctx) { if (rf & 1) {
15580
+ i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_16_Conditional_5_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_16_Conditional_5_DeferPlaceholder_1_Template, 2, 1);
15581
+ i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_16_Conditional_5_Defer_2_DepsFn, null, 1);
15579
15582
  i0.ɵɵdeferOnIdle();
15580
15583
  } }
15581
- function ModalComponent_Conditional_0_Conditional_17_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
15582
- i0.ɵɵelement(0, "symphiq-pie-chart", 38);
15584
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
15585
+ i0.ɵɵelement(0, "symphiq-pie-chart", 37);
15583
15586
  } if (rf & 2) {
15584
15587
  const ctx_r1 = i0.ɵɵnextContext(4);
15585
15588
  i0.ɵɵproperty("chart", ctx_r1.chartPieData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15586
15589
  } }
15587
- function ModalComponent_Conditional_0_Conditional_17_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15588
- i0.ɵɵelementStart(0, "div", 39);
15589
- i0.ɵɵelement(1, "div", 40);
15590
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15591
+ i0.ɵɵelementStart(0, "div", 38);
15592
+ i0.ɵɵelement(1, "div", 39);
15590
15593
  i0.ɵɵelementEnd();
15591
15594
  } if (rf & 2) {
15592
15595
  const ctx_r1 = i0.ɵɵnextContext(4);
15593
15596
  i0.ɵɵadvance();
15594
15597
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
15595
15598
  } }
15596
- function ModalComponent_Conditional_0_Conditional_17_Conditional_6_Template(rf, ctx) { if (rf & 1) {
15597
- i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_17_Conditional_6_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_17_Conditional_6_DeferPlaceholder_1_Template, 2, 1);
15598
- i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_17_Conditional_6_Defer_2_DepsFn, null, 1);
15599
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
15600
+ i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_16_Conditional_6_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_16_Conditional_6_DeferPlaceholder_1_Template, 2, 1);
15601
+ i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_16_Conditional_6_Defer_2_DepsFn, null, 1);
15599
15602
  i0.ɵɵdeferOnIdle();
15600
15603
  } }
15601
- function ModalComponent_Conditional_0_Conditional_17_Conditional_7_Defer_0_Template(rf, ctx) { if (rf & 1) {
15602
- i0.ɵɵelement(0, "symphiq-area-chart", 38);
15604
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_7_Defer_0_Template(rf, ctx) { if (rf & 1) {
15605
+ i0.ɵɵelement(0, "symphiq-area-chart", 37);
15603
15606
  } if (rf & 2) {
15604
15607
  const ctx_r1 = i0.ɵɵnextContext(4);
15605
15608
  i0.ɵɵproperty("chart", ctx_r1.chartAreaData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15606
15609
  } }
15607
- function ModalComponent_Conditional_0_Conditional_17_Conditional_7_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15608
- i0.ɵɵelementStart(0, "div", 39);
15609
- i0.ɵɵelement(1, "div", 40);
15610
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_7_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15611
+ i0.ɵɵelementStart(0, "div", 38);
15612
+ i0.ɵɵelement(1, "div", 39);
15610
15613
  i0.ɵɵelementEnd();
15611
15614
  } if (rf & 2) {
15612
15615
  const ctx_r1 = i0.ɵɵnextContext(4);
15613
15616
  i0.ɵɵadvance();
15614
15617
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
15615
15618
  } }
15616
- function ModalComponent_Conditional_0_Conditional_17_Conditional_7_Template(rf, ctx) { if (rf & 1) {
15617
- i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_17_Conditional_7_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_17_Conditional_7_DeferPlaceholder_1_Template, 2, 1);
15618
- i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_17_Conditional_7_Defer_2_DepsFn, null, 1);
15619
+ function ModalComponent_Conditional_0_Conditional_16_Conditional_7_Template(rf, ctx) { if (rf & 1) {
15620
+ i0.ɵɵdomTemplate(0, ModalComponent_Conditional_0_Conditional_16_Conditional_7_Defer_0_Template, 1, 4)(1, ModalComponent_Conditional_0_Conditional_16_Conditional_7_DeferPlaceholder_1_Template, 2, 1);
15621
+ i0.ɵɵdefer(2, 0, ModalComponent_Conditional_0_Conditional_16_Conditional_7_Defer_2_DepsFn, null, 1);
15619
15622
  i0.ɵɵdeferOnIdle();
15620
15623
  } }
15621
- function ModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
15622
- i0.ɵɵelementStart(0, "div", 18)(1, "p", 36);
15624
+ function ModalComponent_Conditional_0_Conditional_16_Template(rf, ctx) { if (rf & 1) {
15625
+ i0.ɵɵelementStart(0, "div", 17)(1, "p", 35);
15623
15626
  i0.ɵɵtext(2);
15624
15627
  i0.ɵɵelementEnd();
15625
- i0.ɵɵelementStart(3, "div", 37);
15626
- i0.ɵɵconditionalCreate(4, ModalComponent_Conditional_0_Conditional_17_Conditional_4_Template, 4, 0);
15627
- i0.ɵɵconditionalCreate(5, ModalComponent_Conditional_0_Conditional_17_Conditional_5_Template, 4, 0);
15628
- i0.ɵɵconditionalCreate(6, ModalComponent_Conditional_0_Conditional_17_Conditional_6_Template, 4, 0);
15629
- i0.ɵɵconditionalCreate(7, ModalComponent_Conditional_0_Conditional_17_Conditional_7_Template, 4, 0);
15628
+ i0.ɵɵelementStart(3, "div", 36);
15629
+ i0.ɵɵconditionalCreate(4, ModalComponent_Conditional_0_Conditional_16_Conditional_4_Template, 4, 0);
15630
+ i0.ɵɵconditionalCreate(5, ModalComponent_Conditional_0_Conditional_16_Conditional_5_Template, 4, 0);
15631
+ i0.ɵɵconditionalCreate(6, ModalComponent_Conditional_0_Conditional_16_Conditional_6_Template, 4, 0);
15632
+ i0.ɵɵconditionalCreate(7, ModalComponent_Conditional_0_Conditional_16_Conditional_7_Template, 4, 0);
15630
15633
  i0.ɵɵelementEnd()();
15631
15634
  } if (rf & 2) {
15632
15635
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15643,19 +15646,19 @@ function ModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf
15643
15646
  i0.ɵɵadvance();
15644
15647
  i0.ɵɵconditional(ctx_r1.chartAreaData() && ctx_r1.chartAreaData().areaChartData ? 7 : -1);
15645
15648
  } }
15646
- function ModalComponent_Conditional_0_Conditional_18_For_2_Template(rf, ctx) { if (rf & 1) {
15649
+ function ModalComponent_Conditional_0_Conditional_17_For_2_Template(rf, ctx) { if (rf & 1) {
15647
15650
  const _r7 = i0.ɵɵgetCurrentView();
15648
- i0.ɵɵelementStart(0, "button", 42);
15649
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_18_For_2_Template_button_click_0_listener() { const insight_r8 = i0.ɵɵrestoreView(_r7).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightModal(insight_r8)); });
15650
- i0.ɵɵelementStart(1, "span", 43);
15651
+ i0.ɵɵelementStart(0, "button", 41);
15652
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_17_For_2_Template_button_click_0_listener() { const insight_r8 = i0.ɵɵrestoreView(_r7).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightModal(insight_r8)); });
15653
+ i0.ɵɵelementStart(1, "span", 42);
15651
15654
  i0.ɵɵtext(2);
15652
15655
  i0.ɵɵelementEnd();
15653
- i0.ɵɵelementStart(3, "span", 44);
15656
+ i0.ɵɵelementStart(3, "span", 43);
15654
15657
  i0.ɵɵtext(4);
15655
15658
  i0.ɵɵelementEnd();
15656
15659
  i0.ɵɵnamespaceSVG();
15657
- i0.ɵɵelementStart(5, "svg", 45);
15658
- i0.ɵɵelement(6, "path", 46);
15660
+ i0.ɵɵelementStart(5, "svg", 44);
15661
+ i0.ɵɵelement(6, "path", 45);
15659
15662
  i0.ɵɵelementEnd()();
15660
15663
  } if (rf & 2) {
15661
15664
  const insight_r8 = ctx.$implicit;
@@ -15672,17 +15675,17 @@ function ModalComponent_Conditional_0_Conditional_18_For_2_Template(rf, ctx) { i
15672
15675
  i0.ɵɵadvance();
15673
15676
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400" : "text-slate-500");
15674
15677
  } }
15675
- function ModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
15676
- i0.ɵɵelementStart(0, "div", 19);
15677
- i0.ɵɵrepeaterCreate(1, ModalComponent_Conditional_0_Conditional_18_For_2_Template, 7, 6, "button", 41, i0.ɵɵrepeaterTrackByIndex);
15678
+ function ModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
15679
+ i0.ɵɵelementStart(0, "div", 18);
15680
+ i0.ɵɵrepeaterCreate(1, ModalComponent_Conditional_0_Conditional_17_For_2_Template, 7, 6, "button", 40, i0.ɵɵrepeaterTrackByIndex);
15678
15681
  i0.ɵɵelementEnd();
15679
15682
  } if (rf & 2) {
15680
15683
  const ctx_r1 = i0.ɵɵnextContext(2);
15681
15684
  i0.ɵɵadvance();
15682
15685
  i0.ɵɵrepeater(ctx_r1.insightsListData());
15683
15686
  } }
15684
- function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Conditional_8_Template(rf, ctx) { if (rf & 1) {
15685
- i0.ɵɵelementStart(0, "p", 54);
15687
+ function ModalComponent_Conditional_0_Conditional_18_Conditional_1_Conditional_8_Template(rf, ctx) { if (rf & 1) {
15688
+ i0.ɵɵelementStart(0, "p", 53);
15686
15689
  i0.ɵɵtext(1);
15687
15690
  i0.ɵɵelementEnd();
15688
15691
  } if (rf & 2) {
@@ -15691,18 +15694,18 @@ function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Conditional_8
15691
15694
  i0.ɵɵadvance();
15692
15695
  i0.ɵɵtextInterpolate(ctx_r1.goalInsightsContext().description);
15693
15696
  } }
15694
- function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15695
- i0.ɵɵelementStart(0, "div", 19)(1, "div", 48)(2, "div", 49);
15697
+ function ModalComponent_Conditional_0_Conditional_18_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15698
+ i0.ɵɵelementStart(0, "div", 18)(1, "div", 47)(2, "div", 48);
15696
15699
  i0.ɵɵnamespaceSVG();
15697
- i0.ɵɵelementStart(3, "svg", 50);
15698
- i0.ɵɵelement(4, "path", 51);
15700
+ i0.ɵɵelementStart(3, "svg", 49);
15701
+ i0.ɵɵelement(4, "path", 50);
15699
15702
  i0.ɵɵelementEnd()();
15700
15703
  i0.ɵɵnamespaceHTML();
15701
- i0.ɵɵelementStart(5, "div", 52)(6, "h4", 53);
15704
+ i0.ɵɵelementStart(5, "div", 51)(6, "h4", 52);
15702
15705
  i0.ɵɵtext(7);
15703
15706
  i0.ɵɵelementEnd()()();
15704
- i0.ɵɵconditionalCreate(8, ModalComponent_Conditional_0_Conditional_19_Conditional_1_Conditional_8_Template, 2, 2, "p", 54);
15705
- i0.ɵɵelementStart(9, "div", 55)(10, "h4", 56);
15707
+ i0.ɵɵconditionalCreate(8, ModalComponent_Conditional_0_Conditional_18_Conditional_1_Conditional_8_Template, 2, 2, "p", 53);
15708
+ i0.ɵɵelementStart(9, "div", 54)(10, "h4", 55);
15706
15709
  i0.ɵɵtext(11, "Related Funnel Analysis Insights");
15707
15710
  i0.ɵɵelementEnd()()();
15708
15711
  } if (rf & 2) {
@@ -15720,11 +15723,11 @@ function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf,
15720
15723
  i0.ɵɵadvance();
15721
15724
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15722
15725
  } }
15723
- function ModalComponent_Conditional_0_Conditional_19_For_4_Conditional_11_Template(rf, ctx) { if (rf & 1) {
15724
- i0.ɵɵelementStart(0, "div", 63)(1, "span", 64);
15726
+ function ModalComponent_Conditional_0_Conditional_18_For_4_Conditional_11_Template(rf, ctx) { if (rf & 1) {
15727
+ i0.ɵɵelementStart(0, "div", 62)(1, "span", 63);
15725
15728
  i0.ɵɵnamespaceSVG();
15726
- i0.ɵɵelementStart(2, "svg", 65);
15727
- i0.ɵɵelement(3, "path", 66);
15729
+ i0.ɵɵelementStart(2, "svg", 64);
15730
+ i0.ɵɵelement(3, "path", 65);
15728
15731
  i0.ɵɵelementEnd();
15729
15732
  i0.ɵɵtext(4);
15730
15733
  i0.ɵɵelementEnd()();
@@ -15736,24 +15739,24 @@ function ModalComponent_Conditional_0_Conditional_19_For_4_Conditional_11_Templa
15736
15739
  i0.ɵɵadvance(3);
15737
15740
  i0.ɵɵtextInterpolate2(" ", insight_r10.recommendations.length, " ", insight_r10.recommendations.length === 1 ? "RECOMMENDATION" : "RECOMMENDATIONS", " ");
15738
15741
  } }
15739
- function ModalComponent_Conditional_0_Conditional_19_For_4_Template(rf, ctx) { if (rf & 1) {
15742
+ function ModalComponent_Conditional_0_Conditional_18_For_4_Template(rf, ctx) { if (rf & 1) {
15740
15743
  const _r9 = i0.ɵɵgetCurrentView();
15741
- i0.ɵɵelementStart(0, "button", 57);
15742
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_19_For_4_Template_button_click_0_listener() { const insight_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightModal(insight_r10)); });
15743
- i0.ɵɵelementStart(1, "div", 58)(2, "span", 59);
15744
+ i0.ɵɵelementStart(0, "button", 56);
15745
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_18_For_4_Template_button_click_0_listener() { const insight_r10 = i0.ɵɵrestoreView(_r9).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightModal(insight_r10)); });
15746
+ i0.ɵɵelementStart(1, "div", 57)(2, "span", 58);
15744
15747
  i0.ɵɵtext(3);
15745
15748
  i0.ɵɵelementEnd();
15746
- i0.ɵɵelementStart(4, "div", 60)(5, "h5", 61);
15749
+ i0.ɵɵelementStart(4, "div", 59)(5, "h5", 60);
15747
15750
  i0.ɵɵtext(6);
15748
15751
  i0.ɵɵelementEnd();
15749
- i0.ɵɵelementStart(7, "p", 54);
15752
+ i0.ɵɵelementStart(7, "p", 53);
15750
15753
  i0.ɵɵtext(8);
15751
15754
  i0.ɵɵelementEnd()();
15752
15755
  i0.ɵɵnamespaceSVG();
15753
- i0.ɵɵelementStart(9, "svg", 62);
15754
- i0.ɵɵelement(10, "path", 46);
15756
+ i0.ɵɵelementStart(9, "svg", 61);
15757
+ i0.ɵɵelement(10, "path", 45);
15755
15758
  i0.ɵɵelementEnd()();
15756
- i0.ɵɵconditionalCreate(11, ModalComponent_Conditional_0_Conditional_19_For_4_Conditional_11_Template, 5, 3, "div", 63);
15759
+ i0.ɵɵconditionalCreate(11, ModalComponent_Conditional_0_Conditional_18_For_4_Conditional_11_Template, 5, 3, "div", 62);
15757
15760
  i0.ɵɵelementEnd();
15758
15761
  } if (rf & 2) {
15759
15762
  const insight_r10 = ctx.$implicit;
@@ -15777,11 +15780,11 @@ function ModalComponent_Conditional_0_Conditional_19_For_4_Template(rf, ctx) { i
15777
15780
  i0.ɵɵadvance(2);
15778
15781
  i0.ɵɵconditional(insight_r10.recommendations && insight_r10.recommendations.length > 0 ? 11 : -1);
15779
15782
  } }
15780
- function ModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
15781
- i0.ɵɵelementStart(0, "div", 20);
15782
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 12, 6, "div", 19);
15783
- i0.ɵɵelementStart(2, "div", 19);
15784
- i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_19_For_4_Template, 12, 11, "button", 47, i0.ɵɵrepeaterTrackByIndex);
15783
+ function ModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
15784
+ i0.ɵɵelementStart(0, "div", 19);
15785
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_18_Conditional_1_Template, 12, 6, "div", 18);
15786
+ i0.ɵɵelementStart(2, "div", 18);
15787
+ i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_18_For_4_Template, 12, 11, "button", 46, i0.ɵɵrepeaterTrackByIndex);
15785
15788
  i0.ɵɵelementEnd()();
15786
15789
  } if (rf & 2) {
15787
15790
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15790,8 +15793,8 @@ function ModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf
15790
15793
  i0.ɵɵadvance(2);
15791
15794
  i0.ɵɵrepeater(ctx_r1.goalInsightsListData());
15792
15795
  } }
15793
- function ModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15794
- i0.ɵɵelementStart(0, "p", 54);
15796
+ function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15797
+ i0.ɵɵelementStart(0, "p", 53);
15795
15798
  i0.ɵɵtext(1);
15796
15799
  i0.ɵɵelementEnd();
15797
15800
  } if (rf & 2) {
@@ -15800,10 +15803,10 @@ function ModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf,
15800
15803
  i0.ɵɵadvance();
15801
15804
  i0.ɵɵtextInterpolate(ctx_r1.goalBusinessInsightsContext().description);
15802
15805
  } }
15803
- function ModalComponent_Conditional_0_Conditional_20_For_3_Template(rf, ctx) { if (rf & 1) {
15806
+ function ModalComponent_Conditional_0_Conditional_19_For_3_Template(rf, ctx) { if (rf & 1) {
15804
15807
  const _r11 = i0.ɵɵgetCurrentView();
15805
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 67);
15806
- i0.ɵɵlistener("cardNavigate", function ModalComponent_Conditional_0_Conditional_20_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r12 = i0.ɵɵrestoreView(_r11).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetail(businessInsight_r12)); });
15808
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
15809
+ i0.ɵɵlistener("cardNavigate", function ModalComponent_Conditional_0_Conditional_19_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r12 = i0.ɵɵrestoreView(_r11).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetail(businessInsight_r12)); });
15807
15810
  i0.ɵɵelementEnd()();
15808
15811
  } if (rf & 2) {
15809
15812
  const businessInsight_r12 = ctx.$implicit;
@@ -15812,10 +15815,10 @@ function ModalComponent_Conditional_0_Conditional_20_For_3_Template(rf, ctx) { i
15812
15815
  i0.ɵɵadvance();
15813
15816
  i0.ɵɵproperty("recommendation", businessInsight_r12)("viewMode", ctx_r1.viewMode())("animationIndex", $index_r13)("showNavigationChevron", true)("inModalContext", true);
15814
15817
  } }
15815
- function ModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
15816
- i0.ɵɵelementStart(0, "div", 21);
15817
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 54);
15818
- i0.ɵɵrepeaterCreate(2, ModalComponent_Conditional_0_Conditional_20_For_3_Template, 2, 5, "div", null, _forTrack0$Z);
15818
+ function ModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
15819
+ i0.ɵɵelementStart(0, "div", 20);
15820
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 53);
15821
+ i0.ɵɵrepeaterCreate(2, ModalComponent_Conditional_0_Conditional_19_For_3_Template, 2, 5, "div", null, _forTrack0$Z);
15819
15822
  i0.ɵɵelementEnd();
15820
15823
  } if (rf & 2) {
15821
15824
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15824,26 +15827,26 @@ function ModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf
15824
15827
  i0.ɵɵadvance();
15825
15828
  i0.ɵɵrepeater(ctx_r1.goalBusinessInsightsListData());
15826
15829
  } }
15827
- function ModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
15828
- i0.ɵɵelement(0, "symphiq-recommendation-card", 22);
15830
+ function ModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
15831
+ i0.ɵɵelement(0, "symphiq-recommendation-card", 21);
15829
15832
  } if (rf & 2) {
15830
15833
  const ctx_r1 = i0.ɵɵnextContext(2);
15831
15834
  i0.ɵɵproperty("recommendation", ctx_r1.businessInsightDetailData().recommendation)("viewMode", ctx_r1.businessInsightDetailData().viewMode)("forceExpanded", true)("showNavigationChevron", false)("inModalContext", true)("isCompactMode", false)("animationIndex", 0);
15832
15835
  } }
15833
- function ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15834
- i0.ɵɵelementStart(0, "div", 19)(1, "div")(2, "h4", 68);
15836
+ function ModalComponent_Conditional_0_Conditional_21_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15837
+ i0.ɵɵelementStart(0, "div", 18)(1, "div")(2, "h4", 67);
15835
15838
  i0.ɵɵtext(3, "Description");
15836
15839
  i0.ɵɵelementEnd();
15837
- i0.ɵɵelementStart(4, "p", 54);
15840
+ i0.ɵɵelementStart(4, "p", 53);
15838
15841
  i0.ɵɵtext(5);
15839
15842
  i0.ɵɵelementEnd()();
15840
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
15843
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
15841
15844
  i0.ɵɵtext(8, "Context");
15842
15845
  i0.ɵɵelementEnd();
15843
- i0.ɵɵelementStart(9, "p", 54);
15846
+ i0.ɵɵelementStart(9, "p", 53);
15844
15847
  i0.ɵɵtext(10);
15845
15848
  i0.ɵɵelementEnd()();
15846
- i0.ɵɵelementStart(11, "div", 55)(12, "h4", 56);
15849
+ i0.ɵɵelementStart(11, "div", 54)(12, "h4", 55);
15847
15850
  i0.ɵɵtext(13, "Related Metrics");
15848
15851
  i0.ɵɵelementEnd()()();
15849
15852
  } if (rf & 2) {
@@ -15865,10 +15868,10 @@ function ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf,
15865
15868
  i0.ɵɵadvance();
15866
15869
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15867
15870
  } }
15868
- function ModalComponent_Conditional_0_Conditional_22_For_4_Template(rf, ctx) { if (rf & 1) {
15871
+ function ModalComponent_Conditional_0_Conditional_21_For_4_Template(rf, ctx) { if (rf & 1) {
15869
15872
  const _r14 = i0.ɵɵgetCurrentView();
15870
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
15871
- i0.ɵɵlistener("metricClick", function ModalComponent_Conditional_0_Conditional_22_For_4_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openMetricModalFromList($event)); });
15873
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 68);
15874
+ i0.ɵɵlistener("metricClick", function ModalComponent_Conditional_0_Conditional_21_For_4_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openMetricModalFromList($event)); });
15872
15875
  i0.ɵɵelementEnd()();
15873
15876
  } if (rf & 2) {
15874
15877
  const metric_r15 = ctx.$implicit;
@@ -15876,11 +15879,11 @@ function ModalComponent_Conditional_0_Conditional_22_For_4_Template(rf, ctx) { i
15876
15879
  i0.ɵɵadvance();
15877
15880
  i0.ɵɵproperty("metric", metric_r15)("isLightMode", ctx_r1.isLightMode())("animationKey", ctx_r1.modalKey())("currencySymbol", ctx_r1.currencySymbol());
15878
15881
  } }
15879
- function ModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
15880
- i0.ɵɵelementStart(0, "div", 20);
15881
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 14, 8, "div", 19);
15882
- i0.ɵɵelementStart(2, "div", 21);
15883
- i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_22_For_4_Template, 2, 4, "div", null, i0.ɵɵrepeaterTrackByIndex);
15882
+ function ModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
15883
+ i0.ɵɵelementStart(0, "div", 19);
15884
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 14, 8, "div", 18);
15885
+ i0.ɵɵelementStart(2, "div", 20);
15886
+ i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_21_For_4_Template, 2, 4, "div", null, i0.ɵɵrepeaterTrackByIndex);
15884
15887
  i0.ɵɵelementEnd()();
15885
15888
  } if (rf & 2) {
15886
15889
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15889,20 +15892,20 @@ function ModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf
15889
15892
  i0.ɵɵadvance(2);
15890
15893
  i0.ɵɵrepeater(ctx_r1.metricsListMetrics());
15891
15894
  } }
15892
- function ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15893
- i0.ɵɵelementStart(0, "div", 19)(1, "div")(2, "h4", 68);
15895
+ function ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15896
+ i0.ɵɵelementStart(0, "div", 18)(1, "div")(2, "h4", 67);
15894
15897
  i0.ɵɵtext(3, "Description");
15895
15898
  i0.ɵɵelementEnd();
15896
- i0.ɵɵelementStart(4, "p", 54);
15899
+ i0.ɵɵelementStart(4, "p", 53);
15897
15900
  i0.ɵɵtext(5);
15898
15901
  i0.ɵɵelementEnd()();
15899
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
15902
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
15900
15903
  i0.ɵɵtext(8, "Context");
15901
15904
  i0.ɵɵelementEnd();
15902
- i0.ɵɵelementStart(9, "p", 54);
15905
+ i0.ɵɵelementStart(9, "p", 53);
15903
15906
  i0.ɵɵtext(10);
15904
15907
  i0.ɵɵelementEnd()();
15905
- i0.ɵɵelementStart(11, "div", 55)(12, "h4", 56);
15908
+ i0.ɵɵelementStart(11, "div", 54)(12, "h4", 55);
15906
15909
  i0.ɵɵtext(13, "Related Charts");
15907
15910
  i0.ɵɵelementEnd()()();
15908
15911
  } if (rf & 2) {
@@ -15924,10 +15927,10 @@ function ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template(rf,
15924
15927
  i0.ɵɵadvance();
15925
15928
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15926
15929
  } }
15927
- function ModalComponent_Conditional_0_Conditional_23_For_4_Template(rf, ctx) { if (rf & 1) {
15930
+ function ModalComponent_Conditional_0_Conditional_22_For_4_Template(rf, ctx) { if (rf & 1) {
15928
15931
  const _r16 = i0.ɵɵgetCurrentView();
15929
- i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 70);
15930
- i0.ɵɵlistener("chartClick", function ModalComponent_Conditional_0_Conditional_23_For_4_Template_symphiq_chart_card_chartClick_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openChartModalFromList($event)); });
15932
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 69);
15933
+ i0.ɵɵlistener("chartClick", function ModalComponent_Conditional_0_Conditional_22_For_4_Template_symphiq_chart_card_chartClick_1_listener($event) { i0.ɵɵrestoreView(_r16); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openChartModalFromList($event)); });
15931
15934
  i0.ɵɵelementEnd()();
15932
15935
  } if (rf & 2) {
15933
15936
  const chart_r17 = ctx.$implicit;
@@ -15935,11 +15938,11 @@ function ModalComponent_Conditional_0_Conditional_23_For_4_Template(rf, ctx) { i
15935
15938
  i0.ɵɵadvance();
15936
15939
  i0.ɵɵproperty("chart", chart_r17)("viewMode", ctx_r1.viewMode())("isLightMode", ctx_r1.isLightMode());
15937
15940
  } }
15938
- function ModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
15939
- i0.ɵɵelementStart(0, "div", 20);
15940
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template, 14, 8, "div", 19);
15941
- i0.ɵɵelementStart(2, "div", 19);
15942
- i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_23_For_4_Template, 2, 3, "div", null, i0.ɵɵrepeaterTrackByIndex);
15941
+ function ModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
15942
+ i0.ɵɵelementStart(0, "div", 19);
15943
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 14, 8, "div", 18);
15944
+ i0.ɵɵelementStart(2, "div", 18);
15945
+ i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_22_For_4_Template, 2, 3, "div", null, i0.ɵɵrepeaterTrackByIndex);
15943
15946
  i0.ɵɵelementEnd()();
15944
15947
  } if (rf & 2) {
15945
15948
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15948,20 +15951,20 @@ function ModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf
15948
15951
  i0.ɵɵadvance(2);
15949
15952
  i0.ɵɵrepeater(ctx_r1.chartsListCharts());
15950
15953
  } }
15951
- function ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15952
- i0.ɵɵelementStart(0, "div", 19)(1, "div")(2, "h4", 68);
15954
+ function ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15955
+ i0.ɵɵelementStart(0, "div", 18)(1, "div")(2, "h4", 67);
15953
15956
  i0.ɵɵtext(3, "Description");
15954
15957
  i0.ɵɵelementEnd();
15955
- i0.ɵɵelementStart(4, "p", 54);
15958
+ i0.ɵɵelementStart(4, "p", 53);
15956
15959
  i0.ɵɵtext(5);
15957
15960
  i0.ɵɵelementEnd()();
15958
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
15961
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
15959
15962
  i0.ɵɵtext(8, "Context");
15960
15963
  i0.ɵɵelementEnd();
15961
- i0.ɵɵelementStart(9, "p", 54);
15964
+ i0.ɵɵelementStart(9, "p", 53);
15962
15965
  i0.ɵɵtext(10);
15963
15966
  i0.ɵɵelementEnd()();
15964
- i0.ɵɵelementStart(11, "div", 55)(12, "h4", 56);
15967
+ i0.ɵɵelementStart(11, "div", 54)(12, "h4", 55);
15965
15968
  i0.ɵɵtext(13, "Recommendations");
15966
15969
  i0.ɵɵelementEnd()()();
15967
15970
  } if (rf & 2) {
@@ -15983,14 +15986,14 @@ function ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf,
15983
15986
  i0.ɵɵadvance();
15984
15987
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15985
15988
  } }
15986
- function ModalComponent_Conditional_0_Conditional_24_For_4_Template(rf, ctx) { if (rf & 1) {
15987
- i0.ɵɵelementStart(0, "div", 71);
15989
+ function ModalComponent_Conditional_0_Conditional_23_For_4_Template(rf, ctx) { if (rf & 1) {
15990
+ i0.ɵɵelementStart(0, "div", 70);
15988
15991
  i0.ɵɵnamespaceSVG();
15989
- i0.ɵɵelementStart(1, "svg", 72);
15990
- i0.ɵɵelement(2, "path", 66);
15992
+ i0.ɵɵelementStart(1, "svg", 71);
15993
+ i0.ɵɵelement(2, "path", 65);
15991
15994
  i0.ɵɵelementEnd();
15992
15995
  i0.ɵɵnamespaceHTML();
15993
- i0.ɵɵelementStart(3, "span", 54);
15996
+ i0.ɵɵelementStart(3, "span", 53);
15994
15997
  i0.ɵɵtext(4);
15995
15998
  i0.ɵɵelementEnd()();
15996
15999
  } if (rf & 2) {
@@ -16002,11 +16005,11 @@ function ModalComponent_Conditional_0_Conditional_24_For_4_Template(rf, ctx) { i
16002
16005
  i0.ɵɵadvance();
16003
16006
  i0.ɵɵtextInterpolate(rec_r18);
16004
16007
  } }
16005
- function ModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
16006
- i0.ɵɵelementStart(0, "div", 20);
16007
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template, 14, 8, "div", 19);
16008
- i0.ɵɵelementStart(2, "div", 19);
16009
- i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_24_For_4_Template, 5, 3, "div", 71, i0.ɵɵrepeaterTrackByIndex);
16008
+ function ModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
16009
+ i0.ɵɵelementStart(0, "div", 19);
16010
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template, 14, 8, "div", 18);
16011
+ i0.ɵɵelementStart(2, "div", 18);
16012
+ i0.ɵɵrepeaterCreate(3, ModalComponent_Conditional_0_Conditional_23_For_4_Template, 5, 3, "div", 70, i0.ɵɵrepeaterTrackByIndex);
16010
16013
  i0.ɵɵelementEnd()();
16011
16014
  } if (rf & 2) {
16012
16015
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -16015,26 +16018,26 @@ function ModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf
16015
16018
  i0.ɵɵadvance(2);
16016
16019
  i0.ɵɵrepeater(ctx_r1.recommendationsListRecommendations());
16017
16020
  } }
16018
- function ModalComponent_Conditional_0_Conditional_25_Conditional_1_Template(rf, ctx) { if (rf & 1) {
16019
- i0.ɵɵelementStart(0, "div", 19)(1, "div")(2, "h4", 68);
16021
+ function ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
16022
+ i0.ɵɵelementStart(0, "div", 18)(1, "div")(2, "h4", 67);
16020
16023
  i0.ɵɵtext(3, "Description");
16021
16024
  i0.ɵɵelementEnd();
16022
- i0.ɵɵelementStart(4, "p", 54);
16025
+ i0.ɵɵelementStart(4, "p", 53);
16023
16026
  i0.ɵɵtext(5);
16024
16027
  i0.ɵɵelementEnd()();
16025
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
16028
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
16026
16029
  i0.ɵɵtext(8, "Business Context");
16027
16030
  i0.ɵɵelementEnd();
16028
- i0.ɵɵelementStart(9, "p", 54);
16031
+ i0.ɵɵelementStart(9, "p", 53);
16029
16032
  i0.ɵɵtext(10);
16030
16033
  i0.ɵɵelementEnd()();
16031
- i0.ɵɵelementStart(11, "div", 55)(12, "div", 74);
16034
+ i0.ɵɵelementStart(11, "div", 54)(12, "div", 73);
16032
16035
  i0.ɵɵnamespaceSVG();
16033
- i0.ɵɵelementStart(13, "svg", 75);
16034
- i0.ɵɵelement(14, "path", 76);
16036
+ i0.ɵɵelementStart(13, "svg", 74);
16037
+ i0.ɵɵelement(14, "path", 75);
16035
16038
  i0.ɵɵelementEnd();
16036
16039
  i0.ɵɵnamespaceHTML();
16037
- i0.ɵɵelementStart(15, "h4", 77);
16040
+ i0.ɵɵelementStart(15, "h4", 76);
16038
16041
  i0.ɵɵtext(16, "Industry Context");
16039
16042
  i0.ɵɵelementEnd()()()();
16040
16043
  } if (rf & 2) {
@@ -16058,10 +16061,10 @@ function ModalComponent_Conditional_0_Conditional_25_Conditional_1_Template(rf,
16058
16061
  i0.ɵɵadvance(2);
16059
16062
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
16060
16063
  } }
16061
- function ModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
16062
- i0.ɵɵelementStart(0, "div", 20);
16063
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_25_Conditional_1_Template, 17, 9, "div", 19);
16064
- i0.ɵɵelementStart(2, "div", 73)(3, "p", 54);
16064
+ function ModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
16065
+ i0.ɵɵelementStart(0, "div", 19);
16066
+ i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template, 17, 9, "div", 18);
16067
+ i0.ɵɵelementStart(2, "div", 72)(3, "p", 53);
16065
16068
  i0.ɵɵtext(4);
16066
16069
  i0.ɵɵelementEnd()()();
16067
16070
  } if (rf & 2) {
@@ -16075,37 +16078,37 @@ function ModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf
16075
16078
  i0.ɵɵadvance();
16076
16079
  i0.ɵɵtextInterpolate(ctx_r1.competitiveAnalysisContext().competitiveAnalysis);
16077
16080
  } }
16078
- function ModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
16079
- i0.ɵɵelement(0, "symphiq-funnel-strengths-list-modal-content", 23);
16081
+ function ModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
16082
+ i0.ɵɵelement(0, "symphiq-funnel-strengths-list-modal-content", 22);
16080
16083
  } if (rf & 2) {
16081
16084
  const ctx_r1 = i0.ɵɵnextContext(2);
16082
16085
  i0.ɵɵproperty("strengths", ctx_r1.funnelStrengthsListData())("isLightMode", ctx_r1.isLightMode());
16083
16086
  } }
16084
- function ModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
16085
- i0.ɵɵelement(0, "symphiq-funnel-weaknesses-list-modal-content", 24);
16087
+ function ModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
16088
+ i0.ɵɵelement(0, "symphiq-funnel-weaknesses-list-modal-content", 23);
16086
16089
  } if (rf & 2) {
16087
16090
  const ctx_r1 = i0.ɵɵnextContext(2);
16088
16091
  i0.ɵɵproperty("weaknesses", ctx_r1.funnelWeaknessesListData())("isLightMode", ctx_r1.isLightMode());
16089
16092
  } }
16090
- function ModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
16091
- i0.ɵɵelement(0, "symphiq-funnel-strength-detail-modal-content", 25);
16093
+ function ModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
16094
+ i0.ɵɵelement(0, "symphiq-funnel-strength-detail-modal-content", 24);
16092
16095
  } if (rf & 2) {
16093
16096
  const ctx_r1 = i0.ɵɵnextContext(2);
16094
16097
  i0.ɵɵproperty("strength", ctx_r1.funnelStrengthDetailData())("isLightMode", ctx_r1.isLightMode())("allMetrics", ctx_r1.computedAllMetrics())("allCharts", ctx_r1.computedAllCharts())("currentModalState", ctx_r1.currentModalState());
16095
16098
  } }
16096
- function ModalComponent_Conditional_0_Conditional_29_Template(rf, ctx) { if (rf & 1) {
16097
- i0.ɵɵelement(0, "symphiq-funnel-weakness-detail-modal-content", 26);
16099
+ function ModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
16100
+ i0.ɵɵelement(0, "symphiq-funnel-weakness-detail-modal-content", 25);
16098
16101
  } if (rf & 2) {
16099
16102
  const ctx_r1 = i0.ɵɵnextContext(2);
16100
16103
  i0.ɵɵproperty("weakness", ctx_r1.funnelWeaknessDetailData())("isLightMode", ctx_r1.isLightMode())("allMetrics", ctx_r1.computedAllMetrics())("allCharts", ctx_r1.computedAllCharts())("currentModalState", ctx_r1.currentModalState());
16101
16104
  } }
16102
- function ModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
16105
+ function ModalComponent_Conditional_0_Conditional_30_Template(rf, ctx) { if (rf & 1) {
16103
16106
  const _r19 = i0.ɵɵgetCurrentView();
16104
- i0.ɵɵelementStart(0, "button", 78);
16105
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_31_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.goBack()); });
16107
+ i0.ɵɵelementStart(0, "button", 77);
16108
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_30_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r19); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.goBack()); });
16106
16109
  i0.ɵɵnamespaceSVG();
16107
- i0.ɵɵelementStart(1, "svg", 50);
16108
- i0.ɵɵelement(2, "path", 30);
16110
+ i0.ɵɵelementStart(1, "svg", 49);
16111
+ i0.ɵɵelement(2, "path", 29);
16109
16112
  i0.ɵɵelementEnd();
16110
16113
  i0.ɵɵnamespaceHTML();
16111
16114
  i0.ɵɵelementStart(3, "span");
@@ -16115,10 +16118,10 @@ function ModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf
16115
16118
  const ctx_r1 = i0.ɵɵnextContext(2);
16116
16119
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-200 hover:bg-slate-300 text-slate-900" : "bg-slate-700 hover:bg-slate-600 text-white");
16117
16120
  } }
16118
- function ModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
16121
+ function ModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
16119
16122
  const _r20 = i0.ɵɵgetCurrentView();
16120
- i0.ɵɵelementStart(0, "button", 79);
16121
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_32_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); });
16123
+ i0.ɵɵelementStart(0, "button", 78);
16124
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Conditional_31_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r20); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); });
16122
16125
  i0.ɵɵtext(1, " Close ");
16123
16126
  i0.ɵɵelementEnd();
16124
16127
  } if (rf & 2) {
@@ -16127,101 +16130,100 @@ function ModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf
16127
16130
  } }
16128
16131
  function ModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
16129
16132
  const _r1 = i0.ɵɵgetCurrentView();
16130
- i0.ɵɵelementStart(0, "div", 1);
16131
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
16132
- i0.ɵɵelementStart(1, "div", 2);
16133
- i0.ɵɵelement(2, "div", 3);
16134
- i0.ɵɵelementStart(3, "div", 4);
16135
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
16136
- i0.ɵɵelementStart(4, "div", 5)(5, "div", 6)(6, "div", 7);
16137
- i0.ɵɵconditionalCreate(7, ModalComponent_Conditional_0_Conditional_7_Template, 3, 1, "button", 8);
16138
- i0.ɵɵconditionalCreate(8, ModalComponent_Conditional_0_Conditional_8_Template, 2, 5, "div", 9);
16139
- i0.ɵɵconditionalCreate(9, ModalComponent_Conditional_0_Conditional_9_Template, 3, 0, "div", 10)(10, ModalComponent_Conditional_0_Conditional_10_Template, 2, 2, "h3", 11);
16133
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
16134
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
16140
16135
  i0.ɵɵelementEnd();
16141
- i0.ɵɵelementStart(11, "button", 12);
16142
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
16136
+ i0.ɵɵelementStart(2, "div", 3);
16137
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_div_click_2_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
16138
+ i0.ɵɵelementStart(3, "div", 4)(4, "div", 5)(5, "div", 6);
16139
+ i0.ɵɵconditionalCreate(6, ModalComponent_Conditional_0_Conditional_6_Template, 3, 1, "button", 7);
16140
+ i0.ɵɵconditionalCreate(7, ModalComponent_Conditional_0_Conditional_7_Template, 2, 5, "div", 8);
16141
+ i0.ɵɵconditionalCreate(8, ModalComponent_Conditional_0_Conditional_8_Template, 3, 0, "div", 9)(9, ModalComponent_Conditional_0_Conditional_9_Template, 2, 2, "h3", 10);
16142
+ i0.ɵɵelementEnd();
16143
+ i0.ɵɵelementStart(10, "button", 11);
16144
+ i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
16143
16145
  i0.ɵɵnamespaceSVG();
16144
- i0.ɵɵelementStart(12, "svg", 13);
16145
- i0.ɵɵelement(13, "path", 14);
16146
+ i0.ɵɵelementStart(11, "svg", 12);
16147
+ i0.ɵɵelement(12, "path", 13);
16146
16148
  i0.ɵɵelementEnd()()()();
16147
16149
  i0.ɵɵnamespaceHTML();
16148
- i0.ɵɵelementStart(14, "div", 15);
16149
- i0.ɵɵconditionalCreate(15, ModalComponent_Conditional_0_Conditional_15_Template, 1, 9, "symphiq-funnel-analysis-insight-card", 16);
16150
- i0.ɵɵconditionalCreate(16, ModalComponent_Conditional_0_Conditional_16_Template, 1, 9, "symphiq-funnel-analysis-metric-card", 17);
16151
- i0.ɵɵconditionalCreate(17, ModalComponent_Conditional_0_Conditional_17_Template, 8, 6, "div", 18);
16152
- i0.ɵɵconditionalCreate(18, ModalComponent_Conditional_0_Conditional_18_Template, 3, 0, "div", 19);
16153
- i0.ɵɵconditionalCreate(19, ModalComponent_Conditional_0_Conditional_19_Template, 5, 1, "div", 20);
16154
- i0.ɵɵconditionalCreate(20, ModalComponent_Conditional_0_Conditional_20_Template, 4, 1, "div", 21);
16155
- i0.ɵɵconditionalCreate(21, ModalComponent_Conditional_0_Conditional_21_Template, 1, 7, "symphiq-recommendation-card", 22);
16156
- i0.ɵɵconditionalCreate(22, ModalComponent_Conditional_0_Conditional_22_Template, 5, 1, "div", 20);
16157
- i0.ɵɵconditionalCreate(23, ModalComponent_Conditional_0_Conditional_23_Template, 5, 1, "div", 20);
16158
- i0.ɵɵconditionalCreate(24, ModalComponent_Conditional_0_Conditional_24_Template, 5, 1, "div", 20);
16159
- i0.ɵɵconditionalCreate(25, ModalComponent_Conditional_0_Conditional_25_Template, 5, 4, "div", 20);
16160
- i0.ɵɵconditionalCreate(26, ModalComponent_Conditional_0_Conditional_26_Template, 1, 2, "symphiq-funnel-strengths-list-modal-content", 23);
16161
- i0.ɵɵconditionalCreate(27, ModalComponent_Conditional_0_Conditional_27_Template, 1, 2, "symphiq-funnel-weaknesses-list-modal-content", 24);
16162
- i0.ɵɵconditionalCreate(28, ModalComponent_Conditional_0_Conditional_28_Template, 1, 5, "symphiq-funnel-strength-detail-modal-content", 25);
16163
- i0.ɵɵconditionalCreate(29, ModalComponent_Conditional_0_Conditional_29_Template, 1, 5, "symphiq-funnel-weakness-detail-modal-content", 26);
16164
- i0.ɵɵelementEnd();
16165
- i0.ɵɵelementStart(30, "div", 27);
16166
- i0.ɵɵconditionalCreate(31, ModalComponent_Conditional_0_Conditional_31_Template, 5, 1, "button", 28)(32, ModalComponent_Conditional_0_Conditional_32_Template, 2, 1, "button", 29);
16167
- i0.ɵɵelementEnd()()()();
16150
+ i0.ɵɵelementStart(13, "div", 14);
16151
+ i0.ɵɵconditionalCreate(14, ModalComponent_Conditional_0_Conditional_14_Template, 1, 9, "symphiq-funnel-analysis-insight-card", 15);
16152
+ i0.ɵɵconditionalCreate(15, ModalComponent_Conditional_0_Conditional_15_Template, 1, 9, "symphiq-funnel-analysis-metric-card", 16);
16153
+ i0.ɵɵconditionalCreate(16, ModalComponent_Conditional_0_Conditional_16_Template, 8, 6, "div", 17);
16154
+ i0.ɵɵconditionalCreate(17, ModalComponent_Conditional_0_Conditional_17_Template, 3, 0, "div", 18);
16155
+ i0.ɵɵconditionalCreate(18, ModalComponent_Conditional_0_Conditional_18_Template, 5, 1, "div", 19);
16156
+ i0.ɵɵconditionalCreate(19, ModalComponent_Conditional_0_Conditional_19_Template, 4, 1, "div", 20);
16157
+ i0.ɵɵconditionalCreate(20, ModalComponent_Conditional_0_Conditional_20_Template, 1, 7, "symphiq-recommendation-card", 21);
16158
+ i0.ɵɵconditionalCreate(21, ModalComponent_Conditional_0_Conditional_21_Template, 5, 1, "div", 19);
16159
+ i0.ɵɵconditionalCreate(22, ModalComponent_Conditional_0_Conditional_22_Template, 5, 1, "div", 19);
16160
+ i0.ɵɵconditionalCreate(23, ModalComponent_Conditional_0_Conditional_23_Template, 5, 1, "div", 19);
16161
+ i0.ɵɵconditionalCreate(24, ModalComponent_Conditional_0_Conditional_24_Template, 5, 4, "div", 19);
16162
+ i0.ɵɵconditionalCreate(25, ModalComponent_Conditional_0_Conditional_25_Template, 1, 2, "symphiq-funnel-strengths-list-modal-content", 22);
16163
+ i0.ɵɵconditionalCreate(26, ModalComponent_Conditional_0_Conditional_26_Template, 1, 2, "symphiq-funnel-weaknesses-list-modal-content", 23);
16164
+ i0.ɵɵconditionalCreate(27, ModalComponent_Conditional_0_Conditional_27_Template, 1, 5, "symphiq-funnel-strength-detail-modal-content", 24);
16165
+ i0.ɵɵconditionalCreate(28, ModalComponent_Conditional_0_Conditional_28_Template, 1, 5, "symphiq-funnel-weakness-detail-modal-content", 25);
16166
+ i0.ɵɵelementEnd();
16167
+ i0.ɵɵelementStart(29, "div", 26);
16168
+ i0.ɵɵconditionalCreate(30, ModalComponent_Conditional_0_Conditional_30_Template, 5, 1, "button", 27)(31, ModalComponent_Conditional_0_Conditional_31_Template, 2, 1, "button", 28);
16169
+ i0.ɵɵelementEnd()()();
16168
16170
  } if (rf & 2) {
16169
16171
  const ctx_r1 = i0.ɵɵnextContext();
16170
16172
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex());
16171
- i0.ɵɵadvance(2);
16173
+ i0.ɵɵadvance();
16172
16174
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
16173
16175
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/60" : "bg-slate-950/80")("@fadeIn", undefined);
16174
16176
  i0.ɵɵadvance();
16175
16177
  i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex());
16176
- i0.ɵɵclassProp("sm:max-w-6xl", ctx_r1.modalType() === "chart")("sm:max-w-3xl", ctx_r1.modalType() !== "chart");
16178
+ i0.ɵɵclassProp("max-w-6xl", ctx_r1.modalType() === "chart")("max-w-3xl", ctx_r1.modalType() !== "chart");
16177
16179
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/90 border-slate-200/50" : "bg-slate-800/90 border-slate-700/50")("@slideUpFade", undefined);
16178
16180
  i0.ɵɵadvance();
16179
16181
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
16180
16182
  i0.ɵɵadvance(3);
16181
- i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 7 : -1);
16183
+ i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 6 : -1);
16182
16184
  i0.ɵɵadvance();
16183
- i0.ɵɵconditional(ctx_r1.modalHeaderPriorityBadge() ? 8 : -1);
16185
+ i0.ɵɵconditional(ctx_r1.modalHeaderPriorityBadge() ? 7 : -1);
16184
16186
  i0.ɵɵadvance();
16185
- i0.ɵɵconditional(ctx_r1.shouldShowBreadcrumbs() ? 9 : 10);
16187
+ i0.ɵɵconditional(ctx_r1.shouldShowBreadcrumbs() ? 8 : 9);
16186
16188
  i0.ɵɵadvance(2);
16187
16189
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600 hover:text-slate-900 hover:bg-slate-100" : "text-slate-400 hover:text-white hover:bg-slate-700");
16188
16190
  i0.ɵɵadvance(3);
16189
16191
  i0.ɵɵclassProp("max-h-[80vh]", ctx_r1.modalType() === "chart")("max-h-[70vh]", ctx_r1.modalType() !== "chart");
16190
16192
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
16191
16193
  i0.ɵɵadvance();
16192
- i0.ɵɵconditional(ctx_r1.modalType() === "insight" && ctx_r1.insightData() ? 15 : -1);
16194
+ i0.ɵɵconditional(ctx_r1.modalType() === "insight" && ctx_r1.insightData() ? 14 : -1);
16193
16195
  i0.ɵɵadvance();
16194
- i0.ɵɵconditional(ctx_r1.modalType() === "metric" && ctx_r1.metricData() ? 16 : -1);
16196
+ i0.ɵɵconditional(ctx_r1.modalType() === "metric" && ctx_r1.metricData() ? 15 : -1);
16195
16197
  i0.ɵɵadvance();
16196
- i0.ɵɵconditional(ctx_r1.modalType() === "chart" && ctx_r1.chartData() ? 17 : -1);
16198
+ i0.ɵɵconditional(ctx_r1.modalType() === "chart" && ctx_r1.chartData() ? 16 : -1);
16197
16199
  i0.ɵɵadvance();
16198
- i0.ɵɵconditional(ctx_r1.modalType() === "insights-list" && ctx_r1.insightsListData() ? 18 : -1);
16200
+ i0.ɵɵconditional(ctx_r1.modalType() === "insights-list" && ctx_r1.insightsListData() ? 17 : -1);
16199
16201
  i0.ɵɵadvance();
16200
- i0.ɵɵconditional(ctx_r1.modalType() === "goal-insights-list" && ctx_r1.goalInsightsListData() ? 19 : -1);
16202
+ i0.ɵɵconditional(ctx_r1.modalType() === "goal-insights-list" && ctx_r1.goalInsightsListData() ? 18 : -1);
16201
16203
  i0.ɵɵadvance();
16202
- i0.ɵɵconditional(ctx_r1.modalType() === "goal-business-insights-list" && ctx_r1.goalBusinessInsightsListData() ? 20 : -1);
16204
+ i0.ɵɵconditional(ctx_r1.modalType() === "goal-business-insights-list" && ctx_r1.goalBusinessInsightsListData() ? 19 : -1);
16203
16205
  i0.ɵɵadvance();
16204
- i0.ɵɵconditional(ctx_r1.isBusinessInsightDetailModal() && ctx_r1.businessInsightDetailData() ? 21 : -1);
16206
+ i0.ɵɵconditional(ctx_r1.isBusinessInsightDetailModal() && ctx_r1.businessInsightDetailData() ? 20 : -1);
16205
16207
  i0.ɵɵadvance();
16206
- i0.ɵɵconditional(ctx_r1.modalType() === "metrics-list" && ctx_r1.metricsListData() ? 22 : -1);
16208
+ i0.ɵɵconditional(ctx_r1.modalType() === "metrics-list" && ctx_r1.metricsListData() ? 21 : -1);
16207
16209
  i0.ɵɵadvance();
16208
- i0.ɵɵconditional(ctx_r1.modalType() === "charts-list" && ctx_r1.chartsListData() ? 23 : -1);
16210
+ i0.ɵɵconditional(ctx_r1.modalType() === "charts-list" && ctx_r1.chartsListData() ? 22 : -1);
16209
16211
  i0.ɵɵadvance();
16210
- i0.ɵɵconditional(ctx_r1.modalType() === "recommendations-list" && ctx_r1.recommendationsListData() ? 24 : -1);
16212
+ i0.ɵɵconditional(ctx_r1.modalType() === "recommendations-list" && ctx_r1.recommendationsListData() ? 23 : -1);
16211
16213
  i0.ɵɵadvance();
16212
- i0.ɵɵconditional(ctx_r1.modalType() === "competitive-analysis" && ctx_r1.competitiveAnalysisData() ? 25 : -1);
16214
+ i0.ɵɵconditional(ctx_r1.modalType() === "competitive-analysis" && ctx_r1.competitiveAnalysisData() ? 24 : -1);
16213
16215
  i0.ɵɵadvance();
16214
- i0.ɵɵconditional(ctx_r1.modalType() === "funnel-strengths-list" && ctx_r1.funnelStrengthsListData() ? 26 : -1);
16216
+ i0.ɵɵconditional(ctx_r1.modalType() === "funnel-strengths-list" && ctx_r1.funnelStrengthsListData() ? 25 : -1);
16215
16217
  i0.ɵɵadvance();
16216
- i0.ɵɵconditional(ctx_r1.modalType() === "funnel-weaknesses-list" && ctx_r1.funnelWeaknessesListData() ? 27 : -1);
16218
+ i0.ɵɵconditional(ctx_r1.modalType() === "funnel-weaknesses-list" && ctx_r1.funnelWeaknessesListData() ? 26 : -1);
16217
16219
  i0.ɵɵadvance();
16218
- i0.ɵɵconditional(ctx_r1.modalType() === "funnel-strength-detail" && ctx_r1.funnelStrengthDetailData() ? 28 : -1);
16220
+ i0.ɵɵconditional(ctx_r1.modalType() === "funnel-strength-detail" && ctx_r1.funnelStrengthDetailData() ? 27 : -1);
16219
16221
  i0.ɵɵadvance();
16220
- i0.ɵɵconditional(ctx_r1.modalType() === "funnel-weakness-detail" && ctx_r1.funnelWeaknessDetailData() ? 29 : -1);
16222
+ i0.ɵɵconditional(ctx_r1.modalType() === "funnel-weakness-detail" && ctx_r1.funnelWeaknessDetailData() ? 28 : -1);
16221
16223
  i0.ɵɵadvance();
16222
16224
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-50 border-slate-200" : "bg-slate-900/50 border-slate-700");
16223
16225
  i0.ɵɵadvance();
16224
- i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 31 : 32);
16226
+ i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 30 : 31);
16225
16227
  } }
16226
16228
  class ModalComponent {
16227
16229
  constructor() {
@@ -16565,11 +16567,14 @@ class ModalComponent {
16565
16567
  this.modalService.modalState$
16566
16568
  .pipe(takeUntilDestroyed())
16567
16569
  .subscribe(state => {
16570
+ console.log('[FunnelAnalysisModal] Received modal state:', state.type, state);
16568
16571
  if (state.type === 'visualization') {
16572
+ console.log('[FunnelAnalysisModal] Skipping visualization type');
16569
16573
  return;
16570
16574
  }
16571
16575
  // Delegate business insight types to Profile Analysis Modal and item-detail to Business Analysis Modal
16572
16576
  if (state.type === 'business-insight-detail' || state.type === 'goal-business-insights-list' || state.type === 'item-detail') {
16577
+ console.log('[FunnelAnalysisModal] Delegating to other modal, clearing state');
16573
16578
  this.modalStateSignal.set({
16574
16579
  type: null,
16575
16580
  data: null,
@@ -16602,6 +16607,7 @@ class ModalComponent {
16602
16607
  chainDepth++;
16603
16608
  current = current.previousState;
16604
16609
  }
16610
+ console.log('[FunnelAnalysisModal] Setting modalStateSignal with type:', state.type);
16605
16611
  this.modalStateSignal.set({
16606
16612
  type: state.type,
16607
16613
  data: data,
@@ -16611,6 +16617,7 @@ class ModalComponent {
16611
16617
  expandedSection: state.expandedSection,
16612
16618
  navigationStack: state.navigationStack || []
16613
16619
  });
16620
+ console.log('[FunnelAnalysisModal] isOpen() should now be:', state.type !== null);
16614
16621
  });
16615
16622
  // Effect to trigger animations when metrics list modal opens
16616
16623
  effect(() => {
@@ -16948,8 +16955,8 @@ class ModalComponent {
16948
16955
  });
16949
16956
  }
16950
16957
  static { this.ɵfac = function ModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalComponent)(); }; }
16951
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["symphiq-funnel-analysis-modal"]], inputs: { isLightMode: [1, "isLightMode"], viewMode: [1, "viewMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], currencySymbol: [1, "currencySymbol"], businessProfile: [1, "businessProfile"] }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "overflow-y-auto", 3, "z-index"], [1, "fixed", "inset-0", "overflow-y-auto", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "z-40", "backdrop-blur-md", 3, "ngClass"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "ngClass"], [1, "flex-shrink-0", 3, "class", "animate-pulse"], [1, "flex", "items-center", "gap-2", "flex-wrap"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "currencySymbol", "currentModalState"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currencySymbol", "currentModalState", "initialExpandedSection"], [1, "chart-modal-content"], [1, "space-y-3"], [1, "space-y-5"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "animationIndex"], [3, "strengths", "isLightMode"], [3, "weaknesses", "isLightMode"], [3, "strength", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [3, "weakness", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "flex-shrink-0"], [1, "text-sm", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "click", "ngClass"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-sm", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "font-medium", "transition-colors", "flex-1", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-2"], [1, "w-10", "h-10", "rounded-lg", "flex", "items-center", "justify-center", 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", "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-1"], [1, "text-lg", "font-semibold", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "border-t", "pt-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-3", 3, "ngClass"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-3"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-xs", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "text-base", "font-semibold", "transition-colors", "mb-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", "mt-1", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "pt-2"], [1, "inline-flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-2", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey", "currencySymbol"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "w-full", "text-left", "flex", "items-start", "gap-3", "p-4", "rounded-lg", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "text-emerald-400", "flex-shrink-0", "mt-0.5"], [1, "p-4", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "click", "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "click", "ngClass"]], template: function ModalComponent_Template(rf, ctx) { if (rf & 1) {
16952
- i0.ɵɵconditionalCreate(0, ModalComponent_Conditional_0_Template, 33, 41, "div", 0);
16958
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["symphiq-funnel-analysis-modal"]], inputs: { isLightMode: [1, "isLightMode"], viewMode: [1, "viewMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], currencySymbol: [1, "currencySymbol"], businessProfile: [1, "businessProfile"] }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "ngClass"], [1, "flex-shrink-0", 3, "class", "animate-pulse"], [1, "flex", "items-center", "gap-2", "flex-wrap"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "currencySymbol", "currentModalState"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currencySymbol", "currentModalState", "initialExpandedSection"], [1, "chart-modal-content"], [1, "space-y-3"], [1, "space-y-5"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "animationIndex"], [3, "strengths", "isLightMode"], [3, "weaknesses", "isLightMode"], [3, "strength", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [3, "weakness", "isLightMode", "allMetrics", "allCharts", "currentModalState"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "flex-shrink-0"], [1, "text-sm", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "text-sm", "font-semibold", "transition-colors", "cursor-pointer", 3, "click", "ngClass"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "ngClass"], [1, "w-full", "text-left", "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-sm", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "font-medium", "transition-colors", "flex-1", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-2"], [1, "w-10", "h-10", "rounded-lg", "flex", "items-center", "justify-center", 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", "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-1"], [1, "text-lg", "font-semibold", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "border-t", "pt-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-3", 3, "ngClass"], [1, "w-full", "text-left", "p-4", "rounded-xl", "border-2", "hover:border-blue-500/50", "transition-all", "cursor-pointer", "group", "hover:scale-[1.01]", "hover:shadow-lg", "active:scale-[0.99]", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-3"], [1, "inline-flex", "items-center", "justify-center", "w-8", "h-8", "rounded-full", "text-xs", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "text-base", "font-semibold", "transition-colors", "mb-2", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "group-hover:text-blue-400", "transition-colors", "flex-shrink-0", "mt-1", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "pt-2"], [1, "inline-flex", "items-center", "gap-1.5", "px-3", "py-1.5", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", "mb-2", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey", "currencySymbol"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "w-full", "text-left", "flex", "items-start", "gap-3", "p-4", "rounded-lg", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "text-emerald-400", "flex-shrink-0", "mt-0.5"], [1, "p-4", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", "flex", "items-center", "justify-center", "gap-2", 3, "click", "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "click", "ngClass"]], template: function ModalComponent_Template(rf, ctx) { if (rf & 1) {
16959
+ i0.ɵɵconditionalCreate(0, ModalComponent_Conditional_0_Template, 32, 41, "div", 0);
16953
16960
  } if (rf & 2) {
16954
16961
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
16955
16962
  } }, dependencies: [CommonModule, i1$1.NgClass, InsightCardComponent, MetricCardComponent, MetricListItemComponent, ChartCardComponent, FunnelStrengthsListModalContentComponent, FunnelWeaknessesListModalContentComponent, FunnelStrengthDetailModalContentComponent, FunnelWeaknessDetailModalContentComponent, RecommendationCardComponent], encapsulation: 2, data: { animation: [
@@ -16990,18 +16997,17 @@ class ModalComponent {
16990
16997
  ],
16991
16998
  template: `
16992
16999
  @if (isOpen()) {
16993
- <div class="fixed inset-0 overflow-y-auto" [style.z-index]="baseZIndex()" (click)="closeModal()">
16994
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
16995
- <div [ngClass]="isLightMode() ? 'bg-slate-900/60' : 'bg-slate-950/80'" class="fixed inset-0 z-40 backdrop-blur-md" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn></div>
17000
+ <div class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()">
17001
+ <div [ngClass]="isLightMode() ? 'bg-slate-900/60' : 'bg-slate-950/80'" class="fixed inset-0 backdrop-blur-md" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn (click)="closeModal()"></div>
16996
17002
 
16997
- <div
16998
- (click)="$event.stopPropagation()"
16999
- [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
17000
- [class.sm:max-w-6xl]="modalType() === 'chart'"
17001
- [class.sm:max-w-3xl]="modalType() !== 'chart'"
17002
- class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full border backdrop-blur-xl"
17003
- [style.z-index]="contentZIndex()"
17004
- @slideUpFade>
17003
+ <div
17004
+ (click)="$event.stopPropagation()"
17005
+ [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
17006
+ [class.max-w-6xl]="modalType() === 'chart'"
17007
+ [class.max-w-3xl]="modalType() !== 'chart'"
17008
+ class="relative w-full rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
17009
+ [style.z-index]="contentZIndex()"
17010
+ @slideUpFade>
17005
17011
 
17006
17012
  <div [ngClass]="isLightMode() ? 'bg-white/50 border-slate-200/50' : 'bg-slate-800/50 border-slate-700/50'" class="px-6 py-5 border-b backdrop-blur-sm">
17007
17013
  <div class="flex items-start justify-between">
@@ -17416,12 +17422,11 @@ class ModalComponent {
17416
17422
  </div>
17417
17423
  </div>
17418
17424
  </div>
17419
- </div>
17420
- }
17425
+ }
17421
17426
  `,
17422
17427
  }]
17423
17428
  }], () => [], { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); }); })();
17424
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModalComponent, { className: "ModalComponent", filePath: "lib/components/funnel-analysis-dashboard/modal.component.ts", lineNumber: 475 }); })();
17429
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModalComponent, { className: "ModalComponent", filePath: "lib/components/funnel-analysis-dashboard/modal.component.ts", lineNumber: 473 }); })();
17425
17430
 
17426
17431
  function MetricValueTooltipComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
17427
17432
  i0.ɵɵelementStart(0, "div", 2);
@@ -41765,19 +41770,19 @@ class ItemDetailModalComponent {
41765
41770
  const _c0$M = ["modalContent"];
41766
41771
  const _c1$m = ["modalWrapper"];
41767
41772
  const _c2$f = ["*"];
41768
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
41769
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
41770
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
41771
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
41773
+ const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
41774
+ const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
41775
+ const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
41776
+ const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
41772
41777
  const _c3$b = a0 => ({ name: "arrow-left", source: a0 });
41773
41778
  const _c4$6 = a0 => ({ name: "chevron-right", source: a0 });
41774
41779
  const _forTrack0$H = ($index, $item) => $item.performanceItemId || $index;
41775
41780
  const _forTrack1$6 = ($index, $item) => $item.id || $index;
41776
41781
  const _forTrack2$2 = ($index, $item) => $item.metric || $index;
41777
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
41782
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
41778
41783
  const _r4 = i0.ɵɵgetCurrentView();
41779
- i0.ɵɵelementStart(0, "button", 45);
41780
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Conditional_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const crumb_r5 = i0.ɵɵnextContext(2).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBreadcrumbClick(crumb_r5)); });
41784
+ i0.ɵɵelementStart(0, "button", 44);
41785
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Conditional_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const crumb_r5 = i0.ɵɵnextContext(2).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBreadcrumbClick(crumb_r5)); });
41781
41786
  i0.ɵɵtext(1);
41782
41787
  i0.ɵɵelementEnd();
41783
41788
  } if (rf & 2) {
@@ -41787,8 +41792,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41787
41792
  i0.ɵɵadvance();
41788
41793
  i0.ɵɵtextInterpolate1(" ", crumb_r5.label, " ");
41789
41794
  } }
41790
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41791
- i0.ɵɵelementStart(0, "span", 43);
41795
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41796
+ i0.ɵɵelementStart(0, "span", 42);
41792
41797
  i0.ɵɵtext(1);
41793
41798
  i0.ɵɵelementEnd();
41794
41799
  } if (rf & 2) {
@@ -41796,9 +41801,9 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41796
41801
  i0.ɵɵadvance();
41797
41802
  i0.ɵɵtextInterpolate(crumb_r5.label);
41798
41803
  } }
41799
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
41800
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Conditional_0_Template, 2, 2, "button", 42)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Conditional_1_Template, 2, 1, "span", 43);
41801
- i0.ɵɵelement(2, "symphiq-icon", 44);
41804
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
41805
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Conditional_0_Template, 2, 2, "button", 41)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Conditional_1_Template, 2, 1, "span", 42);
41806
+ i0.ɵɵelement(2, "symphiq-icon", 43);
41802
41807
  } if (rf & 2) {
41803
41808
  const crumb_r5 = i0.ɵɵnextContext().$implicit;
41804
41809
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -41806,8 +41811,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41806
41811
  i0.ɵɵadvance(2);
41807
41812
  i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c4$6, ctx_r1.IconSourceEnum.HEROICONS));
41808
41813
  } }
41809
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41810
- i0.ɵɵelementStart(0, "span", 41);
41814
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41815
+ i0.ɵɵelementStart(0, "span", 40);
41811
41816
  i0.ɵɵtext(1);
41812
41817
  i0.ɵɵelementEnd();
41813
41818
  } if (rf & 2) {
@@ -41815,21 +41820,21 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41815
41820
  i0.ɵɵadvance();
41816
41821
  i0.ɵɵtextInterpolate(crumb_r5.label);
41817
41822
  } }
41818
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Template(rf, ctx) { if (rf & 1) {
41819
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Template, 3, 4)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_1_Template, 2, 1, "span", 41);
41823
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Template(rf, ctx) { if (rf & 1) {
41824
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_0_Template, 3, 4)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Conditional_1_Template, 2, 1, "span", 40);
41820
41825
  } if (rf & 2) {
41821
- const ɵ$index_25_r6 = ctx.$index;
41822
- const ɵ$count_25_r7 = ctx.$count;
41823
- i0.ɵɵconditional(!(ɵ$index_25_r6 === ɵ$count_25_r7 - 1) ? 0 : 1);
41826
+ const ɵ$index_23_r6 = ctx.$index;
41827
+ const ɵ$count_23_r7 = ctx.$count;
41828
+ i0.ɵɵconditional(!(ɵ$index_23_r6 === ɵ$count_23_r7 - 1) ? 0 : 1);
41824
41829
  } }
41825
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
41830
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
41826
41831
  const _r3 = i0.ɵɵgetCurrentView();
41827
- i0.ɵɵelementStart(0, "div", 10)(1, "button", 38);
41828
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onNavigateBack()); });
41829
- i0.ɵɵelement(2, "symphiq-icon", 39);
41832
+ i0.ɵɵelementStart(0, "div", 9)(1, "button", 37);
41833
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_7_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onNavigateBack()); });
41834
+ i0.ɵɵelement(2, "symphiq-icon", 38);
41830
41835
  i0.ɵɵelementEnd();
41831
- i0.ɵɵelementStart(3, "div", 40);
41832
- i0.ɵɵrepeaterCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Template, 2, 1, null, null, i0.ɵɵrepeaterTrackByIndex);
41836
+ i0.ɵɵelementStart(3, "div", 39);
41837
+ i0.ɵɵrepeaterCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_For_5_Template, 2, 1, null, null, i0.ɵɵrepeaterTrackByIndex);
41833
41838
  i0.ɵɵelementEnd()();
41834
41839
  } if (rf & 2) {
41835
41840
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -41841,10 +41846,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf,
41841
41846
  i0.ɵɵadvance(2);
41842
41847
  i0.ɵɵrepeater(ctx_r1.getBreadcrumbs());
41843
41848
  } }
41844
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41849
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41845
41850
  i0.ɵɵnamespaceSVG();
41846
- i0.ɵɵelementStart(0, "svg", 46);
41847
- i0.ɵɵelement(1, "path", 48);
41851
+ i0.ɵɵelementStart(0, "svg", 45);
41852
+ i0.ɵɵelement(1, "path", 47);
41848
41853
  i0.ɵɵelementEnd();
41849
41854
  } if (rf & 2) {
41850
41855
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -41852,10 +41857,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Conditional_1
41852
41857
  i0.ɵɵadvance();
41853
41858
  i0.ɵɵattribute("d", ctx);
41854
41859
  } }
41855
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
41856
- i0.ɵɵelementStart(0, "div", 11);
41857
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Conditional_1_Template, 2, 2, ":svg:svg", 46);
41858
- i0.ɵɵelementStart(2, "span", 47);
41860
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
41861
+ i0.ɵɵelementStart(0, "div", 10);
41862
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Conditional_1_Template, 2, 2, ":svg:svg", 45);
41863
+ i0.ɵɵelementStart(2, "span", 46);
41859
41864
  i0.ɵɵtext(3);
41860
41865
  i0.ɵɵelementEnd()();
41861
41866
  } if (rf & 2) {
@@ -41868,8 +41873,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Template(rf,
41868
41873
  i0.ɵɵadvance();
41869
41874
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTypeLabel(), " ");
41870
41875
  } }
41871
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41872
- i0.ɵɵelementStart(0, "span", 49);
41876
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41877
+ i0.ɵɵelementStart(0, "span", 48);
41873
41878
  i0.ɵɵtext(1);
41874
41879
  i0.ɵɵelementEnd();
41875
41880
  } if (rf & 2) {
@@ -41879,8 +41884,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_
41879
41884
  i0.ɵɵadvance();
41880
41885
  i0.ɵɵtextInterpolate1(" ", chips_r8.priority, " ");
41881
41886
  } }
41882
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_2_Template(rf, ctx) { if (rf & 1) {
41883
- i0.ɵɵelementStart(0, "span", 49);
41887
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_2_Template(rf, ctx) { if (rf & 1) {
41888
+ i0.ɵɵelementStart(0, "span", 48);
41884
41889
  i0.ɵɵtext(1);
41885
41890
  i0.ɵɵelementEnd();
41886
41891
  } if (rf & 2) {
@@ -41890,10 +41895,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_
41890
41895
  i0.ɵɵadvance();
41891
41896
  i0.ɵɵtextInterpolate1(" ", chips_r8.timeframe, " ");
41892
41897
  } }
41893
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Template(rf, ctx) { if (rf & 1) {
41894
- i0.ɵɵelementStart(0, "div", 13);
41895
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_1_Template, 2, 2, "span", 49);
41896
- i0.ɵɵconditionalCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_2_Template, 2, 2, "span", 49);
41898
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Template(rf, ctx) { if (rf & 1) {
41899
+ i0.ɵɵelementStart(0, "div", 12);
41900
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_1_Template, 2, 2, "span", 48);
41901
+ i0.ɵɵconditionalCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Conditional_2_Template, 2, 2, "span", 48);
41897
41902
  i0.ɵɵelementEnd();
41898
41903
  } if (rf & 2) {
41899
41904
  const chips_r8 = ctx;
@@ -41902,18 +41907,18 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Template(rf,
41902
41907
  i0.ɵɵadvance();
41903
41908
  i0.ɵɵconditional(chips_r8.timeframe ? 2 : -1);
41904
41909
  } }
41905
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
41910
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
41906
41911
  const _r9 = i0.ɵɵgetCurrentView();
41907
- i0.ɵɵelementStart(0, "symphiq-goal-detail-modal-content", 50);
41908
- i0.ɵɵlistener("showObjectives", function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template_symphiq_goal_detail_modal_content_showObjectives_0_listener() { const data_r10 = i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.showGoalObjectives(data_r10.goal, data_r10.viewMode)); });
41912
+ i0.ɵɵelementStart(0, "symphiq-goal-detail-modal-content", 49);
41913
+ i0.ɵɵlistener("showObjectives", function ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template_symphiq_goal_detail_modal_content_showObjectives_0_listener() { const data_r10 = i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.showGoalObjectives(data_r10.goal, data_r10.viewMode)); });
41909
41914
  i0.ɵɵelementEnd();
41910
41915
  } if (rf & 2) {
41911
41916
  const data_r10 = ctx;
41912
41917
  const ctx_r1 = i0.ɵɵnextContext(2);
41913
41918
  i0.ɵɵproperty("goal", data_r10.goal)("viewMode", data_r10.viewMode)("allInsights", ctx_r1.allInsights())("allMetrics", ctx_r1.allMetrics())("allBusinessInsights", ctx_r1.allBusinessInsights())("allCharts", ctx_r1.allCharts())("@fadeIn", undefined);
41914
41919
  } }
41915
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41916
- i0.ɵɵelementStart(0, "p", 51);
41920
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41921
+ i0.ɵɵelementStart(0, "p", 50);
41917
41922
  i0.ɵɵtext(1);
41918
41923
  i0.ɵɵelementEnd();
41919
41924
  } if (rf & 2) {
@@ -41923,11 +41928,11 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_
41923
41928
  i0.ɵɵadvance();
41924
41929
  i0.ɵɵtextInterpolate(data_r11.goalContext.description);
41925
41930
  } }
41926
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
41927
- i0.ɵɵelementStart(0, "div", 59)(1, "span", 63);
41931
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
41932
+ i0.ɵɵelementStart(0, "div", 58)(1, "span", 62);
41928
41933
  i0.ɵɵnamespaceSVG();
41929
- i0.ɵɵelementStart(2, "svg", 64);
41930
- i0.ɵɵelement(3, "path", 65);
41934
+ i0.ɵɵelementStart(2, "svg", 63);
41935
+ i0.ɵɵelement(3, "path", 64);
41931
41936
  i0.ɵɵelementEnd();
41932
41937
  i0.ɵɵtext(4);
41933
41938
  i0.ɵɵelementEnd()();
@@ -41939,25 +41944,25 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Condit
41939
41944
  i0.ɵɵadvance(3);
41940
41945
  i0.ɵɵtextInterpolate2(" ", insight_r13.recommendations.length, " ", insight_r13.recommendations.length === 1 ? "RECOMMENDATION" : "RECOMMENDATIONS", " ");
41941
41946
  } }
41942
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template(rf, ctx) { if (rf & 1) {
41947
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template(rf, ctx) { if (rf & 1) {
41943
41948
  const _r12 = i0.ɵɵgetCurrentView();
41944
- i0.ɵɵelementStart(0, "div", 53);
41945
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template_div_click_0_listener() { const insight_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightDetail(insight_r13)); });
41946
- i0.ɵɵelementStart(1, "div", 54)(2, "div", 55);
41949
+ i0.ɵɵelementStart(0, "div", 52);
41950
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template_div_click_0_listener() { const insight_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightDetail(insight_r13)); });
41951
+ i0.ɵɵelementStart(1, "div", 53)(2, "div", 54);
41947
41952
  i0.ɵɵtext(3);
41948
41953
  i0.ɵɵelementEnd();
41949
- i0.ɵɵelementStart(4, "div", 56)(5, "h4", 57);
41954
+ i0.ɵɵelementStart(4, "div", 55)(5, "h4", 56);
41950
41955
  i0.ɵɵtext(6);
41951
41956
  i0.ɵɵelementEnd();
41952
- i0.ɵɵelementStart(7, "p", 58);
41957
+ i0.ɵɵelementStart(7, "p", 57);
41953
41958
  i0.ɵɵtext(8);
41954
41959
  i0.ɵɵelementEnd();
41955
- i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template, 5, 3, "div", 59);
41960
+ i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Conditional_9_Template, 5, 3, "div", 58);
41956
41961
  i0.ɵɵelementEnd();
41957
- i0.ɵɵelementStart(10, "div", 60);
41962
+ i0.ɵɵelementStart(10, "div", 59);
41958
41963
  i0.ɵɵnamespaceSVG();
41959
- i0.ɵɵelementStart(11, "svg", 61);
41960
- i0.ɵɵelement(12, "path", 62);
41964
+ i0.ɵɵelementStart(11, "svg", 60);
41965
+ i0.ɵɵelement(12, "path", 61);
41961
41966
  i0.ɵɵelementEnd()()()();
41962
41967
  } if (rf & 2) {
41963
41968
  const insight_r13 = ctx.$implicit;
@@ -41980,10 +41985,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Templa
41980
41985
  i0.ɵɵadvance(2);
41981
41986
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400 group-hover:text-blue-600" : "text-slate-500 group-hover:text-blue-400");
41982
41987
  } }
41983
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
41984
- i0.ɵɵelementStart(0, "div", 19);
41985
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 51);
41986
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template, 13, 10, "div", 52, _forTrack0$H);
41988
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
41989
+ i0.ɵɵelementStart(0, "div", 18);
41990
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Conditional_1_Template, 2, 2, "p", 50);
41991
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_For_3_Template, 13, 10, "div", 51, _forTrack0$H);
41987
41992
  i0.ɵɵelementEnd();
41988
41993
  } if (rf & 2) {
41989
41994
  const data_r11 = ctx;
@@ -41992,8 +41997,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf,
41992
41997
  i0.ɵɵadvance();
41993
41998
  i0.ɵɵrepeater(data_r11.insights);
41994
41999
  } }
41995
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41996
- i0.ɵɵelementStart(0, "p", 51);
42000
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42001
+ i0.ɵɵelementStart(0, "p", 50);
41997
42002
  i0.ɵɵtext(1);
41998
42003
  i0.ɵɵelementEnd();
41999
42004
  } if (rf & 2) {
@@ -42003,11 +42008,11 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_
42003
42008
  i0.ɵɵadvance();
42004
42009
  i0.ɵɵtextInterpolate(data_r14.recommendationContext.description);
42005
42010
  } }
42006
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
42007
- i0.ɵɵelementStart(0, "div", 59)(1, "span", 63);
42011
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
42012
+ i0.ɵɵelementStart(0, "div", 58)(1, "span", 62);
42008
42013
  i0.ɵɵnamespaceSVG();
42009
- i0.ɵɵelementStart(2, "svg", 64);
42010
- i0.ɵɵelement(3, "path", 65);
42014
+ i0.ɵɵelementStart(2, "svg", 63);
42015
+ i0.ɵɵelement(3, "path", 64);
42011
42016
  i0.ɵɵelementEnd();
42012
42017
  i0.ɵɵtext(4);
42013
42018
  i0.ɵɵelementEnd()();
@@ -42019,25 +42024,25 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Condit
42019
42024
  i0.ɵɵadvance(3);
42020
42025
  i0.ɵɵtextInterpolate2(" ", insight_r16.recommendations.length, " ", insight_r16.recommendations.length === 1 ? "RECOMMENDATION" : "RECOMMENDATIONS", " ");
42021
42026
  } }
42022
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template(rf, ctx) { if (rf & 1) {
42027
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template(rf, ctx) { if (rf & 1) {
42023
42028
  const _r15 = i0.ɵɵgetCurrentView();
42024
- i0.ɵɵelementStart(0, "div", 53);
42025
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template_div_click_0_listener() { const insight_r16 = i0.ɵɵrestoreView(_r15).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightDetail(insight_r16)); });
42026
- i0.ɵɵelementStart(1, "div", 54)(2, "div", 55);
42029
+ i0.ɵɵelementStart(0, "div", 52);
42030
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template_div_click_0_listener() { const insight_r16 = i0.ɵɵrestoreView(_r15).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openInsightDetail(insight_r16)); });
42031
+ i0.ɵɵelementStart(1, "div", 53)(2, "div", 54);
42027
42032
  i0.ɵɵtext(3);
42028
42033
  i0.ɵɵelementEnd();
42029
- i0.ɵɵelementStart(4, "div", 56)(5, "h4", 57);
42034
+ i0.ɵɵelementStart(4, "div", 55)(5, "h4", 56);
42030
42035
  i0.ɵɵtext(6);
42031
42036
  i0.ɵɵelementEnd();
42032
- i0.ɵɵelementStart(7, "p", 58);
42037
+ i0.ɵɵelementStart(7, "p", 57);
42033
42038
  i0.ɵɵtext(8);
42034
42039
  i0.ɵɵelementEnd();
42035
- i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Conditional_9_Template, 5, 3, "div", 59);
42040
+ i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template, 5, 3, "div", 58);
42036
42041
  i0.ɵɵelementEnd();
42037
- i0.ɵɵelementStart(10, "div", 60);
42042
+ i0.ɵɵelementStart(10, "div", 59);
42038
42043
  i0.ɵɵnamespaceSVG();
42039
- i0.ɵɵelementStart(11, "svg", 61);
42040
- i0.ɵɵelement(12, "path", 62);
42044
+ i0.ɵɵelementStart(11, "svg", 60);
42045
+ i0.ɵɵelement(12, "path", 61);
42041
42046
  i0.ɵɵelementEnd()()()();
42042
42047
  } if (rf & 2) {
42043
42048
  const insight_r16 = ctx.$implicit;
@@ -42060,10 +42065,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Templa
42060
42065
  i0.ɵɵadvance(2);
42061
42066
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400 group-hover:text-blue-600" : "text-slate-500 group-hover:text-blue-400");
42062
42067
  } }
42063
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
42064
- i0.ɵɵelementStart(0, "div", 19);
42065
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 51);
42066
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template, 13, 10, "div", 52, _forTrack0$H);
42068
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
42069
+ i0.ɵɵelementStart(0, "div", 18);
42070
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 50);
42071
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Template, 13, 10, "div", 51, _forTrack0$H);
42067
42072
  i0.ɵɵelementEnd();
42068
42073
  } if (rf & 2) {
42069
42074
  const data_r14 = ctx;
@@ -42072,8 +42077,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf,
42072
42077
  i0.ɵɵadvance();
42073
42078
  i0.ɵɵrepeater(data_r14.insights);
42074
42079
  } }
42075
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42076
- i0.ɵɵelementStart(0, "p", 51);
42080
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42081
+ i0.ɵɵelementStart(0, "p", 50);
42077
42082
  i0.ɵɵtext(1);
42078
42083
  i0.ɵɵelementEnd();
42079
42084
  } if (rf & 2) {
@@ -42083,10 +42088,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_
42083
42088
  i0.ɵɵadvance();
42084
42089
  i0.ɵɵtextInterpolate(data_r17.goalContext.description);
42085
42090
  } }
42086
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template(rf, ctx) { if (rf & 1) {
42091
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template(rf, ctx) { if (rf & 1) {
42087
42092
  const _r18 = i0.ɵɵgetCurrentView();
42088
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
42089
- i0.ɵɵlistener("cardNavigate", function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r19 = i0.ɵɵrestoreView(_r18).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetailFromRecommendation(businessInsight_r19)); });
42093
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 65);
42094
+ i0.ɵɵlistener("cardNavigate", function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r19 = i0.ɵɵrestoreView(_r18).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetailFromRecommendation(businessInsight_r19)); });
42090
42095
  i0.ɵɵelementEnd()();
42091
42096
  } if (rf & 2) {
42092
42097
  const businessInsight_r19 = ctx.$implicit;
@@ -42095,10 +42100,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Templa
42095
42100
  i0.ɵɵadvance();
42096
42101
  i0.ɵɵproperty("recommendation", businessInsight_r19)("viewMode", data_r17.viewMode)("animationIndex", $index_r20)("showNavigationChevron", true)("inModalContext", true);
42097
42102
  } }
42098
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
42099
- i0.ɵɵelementStart(0, "div", 20);
42100
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 2, 2, "p", 51);
42101
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template, 2, 5, "div", null, _forTrack1$6);
42103
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
42104
+ i0.ɵɵelementStart(0, "div", 19);
42105
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 50);
42106
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Template, 2, 5, "div", null, _forTrack1$6);
42102
42107
  i0.ɵɵelementEnd();
42103
42108
  } if (rf & 2) {
42104
42109
  const data_r17 = ctx;
@@ -42107,8 +42112,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf,
42107
42112
  i0.ɵɵadvance();
42108
42113
  i0.ɵɵrepeater(data_r17.businessInsights);
42109
42114
  } }
42110
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42111
- i0.ɵɵelementStart(0, "p", 51);
42115
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42116
+ i0.ɵɵelementStart(0, "p", 50);
42112
42117
  i0.ɵɵtext(1);
42113
42118
  i0.ɵɵelementEnd();
42114
42119
  } if (rf & 2) {
@@ -42118,10 +42123,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_
42118
42123
  i0.ɵɵadvance();
42119
42124
  i0.ɵɵtextInterpolate(data_r21.recommendationContext.description);
42120
42125
  } }
42121
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Template(rf, ctx) { if (rf & 1) {
42126
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template(rf, ctx) { if (rf & 1) {
42122
42127
  const _r22 = i0.ɵɵgetCurrentView();
42123
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
42124
- i0.ɵɵlistener("cardNavigate", function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r23 = i0.ɵɵrestoreView(_r22).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetailFromRecommendation(businessInsight_r23)); });
42128
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 65);
42129
+ i0.ɵɵlistener("cardNavigate", function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template_symphiq_recommendation_card_cardNavigate_1_listener() { const businessInsight_r23 = i0.ɵɵrestoreView(_r22).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openBusinessInsightDetailFromRecommendation(businessInsight_r23)); });
42125
42130
  i0.ɵɵelementEnd()();
42126
42131
  } if (rf & 2) {
42127
42132
  const businessInsight_r23 = ctx.$implicit;
@@ -42130,10 +42135,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Templa
42130
42135
  i0.ɵɵadvance();
42131
42136
  i0.ɵɵproperty("recommendation", businessInsight_r23)("viewMode", ctx_r1.viewMode())("animationIndex", $index_r24)("showNavigationChevron", true)("inModalContext", true);
42132
42137
  } }
42133
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
42134
- i0.ɵɵelementStart(0, "div", 20);
42135
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 2, 2, "p", 51);
42136
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Template, 2, 5, "div", null, _forTrack1$6);
42138
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
42139
+ i0.ɵɵelementStart(0, "div", 19);
42140
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 2, 2, "p", 50);
42141
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template, 2, 5, "div", null, _forTrack1$6);
42137
42142
  i0.ɵɵelementEnd();
42138
42143
  } if (rf & 2) {
42139
42144
  const data_r21 = ctx;
@@ -42142,26 +42147,26 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf,
42142
42147
  i0.ɵɵadvance();
42143
42148
  i0.ɵɵrepeater(data_r21.businessInsights);
42144
42149
  } }
42145
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
42146
- i0.ɵɵelement(0, "symphiq-recommendation-card", 21);
42150
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
42151
+ i0.ɵɵelement(0, "symphiq-recommendation-card", 20);
42147
42152
  } if (rf & 2) {
42148
42153
  const data_r25 = ctx;
42149
42154
  const ctx_r1 = i0.ɵɵnextContext(2);
42150
42155
  i0.ɵɵproperty("recommendation", data_r25.recommendation)("viewMode", data_r25.viewMode)("forceExpanded", true)("showNavigationChevron", false)("inModalContext", true)("isCompactMode", false)("fromProfileAnalysis", true)("animationIndex", 0)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("currentModalState", ctx_r1.getCurrentModalState())("goalTitle", ctx_r1.extractGoalTitle())("objectiveTitle", ctx_r1.extractObjectiveTitle())("strategyTitle", ctx_r1.extractStrategyTitle());
42151
42156
  } }
42152
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
42157
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
42153
42158
  const _r26 = i0.ɵɵgetCurrentView();
42154
- i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 67);
42155
- i0.ɵɵlistener("close", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template_symphiq_item_detail_modal_close_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); })("scrollToTop", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template_symphiq_item_detail_modal_scrollToTop_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollModalToTop()); });
42159
+ i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 66);
42160
+ i0.ɵɵlistener("close", function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template_symphiq_item_detail_modal_close_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); })("scrollToTop", function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template_symphiq_item_detail_modal_scrollToTop_0_listener() { i0.ɵɵrestoreView(_r26); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollModalToTop()); });
42156
42161
  i0.ɵɵelementEnd();
42157
42162
  } if (rf & 2) {
42158
42163
  const data_r27 = ctx;
42159
42164
  i0.ɵɵproperty("item", data_r27.item)("viewMode", data_r27.viewMode)("sectionTitle", data_r27.sectionTitle || "Section")("subsectionTitle", data_r27.subsectionTitle || "Subsection")("isCompactMode", data_r27.isCompactMode || false)("fromProfileAnalysis", true);
42160
42165
  } }
42161
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42166
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42162
42167
  const _r28 = i0.ɵɵgetCurrentView();
42163
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
42164
- i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_For_4_Conditional_0_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(6); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
42168
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
42169
+ i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Conditional_0_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(6); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
42165
42170
  i0.ɵɵelementEnd()();
42166
42171
  } if (rf & 2) {
42167
42172
  const ctx_r28 = i0.ɵɵnextContext();
@@ -42171,18 +42176,18 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42171
42176
  i0.ɵɵadvance();
42172
42177
  i0.ɵɵproperty("metric", metric_r30)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r31);
42173
42178
  } }
42174
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_For_4_Template(rf, ctx) { if (rf & 1) {
42175
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_For_4_Conditional_0_Template, 2, 3, "div");
42179
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Template(rf, ctx) { if (rf & 1) {
42180
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Conditional_0_Template, 2, 3, "div");
42176
42181
  } if (rf & 2) {
42177
42182
  const metric_r30 = ctx.$implicit;
42178
42183
  const data_r32 = i0.ɵɵnextContext(3);
42179
42184
  i0.ɵɵconditional(metric_r30.metric === data_r32.directlyAffectedMetricId ? 0 : -1);
42180
42185
  } }
42181
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42182
- i0.ɵɵelementStart(0, "div", 68)(1, "h3", 69);
42186
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42187
+ i0.ɵɵelementStart(0, "div", 67)(1, "h3", 68);
42183
42188
  i0.ɵɵtext(2, " Directly Affected Metric ");
42184
42189
  i0.ɵɵelementEnd();
42185
- i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_For_4_Template, 1, 1, null, null, _forTrack2$2);
42190
+ i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_For_4_Template, 1, 1, null, null, _forTrack2$2);
42186
42191
  i0.ɵɵelementEnd();
42187
42192
  } if (rf & 2) {
42188
42193
  const data_r32 = i0.ɵɵnextContext(2);
@@ -42192,10 +42197,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42192
42197
  i0.ɵɵadvance(2);
42193
42198
  i0.ɵɵrepeater(data_r32.metrics);
42194
42199
  } }
42195
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42200
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42196
42201
  const _r33 = i0.ɵɵgetCurrentView();
42197
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
42198
- i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_For_4_Conditional_0_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(6); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
42202
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
42203
+ i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Conditional_0_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r33); const ctx_r1 = i0.ɵɵnextContext(6); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
42199
42204
  i0.ɵɵelementEnd()();
42200
42205
  } if (rf & 2) {
42201
42206
  const ctx_r33 = i0.ɵɵnextContext();
@@ -42205,18 +42210,18 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42205
42210
  i0.ɵɵadvance();
42206
42211
  i0.ɵɵproperty("metric", metric_r35)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r36);
42207
42212
  } }
42208
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_For_4_Template(rf, ctx) { if (rf & 1) {
42209
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_For_4_Conditional_0_Template, 2, 3, "div");
42213
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Template(rf, ctx) { if (rf & 1) {
42214
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Conditional_0_Template, 2, 3, "div");
42210
42215
  } if (rf & 2) {
42211
42216
  const metric_r35 = ctx.$implicit;
42212
42217
  const data_r32 = i0.ɵɵnextContext(3);
42213
42218
  i0.ɵɵconditional(data_r32.indirectlyAffectedMetricIds.includes(metric_r35.metric || "") ? 0 : -1);
42214
42219
  } }
42215
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42216
- i0.ɵɵelementStart(0, "div", 68)(1, "h3", 69);
42220
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42221
+ i0.ɵɵelementStart(0, "div", 67)(1, "h3", 68);
42217
42222
  i0.ɵɵtext(2, " Indirectly Affected Metrics ");
42218
42223
  i0.ɵɵelementEnd();
42219
- i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_For_4_Template, 1, 1, null, null, _forTrack2$2);
42224
+ i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_For_4_Template, 1, 1, null, null, _forTrack2$2);
42220
42225
  i0.ɵɵelementEnd();
42221
42226
  } if (rf & 2) {
42222
42227
  const data_r32 = i0.ɵɵnextContext(2);
@@ -42226,19 +42231,19 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42226
42231
  i0.ɵɵadvance(2);
42227
42232
  i0.ɵɵrepeater(data_r32.metrics);
42228
42233
  } }
42229
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42230
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_Template, 5, 1, "div", 68);
42231
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_Template, 5, 1, "div", 68);
42234
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42235
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_0_Template, 5, 1, "div", 67);
42236
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Conditional_1_Template, 5, 1, "div", 67);
42232
42237
  } if (rf & 2) {
42233
42238
  const data_r32 = i0.ɵɵnextContext();
42234
42239
  i0.ɵɵconditional(data_r32.directlyAffectedMetricId ? 0 : -1);
42235
42240
  i0.ɵɵadvance();
42236
42241
  i0.ɵɵconditional(data_r32.indirectlyAffectedMetricIds && data_r32.indirectlyAffectedMetricIds.length > 0 ? 1 : -1);
42237
42242
  } }
42238
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_2_For_1_Template(rf, ctx) { if (rf & 1) {
42243
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_For_1_Template(rf, ctx) { if (rf & 1) {
42239
42244
  const _r37 = i0.ɵɵgetCurrentView();
42240
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
42241
- i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_2_For_1_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
42245
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
42246
+ i0.ɵɵlistener("metricClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_For_1_Template_symphiq_metric_list_item_metricClick_1_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.openMetricDetail($event)); });
42242
42247
  i0.ɵɵelementEnd()();
42243
42248
  } if (rf & 2) {
42244
42249
  const metric_r38 = ctx.$implicit;
@@ -42247,29 +42252,29 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42247
42252
  i0.ɵɵadvance();
42248
42253
  i0.ɵɵproperty("metric", metric_r38)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r39);
42249
42254
  } }
42250
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_2_Template(rf, ctx) { if (rf & 1) {
42251
- i0.ɵɵrepeaterCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_2_For_1_Template, 2, 3, "div", null, _forTrack0$H);
42255
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_Template(rf, ctx) { if (rf & 1) {
42256
+ i0.ɵɵrepeaterCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_For_1_Template, 2, 3, "div", null, _forTrack0$H);
42252
42257
  } if (rf & 2) {
42253
42258
  const data_r32 = i0.ɵɵnextContext();
42254
42259
  i0.ɵɵrepeater(data_r32.metrics);
42255
42260
  } }
42256
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
42257
- i0.ɵɵelementStart(0, "div", 19);
42258
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Template, 2, 2)(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_2_Template, 2, 0);
42261
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
42262
+ i0.ɵɵelementStart(0, "div", 18);
42263
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_1_Template, 2, 2)(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Conditional_2_Template, 2, 0);
42259
42264
  i0.ɵɵelementEnd();
42260
42265
  } if (rf & 2) {
42261
42266
  const data_r32 = ctx;
42262
42267
  i0.ɵɵadvance();
42263
42268
  i0.ɵɵconditional(data_r32.recommendationContext && (data_r32.directlyAffectedMetricId || data_r32.indirectlyAffectedMetricIds) ? 1 : 2);
42264
42269
  } }
42265
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
42266
- i0.ɵɵelement(0, "symphiq-funnel-analysis-metric-card", 23);
42270
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
42271
+ i0.ɵɵelement(0, "symphiq-funnel-analysis-metric-card", 22);
42267
42272
  } if (rf & 2) {
42268
42273
  const ctx_r1 = i0.ɵɵnextContext(2);
42269
42274
  i0.ɵɵproperty("metric", ctx)("insights", ctx_r1.allInsights())("charts", ctx_r1.currentCharts())("allCharts", ctx_r1.allCharts())("isLightMode", ctx_r1.isLightMode())("isInModal", true)("currentModalState", ctx_r1.getCurrentModalState())("viewMode", ctx_r1.viewMode());
42270
42275
  } }
42271
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42272
- i0.ɵɵelementStart(0, "p", 51);
42276
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42277
+ i0.ɵɵelementStart(0, "p", 50);
42273
42278
  i0.ɵɵtext(1);
42274
42279
  i0.ɵɵelementEnd();
42275
42280
  } if (rf & 2) {
@@ -42279,10 +42284,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_
42279
42284
  i0.ɵɵadvance();
42280
42285
  i0.ɵɵtextInterpolate(data_r40.insightContext == null ? null : data_r40.insightContext.description);
42281
42286
  } }
42282
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_For_3_Template(rf, ctx) { if (rf & 1) {
42287
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Template(rf, ctx) { if (rf & 1) {
42283
42288
  const _r41 = i0.ɵɵgetCurrentView();
42284
- i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 71);
42285
- i0.ɵɵlistener("chartClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_For_3_Template_symphiq_chart_card_chartClick_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openChartDetail($event)); });
42289
+ i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 70);
42290
+ i0.ɵɵlistener("chartClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Template_symphiq_chart_card_chartClick_1_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.openChartDetail($event)); });
42286
42291
  i0.ɵɵelementEnd()();
42287
42292
  } if (rf & 2) {
42288
42293
  const chart_r42 = ctx.$implicit;
@@ -42290,10 +42295,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_For_3_Templa
42290
42295
  i0.ɵɵadvance();
42291
42296
  i0.ɵɵproperty("chart", chart_r42)("viewMode", ctx_r1.viewMode())("isLightMode", ctx_r1.isLightMode());
42292
42297
  } }
42293
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
42294
- i0.ɵɵelementStart(0, "div", 19);
42295
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Template, 2, 2, "p", 51);
42296
- i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_For_3_Template, 2, 3, "div", null, i0.ɵɵrepeaterTrackByIndex);
42298
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
42299
+ i0.ɵɵelementStart(0, "div", 18);
42300
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Conditional_1_Template, 2, 2, "p", 50);
42301
+ i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_For_3_Template, 2, 3, "div", null, i0.ɵɵrepeaterTrackByIndex);
42297
42302
  i0.ɵɵelementEnd();
42298
42303
  } if (rf & 2) {
42299
42304
  const data_r40 = ctx;
@@ -42302,14 +42307,14 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template(rf,
42302
42307
  i0.ɵɵadvance();
42303
42308
  i0.ɵɵrepeater(data_r40.charts);
42304
42309
  } }
42305
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
42306
- i0.ɵɵelement(0, "symphiq-funnel-analysis-insight-card", 24);
42310
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
42311
+ i0.ɵɵelement(0, "symphiq-funnel-analysis-insight-card", 23);
42307
42312
  } if (rf & 2) {
42308
42313
  const ctx_r1 = i0.ɵɵnextContext(2);
42309
42314
  i0.ɵɵproperty("insight", ctx)("allMetrics", ctx_r1.allMetrics())("charts", ctx_r1.currentCharts())("allCharts", ctx_r1.allCharts())("allBusinessInsights", ctx_r1.businessInsightsForInsightCard())("isLightMode", ctx_r1.isLightMode())("isInModal", true)("isLoading", false)("isCompactMode", false)("viewMode", ctx_r1.viewMode())("currentModalState", ctx_r1.getCurrentModalState());
42310
42315
  } }
42311
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42312
- i0.ɵɵelementStart(0, "p", 72);
42316
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42317
+ i0.ɵɵelementStart(0, "p", 71);
42313
42318
  i0.ɵɵtext(1);
42314
42319
  i0.ɵɵelementEnd();
42315
42320
  } if (rf & 2) {
@@ -42319,98 +42324,98 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_
42319
42324
  i0.ɵɵadvance();
42320
42325
  i0.ɵɵtextInterpolate(chart_r43.description);
42321
42326
  } }
42322
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Defer_0_Template(rf, ctx) { if (rf & 1) {
42323
- i0.ɵɵelement(0, "symphiq-line-chart", 74);
42327
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_0_Template(rf, ctx) { if (rf & 1) {
42328
+ i0.ɵɵelement(0, "symphiq-line-chart", 73);
42324
42329
  } if (rf & 2) {
42325
42330
  const chart_r43 = i0.ɵɵnextContext(2);
42326
42331
  const ctx_r1 = i0.ɵɵnextContext(2);
42327
42332
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42328
42333
  } }
42329
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42330
- i0.ɵɵelementStart(0, "div", 75);
42331
- i0.ɵɵelement(1, "div", 76);
42334
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42335
+ i0.ɵɵelementStart(0, "div", 74);
42336
+ i0.ɵɵelement(1, "div", 75);
42332
42337
  i0.ɵɵelementEnd();
42333
42338
  } if (rf & 2) {
42334
42339
  const ctx_r1 = i0.ɵɵnextContext(4);
42335
42340
  i0.ɵɵadvance();
42336
42341
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
42337
42342
  } }
42338
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Template(rf, ctx) { if (rf & 1) {
42339
- i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_DeferPlaceholder_1_Template, 2, 1);
42340
- i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Defer_2_DepsFn, null, 1);
42343
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Template(rf, ctx) { if (rf & 1) {
42344
+ i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_DeferPlaceholder_1_Template, 2, 1);
42345
+ i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_2_DepsFn, null, 1);
42341
42346
  i0.ɵɵdeferOnIdle();
42342
42347
  } }
42343
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
42344
- i0.ɵɵelement(0, "symphiq-bar-chart", 74);
42348
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
42349
+ i0.ɵɵelement(0, "symphiq-bar-chart", 73);
42345
42350
  } if (rf & 2) {
42346
42351
  const chart_r43 = i0.ɵɵnextContext(2);
42347
42352
  const ctx_r1 = i0.ɵɵnextContext(2);
42348
42353
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42349
42354
  } }
42350
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42351
- i0.ɵɵelementStart(0, "div", 75);
42352
- i0.ɵɵelement(1, "div", 76);
42355
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42356
+ i0.ɵɵelementStart(0, "div", 74);
42357
+ i0.ɵɵelement(1, "div", 75);
42353
42358
  i0.ɵɵelementEnd();
42354
42359
  } if (rf & 2) {
42355
42360
  const ctx_r1 = i0.ɵɵnextContext(4);
42356
42361
  i0.ɵɵadvance();
42357
42362
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
42358
42363
  } }
42359
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Template(rf, ctx) { if (rf & 1) {
42360
- i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_DeferPlaceholder_1_Template, 2, 1);
42361
- i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Defer_2_DepsFn, null, 1);
42364
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Template(rf, ctx) { if (rf & 1) {
42365
+ i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_DeferPlaceholder_1_Template, 2, 1);
42366
+ i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Defer_2_DepsFn, null, 1);
42362
42367
  i0.ɵɵdeferOnIdle();
42363
42368
  } }
42364
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
42365
- i0.ɵɵelement(0, "symphiq-pie-chart", 74);
42369
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
42370
+ i0.ɵɵelement(0, "symphiq-pie-chart", 73);
42366
42371
  } if (rf & 2) {
42367
42372
  const chart_r43 = i0.ɵɵnextContext(2);
42368
42373
  const ctx_r1 = i0.ɵɵnextContext(2);
42369
42374
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42370
42375
  } }
42371
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42372
- i0.ɵɵelementStart(0, "div", 75);
42373
- i0.ɵɵelement(1, "div", 76);
42376
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42377
+ i0.ɵɵelementStart(0, "div", 74);
42378
+ i0.ɵɵelement(1, "div", 75);
42374
42379
  i0.ɵɵelementEnd();
42375
42380
  } if (rf & 2) {
42376
42381
  const ctx_r1 = i0.ɵɵnextContext(4);
42377
42382
  i0.ɵɵadvance();
42378
42383
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
42379
42384
  } }
42380
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Template(rf, ctx) { if (rf & 1) {
42381
- i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_DeferPlaceholder_1_Template, 2, 1);
42382
- i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Defer_2_DepsFn, null, 1);
42385
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Template(rf, ctx) { if (rf & 1) {
42386
+ i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_DeferPlaceholder_1_Template, 2, 1);
42387
+ i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Defer_2_DepsFn, null, 1);
42383
42388
  i0.ɵɵdeferOnIdle();
42384
42389
  } }
42385
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
42386
- i0.ɵɵelement(0, "symphiq-area-chart", 74);
42390
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
42391
+ i0.ɵɵelement(0, "symphiq-area-chart", 73);
42387
42392
  } if (rf & 2) {
42388
42393
  const chart_r43 = i0.ɵɵnextContext(2);
42389
42394
  const ctx_r1 = i0.ɵɵnextContext(2);
42390
42395
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42391
42396
  } }
42392
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42393
- i0.ɵɵelementStart(0, "div", 75);
42394
- i0.ɵɵelement(1, "div", 76);
42397
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42398
+ i0.ɵɵelementStart(0, "div", 74);
42399
+ i0.ɵɵelement(1, "div", 75);
42395
42400
  i0.ɵɵelementEnd();
42396
42401
  } if (rf & 2) {
42397
42402
  const ctx_r1 = i0.ɵɵnextContext(4);
42398
42403
  i0.ɵɵadvance();
42399
42404
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "border-2 border-slate-300 border-t-blue-500" : "border-2 border-slate-600 border-t-blue-400");
42400
42405
  } }
42401
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Template(rf, ctx) { if (rf & 1) {
42402
- i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_DeferPlaceholder_1_Template, 2, 1);
42403
- i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Defer_2_DepsFn, null, 1);
42406
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Template(rf, ctx) { if (rf & 1) {
42407
+ i0.ɵɵdomTemplate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Defer_0_Template, 1, 3)(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_DeferPlaceholder_1_Template, 2, 1);
42408
+ i0.ɵɵdefer(2, 0, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Defer_2_DepsFn, null, 1);
42404
42409
  i0.ɵɵdeferOnIdle();
42405
42410
  } }
42406
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template(rf, ctx) { if (rf & 1) {
42407
- i0.ɵɵelementStart(0, "div", 25);
42408
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_1_Template, 2, 2, "p", 72);
42409
- i0.ɵɵelementStart(2, "div", 73);
42410
- i0.ɵɵconditionalCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Template, 4, 0);
42411
- i0.ɵɵconditionalCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Template, 4, 0);
42412
- i0.ɵɵconditionalCreate(5, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Template, 4, 0);
42413
- i0.ɵɵconditionalCreate(6, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Template, 4, 0);
42411
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
42412
+ i0.ɵɵelementStart(0, "div", 24);
42413
+ i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_1_Template, 2, 2, "p", 71);
42414
+ i0.ɵɵelementStart(2, "div", 72);
42415
+ i0.ɵɵconditionalCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Template, 4, 0);
42416
+ i0.ɵɵconditionalCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Template, 4, 0);
42417
+ i0.ɵɵconditionalCreate(5, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_5_Template, 4, 0);
42418
+ i0.ɵɵconditionalCreate(6, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_6_Template, 4, 0);
42414
42419
  i0.ɵɵelementEnd()();
42415
42420
  } if (rf & 2) {
42416
42421
  const chart_r43 = ctx;
@@ -42427,118 +42432,117 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template(rf,
42427
42432
  i0.ɵɵadvance();
42428
42433
  i0.ɵɵconditional(chart_r43.chartType === ctx_r1.ChartTypeEnum.AREA && chart_r43.areaChartData ? 6 : -1);
42429
42434
  } }
42430
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_30_Template(rf, ctx) { if (rf & 1) {
42431
- i0.ɵɵelement(0, "symphiq-key-strengths-list-modal-content", 26);
42435
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template(rf, ctx) { if (rf & 1) {
42436
+ i0.ɵɵelement(0, "symphiq-key-strengths-list-modal-content", 25);
42432
42437
  } if (rf & 2) {
42433
42438
  const data_r44 = ctx;
42434
42439
  i0.ɵɵproperty("keyStrengths", data_r44.keyStrengths)("viewMode", data_r44.viewMode)("@fadeIn", undefined);
42435
42440
  } }
42436
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
42437
- i0.ɵɵelement(0, "symphiq-critical-gaps-list-modal-content", 27);
42441
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_30_Template(rf, ctx) { if (rf & 1) {
42442
+ i0.ɵɵelement(0, "symphiq-critical-gaps-list-modal-content", 26);
42438
42443
  } if (rf & 2) {
42439
42444
  const data_r45 = ctx;
42440
42445
  i0.ɵɵproperty("criticalGaps", data_r45.criticalGaps)("viewMode", data_r45.viewMode)("@fadeIn", undefined);
42441
42446
  } }
42442
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
42443
- i0.ɵɵelement(0, "symphiq-key-strength-detail-modal-content", 28);
42447
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
42448
+ i0.ɵɵelement(0, "symphiq-key-strength-detail-modal-content", 27);
42444
42449
  } if (rf & 2) {
42445
42450
  const data_r46 = ctx;
42446
42451
  i0.ɵɵproperty("strength", data_r46.strength)("viewMode", data_r46.viewMode)("@fadeIn", undefined);
42447
42452
  } }
42448
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
42449
- i0.ɵɵelement(0, "symphiq-critical-gap-detail-modal-content", 29);
42453
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
42454
+ i0.ɵɵelement(0, "symphiq-critical-gap-detail-modal-content", 28);
42450
42455
  } if (rf & 2) {
42451
42456
  const data_r47 = ctx;
42452
42457
  i0.ɵɵproperty("gap", data_r47.gap)("viewMode", data_r47.viewMode)("@fadeIn", undefined);
42453
42458
  } }
42454
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
42459
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
42455
42460
  const _r48 = i0.ɵɵgetCurrentView();
42456
- i0.ɵɵelementStart(0, "symphiq-top-priorities-list-modal-content", 77);
42457
- i0.ɵɵlistener("priorityClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_34_Template_symphiq_top_priorities_list_modal_content_priorityClick_0_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onTopPriorityClick($event.priority, $event.index)); });
42461
+ i0.ɵɵelementStart(0, "symphiq-top-priorities-list-modal-content", 76);
42462
+ i0.ɵɵlistener("priorityClick", function ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template_symphiq_top_priorities_list_modal_content_priorityClick_0_listener($event) { i0.ɵɵrestoreView(_r48); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onTopPriorityClick($event.priority, $event.index)); });
42458
42463
  i0.ɵɵelementEnd();
42459
42464
  } if (rf & 2) {
42460
42465
  const data_r49 = ctx;
42461
42466
  i0.ɵɵproperty("priorities", data_r49.priorities)("viewMode", data_r49.viewMode)("focusAreaName", data_r49.focusAreaName)("@fadeIn", undefined);
42462
42467
  } }
42463
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_35_Template(rf, ctx) { if (rf & 1) {
42464
- i0.ɵɵelement(0, "symphiq-top-priority-detail-modal-content", 31);
42468
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
42469
+ i0.ɵɵelement(0, "symphiq-top-priority-detail-modal-content", 30);
42465
42470
  } if (rf & 2) {
42466
42471
  const data_r50 = ctx;
42467
42472
  i0.ɵɵproperty("priority", data_r50.priority)("index", data_r50.index)("totalCount", data_r50.totalCount)("viewMode", data_r50.viewMode)("focusAreaName", data_r50.focusAreaName)("@fadeIn", undefined);
42468
42473
  } }
42469
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_36_Template(rf, ctx) { if (rf & 1) {
42470
- i0.ɵɵelement(0, "symphiq-focus-area-strengths-list-modal-content", 32);
42474
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_35_Template(rf, ctx) { if (rf & 1) {
42475
+ i0.ɵɵelement(0, "symphiq-focus-area-strengths-list-modal-content", 31);
42471
42476
  } if (rf & 2) {
42472
42477
  const data_r51 = ctx;
42473
42478
  i0.ɵɵproperty("strengths", data_r51.strengths)("viewMode", data_r51.viewMode)("categoryTitle", data_r51.categoryTitle)("@fadeIn", undefined);
42474
42479
  } }
42475
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_37_Template(rf, ctx) { if (rf & 1) {
42476
- i0.ɵɵelement(0, "symphiq-focus-area-gaps-list-modal-content", 33);
42480
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_36_Template(rf, ctx) { if (rf & 1) {
42481
+ i0.ɵɵelement(0, "symphiq-focus-area-gaps-list-modal-content", 32);
42477
42482
  } if (rf & 2) {
42478
42483
  const data_r52 = ctx;
42479
42484
  i0.ɵɵproperty("gaps", data_r52.gaps)("viewMode", data_r52.viewMode)("categoryTitle", data_r52.categoryTitle)("@fadeIn", undefined);
42480
42485
  } }
42481
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_38_Template(rf, ctx) { if (rf & 1) {
42482
- i0.ɵɵelement(0, "symphiq-focus-area-opportunities-list-modal-content", 34);
42486
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_37_Template(rf, ctx) { if (rf & 1) {
42487
+ i0.ɵɵelement(0, "symphiq-focus-area-opportunities-list-modal-content", 33);
42483
42488
  } if (rf & 2) {
42484
42489
  const data_r53 = ctx;
42485
42490
  i0.ɵɵproperty("opportunities", data_r53.opportunities)("viewMode", data_r53.viewMode)("categoryTitle", data_r53.categoryTitle)("@fadeIn", undefined);
42486
42491
  } }
42487
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
42488
- i0.ɵɵelement(0, "symphiq-focus-area-strength-detail-modal-content", 35);
42492
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_38_Template(rf, ctx) { if (rf & 1) {
42493
+ i0.ɵɵelement(0, "symphiq-focus-area-strength-detail-modal-content", 34);
42489
42494
  } if (rf & 2) {
42490
42495
  const data_r54 = ctx;
42491
42496
  const ctx_r1 = i0.ɵɵnextContext(2);
42492
42497
  i0.ɵɵproperty("strength", data_r54.strength)("viewMode", data_r54.viewMode)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("currentModalState", ctx_r1.getCurrentModalState())("@fadeIn", undefined);
42493
42498
  } }
42494
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_40_Template(rf, ctx) { if (rf & 1) {
42495
- i0.ɵɵelement(0, "symphiq-focus-area-gap-detail-modal-content", 36);
42499
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
42500
+ i0.ɵɵelement(0, "symphiq-focus-area-gap-detail-modal-content", 35);
42496
42501
  } if (rf & 2) {
42497
42502
  const data_r55 = ctx;
42498
42503
  const ctx_r1 = i0.ɵɵnextContext(2);
42499
42504
  i0.ɵɵproperty("gap", data_r55.gap)("viewMode", data_r55.viewMode)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("currentModalState", ctx_r1.getCurrentModalState())("@fadeIn", undefined);
42500
42505
  } }
42501
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_41_Template(rf, ctx) { if (rf & 1) {
42502
- i0.ɵɵelement(0, "symphiq-focus-area-opportunity-detail-modal-content", 37);
42506
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_40_Template(rf, ctx) { if (rf & 1) {
42507
+ i0.ɵɵelement(0, "symphiq-focus-area-opportunity-detail-modal-content", 36);
42503
42508
  } if (rf & 2) {
42504
42509
  const data_r56 = ctx;
42505
42510
  const ctx_r1 = i0.ɵɵnextContext(2);
42506
42511
  i0.ɵɵproperty("opportunity", data_r56.opportunity)("viewMode", data_r56.viewMode)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("currentModalState", ctx_r1.getCurrentModalState())("@fadeIn", undefined);
42507
42512
  } }
42508
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_42_Template(rf, ctx) { if (rf & 1) {
42513
+ function ProfileAnalysisModalComponent_Conditional_0_Conditional_41_Template(rf, ctx) { if (rf & 1) {
42509
42514
  i0.ɵɵprojection(0);
42510
42515
  } }
42511
42516
  function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42512
42517
  const _r1 = i0.ɵɵgetCurrentView();
42513
- i0.ɵɵelementStart(0, "div", 3, 0);
42514
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
42515
- i0.ɵɵelementStart(2, "div", 4);
42516
- i0.ɵɵelement(3, "div", 5);
42517
- i0.ɵɵelementStart(4, "div", 6);
42518
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
42519
- i0.ɵɵelementStart(5, "div", 7)(6, "div", 8)(7, "div", 9);
42520
- i0.ɵɵconditionalCreate(8, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template, 6, 5, "div", 10);
42521
- i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Template, 4, 3, "div", 11);
42522
- i0.ɵɵelementStart(10, "h3", 12);
42523
- i0.ɵɵtext(11);
42518
+ i0.ɵɵelementStart(0, "div", 3, 0)(2, "div", 4);
42519
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_div_click_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
42520
+ i0.ɵɵelementEnd();
42521
+ i0.ɵɵelementStart(3, "div", 5);
42522
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
42523
+ i0.ɵɵelementStart(4, "div", 6)(5, "div", 7)(6, "div", 8);
42524
+ i0.ɵɵconditionalCreate(7, ProfileAnalysisModalComponent_Conditional_0_Conditional_7_Template, 6, 5, "div", 9);
42525
+ i0.ɵɵconditionalCreate(8, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template, 4, 3, "div", 10);
42526
+ i0.ɵɵelementStart(9, "h3", 11);
42527
+ i0.ɵɵtext(10);
42524
42528
  i0.ɵɵelementEnd()();
42525
- i0.ɵɵconditionalCreate(12, ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Template, 3, 2, "div", 13);
42526
- i0.ɵɵelementStart(13, "button", 14);
42527
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_button_click_13_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
42529
+ i0.ɵɵconditionalCreate(11, ProfileAnalysisModalComponent_Conditional_0_Conditional_11_Template, 3, 2, "div", 12);
42530
+ i0.ɵɵelementStart(12, "button", 13);
42531
+ i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
42528
42532
  i0.ɵɵnamespaceSVG();
42529
- i0.ɵɵelementStart(14, "svg", 15);
42530
- i0.ɵɵelement(15, "path", 16);
42533
+ i0.ɵɵelementStart(13, "svg", 14);
42534
+ i0.ɵɵelement(14, "path", 15);
42531
42535
  i0.ɵɵelementEnd()()()();
42532
42536
  i0.ɵɵnamespaceHTML();
42533
- i0.ɵɵelementStart(16, "div", 17, 1);
42534
- i0.ɵɵconditionalCreate(18, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template, 1, 7, "symphiq-goal-detail-modal-content", 18)(19, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template, 4, 1, "div", 19)(20, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template, 4, 1, "div", 19)(21, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template, 4, 1, "div", 20)(22, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template, 4, 1, "div", 20)(23, ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template, 1, 15, "symphiq-recommendation-card", 21)(24, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template, 1, 6, "symphiq-item-detail-modal", 22)(25, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template, 3, 1, "div", 19)(26, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template, 1, 8, "symphiq-funnel-analysis-metric-card", 23)(27, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template, 4, 1, "div", 19)(28, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template, 1, 11, "symphiq-funnel-analysis-insight-card", 24)(29, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template, 7, 6, "div", 25)(30, ProfileAnalysisModalComponent_Conditional_0_Conditional_30_Template, 1, 3, "symphiq-key-strengths-list-modal-content", 26)(31, ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Template, 1, 3, "symphiq-critical-gaps-list-modal-content", 27)(32, ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template, 1, 3, "symphiq-key-strength-detail-modal-content", 28)(33, ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template, 1, 3, "symphiq-critical-gap-detail-modal-content", 29)(34, ProfileAnalysisModalComponent_Conditional_0_Conditional_34_Template, 1, 4, "symphiq-top-priorities-list-modal-content", 30)(35, ProfileAnalysisModalComponent_Conditional_0_Conditional_35_Template, 1, 6, "symphiq-top-priority-detail-modal-content", 31)(36, ProfileAnalysisModalComponent_Conditional_0_Conditional_36_Template, 1, 4, "symphiq-focus-area-strengths-list-modal-content", 32)(37, ProfileAnalysisModalComponent_Conditional_0_Conditional_37_Template, 1, 4, "symphiq-focus-area-gaps-list-modal-content", 33)(38, ProfileAnalysisModalComponent_Conditional_0_Conditional_38_Template, 1, 4, "symphiq-focus-area-opportunities-list-modal-content", 34)(39, ProfileAnalysisModalComponent_Conditional_0_Conditional_39_Template, 1, 6, "symphiq-focus-area-strength-detail-modal-content", 35)(40, ProfileAnalysisModalComponent_Conditional_0_Conditional_40_Template, 1, 6, "symphiq-focus-area-gap-detail-modal-content", 36)(41, ProfileAnalysisModalComponent_Conditional_0_Conditional_41_Template, 1, 6, "symphiq-focus-area-opportunity-detail-modal-content", 37)(42, ProfileAnalysisModalComponent_Conditional_0_Conditional_42_Template, 1, 0);
42535
- i0.ɵɵelementEnd()()()();
42537
+ i0.ɵɵelementStart(15, "div", 16, 1);
42538
+ i0.ɵɵconditionalCreate(17, ProfileAnalysisModalComponent_Conditional_0_Conditional_17_Template, 1, 7, "symphiq-goal-detail-modal-content", 17)(18, ProfileAnalysisModalComponent_Conditional_0_Conditional_18_Template, 4, 1, "div", 18)(19, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template, 4, 1, "div", 18)(20, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template, 4, 1, "div", 19)(21, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template, 4, 1, "div", 19)(22, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template, 1, 15, "symphiq-recommendation-card", 20)(23, ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template, 1, 6, "symphiq-item-detail-modal", 21)(24, ProfileAnalysisModalComponent_Conditional_0_Conditional_24_Template, 3, 1, "div", 18)(25, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template, 1, 8, "symphiq-funnel-analysis-metric-card", 22)(26, ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template, 4, 1, "div", 18)(27, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template, 1, 11, "symphiq-funnel-analysis-insight-card", 23)(28, ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template, 7, 6, "div", 24)(29, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template, 1, 3, "symphiq-key-strengths-list-modal-content", 25)(30, ProfileAnalysisModalComponent_Conditional_0_Conditional_30_Template, 1, 3, "symphiq-critical-gaps-list-modal-content", 26)(31, ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Template, 1, 3, "symphiq-key-strength-detail-modal-content", 27)(32, ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template, 1, 3, "symphiq-critical-gap-detail-modal-content", 28)(33, ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template, 1, 4, "symphiq-top-priorities-list-modal-content", 29)(34, ProfileAnalysisModalComponent_Conditional_0_Conditional_34_Template, 1, 6, "symphiq-top-priority-detail-modal-content", 30)(35, ProfileAnalysisModalComponent_Conditional_0_Conditional_35_Template, 1, 4, "symphiq-focus-area-strengths-list-modal-content", 31)(36, ProfileAnalysisModalComponent_Conditional_0_Conditional_36_Template, 1, 4, "symphiq-focus-area-gaps-list-modal-content", 32)(37, ProfileAnalysisModalComponent_Conditional_0_Conditional_37_Template, 1, 4, "symphiq-focus-area-opportunities-list-modal-content", 33)(38, ProfileAnalysisModalComponent_Conditional_0_Conditional_38_Template, 1, 6, "symphiq-focus-area-strength-detail-modal-content", 34)(39, ProfileAnalysisModalComponent_Conditional_0_Conditional_39_Template, 1, 6, "symphiq-focus-area-gap-detail-modal-content", 35)(40, ProfileAnalysisModalComponent_Conditional_0_Conditional_40_Template, 1, 6, "symphiq-focus-area-opportunity-detail-modal-content", 36)(41, ProfileAnalysisModalComponent_Conditional_0_Conditional_41_Template, 1, 0);
42539
+ i0.ɵɵelementEnd()()();
42536
42540
  } if (rf & 2) {
42537
42541
  let tmp_16_0;
42538
42542
  let tmp_19_0;
42539
42543
  const ctx_r1 = i0.ɵɵnextContext();
42540
42544
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
42541
- i0.ɵɵadvance(3);
42545
+ i0.ɵɵadvance(2);
42542
42546
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
42543
42547
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25")("@fadeIn", undefined);
42544
42548
  i0.ɵɵadvance();
@@ -42547,21 +42551,21 @@ function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
42547
42551
  i0.ɵɵadvance();
42548
42552
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
42549
42553
  i0.ɵɵadvance(3);
42550
- i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 8 : -1);
42554
+ i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 7 : -1);
42551
42555
  i0.ɵɵadvance();
42552
- i0.ɵɵconditional(ctx_r1.modalTypeLabel() ? 9 : -1);
42556
+ i0.ɵɵconditional(ctx_r1.modalTypeLabel() ? 8 : -1);
42553
42557
  i0.ɵɵadvance();
42554
42558
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
42555
42559
  i0.ɵɵadvance();
42556
42560
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
42557
42561
  i0.ɵɵadvance();
42558
- i0.ɵɵconditional((tmp_16_0 = ctx_r1.getGoalChips()) ? 12 : -1, tmp_16_0);
42562
+ i0.ɵɵconditional((tmp_16_0 = ctx_r1.getGoalChips()) ? 11 : -1, tmp_16_0);
42559
42563
  i0.ɵɵadvance();
42560
42564
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600 hover:text-slate-900 hover:bg-slate-100" : "text-slate-400 hover:text-white hover:bg-slate-700");
42561
42565
  i0.ɵɵadvance(3);
42562
42566
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
42563
42567
  i0.ɵɵadvance(2);
42564
- i0.ɵɵconditional((tmp_19_0 = ctx_r1.modalType() === "goal-detail" && ctx_r1.getGoalDetailData()) ? 18 : (tmp_19_0 = ctx_r1.modalType() === "goal-insights-list" && ctx_r1.getInsightsListData()) ? 19 : (tmp_19_0 = ctx_r1.modalType() === "recommendation-insights-list" && ctx_r1.getRecommendationInsightsListData()) ? 20 : (tmp_19_0 = ctx_r1.modalType() === "goal-business-insights-list" && ctx_r1.getBusinessInsightsListData()) ? 21 : (tmp_19_0 = ctx_r1.modalType() === "recommendation-business-insights-list" && ctx_r1.getRecommendationBusinessInsightsListData()) ? 22 : (tmp_19_0 = ctx_r1.modalType() === "business-insight-detail" && ctx_r1.getBusinessInsightDetailData()) ? 23 : (tmp_19_0 = ctx_r1.modalType() === "item-detail" && ctx_r1.itemDetailData()) ? 24 : (tmp_19_0 = ctx_r1.modalType() === "metrics-list" && ctx_r1.getMetricsListData()) ? 25 : (tmp_19_0 = ctx_r1.modalType() === "metric" && ctx_r1.getMetricData()) ? 26 : (tmp_19_0 = ctx_r1.modalType() === "charts-list" && ctx_r1.getChartsListData()) ? 27 : (tmp_19_0 = ctx_r1.modalType() === "insight" && ctx_r1.getInsightData()) ? 28 : (tmp_19_0 = ctx_r1.modalType() === "chart" && ctx_r1.getChartData()) ? 29 : (tmp_19_0 = ctx_r1.modalType() === "key-strengths-list" && ctx_r1.getKeyStrengthsListData()) ? 30 : (tmp_19_0 = ctx_r1.modalType() === "critical-gaps-list" && ctx_r1.getCriticalGapsListData()) ? 31 : (tmp_19_0 = ctx_r1.modalType() === "key-strength-detail" && ctx_r1.getKeyStrengthDetailData()) ? 32 : (tmp_19_0 = ctx_r1.modalType() === "critical-gap-detail" && ctx_r1.getCriticalGapDetailData()) ? 33 : (tmp_19_0 = ctx_r1.modalType() === "top-priorities-list" && ctx_r1.getTopPrioritiesListData()) ? 34 : (tmp_19_0 = ctx_r1.modalType() === "top-priority-detail" && ctx_r1.getTopPriorityDetailData()) ? 35 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-strengths-list" && ctx_r1.getFocusAreaStrengthsListData()) ? 36 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-gaps-list" && ctx_r1.getFocusAreaGapsListData()) ? 37 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-opportunities-list" && ctx_r1.getFocusAreaOpportunitiesListData()) ? 38 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-strength-detail" && ctx_r1.getFocusAreaStrengthDetailData()) ? 39 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-gap-detail" && ctx_r1.getFocusAreaGapDetailData()) ? 40 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-opportunity-detail" && ctx_r1.getFocusAreaOpportunityDetailData()) ? 41 : 42, tmp_19_0);
42568
+ i0.ɵɵconditional((tmp_19_0 = ctx_r1.modalType() === "goal-detail" && ctx_r1.getGoalDetailData()) ? 17 : (tmp_19_0 = ctx_r1.modalType() === "goal-insights-list" && ctx_r1.getInsightsListData()) ? 18 : (tmp_19_0 = ctx_r1.modalType() === "recommendation-insights-list" && ctx_r1.getRecommendationInsightsListData()) ? 19 : (tmp_19_0 = ctx_r1.modalType() === "goal-business-insights-list" && ctx_r1.getBusinessInsightsListData()) ? 20 : (tmp_19_0 = ctx_r1.modalType() === "recommendation-business-insights-list" && ctx_r1.getRecommendationBusinessInsightsListData()) ? 21 : (tmp_19_0 = ctx_r1.modalType() === "business-insight-detail" && ctx_r1.getBusinessInsightDetailData()) ? 22 : (tmp_19_0 = ctx_r1.modalType() === "item-detail" && ctx_r1.itemDetailData()) ? 23 : (tmp_19_0 = ctx_r1.modalType() === "metrics-list" && ctx_r1.getMetricsListData()) ? 24 : (tmp_19_0 = ctx_r1.modalType() === "metric" && ctx_r1.getMetricData()) ? 25 : (tmp_19_0 = ctx_r1.modalType() === "charts-list" && ctx_r1.getChartsListData()) ? 26 : (tmp_19_0 = ctx_r1.modalType() === "insight" && ctx_r1.getInsightData()) ? 27 : (tmp_19_0 = ctx_r1.modalType() === "chart" && ctx_r1.getChartData()) ? 28 : (tmp_19_0 = ctx_r1.modalType() === "key-strengths-list" && ctx_r1.getKeyStrengthsListData()) ? 29 : (tmp_19_0 = ctx_r1.modalType() === "critical-gaps-list" && ctx_r1.getCriticalGapsListData()) ? 30 : (tmp_19_0 = ctx_r1.modalType() === "key-strength-detail" && ctx_r1.getKeyStrengthDetailData()) ? 31 : (tmp_19_0 = ctx_r1.modalType() === "critical-gap-detail" && ctx_r1.getCriticalGapDetailData()) ? 32 : (tmp_19_0 = ctx_r1.modalType() === "top-priorities-list" && ctx_r1.getTopPrioritiesListData()) ? 33 : (tmp_19_0 = ctx_r1.modalType() === "top-priority-detail" && ctx_r1.getTopPriorityDetailData()) ? 34 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-strengths-list" && ctx_r1.getFocusAreaStrengthsListData()) ? 35 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-gaps-list" && ctx_r1.getFocusAreaGapsListData()) ? 36 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-opportunities-list" && ctx_r1.getFocusAreaOpportunitiesListData()) ? 37 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-strength-detail" && ctx_r1.getFocusAreaStrengthDetailData()) ? 38 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-gap-detail" && ctx_r1.getFocusAreaGapDetailData()) ? 39 : (tmp_19_0 = ctx_r1.modalType() === "focus-area-opportunity-detail" && ctx_r1.getFocusAreaOpportunityDetailData()) ? 40 : 41, tmp_19_0);
42565
42569
  } }
42566
42570
  class ProfileAnalysisModalComponent {
42567
42571
  constructor() {
@@ -44015,9 +44019,9 @@ class ProfileAnalysisModalComponent {
44015
44019
  let _t;
44016
44020
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
44017
44021
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
44018
- } }, inputs: { isLightMode: [1, "isLightMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], allBusinessInsights: [1, "allBusinessInsights"] }, ngContentSelectors: _c2$f, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "overflow-y-auto", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "ngClass"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-5xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-2xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "ml-4"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "z-[10001]", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "space-y-4"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "fromProfileAnalysis", "animationIndex", "allMetrics", "allCharts", "allInsights", "currentModalState", "goalTitle", "objectiveTitle", "strategyTitle"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currentModalState", "viewMode"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "isLoading", "isCompactMode", "viewMode", "currentModalState"], [1, "chart-modal-content"], [3, "keyStrengths", "viewMode"], [3, "criticalGaps", "viewMode"], [3, "strength", "viewMode"], [3, "gap", "viewMode"], [3, "priorities", "viewMode", "focusAreaName"], [3, "priority", "index", "totalCount", "viewMode", "focusAreaName"], [3, "strengths", "viewMode", "categoryTitle"], [3, "gaps", "viewMode", "categoryTitle"], [3, "opportunities", "viewMode", "categoryTitle"], [3, "strength", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "gap", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "opportunity", "viewMode", "allMetrics", "allCharts", "currentModalState"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "ngClass"], [1, "opacity-75", "font-medium", "truncate"], ["size", "w-4 h-4", 1, "opacity-50", "flex-shrink-0", 3, "icon"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "px-3", "py-1", "text-xs", "font-semibold", "rounded-full", 3, "ngClass"], [3, "showObjectives", "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "text-sm", "mb-6", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "flex", "items-center", "justify-center", "rounded-full", "text-xs", "font-bold", "border-2", "backdrop-blur-md", "transition-all", "duration-300", "group-hover:scale-110", 3, "ngClass", "ngStyle"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "mb-2", "transition-colors", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "mt-3", "flex", "items-center"], [1, "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "text-xs", "font-semibold", "rounded-full", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [3, "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [1, "space-y-3"], [1, "text-xs", "font-bold", "uppercase", "tracking-wider", "px-1", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [3, "priorityClick", "priorities", "viewMode", "focusAreaName"]], template: function ProfileAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
44022
+ } }, inputs: { isLightMode: [1, "isLightMode"], allMetrics: [1, "allMetrics"], allInsights: [1, "allInsights"], allCharts: [1, "allCharts"], allBusinessInsights: [1, "allBusinessInsights"] }, ngContentSelectors: _c2$f, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-5xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-2xl", "font-bold", "leading-tight", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "ml-4"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "z-[10001]", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[80vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [3, "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "space-y-4"], [1, "space-y-6"], [3, "recommendation", "viewMode", "forceExpanded", "showNavigationChevron", "inModalContext", "isCompactMode", "fromProfileAnalysis", "animationIndex", "allMetrics", "allCharts", "allInsights", "currentModalState", "goalTitle", "objectiveTitle", "strategyTitle"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [3, "metric", "insights", "charts", "allCharts", "isLightMode", "isInModal", "currentModalState", "viewMode"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "isInModal", "isLoading", "isCompactMode", "viewMode", "currentModalState"], [1, "chart-modal-content"], [3, "keyStrengths", "viewMode"], [3, "criticalGaps", "viewMode"], [3, "strength", "viewMode"], [3, "gap", "viewMode"], [3, "priorities", "viewMode", "focusAreaName"], [3, "priority", "index", "totalCount", "viewMode", "focusAreaName"], [3, "strengths", "viewMode", "categoryTitle"], [3, "gaps", "viewMode", "categoryTitle"], [3, "opportunities", "viewMode", "categoryTitle"], [3, "strength", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "gap", "viewMode", "allMetrics", "allCharts", "currentModalState"], [3, "opportunity", "viewMode", "allMetrics", "allCharts", "currentModalState"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "ngClass"], [1, "opacity-75", "font-medium", "truncate"], ["size", "w-4 h-4", 1, "opacity-50", "flex-shrink-0", 3, "icon"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "px-3", "py-1", "text-xs", "font-semibold", "rounded-full", 3, "ngClass"], [3, "showObjectives", "goal", "viewMode", "allInsights", "allMetrics", "allBusinessInsights", "allCharts"], [1, "text-sm", "mb-6", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "ngClass"], [1, "p-5", "rounded-lg", "border", "transition-all", "duration-300", "hover:shadow-lg", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "flex", "items-center", "justify-center", "rounded-full", "text-xs", "font-bold", "border-2", "backdrop-blur-md", "transition-all", "duration-300", "group-hover:scale-110", 3, "ngClass", "ngStyle"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "mb-2", "transition-colors", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "mt-3", "flex", "items-center"], [1, "flex-shrink-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-colors", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "inline-flex", "items-center", "gap-1.5", "px-2.5", "py-1", "text-xs", "font-semibold", "rounded-full", "border", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [3, "cardNavigate", "recommendation", "viewMode", "animationIndex", "showNavigationChevron", "inModalContext"], [3, "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "isCompactMode", "fromProfileAnalysis"], [1, "space-y-3"], [1, "text-xs", "font-bold", "uppercase", "tracking-wider", "px-1", 3, "ngClass"], [3, "metricClick", "metric", "isLightMode", "animationKey"], [3, "chartClick", "chart", "viewMode", "isLightMode"], [1, "text-sm", "mb-4", 3, "ngClass"], [1, "min-h-[500px]"], [3, "chart", "showAxisLabels", "viewMode"], [1, "flex", "items-center", "justify-center", "py-12"], [1, "animate-spin", "rounded-full", "h-8", "w-8", 3, "ngClass"], [3, "priorityClick", "priorities", "viewMode", "focusAreaName"]], template: function ProfileAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
44019
44023
  i0.ɵɵprojectionDef();
44020
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 43, 21, "div", 2);
44024
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 42, 21, "div", 2);
44021
44025
  } if (rf & 2) {
44022
44026
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
44023
44027
  } }, dependencies: [CommonModule, i1$1.NgClass, i1$1.NgStyle, SymphiqIconComponent, InsightCardComponent, ChartCardComponent, MetricListItemComponent, MetricCardComponent, RecommendationCardComponent, KeyStrengthsListModalContentComponent, CriticalGapsListModalContentComponent, KeyStrengthDetailModalContentComponent, CriticalGapDetailModalContentComponent, GoalDetailModalContentComponent, TopPrioritiesListModalContentComponent, TopPriorityDetailModalContentComponent, FocusAreaStrengthsListModalContentComponent, FocusAreaGapsListModalContentComponent, FocusAreaOpportunitiesListModalContentComponent, FocusAreaStrengthDetailModalContentComponent, FocusAreaGapDetailModalContentComponent, FocusAreaOpportunityDetailModalContentComponent, ItemDetailModalComponent], encapsulation: 2, data: { animation: [
@@ -44058,16 +44062,15 @@ class ProfileAnalysisModalComponent {
44058
44062
  ],
44059
44063
  template: `
44060
44064
  @if (isOpen()) {
44061
- <div #modalWrapper class="fixed inset-0 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'" (click)="closeModal()">
44062
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
44063
- <div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn></div>
44065
+ <div #modalWrapper class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
44066
+ <div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn (click)="closeModal()"></div>
44064
44067
 
44065
- <div
44066
- (click)="$event.stopPropagation()"
44067
- [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
44068
- class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-5xl border backdrop-blur-xl"
44069
- [style.z-index]="contentZIndex()"
44070
- @slideUpFade>
44068
+ <div
44069
+ (click)="$event.stopPropagation()"
44070
+ [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
44071
+ class="relative w-full max-w-5xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
44072
+ [style.z-index]="contentZIndex()"
44073
+ @slideUpFade>
44071
44074
 
44072
44075
  <div [ngClass]="isLightMode() ? 'bg-white/50 border-slate-200/50' : 'bg-slate-800/50 border-slate-700/50'" class="px-6 py-5 border-b backdrop-blur-sm">
44073
44076
  <div class="flex items-start justify-between">
@@ -44549,8 +44552,7 @@ class ProfileAnalysisModalComponent {
44549
44552
  </div>
44550
44553
  </div>
44551
44554
  </div>
44552
- </div>
44553
- }
44555
+ }
44554
44556
  `
44555
44557
  }]
44556
44558
  }], () => [], { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allBusinessInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allBusinessInsights", required: false }] }], modalContent: [{
@@ -44560,7 +44562,7 @@ class ProfileAnalysisModalComponent {
44560
44562
  type: ViewChild,
44561
44563
  args: ['modalWrapper']
44562
44564
  }] }); }); })();
44563
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 552 }); })();
44565
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 550 }); })();
44564
44566
 
44565
44567
  const _c0$L = a0 => ({ name: "light-bulb", source: a0 });
44566
44568
  const _c1$l = a0 => ({ name: "trophy", source: a0 });
@@ -45135,15 +45137,15 @@ class RecommendationActionStepsModalComponent {
45135
45137
 
45136
45138
  const _c0$J = ["modalContent"];
45137
45139
  const _c1$j = ["modalWrapper"];
45138
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
45140
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
45139
45141
  const _r4 = i0.ɵɵgetCurrentView();
45140
- i0.ɵɵelementStart(0, "button", 27);
45141
- i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Conditional_0_Template_button_click_0_listener($event) { i0.ɵɵrestoreView(_r4); const $index_r5 = i0.ɵɵnextContext().$index; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleNavigateToBreadcrumb($index_r5, $event)); });
45142
+ i0.ɵɵelementStart(0, "button", 26);
45143
+ i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_0_Template_button_click_0_listener($event) { i0.ɵɵrestoreView(_r4); const $index_r5 = i0.ɵɵnextContext().$index; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleNavigateToBreadcrumb($index_r5, $event)); });
45142
45144
  i0.ɵɵtext(1);
45143
45145
  i0.ɵɵelementEnd();
45144
45146
  i0.ɵɵnamespaceSVG();
45145
- i0.ɵɵelementStart(2, "svg", 28);
45146
- i0.ɵɵelement(3, "path", 29);
45147
+ i0.ɵɵelementStart(2, "svg", 27);
45148
+ i0.ɵɵelement(3, "path", 28);
45147
45149
  i0.ɵɵelementEnd();
45148
45150
  } if (rf & 2) {
45149
45151
  const crumb_r6 = i0.ɵɵnextContext().$implicit;
@@ -45152,8 +45154,8 @@ function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Condit
45152
45154
  i0.ɵɵadvance();
45153
45155
  i0.ɵɵtextInterpolate1(" ", crumb_r6.label, " ");
45154
45156
  } }
45155
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
45156
- i0.ɵɵelementStart(0, "span", 26);
45157
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
45158
+ i0.ɵɵelementStart(0, "span", 25);
45157
45159
  i0.ɵɵtext(1);
45158
45160
  i0.ɵɵelementEnd();
45159
45161
  } if (rf & 2) {
@@ -45161,24 +45163,24 @@ function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Condit
45161
45163
  i0.ɵɵadvance();
45162
45164
  i0.ɵɵtextInterpolate(crumb_r6.label);
45163
45165
  } }
45164
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Template(rf, ctx) { if (rf & 1) {
45165
- i0.ɵɵconditionalCreate(0, BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Conditional_0_Template, 4, 2)(1, BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Conditional_1_Template, 2, 1, "span", 26);
45166
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Template(rf, ctx) { if (rf & 1) {
45167
+ i0.ɵɵconditionalCreate(0, BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_0_Template, 4, 2)(1, BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_1_Template, 2, 1, "span", 25);
45166
45168
  } if (rf & 2) {
45167
- const ɵ$index_27_r7 = ctx.$index;
45168
- const ɵ$count_27_r8 = ctx.$count;
45169
- i0.ɵɵconditional(!(ɵ$index_27_r7 === ɵ$count_27_r8 - 1) ? 0 : 1);
45169
+ const ɵ$index_25_r7 = ctx.$index;
45170
+ const ɵ$count_25_r8 = ctx.$count;
45171
+ i0.ɵɵconditional(!(ɵ$index_25_r7 === ɵ$count_25_r8 - 1) ? 0 : 1);
45170
45172
  } }
45171
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
45173
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
45172
45174
  const _r3 = i0.ɵɵgetCurrentView();
45173
- i0.ɵɵelementStart(0, "div", 10)(1, "button", 22);
45174
- i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_Template_button_click_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleNavigateBack($event)); });
45175
+ i0.ɵɵelementStart(0, "div", 9)(1, "button", 21);
45176
+ i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_Template_button_click_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleNavigateBack($event)); });
45175
45177
  i0.ɵɵnamespaceSVG();
45176
- i0.ɵɵelementStart(2, "svg", 23);
45177
- i0.ɵɵelement(3, "path", 24);
45178
+ i0.ɵɵelementStart(2, "svg", 22);
45179
+ i0.ɵɵelement(3, "path", 23);
45178
45180
  i0.ɵɵelementEnd()();
45179
45181
  i0.ɵɵnamespaceHTML();
45180
- i0.ɵɵelementStart(4, "div", 25);
45181
- i0.ɵɵrepeaterCreate(5, BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Template, 2, 1, null, null, i0.ɵɵrepeaterTrackByIndex);
45182
+ i0.ɵɵelementStart(4, "div", 24);
45183
+ i0.ɵɵrepeaterCreate(5, BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Template, 2, 1, null, null, i0.ɵɵrepeaterTrackByIndex);
45182
45184
  i0.ɵɵelementEnd()();
45183
45185
  } if (rf & 2) {
45184
45186
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -45188,100 +45190,99 @@ function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf,
45188
45190
  i0.ɵɵadvance(4);
45189
45191
  i0.ɵɵrepeater(ctx_r1.getBreadcrumbs());
45190
45192
  } }
45191
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template(rf, ctx) { if (rf & 1) {
45193
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template(rf, ctx) { if (rf & 1) {
45192
45194
  const _r9 = i0.ɵɵgetCurrentView();
45193
- i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 30);
45194
- i0.ɵɵlistener("viewInContext", function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template_symphiq_item_detail_modal_viewInContext_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleViewInContext()); })("navigateBack", function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template_symphiq_item_detail_modal_navigateBack_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleNavigateBack()); })("navigateToBreadcrumb", function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template_symphiq_item_detail_modal_navigateToBreadcrumb_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleNavigateToBreadcrumb($event)); })("close", function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template_symphiq_item_detail_modal_close_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); })("scrollToTop", function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template_symphiq_item_detail_modal_scrollToTop_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollModalToTop()); });
45195
+ i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 29);
45196
+ i0.ɵɵlistener("viewInContext", function BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template_symphiq_item_detail_modal_viewInContext_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleViewInContext()); })("navigateBack", function BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template_symphiq_item_detail_modal_navigateBack_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleNavigateBack()); })("navigateToBreadcrumb", function BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template_symphiq_item_detail_modal_navigateToBreadcrumb_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleNavigateToBreadcrumb($event)); })("close", function BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template_symphiq_item_detail_modal_close_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); })("scrollToTop", function BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template_symphiq_item_detail_modal_scrollToTop_0_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollModalToTop()); });
45195
45197
  i0.ɵɵelementEnd();
45196
45198
  } if (rf & 2) {
45197
45199
  const ctx_r1 = i0.ɵɵnextContext(2);
45198
45200
  i0.ɵɵproperty("item", ctx_r1.itemDetailData().item)("viewMode", ctx_r1.itemDetailData().viewMode)("sectionTitle", ctx_r1.itemDetailData().sectionTitle || "Section")("subsectionTitle", ctx_r1.itemDetailData().subsectionTitle || "Subsection")("navigationStack", ctx_r1.navigationStack())("isCompactMode", ctx_r1.itemDetailData().isCompactMode || false)("fromProfileAnalysis", ctx_r1.itemDetailData().fromProfileAnalysis || false);
45199
45201
  } }
45200
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
45201
- i0.ɵɵelement(0, "symphiq-competitive-gap-modal", 17);
45202
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template(rf, ctx) { if (rf & 1) {
45203
+ i0.ɵɵelement(0, "symphiq-competitive-gap-modal", 16);
45202
45204
  } if (rf & 2) {
45203
45205
  const ctx_r1 = i0.ɵɵnextContext(2);
45204
45206
  i0.ɵɵproperty("item", ctx_r1.competitiveGapItem())("isDark", !ctx_r1.isLightMode());
45205
45207
  } }
45206
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
45207
- i0.ɵɵelement(0, "symphiq-recommendation-action-steps-modal", 18);
45208
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
45209
+ i0.ɵɵelement(0, "symphiq-recommendation-action-steps-modal", 17);
45208
45210
  } if (rf & 2) {
45209
45211
  const ctx_r1 = i0.ɵɵnextContext(2);
45210
45212
  i0.ɵɵproperty("title", ctx_r1.recommendationActionStepsData().title)("actionSteps", ctx_r1.recommendationActionStepsData().actionSteps)("viewMode", ctx_r1.recommendationActionStepsData().viewMode);
45211
45213
  } }
45212
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_19_For_2_Template(rf, ctx) { if (rf & 1) {
45213
- i0.ɵɵelement(0, "symphiq-horizontal-bar", 31);
45214
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_18_For_2_Template(rf, ctx) { if (rf & 1) {
45215
+ i0.ɵɵelement(0, "symphiq-horizontal-bar", 30);
45214
45216
  } if (rf & 2) {
45215
45217
  const item_r10 = ctx.$implicit;
45216
45218
  const ctx_r1 = i0.ɵɵnextContext(3);
45217
45219
  i0.ɵɵproperty("percentage", item_r10.percentage)("label", item_r10.label)("value", item_r10.value)("height", 16)("gradient", item_r10.gradient || "from-blue-500 to-blue-600")("isDark", !ctx_r1.isLightMode());
45218
45220
  } }
45219
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
45220
- i0.ɵɵelementStart(0, "div", 19);
45221
- i0.ɵɵrepeaterCreate(1, BusinessAnalysisModalComponent_Conditional_0_Conditional_19_For_2_Template, 1, 6, "symphiq-horizontal-bar", 31, i0.ɵɵrepeaterTrackByIndex);
45221
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
45222
+ i0.ɵɵelementStart(0, "div", 18);
45223
+ i0.ɵɵrepeaterCreate(1, BusinessAnalysisModalComponent_Conditional_0_Conditional_18_For_2_Template, 1, 6, "symphiq-horizontal-bar", 30, i0.ɵɵrepeaterTrackByIndex);
45222
45224
  i0.ɵɵelementEnd();
45223
45225
  } if (rf & 2) {
45224
45226
  const ctx_r1 = i0.ɵɵnextContext(2);
45225
45227
  i0.ɵɵadvance();
45226
45228
  i0.ɵɵrepeater(ctx_r1.horizontalBarData());
45227
45229
  } }
45228
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
45229
- i0.ɵɵelementStart(0, "div", 20);
45230
- i0.ɵɵelement(1, "symphiq-circular-progress", 32);
45230
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
45231
+ i0.ɵɵelementStart(0, "div", 19);
45232
+ i0.ɵɵelement(1, "symphiq-circular-progress", 31);
45231
45233
  i0.ɵɵelementEnd();
45232
45234
  } if (rf & 2) {
45233
45235
  const ctx_r1 = i0.ɵɵnextContext(2);
45234
45236
  i0.ɵɵadvance();
45235
45237
  i0.ɵɵproperty("percentage", ctx_r1.circularProgressData().percentage)("size", 240)("strokeWidth", 20)("progressColor", ctx_r1.circularProgressData().progressColor || "#3b82f6")("backgroundColor", ctx_r1.circularProgressData().backgroundColor || (ctx_r1.isLightMode() ? "#e5e7eb" : "#334155"))("textClasses", "text-4xl font-bold")("showPercentage", true);
45236
45238
  } }
45237
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
45238
- i0.ɵɵelement(0, "div", 21);
45239
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
45240
+ i0.ɵɵelement(0, "div", 20);
45239
45241
  } if (rf & 2) {
45240
45242
  const ctx_r1 = i0.ɵɵnextContext(2);
45241
45243
  i0.ɵɵproperty("innerHTML", ctx_r1.getSanitizedSvg(), i0.ɵɵsanitizeHtml);
45242
45244
  } }
45243
45245
  function BusinessAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
45244
45246
  const _r1 = i0.ɵɵgetCurrentView();
45245
- i0.ɵɵelementStart(0, "div", 3, 0);
45246
- i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
45247
- i0.ɵɵelementStart(2, "div", 4);
45248
- i0.ɵɵelement(3, "div", 5);
45249
- i0.ɵɵelementStart(4, "div", 6);
45250
- i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
45251
- i0.ɵɵelementStart(5, "div", 7)(6, "div", 8)(7, "div", 9);
45252
- i0.ɵɵconditionalCreate(8, BusinessAnalysisModalComponent_Conditional_0_Conditional_8_Template, 7, 2, "div", 10);
45253
- i0.ɵɵelementStart(9, "h3", 11);
45254
- i0.ɵɵtext(10);
45247
+ i0.ɵɵelementStart(0, "div", 3, 0)(2, "div", 4);
45248
+ i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_div_click_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
45249
+ i0.ɵɵelementEnd();
45250
+ i0.ɵɵelementStart(3, "div", 5);
45251
+ i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
45252
+ i0.ɵɵelementStart(4, "div", 6)(5, "div", 7)(6, "div", 8);
45253
+ i0.ɵɵconditionalCreate(7, BusinessAnalysisModalComponent_Conditional_0_Conditional_7_Template, 7, 2, "div", 9);
45254
+ i0.ɵɵelementStart(8, "h3", 10);
45255
+ i0.ɵɵtext(9);
45255
45256
  i0.ɵɵelementEnd()();
45256
- i0.ɵɵelementStart(11, "button", 12);
45257
- i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
45257
+ i0.ɵɵelementStart(10, "button", 11);
45258
+ i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeModal()); });
45258
45259
  i0.ɵɵnamespaceSVG();
45259
- i0.ɵɵelementStart(12, "svg", 13);
45260
- i0.ɵɵelement(13, "path", 14);
45260
+ i0.ɵɵelementStart(11, "svg", 12);
45261
+ i0.ɵɵelement(12, "path", 13);
45261
45262
  i0.ɵɵelementEnd()()()();
45262
45263
  i0.ɵɵnamespaceHTML();
45263
- i0.ɵɵelementStart(14, "div", 15, 1);
45264
- i0.ɵɵconditionalCreate(16, BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template, 1, 7, "symphiq-item-detail-modal", 16);
45265
- i0.ɵɵconditionalCreate(17, BusinessAnalysisModalComponent_Conditional_0_Conditional_17_Template, 1, 2, "symphiq-competitive-gap-modal", 17);
45266
- i0.ɵɵconditionalCreate(18, BusinessAnalysisModalComponent_Conditional_0_Conditional_18_Template, 1, 3, "symphiq-recommendation-action-steps-modal", 18);
45267
- i0.ɵɵconditionalCreate(19, BusinessAnalysisModalComponent_Conditional_0_Conditional_19_Template, 3, 0, "div", 19);
45268
- i0.ɵɵconditionalCreate(20, BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template, 2, 7, "div", 20);
45269
- i0.ɵɵconditionalCreate(21, BusinessAnalysisModalComponent_Conditional_0_Conditional_21_Template, 1, 1, "div", 21);
45270
- i0.ɵɵelementEnd()()()();
45264
+ i0.ɵɵelementStart(13, "div", 14, 1);
45265
+ i0.ɵɵconditionalCreate(15, BusinessAnalysisModalComponent_Conditional_0_Conditional_15_Template, 1, 7, "symphiq-item-detail-modal", 15);
45266
+ i0.ɵɵconditionalCreate(16, BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template, 1, 2, "symphiq-competitive-gap-modal", 16);
45267
+ i0.ɵɵconditionalCreate(17, BusinessAnalysisModalComponent_Conditional_0_Conditional_17_Template, 1, 3, "symphiq-recommendation-action-steps-modal", 17);
45268
+ i0.ɵɵconditionalCreate(18, BusinessAnalysisModalComponent_Conditional_0_Conditional_18_Template, 3, 0, "div", 18);
45269
+ i0.ɵɵconditionalCreate(19, BusinessAnalysisModalComponent_Conditional_0_Conditional_19_Template, 2, 7, "div", 19);
45270
+ i0.ɵɵconditionalCreate(20, BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template, 1, 1, "div", 20);
45271
+ i0.ɵɵelementEnd()()();
45271
45272
  } if (rf & 2) {
45272
45273
  const ctx_r1 = i0.ɵɵnextContext();
45273
45274
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
45274
- i0.ɵɵadvance(3);
45275
+ i0.ɵɵadvance(2);
45275
45276
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
45276
45277
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25")("@fadeIn", undefined);
45277
45278
  i0.ɵɵadvance();
45278
- i0.ɵɵclassMap(ctx_r1.modalType() === "visualization" ? "relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:align-middle border backdrop-blur-xl w-[90vw] h-[90vh]" : "relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl");
45279
+ i0.ɵɵclassMap(ctx_r1.modalType() === "visualization" ? "relative w-[90vw] h-[90vh] rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl" : "relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl");
45279
45280
  i0.ɵɵstyleProp("z-index", ctx_r1.contentZIndex());
45280
45281
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/90 border-slate-200/50" : "bg-slate-800/90 border-slate-700/50")("@slideUpFade", undefined);
45281
45282
  i0.ɵɵadvance();
45282
45283
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
45283
45284
  i0.ɵɵadvance(3);
45284
- i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 8 : -1);
45285
+ i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 7 : -1);
45285
45286
  i0.ɵɵadvance();
45286
45287
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
45287
45288
  i0.ɵɵadvance();
@@ -45293,17 +45294,17 @@ function BusinessAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
45293
45294
  i0.ɵɵclassMap(ctx_r1.modalType() === "visualization" ? "px-6 py-8 backdrop-blur-sm h-[calc(90vh-80px)] overflow-hidden" : "px-6 py-8 max-h-[80vh] overflow-y-auto backdrop-blur-sm");
45294
45295
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
45295
45296
  i0.ɵɵadvance(2);
45296
- i0.ɵɵconditional(ctx_r1.modalType() === "item-detail" && ctx_r1.itemDetailData() ? 16 : -1);
45297
+ i0.ɵɵconditional(ctx_r1.modalType() === "item-detail" && ctx_r1.itemDetailData() ? 15 : -1);
45297
45298
  i0.ɵɵadvance();
45298
- i0.ɵɵconditional(ctx_r1.modalType() === "competitive-gap" && ctx_r1.competitiveGapItem() ? 17 : -1);
45299
+ i0.ɵɵconditional(ctx_r1.modalType() === "competitive-gap" && ctx_r1.competitiveGapItem() ? 16 : -1);
45299
45300
  i0.ɵɵadvance();
45300
- i0.ɵɵconditional(ctx_r1.modalType() === "recommendation-action-steps" && ctx_r1.recommendationActionStepsData() ? 18 : -1);
45301
+ i0.ɵɵconditional(ctx_r1.modalType() === "recommendation-action-steps" && ctx_r1.recommendationActionStepsData() ? 17 : -1);
45301
45302
  i0.ɵɵadvance();
45302
- i0.ɵɵconditional(ctx_r1.visualizationType() === "horizontal-bar" && ctx_r1.horizontalBarData() ? 19 : -1);
45303
+ i0.ɵɵconditional(ctx_r1.visualizationType() === "horizontal-bar" && ctx_r1.horizontalBarData() ? 18 : -1);
45303
45304
  i0.ɵɵadvance();
45304
- i0.ɵɵconditional(ctx_r1.visualizationType() === "circular-progress" && ctx_r1.circularProgressData() ? 20 : -1);
45305
+ i0.ɵɵconditional(ctx_r1.visualizationType() === "circular-progress" && ctx_r1.circularProgressData() ? 19 : -1);
45305
45306
  i0.ɵɵadvance();
45306
- i0.ɵɵconditional(ctx_r1.visualizationType() === "napkin-visual" && ctx_r1.napkinVisualData() ? 21 : -1);
45307
+ i0.ɵɵconditional(ctx_r1.visualizationType() === "napkin-visual" && ctx_r1.napkinVisualData() ? 20 : -1);
45307
45308
  } }
45308
45309
  class BusinessAnalysisModalComponent {
45309
45310
  constructor() {
@@ -45655,8 +45656,8 @@ class BusinessAnalysisModalComponent {
45655
45656
  let _t;
45656
45657
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
45657
45658
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
45658
- } }, inputs: { isLightMode: [1, "isLightMode"] }, outputs: { viewInContextRequested: "viewInContextRequested" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "overflow-y-auto", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "ngClass"], [3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [3, "ngClass"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "item", "isDark"], [3, "title", "actionSteps", "viewMode"], [1, "space-y-6"], [1, "flex", "justify-center", "items-center", "min-h-[400px]"], [1, "w-full", "h-full", "flex", "justify-center", "items-center", 3, "innerHTML"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "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", "M15 19l-7-7 7-7"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "opacity-50", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [3, "viewInContext", "navigateBack", "navigateToBreadcrumb", "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "percentage", "label", "value", "height", "gradient", "isDark"], [3, "percentage", "size", "strokeWidth", "progressColor", "backgroundColor", "textClasses", "showPercentage"]], template: function BusinessAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
45659
- i0.ɵɵconditionalCreate(0, BusinessAnalysisModalComponent_Conditional_0_Template, 22, 30, "div", 2);
45659
+ } }, inputs: { isLightMode: [1, "isLightMode"] }, outputs: { viewInContextRequested: "viewInContextRequested" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto", 3, "z-index", "visibility"], [1, "fixed", "inset-0", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "text-sm", "mb-2", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [3, "ngClass"], [3, "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "item", "isDark"], [3, "title", "actionSteps", "viewMode"], [1, "space-y-6"], [1, "flex", "justify-center", "items-center", "min-h-[400px]"], [1, "w-full", "h-full", "flex", "justify-center", "items-center", 3, "innerHTML"], ["type", "button", 1, "p-1.5", "rounded-md", "transition-colors", "cursor-pointer", "hover:scale-110", "flex-shrink-0", 3, "click", "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", "M15 19l-7-7 7-7"], [1, "flex", "items-center", "gap-2", "flex-wrap", "flex-1", "min-w-0"], [1, "opacity-90", "font-medium", "truncate"], ["type", "button", 1, "opacity-75", "hover:opacity-100", "transition-opacity", "cursor-pointer", "truncate", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "opacity-50", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [3, "viewInContext", "navigateBack", "navigateToBreadcrumb", "close", "scrollToTop", "item", "viewMode", "sectionTitle", "subsectionTitle", "navigationStack", "isCompactMode", "fromProfileAnalysis"], [3, "percentage", "label", "value", "height", "gradient", "isDark"], [3, "percentage", "size", "strokeWidth", "progressColor", "backgroundColor", "textClasses", "showPercentage"]], template: function BusinessAnalysisModalComponent_Template(rf, ctx) { if (rf & 1) {
45660
+ i0.ɵɵconditionalCreate(0, BusinessAnalysisModalComponent_Conditional_0_Template, 21, 30, "div", 2);
45660
45661
  } if (rf & 2) {
45661
45662
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
45662
45663
  } }, dependencies: [CommonModule, i1$1.NgClass, HorizontalBarComponent, CircularProgressComponent, CompetitiveGapModalComponent, RecommendationActionStepsModalComponent, ItemDetailModalComponent], encapsulation: 2, data: { animation: [
@@ -45691,16 +45692,15 @@ class BusinessAnalysisModalComponent {
45691
45692
  ])
45692
45693
  ], template: `
45693
45694
  @if (isOpen()) {
45694
- <div #modalWrapper class="fixed inset-0 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'" (click)="closeModal()">
45695
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
45696
- <div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn></div>
45695
+ <div #modalWrapper class="fixed inset-0 flex items-center justify-center p-4 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'">
45696
+ <div [ngClass]="isLightMode() ? 'bg-slate-900/15' : 'bg-slate-950/25'" class="fixed inset-0 backdrop-blur-sm" [style.z-index]="backdropZIndex()" aria-hidden="true" @fadeIn (click)="closeModal()"></div>
45697
45697
 
45698
- <div
45699
- (click)="$event.stopPropagation()"
45700
- [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
45701
- [class]="modalType() === 'visualization' ? 'relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:align-middle border backdrop-blur-xl w-[90vw] h-[90vh]' : 'relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl'"
45702
- [style.z-index]="contentZIndex()"
45703
- @slideUpFade>
45698
+ <div
45699
+ (click)="$event.stopPropagation()"
45700
+ [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
45701
+ [class]="modalType() === 'visualization' ? 'relative w-[90vw] h-[90vh] rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl' : 'relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl'"
45702
+ [style.z-index]="contentZIndex()"
45703
+ @slideUpFade>
45704
45704
 
45705
45705
  <div [ngClass]="isLightMode() ? 'bg-white/50 border-slate-200/50' : 'bg-slate-800/50 border-slate-700/50'" class="px-6 py-5 border-b backdrop-blur-sm">
45706
45706
  <div class="flex items-start justify-between">
@@ -45820,8 +45820,7 @@ class BusinessAnalysisModalComponent {
45820
45820
  </div>
45821
45821
  </div>
45822
45822
  </div>
45823
- </div>
45824
- }
45823
+ }
45825
45824
  ` }]
45826
45825
  }], () => [], { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], viewInContextRequested: [{ type: i0.Output, args: ["viewInContextRequested"] }], modalContent: [{
45827
45826
  type: ViewChild,
@@ -45830,7 +45829,7 @@ class BusinessAnalysisModalComponent {
45830
45829
  type: ViewChild,
45831
45830
  args: ['modalWrapper']
45832
45831
  }] }); })();
45833
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BusinessAnalysisModalComponent, { className: "BusinessAnalysisModalComponent", filePath: "lib/components/business-analysis-dashboard/business-analysis-modal.component.ts", lineNumber: 169 }); })();
45832
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BusinessAnalysisModalComponent, { className: "BusinessAnalysisModalComponent", filePath: "lib/components/business-analysis-dashboard/business-analysis-modal.component.ts", lineNumber: 167 }); })();
45834
45833
 
45835
45834
  function ContentGenerationProgressComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
45836
45835
  i0.ɵɵelementStart(0, "div", 9);
@@ -58919,24 +58918,24 @@ class ProgressToTargetChartComponent {
58919
58918
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressToTargetChartComponent, { className: "ProgressToTargetChartComponent", filePath: "lib/components/revenue-calculator-dashboard/progress-to-target-chart.component.ts", lineNumber: 66 }); })();
58920
58919
 
58921
58920
  const _forTrack0$z = ($index, $item) => $item.metric;
58922
- function MetricReportModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
58921
+ function MetricReportModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
58923
58922
  i0.ɵɵelementStart(0, "button", 9);
58924
58923
  i0.ɵɵnamespaceSVG();
58925
- i0.ɵɵelementStart(1, "svg", 32);
58926
- i0.ɵɵelement(2, "path", 33);
58924
+ i0.ɵɵelementStart(1, "svg", 31);
58925
+ i0.ɵɵelement(2, "path", 32);
58927
58926
  i0.ɵɵelementEnd()();
58928
58927
  } if (rf & 2) {
58929
58928
  const ctx_r1 = i0.ɵɵnextContext(2);
58930
58929
  i0.ɵɵproperty("ngClass", ctx_r1.headerInfoIconClasses())("libSymphiqTooltip", ctx_r1.getMarkdownTooltipContent(ctx_r1.metricData().description, ctx_r1.metricTitle()));
58931
58930
  } }
58932
- function MetricReportModalComponent_Conditional_0_Conditional_29_Template(rf, ctx) { if (rf & 1) {
58931
+ function MetricReportModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
58933
58932
  i0.ɵɵelement(0, "symphiq-target-change-badge", 21);
58934
58933
  } if (rf & 2) {
58935
58934
  let tmp_4_0;
58936
58935
  const ctx_r1 = i0.ɵɵnextContext(2);
58937
58936
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("percentageChange", ctx_r1.ytdChangePercentage())("metric", ((tmp_4_0 = ctx_r1.metricData()) == null ? null : tmp_4_0.metric) || "")("priorYear", ctx_r1.priorYear())("isCompact", true);
58938
58937
  } }
58939
- function MetricReportModalComponent_Conditional_0_Conditional_45_Template(rf, ctx) { if (rf & 1) {
58938
+ function MetricReportModalComponent_Conditional_0_Conditional_44_Template(rf, ctx) { if (rf & 1) {
58940
58939
  i0.ɵɵelementStart(0, "div")(1, "p", 23);
58941
58940
  i0.ɵɵtext(2);
58942
58941
  i0.ɵɵelementEnd();
@@ -58955,18 +58954,18 @@ function MetricReportModalComponent_Conditional_0_Conditional_45_Template(rf, ct
58955
58954
  i0.ɵɵadvance();
58956
58955
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.pacingInfo().projectedValue, ((tmp_5_0 = ctx_r1.metricData()) == null ? null : tmp_5_0.metric) || "", false), " ");
58957
58956
  } }
58958
- function MetricReportModalComponent_Conditional_0_Conditional_51_Template(rf, ctx) { if (rf & 1) {
58957
+ function MetricReportModalComponent_Conditional_0_Conditional_50_Template(rf, ctx) { if (rf & 1) {
58959
58958
  const _r3 = i0.ɵɵgetCurrentView();
58960
58959
  i0.ɵɵelementStart(0, "div")(1, "p", 23);
58961
58960
  i0.ɵɵtext(2, " Year-over-Year Trend ");
58962
58961
  i0.ɵɵelementEnd();
58963
- i0.ɵɵelementStart(3, "div", 34);
58964
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_51_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); ctx_r1.openExpandedChart(); return i0.ɵɵresetView($event.stopPropagation()); });
58965
- i0.ɵɵelement(4, "symphiq-area-chart", 35);
58966
- i0.ɵɵelementStart(5, "div", 36);
58962
+ i0.ɵɵelementStart(3, "div", 33);
58963
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_50_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); ctx_r1.openExpandedChart(); return i0.ɵɵresetView($event.stopPropagation()); });
58964
+ i0.ɵɵelement(4, "symphiq-area-chart", 34);
58965
+ i0.ɵɵelementStart(5, "div", 35);
58967
58966
  i0.ɵɵnamespaceSVG();
58968
- i0.ɵɵelementStart(6, "svg", 37);
58969
- i0.ɵɵelement(7, "path", 38);
58967
+ i0.ɵɵelementStart(6, "svg", 36);
58968
+ i0.ɵɵelement(7, "path", 37);
58970
58969
  i0.ɵɵelementEnd()()()();
58971
58970
  } if (rf & 2) {
58972
58971
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -58977,14 +58976,14 @@ function MetricReportModalComponent_Conditional_0_Conditional_51_Template(rf, ct
58977
58976
  i0.ɵɵadvance();
58978
58977
  i0.ɵɵproperty("ngClass", ctx_r1.expandIconClasses());
58979
58978
  } }
58980
- function MetricReportModalComponent_Conditional_0_Conditional_62_Template(rf, ctx) { if (rf & 1) {
58979
+ function MetricReportModalComponent_Conditional_0_Conditional_61_Template(rf, ctx) { if (rf & 1) {
58981
58980
  i0.ɵɵelementStart(0, "div", 24);
58982
- i0.ɵɵelement(1, "symphiq-pacing-status-badge", 39);
58981
+ i0.ɵɵelement(1, "symphiq-pacing-status-badge", 38);
58983
58982
  i0.ɵɵelementEnd();
58984
58983
  i0.ɵɵelementStart(2, "div", 24)(3, "p", 27);
58985
58984
  i0.ɵɵtext(4);
58986
58985
  i0.ɵɵelementEnd()();
58987
- i0.ɵɵelement(5, "symphiq-progress-to-target-chart", 40);
58986
+ i0.ɵɵelement(5, "symphiq-progress-to-target-chart", 39);
58988
58987
  } if (rf & 2) {
58989
58988
  const ctx_r1 = i0.ɵɵnextContext(2);
58990
58989
  i0.ɵɵadvance();
@@ -58996,32 +58995,32 @@ function MetricReportModalComponent_Conditional_0_Conditional_62_Template(rf, ct
58996
58995
  i0.ɵɵadvance();
58997
58996
  i0.ɵɵproperty("data", ctx_r1.progressToTargetData())("viewMode", ctx_r1.viewMode());
58998
58997
  } }
58999
- function MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Conditional_5_Template(rf, ctx) { if (rf & 1) {
58998
+ function MetricReportModalComponent_Conditional_0_Conditional_62_For_15_Conditional_5_Template(rf, ctx) { if (rf & 1) {
59000
58999
  i0.ɵɵelementStart(0, "button", 9);
59001
59000
  i0.ɵɵnamespaceSVG();
59002
- i0.ɵɵelementStart(1, "svg", 55);
59003
- i0.ɵɵelement(2, "path", 33);
59001
+ i0.ɵɵelementStart(1, "svg", 54);
59002
+ i0.ɵɵelement(2, "path", 32);
59004
59003
  i0.ɵɵelementEnd()();
59005
59004
  } if (rf & 2) {
59006
59005
  const metric_r4 = i0.ɵɵnextContext().$implicit;
59007
59006
  const ctx_r1 = i0.ɵɵnextContext(3);
59008
59007
  i0.ɵɵproperty("ngClass", ctx_r1.infoIconClasses())("libSymphiqTooltip", ctx_r1.getMarkdownTooltipContent(metric_r4.description, ctx_r1.getMetricTitle(metric_r4)));
59009
59008
  } }
59010
- function MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Template(rf, ctx) { if (rf & 1) {
59011
- i0.ɵɵelementStart(0, "tr", 46)(1, "td", 47)(2, "div", 48)(3, "span", 49);
59009
+ function MetricReportModalComponent_Conditional_0_Conditional_62_For_15_Template(rf, ctx) { if (rf & 1) {
59010
+ i0.ɵɵelementStart(0, "tr", 45)(1, "td", 46)(2, "div", 47)(3, "span", 48);
59012
59011
  i0.ɵɵtext(4);
59013
59012
  i0.ɵɵelementEnd();
59014
- i0.ɵɵconditionalCreate(5, MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Conditional_5_Template, 3, 2, "button", 9);
59013
+ i0.ɵɵconditionalCreate(5, MetricReportModalComponent_Conditional_0_Conditional_62_For_15_Conditional_5_Template, 3, 2, "button", 9);
59015
59014
  i0.ɵɵelementEnd()();
59016
- i0.ɵɵelementStart(6, "td", 50)(7, "span", 51);
59015
+ i0.ɵɵelementStart(6, "td", 49)(7, "span", 50);
59017
59016
  i0.ɵɵtext(8);
59018
59017
  i0.ɵɵelementEnd()();
59019
- i0.ɵɵelementStart(9, "td", 50)(10, "div", 52)(11, "span", 49);
59018
+ i0.ɵɵelementStart(9, "td", 49)(10, "div", 51)(11, "span", 48);
59020
59019
  i0.ɵɵtext(12);
59021
59020
  i0.ɵɵelementEnd();
59022
59021
  i0.ɵɵnamespaceSVG();
59023
- i0.ɵɵelementStart(13, "svg", 53);
59024
- i0.ɵɵelement(14, "path", 54);
59022
+ i0.ɵɵelementStart(13, "svg", 52);
59023
+ i0.ɵɵelement(14, "path", 53);
59025
59024
  i0.ɵɵelementEnd()()()();
59026
59025
  } if (rf & 2) {
59027
59026
  const metric_r4 = ctx.$implicit;
@@ -59040,21 +59039,21 @@ function MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Template
59040
59039
  i0.ɵɵadvance(2);
59041
59040
  i0.ɵɵattribute("d", metric_r4.percentageIncrease >= 0 ? "M5 10l7-7m0 0l7 7m-7-7v18" : "M19 14l-7 7m0 0l-7-7m7 7V3");
59042
59041
  } }
59043
- function MetricReportModalComponent_Conditional_0_Conditional_63_Template(rf, ctx) { if (rf & 1) {
59042
+ function MetricReportModalComponent_Conditional_0_Conditional_62_Template(rf, ctx) { if (rf & 1) {
59044
59043
  i0.ɵɵelementStart(0, "div", 14)(1, "h4", 15);
59045
59044
  i0.ɵɵtext(2, " Contributing Metric Targets ");
59046
59045
  i0.ɵɵelementEnd();
59047
- i0.ɵɵelementStart(3, "div", 41)(4, "table", 42)(5, "thead")(6, "tr", 43)(7, "th", 44);
59046
+ i0.ɵɵelementStart(3, "div", 40)(4, "table", 41)(5, "thead")(6, "tr", 42)(7, "th", 43);
59048
59047
  i0.ɵɵtext(8, "Metric");
59049
59048
  i0.ɵɵelementEnd();
59050
- i0.ɵɵelementStart(9, "th", 45);
59049
+ i0.ɵɵelementStart(9, "th", 44);
59051
59050
  i0.ɵɵtext(10, "Target");
59052
59051
  i0.ɵɵelementEnd();
59053
- i0.ɵɵelementStart(11, "th", 45);
59052
+ i0.ɵɵelementStart(11, "th", 44);
59054
59053
  i0.ɵɵtext(12, "Improve by");
59055
59054
  i0.ɵɵelementEnd()()();
59056
59055
  i0.ɵɵelementStart(13, "tbody");
59057
- i0.ɵɵrepeaterCreate(14, MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Template, 15, 7, "tr", 46, _forTrack0$z);
59056
+ i0.ɵɵrepeaterCreate(14, MetricReportModalComponent_Conditional_0_Conditional_62_For_15_Template, 15, 7, "tr", 45, _forTrack0$z);
59058
59057
  i0.ɵɵelementEnd()()()();
59059
59058
  } if (rf & 2) {
59060
59059
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -59066,27 +59065,27 @@ function MetricReportModalComponent_Conditional_0_Conditional_63_Template(rf, ct
59066
59065
  i0.ɵɵadvance(8);
59067
59066
  i0.ɵɵrepeater(ctx_r1.contributingMetrics());
59068
59067
  } }
59069
- function MetricReportModalComponent_Conditional_0_Conditional_64_Template(rf, ctx) { if (rf & 1) {
59068
+ function MetricReportModalComponent_Conditional_0_Conditional_63_Template(rf, ctx) { if (rf & 1) {
59070
59069
  const _r5 = i0.ɵɵgetCurrentView();
59071
59070
  i0.ɵɵelementStart(0, "div", 28)(1, "h4", 15);
59072
59071
  i0.ɵɵtext(2, " Pace ");
59073
59072
  i0.ɵɵelementEnd();
59074
- i0.ɵɵelementStart(3, "div", 56);
59075
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_64_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(2); ctx_r1.openExpandedPaceChart(); return i0.ɵɵresetView($event.stopPropagation()); });
59076
- i0.ɵɵelement(4, "symphiq-line-chart", 35);
59077
- i0.ɵɵelementStart(5, "div", 36);
59073
+ i0.ɵɵelementStart(3, "div", 55);
59074
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_63_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(2); ctx_r1.openExpandedPaceChart(); return i0.ɵɵresetView($event.stopPropagation()); });
59075
+ i0.ɵɵelement(4, "symphiq-line-chart", 34);
59076
+ i0.ɵɵelementStart(5, "div", 35);
59078
59077
  i0.ɵɵnamespaceSVG();
59079
- i0.ɵɵelementStart(6, "svg", 37);
59080
- i0.ɵɵelement(7, "path", 38);
59078
+ i0.ɵɵelementStart(6, "svg", 36);
59079
+ i0.ɵɵelement(7, "path", 37);
59081
59080
  i0.ɵɵelementEnd()()();
59082
59081
  i0.ɵɵnamespaceHTML();
59083
- i0.ɵɵelementStart(8, "p", 57);
59082
+ i0.ɵɵelementStart(8, "p", 56);
59084
59083
  i0.ɵɵtext(9);
59085
59084
  i0.ɵɵelementEnd();
59086
- i0.ɵɵelementStart(10, "p", 58);
59085
+ i0.ɵɵelementStart(10, "p", 57);
59087
59086
  i0.ɵɵtext(11);
59088
59087
  i0.ɵɵelementEnd();
59089
- i0.ɵɵelementStart(12, "p", 58);
59088
+ i0.ɵɵelementStart(12, "p", 57);
59090
59089
  i0.ɵɵtext(13);
59091
59090
  i0.ɵɵelementEnd()();
59092
59091
  } if (rf & 2) {
@@ -59111,202 +59110,90 @@ function MetricReportModalComponent_Conditional_0_Conditional_64_Template(rf, ct
59111
59110
  i0.ɵɵadvance();
59112
59111
  i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence2(), " ");
59113
59112
  } }
59114
- function MetricReportModalComponent_Conditional_0_Conditional_68_Conditional_11_Template(rf, ctx) { if (rf & 1) {
59115
- i0.ɵɵelement(0, "symphiq-area-chart", 35);
59116
- } if (rf & 2) {
59117
- const ctx_r1 = i0.ɵɵnextContext(3);
59118
- i0.ɵɵproperty("chart", ctx_r1.trendChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol())("height", "500px");
59119
- } }
59120
- function MetricReportModalComponent_Conditional_0_Conditional_68_Template(rf, ctx) { if (rf & 1) {
59121
- const _r6 = i0.ɵɵgetCurrentView();
59122
- i0.ɵɵelementStart(0, "div", 59);
59123
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_68_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeExpandedChart()); });
59124
- i0.ɵɵelementStart(1, "div", 60);
59125
- i0.ɵɵelement(2, "div", 2);
59126
- i0.ɵɵelementStart(3, "div", 61);
59127
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_68_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r6); return i0.ɵɵresetView($event.stopPropagation()); });
59128
- i0.ɵɵelementStart(4, "div", 62)(5, "h3", 63);
59129
- i0.ɵɵtext(6, " Year-over-Year Trend ");
59130
- i0.ɵɵelementEnd();
59131
- i0.ɵɵelementStart(7, "button", 64);
59132
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_68_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeExpandedChart()); });
59133
- i0.ɵɵnamespaceSVG();
59134
- i0.ɵɵelementStart(8, "svg", 11);
59135
- i0.ɵɵelement(9, "path", 12);
59136
- i0.ɵɵelementEnd()()();
59137
- i0.ɵɵnamespaceHTML();
59138
- i0.ɵɵelementStart(10, "div", 65);
59139
- i0.ɵɵconditionalCreate(11, MetricReportModalComponent_Conditional_0_Conditional_68_Conditional_11_Template, 1, 5, "symphiq-area-chart", 35);
59140
- i0.ɵɵelementEnd()()()();
59141
- } if (rf & 2) {
59142
- const ctx_r1 = i0.ɵɵnextContext(2);
59143
- i0.ɵɵadvance(2);
59144
- i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59145
- i0.ɵɵadvance();
59146
- i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
59147
- i0.ɵɵadvance();
59148
- i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
59149
- i0.ɵɵadvance();
59150
- i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
59151
- i0.ɵɵadvance(2);
59152
- i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59153
- i0.ɵɵadvance(3);
59154
- i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
59155
- i0.ɵɵadvance();
59156
- i0.ɵɵconditional(ctx_r1.trendChartData() ? 11 : -1);
59157
- } }
59158
- function MetricReportModalComponent_Conditional_0_Conditional_69_Conditional_11_Template(rf, ctx) { if (rf & 1) {
59159
- i0.ɵɵelement(0, "symphiq-line-chart", 35);
59160
- i0.ɵɵelementStart(1, "p", 57);
59161
- i0.ɵɵtext(2);
59162
- i0.ɵɵelementEnd();
59163
- i0.ɵɵelementStart(3, "p", 58);
59164
- i0.ɵɵtext(4);
59165
- i0.ɵɵelementEnd();
59166
- i0.ɵɵelementStart(5, "p", 58);
59167
- i0.ɵɵtext(6);
59168
- i0.ɵɵelementEnd();
59169
- } if (rf & 2) {
59170
- const ctx_r1 = i0.ɵɵnextContext(3);
59171
- i0.ɵɵproperty("chart", ctx_r1.pacingChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol())("height", "500px");
59172
- i0.ɵɵadvance();
59173
- i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59174
- i0.ɵɵadvance();
59175
- i0.ɵɵtextInterpolate1(" ", ctx_r1.chartLegendDescription(), " ");
59176
- i0.ɵɵadvance();
59177
- i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59178
- i0.ɵɵadvance();
59179
- i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence1(), " ");
59180
- i0.ɵɵadvance();
59181
- i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59182
- i0.ɵɵadvance();
59183
- i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence2(), " ");
59184
- } }
59185
- function MetricReportModalComponent_Conditional_0_Conditional_69_Template(rf, ctx) { if (rf & 1) {
59186
- const _r7 = i0.ɵɵgetCurrentView();
59187
- i0.ɵɵelementStart(0, "div", 59);
59188
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_69_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeExpandedPaceChart()); });
59189
- i0.ɵɵelementStart(1, "div", 60);
59190
- i0.ɵɵelement(2, "div", 2);
59191
- i0.ɵɵelementStart(3, "div", 61);
59192
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_69_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r7); return i0.ɵɵresetView($event.stopPropagation()); });
59193
- i0.ɵɵelementStart(4, "div", 62)(5, "h3", 66);
59194
- i0.ɵɵtext(6, " Pace ");
59195
- i0.ɵɵelementEnd();
59196
- i0.ɵɵelementStart(7, "button", 64);
59197
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_69_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeExpandedPaceChart()); });
59198
- i0.ɵɵnamespaceSVG();
59199
- i0.ɵɵelementStart(8, "svg", 11);
59200
- i0.ɵɵelement(9, "path", 12);
59201
- i0.ɵɵelementEnd()()();
59202
- i0.ɵɵnamespaceHTML();
59203
- i0.ɵɵelementStart(10, "div", 65);
59204
- i0.ɵɵconditionalCreate(11, MetricReportModalComponent_Conditional_0_Conditional_69_Conditional_11_Template, 7, 11);
59205
- i0.ɵɵelementEnd()()()();
59206
- } if (rf & 2) {
59207
- const ctx_r1 = i0.ɵɵnextContext(2);
59208
- i0.ɵɵadvance(2);
59209
- i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59210
- i0.ɵɵadvance();
59211
- i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
59212
- i0.ɵɵadvance();
59213
- i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
59214
- i0.ɵɵadvance();
59215
- i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
59216
- i0.ɵɵadvance(2);
59217
- i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59218
- i0.ɵɵadvance(3);
59219
- i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
59220
- i0.ɵɵadvance();
59221
- i0.ɵɵconditional(ctx_r1.pacingChartData() ? 11 : -1);
59222
- } }
59223
59113
  function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
59224
59114
  const _r1 = i0.ɵɵgetCurrentView();
59225
- i0.ɵɵelementStart(0, "div", 0);
59226
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59227
- i0.ɵɵelementStart(1, "div", 1);
59228
- i0.ɵɵelement(2, "div", 2);
59229
- i0.ɵɵelementStart(3, "div", 3);
59230
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
59231
- i0.ɵɵelementStart(4, "div", 4)(5, "div", 5)(6, "div", 6)(7, "div", 7)(8, "h3", 8);
59232
- i0.ɵɵtext(9);
59115
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
59116
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59233
59117
  i0.ɵɵelementEnd();
59234
- i0.ɵɵconditionalCreate(10, MetricReportModalComponent_Conditional_0_Conditional_10_Template, 3, 2, "button", 9);
59118
+ i0.ɵɵelementStart(2, "div", 3);
59119
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_div_click_2_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
59120
+ i0.ɵɵelementStart(3, "div", 4)(4, "div", 5)(5, "div", 6)(6, "div", 7)(7, "h3", 8);
59121
+ i0.ɵɵtext(8);
59122
+ i0.ɵɵelementEnd();
59123
+ i0.ɵɵconditionalCreate(9, MetricReportModalComponent_Conditional_0_Conditional_9_Template, 3, 2, "button", 9);
59235
59124
  i0.ɵɵelementEnd()();
59236
- i0.ɵɵelementStart(11, "button", 10);
59237
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_button_click_11_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59125
+ i0.ɵɵelementStart(10, "button", 10);
59126
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59238
59127
  i0.ɵɵnamespaceSVG();
59239
- i0.ɵɵelementStart(12, "svg", 11);
59240
- i0.ɵɵelement(13, "path", 12);
59128
+ i0.ɵɵelementStart(11, "svg", 11);
59129
+ i0.ɵɵelement(12, "path", 12);
59241
59130
  i0.ɵɵelementEnd()()()();
59242
59131
  i0.ɵɵnamespaceHTML();
59243
- i0.ɵɵelementStart(14, "div", 13)(15, "div", 14)(16, "h4", 15);
59244
- i0.ɵɵtext(17, " At a Glance ");
59132
+ i0.ɵɵelementStart(13, "div", 13)(14, "div", 14)(15, "h4", 15);
59133
+ i0.ɵɵtext(16, " At a Glance ");
59245
59134
  i0.ɵɵelementEnd();
59246
- i0.ɵɵelementStart(18, "div", 16)(19, "div")(20, "div", 17)(21, "p", 18);
59247
- i0.ɵɵtext(22, " Year to date ");
59135
+ i0.ɵɵelementStart(17, "div", 16)(18, "div")(19, "div", 17)(20, "p", 18);
59136
+ i0.ɵɵtext(21, " Year to date ");
59248
59137
  i0.ɵɵelementEnd();
59249
- i0.ɵɵelementStart(23, "p", 19);
59250
- i0.ɵɵtext(24);
59138
+ i0.ɵɵelementStart(22, "p", 19);
59139
+ i0.ɵɵtext(23);
59251
59140
  i0.ɵɵelementEnd();
59252
- i0.ɵɵelementStart(25, "p", 19);
59253
- i0.ɵɵtext(26);
59141
+ i0.ɵɵelementStart(24, "p", 19);
59142
+ i0.ɵɵtext(25);
59254
59143
  i0.ɵɵelementEnd()();
59255
- i0.ɵɵelementStart(27, "p", 20);
59256
- i0.ɵɵtext(28);
59144
+ i0.ɵɵelementStart(26, "p", 20);
59145
+ i0.ɵɵtext(27);
59257
59146
  i0.ɵɵelementEnd();
59258
- i0.ɵɵconditionalCreate(29, MetricReportModalComponent_Conditional_0_Conditional_29_Template, 1, 5, "symphiq-target-change-badge", 21);
59147
+ i0.ɵɵconditionalCreate(28, MetricReportModalComponent_Conditional_0_Conditional_28_Template, 1, 5, "symphiq-target-change-badge", 21);
59259
59148
  i0.ɵɵelementEnd();
59260
- i0.ɵɵelementStart(30, "div")(31, "div", 17)(32, "p", 18);
59261
- i0.ɵɵtext(33, " Same period last year ");
59149
+ i0.ɵɵelementStart(29, "div")(30, "div", 17)(31, "p", 18);
59150
+ i0.ɵɵtext(32, " Same period last year ");
59262
59151
  i0.ɵɵelementEnd();
59263
- i0.ɵɵelementStart(34, "p", 19);
59264
- i0.ɵɵtext(35);
59152
+ i0.ɵɵelementStart(33, "p", 19);
59153
+ i0.ɵɵtext(34);
59265
59154
  i0.ɵɵelementEnd();
59266
- i0.ɵɵelementStart(36, "p", 19);
59267
- i0.ɵɵtext(37);
59155
+ i0.ɵɵelementStart(35, "p", 19);
59156
+ i0.ɵɵtext(36);
59268
59157
  i0.ɵɵelementEnd()();
59269
- i0.ɵɵelementStart(38, "p", 22);
59270
- i0.ɵɵtext(39);
59158
+ i0.ɵɵelementStart(37, "p", 22);
59159
+ i0.ɵɵtext(38);
59271
59160
  i0.ɵɵelementEnd()();
59272
- i0.ɵɵelementStart(40, "div")(41, "p", 23);
59273
- i0.ɵɵtext(42);
59161
+ i0.ɵɵelementStart(39, "div")(40, "p", 23);
59162
+ i0.ɵɵtext(41);
59274
59163
  i0.ɵɵelementEnd();
59275
- i0.ɵɵelementStart(43, "p", 22);
59276
- i0.ɵɵtext(44);
59164
+ i0.ɵɵelementStart(42, "p", 22);
59165
+ i0.ɵɵtext(43);
59277
59166
  i0.ɵɵelementEnd()();
59278
- i0.ɵɵconditionalCreate(45, MetricReportModalComponent_Conditional_0_Conditional_45_Template, 5, 4, "div");
59279
- i0.ɵɵelementStart(46, "div")(47, "p", 23);
59280
- i0.ɵɵtext(48);
59167
+ i0.ɵɵconditionalCreate(44, MetricReportModalComponent_Conditional_0_Conditional_44_Template, 5, 4, "div");
59168
+ i0.ɵɵelementStart(45, "div")(46, "p", 23);
59169
+ i0.ɵɵtext(47);
59281
59170
  i0.ɵɵelementEnd();
59282
- i0.ɵɵelementStart(49, "p", 22);
59283
- i0.ɵɵtext(50);
59171
+ i0.ɵɵelementStart(48, "p", 22);
59172
+ i0.ɵɵtext(49);
59284
59173
  i0.ɵɵelementEnd()();
59285
- i0.ɵɵconditionalCreate(51, MetricReportModalComponent_Conditional_0_Conditional_51_Template, 8, 7, "div");
59174
+ i0.ɵɵconditionalCreate(50, MetricReportModalComponent_Conditional_0_Conditional_50_Template, 8, 7, "div");
59286
59175
  i0.ɵɵelementEnd()();
59287
- i0.ɵɵelementStart(52, "div", 14)(53, "h4", 15);
59288
- i0.ɵɵtext(54, " Target Analysis ");
59176
+ i0.ɵɵelementStart(51, "div", 14)(52, "h4", 15);
59177
+ i0.ɵɵtext(53, " Target Analysis ");
59289
59178
  i0.ɵɵelementEnd();
59290
- i0.ɵɵelementStart(55, "div", 24)(56, "p", 25);
59291
- i0.ɵɵtext(57, " Your Target ");
59179
+ i0.ɵɵelementStart(54, "div", 24)(55, "p", 25);
59180
+ i0.ɵɵtext(56, " Your Target ");
59292
59181
  i0.ɵɵelementEnd();
59293
- i0.ɵɵelementStart(58, "p", 26);
59294
- i0.ɵɵtext(59);
59182
+ i0.ɵɵelementStart(57, "p", 26);
59183
+ i0.ɵɵtext(58);
59295
59184
  i0.ɵɵelementEnd();
59296
- i0.ɵɵelementStart(60, "p", 27);
59297
- i0.ɵɵtext(61);
59185
+ i0.ɵɵelementStart(59, "p", 27);
59186
+ i0.ɵɵtext(60);
59298
59187
  i0.ɵɵelementEnd()();
59299
- i0.ɵɵconditionalCreate(62, MetricReportModalComponent_Conditional_0_Conditional_62_Template, 6, 10);
59188
+ i0.ɵɵconditionalCreate(61, MetricReportModalComponent_Conditional_0_Conditional_61_Template, 6, 10);
59300
59189
  i0.ɵɵelementEnd();
59301
- i0.ɵɵconditionalCreate(63, MetricReportModalComponent_Conditional_0_Conditional_63_Template, 16, 3, "div", 14);
59302
- i0.ɵɵconditionalCreate(64, MetricReportModalComponent_Conditional_0_Conditional_64_Template, 14, 14, "div", 28);
59190
+ i0.ɵɵconditionalCreate(62, MetricReportModalComponent_Conditional_0_Conditional_62_Template, 16, 3, "div", 14);
59191
+ i0.ɵɵconditionalCreate(63, MetricReportModalComponent_Conditional_0_Conditional_63_Template, 14, 14, "div", 28);
59303
59192
  i0.ɵɵelementEnd();
59304
- i0.ɵɵelementStart(65, "div", 29)(66, "button", 30);
59305
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_button_click_66_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59306
- i0.ɵɵtext(67, " Close ");
59307
- i0.ɵɵelementEnd()()()()();
59308
- i0.ɵɵconditionalCreate(68, MetricReportModalComponent_Conditional_0_Conditional_68_Template, 12, 9, "div", 31);
59309
- i0.ɵɵconditionalCreate(69, MetricReportModalComponent_Conditional_0_Conditional_69_Template, 12, 9, "div", 31);
59193
+ i0.ɵɵelementStart(64, "div", 29)(65, "button", 30);
59194
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_button_click_65_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59195
+ i0.ɵɵtext(66, " Close ");
59196
+ i0.ɵɵelementEnd()()()();
59310
59197
  } if (rf & 2) {
59311
59198
  let tmp_8_0;
59312
59199
  let tmp_19_0;
@@ -59316,7 +59203,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59316
59203
  let tmp_42_0;
59317
59204
  let tmp_44_0;
59318
59205
  const ctx_r1 = i0.ɵɵnextContext();
59319
- i0.ɵɵadvance(2);
59206
+ i0.ɵɵadvance();
59320
59207
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59321
59208
  i0.ɵɵadvance();
59322
59209
  i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
@@ -59327,7 +59214,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59327
59214
  i0.ɵɵadvance();
59328
59215
  i0.ɵɵtextInterpolate1(" ", ctx_r1.metricTitle(), " ");
59329
59216
  i0.ɵɵadvance();
59330
- i0.ɵɵconditional(((tmp_8_0 = ctx_r1.metricData()) == null ? null : tmp_8_0.description) ? 10 : -1);
59217
+ i0.ɵɵconditional(((tmp_8_0 = ctx_r1.metricData()) == null ? null : tmp_8_0.description) ? 9 : -1);
59331
59218
  i0.ɵɵadvance();
59332
59219
  i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59333
59220
  i0.ɵɵadvance(3);
@@ -59351,7 +59238,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59351
59238
  i0.ɵɵadvance();
59352
59239
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.ytdValue(), ((tmp_19_0 = ctx_r1.metricData()) == null ? null : tmp_19_0.metric) || "", false), " ");
59353
59240
  i0.ɵɵadvance();
59354
- i0.ɵɵconditional(ctx_r1.ytdChangePercentage() !== null ? 29 : -1);
59241
+ i0.ɵɵconditional(ctx_r1.ytdChangePercentage() !== null ? 28 : -1);
59355
59242
  i0.ɵɵadvance(3);
59356
59243
  i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
59357
59244
  i0.ɵɵadvance(2);
@@ -59375,7 +59262,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59375
59262
  i0.ɵɵadvance();
59376
59263
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(((tmp_31_0 = ctx_r1.metricData()) == null ? null : tmp_31_0.currentValue) || 0, ((tmp_31_0 = ctx_r1.metricData()) == null ? null : tmp_31_0.metric) || ""), " ");
59377
59264
  i0.ɵɵadvance();
59378
- i0.ɵɵconditional(ctx_r1.pacingInfo() ? 45 : -1);
59265
+ i0.ɵɵconditional(ctx_r1.pacingInfo() ? 44 : -1);
59379
59266
  i0.ɵɵadvance(2);
59380
59267
  i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
59381
59268
  i0.ɵɵadvance();
@@ -59385,7 +59272,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59385
59272
  i0.ɵɵadvance();
59386
59273
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(((tmp_36_0 = ctx_r1.metricData()) == null ? null : tmp_36_0.targetValue) || 0, ((tmp_36_0 = ctx_r1.metricData()) == null ? null : tmp_36_0.metric) || "", false), " ");
59387
59274
  i0.ɵɵadvance();
59388
- i0.ɵɵconditional(ctx_r1.trendChartData() ? 51 : -1);
59275
+ i0.ɵɵconditional(ctx_r1.trendChartData() ? 50 : -1);
59389
59276
  i0.ɵɵadvance();
59390
59277
  i0.ɵɵproperty("ngClass", ctx_r1.sectionCardClasses());
59391
59278
  i0.ɵɵadvance();
@@ -59401,19 +59288,122 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59401
59288
  i0.ɵɵadvance();
59402
59289
  i0.ɵɵtextInterpolate4(" Your target represents a ", ctx_r1.formatPercentage(ctx_r1.Math.abs(((tmp_44_0 = ctx_r1.metricData()) == null ? null : tmp_44_0.percentageIncrease) || 0), 1), " ", (((tmp_44_0 = ctx_r1.metricData()) == null ? null : tmp_44_0.percentageIncrease) || 0) >= 0 ? "increase" : "decrease", " from your ", ctx_r1.priorYear(), " actual of ", ctx_r1.formatMetricValue(((tmp_44_0 = ctx_r1.metricData()) == null ? null : tmp_44_0.currentValue) || 0, ((tmp_44_0 = ctx_r1.metricData()) == null ? null : tmp_44_0.metric) || ""), ". ");
59403
59290
  i0.ɵɵadvance();
59404
- i0.ɵɵconditional(ctx_r1.pacingInfo() ? 62 : -1);
59291
+ i0.ɵɵconditional(ctx_r1.pacingInfo() ? 61 : -1);
59405
59292
  i0.ɵɵadvance();
59406
- i0.ɵɵconditional(ctx_r1.contributingMetrics().length > 0 ? 63 : -1);
59293
+ i0.ɵɵconditional(ctx_r1.contributingMetrics().length > 0 ? 62 : -1);
59407
59294
  i0.ɵɵadvance();
59408
- i0.ɵɵconditional(ctx_r1.pacingChartData() ? 64 : -1);
59295
+ i0.ɵɵconditional(ctx_r1.pacingChartData() ? 63 : -1);
59409
59296
  i0.ɵɵadvance();
59410
59297
  i0.ɵɵproperty("ngClass", ctx_r1.footerClasses());
59411
59298
  i0.ɵɵadvance();
59412
59299
  i0.ɵɵproperty("ngClass", ctx_r1.closeFooterButtonClasses());
59300
+ } }
59301
+ function MetricReportModalComponent_Conditional_1_Conditional_10_Template(rf, ctx) { if (rf & 1) {
59302
+ i0.ɵɵelement(0, "symphiq-area-chart", 34);
59303
+ } if (rf & 2) {
59304
+ const ctx_r1 = i0.ɵɵnextContext(2);
59305
+ i0.ɵɵproperty("chart", ctx_r1.trendChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol())("height", "500px");
59306
+ } }
59307
+ function MetricReportModalComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
59308
+ const _r6 = i0.ɵɵgetCurrentView();
59309
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
59310
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_1_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeExpandedChart()); });
59311
+ i0.ɵɵelementEnd();
59312
+ i0.ɵɵelementStart(2, "div", 58);
59313
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_1_Template_div_click_2_listener($event) { i0.ɵɵrestoreView(_r6); return i0.ɵɵresetView($event.stopPropagation()); });
59314
+ i0.ɵɵelementStart(3, "div", 59)(4, "h3", 60);
59315
+ i0.ɵɵtext(5, " Year-over-Year Trend ");
59316
+ i0.ɵɵelementEnd();
59317
+ i0.ɵɵelementStart(6, "button", 61);
59318
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_1_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeExpandedChart()); });
59319
+ i0.ɵɵnamespaceSVG();
59320
+ i0.ɵɵelementStart(7, "svg", 11);
59321
+ i0.ɵɵelement(8, "path", 12);
59322
+ i0.ɵɵelementEnd()()();
59323
+ i0.ɵɵnamespaceHTML();
59324
+ i0.ɵɵelementStart(9, "div", 62);
59325
+ i0.ɵɵconditionalCreate(10, MetricReportModalComponent_Conditional_1_Conditional_10_Template, 1, 5, "symphiq-area-chart", 34);
59326
+ i0.ɵɵelementEnd()()();
59327
+ } if (rf & 2) {
59328
+ const ctx_r1 = i0.ɵɵnextContext();
59329
+ i0.ɵɵadvance();
59330
+ i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59331
+ i0.ɵɵadvance();
59332
+ i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
59333
+ i0.ɵɵadvance();
59334
+ i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
59335
+ i0.ɵɵadvance();
59336
+ i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
59413
59337
  i0.ɵɵadvance(2);
59414
- i0.ɵɵconditional(ctx_r1.isExpandedChartOpen() ? 68 : -1);
59338
+ i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59339
+ i0.ɵɵadvance(3);
59340
+ i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
59415
59341
  i0.ɵɵadvance();
59416
- i0.ɵɵconditional(ctx_r1.isExpandedPaceChartOpen() ? 69 : -1);
59342
+ i0.ɵɵconditional(ctx_r1.trendChartData() ? 10 : -1);
59343
+ } }
59344
+ function MetricReportModalComponent_Conditional_2_Conditional_10_Template(rf, ctx) { if (rf & 1) {
59345
+ i0.ɵɵelement(0, "symphiq-line-chart", 34);
59346
+ i0.ɵɵelementStart(1, "p", 56);
59347
+ i0.ɵɵtext(2);
59348
+ i0.ɵɵelementEnd();
59349
+ i0.ɵɵelementStart(3, "p", 57);
59350
+ i0.ɵɵtext(4);
59351
+ i0.ɵɵelementEnd();
59352
+ i0.ɵɵelementStart(5, "p", 57);
59353
+ i0.ɵɵtext(6);
59354
+ i0.ɵɵelementEnd();
59355
+ } if (rf & 2) {
59356
+ const ctx_r1 = i0.ɵɵnextContext(2);
59357
+ i0.ɵɵproperty("chart", ctx_r1.pacingChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol())("height", "500px");
59358
+ i0.ɵɵadvance();
59359
+ i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59360
+ i0.ɵɵadvance();
59361
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.chartLegendDescription(), " ");
59362
+ i0.ɵɵadvance();
59363
+ i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59364
+ i0.ɵɵadvance();
59365
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence1(), " ");
59366
+ i0.ɵɵadvance();
59367
+ i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59368
+ i0.ɵɵadvance();
59369
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence2(), " ");
59370
+ } }
59371
+ function MetricReportModalComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
59372
+ const _r7 = i0.ɵɵgetCurrentView();
59373
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
59374
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_2_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeExpandedPaceChart()); });
59375
+ i0.ɵɵelementEnd();
59376
+ i0.ɵɵelementStart(2, "div", 58);
59377
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_2_Template_div_click_2_listener($event) { i0.ɵɵrestoreView(_r7); return i0.ɵɵresetView($event.stopPropagation()); });
59378
+ i0.ɵɵelementStart(3, "div", 59)(4, "h3", 63);
59379
+ i0.ɵɵtext(5, " Pace ");
59380
+ i0.ɵɵelementEnd();
59381
+ i0.ɵɵelementStart(6, "button", 61);
59382
+ i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_2_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeExpandedPaceChart()); });
59383
+ i0.ɵɵnamespaceSVG();
59384
+ i0.ɵɵelementStart(7, "svg", 11);
59385
+ i0.ɵɵelement(8, "path", 12);
59386
+ i0.ɵɵelementEnd()()();
59387
+ i0.ɵɵnamespaceHTML();
59388
+ i0.ɵɵelementStart(9, "div", 62);
59389
+ i0.ɵɵconditionalCreate(10, MetricReportModalComponent_Conditional_2_Conditional_10_Template, 7, 11);
59390
+ i0.ɵɵelementEnd()()();
59391
+ } if (rf & 2) {
59392
+ const ctx_r1 = i0.ɵɵnextContext();
59393
+ i0.ɵɵadvance();
59394
+ i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59395
+ i0.ɵɵadvance();
59396
+ i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
59397
+ i0.ɵɵadvance();
59398
+ i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
59399
+ i0.ɵɵadvance();
59400
+ i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
59401
+ i0.ɵɵadvance(2);
59402
+ i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59403
+ i0.ɵɵadvance(3);
59404
+ i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
59405
+ i0.ɵɵadvance();
59406
+ i0.ɵɵconditional(ctx_r1.pacingChartData() ? 10 : -1);
59417
59407
  } }
59418
59408
  class MetricReportModalComponent {
59419
59409
  constructor() {
@@ -59867,10 +59857,16 @@ class MetricReportModalComponent {
59867
59857
  static { this.ɵfac = function MetricReportModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MetricReportModalComponent)(); }; }
59868
59858
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MetricReportModalComponent, selectors: [["symphiq-metric-report-modal"]], hostBindings: function MetricReportModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
59869
59859
  i0.ɵɵlistener("keydown.escape", function MetricReportModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscapeKey(); }, i0.ɵɵresolveDocument);
59870
- } }, inputs: { viewMode: [1, "viewMode"], metricEnum: [1, "metricEnum"], metricData: [1, "metricData"], contributingMetrics: [1, "contributingMetrics"], pacingResponse: [1, "pacingResponse"], trendChartData: [1, "trendChartData"], currencySymbol: [1, "currencySymbol"], isOpen: [1, "isOpen"] }, outputs: { closed: "closed" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "overflow-y-auto", "z-50", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "ngClass"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "right", 1, "flex-shrink-0", "w-5", "h-5", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "ngClass", "libSymphiqTooltip"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "rounded-xl", "p-6", "mb-6", 3, "ngClass"], [1, "text-sm", "font-semibold", "uppercase", "tracking-wider", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "lg:grid-cols-3", "gap-6"], [1, "mb-1.5"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-2", 3, "ngClass"], [3, "viewMode", "percentageChange", "metric", "priorYear", "isCompact"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1.5", 3, "ngClass"], [1, "mb-4"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-2", 3, "ngClass"], [1, "text-3xl", "font-extrabold", "mb-3", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", 3, "click", "ngClass"], [1, "fixed", "inset-0", "overflow-y-auto", "z-[60]"], ["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", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "relative", "cursor-pointer", "group", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height"], [1, "absolute", "top-1", "right-1", "p-1", "rounded", "opacity-0", "group-hover:opacity-100", "transition-opacity", 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", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"], [3, "viewMode", "pacingPercentage", "status", "showAsFullText", "isCompact", "showEmphasizedPercentage"], [3, "data", "viewMode"], [1, "overflow-x-auto"], [1, "w-full"], [1, "border-b", 3, "ngClass"], [1, "text-left", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "text-right", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "border-b", "transition-colors", 3, "ngClass"], [1, "py-3", "px-4"], [1, "flex", "items-center", "gap-2"], [1, "text-sm", "font-medium"], [1, "py-3", "px-4", "text-right"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "justify-end", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "text-emerald-500"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], [1, "min-h-[250px]", "relative", "cursor-pointer", "group", 3, "click"], [1, "text-sm", "leading-relaxed", "mt-4", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mt-2", 3, "ngClass"], [1, "fixed", "inset-0", "overflow-y-auto", "z-[60]", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "p-4"], [1, "relative", "inline-block", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "w-full", "max-w-6xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "backdrop-blur-sm", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], [1, "p-6", "backdrop-blur-sm", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-0", 3, "ngClass"]], template: function MetricReportModalComponent_Template(rf, ctx) { if (rf & 1) {
59871
- i0.ɵɵconditionalCreate(0, MetricReportModalComponent_Conditional_0_Template, 70, 54);
59860
+ } }, inputs: { viewMode: [1, "viewMode"], metricEnum: [1, "metricEnum"], metricData: [1, "metricData"], contributingMetrics: [1, "contributingMetrics"], pacingResponse: [1, "pacingResponse"], trendChartData: [1, "trendChartData"], currencySymbol: [1, "currencySymbol"], isOpen: [1, "isOpen"] }, outputs: { closed: "closed" }, decls: 3, vars: 3, consts: [[1, "fixed", "inset-0", "z-50", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], [1, "fixed", "inset-0", "z-[60]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "right", 1, "flex-shrink-0", "w-5", "h-5", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "ngClass", "libSymphiqTooltip"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "rounded-xl", "p-6", "mb-6", 3, "ngClass"], [1, "text-sm", "font-semibold", "uppercase", "tracking-wider", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "lg:grid-cols-3", "gap-6"], [1, "mb-1.5"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-xs", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-2", 3, "ngClass"], [3, "viewMode", "percentageChange", "metric", "priorYear", "isCompact"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1.5", 3, "ngClass"], [1, "mb-4"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-2", 3, "ngClass"], [1, "text-3xl", "font-extrabold", "mb-3", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "px-6", "py-4", "border-t", 3, "ngClass"], [1, "w-full", "px-4", "py-2", "rounded-lg", "transition-all", "font-medium", "hover:scale-[1.02]", "active:scale-[0.98]", 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", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "relative", "cursor-pointer", "group", 3, "click"], [3, "chart", "showAxisLabels", "viewMode", "currencySymbol", "height"], [1, "absolute", "top-1", "right-1", "p-1", "rounded", "opacity-0", "group-hover:opacity-100", "transition-opacity", 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", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"], [3, "viewMode", "pacingPercentage", "status", "showAsFullText", "isCompact", "showEmphasizedPercentage"], [3, "data", "viewMode"], [1, "overflow-x-auto"], [1, "w-full"], [1, "border-b", 3, "ngClass"], [1, "text-left", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "text-right", "py-3", "px-4", "text-xs", "font-semibold", "uppercase", "tracking-wider"], [1, "border-b", "transition-colors", 3, "ngClass"], [1, "py-3", "px-4"], [1, "flex", "items-center", "gap-2"], [1, "text-sm", "font-medium"], [1, "py-3", "px-4", "text-right"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "justify-end", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "text-emerald-500"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], [1, "min-h-[250px]", "relative", "cursor-pointer", "group", 3, "click"], [1, "text-sm", "leading-relaxed", "mt-4", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mt-2", 3, "ngClass"], [1, "relative", "w-full", "max-w-6xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-4", "border-b", "backdrop-blur-sm", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], [1, "p-6", "backdrop-blur-sm", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-0", 3, "ngClass"]], template: function MetricReportModalComponent_Template(rf, ctx) { if (rf & 1) {
59861
+ i0.ɵɵconditionalCreate(0, MetricReportModalComponent_Conditional_0_Template, 67, 52, "div", 0);
59862
+ i0.ɵɵconditionalCreate(1, MetricReportModalComponent_Conditional_1_Template, 11, 9, "div", 1);
59863
+ i0.ɵɵconditionalCreate(2, MetricReportModalComponent_Conditional_2_Template, 11, 9, "div", 1);
59872
59864
  } if (rf & 2) {
59873
59865
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
59866
+ i0.ɵɵadvance();
59867
+ i0.ɵɵconditional(ctx.isExpandedChartOpen() ? 1 : -1);
59868
+ i0.ɵɵadvance();
59869
+ i0.ɵɵconditional(ctx.isExpandedPaceChartOpen() ? 2 : -1);
59874
59870
  } }, dependencies: [CommonModule, i1$1.NgClass, PacingStatusBadgeComponent,
59875
59871
  TargetChangeBadgeComponent,
59876
59872
  TooltipDirective,
@@ -59922,20 +59918,20 @@ class MetricReportModalComponent {
59922
59918
  ],
59923
59919
  template: `
59924
59920
  @if (isOpen()) {
59925
- <div class="fixed inset-0 overflow-y-auto z-50" (click)="close()">
59926
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
59927
- <div
59928
- [ngClass]="backdropClasses()"
59929
- class="fixed inset-0 backdrop-blur-md"
59930
- aria-hidden="true"
59931
- @fadeIn>
59932
- </div>
59921
+ <div class="fixed inset-0 z-50 flex items-center justify-center p-4 overflow-y-auto">
59922
+ <div
59923
+ [ngClass]="backdropClasses()"
59924
+ class="fixed inset-0 backdrop-blur-md"
59925
+ aria-hidden="true"
59926
+ @fadeIn
59927
+ (click)="close()">
59928
+ </div>
59933
59929
 
59934
- <div
59935
- (click)="$event.stopPropagation()"
59936
- [ngClass]="modalContainerClasses()"
59937
- class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl"
59938
- @slideUpFade>
59930
+ <div
59931
+ (click)="$event.stopPropagation()"
59932
+ [ngClass]="modalContainerClasses()"
59933
+ class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
59934
+ @slideUpFade>
59939
59935
 
59940
59936
  <!-- Header -->
59941
59937
  <div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
@@ -60247,24 +60243,24 @@ class MetricReportModalComponent {
60247
60243
  </div>
60248
60244
  </div>
60249
60245
  </div>
60250
- </div>
60246
+ }
60251
60247
 
60252
60248
  <!-- Expanded Chart Modal (Stacked) -->
60253
60249
  @if (isExpandedChartOpen()) {
60254
- <div class="fixed inset-0 overflow-y-auto z-[60]" (click)="closeExpandedChart()">
60255
- <div class="flex items-center justify-center min-h-screen p-4">
60256
- <div
60257
- [ngClass]="backdropClasses()"
60258
- class="fixed inset-0 backdrop-blur-md"
60259
- aria-hidden="true"
60260
- @fadeIn>
60261
- </div>
60250
+ <div class="fixed inset-0 z-[60] flex items-center justify-center p-4 overflow-y-auto">
60251
+ <div
60252
+ [ngClass]="backdropClasses()"
60253
+ class="fixed inset-0 backdrop-blur-md"
60254
+ aria-hidden="true"
60255
+ @fadeIn
60256
+ (click)="closeExpandedChart()">
60257
+ </div>
60262
60258
 
60263
- <div
60264
- (click)="$event.stopPropagation()"
60265
- [ngClass]="modalContainerClasses()"
60266
- class="relative inline-block rounded-2xl text-left overflow-hidden shadow-xl w-full max-w-6xl border backdrop-blur-xl"
60267
- @slideUpFade>
60259
+ <div
60260
+ (click)="$event.stopPropagation()"
60261
+ [ngClass]="modalContainerClasses()"
60262
+ class="relative w-full max-w-6xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
60263
+ @slideUpFade>
60268
60264
 
60269
60265
  <!-- Header -->
60270
60266
  <div [ngClass]="headerClasses()" class="px-6 py-4 border-b backdrop-blur-sm flex items-center justify-between">
@@ -60295,25 +60291,24 @@ class MetricReportModalComponent {
60295
60291
  </div>
60296
60292
  </div>
60297
60293
  </div>
60298
- </div>
60299
- }
60294
+ }
60300
60295
 
60301
60296
  <!-- Expanded Pace Chart Modal (Stacked) -->
60302
60297
  @if (isExpandedPaceChartOpen()) {
60303
- <div class="fixed inset-0 overflow-y-auto z-[60]" (click)="closeExpandedPaceChart()">
60304
- <div class="flex items-center justify-center min-h-screen p-4">
60305
- <div
60306
- [ngClass]="backdropClasses()"
60307
- class="fixed inset-0 backdrop-blur-md"
60308
- aria-hidden="true"
60309
- @fadeIn>
60310
- </div>
60298
+ <div class="fixed inset-0 z-[60] flex items-center justify-center p-4 overflow-y-auto">
60299
+ <div
60300
+ [ngClass]="backdropClasses()"
60301
+ class="fixed inset-0 backdrop-blur-md"
60302
+ aria-hidden="true"
60303
+ @fadeIn
60304
+ (click)="closeExpandedPaceChart()">
60305
+ </div>
60311
60306
 
60312
- <div
60313
- (click)="$event.stopPropagation()"
60314
- [ngClass]="modalContainerClasses()"
60315
- class="relative inline-block rounded-2xl text-left overflow-hidden shadow-xl w-full max-w-6xl border backdrop-blur-xl"
60316
- @slideUpFade>
60307
+ <div
60308
+ (click)="$event.stopPropagation()"
60309
+ [ngClass]="modalContainerClasses()"
60310
+ class="relative w-full max-w-6xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
60311
+ @slideUpFade>
60317
60312
 
60318
60313
  <!-- Header -->
60319
60314
  <div [ngClass]="headerClasses()" class="px-6 py-4 border-b backdrop-blur-sm flex items-center justify-between">
@@ -60353,16 +60348,14 @@ class MetricReportModalComponent {
60353
60348
  </div>
60354
60349
  </div>
60355
60350
  </div>
60356
- </div>
60357
- }
60358
- }
60351
+ }
60359
60352
  `
60360
60353
  }]
60361
60354
  }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricEnum: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricEnum", required: false }] }], metricData: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricData", required: false }] }], contributingMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "contributingMetrics", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], trendChartData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendChartData", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], closed: [{ type: i0.Output, args: ["closed"] }], onEscapeKey: [{
60362
60355
  type: HostListener,
60363
60356
  args: ['document:keydown.escape']
60364
60357
  }] }); })();
60365
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 481 }); })();
60358
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 478 }); })();
60366
60359
 
60367
60360
  function UserAvatarComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60368
60361
  i0.ɵɵelement(0, "img", 1);
@@ -60561,25 +60554,25 @@ class UserDisplayComponent {
60561
60554
  const _c0$C = ["absoluteInputRef"];
60562
60555
  const _c1$g = ["percentageInputRef"];
60563
60556
  const _forTrack0$y = ($index, $item) => $item.id;
60564
- function EditMetricTargetModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
60557
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
60565
60558
  const _r3 = i0.ɵɵgetCurrentView();
60566
- i0.ɵɵelementStart(0, "div", 17);
60559
+ i0.ɵɵelementStart(0, "div", 16);
60567
60560
  i0.ɵɵnamespaceSVG();
60568
- i0.ɵɵelementStart(1, "svg", 18);
60569
- i0.ɵɵelement(2, "path", 32);
60561
+ i0.ɵɵelementStart(1, "svg", 17);
60562
+ i0.ɵɵelement(2, "path", 31);
60570
60563
  i0.ɵɵelementEnd();
60571
60564
  i0.ɵɵnamespaceHTML();
60572
- i0.ɵɵelementStart(3, "div")(4, "div", 33)(5, "p", 20);
60565
+ i0.ɵɵelementStart(3, "div")(4, "div", 32)(5, "p", 19);
60573
60566
  i0.ɵɵtext(6, " Current Pace Projection ");
60574
60567
  i0.ɵɵelementEnd();
60575
- i0.ɵɵelementStart(7, "button", 34);
60576
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_25_Template_button_click_7_listener($event) { i0.ɵɵrestoreView(_r3); return i0.ɵɵresetView($event.stopPropagation()); });
60568
+ i0.ɵɵelementStart(7, "button", 33);
60569
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_24_Template_button_click_7_listener($event) { i0.ɵɵrestoreView(_r3); return i0.ɵɵresetView($event.stopPropagation()); });
60577
60570
  i0.ɵɵnamespaceSVG();
60578
- i0.ɵɵelementStart(8, "svg", 35);
60579
- i0.ɵɵelement(9, "path", 36);
60571
+ i0.ɵɵelementStart(8, "svg", 34);
60572
+ i0.ɵɵelement(9, "path", 35);
60580
60573
  i0.ɵɵelementEnd()()();
60581
60574
  i0.ɵɵnamespaceHTML();
60582
- i0.ɵɵelementStart(10, "p", 21);
60575
+ i0.ɵɵelementStart(10, "p", 20);
60583
60576
  i0.ɵɵtext(11);
60584
60577
  i0.ɵɵelementEnd()()();
60585
60578
  } if (rf & 2) {
@@ -60595,13 +60588,13 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_25_Template(rf
60595
60588
  i0.ɵɵadvance();
60596
60589
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.currentPaceProjectionRaw(), false), " ");
60597
60590
  } }
60598
- function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60591
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60599
60592
  const _r4 = i0.ɵɵgetCurrentView();
60600
- i0.ɵɵelementStart(0, "input", 38, 0);
60601
- i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_1_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r1.absoluteInput, $event) || (ctx_r1.absoluteInput = $event); return i0.ɵɵresetView($event); });
60602
- i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_1_Template_input_ngModelChange_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
60593
+ i0.ɵɵelementStart(0, "input", 37, 0);
60594
+ i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_1_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r1.absoluteInput, $event) || (ctx_r1.absoluteInput = $event); return i0.ɵɵresetView($event); });
60595
+ i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_1_Template_input_ngModelChange_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
60603
60596
  i0.ɵɵelementEnd();
60604
- i0.ɵɵelementStart(2, "span", 39);
60597
+ i0.ɵɵelementStart(2, "span", 38);
60605
60598
  i0.ɵɵtext(3, " % ");
60606
60599
  i0.ɵɵelementEnd();
60607
60600
  } if (rf & 2) {
@@ -60611,14 +60604,14 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional
60611
60604
  i0.ɵɵadvance(2);
60612
60605
  i0.ɵɵproperty("ngClass", ctx_r1.inputSuffixClasses());
60613
60606
  } }
60614
- function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_2_Template(rf, ctx) { if (rf & 1) {
60607
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_2_Template(rf, ctx) { if (rf & 1) {
60615
60608
  const _r5 = i0.ɵɵgetCurrentView();
60616
- i0.ɵɵelementStart(0, "span", 40);
60609
+ i0.ɵɵelementStart(0, "span", 39);
60617
60610
  i0.ɵɵtext(1);
60618
60611
  i0.ɵɵelementEnd();
60619
- i0.ɵɵelementStart(2, "input", 41, 0);
60620
- i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_2_Template_input_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r1.absoluteInput, $event) || (ctx_r1.absoluteInput = $event); return i0.ɵɵresetView($event); });
60621
- i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_2_Template_input_ngModelChange_2_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
60612
+ i0.ɵɵelementStart(2, "input", 40, 0);
60613
+ i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_2_Template_input_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r1.absoluteInput, $event) || (ctx_r1.absoluteInput = $event); return i0.ɵɵresetView($event); });
60614
+ i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_2_Template_input_ngModelChange_2_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
60622
60615
  i0.ɵɵelementEnd();
60623
60616
  } if (rf & 2) {
60624
60617
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -60630,33 +60623,33 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional
60630
60623
  i0.ɵɵtwoWayProperty("ngModel", ctx_r1.absoluteInput);
60631
60624
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
60632
60625
  } }
60633
- function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_3_Template(rf, ctx) { if (rf & 1) {
60626
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_3_Template(rf, ctx) { if (rf & 1) {
60634
60627
  const _r6 = i0.ɵɵgetCurrentView();
60635
- i0.ɵɵelementStart(0, "input", 42, 0);
60636
- i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_3_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r1.absoluteInput, $event) || (ctx_r1.absoluteInput = $event); return i0.ɵɵresetView($event); });
60637
- i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_3_Template_input_ngModelChange_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); })("keydown", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_3_Template_input_keydown_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onIntegerKeyDown($event)); });
60628
+ i0.ɵɵelementStart(0, "input", 41, 0);
60629
+ i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_3_Template_input_ngModelChange_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); i0.ɵɵtwoWayBindingSet(ctx_r1.absoluteInput, $event) || (ctx_r1.absoluteInput = $event); return i0.ɵɵresetView($event); });
60630
+ i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_3_Template_input_ngModelChange_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); })("keydown", function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_3_Template_input_keydown_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onIntegerKeyDown($event)); });
60638
60631
  i0.ɵɵelementEnd();
60639
60632
  } if (rf & 2) {
60640
60633
  const ctx_r1 = i0.ɵɵnextContext(3);
60641
60634
  i0.ɵɵtwoWayProperty("ngModel", ctx_r1.absoluteInput);
60642
60635
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
60643
60636
  } }
60644
- function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
60645
- i0.ɵɵelementStart(0, "div", 25);
60646
- i0.ɵɵconditionalCreate(1, EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_1_Template, 4, 3)(2, EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_2_Template, 4, 6)(3, EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional_3_Template, 2, 2, "input", 37);
60637
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
60638
+ i0.ɵɵelementStart(0, "div", 24);
60639
+ i0.ɵɵconditionalCreate(1, EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_1_Template, 4, 3)(2, EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_2_Template, 4, 6)(3, EditMetricTargetModalComponent_Conditional_0_Conditional_31_Conditional_3_Template, 2, 2, "input", 36);
60647
60640
  i0.ɵɵelementEnd();
60648
60641
  } if (rf & 2) {
60649
60642
  const ctx_r1 = i0.ɵɵnextContext(2);
60650
60643
  i0.ɵɵadvance();
60651
60644
  i0.ɵɵconditional(ctx_r1.isPercentageMetric() ? 1 : ctx_r1.isCurrencyMetric() ? 2 : 3);
60652
60645
  } }
60653
- function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
60646
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
60654
60647
  const _r7 = i0.ɵɵgetCurrentView();
60655
- i0.ɵɵelementStart(0, "div", 25)(1, "input", 43, 1);
60656
- i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.percentageInput, $event) || (ctx_r1.percentageInput = $event); return i0.ɵɵresetView($event); });
60657
- i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template_input_ngModelChange_1_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPercentageInputChange()); });
60648
+ i0.ɵɵelementStart(0, "div", 24)(1, "input", 42, 1);
60649
+ i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); i0.ɵɵtwoWayBindingSet(ctx_r1.percentageInput, $event) || (ctx_r1.percentageInput = $event); return i0.ɵɵresetView($event); });
60650
+ i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template_input_ngModelChange_1_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPercentageInputChange()); });
60658
60651
  i0.ɵɵelementEnd();
60659
- i0.ɵɵelementStart(3, "span", 39);
60652
+ i0.ɵɵelementStart(3, "span", 38);
60660
60653
  i0.ɵɵtext(4, " % ");
60661
60654
  i0.ɵɵelementEnd()();
60662
60655
  } if (rf & 2) {
@@ -60667,8 +60660,8 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template(rf
60667
60660
  i0.ɵɵadvance(2);
60668
60661
  i0.ɵɵproperty("ngClass", ctx_r1.inputSuffixClasses());
60669
60662
  } }
60670
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_7_Template(rf, ctx) { if (rf & 1) {
60671
- i0.ɵɵelementStart(0, "p", 46);
60663
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_7_Template(rf, ctx) { if (rf & 1) {
60664
+ i0.ɵɵelementStart(0, "p", 45);
60672
60665
  i0.ɵɵtext(1);
60673
60666
  i0.ɵɵelementEnd();
60674
60667
  } if (rf & 2) {
@@ -60677,17 +60670,17 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60677
60670
  i0.ɵɵadvance();
60678
60671
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.initialTargetValue()), " ");
60679
60672
  } }
60680
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_20_Template(rf, ctx) { if (rf & 1) {
60673
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_20_Template(rf, ctx) { if (rf & 1) {
60681
60674
  i0.ɵɵtext(0);
60682
60675
  } if (rf & 2) {
60683
60676
  const ctx_r1 = i0.ɵɵnextContext(3);
60684
60677
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedIncreaseAmount()), " ");
60685
60678
  } }
60686
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_21_Template(rf, ctx) { if (rf & 1) {
60679
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_21_Template(rf, ctx) { if (rf & 1) {
60687
60680
  i0.ɵɵtext(0, " -- ");
60688
60681
  } }
60689
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_22_Template(rf, ctx) { if (rf & 1) {
60690
- i0.ɵɵelementStart(0, "p", 55);
60682
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_22_Template(rf, ctx) { if (rf & 1) {
60683
+ i0.ɵɵelementStart(0, "p", 54);
60691
60684
  i0.ɵɵtext(1);
60692
60685
  i0.ɵɵelementEnd();
60693
60686
  } if (rf & 2) {
@@ -60696,17 +60689,17 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60696
60689
  i0.ɵɵadvance();
60697
60690
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.Math.abs(ctx_r1.initialIncreaseAmount())), " ");
60698
60691
  } }
60699
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_28_Template(rf, ctx) { if (rf & 1) {
60692
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_28_Template(rf, ctx) { if (rf & 1) {
60700
60693
  i0.ɵɵtext(0);
60701
60694
  } if (rf & 2) {
60702
60695
  const ctx_r1 = i0.ɵɵnextContext(3);
60703
60696
  i0.ɵɵtextInterpolate2(" ", ctx_r1.animatedPercentageGrowth() >= 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.animatedPercentageGrowth(), 1), " ");
60704
60697
  } }
60705
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_29_Template(rf, ctx) { if (rf & 1) {
60698
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_29_Template(rf, ctx) { if (rf & 1) {
60706
60699
  i0.ɵɵtext(0, " -- ");
60707
60700
  } }
60708
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_30_Template(rf, ctx) { if (rf & 1) {
60709
- i0.ɵɵelementStart(0, "p", 55);
60701
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_30_Template(rf, ctx) { if (rf & 1) {
60702
+ i0.ɵɵelementStart(0, "p", 54);
60710
60703
  i0.ɵɵtext(1);
60711
60704
  i0.ɵɵelementEnd();
60712
60705
  } if (rf & 2) {
@@ -60715,17 +60708,17 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60715
60708
  i0.ɵɵadvance();
60716
60709
  i0.ɵɵtextInterpolate2(" ", ctx_r1.initialPercentageGrowth() >= 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.initialPercentageGrowth(), 1), " ");
60717
60710
  } }
60718
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_12_Template(rf, ctx) { if (rf & 1) {
60711
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_12_Template(rf, ctx) { if (rf & 1) {
60719
60712
  i0.ɵɵtext(0);
60720
60713
  } if (rf & 2) {
60721
60714
  const ctx_r1 = i0.ɵɵnextContext(4);
60722
60715
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedGapAmount()), " ");
60723
60716
  } }
60724
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_13_Template(rf, ctx) { if (rf & 1) {
60717
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_13_Template(rf, ctx) { if (rf & 1) {
60725
60718
  i0.ɵɵtext(0, " -- ");
60726
60719
  } }
60727
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_14_Template(rf, ctx) { if (rf & 1) {
60728
- i0.ɵɵelementStart(0, "p", 55);
60720
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_14_Template(rf, ctx) { if (rf & 1) {
60721
+ i0.ɵɵelementStart(0, "p", 54);
60729
60722
  i0.ɵɵtext(1);
60730
60723
  i0.ɵɵelementEnd();
60731
60724
  } if (rf & 2) {
@@ -60734,42 +60727,42 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60734
60727
  i0.ɵɵadvance();
60735
60728
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.Math.abs(ctx_r1.initialGapToClose().amount)), " ");
60736
60729
  } }
60737
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Conditional_0_Template(rf, ctx) { if (rf & 1) {
60730
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_24_Conditional_0_Template(rf, ctx) { if (rf & 1) {
60738
60731
  i0.ɵɵtext(0);
60739
60732
  } if (rf & 2) {
60740
60733
  const ctx_r1 = i0.ɵɵnextContext(5);
60741
60734
  i0.ɵɵtextInterpolate1(" +", ctx_r1.formatPercentage(ctx_r1.Math.abs(ctx_r1.animatedGapPercentage()), 1), " ");
60742
60735
  } }
60743
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60736
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60744
60737
  i0.ɵɵtext(0);
60745
60738
  } if (rf & 2) {
60746
60739
  const ctx_r1 = i0.ɵɵnextContext(5);
60747
60740
  i0.ɵɵtextInterpolate2(" ", ctx_r1.animatedGapPercentage() > 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.animatedGapPercentage(), 1), " ");
60748
60741
  } }
60749
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Template(rf, ctx) { if (rf & 1) {
60750
- i0.ɵɵconditionalCreate(0, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Conditional_0_Template, 1, 1)(1, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Conditional_1_Template, 1, 2);
60742
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_24_Template(rf, ctx) { if (rf & 1) {
60743
+ i0.ɵɵconditionalCreate(0, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_24_Conditional_0_Template, 1, 1)(1, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_24_Conditional_1_Template, 1, 2);
60751
60744
  } if (rf & 2) {
60752
60745
  const ctx_r1 = i0.ɵɵnextContext(4);
60753
60746
  i0.ɵɵconditional(ctx_r1.isPaceAhead() ? 0 : 1);
60754
60747
  } }
60755
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_25_Template(rf, ctx) { if (rf & 1) {
60748
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_25_Template(rf, ctx) { if (rf & 1) {
60756
60749
  i0.ɵɵtext(0, " -- ");
60757
60750
  } }
60758
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60751
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_26_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60759
60752
  i0.ɵɵtext(0);
60760
60753
  } if (rf & 2) {
60761
60754
  const ctx_r1 = i0.ɵɵnextContext(5);
60762
60755
  i0.ɵɵtextInterpolate1(" +", ctx_r1.formatPercentage(ctx_r1.Math.abs(ctx_r1.initialGapToClose().percentage), 1), " ");
60763
60756
  } }
60764
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Conditional_2_Template(rf, ctx) { if (rf & 1) {
60757
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_26_Conditional_2_Template(rf, ctx) { if (rf & 1) {
60765
60758
  i0.ɵɵtext(0);
60766
60759
  } if (rf & 2) {
60767
60760
  const ctx_r1 = i0.ɵɵnextContext(5);
60768
60761
  i0.ɵɵtextInterpolate2(" ", ctx_r1.initialGapToClose().percentage > 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.initialGapToClose().percentage, 1), " ");
60769
60762
  } }
60770
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Template(rf, ctx) { if (rf & 1) {
60771
- i0.ɵɵelementStart(0, "p", 55);
60772
- i0.ɵɵconditionalCreate(1, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Conditional_1_Template, 1, 1)(2, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Conditional_2_Template, 1, 2);
60763
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_26_Template(rf, ctx) { if (rf & 1) {
60764
+ i0.ɵɵelementStart(0, "p", 54);
60765
+ i0.ɵɵconditionalCreate(1, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_26_Conditional_1_Template, 1, 1)(2, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_26_Conditional_2_Template, 1, 2);
60773
60766
  i0.ɵɵelementEnd();
60774
60767
  } if (rf & 2) {
60775
60768
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -60777,37 +60770,37 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60777
60770
  i0.ɵɵadvance();
60778
60771
  i0.ɵɵconditional(ctx_r1.initialIsPaceAhead() ? 1 : 2);
60779
60772
  } }
60780
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Template(rf, ctx) { if (rf & 1) {
60773
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Template(rf, ctx) { if (rf & 1) {
60781
60774
  const _r8 = i0.ɵɵgetCurrentView();
60782
- i0.ɵɵelementStart(0, "div", 47)(1, "div", 48);
60783
- i0.ɵɵelement(2, "div", 49);
60784
- i0.ɵɵelementStart(3, "span", 50);
60775
+ i0.ɵɵelementStart(0, "div", 46)(1, "div", 47);
60776
+ i0.ɵɵelement(2, "div", 48);
60777
+ i0.ɵɵelementStart(3, "span", 49);
60785
60778
  i0.ɵɵtext(4);
60786
60779
  i0.ɵɵelementEnd();
60787
- i0.ɵɵelement(5, "div", 49);
60780
+ i0.ɵɵelement(5, "div", 48);
60788
60781
  i0.ɵɵelementEnd();
60789
- i0.ɵɵelementStart(6, "div", 51)(7, "div")(8, "p", 52);
60782
+ i0.ɵɵelementStart(6, "div", 50)(7, "div")(8, "p", 51);
60790
60783
  i0.ɵɵtext(9);
60791
60784
  i0.ɵɵelementEnd();
60792
- i0.ɵɵelementStart(10, "div", 53)(11, "p", 54);
60793
- i0.ɵɵconditionalCreate(12, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_12_Template, 1, 1)(13, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_13_Template, 1, 0);
60785
+ i0.ɵɵelementStart(10, "div", 52)(11, "p", 53);
60786
+ i0.ɵɵconditionalCreate(12, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_12_Template, 1, 1)(13, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_13_Template, 1, 0);
60794
60787
  i0.ɵɵelementEnd();
60795
- i0.ɵɵconditionalCreate(14, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_14_Template, 2, 2, "p", 55);
60788
+ i0.ɵɵconditionalCreate(14, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_14_Template, 2, 2, "p", 54);
60796
60789
  i0.ɵɵelementEnd()();
60797
- i0.ɵɵelementStart(15, "div")(16, "div", 56)(17, "p", 20);
60790
+ i0.ɵɵelementStart(15, "div")(16, "div", 55)(17, "p", 19);
60798
60791
  i0.ɵɵtext(18);
60799
60792
  i0.ɵɵelementEnd();
60800
- i0.ɵɵelementStart(19, "button", 34);
60801
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Template_button_click_19_listener($event) { i0.ɵɵrestoreView(_r8); return i0.ɵɵresetView($event.stopPropagation()); });
60793
+ i0.ɵɵelementStart(19, "button", 33);
60794
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Template_button_click_19_listener($event) { i0.ɵɵrestoreView(_r8); return i0.ɵɵresetView($event.stopPropagation()); });
60802
60795
  i0.ɵɵnamespaceSVG();
60803
- i0.ɵɵelementStart(20, "svg", 35);
60804
- i0.ɵɵelement(21, "path", 36);
60796
+ i0.ɵɵelementStart(20, "svg", 34);
60797
+ i0.ɵɵelement(21, "path", 35);
60805
60798
  i0.ɵɵelementEnd()()();
60806
60799
  i0.ɵɵnamespaceHTML();
60807
- i0.ɵɵelementStart(22, "div", 53)(23, "p", 54);
60808
- i0.ɵɵconditionalCreate(24, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Template, 2, 1)(25, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_25_Template, 1, 0);
60800
+ i0.ɵɵelementStart(22, "div", 52)(23, "p", 53);
60801
+ i0.ɵɵconditionalCreate(24, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_24_Template, 2, 1)(25, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_25_Template, 1, 0);
60809
60802
  i0.ɵɵelementEnd();
60810
- i0.ɵɵconditionalCreate(26, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Template, 3, 2, "p", 55);
60803
+ i0.ɵɵconditionalCreate(26, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Conditional_26_Template, 3, 2, "p", 54);
60811
60804
  i0.ɵɵelementEnd()()()();
60812
60805
  } if (rf & 2) {
60813
60806
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -60842,39 +60835,39 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60842
60835
  i0.ɵɵadvance(2);
60843
60836
  i0.ɵɵconditional(ctx_r1.hasChangedFromInitial() && ctx_r1.initialGapToClose().percentage !== 0 ? 26 : -1);
60844
60837
  } }
60845
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
60846
- i0.ɵɵelementStart(0, "div", 26)(1, "div")(2, "p", 20);
60838
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
60839
+ i0.ɵɵelementStart(0, "div", 25)(1, "div")(2, "p", 19);
60847
60840
  i0.ɵɵtext(3);
60848
60841
  i0.ɵɵelementEnd();
60849
- i0.ɵɵelementStart(4, "div", 44)(5, "p", 45);
60842
+ i0.ɵɵelementStart(4, "div", 43)(5, "p", 44);
60850
60843
  i0.ɵɵtext(6);
60851
60844
  i0.ɵɵelementEnd();
60852
- i0.ɵɵconditionalCreate(7, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_7_Template, 2, 2, "p", 46);
60845
+ i0.ɵɵconditionalCreate(7, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_7_Template, 2, 2, "p", 45);
60853
60846
  i0.ɵɵelementEnd()();
60854
- i0.ɵɵelementStart(8, "div", 47)(9, "div", 48);
60855
- i0.ɵɵelement(10, "div", 49);
60856
- i0.ɵɵelementStart(11, "span", 50);
60847
+ i0.ɵɵelementStart(8, "div", 46)(9, "div", 47);
60848
+ i0.ɵɵelement(10, "div", 48);
60849
+ i0.ɵɵelementStart(11, "span", 49);
60857
60850
  i0.ɵɵtext(12);
60858
60851
  i0.ɵɵelementEnd();
60859
- i0.ɵɵelement(13, "div", 49);
60852
+ i0.ɵɵelement(13, "div", 48);
60860
60853
  i0.ɵɵelementEnd();
60861
- i0.ɵɵelementStart(14, "div", 51)(15, "div")(16, "p", 52);
60854
+ i0.ɵɵelementStart(14, "div", 50)(15, "div")(16, "p", 51);
60862
60855
  i0.ɵɵtext(17);
60863
60856
  i0.ɵɵelementEnd();
60864
- i0.ɵɵelementStart(18, "div", 53)(19, "p", 54);
60865
- i0.ɵɵconditionalCreate(20, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_20_Template, 1, 1)(21, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_21_Template, 1, 0);
60857
+ i0.ɵɵelementStart(18, "div", 52)(19, "p", 53);
60858
+ i0.ɵɵconditionalCreate(20, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_20_Template, 1, 1)(21, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_21_Template, 1, 0);
60866
60859
  i0.ɵɵelementEnd();
60867
- i0.ɵɵconditionalCreate(22, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_22_Template, 2, 2, "p", 55);
60860
+ i0.ɵɵconditionalCreate(22, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_22_Template, 2, 2, "p", 54);
60868
60861
  i0.ɵɵelementEnd()();
60869
- i0.ɵɵelementStart(23, "div")(24, "p", 52);
60862
+ i0.ɵɵelementStart(23, "div")(24, "p", 51);
60870
60863
  i0.ɵɵtext(25);
60871
60864
  i0.ɵɵelementEnd();
60872
- i0.ɵɵelementStart(26, "div", 53)(27, "p", 54);
60873
- i0.ɵɵconditionalCreate(28, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_28_Template, 1, 2)(29, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_29_Template, 1, 0);
60865
+ i0.ɵɵelementStart(26, "div", 52)(27, "p", 53);
60866
+ i0.ɵɵconditionalCreate(28, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_28_Template, 1, 2)(29, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_29_Template, 1, 0);
60874
60867
  i0.ɵɵelementEnd();
60875
- i0.ɵɵconditionalCreate(30, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_30_Template, 2, 3, "p", 55);
60868
+ i0.ɵɵconditionalCreate(30, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_30_Template, 2, 3, "p", 54);
60876
60869
  i0.ɵɵelementEnd()()()();
60877
- i0.ɵɵconditionalCreate(31, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Template, 27, 16, "div", 47);
60870
+ i0.ɵɵconditionalCreate(31, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Conditional_31_Template, 27, 16, "div", 46);
60878
60871
  i0.ɵɵelementEnd();
60879
60872
  } if (rf & 2) {
60880
60873
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -60920,13 +60913,13 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf
60920
60913
  i0.ɵɵadvance();
60921
60914
  i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 31 : -1);
60922
60915
  } }
60923
- function EditMetricTargetModalComponent_Conditional_0_Conditional_35_For_11_Template(rf, ctx) { if (rf & 1) {
60924
- i0.ɵɵelementStart(0, "div", 61);
60925
- i0.ɵɵelement(1, "symphiq-user-display", 62);
60926
- i0.ɵɵelementStart(2, "div", 63)(3, "p", 64);
60916
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_For_11_Template(rf, ctx) { if (rf & 1) {
60917
+ i0.ɵɵelementStart(0, "div", 60);
60918
+ i0.ɵɵelement(1, "symphiq-user-display", 61);
60919
+ i0.ɵɵelementStart(2, "div", 62)(3, "p", 63);
60927
60920
  i0.ɵɵtext(4);
60928
60921
  i0.ɵɵelementEnd();
60929
- i0.ɵɵelementStart(5, "p", 65);
60922
+ i0.ɵɵelementStart(5, "p", 64);
60930
60923
  i0.ɵɵtext(6);
60931
60924
  i0.ɵɵelementEnd()()();
60932
60925
  } if (rf & 2) {
@@ -60943,18 +60936,18 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_35_For_11_Temp
60943
60936
  i0.ɵɵadvance();
60944
60937
  i0.ɵɵtextInterpolate(ctx_r1.formatHistoryDate(history_r9.createdDate));
60945
60938
  } }
60946
- function EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template(rf, ctx) { if (rf & 1) {
60947
- i0.ɵɵelementStart(0, "div", 27)(1, "h4", 57);
60939
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
60940
+ i0.ɵɵelementStart(0, "div", 26)(1, "h4", 56);
60948
60941
  i0.ɵɵtext(2, "Target history");
60949
60942
  i0.ɵɵelementEnd();
60950
- i0.ɵɵelementStart(3, "div", 58)(4, "div", 59)(5, "span");
60943
+ i0.ɵɵelementStart(3, "div", 57)(4, "div", 58)(5, "span");
60951
60944
  i0.ɵɵtext(6, "User");
60952
60945
  i0.ɵɵelementEnd();
60953
60946
  i0.ɵɵelementStart(7, "span");
60954
60947
  i0.ɵɵtext(8, "Amount set");
60955
60948
  i0.ɵɵelementEnd()();
60956
- i0.ɵɵelementStart(9, "div", 60);
60957
- i0.ɵɵrepeaterCreate(10, EditMetricTargetModalComponent_Conditional_0_Conditional_35_For_11_Template, 7, 6, "div", 61, _forTrack0$y);
60949
+ i0.ɵɵelementStart(9, "div", 59);
60950
+ i0.ɵɵrepeaterCreate(10, EditMetricTargetModalComponent_Conditional_0_Conditional_34_For_11_Template, 7, 6, "div", 60, _forTrack0$y);
60958
60951
  i0.ɵɵelementEnd()()();
60959
60952
  } if (rf & 2) {
60960
60953
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -60968,10 +60961,10 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template(rf
60968
60961
  i0.ɵɵadvance();
60969
60962
  i0.ɵɵrepeater(ctx_r1.filteredHistories());
60970
60963
  } }
60971
- function EditMetricTargetModalComponent_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
60964
+ function EditMetricTargetModalComponent_Conditional_0_Conditional_38_Template(rf, ctx) { if (rf & 1) {
60972
60965
  const _r10 = i0.ɵɵgetCurrentView();
60973
- i0.ɵɵelementStart(0, "button", 29);
60974
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_39_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.resetToInitial()); });
60966
+ i0.ɵɵelementStart(0, "button", 28);
60967
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_38_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.resetToInitial()); });
60975
60968
  i0.ɵɵtext(1, " Reset ");
60976
60969
  i0.ɵɵelementEnd();
60977
60970
  } if (rf & 2) {
@@ -60981,62 +60974,61 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_39_Template(rf
60981
60974
  function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
60982
60975
  const _r1 = i0.ɵɵgetCurrentView();
60983
60976
  i0.ɵɵelement(0, "symphiq-tooltip-container");
60984
- i0.ɵɵelementStart(1, "div", 2);
60985
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
60986
- i0.ɵɵelementStart(2, "div", 3);
60987
- i0.ɵɵelement(3, "div", 4);
60988
- i0.ɵɵelementStart(4, "div", 5);
60989
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
60990
- i0.ɵɵelementStart(5, "div", 6)(6, "div", 7)(7, "div", 8)(8, "h3", 9);
60991
- i0.ɵɵtext(9);
60977
+ i0.ɵɵelementStart(1, "div", 2)(2, "div", 3);
60978
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_div_click_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
60979
+ i0.ɵɵelementEnd();
60980
+ i0.ɵɵelementStart(3, "div", 4);
60981
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
60982
+ i0.ɵɵelementStart(4, "div", 5)(5, "div", 6)(6, "div", 7)(7, "h3", 8);
60983
+ i0.ɵɵtext(8);
60992
60984
  i0.ɵɵelementEnd()();
60993
- i0.ɵɵelementStart(10, "button", 10);
60994
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
60985
+ i0.ɵɵelementStart(9, "button", 9);
60986
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_9_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
60995
60987
  i0.ɵɵnamespaceSVG();
60996
- i0.ɵɵelementStart(11, "svg", 11);
60997
- i0.ɵɵelement(12, "path", 12);
60988
+ i0.ɵɵelementStart(10, "svg", 10);
60989
+ i0.ɵɵelement(11, "path", 11);
60998
60990
  i0.ɵɵelementEnd()()()();
60999
60991
  i0.ɵɵnamespaceHTML();
61000
- i0.ɵɵelementStart(13, "div", 13)(14, "div", 14)(15, "div", 15)(16, "div", 16)(17, "div", 17);
60992
+ i0.ɵɵelementStart(12, "div", 12)(13, "div", 13)(14, "div", 14)(15, "div", 15)(16, "div", 16);
61001
60993
  i0.ɵɵnamespaceSVG();
61002
- i0.ɵɵelementStart(18, "svg", 18);
61003
- i0.ɵɵelement(19, "path", 19);
60994
+ i0.ɵɵelementStart(17, "svg", 17);
60995
+ i0.ɵɵelement(18, "path", 18);
61004
60996
  i0.ɵɵelementEnd();
61005
60997
  i0.ɵɵnamespaceHTML();
61006
- i0.ɵɵelementStart(20, "div")(21, "p", 20);
61007
- i0.ɵɵtext(22);
60998
+ i0.ɵɵelementStart(19, "div")(20, "p", 19);
60999
+ i0.ɵɵtext(21);
61008
61000
  i0.ɵɵelementEnd();
61009
- i0.ɵɵelementStart(23, "p", 21);
61010
- i0.ɵɵtext(24);
61001
+ i0.ɵɵelementStart(22, "p", 20);
61002
+ i0.ɵɵtext(23);
61011
61003
  i0.ɵɵelementEnd()()();
61012
- i0.ɵɵconditionalCreate(25, EditMetricTargetModalComponent_Conditional_0_Conditional_25_Template, 12, 6, "div", 17);
61004
+ i0.ɵɵconditionalCreate(24, EditMetricTargetModalComponent_Conditional_0_Conditional_24_Template, 12, 6, "div", 16);
61013
61005
  i0.ɵɵelementEnd();
61014
- i0.ɵɵelementStart(26, "div", 22)(27, "div", 23)(28, "button", 24);
61015
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_28_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.setInputMode("absolute")); });
61016
- i0.ɵɵtext(29, " Absolute Amount ");
61006
+ i0.ɵɵelementStart(25, "div", 21)(26, "div", 22)(27, "button", 23);
61007
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_27_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.setInputMode("absolute")); });
61008
+ i0.ɵɵtext(28, " Absolute Amount ");
61017
61009
  i0.ɵɵelementEnd();
61018
- i0.ɵɵelementStart(30, "button", 24);
61019
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.setInputMode("percentage")); });
61020
- i0.ɵɵtext(31);
61010
+ i0.ɵɵelementStart(29, "button", 23);
61011
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_29_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.setInputMode("percentage")); });
61012
+ i0.ɵɵtext(30);
61021
61013
  i0.ɵɵelementEnd()();
61022
- i0.ɵɵconditionalCreate(32, EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template, 4, 1, "div", 25)(33, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template, 5, 3, "div", 25);
61014
+ i0.ɵɵconditionalCreate(31, EditMetricTargetModalComponent_Conditional_0_Conditional_31_Template, 4, 1, "div", 24)(32, EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template, 5, 3, "div", 24);
61023
61015
  i0.ɵɵelementEnd()();
61024
- i0.ɵɵconditionalCreate(34, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template, 32, 22, "div", 26);
61016
+ i0.ɵɵconditionalCreate(33, EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template, 32, 22, "div", 25);
61025
61017
  i0.ɵɵelementEnd();
61026
- i0.ɵɵconditionalCreate(35, EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template, 12, 4, "div", 27);
61018
+ i0.ɵɵconditionalCreate(34, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template, 12, 4, "div", 26);
61027
61019
  i0.ɵɵelementEnd();
61028
- i0.ɵɵelementStart(36, "div", 28)(37, "button", 29);
61029
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_37_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
61030
- i0.ɵɵtext(38, " Cancel ");
61020
+ i0.ɵɵelementStart(35, "div", 27)(36, "button", 28);
61021
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_36_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
61022
+ i0.ɵɵtext(37, " Cancel ");
61031
61023
  i0.ɵɵelementEnd();
61032
- i0.ɵɵconditionalCreate(39, EditMetricTargetModalComponent_Conditional_0_Conditional_39_Template, 2, 1, "button", 30);
61033
- i0.ɵɵelementStart(40, "button", 31);
61034
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_40_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.applyTarget()); });
61035
- i0.ɵɵtext(41, " Apply Target ");
61036
- i0.ɵɵelementEnd()()()()();
61024
+ i0.ɵɵconditionalCreate(38, EditMetricTargetModalComponent_Conditional_0_Conditional_38_Template, 2, 1, "button", 29);
61025
+ i0.ɵɵelementStart(39, "button", 30);
61026
+ i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_39_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.applyTarget()); });
61027
+ i0.ɵɵtext(40, " Apply Target ");
61028
+ i0.ɵɵelementEnd()()()();
61037
61029
  } if (rf & 2) {
61038
61030
  const ctx_r1 = i0.ɵɵnextContext();
61039
- i0.ɵɵadvance(3);
61031
+ i0.ɵɵadvance(2);
61040
61032
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
61041
61033
  i0.ɵɵadvance();
61042
61034
  i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
@@ -61063,7 +61055,7 @@ function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf
61063
61055
  i0.ɵɵadvance();
61064
61056
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.priorYearValue()), " ");
61065
61057
  i0.ɵɵadvance();
61066
- i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 25 : -1);
61058
+ i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 24 : -1);
61067
61059
  i0.ɵɵadvance(3);
61068
61060
  i0.ɵɵproperty("ngClass", ctx_r1.inputModeButtonClasses("absolute"));
61069
61061
  i0.ɵɵadvance(2);
@@ -61071,17 +61063,17 @@ function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf
61071
61063
  i0.ɵɵadvance();
61072
61064
  i0.ɵɵtextInterpolate1(" % ", ctx_r1.isIncreaseBad() ? "Decrease" : "Increase", " ");
61073
61065
  i0.ɵɵadvance();
61074
- i0.ɵɵconditional(ctx_r1.inputMode() === "absolute" ? 32 : 33);
61066
+ i0.ɵɵconditional(ctx_r1.inputMode() === "absolute" ? 31 : 32);
61075
61067
  i0.ɵɵadvance(2);
61076
- i0.ɵɵconditional(ctx_r1.calculatedTarget() > 0 ? 34 : -1);
61068
+ i0.ɵɵconditional(ctx_r1.calculatedTarget() > 0 ? 33 : -1);
61077
61069
  i0.ɵɵadvance();
61078
- i0.ɵɵconditional(ctx_r1.filteredHistories().length > 0 ? 35 : -1);
61070
+ i0.ɵɵconditional(ctx_r1.filteredHistories().length > 0 ? 34 : -1);
61079
61071
  i0.ɵɵadvance();
61080
61072
  i0.ɵɵproperty("ngClass", ctx_r1.footerClasses());
61081
61073
  i0.ɵɵadvance();
61082
61074
  i0.ɵɵproperty("ngClass", ctx_r1.cancelButtonClasses());
61083
61075
  i0.ɵɵadvance(2);
61084
- i0.ɵɵconditional(ctx_r1.hasChangedFromInitial() ? 39 : -1);
61076
+ i0.ɵɵconditional(ctx_r1.hasChangedFromInitial() ? 38 : -1);
61085
61077
  i0.ɵɵadvance();
61086
61078
  i0.ɵɵproperty("disabled", !ctx_r1.isTargetValid() || !ctx_r1.hasChangedFromInitial())("ngClass", ctx_r1.applyButtonClasses());
61087
61079
  } }
@@ -61696,8 +61688,8 @@ class EditMetricTargetModalComponent {
61696
61688
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.percentageInputRef = _t.first);
61697
61689
  } }, hostBindings: function EditMetricTargetModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
61698
61690
  i0.ɵɵlistener("keydown.escape", function EditMetricTargetModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscape(); }, i0.ɵɵresolveDocument);
61699
- } }, inputs: { viewMode: [1, "viewMode"], isOpen: [1, "isOpen"], metricData: [1, "metricData"], pacingResponse: [1, "pacingResponse"], targetHistories: [1, "targetHistories"], users: [1, "users"], currencySymbol: [1, "currencySymbol"] }, outputs: { closed: "closed", targetApplied: "targetApplied" }, decls: 1, vars: 1, consts: [["absoluteInputRef", ""], ["percentageInputRef", ""], [1, "fixed", "inset-0", "overflow-y-auto", "z-[100]", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "ngClass"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "grid", "lg:grid-cols-2", "gap-6"], [1, "p-6", "rounded-xl", "border-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-4", "place-content-between", "mb-6"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "gap-2"], [1, "flex-1", "py-2", "px-4", "rounded-lg", "text-sm", "font-semibold", "transition-all", 3, "click", "ngClass"], [1, "relative"], [1, "p-6", "rounded-xl", "border-2", "h-full", 3, "ngClass"], [1, "mt-6", "p-6", "rounded-xl", "border", 3, "ngClass"], [1, "px-6", "py-4", "border-t", "flex", "justify-end", "gap-3", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "click", "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "disabled:opacity-50", "disabled:cursor-not-allowed", 3, "click", "disabled", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"], [1, "flex", "items-center", "gap-1"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "top", 1, "flex-shrink-0", "w-4", "h-4", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "click", "ngClass", "libSymphiqTooltip"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["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"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "100", "step", "0.01", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "absolute", "right-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], [1, "absolute", "left-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1000", 1, "w-full", "pr-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "keydown", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "1000", "step", "0.1", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "flex", "items-baseline", "gap-3"], [1, "text-3xl", "font-bold", "transition-all", "duration-300", 3, "ngClass"], [1, "text-xl", "line-through", "opacity-60", 3, "ngClass"], [1, "relative", "pt-6", "mt-6"], [1, "absolute", "top-0", "left-0", "right-0", "flex", "items-center", "-translate-y-1/2"], [1, "flex-1", "h-px", 3, "ngClass"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-4", "pt-2"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "flex", "items-baseline", "gap-2"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-base", "line-through", "opacity-60", 3, "ngClass"], [1, "flex", "items-center", "gap-1", "mb-1"], [1, "text-base", "font-semibold", "mb-4", 3, "ngClass"], [1, "overflow-hidden"], [1, "flex", "justify-between", "items-center", "px-4", "py-2", "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "divide-y", 3, "ngClass"], [1, "flex", "justify-between", "items-center", "px-4", "py-4"], [3, "viewMode", "user"], [1, "text-right"], [1, "text-sm", "font-bold", 3, "ngClass"], [1, "text-xs", 3, "ngClass"]], template: function EditMetricTargetModalComponent_Template(rf, ctx) { if (rf & 1) {
61700
- i0.ɵɵconditionalCreate(0, EditMetricTargetModalComponent_Conditional_0_Template, 42, 29);
61691
+ } }, inputs: { viewMode: [1, "viewMode"], isOpen: [1, "isOpen"], metricData: [1, "metricData"], pacingResponse: [1, "pacingResponse"], targetHistories: [1, "targetHistories"], users: [1, "users"], currencySymbol: [1, "currencySymbol"] }, outputs: { closed: "closed", targetApplied: "targetApplied" }, decls: 1, vars: 1, consts: [["absoluteInputRef", ""], ["percentageInputRef", ""], [1, "fixed", "inset-0", "z-[100]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "grid", "lg:grid-cols-2", "gap-6"], [1, "p-6", "rounded-xl", "border-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-4", "place-content-between", "mb-6"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "gap-2"], [1, "flex-1", "py-2", "px-4", "rounded-lg", "text-sm", "font-semibold", "transition-all", 3, "click", "ngClass"], [1, "relative"], [1, "p-6", "rounded-xl", "border-2", "h-full", 3, "ngClass"], [1, "mt-6", "p-6", "rounded-xl", "border", 3, "ngClass"], [1, "px-6", "py-4", "border-t", "flex", "justify-end", "gap-3", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "click", "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "disabled:opacity-50", "disabled:cursor-not-allowed", 3, "click", "disabled", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"], [1, "flex", "items-center", "gap-1"], ["type", "button", "tooltipType", "markdown", "tooltipPosition", "top", 1, "flex-shrink-0", "w-4", "h-4", "rounded-full", "inline-flex", "items-center", "justify-center", "transition-colors", 3, "click", "ngClass", "libSymphiqTooltip"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["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"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "100", "step", "0.01", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "absolute", "right-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], [1, "absolute", "left-4", "top-1/2", "-translate-y-1/2", "text-xl", "font-bold", 3, "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1000", 1, "w-full", "pr-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "step", "1", 1, "w-full", "px-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "keydown", "ngModel", "ngClass"], ["type", "number", "placeholder", "0", "min", "0", "max", "1000", "step", "0.1", 1, "w-full", "pr-10", "pl-4", "py-4", "rounded-xl", "text-2xl", "font-bold", "border-2", "transition-all", 3, "ngModelChange", "ngModel", "ngClass"], [1, "flex", "items-baseline", "gap-3"], [1, "text-3xl", "font-bold", "transition-all", "duration-300", 3, "ngClass"], [1, "text-xl", "line-through", "opacity-60", 3, "ngClass"], [1, "relative", "pt-6", "mt-6"], [1, "absolute", "top-0", "left-0", "right-0", "flex", "items-center", "-translate-y-1/2"], [1, "flex-1", "h-px", 3, "ngClass"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-4", "pt-2"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "flex", "items-baseline", "gap-2"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-base", "line-through", "opacity-60", 3, "ngClass"], [1, "flex", "items-center", "gap-1", "mb-1"], [1, "text-base", "font-semibold", "mb-4", 3, "ngClass"], [1, "overflow-hidden"], [1, "flex", "justify-between", "items-center", "px-4", "py-2", "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "divide-y", 3, "ngClass"], [1, "flex", "justify-between", "items-center", "px-4", "py-4"], [3, "viewMode", "user"], [1, "text-right"], [1, "text-sm", "font-bold", 3, "ngClass"], [1, "text-xs", 3, "ngClass"]], template: function EditMetricTargetModalComponent_Template(rf, ctx) { if (rf & 1) {
61692
+ i0.ɵɵconditionalCreate(0, EditMetricTargetModalComponent_Conditional_0_Template, 41, 29);
61701
61693
  } if (rf & 2) {
61702
61694
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
61703
61695
  } }, dependencies: [CommonModule, i1$1.NgClass, FormsModule, i2$1.DefaultValueAccessor, i2$1.NumberValueAccessor, i2$1.NgControlStatus, i2$1.MinValidator, i2$1.MaxValidator, i2$1.NgModel, TooltipDirective, TooltipContainerComponent, UserDisplayComponent], encapsulation: 2, data: { animation: [
@@ -61739,20 +61731,20 @@ class EditMetricTargetModalComponent {
61739
61731
  template: `
61740
61732
  @if (isOpen()) {
61741
61733
  <symphiq-tooltip-container />
61742
- <div class="fixed inset-0 overflow-y-auto z-[100]" (click)="close()">
61743
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
61744
- <div
61745
- [ngClass]="backdropClasses()"
61746
- class="fixed inset-0 backdrop-blur-md"
61747
- aria-hidden="true"
61748
- @fadeIn>
61749
- </div>
61734
+ <div class="fixed inset-0 z-[100] flex items-center justify-center p-4 overflow-y-auto">
61735
+ <div
61736
+ [ngClass]="backdropClasses()"
61737
+ class="fixed inset-0 backdrop-blur-md"
61738
+ aria-hidden="true"
61739
+ @fadeIn
61740
+ (click)="close()">
61741
+ </div>
61750
61742
 
61751
- <div
61752
- (click)="$event.stopPropagation()"
61753
- [ngClass]="modalContainerClasses()"
61754
- class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl"
61755
- @slideUpFade>
61743
+ <div
61744
+ (click)="$event.stopPropagation()"
61745
+ [ngClass]="modalContainerClasses()"
61746
+ class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
61747
+ @slideUpFade>
61756
61748
 
61757
61749
  <div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
61758
61750
  <div class="flex items-start justify-between">
@@ -62103,8 +62095,7 @@ class EditMetricTargetModalComponent {
62103
62095
  </div>
62104
62096
  </div>
62105
62097
  </div>
62106
- </div>
62107
- }
62098
+ }
62108
62099
  `
62109
62100
  }]
62110
62101
  }], () => [{ type: i0.Injector }], { absoluteInputRef: [{
@@ -62117,7 +62108,7 @@ class EditMetricTargetModalComponent {
62117
62108
  type: HostListener,
62118
62109
  args: ['document:keydown.escape']
62119
62110
  }] }); })();
62120
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 405 }); })();
62111
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 404 }); })();
62121
62112
 
62122
62113
  const _c0$B = ["absoluteInputRef"];
62123
62114
  const _c1$f = ["percentageInputRef"];
@@ -69974,6 +69965,10 @@ class MetricExecutiveSummaryComponent {
69974
69965
  this.quickWinTextClasses = computed(() => this.isDark() ? 'text-slate-100' : 'text-slate-900', ...(ngDevMode ? [{ debugName: "quickWinTextClasses" }] : []));
69975
69966
  this.metaTextClasses = computed(() => this.isDark() ? 'text-slate-400' : 'text-slate-600', ...(ngDevMode ? [{ debugName: "metaTextClasses" }] : []));
69976
69967
  }
69968
+ handleViewMetricDetailsClick() {
69969
+ console.log('[MetricExecutiveSummary] View Metric Details button clicked!');
69970
+ this.viewMetricDetailsClick.emit();
69971
+ }
69977
69972
  getYoyIcon() {
69978
69973
  const change = this.summary().yoyChange;
69979
69974
  if (!change)
@@ -70077,7 +70072,7 @@ class MetricExecutiveSummaryComponent {
70077
70072
  i0.ɵɵconditionalCreate(11, MetricExecutiveSummaryComponent_Conditional_11_Template, 1, 3, "symphiq-grade-badge", 9);
70078
70073
  i0.ɵɵelementEnd();
70079
70074
  i0.ɵɵelementStart(12, "button", 10);
70080
- i0.ɵɵlistener("click", function MetricExecutiveSummaryComponent_Template_button_click_12_listener() { return ctx.viewMetricDetailsClick.emit(); });
70075
+ i0.ɵɵlistener("click", function MetricExecutiveSummaryComponent_Template_button_click_12_listener() { return ctx.handleViewMetricDetailsClick(); });
70081
70076
  i0.ɵɵelementStart(13, "div", 11);
70082
70077
  i0.ɵɵconditionalCreate(14, MetricExecutiveSummaryComponent_Conditional_14_Template, 8, 9, "div", 12);
70083
70078
  i0.ɵɵconditionalCreate(15, MetricExecutiveSummaryComponent_Conditional_15_Template, 7, 8, "div", 12);
@@ -70181,7 +70176,7 @@ class MetricExecutiveSummaryComponent {
70181
70176
  <!-- Metric Performance Cards -->
70182
70177
  <button
70183
70178
  type="button"
70184
- (click)="viewMetricDetailsClick.emit()"
70179
+ (click)="handleViewMetricDetailsClick()"
70185
70180
  class="w-full text-left cursor-pointer group"
70186
70181
  >
70187
70182
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
@@ -89956,32 +89951,32 @@ const _c0$b = ["modalContent"];
89956
89951
  const _c1$3 = ["modalWrapper"];
89957
89952
  const _c2$3 = ["scrollContainer"];
89958
89953
  const _forTrack0$9 = ($index, $item) => $item.id;
89959
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
89954
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
89960
89955
  const _r3 = i0.ɵɵgetCurrentView();
89961
- i0.ɵɵelementStart(0, "symphiq-profile-question-history", 9);
89962
- i0.ɵɵlistener("close", function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template_symphiq_profile_question_history_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode()); })("back", function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template_symphiq_profile_question_history_back_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode($event)); });
89956
+ i0.ɵɵelementStart(0, "symphiq-profile-question-history", 7);
89957
+ i0.ɵɵlistener("close", function ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template_symphiq_profile_question_history_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode()); })("back", function ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template_symphiq_profile_question_history_back_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode($event)); });
89963
89958
  i0.ɵɵelementEnd();
89964
89959
  } if (rf & 2) {
89965
89960
  const ctx_r1 = i0.ɵɵnextContext(3);
89966
89961
  i0.ɵɵproperty("question", ctx_r1.questionForHistory())("viewMode", ctx_r1.viewMode())("profileAnswerHistories", ctx_r1.profileAnswerHistories())("profileAnswers", ctx_r1.profileAnswers())("users", ctx_r1.users());
89967
89962
  } }
89968
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
89969
- i0.ɵɵconditionalCreate(0, ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template, 1, 5, "symphiq-profile-question-history", 8);
89963
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Template(rf, ctx) { if (rf & 1) {
89964
+ i0.ɵɵconditionalCreate(0, ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template, 1, 5, "symphiq-profile-question-history", 6);
89970
89965
  } if (rf & 2) {
89971
89966
  const ctx_r1 = i0.ɵɵnextContext(2);
89972
89967
  i0.ɵɵconditional(ctx_r1.questionForHistory() ? 0 : -1);
89973
89968
  } }
89974
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_17_Template(rf, ctx) { if (rf & 1) {
89975
- i0.ɵɵelementStart(0, "div", 23)(1, "div", 25);
89969
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_17_Template(rf, ctx) { if (rf & 1) {
89970
+ i0.ɵɵelementStart(0, "div", 21)(1, "div", 23);
89976
89971
  i0.ɵɵnamespaceSVG();
89977
- i0.ɵɵelementStart(2, "svg", 26);
89978
- i0.ɵɵelement(3, "path", 27);
89972
+ i0.ɵɵelementStart(2, "svg", 24);
89973
+ i0.ɵɵelement(3, "path", 25);
89979
89974
  i0.ɵɵelementEnd()();
89980
89975
  i0.ɵɵnamespaceHTML();
89981
- i0.ɵɵelementStart(4, "h3", 28);
89976
+ i0.ɵɵelementStart(4, "h3", 26);
89982
89977
  i0.ɵɵtext(5, " No questions found ");
89983
89978
  i0.ɵɵelementEnd();
89984
- i0.ɵɵelementStart(6, "p", 29);
89979
+ i0.ɵɵelementStart(6, "p", 27);
89985
89980
  i0.ɵɵtext(7);
89986
89981
  i0.ɵɵelementEnd()();
89987
89982
  } if (rf & 2) {
@@ -89995,48 +89990,48 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_
89995
89990
  i0.ɵɵadvance();
89996
89991
  i0.ɵɵtextInterpolate1(" There are no questions for this ", ctx_r1.viewType() === "category" ? "category" : "focus area", ". ");
89997
89992
  } }
89998
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template(rf, ctx) { if (rf & 1) {
89993
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template(rf, ctx) { if (rf & 1) {
89999
89994
  const _r5 = i0.ɵɵgetCurrentView();
90000
- i0.ɵɵelementStart(0, "symphiq-profile-question-card", 31);
90001
- i0.ɵɵlistener("answerClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template_symphiq_profile_question_card_answerClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionAnswerClick($event)); })("historyClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template_symphiq_profile_question_card_historyClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionHistoryClick($event)); });
89995
+ i0.ɵɵelementStart(0, "symphiq-profile-question-card", 29);
89996
+ i0.ɵɵlistener("answerClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template_symphiq_profile_question_card_answerClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionAnswerClick($event)); })("historyClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template_symphiq_profile_question_card_historyClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionHistoryClick($event)); });
90002
89997
  i0.ɵɵelementEnd();
90003
89998
  } if (rf & 2) {
90004
89999
  const question_r6 = ctx.$implicit;
90005
90000
  const ctx_r1 = i0.ɵɵnextContext(4);
90006
90001
  i0.ɵɵproperty("id", "question-" + question_r6.id)("question", question_r6)("viewMode", ctx_r1.viewMode())("viewType", ctx_r1.viewType())("profileAnswers", ctx_r1.profileAnswers())("profileAnswerHistories", ctx_r1.profileAnswerHistories())("users", ctx_r1.users())("showFocusAreaChips", ctx_r1.showFocusAreaChips())("categoryNameFormatter", ctx_r1.categoryNameFormatter());
90007
90002
  } }
90008
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_Template(rf, ctx) { if (rf & 1) {
90009
- i0.ɵɵelementStart(0, "div", 24);
90010
- i0.ɵɵrepeaterCreate(1, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template, 1, 9, "symphiq-profile-question-card", 30, _forTrack0$9);
90003
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_Template(rf, ctx) { if (rf & 1) {
90004
+ i0.ɵɵelementStart(0, "div", 22);
90005
+ i0.ɵɵrepeaterCreate(1, ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template, 1, 9, "symphiq-profile-question-card", 28, _forTrack0$9);
90011
90006
  i0.ɵɵelementEnd();
90012
90007
  } if (rf & 2) {
90013
90008
  const ctx_r1 = i0.ɵɵnextContext(3);
90014
90009
  i0.ɵɵadvance();
90015
90010
  i0.ɵɵrepeater(ctx_r1.filteredQuestions());
90016
90011
  } }
90017
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
90012
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
90018
90013
  const _r4 = i0.ɵɵgetCurrentView();
90019
- i0.ɵɵelementStart(0, "div", 10)(1, "div", 11)(2, "div", 12)(3, "div", 13);
90014
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 9)(2, "div", 10)(3, "div", 11);
90020
90015
  i0.ɵɵtext(4);
90021
90016
  i0.ɵɵelementEnd();
90022
- i0.ɵɵelementStart(5, "h3", 14);
90017
+ i0.ɵɵelementStart(5, "h3", 12);
90023
90018
  i0.ɵɵtext(6);
90024
90019
  i0.ɵɵelementEnd();
90025
- i0.ɵɵelementStart(7, "div", 15)(8, "div", 16);
90026
- i0.ɵɵelement(9, "div", 17);
90020
+ i0.ɵɵelementStart(7, "div", 13)(8, "div", 14);
90021
+ i0.ɵɵelement(9, "div", 15);
90027
90022
  i0.ɵɵelementEnd();
90028
- i0.ɵɵelementStart(10, "div", 18);
90023
+ i0.ɵɵelementStart(10, "div", 16);
90029
90024
  i0.ɵɵtext(11);
90030
90025
  i0.ɵɵelementEnd()()();
90031
- i0.ɵɵelementStart(12, "button", 19);
90032
- i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
90026
+ i0.ɵɵelementStart(12, "button", 17);
90027
+ i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
90033
90028
  i0.ɵɵnamespaceSVG();
90034
- i0.ɵɵelementStart(13, "svg", 20);
90035
- i0.ɵɵelement(14, "path", 21);
90029
+ i0.ɵɵelementStart(13, "svg", 18);
90030
+ i0.ɵɵelement(14, "path", 19);
90036
90031
  i0.ɵɵelementEnd()()()();
90037
90032
  i0.ɵɵnamespaceHTML();
90038
- i0.ɵɵelementStart(15, "div", 22, 2);
90039
- i0.ɵɵconditionalCreate(17, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_17_Template, 8, 4, "div", 23)(18, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_Template, 3, 0, "div", 24);
90033
+ i0.ɵɵelementStart(15, "div", 20, 2);
90034
+ i0.ɵɵconditionalCreate(17, ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_17_Template, 8, 4, "div", 21)(18, ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_Template, 3, 0, "div", 22);
90040
90035
  i0.ɵɵelementEnd();
90041
90036
  } if (rf & 2) {
90042
90037
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -90065,8 +90060,8 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template(rf,
90065
90060
  i0.ɵɵadvance(2);
90066
90061
  i0.ɵɵconditional(ctx_r1.filteredQuestions().length === 0 ? 17 : 18);
90067
90062
  } }
90068
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template(rf, ctx) { if (rf & 1) {
90069
- i0.ɵɵelementStart(0, "div", 13);
90063
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_7_Template(rf, ctx) { if (rf & 1) {
90064
+ i0.ɵɵelementStart(0, "div", 11);
90070
90065
  i0.ɵɵtext(1);
90071
90066
  i0.ɵɵelementEnd();
90072
90067
  } if (rf & 2) {
@@ -90075,38 +90070,38 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_
90075
90070
  i0.ɵɵadvance();
90076
90071
  i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
90077
90072
  } }
90078
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template(rf, ctx) { if (rf & 1) {
90073
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template(rf, ctx) { if (rf & 1) {
90079
90074
  const _r8 = i0.ɵɵgetCurrentView();
90080
- i0.ɵɵelementStart(0, "symphiq-profile-question-answer", 38);
90081
- i0.ɵɵlistener("backClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_profile_question_answer_backClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); })("saveClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_profile_question_answer_saveClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAnswer($event)); })("saveAndNextClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_profile_question_answer_saveAndNextClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAndNextAnswer($event)); })("navigateToList", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_profile_question_answer_navigateToList_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToList()); })("navigateToNextQuestion", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_profile_question_answer_navigateToNextQuestion_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToNextQuestion()); });
90075
+ i0.ɵɵelementStart(0, "symphiq-profile-question-answer", 36);
90076
+ i0.ɵɵlistener("backClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_profile_question_answer_backClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); })("saveClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_profile_question_answer_saveClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAnswer($event)); })("saveAndNextClick", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_profile_question_answer_saveAndNextClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAndNextAnswer($event)); })("navigateToList", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_profile_question_answer_navigateToList_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToList()); })("navigateToNextQuestion", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_profile_question_answer_navigateToNextQuestion_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToNextQuestion()); });
90082
90077
  i0.ɵɵelementEnd();
90083
90078
  } if (rf & 2) {
90084
90079
  const ctx_r1 = i0.ɵɵnextContext(3);
90085
90080
  i0.ɵɵproperty("question", ctx_r1.questionForAnswer())("viewMode", ctx_r1.viewMode())("viewType", ctx_r1.viewType())("selectedCategoryId", ctx_r1.selectedCategoryId())("selectedFocusAreaId", ctx_r1.selectedFocusAreaId())("filteredQuestions", ctx_r1.filteredQuestions())("profileAnswers", ctx_r1.profileAnswers())("breadcrumbPrefix", ctx_r1.breadcrumbPrefix())("showFocusAreaChips", ctx_r1.showFocusAreaChips())("categoryNameFormatter", ctx_r1.categoryNameFormatter())("focusAreaNameFormatter", ctx_r1.focusAreaNameFormatter());
90086
90081
  } }
90087
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
90082
+ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
90088
90083
  const _r7 = i0.ɵɵgetCurrentView();
90089
- i0.ɵɵelementStart(0, "div", 10)(1, "div", 11)(2, "div", 32)(3, "button", 33);
90090
- i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); });
90084
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 9)(2, "div", 30)(3, "button", 31);
90085
+ i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); });
90091
90086
  i0.ɵɵnamespaceSVG();
90092
- i0.ɵɵelementStart(4, "svg", 20);
90093
- i0.ɵɵelement(5, "path", 34);
90087
+ i0.ɵɵelementStart(4, "svg", 18);
90088
+ i0.ɵɵelement(5, "path", 32);
90094
90089
  i0.ɵɵelementEnd()();
90095
90090
  i0.ɵɵnamespaceHTML();
90096
90091
  i0.ɵɵelementStart(6, "div");
90097
- i0.ɵɵconditionalCreate(7, ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template, 2, 2, "div", 13);
90098
- i0.ɵɵelementStart(8, "h3", 35);
90092
+ i0.ɵɵconditionalCreate(7, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_7_Template, 2, 2, "div", 11);
90093
+ i0.ɵɵelementStart(8, "h3", 33);
90099
90094
  i0.ɵɵtext(9);
90100
90095
  i0.ɵɵelementEnd()()();
90101
- i0.ɵɵelementStart(10, "button", 33);
90102
- i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
90096
+ i0.ɵɵelementStart(10, "button", 31);
90097
+ i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
90103
90098
  i0.ɵɵnamespaceSVG();
90104
- i0.ɵɵelementStart(11, "svg", 20);
90105
- i0.ɵɵelement(12, "path", 21);
90099
+ i0.ɵɵelementStart(11, "svg", 18);
90100
+ i0.ɵɵelement(12, "path", 19);
90106
90101
  i0.ɵɵelementEnd()()()();
90107
90102
  i0.ɵɵnamespaceHTML();
90108
- i0.ɵɵelementStart(13, "div", 36);
90109
- i0.ɵɵconditionalCreate(14, ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template, 1, 11, "symphiq-profile-question-answer", 37);
90103
+ i0.ɵɵelementStart(13, "div", 34);
90104
+ i0.ɵɵconditionalCreate(14, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template, 1, 11, "symphiq-profile-question-answer", 35);
90110
90105
  i0.ɵɵelementEnd();
90111
90106
  } if (rf & 2) {
90112
90107
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -90126,22 +90121,21 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template(rf,
90126
90121
  } }
90127
90122
  function ProfileQuestionsModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
90128
90123
  const _r1 = i0.ɵɵgetCurrentView();
90129
- i0.ɵɵelementStart(0, "div", 4, 0);
90130
- i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBackdropClick()); });
90131
- i0.ɵɵelementStart(2, "div", 5);
90132
- i0.ɵɵelement(3, "div", 6);
90133
- i0.ɵɵelementStart(4, "div", 7, 1);
90134
- i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
90135
- i0.ɵɵconditionalCreate(6, ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template, 1, 1)(7, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template, 19, 15)(8, ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template, 15, 7);
90136
- i0.ɵɵelementEnd()()();
90124
+ i0.ɵɵelementStart(0, "div", 3, 0)(2, "div", 4);
90125
+ i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Template_div_click_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBackdropClick()); });
90126
+ i0.ɵɵelementEnd();
90127
+ i0.ɵɵelementStart(3, "div", 5, 1);
90128
+ i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
90129
+ i0.ɵɵconditionalCreate(5, ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Template, 1, 1)(6, ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template, 19, 15)(7, ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template, 15, 7);
90130
+ i0.ɵɵelementEnd()();
90137
90131
  } if (rf & 2) {
90138
90132
  const ctx_r1 = i0.ɵɵnextContext();
90139
- i0.ɵɵadvance(3);
90133
+ i0.ɵɵadvance(2);
90140
90134
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
90141
90135
  i0.ɵɵadvance();
90142
90136
  i0.ɵɵproperty("ngClass", ctx_r1.containerClasses())("@slideUpFade", undefined);
90143
90137
  i0.ɵɵadvance(2);
90144
- i0.ɵɵconditional(ctx_r1.historyModeActive() ? 6 : !ctx_r1.answerModeActive() ? 7 : 8);
90138
+ i0.ɵɵconditional(ctx_r1.historyModeActive() ? 5 : !ctx_r1.answerModeActive() ? 6 : 7);
90145
90139
  } }
90146
90140
  class ProfileQuestionsModalComponent {
90147
90141
  isQuestionAnswered(q) {
@@ -90519,8 +90513,8 @@ class ProfileQuestionsModalComponent {
90519
90513
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
90520
90514
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
90521
90515
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
90522
- } }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"], breadcrumbPrefix: [1, "breadcrumbPrefix"], showFocusAreaChips: [1, "showFocusAreaChips"], categoryNameFormatter: [1, "categoryNameFormatter"], focusAreaNameFormatter: [1, "focusAreaNameFormatter"], questionFilterFn: [1, "questionFilterFn"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "overflow-y-auto", "z-[9000]"], [1, "fixed", "inset-0", "overflow-y-auto", "z-[9000]", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "ngClass"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"]], template: function ProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
90523
- i0.ɵɵconditionalCreate(0, ProfileQuestionsModalComponent_Conditional_0_Template, 9, 5, "div", 3);
90516
+ } }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"], breadcrumbPrefix: [1, "breadcrumbPrefix"], showFocusAreaChips: [1, "showFocusAreaChips"], categoryNameFormatter: [1, "categoryNameFormatter"], focusAreaNameFormatter: [1, "focusAreaNameFormatter"], questionFilterFn: [1, "questionFilterFn"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "z-[9000]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "showFocusAreaChips", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers", "breadcrumbPrefix", "showFocusAreaChips", "categoryNameFormatter", "focusAreaNameFormatter"]], template: function ProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
90517
+ i0.ɵɵconditionalCreate(0, ProfileQuestionsModalComponent_Conditional_0_Template, 8, 5, "div", 3);
90524
90518
  } if (rf & 2) {
90525
90519
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
90526
90520
  } }, dependencies: [CommonModule, i1$1.NgClass, ProfileQuestionCardComponent, ProfileQuestionAnswerComponent, ProfileQuestionHistoryComponent], encapsulation: 2, data: { animation: [
@@ -90563,21 +90557,20 @@ class ProfileQuestionsModalComponent {
90563
90557
  @if (isOpen()) {
90564
90558
  <div
90565
90559
  #modalWrapper
90566
- class="fixed inset-0 overflow-y-auto z-[9000]"
90567
- (click)="onBackdropClick()">
90568
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
90569
- <div
90570
- [ngClass]="backdropClasses()"
90571
- class="fixed inset-0 backdrop-blur-sm"
90572
- aria-hidden="true"
90573
- @fadeIn></div>
90560
+ class="fixed inset-0 z-[9000] flex items-center justify-center p-4 overflow-y-auto">
90561
+ <div
90562
+ [ngClass]="backdropClasses()"
90563
+ class="fixed inset-0 backdrop-blur-sm"
90564
+ aria-hidden="true"
90565
+ @fadeIn
90566
+ (click)="onBackdropClick()"></div>
90574
90567
 
90575
- <div
90576
- #modalContent
90577
- (click)="$event.stopPropagation()"
90578
- [ngClass]="containerClasses()"
90579
- class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl"
90580
- @slideUpFade>
90568
+ <div
90569
+ #modalContent
90570
+ (click)="$event.stopPropagation()"
90571
+ [ngClass]="containerClasses()"
90572
+ class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
90573
+ @slideUpFade>
90581
90574
 
90582
90575
  @if (historyModeActive()) {
90583
90576
  @if (questionForHistory()) {
@@ -90724,8 +90717,7 @@ class ProfileQuestionsModalComponent {
90724
90717
  }
90725
90718
  </div>
90726
90719
  </div>
90727
- </div>
90728
- }
90720
+ }
90729
90721
  `
90730
90722
  }]
90731
90723
  }], () => [], { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], selectedCategoryId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCategoryId", required: false }] }], selectedFocusAreaId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedFocusAreaId", required: false }] }], showAllQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "showAllQuestions", required: false }] }], startDirectAnswer: [{ type: i0.Input, args: [{ isSignal: true, alias: "startDirectAnswer", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], breadcrumbPrefix: [{ type: i0.Input, args: [{ isSignal: true, alias: "breadcrumbPrefix", required: false }] }], showFocusAreaChips: [{ type: i0.Input, args: [{ isSignal: true, alias: "showFocusAreaChips", required: false }] }], categoryNameFormatter: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryNameFormatter", required: false }] }], focusAreaNameFormatter: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaNameFormatter", required: false }] }], questionFilterFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "questionFilterFn", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], questionAnswerClick: [{ type: i0.Output, args: ["questionAnswerClick"] }], answerSave: [{ type: i0.Output, args: ["answerSave"] }], modalContent: [{
@@ -90738,7 +90730,7 @@ class ProfileQuestionsModalComponent {
90738
90730
  type: ViewChild,
90739
90731
  args: ['scrollContainer']
90740
90732
  }] }); })();
90741
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionsModalComponent, { className: "ProfileQuestionsModalComponent", filePath: "lib/components/shared/profile/profile-questions-modal.component.ts", lineNumber: 211 }); })();
90733
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionsModalComponent, { className: "ProfileQuestionsModalComponent", filePath: "lib/components/shared/profile/profile-questions-modal.component.ts", lineNumber: 209 }); })();
90742
90734
 
90743
90735
  const _c0$a = ["chartdiv"];
90744
90736
  function ProfileStatusCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
@@ -100250,19 +100242,31 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
100250
100242
  }
100251
100243
  }
100252
100244
  handleViewMetricDetailsClick() {
100245
+ console.log('[ViewMetricDetails] Handler called');
100253
100246
  const funnelMetric = this.funnelMetric();
100254
100247
  let metricKey = funnelMetric?.relatedMetric;
100248
+ console.log('[ViewMetricDetails] funnelMetric:', funnelMetric);
100249
+ console.log('[ViewMetricDetails] metricKey from funnelMetric:', metricKey);
100255
100250
  if (!metricKey) {
100256
100251
  metricKey = this.profileAnalysis()?.profileAnalysisStructured?.metricExecutiveSummary?.metric;
100252
+ console.log('[ViewMetricDetails] metricKey from profileAnalysis:', metricKey);
100257
100253
  }
100258
- if (!metricKey)
100254
+ if (!metricKey) {
100255
+ console.log('[ViewMetricDetails] No metricKey found, returning early');
100259
100256
  return;
100260
- const metric = this.allMetrics().find(m => m.metric === metricKey);
100257
+ }
100258
+ const allMetrics = this.allMetrics();
100259
+ console.log('[ViewMetricDetails] allMetrics count:', allMetrics.length);
100260
+ console.log('[ViewMetricDetails] allMetrics keys:', allMetrics.map(m => m.metric));
100261
+ const metric = allMetrics.find(m => m.metric === metricKey);
100262
+ console.log('[ViewMetricDetails] Found metric in allMetrics:', metric);
100261
100263
  if (metric) {
100264
+ console.log('[ViewMetricDetails] Opening modal with metric from allMetrics');
100262
100265
  this.modalService.openMetricModal(metric, this.allCharts());
100263
100266
  }
100264
100267
  else {
100265
100268
  const summary = this.metricExecutiveSummary();
100269
+ console.log('[ViewMetricDetails] metricExecutiveSummary:', summary);
100266
100270
  if (summary) {
100267
100271
  const constructedMetric = {
100268
100272
  metric: metricKey,
@@ -100270,12 +100274,15 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
100270
100274
  targetValue: typeof summary.targetValue === 'string' ? parseFloat(summary.targetValue) || 0 : (summary.targetValue ?? 0),
100271
100275
  description: summary.gradeRationale
100272
100276
  };
100277
+ console.log('[ViewMetricDetails] Opening modal with constructed metric:', constructedMetric);
100273
100278
  this.modalService.openMetricModal(constructedMetric, this.allCharts());
100274
100279
  }
100275
100280
  else {
100281
+ console.log('[ViewMetricDetails] Emitting viewMetricDetailsClick event with key:', metricKey);
100276
100282
  this.viewMetricDetailsClick.emit(metricKey);
100277
100283
  }
100278
100284
  }
100285
+ console.log('[ViewMetricDetails] openMetricModal called - check FunnelAnalysisModal logs');
100279
100286
  }
100280
100287
  getCurrentModalState() {
100281
100288
  return {
@@ -103171,32 +103178,32 @@ const _c0$3 = ["modalContent"];
103171
103178
  const _c1 = ["modalWrapper"];
103172
103179
  const _c2 = ["scrollContainer"];
103173
103180
  const _forTrack0 = ($index, $item) => $item.id;
103174
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
103181
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
103175
103182
  const _r3 = i0.ɵɵgetCurrentView();
103176
- i0.ɵɵelementStart(0, "symphiq-shop-profile-question-history", 9);
103177
- i0.ɵɵlistener("close", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template_symphiq_shop_profile_question_history_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode()); })("back", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template_symphiq_shop_profile_question_history_back_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode($event)); });
103183
+ i0.ɵɵelementStart(0, "symphiq-shop-profile-question-history", 7);
103184
+ i0.ɵɵlistener("close", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template_symphiq_shop_profile_question_history_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode()); })("back", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template_symphiq_shop_profile_question_history_back_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromHistoryMode($event)); });
103178
103185
  i0.ɵɵelementEnd();
103179
103186
  } if (rf & 2) {
103180
103187
  const ctx_r1 = i0.ɵɵnextContext(3);
103181
103188
  i0.ɵɵproperty("question", ctx_r1.questionForHistory())("viewMode", ctx_r1.viewMode())("profileAnswerHistories", ctx_r1.profileAnswerHistories())("profileAnswers", ctx_r1.profileAnswers())("users", ctx_r1.users());
103182
103189
  } }
103183
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
103184
- i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_0_Template, 1, 5, "symphiq-shop-profile-question-history", 8);
103190
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_5_Template(rf, ctx) { if (rf & 1) {
103191
+ i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template, 1, 5, "symphiq-shop-profile-question-history", 6);
103185
103192
  } if (rf & 2) {
103186
103193
  const ctx_r1 = i0.ɵɵnextContext(2);
103187
103194
  i0.ɵɵconditional(ctx_r1.questionForHistory() ? 0 : -1);
103188
103195
  } }
103189
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_17_Template(rf, ctx) { if (rf & 1) {
103190
- i0.ɵɵelementStart(0, "div", 23)(1, "div", 25);
103196
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_17_Template(rf, ctx) { if (rf & 1) {
103197
+ i0.ɵɵelementStart(0, "div", 21)(1, "div", 23);
103191
103198
  i0.ɵɵnamespaceSVG();
103192
- i0.ɵɵelementStart(2, "svg", 26);
103193
- i0.ɵɵelement(3, "path", 27);
103199
+ i0.ɵɵelementStart(2, "svg", 24);
103200
+ i0.ɵɵelement(3, "path", 25);
103194
103201
  i0.ɵɵelementEnd()();
103195
103202
  i0.ɵɵnamespaceHTML();
103196
- i0.ɵɵelementStart(4, "h3", 28);
103203
+ i0.ɵɵelementStart(4, "h3", 26);
103197
103204
  i0.ɵɵtext(5, " No questions found ");
103198
103205
  i0.ɵɵelementEnd();
103199
- i0.ɵɵelementStart(6, "p", 29);
103206
+ i0.ɵɵelementStart(6, "p", 27);
103200
103207
  i0.ɵɵtext(7);
103201
103208
  i0.ɵɵelementEnd()();
103202
103209
  } if (rf & 2) {
@@ -103210,48 +103217,48 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditio
103210
103217
  i0.ɵɵadvance();
103211
103218
  i0.ɵɵtextInterpolate1(" There are no questions for this ", ctx_r1.viewType() === "category" ? "category" : "focus area", ". ");
103212
103219
  } }
103213
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template(rf, ctx) { if (rf & 1) {
103220
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template(rf, ctx) { if (rf & 1) {
103214
103221
  const _r5 = i0.ɵɵgetCurrentView();
103215
- i0.ɵɵelementStart(0, "symphiq-shop-profile-question-card", 31);
103216
- i0.ɵɵlistener("answerClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template_symphiq_shop_profile_question_card_answerClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionAnswerClick($event)); })("historyClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template_symphiq_shop_profile_question_card_historyClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionHistoryClick($event)); });
103222
+ i0.ɵɵelementStart(0, "symphiq-shop-profile-question-card", 29);
103223
+ i0.ɵɵlistener("answerClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template_symphiq_shop_profile_question_card_answerClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionAnswerClick($event)); })("historyClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template_symphiq_shop_profile_question_card_historyClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onQuestionHistoryClick($event)); });
103217
103224
  i0.ɵɵelementEnd();
103218
103225
  } if (rf & 2) {
103219
103226
  const question_r6 = ctx.$implicit;
103220
103227
  const ctx_r1 = i0.ɵɵnextContext(4);
103221
103228
  i0.ɵɵproperty("id", "question-" + question_r6.id)("question", question_r6)("viewMode", ctx_r1.viewMode())("viewType", ctx_r1.viewType())("profileAnswers", ctx_r1.profileAnswers())("profileAnswerHistories", ctx_r1.profileAnswerHistories())("users", ctx_r1.users())("categoryNameFormatter", ctx_r1.getCategoryNameFormatter());
103222
103229
  } }
103223
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_Template(rf, ctx) { if (rf & 1) {
103224
- i0.ɵɵelementStart(0, "div", 24);
103225
- i0.ɵɵrepeaterCreate(1, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_For_2_Template, 1, 8, "symphiq-shop-profile-question-card", 30, _forTrack0);
103230
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_Template(rf, ctx) { if (rf & 1) {
103231
+ i0.ɵɵelementStart(0, "div", 22);
103232
+ i0.ɵɵrepeaterCreate(1, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_For_2_Template, 1, 8, "symphiq-shop-profile-question-card", 28, _forTrack0);
103226
103233
  i0.ɵɵelementEnd();
103227
103234
  } if (rf & 2) {
103228
103235
  const ctx_r1 = i0.ɵɵnextContext(3);
103229
103236
  i0.ɵɵadvance();
103230
103237
  i0.ɵɵrepeater(ctx_r1.filteredQuestions());
103231
103238
  } }
103232
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
103239
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
103233
103240
  const _r4 = i0.ɵɵgetCurrentView();
103234
- i0.ɵɵelementStart(0, "div", 10)(1, "div", 11)(2, "div", 12)(3, "div", 13);
103241
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 9)(2, "div", 10)(3, "div", 11);
103235
103242
  i0.ɵɵtext(4);
103236
103243
  i0.ɵɵelementEnd();
103237
- i0.ɵɵelementStart(5, "h3", 14);
103244
+ i0.ɵɵelementStart(5, "h3", 12);
103238
103245
  i0.ɵɵtext(6);
103239
103246
  i0.ɵɵelementEnd();
103240
- i0.ɵɵelementStart(7, "div", 15)(8, "div", 16);
103241
- i0.ɵɵelement(9, "div", 17);
103247
+ i0.ɵɵelementStart(7, "div", 13)(8, "div", 14);
103248
+ i0.ɵɵelement(9, "div", 15);
103242
103249
  i0.ɵɵelementEnd();
103243
- i0.ɵɵelementStart(10, "div", 18);
103250
+ i0.ɵɵelementStart(10, "div", 16);
103244
103251
  i0.ɵɵtext(11);
103245
103252
  i0.ɵɵelementEnd()()();
103246
- i0.ɵɵelementStart(12, "button", 19);
103247
- i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
103253
+ i0.ɵɵelementStart(12, "button", 17);
103254
+ i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
103248
103255
  i0.ɵɵnamespaceSVG();
103249
- i0.ɵɵelementStart(13, "svg", 20);
103250
- i0.ɵɵelement(14, "path", 21);
103256
+ i0.ɵɵelementStart(13, "svg", 18);
103257
+ i0.ɵɵelement(14, "path", 19);
103251
103258
  i0.ɵɵelementEnd()()()();
103252
103259
  i0.ɵɵnamespaceHTML();
103253
- i0.ɵɵelementStart(15, "div", 22, 2);
103254
- i0.ɵɵconditionalCreate(17, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_17_Template, 8, 4, "div", 23)(18, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_Template, 3, 0, "div", 24);
103260
+ i0.ɵɵelementStart(15, "div", 20, 2);
103261
+ i0.ɵɵconditionalCreate(17, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_17_Template, 8, 4, "div", 21)(18, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Conditional_18_Template, 3, 0, "div", 22);
103255
103262
  i0.ɵɵelementEnd();
103256
103263
  } if (rf & 2) {
103257
103264
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -103280,8 +103287,8 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template
103280
103287
  i0.ɵɵadvance(2);
103281
103288
  i0.ɵɵconditional(ctx_r1.filteredQuestions().length === 0 ? 17 : 18);
103282
103289
  } }
103283
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template(rf, ctx) { if (rf & 1) {
103284
- i0.ɵɵelementStart(0, "div", 13);
103290
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_7_Template(rf, ctx) { if (rf & 1) {
103291
+ i0.ɵɵelementStart(0, "div", 11);
103285
103292
  i0.ɵɵtext(1);
103286
103293
  i0.ɵɵelementEnd();
103287
103294
  } if (rf & 2) {
@@ -103290,38 +103297,38 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditio
103290
103297
  i0.ɵɵadvance();
103291
103298
  i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
103292
103299
  } }
103293
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template(rf, ctx) { if (rf & 1) {
103300
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template(rf, ctx) { if (rf & 1) {
103294
103301
  const _r8 = i0.ɵɵgetCurrentView();
103295
- i0.ɵɵelementStart(0, "symphiq-shop-profile-question-answer", 38);
103296
- i0.ɵɵlistener("backClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_shop_profile_question_answer_backClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); })("saveClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_shop_profile_question_answer_saveClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAnswer($event)); })("saveAndNextClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_shop_profile_question_answer_saveAndNextClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAndNextAnswer($event)); })("navigateToList", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_shop_profile_question_answer_navigateToList_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToList()); })("navigateToNextQuestion", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template_symphiq_shop_profile_question_answer_navigateToNextQuestion_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToNextQuestion()); });
103302
+ i0.ɵɵelementStart(0, "symphiq-shop-profile-question-answer", 36);
103303
+ i0.ɵɵlistener("backClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_shop_profile_question_answer_backClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); })("saveClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_shop_profile_question_answer_saveClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAnswer($event)); })("saveAndNextClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_shop_profile_question_answer_saveAndNextClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onSaveAndNextAnswer($event)); })("navigateToList", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_shop_profile_question_answer_navigateToList_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToList()); })("navigateToNextQuestion", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template_symphiq_shop_profile_question_answer_navigateToNextQuestion_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onNavigateToNextQuestion()); });
103297
103304
  i0.ɵɵelementEnd();
103298
103305
  } if (rf & 2) {
103299
103306
  const ctx_r1 = i0.ɵɵnextContext(3);
103300
103307
  i0.ɵɵproperty("question", ctx_r1.questionForAnswer())("viewMode", ctx_r1.viewMode())("viewType", ctx_r1.viewType())("selectedCategoryId", ctx_r1.selectedCategoryId())("selectedFocusAreaId", ctx_r1.selectedFocusAreaId())("filteredQuestions", ctx_r1.filteredQuestions())("profileAnswers", ctx_r1.profileAnswers());
103301
103308
  } }
103302
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
103309
+ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
103303
103310
  const _r7 = i0.ɵɵgetCurrentView();
103304
- i0.ɵɵelementStart(0, "div", 10)(1, "div", 11)(2, "div", 32)(3, "button", 33);
103305
- i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); });
103311
+ i0.ɵɵelementStart(0, "div", 8)(1, "div", 9)(2, "div", 30)(3, "button", 31);
103312
+ i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onBackFromAnswerMode()); });
103306
103313
  i0.ɵɵnamespaceSVG();
103307
- i0.ɵɵelementStart(4, "svg", 20);
103308
- i0.ɵɵelement(5, "path", 34);
103314
+ i0.ɵɵelementStart(4, "svg", 18);
103315
+ i0.ɵɵelement(5, "path", 32);
103309
103316
  i0.ɵɵelementEnd()();
103310
103317
  i0.ɵɵnamespaceHTML();
103311
103318
  i0.ɵɵelementStart(6, "div");
103312
- i0.ɵɵconditionalCreate(7, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template, 2, 2, "div", 13);
103313
- i0.ɵɵelementStart(8, "h3", 35);
103319
+ i0.ɵɵconditionalCreate(7, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_7_Template, 2, 2, "div", 11);
103320
+ i0.ɵɵelementStart(8, "h3", 33);
103314
103321
  i0.ɵɵtext(9);
103315
103322
  i0.ɵɵelementEnd()()();
103316
- i0.ɵɵelementStart(10, "button", 33);
103317
- i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
103323
+ i0.ɵɵelementStart(10, "button", 31);
103324
+ i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onClose()); });
103318
103325
  i0.ɵɵnamespaceSVG();
103319
- i0.ɵɵelementStart(11, "svg", 20);
103320
- i0.ɵɵelement(12, "path", 21);
103326
+ i0.ɵɵelementStart(11, "svg", 18);
103327
+ i0.ɵɵelement(12, "path", 19);
103321
103328
  i0.ɵɵelementEnd()()()();
103322
103329
  i0.ɵɵnamespaceHTML();
103323
- i0.ɵɵelementStart(13, "div", 36);
103324
- i0.ɵɵconditionalCreate(14, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_14_Template, 1, 7, "symphiq-shop-profile-question-answer", 37);
103330
+ i0.ɵɵelementStart(13, "div", 34);
103331
+ i0.ɵɵconditionalCreate(14, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_14_Template, 1, 7, "symphiq-shop-profile-question-answer", 35);
103325
103332
  i0.ɵɵelementEnd();
103326
103333
  } if (rf & 2) {
103327
103334
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -103341,22 +103348,21 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template
103341
103348
  } }
103342
103349
  function ShopProfileQuestionsModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
103343
103350
  const _r1 = i0.ɵɵgetCurrentView();
103344
- i0.ɵɵelementStart(0, "div", 4, 0);
103345
- i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBackdropClick()); });
103346
- i0.ɵɵelementStart(2, "div", 5);
103347
- i0.ɵɵelement(3, "div", 6);
103348
- i0.ɵɵelementStart(4, "div", 7, 1);
103349
- i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
103350
- i0.ɵɵconditionalCreate(6, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template, 1, 1)(7, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template, 19, 15)(8, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template, 15, 7);
103351
- i0.ɵɵelementEnd()()();
103351
+ i0.ɵɵelementStart(0, "div", 3, 0)(2, "div", 4);
103352
+ i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_2_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBackdropClick()); });
103353
+ i0.ɵɵelementEnd();
103354
+ i0.ɵɵelementStart(3, "div", 5, 1);
103355
+ i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
103356
+ i0.ɵɵconditionalCreate(5, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_5_Template, 1, 1)(6, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template, 19, 15)(7, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template, 15, 7);
103357
+ i0.ɵɵelementEnd()();
103352
103358
  } if (rf & 2) {
103353
103359
  const ctx_r1 = i0.ɵɵnextContext();
103354
- i0.ɵɵadvance(3);
103360
+ i0.ɵɵadvance(2);
103355
103361
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
103356
103362
  i0.ɵɵadvance();
103357
103363
  i0.ɵɵproperty("ngClass", ctx_r1.containerClasses())("@slideUpFade", undefined);
103358
103364
  i0.ɵɵadvance(2);
103359
- i0.ɵɵconditional(ctx_r1.historyModeActive() ? 6 : !ctx_r1.answerModeActive() ? 7 : 8);
103365
+ i0.ɵɵconditional(ctx_r1.historyModeActive() ? 5 : !ctx_r1.answerModeActive() ? 6 : 7);
103360
103366
  } }
103361
103367
  class ShopProfileQuestionsModalComponent {
103362
103368
  constructor() {
@@ -103713,8 +103719,8 @@ class ShopProfileQuestionsModalComponent {
103713
103719
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
103714
103720
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
103715
103721
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
103716
- } }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "overflow-y-auto", "z-[9000]"], [1, "fixed", "inset-0", "overflow-y-auto", "z-[9000]", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "py-4"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "ngClass"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
103717
- i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Template, 9, 5, "div", 3);
103722
+ } }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], viewMode: [1, "viewMode"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick", answerSave: "answerSave" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], ["scrollContainer", ""], [1, "fixed", "inset-0", "z-[9000]", "flex", "items-center", "justify-center", "p-4", "overflow-y-auto"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "w-full", "max-w-4xl", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "block", "h-[80vh]", 3, "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "block", "h-[80vh]", 3, "close", "back", "question", "viewMode", "profileAnswerHistories", "profileAnswers", "users"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "flex", "flex-col", "gap-6"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [3, "answerClick", "historyClick", "id", "question", "viewMode", "viewType", "profileAnswers", "profileAnswerHistories", "users", "categoryNameFormatter"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "h-[70vh]", "overflow-hidden"], [1, "block", "h-full", 3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"], [1, "block", "h-full", 3, "backClick", "saveClick", "saveAndNextClick", "navigateToList", "navigateToNextQuestion", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileAnswers"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
103723
+ i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Template, 8, 5, "div", 3);
103718
103724
  } if (rf & 2) {
103719
103725
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
103720
103726
  } }, dependencies: [CommonModule, i1$1.NgClass, ShopProfileQuestionCardComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionHistoryComponent], encapsulation: 2, data: { animation: [
@@ -103757,21 +103763,20 @@ class ShopProfileQuestionsModalComponent {
103757
103763
  @if (isOpen()) {
103758
103764
  <div
103759
103765
  #modalWrapper
103760
- class="fixed inset-0 overflow-y-auto z-[9000]"
103761
- (click)="onBackdropClick()">
103762
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
103763
- <div
103764
- [ngClass]="backdropClasses()"
103765
- class="fixed inset-0 backdrop-blur-sm"
103766
- aria-hidden="true"
103767
- @fadeIn></div>
103766
+ class="fixed inset-0 z-[9000] flex items-center justify-center p-4 overflow-y-auto">
103767
+ <div
103768
+ [ngClass]="backdropClasses()"
103769
+ class="fixed inset-0 backdrop-blur-sm"
103770
+ aria-hidden="true"
103771
+ @fadeIn
103772
+ (click)="onBackdropClick()"></div>
103768
103773
 
103769
- <div
103770
- #modalContent
103771
- (click)="$event.stopPropagation()"
103772
- [ngClass]="containerClasses()"
103773
- class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl"
103774
- @slideUpFade>
103774
+ <div
103775
+ #modalContent
103776
+ (click)="$event.stopPropagation()"
103777
+ [ngClass]="containerClasses()"
103778
+ class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
103779
+ @slideUpFade>
103775
103780
 
103776
103781
  @if (historyModeActive()) {
103777
103782
  <!-- History Mode -->
@@ -103926,8 +103931,7 @@ class ShopProfileQuestionsModalComponent {
103926
103931
  }
103927
103932
  </div>
103928
103933
  </div>
103929
- </div>
103930
- }
103934
+ }
103931
103935
  `
103932
103936
  }]
103933
103937
  }], () => [], { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], selectedCategoryId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCategoryId", required: false }] }], selectedFocusAreaId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedFocusAreaId", required: false }] }], showAllQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "showAllQuestions", required: false }] }], startDirectAnswer: [{ type: i0.Input, args: [{ isSignal: true, alias: "startDirectAnswer", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], questionAnswerClick: [{ type: i0.Output, args: ["questionAnswerClick"] }], answerSave: [{ type: i0.Output, args: ["answerSave"] }], modalContent: [{
@@ -103940,7 +103944,7 @@ class ShopProfileQuestionsModalComponent {
103940
103944
  type: ViewChild,
103941
103945
  args: ['scrollContainer']
103942
103946
  }] }); })();
103943
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionsModalComponent, { className: "ShopProfileQuestionsModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/shop-profile-questions-modal.component.ts", lineNumber: 218 }); })();
103947
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionsModalComponent, { className: "ShopProfileQuestionsModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/shop-profile-questions-modal.component.ts", lineNumber: 216 }); })();
103944
103948
 
103945
103949
  const _c0$2 = ["chartdiv"];
103946
103950
  function ShopProfileStatusCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {