@eric-emg/symphiq-components 1.2.539 → 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.
@@ -15440,25 +15440,25 @@ class RecommendationCardComponent {
15440
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"] }] }); })();
15441
15441
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationCardComponent, { className: "RecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/recommendation-card.component.ts", lineNumber: 310 }); })();
15442
15442
 
15443
- const ModalComponent_Conditional_0_Conditional_17_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
15444
- const ModalComponent_Conditional_0_Conditional_17_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
15445
- const ModalComponent_Conditional_0_Conditional_17_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
15446
- 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)];
15447
15447
  const _forTrack0$Z = ($index, $item) => $item.id || $index;
15448
- 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) {
15449
15449
  const _r3 = i0.ɵɵgetCurrentView();
15450
- i0.ɵɵelementStart(0, "button", 12);
15451
- 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()); });
15452
15452
  i0.ɵɵnamespaceSVG();
15453
- i0.ɵɵelementStart(1, "svg", 13);
15454
- i0.ɵɵelement(2, "path", 30);
15453
+ i0.ɵɵelementStart(1, "svg", 12);
15454
+ i0.ɵɵelement(2, "path", 29);
15455
15455
  i0.ɵɵelementEnd()();
15456
15456
  } if (rf & 2) {
15457
15457
  const ctx_r1 = i0.ɵɵnextContext(2);
15458
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");
15459
15459
  } }
15460
- function ModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
15461
- i0.ɵɵelementStart(0, "div", 31);
15460
+ function ModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
15461
+ i0.ɵɵelementStart(0, "div", 30);
15462
15462
  i0.ɵɵtext(1);
15463
15463
  i0.ɵɵelementEnd();
15464
15464
  } if (rf & 2) {
@@ -15468,18 +15468,18 @@ function ModalComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf &
15468
15468
  i0.ɵɵadvance();
15469
15469
  i0.ɵɵtextInterpolate1(" P", ctx_r1.modalHeaderPriorityBadge(), " ");
15470
15470
  } }
15471
- function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
15472
- 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);
15473
15473
  i0.ɵɵtext(1, ">");
15474
15474
  i0.ɵɵelementEnd();
15475
15475
  } if (rf & 2) {
15476
15476
  const ctx_r1 = i0.ɵɵnextContext(4);
15477
15477
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400" : "text-slate-500");
15478
15478
  } }
15479
- 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) {
15480
15480
  const _r4 = i0.ɵɵgetCurrentView();
15481
- i0.ɵɵelementStart(0, "button", 35);
15482
- 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()); });
15483
15483
  i0.ɵɵtext(1);
15484
15484
  i0.ɵɵelementEnd();
15485
15485
  } if (rf & 2) {
@@ -15489,8 +15489,8 @@ function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_1_Template
15489
15489
  i0.ɵɵadvance();
15490
15490
  i0.ɵɵtextInterpolate1(" ", breadcrumb_r5.label, " ");
15491
15491
  } }
15492
- function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
15493
- 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);
15494
15494
  i0.ɵɵtext(1);
15495
15495
  i0.ɵɵelementEnd();
15496
15496
  } if (rf & 2) {
@@ -15500,9 +15500,9 @@ function ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template
15500
15500
  i0.ɵɵadvance();
15501
15501
  i0.ɵɵtextInterpolate1(" ", breadcrumb_r5.label, " ");
15502
15502
  } }
15503
- function ModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
15504
- i0.ɵɵconditionalCreate(0, ModalComponent_Conditional_0_Conditional_9_For_2_Conditional_0_Template, 2, 1, "span", 32);
15505
- 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);
15506
15506
  } if (rf & 2) {
15507
15507
  const breadcrumb_r5 = ctx.$implicit;
15508
15508
  const $index_r6 = ctx.$index;
@@ -15510,17 +15510,17 @@ function ModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if
15510
15510
  i0.ɵɵadvance();
15511
15511
  i0.ɵɵconditional(breadcrumb_r5.clickable ? 1 : 2);
15512
15512
  } }
15513
- function ModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
15514
- i0.ɵɵelementStart(0, "div", 10);
15515
- 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);
15516
15516
  i0.ɵɵelementEnd();
15517
15517
  } if (rf & 2) {
15518
15518
  const ctx_r1 = i0.ɵɵnextContext(2);
15519
15519
  i0.ɵɵadvance();
15520
15520
  i0.ɵɵrepeater(ctx_r1.breadcrumbs());
15521
15521
  } }
15522
- function ModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
15523
- i0.ɵɵelementStart(0, "h3", 11);
15522
+ function ModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
15523
+ i0.ɵɵelementStart(0, "h3", 10);
15524
15524
  i0.ɵɵtext(1);
15525
15525
  i0.ɵɵelementEnd();
15526
15526
  } if (rf & 2) {
@@ -15529,107 +15529,107 @@ function ModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf
15529
15529
  i0.ɵɵadvance();
15530
15530
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
15531
15531
  } }
15532
- function ModalComponent_Conditional_0_Conditional_15_Template(rf, ctx) { if (rf & 1) {
15533
- 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);
15534
15534
  } if (rf & 2) {
15535
15535
  const ctx_r1 = i0.ɵɵnextContext(2);
15536
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());
15537
15537
  } }
15538
- function ModalComponent_Conditional_0_Conditional_16_Template(rf, ctx) { if (rf & 1) {
15539
- 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);
15540
15540
  } if (rf & 2) {
15541
15541
  const ctx_r1 = i0.ɵɵnextContext(2);
15542
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());
15543
15543
  } }
15544
- function ModalComponent_Conditional_0_Conditional_17_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
15545
- 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);
15546
15546
  } if (rf & 2) {
15547
15547
  const ctx_r1 = i0.ɵɵnextContext(4);
15548
15548
  i0.ɵɵproperty("chart", ctx_r1.chartLineData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15549
15549
  } }
15550
- function ModalComponent_Conditional_0_Conditional_17_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15551
- i0.ɵɵelementStart(0, "div", 39);
15552
- 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);
15553
15553
  i0.ɵɵelementEnd();
15554
15554
  } if (rf & 2) {
15555
15555
  const ctx_r1 = i0.ɵɵnextContext(4);
15556
15556
  i0.ɵɵadvance();
15557
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");
15558
15558
  } }
15559
- function ModalComponent_Conditional_0_Conditional_17_Conditional_4_Template(rf, ctx) { if (rf & 1) {
15560
- 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);
15561
- 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);
15562
15562
  i0.ɵɵdeferOnIdle();
15563
15563
  } }
15564
- function ModalComponent_Conditional_0_Conditional_17_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
15565
- 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);
15566
15566
  } if (rf & 2) {
15567
15567
  const ctx_r1 = i0.ɵɵnextContext(4);
15568
15568
  i0.ɵɵproperty("chart", ctx_r1.chartBarData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15569
15569
  } }
15570
- function ModalComponent_Conditional_0_Conditional_17_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15571
- i0.ɵɵelementStart(0, "div", 39);
15572
- 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);
15573
15573
  i0.ɵɵelementEnd();
15574
15574
  } if (rf & 2) {
15575
15575
  const ctx_r1 = i0.ɵɵnextContext(4);
15576
15576
  i0.ɵɵadvance();
15577
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");
15578
15578
  } }
15579
- function ModalComponent_Conditional_0_Conditional_17_Conditional_5_Template(rf, ctx) { if (rf & 1) {
15580
- 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);
15581
- 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);
15582
15582
  i0.ɵɵdeferOnIdle();
15583
15583
  } }
15584
- function ModalComponent_Conditional_0_Conditional_17_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
15585
- 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);
15586
15586
  } if (rf & 2) {
15587
15587
  const ctx_r1 = i0.ɵɵnextContext(4);
15588
15588
  i0.ɵɵproperty("chart", ctx_r1.chartPieData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15589
15589
  } }
15590
- function ModalComponent_Conditional_0_Conditional_17_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15591
- i0.ɵɵelementStart(0, "div", 39);
15592
- 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);
15593
15593
  i0.ɵɵelementEnd();
15594
15594
  } if (rf & 2) {
15595
15595
  const ctx_r1 = i0.ɵɵnextContext(4);
15596
15596
  i0.ɵɵadvance();
15597
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");
15598
15598
  } }
15599
- function ModalComponent_Conditional_0_Conditional_17_Conditional_6_Template(rf, ctx) { if (rf & 1) {
15600
- 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);
15601
- 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);
15602
15602
  i0.ɵɵdeferOnIdle();
15603
15603
  } }
15604
- function ModalComponent_Conditional_0_Conditional_17_Conditional_7_Defer_0_Template(rf, ctx) { if (rf & 1) {
15605
- 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);
15606
15606
  } if (rf & 2) {
15607
15607
  const ctx_r1 = i0.ɵɵnextContext(4);
15608
15608
  i0.ɵɵproperty("chart", ctx_r1.chartAreaData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol());
15609
15609
  } }
15610
- function ModalComponent_Conditional_0_Conditional_17_Conditional_7_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
15611
- i0.ɵɵelementStart(0, "div", 39);
15612
- 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);
15613
15613
  i0.ɵɵelementEnd();
15614
15614
  } if (rf & 2) {
15615
15615
  const ctx_r1 = i0.ɵɵnextContext(4);
15616
15616
  i0.ɵɵadvance();
15617
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");
15618
15618
  } }
15619
- function ModalComponent_Conditional_0_Conditional_17_Conditional_7_Template(rf, ctx) { if (rf & 1) {
15620
- 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);
15621
- 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);
15622
15622
  i0.ɵɵdeferOnIdle();
15623
15623
  } }
15624
- function ModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
15625
- 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);
15626
15626
  i0.ɵɵtext(2);
15627
15627
  i0.ɵɵelementEnd();
15628
- i0.ɵɵelementStart(3, "div", 37);
15629
- i0.ɵɵconditionalCreate(4, ModalComponent_Conditional_0_Conditional_17_Conditional_4_Template, 4, 0);
15630
- i0.ɵɵconditionalCreate(5, ModalComponent_Conditional_0_Conditional_17_Conditional_5_Template, 4, 0);
15631
- i0.ɵɵconditionalCreate(6, ModalComponent_Conditional_0_Conditional_17_Conditional_6_Template, 4, 0);
15632
- 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);
15633
15633
  i0.ɵɵelementEnd()();
15634
15634
  } if (rf & 2) {
15635
15635
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15646,19 +15646,19 @@ function ModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf
15646
15646
  i0.ɵɵadvance();
15647
15647
  i0.ɵɵconditional(ctx_r1.chartAreaData() && ctx_r1.chartAreaData().areaChartData ? 7 : -1);
15648
15648
  } }
15649
- 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) {
15650
15650
  const _r7 = i0.ɵɵgetCurrentView();
15651
- i0.ɵɵelementStart(0, "button", 42);
15652
- 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)); });
15653
- 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);
15654
15654
  i0.ɵɵtext(2);
15655
15655
  i0.ɵɵelementEnd();
15656
- i0.ɵɵelementStart(3, "span", 44);
15656
+ i0.ɵɵelementStart(3, "span", 43);
15657
15657
  i0.ɵɵtext(4);
15658
15658
  i0.ɵɵelementEnd();
15659
15659
  i0.ɵɵnamespaceSVG();
15660
- i0.ɵɵelementStart(5, "svg", 45);
15661
- i0.ɵɵelement(6, "path", 46);
15660
+ i0.ɵɵelementStart(5, "svg", 44);
15661
+ i0.ɵɵelement(6, "path", 45);
15662
15662
  i0.ɵɵelementEnd()();
15663
15663
  } if (rf & 2) {
15664
15664
  const insight_r8 = ctx.$implicit;
@@ -15675,17 +15675,17 @@ function ModalComponent_Conditional_0_Conditional_18_For_2_Template(rf, ctx) { i
15675
15675
  i0.ɵɵadvance();
15676
15676
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400" : "text-slate-500");
15677
15677
  } }
15678
- function ModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
15679
- i0.ɵɵelementStart(0, "div", 19);
15680
- 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);
15681
15681
  i0.ɵɵelementEnd();
15682
15682
  } if (rf & 2) {
15683
15683
  const ctx_r1 = i0.ɵɵnextContext(2);
15684
15684
  i0.ɵɵadvance();
15685
15685
  i0.ɵɵrepeater(ctx_r1.insightsListData());
15686
15686
  } }
15687
- function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Conditional_8_Template(rf, ctx) { if (rf & 1) {
15688
- 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);
15689
15689
  i0.ɵɵtext(1);
15690
15690
  i0.ɵɵelementEnd();
15691
15691
  } if (rf & 2) {
@@ -15694,18 +15694,18 @@ function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Conditional_8
15694
15694
  i0.ɵɵadvance();
15695
15695
  i0.ɵɵtextInterpolate(ctx_r1.goalInsightsContext().description);
15696
15696
  } }
15697
- function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15698
- 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);
15699
15699
  i0.ɵɵnamespaceSVG();
15700
- i0.ɵɵelementStart(3, "svg", 50);
15701
- i0.ɵɵelement(4, "path", 51);
15700
+ i0.ɵɵelementStart(3, "svg", 49);
15701
+ i0.ɵɵelement(4, "path", 50);
15702
15702
  i0.ɵɵelementEnd()();
15703
15703
  i0.ɵɵnamespaceHTML();
15704
- i0.ɵɵelementStart(5, "div", 52)(6, "h4", 53);
15704
+ i0.ɵɵelementStart(5, "div", 51)(6, "h4", 52);
15705
15705
  i0.ɵɵtext(7);
15706
15706
  i0.ɵɵelementEnd()()();
15707
- i0.ɵɵconditionalCreate(8, ModalComponent_Conditional_0_Conditional_19_Conditional_1_Conditional_8_Template, 2, 2, "p", 54);
15708
- 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);
15709
15709
  i0.ɵɵtext(11, "Related Funnel Analysis Insights");
15710
15710
  i0.ɵɵelementEnd()()();
15711
15711
  } if (rf & 2) {
@@ -15723,11 +15723,11 @@ function ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf,
15723
15723
  i0.ɵɵadvance();
15724
15724
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15725
15725
  } }
15726
- function ModalComponent_Conditional_0_Conditional_19_For_4_Conditional_11_Template(rf, ctx) { if (rf & 1) {
15727
- 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);
15728
15728
  i0.ɵɵnamespaceSVG();
15729
- i0.ɵɵelementStart(2, "svg", 65);
15730
- i0.ɵɵelement(3, "path", 66);
15729
+ i0.ɵɵelementStart(2, "svg", 64);
15730
+ i0.ɵɵelement(3, "path", 65);
15731
15731
  i0.ɵɵelementEnd();
15732
15732
  i0.ɵɵtext(4);
15733
15733
  i0.ɵɵelementEnd()();
@@ -15739,24 +15739,24 @@ function ModalComponent_Conditional_0_Conditional_19_For_4_Conditional_11_Templa
15739
15739
  i0.ɵɵadvance(3);
15740
15740
  i0.ɵɵtextInterpolate2(" ", insight_r10.recommendations.length, " ", insight_r10.recommendations.length === 1 ? "RECOMMENDATION" : "RECOMMENDATIONS", " ");
15741
15741
  } }
15742
- 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) {
15743
15743
  const _r9 = i0.ɵɵgetCurrentView();
15744
- i0.ɵɵelementStart(0, "button", 57);
15745
- 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)); });
15746
- 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);
15747
15747
  i0.ɵɵtext(3);
15748
15748
  i0.ɵɵelementEnd();
15749
- i0.ɵɵelementStart(4, "div", 60)(5, "h5", 61);
15749
+ i0.ɵɵelementStart(4, "div", 59)(5, "h5", 60);
15750
15750
  i0.ɵɵtext(6);
15751
15751
  i0.ɵɵelementEnd();
15752
- i0.ɵɵelementStart(7, "p", 54);
15752
+ i0.ɵɵelementStart(7, "p", 53);
15753
15753
  i0.ɵɵtext(8);
15754
15754
  i0.ɵɵelementEnd()();
15755
15755
  i0.ɵɵnamespaceSVG();
15756
- i0.ɵɵelementStart(9, "svg", 62);
15757
- i0.ɵɵelement(10, "path", 46);
15756
+ i0.ɵɵelementStart(9, "svg", 61);
15757
+ i0.ɵɵelement(10, "path", 45);
15758
15758
  i0.ɵɵelementEnd()();
15759
- 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);
15760
15760
  i0.ɵɵelementEnd();
15761
15761
  } if (rf & 2) {
15762
15762
  const insight_r10 = ctx.$implicit;
@@ -15780,11 +15780,11 @@ function ModalComponent_Conditional_0_Conditional_19_For_4_Template(rf, ctx) { i
15780
15780
  i0.ɵɵadvance(2);
15781
15781
  i0.ɵɵconditional(insight_r10.recommendations && insight_r10.recommendations.length > 0 ? 11 : -1);
15782
15782
  } }
15783
- function ModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
15784
- i0.ɵɵelementStart(0, "div", 20);
15785
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 12, 6, "div", 19);
15786
- i0.ɵɵelementStart(2, "div", 19);
15787
- 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);
15788
15788
  i0.ɵɵelementEnd()();
15789
15789
  } if (rf & 2) {
15790
15790
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15793,8 +15793,8 @@ function ModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf
15793
15793
  i0.ɵɵadvance(2);
15794
15794
  i0.ɵɵrepeater(ctx_r1.goalInsightsListData());
15795
15795
  } }
15796
- function ModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15797
- 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);
15798
15798
  i0.ɵɵtext(1);
15799
15799
  i0.ɵɵelementEnd();
15800
15800
  } if (rf & 2) {
@@ -15803,10 +15803,10 @@ function ModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf,
15803
15803
  i0.ɵɵadvance();
15804
15804
  i0.ɵɵtextInterpolate(ctx_r1.goalBusinessInsightsContext().description);
15805
15805
  } }
15806
- 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) {
15807
15807
  const _r11 = i0.ɵɵgetCurrentView();
15808
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 67);
15809
- 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)); });
15810
15810
  i0.ɵɵelementEnd()();
15811
15811
  } if (rf & 2) {
15812
15812
  const businessInsight_r12 = ctx.$implicit;
@@ -15815,10 +15815,10 @@ function ModalComponent_Conditional_0_Conditional_20_For_3_Template(rf, ctx) { i
15815
15815
  i0.ɵɵadvance();
15816
15816
  i0.ɵɵproperty("recommendation", businessInsight_r12)("viewMode", ctx_r1.viewMode())("animationIndex", $index_r13)("showNavigationChevron", true)("inModalContext", true);
15817
15817
  } }
15818
- function ModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
15819
- i0.ɵɵelementStart(0, "div", 21);
15820
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 54);
15821
- 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);
15822
15822
  i0.ɵɵelementEnd();
15823
15823
  } if (rf & 2) {
15824
15824
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15827,26 +15827,26 @@ function ModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf
15827
15827
  i0.ɵɵadvance();
15828
15828
  i0.ɵɵrepeater(ctx_r1.goalBusinessInsightsListData());
15829
15829
  } }
15830
- function ModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
15831
- 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);
15832
15832
  } if (rf & 2) {
15833
15833
  const ctx_r1 = i0.ɵɵnextContext(2);
15834
15834
  i0.ɵɵproperty("recommendation", ctx_r1.businessInsightDetailData().recommendation)("viewMode", ctx_r1.businessInsightDetailData().viewMode)("forceExpanded", true)("showNavigationChevron", false)("inModalContext", true)("isCompactMode", false)("animationIndex", 0);
15835
15835
  } }
15836
- function ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15837
- 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);
15838
15838
  i0.ɵɵtext(3, "Description");
15839
15839
  i0.ɵɵelementEnd();
15840
- i0.ɵɵelementStart(4, "p", 54);
15840
+ i0.ɵɵelementStart(4, "p", 53);
15841
15841
  i0.ɵɵtext(5);
15842
15842
  i0.ɵɵelementEnd()();
15843
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
15843
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
15844
15844
  i0.ɵɵtext(8, "Context");
15845
15845
  i0.ɵɵelementEnd();
15846
- i0.ɵɵelementStart(9, "p", 54);
15846
+ i0.ɵɵelementStart(9, "p", 53);
15847
15847
  i0.ɵɵtext(10);
15848
15848
  i0.ɵɵelementEnd()();
15849
- i0.ɵɵelementStart(11, "div", 55)(12, "h4", 56);
15849
+ i0.ɵɵelementStart(11, "div", 54)(12, "h4", 55);
15850
15850
  i0.ɵɵtext(13, "Related Metrics");
15851
15851
  i0.ɵɵelementEnd()()();
15852
15852
  } if (rf & 2) {
@@ -15868,10 +15868,10 @@ function ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf,
15868
15868
  i0.ɵɵadvance();
15869
15869
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15870
15870
  } }
15871
- 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) {
15872
15872
  const _r14 = i0.ɵɵgetCurrentView();
15873
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 69);
15874
- 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)); });
15875
15875
  i0.ɵɵelementEnd()();
15876
15876
  } if (rf & 2) {
15877
15877
  const metric_r15 = ctx.$implicit;
@@ -15879,11 +15879,11 @@ function ModalComponent_Conditional_0_Conditional_22_For_4_Template(rf, ctx) { i
15879
15879
  i0.ɵɵadvance();
15880
15880
  i0.ɵɵproperty("metric", metric_r15)("isLightMode", ctx_r1.isLightMode())("animationKey", ctx_r1.modalKey())("currencySymbol", ctx_r1.currencySymbol());
15881
15881
  } }
15882
- function ModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
15883
- i0.ɵɵelementStart(0, "div", 20);
15884
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 14, 8, "div", 19);
15885
- i0.ɵɵelementStart(2, "div", 21);
15886
- 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);
15887
15887
  i0.ɵɵelementEnd()();
15888
15888
  } if (rf & 2) {
15889
15889
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15892,20 +15892,20 @@ function ModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf
15892
15892
  i0.ɵɵadvance(2);
15893
15893
  i0.ɵɵrepeater(ctx_r1.metricsListMetrics());
15894
15894
  } }
15895
- function ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15896
- 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);
15897
15897
  i0.ɵɵtext(3, "Description");
15898
15898
  i0.ɵɵelementEnd();
15899
- i0.ɵɵelementStart(4, "p", 54);
15899
+ i0.ɵɵelementStart(4, "p", 53);
15900
15900
  i0.ɵɵtext(5);
15901
15901
  i0.ɵɵelementEnd()();
15902
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
15902
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
15903
15903
  i0.ɵɵtext(8, "Context");
15904
15904
  i0.ɵɵelementEnd();
15905
- i0.ɵɵelementStart(9, "p", 54);
15905
+ i0.ɵɵelementStart(9, "p", 53);
15906
15906
  i0.ɵɵtext(10);
15907
15907
  i0.ɵɵelementEnd()();
15908
- i0.ɵɵelementStart(11, "div", 55)(12, "h4", 56);
15908
+ i0.ɵɵelementStart(11, "div", 54)(12, "h4", 55);
15909
15909
  i0.ɵɵtext(13, "Related Charts");
15910
15910
  i0.ɵɵelementEnd()()();
15911
15911
  } if (rf & 2) {
@@ -15927,10 +15927,10 @@ function ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template(rf,
15927
15927
  i0.ɵɵadvance();
15928
15928
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15929
15929
  } }
15930
- 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) {
15931
15931
  const _r16 = i0.ɵɵgetCurrentView();
15932
- i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 70);
15933
- 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)); });
15934
15934
  i0.ɵɵelementEnd()();
15935
15935
  } if (rf & 2) {
15936
15936
  const chart_r17 = ctx.$implicit;
@@ -15938,11 +15938,11 @@ function ModalComponent_Conditional_0_Conditional_23_For_4_Template(rf, ctx) { i
15938
15938
  i0.ɵɵadvance();
15939
15939
  i0.ɵɵproperty("chart", chart_r17)("viewMode", ctx_r1.viewMode())("isLightMode", ctx_r1.isLightMode());
15940
15940
  } }
15941
- function ModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
15942
- i0.ɵɵelementStart(0, "div", 20);
15943
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_23_Conditional_1_Template, 14, 8, "div", 19);
15944
- i0.ɵɵelementStart(2, "div", 19);
15945
- 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);
15946
15946
  i0.ɵɵelementEnd()();
15947
15947
  } if (rf & 2) {
15948
15948
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -15951,20 +15951,20 @@ function ModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf
15951
15951
  i0.ɵɵadvance(2);
15952
15952
  i0.ɵɵrepeater(ctx_r1.chartsListCharts());
15953
15953
  } }
15954
- function ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf, ctx) { if (rf & 1) {
15955
- 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);
15956
15956
  i0.ɵɵtext(3, "Description");
15957
15957
  i0.ɵɵelementEnd();
15958
- i0.ɵɵelementStart(4, "p", 54);
15958
+ i0.ɵɵelementStart(4, "p", 53);
15959
15959
  i0.ɵɵtext(5);
15960
15960
  i0.ɵɵelementEnd()();
15961
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
15961
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
15962
15962
  i0.ɵɵtext(8, "Context");
15963
15963
  i0.ɵɵelementEnd();
15964
- i0.ɵɵelementStart(9, "p", 54);
15964
+ i0.ɵɵelementStart(9, "p", 53);
15965
15965
  i0.ɵɵtext(10);
15966
15966
  i0.ɵɵelementEnd()();
15967
- i0.ɵɵelementStart(11, "div", 55)(12, "h4", 56);
15967
+ i0.ɵɵelementStart(11, "div", 54)(12, "h4", 55);
15968
15968
  i0.ɵɵtext(13, "Recommendations");
15969
15969
  i0.ɵɵelementEnd()()();
15970
15970
  } if (rf & 2) {
@@ -15986,14 +15986,14 @@ function ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template(rf,
15986
15986
  i0.ɵɵadvance();
15987
15987
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
15988
15988
  } }
15989
- function ModalComponent_Conditional_0_Conditional_24_For_4_Template(rf, ctx) { if (rf & 1) {
15990
- 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);
15991
15991
  i0.ɵɵnamespaceSVG();
15992
- i0.ɵɵelementStart(1, "svg", 72);
15993
- i0.ɵɵelement(2, "path", 66);
15992
+ i0.ɵɵelementStart(1, "svg", 71);
15993
+ i0.ɵɵelement(2, "path", 65);
15994
15994
  i0.ɵɵelementEnd();
15995
15995
  i0.ɵɵnamespaceHTML();
15996
- i0.ɵɵelementStart(3, "span", 54);
15996
+ i0.ɵɵelementStart(3, "span", 53);
15997
15997
  i0.ɵɵtext(4);
15998
15998
  i0.ɵɵelementEnd()();
15999
15999
  } if (rf & 2) {
@@ -16005,11 +16005,11 @@ function ModalComponent_Conditional_0_Conditional_24_For_4_Template(rf, ctx) { i
16005
16005
  i0.ɵɵadvance();
16006
16006
  i0.ɵɵtextInterpolate(rec_r18);
16007
16007
  } }
16008
- function ModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
16009
- i0.ɵɵelementStart(0, "div", 20);
16010
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_24_Conditional_1_Template, 14, 8, "div", 19);
16011
- i0.ɵɵelementStart(2, "div", 19);
16012
- 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);
16013
16013
  i0.ɵɵelementEnd()();
16014
16014
  } if (rf & 2) {
16015
16015
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -16018,26 +16018,26 @@ function ModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf
16018
16018
  i0.ɵɵadvance(2);
16019
16019
  i0.ɵɵrepeater(ctx_r1.recommendationsListRecommendations());
16020
16020
  } }
16021
- function ModalComponent_Conditional_0_Conditional_25_Conditional_1_Template(rf, ctx) { if (rf & 1) {
16022
- 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);
16023
16023
  i0.ɵɵtext(3, "Description");
16024
16024
  i0.ɵɵelementEnd();
16025
- i0.ɵɵelementStart(4, "p", 54);
16025
+ i0.ɵɵelementStart(4, "p", 53);
16026
16026
  i0.ɵɵtext(5);
16027
16027
  i0.ɵɵelementEnd()();
16028
- i0.ɵɵelementStart(6, "div")(7, "h4", 68);
16028
+ i0.ɵɵelementStart(6, "div")(7, "h4", 67);
16029
16029
  i0.ɵɵtext(8, "Business Context");
16030
16030
  i0.ɵɵelementEnd();
16031
- i0.ɵɵelementStart(9, "p", 54);
16031
+ i0.ɵɵelementStart(9, "p", 53);
16032
16032
  i0.ɵɵtext(10);
16033
16033
  i0.ɵɵelementEnd()();
16034
- i0.ɵɵelementStart(11, "div", 55)(12, "div", 74);
16034
+ i0.ɵɵelementStart(11, "div", 54)(12, "div", 73);
16035
16035
  i0.ɵɵnamespaceSVG();
16036
- i0.ɵɵelementStart(13, "svg", 75);
16037
- i0.ɵɵelement(14, "path", 76);
16036
+ i0.ɵɵelementStart(13, "svg", 74);
16037
+ i0.ɵɵelement(14, "path", 75);
16038
16038
  i0.ɵɵelementEnd();
16039
16039
  i0.ɵɵnamespaceHTML();
16040
- i0.ɵɵelementStart(15, "h4", 77);
16040
+ i0.ɵɵelementStart(15, "h4", 76);
16041
16041
  i0.ɵɵtext(16, "Industry Context");
16042
16042
  i0.ɵɵelementEnd()()()();
16043
16043
  } if (rf & 2) {
@@ -16061,10 +16061,10 @@ function ModalComponent_Conditional_0_Conditional_25_Conditional_1_Template(rf,
16061
16061
  i0.ɵɵadvance(2);
16062
16062
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-700" : "text-slate-300");
16063
16063
  } }
16064
- function ModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
16065
- i0.ɵɵelementStart(0, "div", 20);
16066
- i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_25_Conditional_1_Template, 17, 9, "div", 19);
16067
- 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);
16068
16068
  i0.ɵɵtext(4);
16069
16069
  i0.ɵɵelementEnd()()();
16070
16070
  } if (rf & 2) {
@@ -16078,37 +16078,37 @@ function ModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf
16078
16078
  i0.ɵɵadvance();
16079
16079
  i0.ɵɵtextInterpolate(ctx_r1.competitiveAnalysisContext().competitiveAnalysis);
16080
16080
  } }
16081
- function ModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
16082
- 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);
16083
16083
  } if (rf & 2) {
16084
16084
  const ctx_r1 = i0.ɵɵnextContext(2);
16085
16085
  i0.ɵɵproperty("strengths", ctx_r1.funnelStrengthsListData())("isLightMode", ctx_r1.isLightMode());
16086
16086
  } }
16087
- function ModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
16088
- 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);
16089
16089
  } if (rf & 2) {
16090
16090
  const ctx_r1 = i0.ɵɵnextContext(2);
16091
16091
  i0.ɵɵproperty("weaknesses", ctx_r1.funnelWeaknessesListData())("isLightMode", ctx_r1.isLightMode());
16092
16092
  } }
16093
- function ModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
16094
- 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);
16095
16095
  } if (rf & 2) {
16096
16096
  const ctx_r1 = i0.ɵɵnextContext(2);
16097
16097
  i0.ɵɵproperty("strength", ctx_r1.funnelStrengthDetailData())("isLightMode", ctx_r1.isLightMode())("allMetrics", ctx_r1.computedAllMetrics())("allCharts", ctx_r1.computedAllCharts())("currentModalState", ctx_r1.currentModalState());
16098
16098
  } }
16099
- function ModalComponent_Conditional_0_Conditional_29_Template(rf, ctx) { if (rf & 1) {
16100
- 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);
16101
16101
  } if (rf & 2) {
16102
16102
  const ctx_r1 = i0.ɵɵnextContext(2);
16103
16103
  i0.ɵɵproperty("weakness", ctx_r1.funnelWeaknessDetailData())("isLightMode", ctx_r1.isLightMode())("allMetrics", ctx_r1.computedAllMetrics())("allCharts", ctx_r1.computedAllCharts())("currentModalState", ctx_r1.currentModalState());
16104
16104
  } }
16105
- 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) {
16106
16106
  const _r19 = i0.ɵɵgetCurrentView();
16107
- i0.ɵɵelementStart(0, "button", 78);
16108
- 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()); });
16109
16109
  i0.ɵɵnamespaceSVG();
16110
- i0.ɵɵelementStart(1, "svg", 50);
16111
- i0.ɵɵelement(2, "path", 30);
16110
+ i0.ɵɵelementStart(1, "svg", 49);
16111
+ i0.ɵɵelement(2, "path", 29);
16112
16112
  i0.ɵɵelementEnd();
16113
16113
  i0.ɵɵnamespaceHTML();
16114
16114
  i0.ɵɵelementStart(3, "span");
@@ -16118,10 +16118,10 @@ function ModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf
16118
16118
  const ctx_r1 = i0.ɵɵnextContext(2);
16119
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");
16120
16120
  } }
16121
- 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) {
16122
16122
  const _r20 = i0.ɵɵgetCurrentView();
16123
- i0.ɵɵelementStart(0, "button", 79);
16124
- 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()); });
16125
16125
  i0.ɵɵtext(1, " Close ");
16126
16126
  i0.ɵɵelementEnd();
16127
16127
  } if (rf & 2) {
@@ -16130,48 +16130,47 @@ function ModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf
16130
16130
  } }
16131
16131
  function ModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
16132
16132
  const _r1 = i0.ɵɵgetCurrentView();
16133
- i0.ɵɵelementStart(0, "div", 1);
16134
- 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()); });
16135
- i0.ɵɵelementStart(1, "div", 2);
16136
- i0.ɵɵelement(2, "div", 3);
16137
- i0.ɵɵelementStart(3, "div", 4);
16138
- i0.ɵɵlistener("click", function ModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
16139
- i0.ɵɵelementStart(4, "div", 5)(5, "div", 6)(6, "div", 7);
16140
- i0.ɵɵconditionalCreate(7, ModalComponent_Conditional_0_Conditional_7_Template, 3, 1, "button", 8);
16141
- i0.ɵɵconditionalCreate(8, ModalComponent_Conditional_0_Conditional_8_Template, 2, 5, "div", 9);
16142
- 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()); });
16143
16135
  i0.ɵɵelementEnd();
16144
- i0.ɵɵelementStart(11, "button", 12);
16145
- 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()); });
16146
16145
  i0.ɵɵnamespaceSVG();
16147
- i0.ɵɵelementStart(12, "svg", 13);
16148
- i0.ɵɵelement(13, "path", 14);
16146
+ i0.ɵɵelementStart(11, "svg", 12);
16147
+ i0.ɵɵelement(12, "path", 13);
16149
16148
  i0.ɵɵelementEnd()()()();
16150
16149
  i0.ɵɵnamespaceHTML();
16151
- i0.ɵɵelementStart(14, "div", 15);
16152
- i0.ɵɵconditionalCreate(15, ModalComponent_Conditional_0_Conditional_15_Template, 1, 9, "symphiq-funnel-analysis-insight-card", 16);
16153
- i0.ɵɵconditionalCreate(16, ModalComponent_Conditional_0_Conditional_16_Template, 1, 9, "symphiq-funnel-analysis-metric-card", 17);
16154
- i0.ɵɵconditionalCreate(17, ModalComponent_Conditional_0_Conditional_17_Template, 8, 6, "div", 18);
16155
- i0.ɵɵconditionalCreate(18, ModalComponent_Conditional_0_Conditional_18_Template, 3, 0, "div", 19);
16156
- i0.ɵɵconditionalCreate(19, ModalComponent_Conditional_0_Conditional_19_Template, 5, 1, "div", 20);
16157
- i0.ɵɵconditionalCreate(20, ModalComponent_Conditional_0_Conditional_20_Template, 4, 1, "div", 21);
16158
- i0.ɵɵconditionalCreate(21, ModalComponent_Conditional_0_Conditional_21_Template, 1, 7, "symphiq-recommendation-card", 22);
16159
- i0.ɵɵconditionalCreate(22, ModalComponent_Conditional_0_Conditional_22_Template, 5, 1, "div", 20);
16160
- i0.ɵɵconditionalCreate(23, ModalComponent_Conditional_0_Conditional_23_Template, 5, 1, "div", 20);
16161
- i0.ɵɵconditionalCreate(24, ModalComponent_Conditional_0_Conditional_24_Template, 5, 1, "div", 20);
16162
- i0.ɵɵconditionalCreate(25, ModalComponent_Conditional_0_Conditional_25_Template, 5, 4, "div", 20);
16163
- i0.ɵɵconditionalCreate(26, ModalComponent_Conditional_0_Conditional_26_Template, 1, 2, "symphiq-funnel-strengths-list-modal-content", 23);
16164
- i0.ɵɵconditionalCreate(27, ModalComponent_Conditional_0_Conditional_27_Template, 1, 2, "symphiq-funnel-weaknesses-list-modal-content", 24);
16165
- i0.ɵɵconditionalCreate(28, ModalComponent_Conditional_0_Conditional_28_Template, 1, 5, "symphiq-funnel-strength-detail-modal-content", 25);
16166
- i0.ɵɵconditionalCreate(29, ModalComponent_Conditional_0_Conditional_29_Template, 1, 5, "symphiq-funnel-weakness-detail-modal-content", 26);
16167
- i0.ɵɵelementEnd();
16168
- i0.ɵɵelementStart(30, "div", 27);
16169
- i0.ɵɵconditionalCreate(31, ModalComponent_Conditional_0_Conditional_31_Template, 5, 1, "button", 28)(32, ModalComponent_Conditional_0_Conditional_32_Template, 2, 1, "button", 29);
16170
- 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()()();
16171
16170
  } if (rf & 2) {
16172
16171
  const ctx_r1 = i0.ɵɵnextContext();
16173
16172
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex());
16174
- i0.ɵɵadvance(2);
16173
+ i0.ɵɵadvance();
16175
16174
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
16176
16175
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/60" : "bg-slate-950/80")("@fadeIn", undefined);
16177
16176
  i0.ɵɵadvance();
@@ -16181,50 +16180,50 @@ function ModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
16181
16180
  i0.ɵɵadvance();
16182
16181
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
16183
16182
  i0.ɵɵadvance(3);
16184
- i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 7 : -1);
16183
+ i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 6 : -1);
16185
16184
  i0.ɵɵadvance();
16186
- i0.ɵɵconditional(ctx_r1.modalHeaderPriorityBadge() ? 8 : -1);
16185
+ i0.ɵɵconditional(ctx_r1.modalHeaderPriorityBadge() ? 7 : -1);
16187
16186
  i0.ɵɵadvance();
16188
- i0.ɵɵconditional(ctx_r1.shouldShowBreadcrumbs() ? 9 : 10);
16187
+ i0.ɵɵconditional(ctx_r1.shouldShowBreadcrumbs() ? 8 : 9);
16189
16188
  i0.ɵɵadvance(2);
16190
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");
16191
16190
  i0.ɵɵadvance(3);
16192
16191
  i0.ɵɵclassProp("max-h-[80vh]", ctx_r1.modalType() === "chart")("max-h-[70vh]", ctx_r1.modalType() !== "chart");
16193
16192
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
16194
16193
  i0.ɵɵadvance();
16195
- i0.ɵɵconditional(ctx_r1.modalType() === "insight" && ctx_r1.insightData() ? 15 : -1);
16194
+ i0.ɵɵconditional(ctx_r1.modalType() === "insight" && ctx_r1.insightData() ? 14 : -1);
16196
16195
  i0.ɵɵadvance();
16197
- i0.ɵɵconditional(ctx_r1.modalType() === "metric" && ctx_r1.metricData() ? 16 : -1);
16196
+ i0.ɵɵconditional(ctx_r1.modalType() === "metric" && ctx_r1.metricData() ? 15 : -1);
16198
16197
  i0.ɵɵadvance();
16199
- i0.ɵɵconditional(ctx_r1.modalType() === "chart" && ctx_r1.chartData() ? 17 : -1);
16198
+ i0.ɵɵconditional(ctx_r1.modalType() === "chart" && ctx_r1.chartData() ? 16 : -1);
16200
16199
  i0.ɵɵadvance();
16201
- 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);
16202
16201
  i0.ɵɵadvance();
16203
- 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);
16204
16203
  i0.ɵɵadvance();
16205
- 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);
16206
16205
  i0.ɵɵadvance();
16207
- i0.ɵɵconditional(ctx_r1.isBusinessInsightDetailModal() && ctx_r1.businessInsightDetailData() ? 21 : -1);
16206
+ i0.ɵɵconditional(ctx_r1.isBusinessInsightDetailModal() && ctx_r1.businessInsightDetailData() ? 20 : -1);
16208
16207
  i0.ɵɵadvance();
16209
- 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);
16210
16209
  i0.ɵɵadvance();
16211
- 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);
16212
16211
  i0.ɵɵadvance();
16213
- 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);
16214
16213
  i0.ɵɵadvance();
16215
- 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);
16216
16215
  i0.ɵɵadvance();
16217
- 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);
16218
16217
  i0.ɵɵadvance();
16219
- 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);
16220
16219
  i0.ɵɵadvance();
16221
- 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);
16222
16221
  i0.ɵɵadvance();
16223
- 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);
16224
16223
  i0.ɵɵadvance();
16225
16224
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-50 border-slate-200" : "bg-slate-900/50 border-slate-700");
16226
16225
  i0.ɵɵadvance();
16227
- i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 31 : 32);
16226
+ i0.ɵɵconditional(ctx_r1.hasPreviousState() ? 30 : 31);
16228
16227
  } }
16229
16228
  class ModalComponent {
16230
16229
  constructor() {
@@ -16956,8 +16955,8 @@ class ModalComponent {
16956
16955
  });
16957
16956
  }
16958
16957
  static { this.ɵfac = function ModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalComponent)(); }; }
16959
- 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", "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) {
16960
- 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);
16961
16960
  } if (rf & 2) {
16962
16961
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
16963
16962
  } }, dependencies: [CommonModule, i1$1.NgClass, InsightCardComponent, MetricCardComponent, MetricListItemComponent, ChartCardComponent, FunnelStrengthsListModalContentComponent, FunnelWeaknessesListModalContentComponent, FunnelStrengthDetailModalContentComponent, FunnelWeaknessDetailModalContentComponent, RecommendationCardComponent], encapsulation: 2, data: { animation: [
@@ -16998,18 +16997,17 @@ class ModalComponent {
16998
16997
  ],
16999
16998
  template: `
17000
16999
  @if (isOpen()) {
17001
- <div class="fixed inset-0 overflow-y-auto" [style.z-index]="baseZIndex()" (click)="closeModal()">
17002
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
17003
- <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>
17004
17002
 
17005
- <div
17006
- (click)="$event.stopPropagation()"
17007
- [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
17008
- [class.max-w-6xl]="modalType() === 'chart'"
17009
- [class.max-w-3xl]="modalType() !== 'chart'"
17010
- class="relative w-full rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
17011
- [style.z-index]="contentZIndex()"
17012
- @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>
17013
17011
 
17014
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">
17015
17013
  <div class="flex items-start justify-between">
@@ -17424,12 +17422,11 @@ class ModalComponent {
17424
17422
  </div>
17425
17423
  </div>
17426
17424
  </div>
17427
- </div>
17428
- }
17425
+ }
17429
17426
  `,
17430
17427
  }]
17431
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 }] }] }); }); })();
17432
- (() => { (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 }); })();
17433
17430
 
17434
17431
  function MetricValueTooltipComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
17435
17432
  i0.ɵɵelementStart(0, "div", 2);
@@ -41773,19 +41770,19 @@ class ItemDetailModalComponent {
41773
41770
  const _c0$M = ["modalContent"];
41774
41771
  const _c1$m = ["modalWrapper"];
41775
41772
  const _c2$f = ["*"];
41776
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
41777
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
41778
- const ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
41779
- 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)];
41780
41777
  const _c3$b = a0 => ({ name: "arrow-left", source: a0 });
41781
41778
  const _c4$6 = a0 => ({ name: "chevron-right", source: a0 });
41782
41779
  const _forTrack0$H = ($index, $item) => $item.performanceItemId || $index;
41783
41780
  const _forTrack1$6 = ($index, $item) => $item.id || $index;
41784
41781
  const _forTrack2$2 = ($index, $item) => $item.metric || $index;
41785
- 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) {
41786
41783
  const _r4 = i0.ɵɵgetCurrentView();
41787
- i0.ɵɵelementStart(0, "button", 45);
41788
- 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)); });
41789
41786
  i0.ɵɵtext(1);
41790
41787
  i0.ɵɵelementEnd();
41791
41788
  } if (rf & 2) {
@@ -41795,8 +41792,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41795
41792
  i0.ɵɵadvance();
41796
41793
  i0.ɵɵtextInterpolate1(" ", crumb_r5.label, " ");
41797
41794
  } }
41798
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41799
- 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);
41800
41797
  i0.ɵɵtext(1);
41801
41798
  i0.ɵɵelementEnd();
41802
41799
  } if (rf & 2) {
@@ -41804,9 +41801,9 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41804
41801
  i0.ɵɵadvance();
41805
41802
  i0.ɵɵtextInterpolate(crumb_r5.label);
41806
41803
  } }
41807
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
41808
- 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);
41809
- 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);
41810
41807
  } if (rf & 2) {
41811
41808
  const crumb_r5 = i0.ɵɵnextContext().$implicit;
41812
41809
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -41814,8 +41811,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41814
41811
  i0.ɵɵadvance(2);
41815
41812
  i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c4$6, ctx_r1.IconSourceEnum.HEROICONS));
41816
41813
  } }
41817
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41818
- 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);
41819
41816
  i0.ɵɵtext(1);
41820
41817
  i0.ɵɵelementEnd();
41821
41818
  } if (rf & 2) {
@@ -41823,21 +41820,21 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Conditi
41823
41820
  i0.ɵɵadvance();
41824
41821
  i0.ɵɵtextInterpolate(crumb_r5.label);
41825
41822
  } }
41826
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_For_5_Template(rf, ctx) { if (rf & 1) {
41827
- 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);
41828
41825
  } if (rf & 2) {
41829
- const ɵ$index_25_r6 = ctx.$index;
41830
- const ɵ$count_25_r7 = ctx.$count;
41831
- 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);
41832
41829
  } }
41833
- 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) {
41834
41831
  const _r3 = i0.ɵɵgetCurrentView();
41835
- i0.ɵɵelementStart(0, "div", 10)(1, "button", 38);
41836
- 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()); });
41837
- 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);
41838
41835
  i0.ɵɵelementEnd();
41839
- i0.ɵɵelementStart(3, "div", 40);
41840
- 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);
41841
41838
  i0.ɵɵelementEnd()();
41842
41839
  } if (rf & 2) {
41843
41840
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -41849,10 +41846,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf,
41849
41846
  i0.ɵɵadvance(2);
41850
41847
  i0.ɵɵrepeater(ctx_r1.getBreadcrumbs());
41851
41848
  } }
41852
- 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) {
41853
41850
  i0.ɵɵnamespaceSVG();
41854
- i0.ɵɵelementStart(0, "svg", 46);
41855
- i0.ɵɵelement(1, "path", 48);
41851
+ i0.ɵɵelementStart(0, "svg", 45);
41852
+ i0.ɵɵelement(1, "path", 47);
41856
41853
  i0.ɵɵelementEnd();
41857
41854
  } if (rf & 2) {
41858
41855
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -41860,10 +41857,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Conditional_1
41860
41857
  i0.ɵɵadvance();
41861
41858
  i0.ɵɵattribute("d", ctx);
41862
41859
  } }
41863
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
41864
- i0.ɵɵelementStart(0, "div", 11);
41865
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Conditional_1_Template, 2, 2, ":svg:svg", 46);
41866
- 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);
41867
41864
  i0.ɵɵtext(3);
41868
41865
  i0.ɵɵelementEnd()();
41869
41866
  } if (rf & 2) {
@@ -41876,8 +41873,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Template(rf,
41876
41873
  i0.ɵɵadvance();
41877
41874
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTypeLabel(), " ");
41878
41875
  } }
41879
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41880
- 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);
41881
41878
  i0.ɵɵtext(1);
41882
41879
  i0.ɵɵelementEnd();
41883
41880
  } if (rf & 2) {
@@ -41887,8 +41884,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_
41887
41884
  i0.ɵɵadvance();
41888
41885
  i0.ɵɵtextInterpolate1(" ", chips_r8.priority, " ");
41889
41886
  } }
41890
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_2_Template(rf, ctx) { if (rf & 1) {
41891
- 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);
41892
41889
  i0.ɵɵtext(1);
41893
41890
  i0.ɵɵelementEnd();
41894
41891
  } if (rf & 2) {
@@ -41898,10 +41895,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_
41898
41895
  i0.ɵɵadvance();
41899
41896
  i0.ɵɵtextInterpolate1(" ", chips_r8.timeframe, " ");
41900
41897
  } }
41901
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Template(rf, ctx) { if (rf & 1) {
41902
- i0.ɵɵelementStart(0, "div", 13);
41903
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Conditional_1_Template, 2, 2, "span", 49);
41904
- 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);
41905
41902
  i0.ɵɵelementEnd();
41906
41903
  } if (rf & 2) {
41907
41904
  const chips_r8 = ctx;
@@ -41910,18 +41907,18 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Template(rf,
41910
41907
  i0.ɵɵadvance();
41911
41908
  i0.ɵɵconditional(chips_r8.timeframe ? 2 : -1);
41912
41909
  } }
41913
- 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) {
41914
41911
  const _r9 = i0.ɵɵgetCurrentView();
41915
- i0.ɵɵelementStart(0, "symphiq-goal-detail-modal-content", 50);
41916
- 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)); });
41917
41914
  i0.ɵɵelementEnd();
41918
41915
  } if (rf & 2) {
41919
41916
  const data_r10 = ctx;
41920
41917
  const ctx_r1 = i0.ɵɵnextContext(2);
41921
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);
41922
41919
  } }
41923
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template(rf, ctx) { if (rf & 1) {
41924
- 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);
41925
41922
  i0.ɵɵtext(1);
41926
41923
  i0.ɵɵelementEnd();
41927
41924
  } if (rf & 2) {
@@ -41931,11 +41928,11 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_
41931
41928
  i0.ɵɵadvance();
41932
41929
  i0.ɵɵtextInterpolate(data_r11.goalContext.description);
41933
41930
  } }
41934
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
41935
- 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);
41936
41933
  i0.ɵɵnamespaceSVG();
41937
- i0.ɵɵelementStart(2, "svg", 64);
41938
- i0.ɵɵelement(3, "path", 65);
41934
+ i0.ɵɵelementStart(2, "svg", 63);
41935
+ i0.ɵɵelement(3, "path", 64);
41939
41936
  i0.ɵɵelementEnd();
41940
41937
  i0.ɵɵtext(4);
41941
41938
  i0.ɵɵelementEnd()();
@@ -41947,25 +41944,25 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Condit
41947
41944
  i0.ɵɵadvance(3);
41948
41945
  i0.ɵɵtextInterpolate2(" ", insight_r13.recommendations.length, " ", insight_r13.recommendations.length === 1 ? "RECOMMENDATION" : "RECOMMENDATIONS", " ");
41949
41946
  } }
41950
- 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) {
41951
41948
  const _r12 = i0.ɵɵgetCurrentView();
41952
- i0.ɵɵelementStart(0, "div", 53);
41953
- 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)); });
41954
- 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);
41955
41952
  i0.ɵɵtext(3);
41956
41953
  i0.ɵɵelementEnd();
41957
- i0.ɵɵelementStart(4, "div", 56)(5, "h4", 57);
41954
+ i0.ɵɵelementStart(4, "div", 55)(5, "h4", 56);
41958
41955
  i0.ɵɵtext(6);
41959
41956
  i0.ɵɵelementEnd();
41960
- i0.ɵɵelementStart(7, "p", 58);
41957
+ i0.ɵɵelementStart(7, "p", 57);
41961
41958
  i0.ɵɵtext(8);
41962
41959
  i0.ɵɵelementEnd();
41963
- 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);
41964
41961
  i0.ɵɵelementEnd();
41965
- i0.ɵɵelementStart(10, "div", 60);
41962
+ i0.ɵɵelementStart(10, "div", 59);
41966
41963
  i0.ɵɵnamespaceSVG();
41967
- i0.ɵɵelementStart(11, "svg", 61);
41968
- i0.ɵɵelement(12, "path", 62);
41964
+ i0.ɵɵelementStart(11, "svg", 60);
41965
+ i0.ɵɵelement(12, "path", 61);
41969
41966
  i0.ɵɵelementEnd()()()();
41970
41967
  } if (rf & 2) {
41971
41968
  const insight_r13 = ctx.$implicit;
@@ -41988,10 +41985,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_For_3_Templa
41988
41985
  i0.ɵɵadvance(2);
41989
41986
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400 group-hover:text-blue-600" : "text-slate-500 group-hover:text-blue-400");
41990
41987
  } }
41991
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
41992
- i0.ɵɵelementStart(0, "div", 19);
41993
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Conditional_1_Template, 2, 2, "p", 51);
41994
- 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);
41995
41992
  i0.ɵɵelementEnd();
41996
41993
  } if (rf & 2) {
41997
41994
  const data_r11 = ctx;
@@ -42000,8 +41997,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf,
42000
41997
  i0.ɵɵadvance();
42001
41998
  i0.ɵɵrepeater(data_r11.insights);
42002
41999
  } }
42003
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42004
- 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);
42005
42002
  i0.ɵɵtext(1);
42006
42003
  i0.ɵɵelementEnd();
42007
42004
  } if (rf & 2) {
@@ -42011,11 +42008,11 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_
42011
42008
  i0.ɵɵadvance();
42012
42009
  i0.ɵɵtextInterpolate(data_r14.recommendationContext.description);
42013
42010
  } }
42014
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Conditional_9_Template(rf, ctx) { if (rf & 1) {
42015
- 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);
42016
42013
  i0.ɵɵnamespaceSVG();
42017
- i0.ɵɵelementStart(2, "svg", 64);
42018
- i0.ɵɵelement(3, "path", 65);
42014
+ i0.ɵɵelementStart(2, "svg", 63);
42015
+ i0.ɵɵelement(3, "path", 64);
42019
42016
  i0.ɵɵelementEnd();
42020
42017
  i0.ɵɵtext(4);
42021
42018
  i0.ɵɵelementEnd()();
@@ -42027,25 +42024,25 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Condit
42027
42024
  i0.ɵɵadvance(3);
42028
42025
  i0.ɵɵtextInterpolate2(" ", insight_r16.recommendations.length, " ", insight_r16.recommendations.length === 1 ? "RECOMMENDATION" : "RECOMMENDATIONS", " ");
42029
42026
  } }
42030
- 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) {
42031
42028
  const _r15 = i0.ɵɵgetCurrentView();
42032
- i0.ɵɵelementStart(0, "div", 53);
42033
- 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)); });
42034
- 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);
42035
42032
  i0.ɵɵtext(3);
42036
42033
  i0.ɵɵelementEnd();
42037
- i0.ɵɵelementStart(4, "div", 56)(5, "h4", 57);
42034
+ i0.ɵɵelementStart(4, "div", 55)(5, "h4", 56);
42038
42035
  i0.ɵɵtext(6);
42039
42036
  i0.ɵɵelementEnd();
42040
- i0.ɵɵelementStart(7, "p", 58);
42037
+ i0.ɵɵelementStart(7, "p", 57);
42041
42038
  i0.ɵɵtext(8);
42042
42039
  i0.ɵɵelementEnd();
42043
- 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);
42044
42041
  i0.ɵɵelementEnd();
42045
- i0.ɵɵelementStart(10, "div", 60);
42042
+ i0.ɵɵelementStart(10, "div", 59);
42046
42043
  i0.ɵɵnamespaceSVG();
42047
- i0.ɵɵelementStart(11, "svg", 61);
42048
- i0.ɵɵelement(12, "path", 62);
42044
+ i0.ɵɵelementStart(11, "svg", 60);
42045
+ i0.ɵɵelement(12, "path", 61);
42049
42046
  i0.ɵɵelementEnd()()()();
42050
42047
  } if (rf & 2) {
42051
42048
  const insight_r16 = ctx.$implicit;
@@ -42068,10 +42065,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_For_3_Templa
42068
42065
  i0.ɵɵadvance(2);
42069
42066
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-400 group-hover:text-blue-600" : "text-slate-500 group-hover:text-blue-400");
42070
42067
  } }
42071
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
42072
- i0.ɵɵelementStart(0, "div", 19);
42073
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Conditional_1_Template, 2, 2, "p", 51);
42074
- 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);
42075
42072
  i0.ɵɵelementEnd();
42076
42073
  } if (rf & 2) {
42077
42074
  const data_r14 = ctx;
@@ -42080,8 +42077,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf,
42080
42077
  i0.ɵɵadvance();
42081
42078
  i0.ɵɵrepeater(data_r14.insights);
42082
42079
  } }
42083
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42084
- 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);
42085
42082
  i0.ɵɵtext(1);
42086
42083
  i0.ɵɵelementEnd();
42087
42084
  } if (rf & 2) {
@@ -42091,10 +42088,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_
42091
42088
  i0.ɵɵadvance();
42092
42089
  i0.ɵɵtextInterpolate(data_r17.goalContext.description);
42093
42090
  } }
42094
- 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) {
42095
42092
  const _r18 = i0.ɵɵgetCurrentView();
42096
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
42097
- 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)); });
42098
42095
  i0.ɵɵelementEnd()();
42099
42096
  } if (rf & 2) {
42100
42097
  const businessInsight_r19 = ctx.$implicit;
@@ -42103,10 +42100,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Templa
42103
42100
  i0.ɵɵadvance();
42104
42101
  i0.ɵɵproperty("recommendation", businessInsight_r19)("viewMode", data_r17.viewMode)("animationIndex", $index_r20)("showNavigationChevron", true)("inModalContext", true);
42105
42102
  } }
42106
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
42107
- i0.ɵɵelementStart(0, "div", 20);
42108
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 2, 2, "p", 51);
42109
- 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);
42110
42107
  i0.ɵɵelementEnd();
42111
42108
  } if (rf & 2) {
42112
42109
  const data_r17 = ctx;
@@ -42115,8 +42112,8 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf,
42115
42112
  i0.ɵɵadvance();
42116
42113
  i0.ɵɵrepeater(data_r17.businessInsights);
42117
42114
  } }
42118
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42119
- 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);
42120
42117
  i0.ɵɵtext(1);
42121
42118
  i0.ɵɵelementEnd();
42122
42119
  } if (rf & 2) {
@@ -42126,10 +42123,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_
42126
42123
  i0.ɵɵadvance();
42127
42124
  i0.ɵɵtextInterpolate(data_r21.recommendationContext.description);
42128
42125
  } }
42129
- 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) {
42130
42127
  const _r22 = i0.ɵɵgetCurrentView();
42131
- i0.ɵɵelementStart(0, "div")(1, "symphiq-recommendation-card", 66);
42132
- 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)); });
42133
42130
  i0.ɵɵelementEnd()();
42134
42131
  } if (rf & 2) {
42135
42132
  const businessInsight_r23 = ctx.$implicit;
@@ -42138,10 +42135,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Templa
42138
42135
  i0.ɵɵadvance();
42139
42136
  i0.ɵɵproperty("recommendation", businessInsight_r23)("viewMode", ctx_r1.viewMode())("animationIndex", $index_r24)("showNavigationChevron", true)("inModalContext", true);
42140
42137
  } }
42141
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
42142
- i0.ɵɵelementStart(0, "div", 20);
42143
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 2, 2, "p", 51);
42144
- 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);
42145
42142
  i0.ɵɵelementEnd();
42146
42143
  } if (rf & 2) {
42147
42144
  const data_r21 = ctx;
@@ -42150,26 +42147,26 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf,
42150
42147
  i0.ɵɵadvance();
42151
42148
  i0.ɵɵrepeater(data_r21.businessInsights);
42152
42149
  } }
42153
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
42154
- 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);
42155
42152
  } if (rf & 2) {
42156
42153
  const data_r25 = ctx;
42157
42154
  const ctx_r1 = i0.ɵɵnextContext(2);
42158
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());
42159
42156
  } }
42160
- 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) {
42161
42158
  const _r26 = i0.ɵɵgetCurrentView();
42162
- i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 67);
42163
- 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()); });
42164
42161
  i0.ɵɵelementEnd();
42165
42162
  } if (rf & 2) {
42166
42163
  const data_r27 = ctx;
42167
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);
42168
42165
  } }
42169
- 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) {
42170
42167
  const _r28 = i0.ɵɵgetCurrentView();
42171
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
42172
- 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)); });
42173
42170
  i0.ɵɵelementEnd()();
42174
42171
  } if (rf & 2) {
42175
42172
  const ctx_r28 = i0.ɵɵnextContext();
@@ -42179,18 +42176,18 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42179
42176
  i0.ɵɵadvance();
42180
42177
  i0.ɵɵproperty("metric", metric_r30)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r31);
42181
42178
  } }
42182
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_For_4_Template(rf, ctx) { if (rf & 1) {
42183
- 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");
42184
42181
  } if (rf & 2) {
42185
42182
  const metric_r30 = ctx.$implicit;
42186
42183
  const data_r32 = i0.ɵɵnextContext(3);
42187
42184
  i0.ɵɵconditional(metric_r30.metric === data_r32.directlyAffectedMetricId ? 0 : -1);
42188
42185
  } }
42189
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42190
- 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);
42191
42188
  i0.ɵɵtext(2, " Directly Affected Metric ");
42192
42189
  i0.ɵɵelementEnd();
42193
- 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);
42194
42191
  i0.ɵɵelementEnd();
42195
42192
  } if (rf & 2) {
42196
42193
  const data_r32 = i0.ɵɵnextContext(2);
@@ -42200,10 +42197,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42200
42197
  i0.ɵɵadvance(2);
42201
42198
  i0.ɵɵrepeater(data_r32.metrics);
42202
42199
  } }
42203
- 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) {
42204
42201
  const _r33 = i0.ɵɵgetCurrentView();
42205
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
42206
- 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)); });
42207
42204
  i0.ɵɵelementEnd()();
42208
42205
  } if (rf & 2) {
42209
42206
  const ctx_r33 = i0.ɵɵnextContext();
@@ -42213,18 +42210,18 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42213
42210
  i0.ɵɵadvance();
42214
42211
  i0.ɵɵproperty("metric", metric_r35)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r36);
42215
42212
  } }
42216
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_For_4_Template(rf, ctx) { if (rf & 1) {
42217
- 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");
42218
42215
  } if (rf & 2) {
42219
42216
  const metric_r35 = ctx.$implicit;
42220
42217
  const data_r32 = i0.ɵɵnextContext(3);
42221
42218
  i0.ɵɵconditional(data_r32.indirectlyAffectedMetricIds.includes(metric_r35.metric || "") ? 0 : -1);
42222
42219
  } }
42223
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42224
- 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);
42225
42222
  i0.ɵɵtext(2, " Indirectly Affected Metrics ");
42226
42223
  i0.ɵɵelementEnd();
42227
- 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);
42228
42225
  i0.ɵɵelementEnd();
42229
42226
  } if (rf & 2) {
42230
42227
  const data_r32 = i0.ɵɵnextContext(2);
@@ -42234,19 +42231,19 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42234
42231
  i0.ɵɵadvance(2);
42235
42232
  i0.ɵɵrepeater(data_r32.metrics);
42236
42233
  } }
42237
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42238
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_1_Conditional_0_Template, 5, 1, "div", 68);
42239
- 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);
42240
42237
  } if (rf & 2) {
42241
42238
  const data_r32 = i0.ɵɵnextContext();
42242
42239
  i0.ɵɵconditional(data_r32.directlyAffectedMetricId ? 0 : -1);
42243
42240
  i0.ɵɵadvance();
42244
42241
  i0.ɵɵconditional(data_r32.indirectlyAffectedMetricIds && data_r32.indirectlyAffectedMetricIds.length > 0 ? 1 : -1);
42245
42242
  } }
42246
- 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) {
42247
42244
  const _r37 = i0.ɵɵgetCurrentView();
42248
- i0.ɵɵelementStart(0, "div")(1, "symphiq-metric-list-item", 70);
42249
- 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)); });
42250
42247
  i0.ɵɵelementEnd()();
42251
42248
  } if (rf & 2) {
42252
42249
  const metric_r38 = ctx.$implicit;
@@ -42255,29 +42252,29 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_
42255
42252
  i0.ɵɵadvance();
42256
42253
  i0.ɵɵproperty("metric", metric_r38)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r39);
42257
42254
  } }
42258
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Conditional_2_Template(rf, ctx) { if (rf & 1) {
42259
- 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);
42260
42257
  } if (rf & 2) {
42261
42258
  const data_r32 = i0.ɵɵnextContext();
42262
42259
  i0.ɵɵrepeater(data_r32.metrics);
42263
42260
  } }
42264
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
42265
- i0.ɵɵelementStart(0, "div", 19);
42266
- 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);
42267
42264
  i0.ɵɵelementEnd();
42268
42265
  } if (rf & 2) {
42269
42266
  const data_r32 = ctx;
42270
42267
  i0.ɵɵadvance();
42271
42268
  i0.ɵɵconditional(data_r32.recommendationContext && (data_r32.directlyAffectedMetricId || data_r32.indirectlyAffectedMetricIds) ? 1 : 2);
42272
42269
  } }
42273
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
42274
- 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);
42275
42272
  } if (rf & 2) {
42276
42273
  const ctx_r1 = i0.ɵɵnextContext(2);
42277
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());
42278
42275
  } }
42279
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42280
- 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);
42281
42278
  i0.ɵɵtext(1);
42282
42279
  i0.ɵɵelementEnd();
42283
42280
  } if (rf & 2) {
@@ -42287,10 +42284,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_
42287
42284
  i0.ɵɵadvance();
42288
42285
  i0.ɵɵtextInterpolate(data_r40.insightContext == null ? null : data_r40.insightContext.description);
42289
42286
  } }
42290
- 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) {
42291
42288
  const _r41 = i0.ɵɵgetCurrentView();
42292
- i0.ɵɵelementStart(0, "div")(1, "symphiq-chart-card", 71);
42293
- 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)); });
42294
42291
  i0.ɵɵelementEnd()();
42295
42292
  } if (rf & 2) {
42296
42293
  const chart_r42 = ctx.$implicit;
@@ -42298,10 +42295,10 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_For_3_Templa
42298
42295
  i0.ɵɵadvance();
42299
42296
  i0.ɵɵproperty("chart", chart_r42)("viewMode", ctx_r1.viewMode())("isLightMode", ctx_r1.isLightMode());
42300
42297
  } }
42301
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
42302
- i0.ɵɵelementStart(0, "div", 19);
42303
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Template, 2, 2, "p", 51);
42304
- 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);
42305
42302
  i0.ɵɵelementEnd();
42306
42303
  } if (rf & 2) {
42307
42304
  const data_r40 = ctx;
@@ -42310,14 +42307,14 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Template(rf,
42310
42307
  i0.ɵɵadvance();
42311
42308
  i0.ɵɵrepeater(data_r40.charts);
42312
42309
  } }
42313
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Template(rf, ctx) { if (rf & 1) {
42314
- 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);
42315
42312
  } if (rf & 2) {
42316
42313
  const ctx_r1 = i0.ɵɵnextContext(2);
42317
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());
42318
42315
  } }
42319
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_1_Template(rf, ctx) { if (rf & 1) {
42320
- 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);
42321
42318
  i0.ɵɵtext(1);
42322
42319
  i0.ɵɵelementEnd();
42323
42320
  } if (rf & 2) {
@@ -42327,98 +42324,98 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_
42327
42324
  i0.ɵɵadvance();
42328
42325
  i0.ɵɵtextInterpolate(chart_r43.description);
42329
42326
  } }
42330
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Defer_0_Template(rf, ctx) { if (rf & 1) {
42331
- 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);
42332
42329
  } if (rf & 2) {
42333
42330
  const chart_r43 = i0.ɵɵnextContext(2);
42334
42331
  const ctx_r1 = i0.ɵɵnextContext(2);
42335
42332
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42336
42333
  } }
42337
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42338
- i0.ɵɵelementStart(0, "div", 75);
42339
- 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);
42340
42337
  i0.ɵɵelementEnd();
42341
42338
  } if (rf & 2) {
42342
42339
  const ctx_r1 = i0.ɵɵnextContext(4);
42343
42340
  i0.ɵɵadvance();
42344
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");
42345
42342
  } }
42346
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Template(rf, ctx) { if (rf & 1) {
42347
- 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);
42348
- 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);
42349
42346
  i0.ɵɵdeferOnIdle();
42350
42347
  } }
42351
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Defer_0_Template(rf, ctx) { if (rf & 1) {
42352
- 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);
42353
42350
  } if (rf & 2) {
42354
42351
  const chart_r43 = i0.ɵɵnextContext(2);
42355
42352
  const ctx_r1 = i0.ɵɵnextContext(2);
42356
42353
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42357
42354
  } }
42358
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42359
- i0.ɵɵelementStart(0, "div", 75);
42360
- 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);
42361
42358
  i0.ɵɵelementEnd();
42362
42359
  } if (rf & 2) {
42363
42360
  const ctx_r1 = i0.ɵɵnextContext(4);
42364
42361
  i0.ɵɵadvance();
42365
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");
42366
42363
  } }
42367
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Template(rf, ctx) { if (rf & 1) {
42368
- 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);
42369
- 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);
42370
42367
  i0.ɵɵdeferOnIdle();
42371
42368
  } }
42372
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Defer_0_Template(rf, ctx) { if (rf & 1) {
42373
- 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);
42374
42371
  } if (rf & 2) {
42375
42372
  const chart_r43 = i0.ɵɵnextContext(2);
42376
42373
  const ctx_r1 = i0.ɵɵnextContext(2);
42377
42374
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42378
42375
  } }
42379
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42380
- i0.ɵɵelementStart(0, "div", 75);
42381
- 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);
42382
42379
  i0.ɵɵelementEnd();
42383
42380
  } if (rf & 2) {
42384
42381
  const ctx_r1 = i0.ɵɵnextContext(4);
42385
42382
  i0.ɵɵadvance();
42386
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");
42387
42384
  } }
42388
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Template(rf, ctx) { if (rf & 1) {
42389
- 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);
42390
- 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);
42391
42388
  i0.ɵɵdeferOnIdle();
42392
42389
  } }
42393
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Defer_0_Template(rf, ctx) { if (rf & 1) {
42394
- 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);
42395
42392
  } if (rf & 2) {
42396
42393
  const chart_r43 = i0.ɵɵnextContext(2);
42397
42394
  const ctx_r1 = i0.ɵɵnextContext(2);
42398
42395
  i0.ɵɵproperty("chart", chart_r43)("showAxisLabels", true)("viewMode", ctx_r1.viewMode());
42399
42396
  } }
42400
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_DeferPlaceholder_1_Template(rf, ctx) { if (rf & 1) {
42401
- i0.ɵɵelementStart(0, "div", 75);
42402
- 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);
42403
42400
  i0.ɵɵelementEnd();
42404
42401
  } if (rf & 2) {
42405
42402
  const ctx_r1 = i0.ɵɵnextContext(4);
42406
42403
  i0.ɵɵadvance();
42407
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");
42408
42405
  } }
42409
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_6_Template(rf, ctx) { if (rf & 1) {
42410
- 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);
42411
- 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);
42412
42409
  i0.ɵɵdeferOnIdle();
42413
42410
  } }
42414
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template(rf, ctx) { if (rf & 1) {
42415
- i0.ɵɵelementStart(0, "div", 25);
42416
- i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_1_Template, 2, 2, "p", 72);
42417
- i0.ɵɵelementStart(2, "div", 73);
42418
- i0.ɵɵconditionalCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_3_Template, 4, 0);
42419
- i0.ɵɵconditionalCreate(4, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_4_Template, 4, 0);
42420
- i0.ɵɵconditionalCreate(5, ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Conditional_5_Template, 4, 0);
42421
- 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);
42422
42419
  i0.ɵɵelementEnd()();
42423
42420
  } if (rf & 2) {
42424
42421
  const chart_r43 = ctx;
@@ -42435,118 +42432,117 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_29_Template(rf,
42435
42432
  i0.ɵɵadvance();
42436
42433
  i0.ɵɵconditional(chart_r43.chartType === ctx_r1.ChartTypeEnum.AREA && chart_r43.areaChartData ? 6 : -1);
42437
42434
  } }
42438
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_30_Template(rf, ctx) { if (rf & 1) {
42439
- 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);
42440
42437
  } if (rf & 2) {
42441
42438
  const data_r44 = ctx;
42442
42439
  i0.ɵɵproperty("keyStrengths", data_r44.keyStrengths)("viewMode", data_r44.viewMode)("@fadeIn", undefined);
42443
42440
  } }
42444
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
42445
- 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);
42446
42443
  } if (rf & 2) {
42447
42444
  const data_r45 = ctx;
42448
42445
  i0.ɵɵproperty("criticalGaps", data_r45.criticalGaps)("viewMode", data_r45.viewMode)("@fadeIn", undefined);
42449
42446
  } }
42450
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
42451
- 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);
42452
42449
  } if (rf & 2) {
42453
42450
  const data_r46 = ctx;
42454
42451
  i0.ɵɵproperty("strength", data_r46.strength)("viewMode", data_r46.viewMode)("@fadeIn", undefined);
42455
42452
  } }
42456
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_33_Template(rf, ctx) { if (rf & 1) {
42457
- 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);
42458
42455
  } if (rf & 2) {
42459
42456
  const data_r47 = ctx;
42460
42457
  i0.ɵɵproperty("gap", data_r47.gap)("viewMode", data_r47.viewMode)("@fadeIn", undefined);
42461
42458
  } }
42462
- 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) {
42463
42460
  const _r48 = i0.ɵɵgetCurrentView();
42464
- i0.ɵɵelementStart(0, "symphiq-top-priorities-list-modal-content", 77);
42465
- 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)); });
42466
42463
  i0.ɵɵelementEnd();
42467
42464
  } if (rf & 2) {
42468
42465
  const data_r49 = ctx;
42469
42466
  i0.ɵɵproperty("priorities", data_r49.priorities)("viewMode", data_r49.viewMode)("focusAreaName", data_r49.focusAreaName)("@fadeIn", undefined);
42470
42467
  } }
42471
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_35_Template(rf, ctx) { if (rf & 1) {
42472
- 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);
42473
42470
  } if (rf & 2) {
42474
42471
  const data_r50 = ctx;
42475
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);
42476
42473
  } }
42477
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_36_Template(rf, ctx) { if (rf & 1) {
42478
- 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);
42479
42476
  } if (rf & 2) {
42480
42477
  const data_r51 = ctx;
42481
42478
  i0.ɵɵproperty("strengths", data_r51.strengths)("viewMode", data_r51.viewMode)("categoryTitle", data_r51.categoryTitle)("@fadeIn", undefined);
42482
42479
  } }
42483
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_37_Template(rf, ctx) { if (rf & 1) {
42484
- 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);
42485
42482
  } if (rf & 2) {
42486
42483
  const data_r52 = ctx;
42487
42484
  i0.ɵɵproperty("gaps", data_r52.gaps)("viewMode", data_r52.viewMode)("categoryTitle", data_r52.categoryTitle)("@fadeIn", undefined);
42488
42485
  } }
42489
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_38_Template(rf, ctx) { if (rf & 1) {
42490
- 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);
42491
42488
  } if (rf & 2) {
42492
42489
  const data_r53 = ctx;
42493
42490
  i0.ɵɵproperty("opportunities", data_r53.opportunities)("viewMode", data_r53.viewMode)("categoryTitle", data_r53.categoryTitle)("@fadeIn", undefined);
42494
42491
  } }
42495
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
42496
- 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);
42497
42494
  } if (rf & 2) {
42498
42495
  const data_r54 = ctx;
42499
42496
  const ctx_r1 = i0.ɵɵnextContext(2);
42500
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);
42501
42498
  } }
42502
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_40_Template(rf, ctx) { if (rf & 1) {
42503
- 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);
42504
42501
  } if (rf & 2) {
42505
42502
  const data_r55 = ctx;
42506
42503
  const ctx_r1 = i0.ɵɵnextContext(2);
42507
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);
42508
42505
  } }
42509
- function ProfileAnalysisModalComponent_Conditional_0_Conditional_41_Template(rf, ctx) { if (rf & 1) {
42510
- 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);
42511
42508
  } if (rf & 2) {
42512
42509
  const data_r56 = ctx;
42513
42510
  const ctx_r1 = i0.ɵɵnextContext(2);
42514
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);
42515
42512
  } }
42516
- 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) {
42517
42514
  i0.ɵɵprojection(0);
42518
42515
  } }
42519
42516
  function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
42520
42517
  const _r1 = i0.ɵɵgetCurrentView();
42521
- i0.ɵɵelementStart(0, "div", 3, 0);
42522
- 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()); });
42523
- i0.ɵɵelementStart(2, "div", 4);
42524
- i0.ɵɵelement(3, "div", 5);
42525
- i0.ɵɵelementStart(4, "div", 6);
42526
- i0.ɵɵlistener("click", function ProfileAnalysisModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
42527
- i0.ɵɵelementStart(5, "div", 7)(6, "div", 8)(7, "div", 9);
42528
- i0.ɵɵconditionalCreate(8, ProfileAnalysisModalComponent_Conditional_0_Conditional_8_Template, 6, 5, "div", 10);
42529
- i0.ɵɵconditionalCreate(9, ProfileAnalysisModalComponent_Conditional_0_Conditional_9_Template, 4, 3, "div", 11);
42530
- i0.ɵɵelementStart(10, "h3", 12);
42531
- 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);
42532
42528
  i0.ɵɵelementEnd()();
42533
- i0.ɵɵconditionalCreate(12, ProfileAnalysisModalComponent_Conditional_0_Conditional_12_Template, 3, 2, "div", 13);
42534
- i0.ɵɵelementStart(13, "button", 14);
42535
- 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()); });
42536
42532
  i0.ɵɵnamespaceSVG();
42537
- i0.ɵɵelementStart(14, "svg", 15);
42538
- i0.ɵɵelement(15, "path", 16);
42533
+ i0.ɵɵelementStart(13, "svg", 14);
42534
+ i0.ɵɵelement(14, "path", 15);
42539
42535
  i0.ɵɵelementEnd()()()();
42540
42536
  i0.ɵɵnamespaceHTML();
42541
- i0.ɵɵelementStart(16, "div", 17, 1);
42542
- 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);
42543
- 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()()();
42544
42540
  } if (rf & 2) {
42545
42541
  let tmp_16_0;
42546
42542
  let tmp_19_0;
42547
42543
  const ctx_r1 = i0.ɵɵnextContext();
42548
42544
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
42549
- i0.ɵɵadvance(3);
42545
+ i0.ɵɵadvance(2);
42550
42546
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
42551
42547
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25")("@fadeIn", undefined);
42552
42548
  i0.ɵɵadvance();
@@ -42555,21 +42551,21 @@ function ProfileAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
42555
42551
  i0.ɵɵadvance();
42556
42552
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
42557
42553
  i0.ɵɵadvance(3);
42558
- i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 8 : -1);
42554
+ i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 7 : -1);
42559
42555
  i0.ɵɵadvance();
42560
- i0.ɵɵconditional(ctx_r1.modalTypeLabel() ? 9 : -1);
42556
+ i0.ɵɵconditional(ctx_r1.modalTypeLabel() ? 8 : -1);
42561
42557
  i0.ɵɵadvance();
42562
42558
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
42563
42559
  i0.ɵɵadvance();
42564
42560
  i0.ɵɵtextInterpolate1(" ", ctx_r1.modalTitle(), " ");
42565
42561
  i0.ɵɵadvance();
42566
- 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);
42567
42563
  i0.ɵɵadvance();
42568
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");
42569
42565
  i0.ɵɵadvance(3);
42570
42566
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
42571
42567
  i0.ɵɵadvance(2);
42572
- 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);
42573
42569
  } }
42574
42570
  class ProfileAnalysisModalComponent {
42575
42571
  constructor() {
@@ -44023,9 +44019,9 @@ class ProfileAnalysisModalComponent {
44023
44019
  let _t;
44024
44020
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
44025
44021
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
44026
- } }, 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", "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) {
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) {
44027
44023
  i0.ɵɵprojectionDef();
44028
- i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 43, 21, "div", 2);
44024
+ i0.ɵɵconditionalCreate(0, ProfileAnalysisModalComponent_Conditional_0_Template, 42, 21, "div", 2);
44029
44025
  } if (rf & 2) {
44030
44026
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
44031
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: [
@@ -44066,16 +44062,15 @@ class ProfileAnalysisModalComponent {
44066
44062
  ],
44067
44063
  template: `
44068
44064
  @if (isOpen()) {
44069
- <div #modalWrapper class="fixed inset-0 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'" (click)="closeModal()">
44070
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
44071
- <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>
44072
44067
 
44073
- <div
44074
- (click)="$event.stopPropagation()"
44075
- [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
44076
- class="relative w-full max-w-5xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
44077
- [style.z-index]="contentZIndex()"
44078
- @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>
44079
44074
 
44080
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">
44081
44076
  <div class="flex items-start justify-between">
@@ -44557,8 +44552,7 @@ class ProfileAnalysisModalComponent {
44557
44552
  </div>
44558
44553
  </div>
44559
44554
  </div>
44560
- </div>
44561
- }
44555
+ }
44562
44556
  `
44563
44557
  }]
44564
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: [{
@@ -44568,7 +44562,7 @@ class ProfileAnalysisModalComponent {
44568
44562
  type: ViewChild,
44569
44563
  args: ['modalWrapper']
44570
44564
  }] }); }); })();
44571
- (() => { (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 }); })();
44572
44566
 
44573
44567
  const _c0$L = a0 => ({ name: "light-bulb", source: a0 });
44574
44568
  const _c1$l = a0 => ({ name: "trophy", source: a0 });
@@ -45143,15 +45137,15 @@ class RecommendationActionStepsModalComponent {
45143
45137
 
45144
45138
  const _c0$J = ["modalContent"];
45145
45139
  const _c1$j = ["modalWrapper"];
45146
- 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) {
45147
45141
  const _r4 = i0.ɵɵgetCurrentView();
45148
- i0.ɵɵelementStart(0, "button", 27);
45149
- 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)); });
45150
45144
  i0.ɵɵtext(1);
45151
45145
  i0.ɵɵelementEnd();
45152
45146
  i0.ɵɵnamespaceSVG();
45153
- i0.ɵɵelementStart(2, "svg", 28);
45154
- i0.ɵɵelement(3, "path", 29);
45147
+ i0.ɵɵelementStart(2, "svg", 27);
45148
+ i0.ɵɵelement(3, "path", 28);
45155
45149
  i0.ɵɵelementEnd();
45156
45150
  } if (rf & 2) {
45157
45151
  const crumb_r6 = i0.ɵɵnextContext().$implicit;
@@ -45160,8 +45154,8 @@ function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Condit
45160
45154
  i0.ɵɵadvance();
45161
45155
  i0.ɵɵtextInterpolate1(" ", crumb_r6.label, " ");
45162
45156
  } }
45163
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
45164
- 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);
45165
45159
  i0.ɵɵtext(1);
45166
45160
  i0.ɵɵelementEnd();
45167
45161
  } if (rf & 2) {
@@ -45169,24 +45163,24 @@ function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Condit
45169
45163
  i0.ɵɵadvance();
45170
45164
  i0.ɵɵtextInterpolate(crumb_r6.label);
45171
45165
  } }
45172
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_For_6_Template(rf, ctx) { if (rf & 1) {
45173
- 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);
45174
45168
  } if (rf & 2) {
45175
- const ɵ$index_27_r7 = ctx.$index;
45176
- const ɵ$count_27_r8 = ctx.$count;
45177
- 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);
45178
45172
  } }
45179
- 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) {
45180
45174
  const _r3 = i0.ɵɵgetCurrentView();
45181
- i0.ɵɵelementStart(0, "div", 10)(1, "button", 22);
45182
- 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)); });
45183
45177
  i0.ɵɵnamespaceSVG();
45184
- i0.ɵɵelementStart(2, "svg", 23);
45185
- i0.ɵɵelement(3, "path", 24);
45178
+ i0.ɵɵelementStart(2, "svg", 22);
45179
+ i0.ɵɵelement(3, "path", 23);
45186
45180
  i0.ɵɵelementEnd()();
45187
45181
  i0.ɵɵnamespaceHTML();
45188
- i0.ɵɵelementStart(4, "div", 25);
45189
- 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);
45190
45184
  i0.ɵɵelementEnd()();
45191
45185
  } if (rf & 2) {
45192
45186
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -45196,90 +45190,89 @@ function BusinessAnalysisModalComponent_Conditional_0_Conditional_8_Template(rf,
45196
45190
  i0.ɵɵadvance(4);
45197
45191
  i0.ɵɵrepeater(ctx_r1.getBreadcrumbs());
45198
45192
  } }
45199
- 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) {
45200
45194
  const _r9 = i0.ɵɵgetCurrentView();
45201
- i0.ɵɵelementStart(0, "symphiq-item-detail-modal", 30);
45202
- 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()); });
45203
45197
  i0.ɵɵelementEnd();
45204
45198
  } if (rf & 2) {
45205
45199
  const ctx_r1 = i0.ɵɵnextContext(2);
45206
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);
45207
45201
  } }
45208
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_17_Template(rf, ctx) { if (rf & 1) {
45209
- 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);
45210
45204
  } if (rf & 2) {
45211
45205
  const ctx_r1 = i0.ɵɵnextContext(2);
45212
45206
  i0.ɵɵproperty("item", ctx_r1.competitiveGapItem())("isDark", !ctx_r1.isLightMode());
45213
45207
  } }
45214
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_18_Template(rf, ctx) { if (rf & 1) {
45215
- 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);
45216
45210
  } if (rf & 2) {
45217
45211
  const ctx_r1 = i0.ɵɵnextContext(2);
45218
45212
  i0.ɵɵproperty("title", ctx_r1.recommendationActionStepsData().title)("actionSteps", ctx_r1.recommendationActionStepsData().actionSteps)("viewMode", ctx_r1.recommendationActionStepsData().viewMode);
45219
45213
  } }
45220
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_19_For_2_Template(rf, ctx) { if (rf & 1) {
45221
- 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);
45222
45216
  } if (rf & 2) {
45223
45217
  const item_r10 = ctx.$implicit;
45224
45218
  const ctx_r1 = i0.ɵɵnextContext(3);
45225
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());
45226
45220
  } }
45227
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_19_Template(rf, ctx) { if (rf & 1) {
45228
- i0.ɵɵelementStart(0, "div", 19);
45229
- 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);
45230
45224
  i0.ɵɵelementEnd();
45231
45225
  } if (rf & 2) {
45232
45226
  const ctx_r1 = i0.ɵɵnextContext(2);
45233
45227
  i0.ɵɵadvance();
45234
45228
  i0.ɵɵrepeater(ctx_r1.horizontalBarData());
45235
45229
  } }
45236
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
45237
- i0.ɵɵelementStart(0, "div", 20);
45238
- 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);
45239
45233
  i0.ɵɵelementEnd();
45240
45234
  } if (rf & 2) {
45241
45235
  const ctx_r1 = i0.ɵɵnextContext(2);
45242
45236
  i0.ɵɵadvance();
45243
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);
45244
45238
  } }
45245
- function BusinessAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
45246
- i0.ɵɵelement(0, "div", 21);
45239
+ function BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template(rf, ctx) { if (rf & 1) {
45240
+ i0.ɵɵelement(0, "div", 20);
45247
45241
  } if (rf & 2) {
45248
45242
  const ctx_r1 = i0.ɵɵnextContext(2);
45249
45243
  i0.ɵɵproperty("innerHTML", ctx_r1.getSanitizedSvg(), i0.ɵɵsanitizeHtml);
45250
45244
  } }
45251
45245
  function BusinessAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
45252
45246
  const _r1 = i0.ɵɵgetCurrentView();
45253
- i0.ɵɵelementStart(0, "div", 3, 0);
45254
- 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()); });
45255
- i0.ɵɵelementStart(2, "div", 4);
45256
- i0.ɵɵelement(3, "div", 5);
45257
- i0.ɵɵelementStart(4, "div", 6);
45258
- i0.ɵɵlistener("click", function BusinessAnalysisModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
45259
- i0.ɵɵelementStart(5, "div", 7)(6, "div", 8)(7, "div", 9);
45260
- i0.ɵɵconditionalCreate(8, BusinessAnalysisModalComponent_Conditional_0_Conditional_8_Template, 7, 2, "div", 10);
45261
- i0.ɵɵelementStart(9, "h3", 11);
45262
- 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);
45263
45256
  i0.ɵɵelementEnd()();
45264
- i0.ɵɵelementStart(11, "button", 12);
45265
- 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()); });
45266
45259
  i0.ɵɵnamespaceSVG();
45267
- i0.ɵɵelementStart(12, "svg", 13);
45268
- i0.ɵɵelement(13, "path", 14);
45260
+ i0.ɵɵelementStart(11, "svg", 12);
45261
+ i0.ɵɵelement(12, "path", 13);
45269
45262
  i0.ɵɵelementEnd()()()();
45270
45263
  i0.ɵɵnamespaceHTML();
45271
- i0.ɵɵelementStart(14, "div", 15, 1);
45272
- i0.ɵɵconditionalCreate(16, BusinessAnalysisModalComponent_Conditional_0_Conditional_16_Template, 1, 7, "symphiq-item-detail-modal", 16);
45273
- i0.ɵɵconditionalCreate(17, BusinessAnalysisModalComponent_Conditional_0_Conditional_17_Template, 1, 2, "symphiq-competitive-gap-modal", 17);
45274
- i0.ɵɵconditionalCreate(18, BusinessAnalysisModalComponent_Conditional_0_Conditional_18_Template, 1, 3, "symphiq-recommendation-action-steps-modal", 18);
45275
- i0.ɵɵconditionalCreate(19, BusinessAnalysisModalComponent_Conditional_0_Conditional_19_Template, 3, 0, "div", 19);
45276
- i0.ɵɵconditionalCreate(20, BusinessAnalysisModalComponent_Conditional_0_Conditional_20_Template, 2, 7, "div", 20);
45277
- i0.ɵɵconditionalCreate(21, BusinessAnalysisModalComponent_Conditional_0_Conditional_21_Template, 1, 1, "div", 21);
45278
- 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()()();
45279
45272
  } if (rf & 2) {
45280
45273
  const ctx_r1 = i0.ɵɵnextContext();
45281
45274
  i0.ɵɵstyleProp("z-index", ctx_r1.baseZIndex())("visibility", ctx_r1.modalReady() ? "visible" : "hidden");
45282
- i0.ɵɵadvance(3);
45275
+ i0.ɵɵadvance(2);
45283
45276
  i0.ɵɵstyleProp("z-index", ctx_r1.backdropZIndex());
45284
45277
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-slate-900/15" : "bg-slate-950/25")("@fadeIn", undefined);
45285
45278
  i0.ɵɵadvance();
@@ -45289,7 +45282,7 @@ function BusinessAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
45289
45282
  i0.ɵɵadvance();
45290
45283
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/50 border-slate-200/50" : "bg-slate-800/50 border-slate-700/50");
45291
45284
  i0.ɵɵadvance(3);
45292
- i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 8 : -1);
45285
+ i0.ɵɵconditional(ctx_r1.hasNavigationHistory() ? 7 : -1);
45293
45286
  i0.ɵɵadvance();
45294
45287
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
45295
45288
  i0.ɵɵadvance();
@@ -45301,17 +45294,17 @@ function BusinessAnalysisModalComponent_Conditional_0_Template(rf, ctx) { if (rf
45301
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");
45302
45295
  i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/30" : "bg-slate-800/30");
45303
45296
  i0.ɵɵadvance(2);
45304
- 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);
45305
45298
  i0.ɵɵadvance();
45306
- 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);
45307
45300
  i0.ɵɵadvance();
45308
- 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);
45309
45302
  i0.ɵɵadvance();
45310
- 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);
45311
45304
  i0.ɵɵadvance();
45312
- 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);
45313
45306
  i0.ɵɵadvance();
45314
- 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);
45315
45308
  } }
45316
45309
  class BusinessAnalysisModalComponent {
45317
45310
  constructor() {
@@ -45663,8 +45656,8 @@ class BusinessAnalysisModalComponent {
45663
45656
  let _t;
45664
45657
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
45665
45658
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
45666
- } }, 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) {
45667
- 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);
45668
45661
  } if (rf & 2) {
45669
45662
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
45670
45663
  } }, dependencies: [CommonModule, i1$1.NgClass, HorizontalBarComponent, CircularProgressComponent, CompetitiveGapModalComponent, RecommendationActionStepsModalComponent, ItemDetailModalComponent], encapsulation: 2, data: { animation: [
@@ -45699,16 +45692,15 @@ class BusinessAnalysisModalComponent {
45699
45692
  ])
45700
45693
  ], template: `
45701
45694
  @if (isOpen()) {
45702
- <div #modalWrapper class="fixed inset-0 overflow-y-auto" [style.z-index]="baseZIndex()" [style.visibility]="modalReady() ? 'visible' : 'hidden'" (click)="closeModal()">
45703
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
45704
- <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>
45705
45697
 
45706
- <div
45707
- (click)="$event.stopPropagation()"
45708
- [ngClass]="isLightMode() ? 'bg-white/90 border-slate-200/50' : 'bg-slate-800/90 border-slate-700/50'"
45709
- [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'"
45710
- [style.z-index]="contentZIndex()"
45711
- @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>
45712
45704
 
45713
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">
45714
45706
  <div class="flex items-start justify-between">
@@ -45828,8 +45820,7 @@ class BusinessAnalysisModalComponent {
45828
45820
  </div>
45829
45821
  </div>
45830
45822
  </div>
45831
- </div>
45832
- }
45823
+ }
45833
45824
  ` }]
45834
45825
  }], () => [], { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], viewInContextRequested: [{ type: i0.Output, args: ["viewInContextRequested"] }], modalContent: [{
45835
45826
  type: ViewChild,
@@ -45838,7 +45829,7 @@ class BusinessAnalysisModalComponent {
45838
45829
  type: ViewChild,
45839
45830
  args: ['modalWrapper']
45840
45831
  }] }); })();
45841
- (() => { (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 }); })();
45842
45833
 
45843
45834
  function ContentGenerationProgressComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
45844
45835
  i0.ɵɵelementStart(0, "div", 9);
@@ -58927,24 +58918,24 @@ class ProgressToTargetChartComponent {
58927
58918
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressToTargetChartComponent, { className: "ProgressToTargetChartComponent", filePath: "lib/components/revenue-calculator-dashboard/progress-to-target-chart.component.ts", lineNumber: 66 }); })();
58928
58919
 
58929
58920
  const _forTrack0$z = ($index, $item) => $item.metric;
58930
- 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) {
58931
58922
  i0.ɵɵelementStart(0, "button", 9);
58932
58923
  i0.ɵɵnamespaceSVG();
58933
- i0.ɵɵelementStart(1, "svg", 32);
58934
- i0.ɵɵelement(2, "path", 33);
58924
+ i0.ɵɵelementStart(1, "svg", 31);
58925
+ i0.ɵɵelement(2, "path", 32);
58935
58926
  i0.ɵɵelementEnd()();
58936
58927
  } if (rf & 2) {
58937
58928
  const ctx_r1 = i0.ɵɵnextContext(2);
58938
58929
  i0.ɵɵproperty("ngClass", ctx_r1.headerInfoIconClasses())("libSymphiqTooltip", ctx_r1.getMarkdownTooltipContent(ctx_r1.metricData().description, ctx_r1.metricTitle()));
58939
58930
  } }
58940
- 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) {
58941
58932
  i0.ɵɵelement(0, "symphiq-target-change-badge", 21);
58942
58933
  } if (rf & 2) {
58943
58934
  let tmp_4_0;
58944
58935
  const ctx_r1 = i0.ɵɵnextContext(2);
58945
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);
58946
58937
  } }
58947
- 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) {
58948
58939
  i0.ɵɵelementStart(0, "div")(1, "p", 23);
58949
58940
  i0.ɵɵtext(2);
58950
58941
  i0.ɵɵelementEnd();
@@ -58963,18 +58954,18 @@ function MetricReportModalComponent_Conditional_0_Conditional_45_Template(rf, ct
58963
58954
  i0.ɵɵadvance();
58964
58955
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.pacingInfo().projectedValue, ((tmp_5_0 = ctx_r1.metricData()) == null ? null : tmp_5_0.metric) || "", false), " ");
58965
58956
  } }
58966
- 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) {
58967
58958
  const _r3 = i0.ɵɵgetCurrentView();
58968
58959
  i0.ɵɵelementStart(0, "div")(1, "p", 23);
58969
58960
  i0.ɵɵtext(2, " Year-over-Year Trend ");
58970
58961
  i0.ɵɵelementEnd();
58971
- i0.ɵɵelementStart(3, "div", 34);
58972
- 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()); });
58973
- i0.ɵɵelement(4, "symphiq-area-chart", 35);
58974
- 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);
58975
58966
  i0.ɵɵnamespaceSVG();
58976
- i0.ɵɵelementStart(6, "svg", 37);
58977
- i0.ɵɵelement(7, "path", 38);
58967
+ i0.ɵɵelementStart(6, "svg", 36);
58968
+ i0.ɵɵelement(7, "path", 37);
58978
58969
  i0.ɵɵelementEnd()()()();
58979
58970
  } if (rf & 2) {
58980
58971
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -58985,14 +58976,14 @@ function MetricReportModalComponent_Conditional_0_Conditional_51_Template(rf, ct
58985
58976
  i0.ɵɵadvance();
58986
58977
  i0.ɵɵproperty("ngClass", ctx_r1.expandIconClasses());
58987
58978
  } }
58988
- 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) {
58989
58980
  i0.ɵɵelementStart(0, "div", 24);
58990
- i0.ɵɵelement(1, "symphiq-pacing-status-badge", 39);
58981
+ i0.ɵɵelement(1, "symphiq-pacing-status-badge", 38);
58991
58982
  i0.ɵɵelementEnd();
58992
58983
  i0.ɵɵelementStart(2, "div", 24)(3, "p", 27);
58993
58984
  i0.ɵɵtext(4);
58994
58985
  i0.ɵɵelementEnd()();
58995
- i0.ɵɵelement(5, "symphiq-progress-to-target-chart", 40);
58986
+ i0.ɵɵelement(5, "symphiq-progress-to-target-chart", 39);
58996
58987
  } if (rf & 2) {
58997
58988
  const ctx_r1 = i0.ɵɵnextContext(2);
58998
58989
  i0.ɵɵadvance();
@@ -59004,32 +58995,32 @@ function MetricReportModalComponent_Conditional_0_Conditional_62_Template(rf, ct
59004
58995
  i0.ɵɵadvance();
59005
58996
  i0.ɵɵproperty("data", ctx_r1.progressToTargetData())("viewMode", ctx_r1.viewMode());
59006
58997
  } }
59007
- 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) {
59008
58999
  i0.ɵɵelementStart(0, "button", 9);
59009
59000
  i0.ɵɵnamespaceSVG();
59010
- i0.ɵɵelementStart(1, "svg", 55);
59011
- i0.ɵɵelement(2, "path", 33);
59001
+ i0.ɵɵelementStart(1, "svg", 54);
59002
+ i0.ɵɵelement(2, "path", 32);
59012
59003
  i0.ɵɵelementEnd()();
59013
59004
  } if (rf & 2) {
59014
59005
  const metric_r4 = i0.ɵɵnextContext().$implicit;
59015
59006
  const ctx_r1 = i0.ɵɵnextContext(3);
59016
59007
  i0.ɵɵproperty("ngClass", ctx_r1.infoIconClasses())("libSymphiqTooltip", ctx_r1.getMarkdownTooltipContent(metric_r4.description, ctx_r1.getMetricTitle(metric_r4)));
59017
59008
  } }
59018
- function MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Template(rf, ctx) { if (rf & 1) {
59019
- 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);
59020
59011
  i0.ɵɵtext(4);
59021
59012
  i0.ɵɵelementEnd();
59022
- 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);
59023
59014
  i0.ɵɵelementEnd()();
59024
- i0.ɵɵelementStart(6, "td", 50)(7, "span", 51);
59015
+ i0.ɵɵelementStart(6, "td", 49)(7, "span", 50);
59025
59016
  i0.ɵɵtext(8);
59026
59017
  i0.ɵɵelementEnd()();
59027
- i0.ɵɵelementStart(9, "td", 50)(10, "div", 52)(11, "span", 49);
59018
+ i0.ɵɵelementStart(9, "td", 49)(10, "div", 51)(11, "span", 48);
59028
59019
  i0.ɵɵtext(12);
59029
59020
  i0.ɵɵelementEnd();
59030
59021
  i0.ɵɵnamespaceSVG();
59031
- i0.ɵɵelementStart(13, "svg", 53);
59032
- i0.ɵɵelement(14, "path", 54);
59022
+ i0.ɵɵelementStart(13, "svg", 52);
59023
+ i0.ɵɵelement(14, "path", 53);
59033
59024
  i0.ɵɵelementEnd()()()();
59034
59025
  } if (rf & 2) {
59035
59026
  const metric_r4 = ctx.$implicit;
@@ -59048,21 +59039,21 @@ function MetricReportModalComponent_Conditional_0_Conditional_63_For_15_Template
59048
59039
  i0.ɵɵadvance(2);
59049
59040
  i0.ɵɵattribute("d", metric_r4.percentageIncrease >= 0 ? "M5 10l7-7m0 0l7 7m-7-7v18" : "M19 14l-7 7m0 0l-7-7m7 7V3");
59050
59041
  } }
59051
- 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) {
59052
59043
  i0.ɵɵelementStart(0, "div", 14)(1, "h4", 15);
59053
59044
  i0.ɵɵtext(2, " Contributing Metric Targets ");
59054
59045
  i0.ɵɵelementEnd();
59055
- 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);
59056
59047
  i0.ɵɵtext(8, "Metric");
59057
59048
  i0.ɵɵelementEnd();
59058
- i0.ɵɵelementStart(9, "th", 45);
59049
+ i0.ɵɵelementStart(9, "th", 44);
59059
59050
  i0.ɵɵtext(10, "Target");
59060
59051
  i0.ɵɵelementEnd();
59061
- i0.ɵɵelementStart(11, "th", 45);
59052
+ i0.ɵɵelementStart(11, "th", 44);
59062
59053
  i0.ɵɵtext(12, "Improve by");
59063
59054
  i0.ɵɵelementEnd()()();
59064
59055
  i0.ɵɵelementStart(13, "tbody");
59065
- 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);
59066
59057
  i0.ɵɵelementEnd()()()();
59067
59058
  } if (rf & 2) {
59068
59059
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -59074,27 +59065,27 @@ function MetricReportModalComponent_Conditional_0_Conditional_63_Template(rf, ct
59074
59065
  i0.ɵɵadvance(8);
59075
59066
  i0.ɵɵrepeater(ctx_r1.contributingMetrics());
59076
59067
  } }
59077
- 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) {
59078
59069
  const _r5 = i0.ɵɵgetCurrentView();
59079
59070
  i0.ɵɵelementStart(0, "div", 28)(1, "h4", 15);
59080
59071
  i0.ɵɵtext(2, " Pace ");
59081
59072
  i0.ɵɵelementEnd();
59082
- i0.ɵɵelementStart(3, "div", 56);
59083
- 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()); });
59084
- i0.ɵɵelement(4, "symphiq-line-chart", 35);
59085
- 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);
59086
59077
  i0.ɵɵnamespaceSVG();
59087
- i0.ɵɵelementStart(6, "svg", 37);
59088
- i0.ɵɵelement(7, "path", 38);
59078
+ i0.ɵɵelementStart(6, "svg", 36);
59079
+ i0.ɵɵelement(7, "path", 37);
59089
59080
  i0.ɵɵelementEnd()()();
59090
59081
  i0.ɵɵnamespaceHTML();
59091
- i0.ɵɵelementStart(8, "p", 57);
59082
+ i0.ɵɵelementStart(8, "p", 56);
59092
59083
  i0.ɵɵtext(9);
59093
59084
  i0.ɵɵelementEnd();
59094
- i0.ɵɵelementStart(10, "p", 58);
59085
+ i0.ɵɵelementStart(10, "p", 57);
59095
59086
  i0.ɵɵtext(11);
59096
59087
  i0.ɵɵelementEnd();
59097
- i0.ɵɵelementStart(12, "p", 58);
59088
+ i0.ɵɵelementStart(12, "p", 57);
59098
59089
  i0.ɵɵtext(13);
59099
59090
  i0.ɵɵelementEnd()();
59100
59091
  } if (rf & 2) {
@@ -59119,202 +59110,90 @@ function MetricReportModalComponent_Conditional_0_Conditional_64_Template(rf, ct
59119
59110
  i0.ɵɵadvance();
59120
59111
  i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence2(), " ");
59121
59112
  } }
59122
- function MetricReportModalComponent_Conditional_0_Conditional_68_Conditional_11_Template(rf, ctx) { if (rf & 1) {
59123
- i0.ɵɵelement(0, "symphiq-area-chart", 35);
59124
- } if (rf & 2) {
59125
- const ctx_r1 = i0.ɵɵnextContext(3);
59126
- i0.ɵɵproperty("chart", ctx_r1.trendChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol())("height", "500px");
59127
- } }
59128
- function MetricReportModalComponent_Conditional_0_Conditional_68_Template(rf, ctx) { if (rf & 1) {
59129
- const _r6 = i0.ɵɵgetCurrentView();
59130
- i0.ɵɵelementStart(0, "div", 59);
59131
- 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()); });
59132
- i0.ɵɵelementStart(1, "div", 60);
59133
- i0.ɵɵelement(2, "div", 2);
59134
- i0.ɵɵelementStart(3, "div", 61);
59135
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_68_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r6); return i0.ɵɵresetView($event.stopPropagation()); });
59136
- i0.ɵɵelementStart(4, "div", 62)(5, "h3", 63);
59137
- i0.ɵɵtext(6, " Year-over-Year Trend ");
59138
- i0.ɵɵelementEnd();
59139
- i0.ɵɵelementStart(7, "button", 64);
59140
- 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()); });
59141
- i0.ɵɵnamespaceSVG();
59142
- i0.ɵɵelementStart(8, "svg", 11);
59143
- i0.ɵɵelement(9, "path", 12);
59144
- i0.ɵɵelementEnd()()();
59145
- i0.ɵɵnamespaceHTML();
59146
- i0.ɵɵelementStart(10, "div", 65);
59147
- i0.ɵɵconditionalCreate(11, MetricReportModalComponent_Conditional_0_Conditional_68_Conditional_11_Template, 1, 5, "symphiq-area-chart", 35);
59148
- i0.ɵɵelementEnd()()()();
59149
- } if (rf & 2) {
59150
- const ctx_r1 = i0.ɵɵnextContext(2);
59151
- i0.ɵɵadvance(2);
59152
- i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59153
- i0.ɵɵadvance();
59154
- i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
59155
- i0.ɵɵadvance();
59156
- i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
59157
- i0.ɵɵadvance();
59158
- i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
59159
- i0.ɵɵadvance(2);
59160
- i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59161
- i0.ɵɵadvance(3);
59162
- i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
59163
- i0.ɵɵadvance();
59164
- i0.ɵɵconditional(ctx_r1.trendChartData() ? 11 : -1);
59165
- } }
59166
- function MetricReportModalComponent_Conditional_0_Conditional_69_Conditional_11_Template(rf, ctx) { if (rf & 1) {
59167
- i0.ɵɵelement(0, "symphiq-line-chart", 35);
59168
- i0.ɵɵelementStart(1, "p", 57);
59169
- i0.ɵɵtext(2);
59170
- i0.ɵɵelementEnd();
59171
- i0.ɵɵelementStart(3, "p", 58);
59172
- i0.ɵɵtext(4);
59173
- i0.ɵɵelementEnd();
59174
- i0.ɵɵelementStart(5, "p", 58);
59175
- i0.ɵɵtext(6);
59176
- i0.ɵɵelementEnd();
59177
- } if (rf & 2) {
59178
- const ctx_r1 = i0.ɵɵnextContext(3);
59179
- i0.ɵɵproperty("chart", ctx_r1.pacingChartData())("showAxisLabels", true)("viewMode", ctx_r1.viewMode())("currencySymbol", ctx_r1.currencySymbol())("height", "500px");
59180
- i0.ɵɵadvance();
59181
- i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59182
- i0.ɵɵadvance();
59183
- i0.ɵɵtextInterpolate1(" ", ctx_r1.chartLegendDescription(), " ");
59184
- i0.ɵɵadvance();
59185
- i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59186
- i0.ɵɵadvance();
59187
- i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence1(), " ");
59188
- i0.ɵɵadvance();
59189
- i0.ɵɵproperty("ngClass", ctx_r1.descriptionClasses());
59190
- i0.ɵɵadvance();
59191
- i0.ɵɵtextInterpolate1(" ", ctx_r1.chartDescriptionSentence2(), " ");
59192
- } }
59193
- function MetricReportModalComponent_Conditional_0_Conditional_69_Template(rf, ctx) { if (rf & 1) {
59194
- const _r7 = i0.ɵɵgetCurrentView();
59195
- i0.ɵɵelementStart(0, "div", 59);
59196
- 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()); });
59197
- i0.ɵɵelementStart(1, "div", 60);
59198
- i0.ɵɵelement(2, "div", 2);
59199
- i0.ɵɵelementStart(3, "div", 61);
59200
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Conditional_69_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r7); return i0.ɵɵresetView($event.stopPropagation()); });
59201
- i0.ɵɵelementStart(4, "div", 62)(5, "h3", 66);
59202
- i0.ɵɵtext(6, " Pace ");
59203
- i0.ɵɵelementEnd();
59204
- i0.ɵɵelementStart(7, "button", 64);
59205
- 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()); });
59206
- i0.ɵɵnamespaceSVG();
59207
- i0.ɵɵelementStart(8, "svg", 11);
59208
- i0.ɵɵelement(9, "path", 12);
59209
- i0.ɵɵelementEnd()()();
59210
- i0.ɵɵnamespaceHTML();
59211
- i0.ɵɵelementStart(10, "div", 65);
59212
- i0.ɵɵconditionalCreate(11, MetricReportModalComponent_Conditional_0_Conditional_69_Conditional_11_Template, 7, 11);
59213
- i0.ɵɵelementEnd()()()();
59214
- } if (rf & 2) {
59215
- const ctx_r1 = i0.ɵɵnextContext(2);
59216
- i0.ɵɵadvance(2);
59217
- i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59218
- i0.ɵɵadvance();
59219
- i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
59220
- i0.ɵɵadvance();
59221
- i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
59222
- i0.ɵɵadvance();
59223
- i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
59224
- i0.ɵɵadvance(2);
59225
- i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59226
- i0.ɵɵadvance(3);
59227
- i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
59228
- i0.ɵɵadvance();
59229
- i0.ɵɵconditional(ctx_r1.pacingChartData() ? 11 : -1);
59230
- } }
59231
59113
  function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
59232
59114
  const _r1 = i0.ɵɵgetCurrentView();
59233
- i0.ɵɵelementStart(0, "div", 0);
59234
- 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()); });
59235
- i0.ɵɵelementStart(1, "div", 1);
59236
- i0.ɵɵelement(2, "div", 2);
59237
- i0.ɵɵelementStart(3, "div", 3);
59238
- i0.ɵɵlistener("click", function MetricReportModalComponent_Conditional_0_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
59239
- i0.ɵɵelementStart(4, "div", 4)(5, "div", 5)(6, "div", 6)(7, "div", 7)(8, "h3", 8);
59240
- 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()); });
59241
59117
  i0.ɵɵelementEnd();
59242
- 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);
59243
59124
  i0.ɵɵelementEnd()();
59244
- i0.ɵɵelementStart(11, "button", 10);
59245
- 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()); });
59246
59127
  i0.ɵɵnamespaceSVG();
59247
- i0.ɵɵelementStart(12, "svg", 11);
59248
- i0.ɵɵelement(13, "path", 12);
59128
+ i0.ɵɵelementStart(11, "svg", 11);
59129
+ i0.ɵɵelement(12, "path", 12);
59249
59130
  i0.ɵɵelementEnd()()()();
59250
59131
  i0.ɵɵnamespaceHTML();
59251
- i0.ɵɵelementStart(14, "div", 13)(15, "div", 14)(16, "h4", 15);
59252
- 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 ");
59253
59134
  i0.ɵɵelementEnd();
59254
- i0.ɵɵelementStart(18, "div", 16)(19, "div")(20, "div", 17)(21, "p", 18);
59255
- 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 ");
59256
59137
  i0.ɵɵelementEnd();
59257
- i0.ɵɵelementStart(23, "p", 19);
59258
- i0.ɵɵtext(24);
59138
+ i0.ɵɵelementStart(22, "p", 19);
59139
+ i0.ɵɵtext(23);
59259
59140
  i0.ɵɵelementEnd();
59260
- i0.ɵɵelementStart(25, "p", 19);
59261
- i0.ɵɵtext(26);
59141
+ i0.ɵɵelementStart(24, "p", 19);
59142
+ i0.ɵɵtext(25);
59262
59143
  i0.ɵɵelementEnd()();
59263
- i0.ɵɵelementStart(27, "p", 20);
59264
- i0.ɵɵtext(28);
59144
+ i0.ɵɵelementStart(26, "p", 20);
59145
+ i0.ɵɵtext(27);
59265
59146
  i0.ɵɵelementEnd();
59266
- 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);
59267
59148
  i0.ɵɵelementEnd();
59268
- i0.ɵɵelementStart(30, "div")(31, "div", 17)(32, "p", 18);
59269
- 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 ");
59270
59151
  i0.ɵɵelementEnd();
59271
- i0.ɵɵelementStart(34, "p", 19);
59272
- i0.ɵɵtext(35);
59152
+ i0.ɵɵelementStart(33, "p", 19);
59153
+ i0.ɵɵtext(34);
59273
59154
  i0.ɵɵelementEnd();
59274
- i0.ɵɵelementStart(36, "p", 19);
59275
- i0.ɵɵtext(37);
59155
+ i0.ɵɵelementStart(35, "p", 19);
59156
+ i0.ɵɵtext(36);
59276
59157
  i0.ɵɵelementEnd()();
59277
- i0.ɵɵelementStart(38, "p", 22);
59278
- i0.ɵɵtext(39);
59158
+ i0.ɵɵelementStart(37, "p", 22);
59159
+ i0.ɵɵtext(38);
59279
59160
  i0.ɵɵelementEnd()();
59280
- i0.ɵɵelementStart(40, "div")(41, "p", 23);
59281
- i0.ɵɵtext(42);
59161
+ i0.ɵɵelementStart(39, "div")(40, "p", 23);
59162
+ i0.ɵɵtext(41);
59282
59163
  i0.ɵɵelementEnd();
59283
- i0.ɵɵelementStart(43, "p", 22);
59284
- i0.ɵɵtext(44);
59164
+ i0.ɵɵelementStart(42, "p", 22);
59165
+ i0.ɵɵtext(43);
59285
59166
  i0.ɵɵelementEnd()();
59286
- i0.ɵɵconditionalCreate(45, MetricReportModalComponent_Conditional_0_Conditional_45_Template, 5, 4, "div");
59287
- i0.ɵɵelementStart(46, "div")(47, "p", 23);
59288
- 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);
59289
59170
  i0.ɵɵelementEnd();
59290
- i0.ɵɵelementStart(49, "p", 22);
59291
- i0.ɵɵtext(50);
59171
+ i0.ɵɵelementStart(48, "p", 22);
59172
+ i0.ɵɵtext(49);
59292
59173
  i0.ɵɵelementEnd()();
59293
- 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");
59294
59175
  i0.ɵɵelementEnd()();
59295
- i0.ɵɵelementStart(52, "div", 14)(53, "h4", 15);
59296
- i0.ɵɵtext(54, " Target Analysis ");
59176
+ i0.ɵɵelementStart(51, "div", 14)(52, "h4", 15);
59177
+ i0.ɵɵtext(53, " Target Analysis ");
59297
59178
  i0.ɵɵelementEnd();
59298
- i0.ɵɵelementStart(55, "div", 24)(56, "p", 25);
59299
- i0.ɵɵtext(57, " Your Target ");
59179
+ i0.ɵɵelementStart(54, "div", 24)(55, "p", 25);
59180
+ i0.ɵɵtext(56, " Your Target ");
59300
59181
  i0.ɵɵelementEnd();
59301
- i0.ɵɵelementStart(58, "p", 26);
59302
- i0.ɵɵtext(59);
59182
+ i0.ɵɵelementStart(57, "p", 26);
59183
+ i0.ɵɵtext(58);
59303
59184
  i0.ɵɵelementEnd();
59304
- i0.ɵɵelementStart(60, "p", 27);
59305
- i0.ɵɵtext(61);
59185
+ i0.ɵɵelementStart(59, "p", 27);
59186
+ i0.ɵɵtext(60);
59306
59187
  i0.ɵɵelementEnd()();
59307
- i0.ɵɵconditionalCreate(62, MetricReportModalComponent_Conditional_0_Conditional_62_Template, 6, 10);
59188
+ i0.ɵɵconditionalCreate(61, MetricReportModalComponent_Conditional_0_Conditional_61_Template, 6, 10);
59308
59189
  i0.ɵɵelementEnd();
59309
- i0.ɵɵconditionalCreate(63, MetricReportModalComponent_Conditional_0_Conditional_63_Template, 16, 3, "div", 14);
59310
- 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);
59311
59192
  i0.ɵɵelementEnd();
59312
- i0.ɵɵelementStart(65, "div", 29)(66, "button", 30);
59313
- 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()); });
59314
- i0.ɵɵtext(67, " Close ");
59315
- i0.ɵɵelementEnd()()()()();
59316
- i0.ɵɵconditionalCreate(68, MetricReportModalComponent_Conditional_0_Conditional_68_Template, 12, 9, "div", 31);
59317
- 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()()()();
59318
59197
  } if (rf & 2) {
59319
59198
  let tmp_8_0;
59320
59199
  let tmp_19_0;
@@ -59324,7 +59203,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59324
59203
  let tmp_42_0;
59325
59204
  let tmp_44_0;
59326
59205
  const ctx_r1 = i0.ɵɵnextContext();
59327
- i0.ɵɵadvance(2);
59206
+ i0.ɵɵadvance();
59328
59207
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
59329
59208
  i0.ɵɵadvance();
59330
59209
  i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
@@ -59335,7 +59214,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59335
59214
  i0.ɵɵadvance();
59336
59215
  i0.ɵɵtextInterpolate1(" ", ctx_r1.metricTitle(), " ");
59337
59216
  i0.ɵɵadvance();
59338
- 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);
59339
59218
  i0.ɵɵadvance();
59340
59219
  i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
59341
59220
  i0.ɵɵadvance(3);
@@ -59359,7 +59238,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59359
59238
  i0.ɵɵadvance();
59360
59239
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.ytdValue(), ((tmp_19_0 = ctx_r1.metricData()) == null ? null : tmp_19_0.metric) || "", false), " ");
59361
59240
  i0.ɵɵadvance();
59362
- i0.ɵɵconditional(ctx_r1.ytdChangePercentage() !== null ? 29 : -1);
59241
+ i0.ɵɵconditional(ctx_r1.ytdChangePercentage() !== null ? 28 : -1);
59363
59242
  i0.ɵɵadvance(3);
59364
59243
  i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
59365
59244
  i0.ɵɵadvance(2);
@@ -59383,7 +59262,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59383
59262
  i0.ɵɵadvance();
59384
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) || ""), " ");
59385
59264
  i0.ɵɵadvance();
59386
- i0.ɵɵconditional(ctx_r1.pacingInfo() ? 45 : -1);
59265
+ i0.ɵɵconditional(ctx_r1.pacingInfo() ? 44 : -1);
59387
59266
  i0.ɵɵadvance(2);
59388
59267
  i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
59389
59268
  i0.ɵɵadvance();
@@ -59393,7 +59272,7 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59393
59272
  i0.ɵɵadvance();
59394
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), " ");
59395
59274
  i0.ɵɵadvance();
59396
- i0.ɵɵconditional(ctx_r1.trendChartData() ? 51 : -1);
59275
+ i0.ɵɵconditional(ctx_r1.trendChartData() ? 50 : -1);
59397
59276
  i0.ɵɵadvance();
59398
59277
  i0.ɵɵproperty("ngClass", ctx_r1.sectionCardClasses());
59399
59278
  i0.ɵɵadvance();
@@ -59409,19 +59288,122 @@ function MetricReportModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
59409
59288
  i0.ɵɵadvance();
59410
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) || ""), ". ");
59411
59290
  i0.ɵɵadvance();
59412
- i0.ɵɵconditional(ctx_r1.pacingInfo() ? 62 : -1);
59291
+ i0.ɵɵconditional(ctx_r1.pacingInfo() ? 61 : -1);
59413
59292
  i0.ɵɵadvance();
59414
- i0.ɵɵconditional(ctx_r1.contributingMetrics().length > 0 ? 63 : -1);
59293
+ i0.ɵɵconditional(ctx_r1.contributingMetrics().length > 0 ? 62 : -1);
59415
59294
  i0.ɵɵadvance();
59416
- i0.ɵɵconditional(ctx_r1.pacingChartData() ? 64 : -1);
59295
+ i0.ɵɵconditional(ctx_r1.pacingChartData() ? 63 : -1);
59417
59296
  i0.ɵɵadvance();
59418
59297
  i0.ɵɵproperty("ngClass", ctx_r1.footerClasses());
59419
59298
  i0.ɵɵadvance();
59420
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());
59421
59337
  i0.ɵɵadvance(2);
59422
- 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());
59423
59341
  i0.ɵɵadvance();
59424
- 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);
59425
59407
  } }
59426
59408
  class MetricReportModalComponent {
59427
59409
  constructor() {
@@ -59875,10 +59857,16 @@ class MetricReportModalComponent {
59875
59857
  static { this.ɵfac = function MetricReportModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MetricReportModalComponent)(); }; }
59876
59858
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MetricReportModalComponent, selectors: [["symphiq-metric-report-modal"]], hostBindings: function MetricReportModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
59877
59859
  i0.ɵɵlistener("keydown.escape", function MetricReportModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscapeKey(); }, i0.ɵɵresolveDocument);
59878
- } }, 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", "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"], [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) {
59879
- 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);
59880
59864
  } if (rf & 2) {
59881
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);
59882
59870
  } }, dependencies: [CommonModule, i1$1.NgClass, PacingStatusBadgeComponent,
59883
59871
  TargetChangeBadgeComponent,
59884
59872
  TooltipDirective,
@@ -59930,20 +59918,20 @@ class MetricReportModalComponent {
59930
59918
  ],
59931
59919
  template: `
59932
59920
  @if (isOpen()) {
59933
- <div class="fixed inset-0 overflow-y-auto z-50" (click)="close()">
59934
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
59935
- <div
59936
- [ngClass]="backdropClasses()"
59937
- class="fixed inset-0 backdrop-blur-md"
59938
- aria-hidden="true"
59939
- @fadeIn>
59940
- </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>
59941
59929
 
59942
- <div
59943
- (click)="$event.stopPropagation()"
59944
- [ngClass]="modalContainerClasses()"
59945
- class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
59946
- @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>
59947
59935
 
59948
59936
  <!-- Header -->
59949
59937
  <div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
@@ -60255,24 +60243,24 @@ class MetricReportModalComponent {
60255
60243
  </div>
60256
60244
  </div>
60257
60245
  </div>
60258
- </div>
60246
+ }
60259
60247
 
60260
60248
  <!-- Expanded Chart Modal (Stacked) -->
60261
60249
  @if (isExpandedChartOpen()) {
60262
- <div class="fixed inset-0 overflow-y-auto z-[60]" (click)="closeExpandedChart()">
60263
- <div class="flex items-center justify-center min-h-screen p-4">
60264
- <div
60265
- [ngClass]="backdropClasses()"
60266
- class="fixed inset-0 backdrop-blur-md"
60267
- aria-hidden="true"
60268
- @fadeIn>
60269
- </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>
60270
60258
 
60271
- <div
60272
- (click)="$event.stopPropagation()"
60273
- [ngClass]="modalContainerClasses()"
60274
- class="relative inline-block rounded-2xl text-left overflow-hidden shadow-xl w-full max-w-6xl border backdrop-blur-xl"
60275
- @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>
60276
60264
 
60277
60265
  <!-- Header -->
60278
60266
  <div [ngClass]="headerClasses()" class="px-6 py-4 border-b backdrop-blur-sm flex items-center justify-between">
@@ -60303,25 +60291,24 @@ class MetricReportModalComponent {
60303
60291
  </div>
60304
60292
  </div>
60305
60293
  </div>
60306
- </div>
60307
- }
60294
+ }
60308
60295
 
60309
60296
  <!-- Expanded Pace Chart Modal (Stacked) -->
60310
60297
  @if (isExpandedPaceChartOpen()) {
60311
- <div class="fixed inset-0 overflow-y-auto z-[60]" (click)="closeExpandedPaceChart()">
60312
- <div class="flex items-center justify-center min-h-screen p-4">
60313
- <div
60314
- [ngClass]="backdropClasses()"
60315
- class="fixed inset-0 backdrop-blur-md"
60316
- aria-hidden="true"
60317
- @fadeIn>
60318
- </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>
60319
60306
 
60320
- <div
60321
- (click)="$event.stopPropagation()"
60322
- [ngClass]="modalContainerClasses()"
60323
- class="relative inline-block rounded-2xl text-left overflow-hidden shadow-xl w-full max-w-6xl border backdrop-blur-xl"
60324
- @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>
60325
60312
 
60326
60313
  <!-- Header -->
60327
60314
  <div [ngClass]="headerClasses()" class="px-6 py-4 border-b backdrop-blur-sm flex items-center justify-between">
@@ -60361,16 +60348,14 @@ class MetricReportModalComponent {
60361
60348
  </div>
60362
60349
  </div>
60363
60350
  </div>
60364
- </div>
60365
- }
60366
- }
60351
+ }
60367
60352
  `
60368
60353
  }]
60369
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: [{
60370
60355
  type: HostListener,
60371
60356
  args: ['document:keydown.escape']
60372
60357
  }] }); })();
60373
- (() => { (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 }); })();
60374
60359
 
60375
60360
  function UserAvatarComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
60376
60361
  i0.ɵɵelement(0, "img", 1);
@@ -60569,25 +60554,25 @@ class UserDisplayComponent {
60569
60554
  const _c0$C = ["absoluteInputRef"];
60570
60555
  const _c1$g = ["percentageInputRef"];
60571
60556
  const _forTrack0$y = ($index, $item) => $item.id;
60572
- 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) {
60573
60558
  const _r3 = i0.ɵɵgetCurrentView();
60574
- i0.ɵɵelementStart(0, "div", 17);
60559
+ i0.ɵɵelementStart(0, "div", 16);
60575
60560
  i0.ɵɵnamespaceSVG();
60576
- i0.ɵɵelementStart(1, "svg", 18);
60577
- i0.ɵɵelement(2, "path", 32);
60561
+ i0.ɵɵelementStart(1, "svg", 17);
60562
+ i0.ɵɵelement(2, "path", 31);
60578
60563
  i0.ɵɵelementEnd();
60579
60564
  i0.ɵɵnamespaceHTML();
60580
- i0.ɵɵelementStart(3, "div")(4, "div", 33)(5, "p", 20);
60565
+ i0.ɵɵelementStart(3, "div")(4, "div", 32)(5, "p", 19);
60581
60566
  i0.ɵɵtext(6, " Current Pace Projection ");
60582
60567
  i0.ɵɵelementEnd();
60583
- i0.ɵɵelementStart(7, "button", 34);
60584
- 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()); });
60585
60570
  i0.ɵɵnamespaceSVG();
60586
- i0.ɵɵelementStart(8, "svg", 35);
60587
- i0.ɵɵelement(9, "path", 36);
60571
+ i0.ɵɵelementStart(8, "svg", 34);
60572
+ i0.ɵɵelement(9, "path", 35);
60588
60573
  i0.ɵɵelementEnd()()();
60589
60574
  i0.ɵɵnamespaceHTML();
60590
- i0.ɵɵelementStart(10, "p", 21);
60575
+ i0.ɵɵelementStart(10, "p", 20);
60591
60576
  i0.ɵɵtext(11);
60592
60577
  i0.ɵɵelementEnd()()();
60593
60578
  } if (rf & 2) {
@@ -60603,13 +60588,13 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_25_Template(rf
60603
60588
  i0.ɵɵadvance();
60604
60589
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.currentPaceProjectionRaw(), false), " ");
60605
60590
  } }
60606
- 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) {
60607
60592
  const _r4 = i0.ɵɵgetCurrentView();
60608
- i0.ɵɵelementStart(0, "input", 38, 0);
60609
- 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); });
60610
- 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()); });
60611
60596
  i0.ɵɵelementEnd();
60612
- i0.ɵɵelementStart(2, "span", 39);
60597
+ i0.ɵɵelementStart(2, "span", 38);
60613
60598
  i0.ɵɵtext(3, " % ");
60614
60599
  i0.ɵɵelementEnd();
60615
60600
  } if (rf & 2) {
@@ -60619,14 +60604,14 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional
60619
60604
  i0.ɵɵadvance(2);
60620
60605
  i0.ɵɵproperty("ngClass", ctx_r1.inputSuffixClasses());
60621
60606
  } }
60622
- 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) {
60623
60608
  const _r5 = i0.ɵɵgetCurrentView();
60624
- i0.ɵɵelementStart(0, "span", 40);
60609
+ i0.ɵɵelementStart(0, "span", 39);
60625
60610
  i0.ɵɵtext(1);
60626
60611
  i0.ɵɵelementEnd();
60627
- i0.ɵɵelementStart(2, "input", 41, 0);
60628
- 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); });
60629
- 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()); });
60630
60615
  i0.ɵɵelementEnd();
60631
60616
  } if (rf & 2) {
60632
60617
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -60638,33 +60623,33 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Conditional
60638
60623
  i0.ɵɵtwoWayProperty("ngModel", ctx_r1.absoluteInput);
60639
60624
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
60640
60625
  } }
60641
- 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) {
60642
60627
  const _r6 = i0.ɵɵgetCurrentView();
60643
- i0.ɵɵelementStart(0, "input", 42, 0);
60644
- 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); });
60645
- 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)); });
60646
60631
  i0.ɵɵelementEnd();
60647
60632
  } if (rf & 2) {
60648
60633
  const ctx_r1 = i0.ɵɵnextContext(3);
60649
60634
  i0.ɵɵtwoWayProperty("ngModel", ctx_r1.absoluteInput);
60650
60635
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
60651
60636
  } }
60652
- function EditMetricTargetModalComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
60653
- i0.ɵɵelementStart(0, "div", 25);
60654
- 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);
60655
60640
  i0.ɵɵelementEnd();
60656
60641
  } if (rf & 2) {
60657
60642
  const ctx_r1 = i0.ɵɵnextContext(2);
60658
60643
  i0.ɵɵadvance();
60659
60644
  i0.ɵɵconditional(ctx_r1.isPercentageMetric() ? 1 : ctx_r1.isCurrencyMetric() ? 2 : 3);
60660
60645
  } }
60661
- 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) {
60662
60647
  const _r7 = i0.ɵɵgetCurrentView();
60663
- i0.ɵɵelementStart(0, "div", 25)(1, "input", 43, 1);
60664
- 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); });
60665
- 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()); });
60666
60651
  i0.ɵɵelementEnd();
60667
- i0.ɵɵelementStart(3, "span", 39);
60652
+ i0.ɵɵelementStart(3, "span", 38);
60668
60653
  i0.ɵɵtext(4, " % ");
60669
60654
  i0.ɵɵelementEnd()();
60670
60655
  } if (rf & 2) {
@@ -60675,8 +60660,8 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_33_Template(rf
60675
60660
  i0.ɵɵadvance(2);
60676
60661
  i0.ɵɵproperty("ngClass", ctx_r1.inputSuffixClasses());
60677
60662
  } }
60678
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_7_Template(rf, ctx) { if (rf & 1) {
60679
- 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);
60680
60665
  i0.ɵɵtext(1);
60681
60666
  i0.ɵɵelementEnd();
60682
60667
  } if (rf & 2) {
@@ -60685,17 +60670,17 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60685
60670
  i0.ɵɵadvance();
60686
60671
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.initialTargetValue()), " ");
60687
60672
  } }
60688
- 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) {
60689
60674
  i0.ɵɵtext(0);
60690
60675
  } if (rf & 2) {
60691
60676
  const ctx_r1 = i0.ɵɵnextContext(3);
60692
60677
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedIncreaseAmount()), " ");
60693
60678
  } }
60694
- 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) {
60695
60680
  i0.ɵɵtext(0, " -- ");
60696
60681
  } }
60697
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_22_Template(rf, ctx) { if (rf & 1) {
60698
- 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);
60699
60684
  i0.ɵɵtext(1);
60700
60685
  i0.ɵɵelementEnd();
60701
60686
  } if (rf & 2) {
@@ -60704,17 +60689,17 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60704
60689
  i0.ɵɵadvance();
60705
60690
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.Math.abs(ctx_r1.initialIncreaseAmount())), " ");
60706
60691
  } }
60707
- 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) {
60708
60693
  i0.ɵɵtext(0);
60709
60694
  } if (rf & 2) {
60710
60695
  const ctx_r1 = i0.ɵɵnextContext(3);
60711
60696
  i0.ɵɵtextInterpolate2(" ", ctx_r1.animatedPercentageGrowth() >= 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.animatedPercentageGrowth(), 1), " ");
60712
60697
  } }
60713
- 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) {
60714
60699
  i0.ɵɵtext(0, " -- ");
60715
60700
  } }
60716
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_30_Template(rf, ctx) { if (rf & 1) {
60717
- 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);
60718
60703
  i0.ɵɵtext(1);
60719
60704
  i0.ɵɵelementEnd();
60720
60705
  } if (rf & 2) {
@@ -60723,17 +60708,17 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60723
60708
  i0.ɵɵadvance();
60724
60709
  i0.ɵɵtextInterpolate2(" ", ctx_r1.initialPercentageGrowth() >= 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.initialPercentageGrowth(), 1), " ");
60725
60710
  } }
60726
- 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) {
60727
60712
  i0.ɵɵtext(0);
60728
60713
  } if (rf & 2) {
60729
60714
  const ctx_r1 = i0.ɵɵnextContext(4);
60730
60715
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedGapAmount()), " ");
60731
60716
  } }
60732
- 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) {
60733
60718
  i0.ɵɵtext(0, " -- ");
60734
60719
  } }
60735
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_14_Template(rf, ctx) { if (rf & 1) {
60736
- 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);
60737
60722
  i0.ɵɵtext(1);
60738
60723
  i0.ɵɵelementEnd();
60739
60724
  } if (rf & 2) {
@@ -60742,42 +60727,42 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60742
60727
  i0.ɵɵadvance();
60743
60728
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.Math.abs(ctx_r1.initialGapToClose().amount)), " ");
60744
60729
  } }
60745
- 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) {
60746
60731
  i0.ɵɵtext(0);
60747
60732
  } if (rf & 2) {
60748
60733
  const ctx_r1 = i0.ɵɵnextContext(5);
60749
60734
  i0.ɵɵtextInterpolate1(" +", ctx_r1.formatPercentage(ctx_r1.Math.abs(ctx_r1.animatedGapPercentage()), 1), " ");
60750
60735
  } }
60751
- 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) {
60752
60737
  i0.ɵɵtext(0);
60753
60738
  } if (rf & 2) {
60754
60739
  const ctx_r1 = i0.ɵɵnextContext(5);
60755
60740
  i0.ɵɵtextInterpolate2(" ", ctx_r1.animatedGapPercentage() > 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.animatedGapPercentage(), 1), " ");
60756
60741
  } }
60757
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_24_Template(rf, ctx) { if (rf & 1) {
60758
- 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);
60759
60744
  } if (rf & 2) {
60760
60745
  const ctx_r1 = i0.ɵɵnextContext(4);
60761
60746
  i0.ɵɵconditional(ctx_r1.isPaceAhead() ? 0 : 1);
60762
60747
  } }
60763
- 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) {
60764
60749
  i0.ɵɵtext(0, " -- ");
60765
60750
  } }
60766
- 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) {
60767
60752
  i0.ɵɵtext(0);
60768
60753
  } if (rf & 2) {
60769
60754
  const ctx_r1 = i0.ɵɵnextContext(5);
60770
60755
  i0.ɵɵtextInterpolate1(" +", ctx_r1.formatPercentage(ctx_r1.Math.abs(ctx_r1.initialGapToClose().percentage), 1), " ");
60771
60756
  } }
60772
- 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) {
60773
60758
  i0.ɵɵtext(0);
60774
60759
  } if (rf & 2) {
60775
60760
  const ctx_r1 = i0.ɵɵnextContext(5);
60776
60761
  i0.ɵɵtextInterpolate2(" ", ctx_r1.initialGapToClose().percentage > 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.initialGapToClose().percentage, 1), " ");
60777
60762
  } }
60778
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_31_Conditional_26_Template(rf, ctx) { if (rf & 1) {
60779
- i0.ɵɵelementStart(0, "p", 55);
60780
- 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);
60781
60766
  i0.ɵɵelementEnd();
60782
60767
  } if (rf & 2) {
60783
60768
  const ctx_r1 = i0.ɵɵnextContext(4);
@@ -60785,37 +60770,37 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60785
60770
  i0.ɵɵadvance();
60786
60771
  i0.ɵɵconditional(ctx_r1.initialIsPaceAhead() ? 1 : 2);
60787
60772
  } }
60788
- 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) {
60789
60774
  const _r8 = i0.ɵɵgetCurrentView();
60790
- i0.ɵɵelementStart(0, "div", 47)(1, "div", 48);
60791
- i0.ɵɵelement(2, "div", 49);
60792
- 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);
60793
60778
  i0.ɵɵtext(4);
60794
60779
  i0.ɵɵelementEnd();
60795
- i0.ɵɵelement(5, "div", 49);
60780
+ i0.ɵɵelement(5, "div", 48);
60796
60781
  i0.ɵɵelementEnd();
60797
- i0.ɵɵelementStart(6, "div", 51)(7, "div")(8, "p", 52);
60782
+ i0.ɵɵelementStart(6, "div", 50)(7, "div")(8, "p", 51);
60798
60783
  i0.ɵɵtext(9);
60799
60784
  i0.ɵɵelementEnd();
60800
- i0.ɵɵelementStart(10, "div", 53)(11, "p", 54);
60801
- 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);
60802
60787
  i0.ɵɵelementEnd();
60803
- 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);
60804
60789
  i0.ɵɵelementEnd()();
60805
- i0.ɵɵelementStart(15, "div")(16, "div", 56)(17, "p", 20);
60790
+ i0.ɵɵelementStart(15, "div")(16, "div", 55)(17, "p", 19);
60806
60791
  i0.ɵɵtext(18);
60807
60792
  i0.ɵɵelementEnd();
60808
- i0.ɵɵelementStart(19, "button", 34);
60809
- 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()); });
60810
60795
  i0.ɵɵnamespaceSVG();
60811
- i0.ɵɵelementStart(20, "svg", 35);
60812
- i0.ɵɵelement(21, "path", 36);
60796
+ i0.ɵɵelementStart(20, "svg", 34);
60797
+ i0.ɵɵelement(21, "path", 35);
60813
60798
  i0.ɵɵelementEnd()()();
60814
60799
  i0.ɵɵnamespaceHTML();
60815
- i0.ɵɵelementStart(22, "div", 53)(23, "p", 54);
60816
- 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);
60817
60802
  i0.ɵɵelementEnd();
60818
- 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);
60819
60804
  i0.ɵɵelementEnd()()()();
60820
60805
  } if (rf & 2) {
60821
60806
  const ctx_r1 = i0.ɵɵnextContext(3);
@@ -60850,39 +60835,39 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
60850
60835
  i0.ɵɵadvance(2);
60851
60836
  i0.ɵɵconditional(ctx_r1.hasChangedFromInitial() && ctx_r1.initialGapToClose().percentage !== 0 ? 26 : -1);
60852
60837
  } }
60853
- function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
60854
- 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);
60855
60840
  i0.ɵɵtext(3);
60856
60841
  i0.ɵɵelementEnd();
60857
- i0.ɵɵelementStart(4, "div", 44)(5, "p", 45);
60842
+ i0.ɵɵelementStart(4, "div", 43)(5, "p", 44);
60858
60843
  i0.ɵɵtext(6);
60859
60844
  i0.ɵɵelementEnd();
60860
- 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);
60861
60846
  i0.ɵɵelementEnd()();
60862
- i0.ɵɵelementStart(8, "div", 47)(9, "div", 48);
60863
- i0.ɵɵelement(10, "div", 49);
60864
- 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);
60865
60850
  i0.ɵɵtext(12);
60866
60851
  i0.ɵɵelementEnd();
60867
- i0.ɵɵelement(13, "div", 49);
60852
+ i0.ɵɵelement(13, "div", 48);
60868
60853
  i0.ɵɵelementEnd();
60869
- i0.ɵɵelementStart(14, "div", 51)(15, "div")(16, "p", 52);
60854
+ i0.ɵɵelementStart(14, "div", 50)(15, "div")(16, "p", 51);
60870
60855
  i0.ɵɵtext(17);
60871
60856
  i0.ɵɵelementEnd();
60872
- i0.ɵɵelementStart(18, "div", 53)(19, "p", 54);
60873
- 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);
60874
60859
  i0.ɵɵelementEnd();
60875
- 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);
60876
60861
  i0.ɵɵelementEnd()();
60877
- i0.ɵɵelementStart(23, "div")(24, "p", 52);
60862
+ i0.ɵɵelementStart(23, "div")(24, "p", 51);
60878
60863
  i0.ɵɵtext(25);
60879
60864
  i0.ɵɵelementEnd();
60880
- i0.ɵɵelementStart(26, "div", 53)(27, "p", 54);
60881
- 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);
60882
60867
  i0.ɵɵelementEnd();
60883
- 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);
60884
60869
  i0.ɵɵelementEnd()()()();
60885
- 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);
60886
60871
  i0.ɵɵelementEnd();
60887
60872
  } if (rf & 2) {
60888
60873
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -60928,13 +60913,13 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf
60928
60913
  i0.ɵɵadvance();
60929
60914
  i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 31 : -1);
60930
60915
  } }
60931
- function EditMetricTargetModalComponent_Conditional_0_Conditional_35_For_11_Template(rf, ctx) { if (rf & 1) {
60932
- i0.ɵɵelementStart(0, "div", 61);
60933
- i0.ɵɵelement(1, "symphiq-user-display", 62);
60934
- 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);
60935
60920
  i0.ɵɵtext(4);
60936
60921
  i0.ɵɵelementEnd();
60937
- i0.ɵɵelementStart(5, "p", 65);
60922
+ i0.ɵɵelementStart(5, "p", 64);
60938
60923
  i0.ɵɵtext(6);
60939
60924
  i0.ɵɵelementEnd()()();
60940
60925
  } if (rf & 2) {
@@ -60951,18 +60936,18 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_35_For_11_Temp
60951
60936
  i0.ɵɵadvance();
60952
60937
  i0.ɵɵtextInterpolate(ctx_r1.formatHistoryDate(history_r9.createdDate));
60953
60938
  } }
60954
- function EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template(rf, ctx) { if (rf & 1) {
60955
- 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);
60956
60941
  i0.ɵɵtext(2, "Target history");
60957
60942
  i0.ɵɵelementEnd();
60958
- i0.ɵɵelementStart(3, "div", 58)(4, "div", 59)(5, "span");
60943
+ i0.ɵɵelementStart(3, "div", 57)(4, "div", 58)(5, "span");
60959
60944
  i0.ɵɵtext(6, "User");
60960
60945
  i0.ɵɵelementEnd();
60961
60946
  i0.ɵɵelementStart(7, "span");
60962
60947
  i0.ɵɵtext(8, "Amount set");
60963
60948
  i0.ɵɵelementEnd()();
60964
- i0.ɵɵelementStart(9, "div", 60);
60965
- 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);
60966
60951
  i0.ɵɵelementEnd()()();
60967
60952
  } if (rf & 2) {
60968
60953
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -60976,10 +60961,10 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template(rf
60976
60961
  i0.ɵɵadvance();
60977
60962
  i0.ɵɵrepeater(ctx_r1.filteredHistories());
60978
60963
  } }
60979
- 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) {
60980
60965
  const _r10 = i0.ɵɵgetCurrentView();
60981
- i0.ɵɵelementStart(0, "button", 29);
60982
- 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()); });
60983
60968
  i0.ɵɵtext(1, " Reset ");
60984
60969
  i0.ɵɵelementEnd();
60985
60970
  } if (rf & 2) {
@@ -60989,62 +60974,61 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_39_Template(rf
60989
60974
  function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
60990
60975
  const _r1 = i0.ɵɵgetCurrentView();
60991
60976
  i0.ɵɵelement(0, "symphiq-tooltip-container");
60992
- i0.ɵɵelementStart(1, "div", 2);
60993
- 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()); });
60994
- i0.ɵɵelementStart(2, "div", 3);
60995
- i0.ɵɵelement(3, "div", 4);
60996
- i0.ɵɵelementStart(4, "div", 5);
60997
- i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
60998
- i0.ɵɵelementStart(5, "div", 6)(6, "div", 7)(7, "div", 8)(8, "h3", 9);
60999
- 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);
61000
60984
  i0.ɵɵelementEnd()();
61001
- i0.ɵɵelementStart(10, "button", 10);
61002
- 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()); });
61003
60987
  i0.ɵɵnamespaceSVG();
61004
- i0.ɵɵelementStart(11, "svg", 11);
61005
- i0.ɵɵelement(12, "path", 12);
60988
+ i0.ɵɵelementStart(10, "svg", 10);
60989
+ i0.ɵɵelement(11, "path", 11);
61006
60990
  i0.ɵɵelementEnd()()()();
61007
60991
  i0.ɵɵnamespaceHTML();
61008
- 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);
61009
60993
  i0.ɵɵnamespaceSVG();
61010
- i0.ɵɵelementStart(18, "svg", 18);
61011
- i0.ɵɵelement(19, "path", 19);
60994
+ i0.ɵɵelementStart(17, "svg", 17);
60995
+ i0.ɵɵelement(18, "path", 18);
61012
60996
  i0.ɵɵelementEnd();
61013
60997
  i0.ɵɵnamespaceHTML();
61014
- i0.ɵɵelementStart(20, "div")(21, "p", 20);
61015
- i0.ɵɵtext(22);
60998
+ i0.ɵɵelementStart(19, "div")(20, "p", 19);
60999
+ i0.ɵɵtext(21);
61016
61000
  i0.ɵɵelementEnd();
61017
- i0.ɵɵelementStart(23, "p", 21);
61018
- i0.ɵɵtext(24);
61001
+ i0.ɵɵelementStart(22, "p", 20);
61002
+ i0.ɵɵtext(23);
61019
61003
  i0.ɵɵelementEnd()()();
61020
- 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);
61021
61005
  i0.ɵɵelementEnd();
61022
- i0.ɵɵelementStart(26, "div", 22)(27, "div", 23)(28, "button", 24);
61023
- 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")); });
61024
- 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 ");
61025
61009
  i0.ɵɵelementEnd();
61026
- i0.ɵɵelementStart(30, "button", 24);
61027
- 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")); });
61028
- 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);
61029
61013
  i0.ɵɵelementEnd()();
61030
- 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);
61031
61015
  i0.ɵɵelementEnd()();
61032
- 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);
61033
61017
  i0.ɵɵelementEnd();
61034
- 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);
61035
61019
  i0.ɵɵelementEnd();
61036
- i0.ɵɵelementStart(36, "div", 28)(37, "button", 29);
61037
- 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()); });
61038
- 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 ");
61039
61023
  i0.ɵɵelementEnd();
61040
- i0.ɵɵconditionalCreate(39, EditMetricTargetModalComponent_Conditional_0_Conditional_39_Template, 2, 1, "button", 30);
61041
- i0.ɵɵelementStart(40, "button", 31);
61042
- 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()); });
61043
- i0.ɵɵtext(41, " Apply Target ");
61044
- 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()()()();
61045
61029
  } if (rf & 2) {
61046
61030
  const ctx_r1 = i0.ɵɵnextContext();
61047
- i0.ɵɵadvance(3);
61031
+ i0.ɵɵadvance(2);
61048
61032
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
61049
61033
  i0.ɵɵadvance();
61050
61034
  i0.ɵɵproperty("ngClass", ctx_r1.modalContainerClasses())("@slideUpFade", undefined);
@@ -61071,7 +61055,7 @@ function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf
61071
61055
  i0.ɵɵadvance();
61072
61056
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.priorYearValue()), " ");
61073
61057
  i0.ɵɵadvance();
61074
- i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 25 : -1);
61058
+ i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 24 : -1);
61075
61059
  i0.ɵɵadvance(3);
61076
61060
  i0.ɵɵproperty("ngClass", ctx_r1.inputModeButtonClasses("absolute"));
61077
61061
  i0.ɵɵadvance(2);
@@ -61079,17 +61063,17 @@ function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf
61079
61063
  i0.ɵɵadvance();
61080
61064
  i0.ɵɵtextInterpolate1(" % ", ctx_r1.isIncreaseBad() ? "Decrease" : "Increase", " ");
61081
61065
  i0.ɵɵadvance();
61082
- i0.ɵɵconditional(ctx_r1.inputMode() === "absolute" ? 32 : 33);
61066
+ i0.ɵɵconditional(ctx_r1.inputMode() === "absolute" ? 31 : 32);
61083
61067
  i0.ɵɵadvance(2);
61084
- i0.ɵɵconditional(ctx_r1.calculatedTarget() > 0 ? 34 : -1);
61068
+ i0.ɵɵconditional(ctx_r1.calculatedTarget() > 0 ? 33 : -1);
61085
61069
  i0.ɵɵadvance();
61086
- i0.ɵɵconditional(ctx_r1.filteredHistories().length > 0 ? 35 : -1);
61070
+ i0.ɵɵconditional(ctx_r1.filteredHistories().length > 0 ? 34 : -1);
61087
61071
  i0.ɵɵadvance();
61088
61072
  i0.ɵɵproperty("ngClass", ctx_r1.footerClasses());
61089
61073
  i0.ɵɵadvance();
61090
61074
  i0.ɵɵproperty("ngClass", ctx_r1.cancelButtonClasses());
61091
61075
  i0.ɵɵadvance(2);
61092
- i0.ɵɵconditional(ctx_r1.hasChangedFromInitial() ? 39 : -1);
61076
+ i0.ɵɵconditional(ctx_r1.hasChangedFromInitial() ? 38 : -1);
61093
61077
  i0.ɵɵadvance();
61094
61078
  i0.ɵɵproperty("disabled", !ctx_r1.isTargetValid() || !ctx_r1.hasChangedFromInitial())("ngClass", ctx_r1.applyButtonClasses());
61095
61079
  } }
@@ -61704,8 +61688,8 @@ class EditMetricTargetModalComponent {
61704
61688
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.percentageInputRef = _t.first);
61705
61689
  } }, hostBindings: function EditMetricTargetModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
61706
61690
  i0.ɵɵlistener("keydown.escape", function EditMetricTargetModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscape(); }, i0.ɵɵresolveDocument);
61707
- } }, 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", "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) {
61708
- 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);
61709
61693
  } if (rf & 2) {
61710
61694
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
61711
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: [
@@ -61747,20 +61731,20 @@ class EditMetricTargetModalComponent {
61747
61731
  template: `
61748
61732
  @if (isOpen()) {
61749
61733
  <symphiq-tooltip-container />
61750
- <div class="fixed inset-0 overflow-y-auto z-[100]" (click)="close()">
61751
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
61752
- <div
61753
- [ngClass]="backdropClasses()"
61754
- class="fixed inset-0 backdrop-blur-md"
61755
- aria-hidden="true"
61756
- @fadeIn>
61757
- </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>
61758
61742
 
61759
- <div
61760
- (click)="$event.stopPropagation()"
61761
- [ngClass]="modalContainerClasses()"
61762
- class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
61763
- @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>
61764
61748
 
61765
61749
  <div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
61766
61750
  <div class="flex items-start justify-between">
@@ -62111,8 +62095,7 @@ class EditMetricTargetModalComponent {
62111
62095
  </div>
62112
62096
  </div>
62113
62097
  </div>
62114
- </div>
62115
- }
62098
+ }
62116
62099
  `
62117
62100
  }]
62118
62101
  }], () => [{ type: i0.Injector }], { absoluteInputRef: [{
@@ -62125,7 +62108,7 @@ class EditMetricTargetModalComponent {
62125
62108
  type: HostListener,
62126
62109
  args: ['document:keydown.escape']
62127
62110
  }] }); })();
62128
- (() => { (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 }); })();
62129
62112
 
62130
62113
  const _c0$B = ["absoluteInputRef"];
62131
62114
  const _c1$f = ["percentageInputRef"];
@@ -69982,6 +69965,10 @@ class MetricExecutiveSummaryComponent {
69982
69965
  this.quickWinTextClasses = computed(() => this.isDark() ? 'text-slate-100' : 'text-slate-900', ...(ngDevMode ? [{ debugName: "quickWinTextClasses" }] : []));
69983
69966
  this.metaTextClasses = computed(() => this.isDark() ? 'text-slate-400' : 'text-slate-600', ...(ngDevMode ? [{ debugName: "metaTextClasses" }] : []));
69984
69967
  }
69968
+ handleViewMetricDetailsClick() {
69969
+ console.log('[MetricExecutiveSummary] View Metric Details button clicked!');
69970
+ this.viewMetricDetailsClick.emit();
69971
+ }
69985
69972
  getYoyIcon() {
69986
69973
  const change = this.summary().yoyChange;
69987
69974
  if (!change)
@@ -70085,7 +70072,7 @@ class MetricExecutiveSummaryComponent {
70085
70072
  i0.ɵɵconditionalCreate(11, MetricExecutiveSummaryComponent_Conditional_11_Template, 1, 3, "symphiq-grade-badge", 9);
70086
70073
  i0.ɵɵelementEnd();
70087
70074
  i0.ɵɵelementStart(12, "button", 10);
70088
- 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(); });
70089
70076
  i0.ɵɵelementStart(13, "div", 11);
70090
70077
  i0.ɵɵconditionalCreate(14, MetricExecutiveSummaryComponent_Conditional_14_Template, 8, 9, "div", 12);
70091
70078
  i0.ɵɵconditionalCreate(15, MetricExecutiveSummaryComponent_Conditional_15_Template, 7, 8, "div", 12);
@@ -70189,7 +70176,7 @@ class MetricExecutiveSummaryComponent {
70189
70176
  <!-- Metric Performance Cards -->
70190
70177
  <button
70191
70178
  type="button"
70192
- (click)="viewMetricDetailsClick.emit()"
70179
+ (click)="handleViewMetricDetailsClick()"
70193
70180
  class="w-full text-left cursor-pointer group"
70194
70181
  >
70195
70182
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
@@ -89964,32 +89951,32 @@ const _c0$b = ["modalContent"];
89964
89951
  const _c1$3 = ["modalWrapper"];
89965
89952
  const _c2$3 = ["scrollContainer"];
89966
89953
  const _forTrack0$9 = ($index, $item) => $item.id;
89967
- 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) {
89968
89955
  const _r3 = i0.ɵɵgetCurrentView();
89969
- i0.ɵɵelementStart(0, "symphiq-profile-question-history", 9);
89970
- 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)); });
89971
89958
  i0.ɵɵelementEnd();
89972
89959
  } if (rf & 2) {
89973
89960
  const ctx_r1 = i0.ɵɵnextContext(3);
89974
89961
  i0.ɵɵproperty("question", ctx_r1.questionForHistory())("viewMode", ctx_r1.viewMode())("profileAnswerHistories", ctx_r1.profileAnswerHistories())("profileAnswers", ctx_r1.profileAnswers())("users", ctx_r1.users());
89975
89962
  } }
89976
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
89977
- 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);
89978
89965
  } if (rf & 2) {
89979
89966
  const ctx_r1 = i0.ɵɵnextContext(2);
89980
89967
  i0.ɵɵconditional(ctx_r1.questionForHistory() ? 0 : -1);
89981
89968
  } }
89982
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_17_Template(rf, ctx) { if (rf & 1) {
89983
- 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);
89984
89971
  i0.ɵɵnamespaceSVG();
89985
- i0.ɵɵelementStart(2, "svg", 26);
89986
- i0.ɵɵelement(3, "path", 27);
89972
+ i0.ɵɵelementStart(2, "svg", 24);
89973
+ i0.ɵɵelement(3, "path", 25);
89987
89974
  i0.ɵɵelementEnd()();
89988
89975
  i0.ɵɵnamespaceHTML();
89989
- i0.ɵɵelementStart(4, "h3", 28);
89976
+ i0.ɵɵelementStart(4, "h3", 26);
89990
89977
  i0.ɵɵtext(5, " No questions found ");
89991
89978
  i0.ɵɵelementEnd();
89992
- i0.ɵɵelementStart(6, "p", 29);
89979
+ i0.ɵɵelementStart(6, "p", 27);
89993
89980
  i0.ɵɵtext(7);
89994
89981
  i0.ɵɵelementEnd()();
89995
89982
  } if (rf & 2) {
@@ -90003,48 +89990,48 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_
90003
89990
  i0.ɵɵadvance();
90004
89991
  i0.ɵɵtextInterpolate1(" There are no questions for this ", ctx_r1.viewType() === "category" ? "category" : "focus area", ". ");
90005
89992
  } }
90006
- 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) {
90007
89994
  const _r5 = i0.ɵɵgetCurrentView();
90008
- i0.ɵɵelementStart(0, "symphiq-profile-question-card", 31);
90009
- 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)); });
90010
89997
  i0.ɵɵelementEnd();
90011
89998
  } if (rf & 2) {
90012
89999
  const question_r6 = ctx.$implicit;
90013
90000
  const ctx_r1 = i0.ɵɵnextContext(4);
90014
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());
90015
90002
  } }
90016
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_Template(rf, ctx) { if (rf & 1) {
90017
- i0.ɵɵelementStart(0, "div", 24);
90018
- 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);
90019
90006
  i0.ɵɵelementEnd();
90020
90007
  } if (rf & 2) {
90021
90008
  const ctx_r1 = i0.ɵɵnextContext(3);
90022
90009
  i0.ɵɵadvance();
90023
90010
  i0.ɵɵrepeater(ctx_r1.filteredQuestions());
90024
90011
  } }
90025
- 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) {
90026
90013
  const _r4 = i0.ɵɵgetCurrentView();
90027
- 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);
90028
90015
  i0.ɵɵtext(4);
90029
90016
  i0.ɵɵelementEnd();
90030
- i0.ɵɵelementStart(5, "h3", 14);
90017
+ i0.ɵɵelementStart(5, "h3", 12);
90031
90018
  i0.ɵɵtext(6);
90032
90019
  i0.ɵɵelementEnd();
90033
- i0.ɵɵelementStart(7, "div", 15)(8, "div", 16);
90034
- i0.ɵɵelement(9, "div", 17);
90020
+ i0.ɵɵelementStart(7, "div", 13)(8, "div", 14);
90021
+ i0.ɵɵelement(9, "div", 15);
90035
90022
  i0.ɵɵelementEnd();
90036
- i0.ɵɵelementStart(10, "div", 18);
90023
+ i0.ɵɵelementStart(10, "div", 16);
90037
90024
  i0.ɵɵtext(11);
90038
90025
  i0.ɵɵelementEnd()()();
90039
- i0.ɵɵelementStart(12, "button", 19);
90040
- 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()); });
90041
90028
  i0.ɵɵnamespaceSVG();
90042
- i0.ɵɵelementStart(13, "svg", 20);
90043
- i0.ɵɵelement(14, "path", 21);
90029
+ i0.ɵɵelementStart(13, "svg", 18);
90030
+ i0.ɵɵelement(14, "path", 19);
90044
90031
  i0.ɵɵelementEnd()()()();
90045
90032
  i0.ɵɵnamespaceHTML();
90046
- i0.ɵɵelementStart(15, "div", 22, 2);
90047
- 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);
90048
90035
  i0.ɵɵelementEnd();
90049
90036
  } if (rf & 2) {
90050
90037
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -90073,8 +90060,8 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template(rf,
90073
90060
  i0.ɵɵadvance(2);
90074
90061
  i0.ɵɵconditional(ctx_r1.filteredQuestions().length === 0 ? 17 : 18);
90075
90062
  } }
90076
- function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template(rf, ctx) { if (rf & 1) {
90077
- 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);
90078
90065
  i0.ɵɵtext(1);
90079
90066
  i0.ɵɵelementEnd();
90080
90067
  } if (rf & 2) {
@@ -90083,38 +90070,38 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_
90083
90070
  i0.ɵɵadvance();
90084
90071
  i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
90085
90072
  } }
90086
- 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) {
90087
90074
  const _r8 = i0.ɵɵgetCurrentView();
90088
- i0.ɵɵelementStart(0, "symphiq-profile-question-answer", 38);
90089
- 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()); });
90090
90077
  i0.ɵɵelementEnd();
90091
90078
  } if (rf & 2) {
90092
90079
  const ctx_r1 = i0.ɵɵnextContext(3);
90093
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());
90094
90081
  } }
90095
- 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) {
90096
90083
  const _r7 = i0.ɵɵgetCurrentView();
90097
- i0.ɵɵelementStart(0, "div", 10)(1, "div", 11)(2, "div", 32)(3, "button", 33);
90098
- 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()); });
90099
90086
  i0.ɵɵnamespaceSVG();
90100
- i0.ɵɵelementStart(4, "svg", 20);
90101
- i0.ɵɵelement(5, "path", 34);
90087
+ i0.ɵɵelementStart(4, "svg", 18);
90088
+ i0.ɵɵelement(5, "path", 32);
90102
90089
  i0.ɵɵelementEnd()();
90103
90090
  i0.ɵɵnamespaceHTML();
90104
90091
  i0.ɵɵelementStart(6, "div");
90105
- i0.ɵɵconditionalCreate(7, ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template, 2, 2, "div", 13);
90106
- 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);
90107
90094
  i0.ɵɵtext(9);
90108
90095
  i0.ɵɵelementEnd()()();
90109
- i0.ɵɵelementStart(10, "button", 33);
90110
- 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()); });
90111
90098
  i0.ɵɵnamespaceSVG();
90112
- i0.ɵɵelementStart(11, "svg", 20);
90113
- i0.ɵɵelement(12, "path", 21);
90099
+ i0.ɵɵelementStart(11, "svg", 18);
90100
+ i0.ɵɵelement(12, "path", 19);
90114
90101
  i0.ɵɵelementEnd()()()();
90115
90102
  i0.ɵɵnamespaceHTML();
90116
- i0.ɵɵelementStart(13, "div", 36);
90117
- 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);
90118
90105
  i0.ɵɵelementEnd();
90119
90106
  } if (rf & 2) {
90120
90107
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -90134,22 +90121,21 @@ function ProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template(rf,
90134
90121
  } }
90135
90122
  function ProfileQuestionsModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
90136
90123
  const _r1 = i0.ɵɵgetCurrentView();
90137
- i0.ɵɵelementStart(0, "div", 4, 0);
90138
- 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()); });
90139
- i0.ɵɵelementStart(2, "div", 5);
90140
- i0.ɵɵelement(3, "div", 6);
90141
- i0.ɵɵelementStart(4, "div", 7, 1);
90142
- i0.ɵɵlistener("click", function ProfileQuestionsModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
90143
- 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);
90144
- 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()();
90145
90131
  } if (rf & 2) {
90146
90132
  const ctx_r1 = i0.ɵɵnextContext();
90147
- i0.ɵɵadvance(3);
90133
+ i0.ɵɵadvance(2);
90148
90134
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
90149
90135
  i0.ɵɵadvance();
90150
90136
  i0.ɵɵproperty("ngClass", ctx_r1.containerClasses())("@slideUpFade", undefined);
90151
90137
  i0.ɵɵadvance(2);
90152
- i0.ɵɵconditional(ctx_r1.historyModeActive() ? 6 : !ctx_r1.answerModeActive() ? 7 : 8);
90138
+ i0.ɵɵconditional(ctx_r1.historyModeActive() ? 5 : !ctx_r1.answerModeActive() ? 6 : 7);
90153
90139
  } }
90154
90140
  class ProfileQuestionsModalComponent {
90155
90141
  isQuestionAnswered(q) {
@@ -90527,8 +90513,8 @@ class ProfileQuestionsModalComponent {
90527
90513
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
90528
90514
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
90529
90515
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
90530
- } }, 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", "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) {
90531
- 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);
90532
90518
  } if (rf & 2) {
90533
90519
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
90534
90520
  } }, dependencies: [CommonModule, i1$1.NgClass, ProfileQuestionCardComponent, ProfileQuestionAnswerComponent, ProfileQuestionHistoryComponent], encapsulation: 2, data: { animation: [
@@ -90571,21 +90557,20 @@ class ProfileQuestionsModalComponent {
90571
90557
  @if (isOpen()) {
90572
90558
  <div
90573
90559
  #modalWrapper
90574
- class="fixed inset-0 overflow-y-auto z-[9000]"
90575
- (click)="onBackdropClick()">
90576
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
90577
- <div
90578
- [ngClass]="backdropClasses()"
90579
- class="fixed inset-0 backdrop-blur-sm"
90580
- aria-hidden="true"
90581
- @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>
90582
90567
 
90583
- <div
90584
- #modalContent
90585
- (click)="$event.stopPropagation()"
90586
- [ngClass]="containerClasses()"
90587
- class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
90588
- @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>
90589
90574
 
90590
90575
  @if (historyModeActive()) {
90591
90576
  @if (questionForHistory()) {
@@ -90732,8 +90717,7 @@ class ProfileQuestionsModalComponent {
90732
90717
  }
90733
90718
  </div>
90734
90719
  </div>
90735
- </div>
90736
- }
90720
+ }
90737
90721
  `
90738
90722
  }]
90739
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: [{
@@ -90746,7 +90730,7 @@ class ProfileQuestionsModalComponent {
90746
90730
  type: ViewChild,
90747
90731
  args: ['scrollContainer']
90748
90732
  }] }); })();
90749
- (() => { (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 }); })();
90750
90734
 
90751
90735
  const _c0$a = ["chartdiv"];
90752
90736
  function ProfileStatusCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
@@ -103194,32 +103178,32 @@ const _c0$3 = ["modalContent"];
103194
103178
  const _c1 = ["modalWrapper"];
103195
103179
  const _c2 = ["scrollContainer"];
103196
103180
  const _forTrack0 = ($index, $item) => $item.id;
103197
- 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) {
103198
103182
  const _r3 = i0.ɵɵgetCurrentView();
103199
- i0.ɵɵelementStart(0, "symphiq-shop-profile-question-history", 9);
103200
- 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)); });
103201
103185
  i0.ɵɵelementEnd();
103202
103186
  } if (rf & 2) {
103203
103187
  const ctx_r1 = i0.ɵɵnextContext(3);
103204
103188
  i0.ɵɵproperty("question", ctx_r1.questionForHistory())("viewMode", ctx_r1.viewMode())("profileAnswerHistories", ctx_r1.profileAnswerHistories())("profileAnswers", ctx_r1.profileAnswers())("users", ctx_r1.users());
103205
103189
  } }
103206
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_6_Template(rf, ctx) { if (rf & 1) {
103207
- 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);
103208
103192
  } if (rf & 2) {
103209
103193
  const ctx_r1 = i0.ɵɵnextContext(2);
103210
103194
  i0.ɵɵconditional(ctx_r1.questionForHistory() ? 0 : -1);
103211
103195
  } }
103212
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_17_Template(rf, ctx) { if (rf & 1) {
103213
- 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);
103214
103198
  i0.ɵɵnamespaceSVG();
103215
- i0.ɵɵelementStart(2, "svg", 26);
103216
- i0.ɵɵelement(3, "path", 27);
103199
+ i0.ɵɵelementStart(2, "svg", 24);
103200
+ i0.ɵɵelement(3, "path", 25);
103217
103201
  i0.ɵɵelementEnd()();
103218
103202
  i0.ɵɵnamespaceHTML();
103219
- i0.ɵɵelementStart(4, "h3", 28);
103203
+ i0.ɵɵelementStart(4, "h3", 26);
103220
103204
  i0.ɵɵtext(5, " No questions found ");
103221
103205
  i0.ɵɵelementEnd();
103222
- i0.ɵɵelementStart(6, "p", 29);
103206
+ i0.ɵɵelementStart(6, "p", 27);
103223
103207
  i0.ɵɵtext(7);
103224
103208
  i0.ɵɵelementEnd()();
103225
103209
  } if (rf & 2) {
@@ -103233,48 +103217,48 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditio
103233
103217
  i0.ɵɵadvance();
103234
103218
  i0.ɵɵtextInterpolate1(" There are no questions for this ", ctx_r1.viewType() === "category" ? "category" : "focus area", ". ");
103235
103219
  } }
103236
- 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) {
103237
103221
  const _r5 = i0.ɵɵgetCurrentView();
103238
- i0.ɵɵelementStart(0, "symphiq-shop-profile-question-card", 31);
103239
- 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)); });
103240
103224
  i0.ɵɵelementEnd();
103241
103225
  } if (rf & 2) {
103242
103226
  const question_r6 = ctx.$implicit;
103243
103227
  const ctx_r1 = i0.ɵɵnextContext(4);
103244
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());
103245
103229
  } }
103246
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Conditional_18_Template(rf, ctx) { if (rf & 1) {
103247
- i0.ɵɵelementStart(0, "div", 24);
103248
- 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);
103249
103233
  i0.ɵɵelementEnd();
103250
103234
  } if (rf & 2) {
103251
103235
  const ctx_r1 = i0.ɵɵnextContext(3);
103252
103236
  i0.ɵɵadvance();
103253
103237
  i0.ɵɵrepeater(ctx_r1.filteredQuestions());
103254
103238
  } }
103255
- 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) {
103256
103240
  const _r4 = i0.ɵɵgetCurrentView();
103257
- 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);
103258
103242
  i0.ɵɵtext(4);
103259
103243
  i0.ɵɵelementEnd();
103260
- i0.ɵɵelementStart(5, "h3", 14);
103244
+ i0.ɵɵelementStart(5, "h3", 12);
103261
103245
  i0.ɵɵtext(6);
103262
103246
  i0.ɵɵelementEnd();
103263
- i0.ɵɵelementStart(7, "div", 15)(8, "div", 16);
103264
- i0.ɵɵelement(9, "div", 17);
103247
+ i0.ɵɵelementStart(7, "div", 13)(8, "div", 14);
103248
+ i0.ɵɵelement(9, "div", 15);
103265
103249
  i0.ɵɵelementEnd();
103266
- i0.ɵɵelementStart(10, "div", 18);
103250
+ i0.ɵɵelementStart(10, "div", 16);
103267
103251
  i0.ɵɵtext(11);
103268
103252
  i0.ɵɵelementEnd()()();
103269
- i0.ɵɵelementStart(12, "button", 19);
103270
- 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()); });
103271
103255
  i0.ɵɵnamespaceSVG();
103272
- i0.ɵɵelementStart(13, "svg", 20);
103273
- i0.ɵɵelement(14, "path", 21);
103256
+ i0.ɵɵelementStart(13, "svg", 18);
103257
+ i0.ɵɵelement(14, "path", 19);
103274
103258
  i0.ɵɵelementEnd()()()();
103275
103259
  i0.ɵɵnamespaceHTML();
103276
- i0.ɵɵelementStart(15, "div", 22, 2);
103277
- 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);
103278
103262
  i0.ɵɵelementEnd();
103279
103263
  } if (rf & 2) {
103280
103264
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -103303,8 +103287,8 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_7_Template
103303
103287
  i0.ɵɵadvance(2);
103304
103288
  i0.ɵɵconditional(ctx_r1.filteredQuestions().length === 0 ? 17 : 18);
103305
103289
  } }
103306
- function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template(rf, ctx) { if (rf & 1) {
103307
- 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);
103308
103292
  i0.ɵɵtext(1);
103309
103293
  i0.ɵɵelementEnd();
103310
103294
  } if (rf & 2) {
@@ -103313,38 +103297,38 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditio
103313
103297
  i0.ɵɵadvance();
103314
103298
  i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
103315
103299
  } }
103316
- 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) {
103317
103301
  const _r8 = i0.ɵɵgetCurrentView();
103318
- i0.ɵɵelementStart(0, "symphiq-shop-profile-question-answer", 38);
103319
- 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()); });
103320
103304
  i0.ɵɵelementEnd();
103321
103305
  } if (rf & 2) {
103322
103306
  const ctx_r1 = i0.ɵɵnextContext(3);
103323
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());
103324
103308
  } }
103325
- 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) {
103326
103310
  const _r7 = i0.ɵɵgetCurrentView();
103327
- i0.ɵɵelementStart(0, "div", 10)(1, "div", 11)(2, "div", 32)(3, "button", 33);
103328
- 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()); });
103329
103313
  i0.ɵɵnamespaceSVG();
103330
- i0.ɵɵelementStart(4, "svg", 20);
103331
- i0.ɵɵelement(5, "path", 34);
103314
+ i0.ɵɵelementStart(4, "svg", 18);
103315
+ i0.ɵɵelement(5, "path", 32);
103332
103316
  i0.ɵɵelementEnd()();
103333
103317
  i0.ɵɵnamespaceHTML();
103334
103318
  i0.ɵɵelementStart(6, "div");
103335
- i0.ɵɵconditionalCreate(7, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Conditional_7_Template, 2, 2, "div", 13);
103336
- 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);
103337
103321
  i0.ɵɵtext(9);
103338
103322
  i0.ɵɵelementEnd()()();
103339
- i0.ɵɵelementStart(10, "button", 33);
103340
- 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()); });
103341
103325
  i0.ɵɵnamespaceSVG();
103342
- i0.ɵɵelementStart(11, "svg", 20);
103343
- i0.ɵɵelement(12, "path", 21);
103326
+ i0.ɵɵelementStart(11, "svg", 18);
103327
+ i0.ɵɵelement(12, "path", 19);
103344
103328
  i0.ɵɵelementEnd()()()();
103345
103329
  i0.ɵɵnamespaceHTML();
103346
- i0.ɵɵelementStart(13, "div", 36);
103347
- 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);
103348
103332
  i0.ɵɵelementEnd();
103349
103333
  } if (rf & 2) {
103350
103334
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -103364,22 +103348,21 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template
103364
103348
  } }
103365
103349
  function ShopProfileQuestionsModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
103366
103350
  const _r1 = i0.ɵɵgetCurrentView();
103367
- i0.ɵɵelementStart(0, "div", 4, 0);
103368
- 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()); });
103369
- i0.ɵɵelementStart(2, "div", 5);
103370
- i0.ɵɵelement(3, "div", 6);
103371
- i0.ɵɵelementStart(4, "div", 7, 1);
103372
- i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_4_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
103373
- 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);
103374
- 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()();
103375
103358
  } if (rf & 2) {
103376
103359
  const ctx_r1 = i0.ɵɵnextContext();
103377
- i0.ɵɵadvance(3);
103360
+ i0.ɵɵadvance(2);
103378
103361
  i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
103379
103362
  i0.ɵɵadvance();
103380
103363
  i0.ɵɵproperty("ngClass", ctx_r1.containerClasses())("@slideUpFade", undefined);
103381
103364
  i0.ɵɵadvance(2);
103382
- i0.ɵɵconditional(ctx_r1.historyModeActive() ? 6 : !ctx_r1.answerModeActive() ? 7 : 8);
103365
+ i0.ɵɵconditional(ctx_r1.historyModeActive() ? 5 : !ctx_r1.answerModeActive() ? 6 : 7);
103383
103366
  } }
103384
103367
  class ShopProfileQuestionsModalComponent {
103385
103368
  constructor() {
@@ -103736,8 +103719,8 @@ class ShopProfileQuestionsModalComponent {
103736
103719
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
103737
103720
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
103738
103721
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
103739
- } }, 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", "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) {
103740
- 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);
103741
103724
  } if (rf & 2) {
103742
103725
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
103743
103726
  } }, dependencies: [CommonModule, i1$1.NgClass, ShopProfileQuestionCardComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionHistoryComponent], encapsulation: 2, data: { animation: [
@@ -103780,21 +103763,20 @@ class ShopProfileQuestionsModalComponent {
103780
103763
  @if (isOpen()) {
103781
103764
  <div
103782
103765
  #modalWrapper
103783
- class="fixed inset-0 overflow-y-auto z-[9000]"
103784
- (click)="onBackdropClick()">
103785
- <div class="flex items-center justify-center min-h-screen px-4 py-4">
103786
- <div
103787
- [ngClass]="backdropClasses()"
103788
- class="fixed inset-0 backdrop-blur-sm"
103789
- aria-hidden="true"
103790
- @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>
103791
103773
 
103792
- <div
103793
- #modalContent
103794
- (click)="$event.stopPropagation()"
103795
- [ngClass]="containerClasses()"
103796
- class="relative w-full max-w-4xl rounded-2xl text-left overflow-hidden shadow-xl border backdrop-blur-xl"
103797
- @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>
103798
103780
 
103799
103781
  @if (historyModeActive()) {
103800
103782
  <!-- History Mode -->
@@ -103949,8 +103931,7 @@ class ShopProfileQuestionsModalComponent {
103949
103931
  }
103950
103932
  </div>
103951
103933
  </div>
103952
- </div>
103953
- }
103934
+ }
103954
103935
  `
103955
103936
  }]
103956
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: [{
@@ -103963,7 +103944,7 @@ class ShopProfileQuestionsModalComponent {
103963
103944
  type: ViewChild,
103964
103945
  args: ['scrollContainer']
103965
103946
  }] }); })();
103966
- (() => { (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 }); })();
103967
103948
 
103968
103949
  const _c0$2 = ["chartdiv"];
103969
103950
  function ShopProfileStatusCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {