@eric-emg/symphiq-components 1.2.263 → 1.2.264

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { ViewModeEnum, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, MetricEnum, DimensionEnum, UiDataPeriodEnum, UiDataComparePeriodEnum, ChartTypeEnum, IconSourceEnum, ProfileAnalysisRecommendationPriorityEnum, ProfileItemTypeEnum, PriceVsCompetitorsEnum, DifferentiationStrengthEnum, ThreatLevelEnum, normalizeToV3, FocusAreaDetailStatusEnum, FocusAreaDomainEnumUtil, FocusAreaDomainEnum, ShopDataLoadStatusEnum, MetricEnumUtil, NumberTypeEnum, LineChartUseCaseEnum, FunnelMetricTypeEnum, AiDynamicContentStatusEnum, FocusAreaHealthEnum, ProfileAnalysisPriorityEnum, CapabilityStateEnum, QuadrantEnum, AdvantageEnum, OverallGradeEnum, OperationalMaturityEnum, ProfileAnalysisEffortLevelEnum, ProfileAnalysisImpactLevelEnum, ProfileAnalysisTypeEnum, BarChartUseCaseEnum } from '@jebgem/model';
2
2
  export * from '@jebgem/model';
3
3
  import * as i0 from '@angular/core';
4
- import { Injectable, signal, computed, input, ChangeDetectionStrategy, Component, output, inject, ElementRef, Renderer2, effect, Directive, HostListener, untracked, ViewChild, PLATFORM_ID, Inject, Input } from '@angular/core';
4
+ import { Injectable, signal, computed, input, ChangeDetectionStrategy, Component, output, inject, ElementRef, Renderer2, effect, Directive, HostListener, untracked, ViewChild, PLATFORM_ID, Inject, Input, afterNextRender } from '@angular/core';
5
5
  import { BehaviorSubject, of, fromEvent, shareReplay as shareReplay$1, catchError as catchError$1 } from 'rxjs';
6
6
  import { map, catchError, shareReplay, debounceTime, switchMap } from 'rxjs/operators';
7
7
  import * as i1 from '@angular/common/http';
@@ -3224,8 +3224,8 @@ class DataLoaderService {
3224
3224
  args: [{ providedIn: 'root' }]
3225
3225
  }], () => [{ type: i1.HttpClient }], null); })();
3226
3226
 
3227
- const _c0$17 = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
3228
- const _c1$D = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
3227
+ const _c0$18 = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
3228
+ const _c1$E = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
3229
3229
  class SkeletonLoaderComponent {
3230
3230
  constructor() {
3231
3231
  this.width = input('100%', ...(ngDevMode ? [{ debugName: "width" }] : []));
@@ -3241,9 +3241,9 @@ class SkeletonLoaderComponent {
3241
3241
  } if (rf & 2) {
3242
3242
  i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
3243
3243
  i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
3244
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$17, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
3244
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$18, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
3245
3245
  i0.ɵɵadvance();
3246
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$D, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
3246
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$E, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
3247
3247
  } }, dependencies: [NgClass], styles: [".skeleton-loader[_ngcontent-%COMP%]{position:relative;overflow:hidden}.skeleton-shimmer-overlay[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_shimmer 2s infinite cubic-bezier(.4,0,.6,1);transform:translate(-100%)}@keyframes _ngcontent-%COMP%_shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _ngcontent-%COMP%_pulse{0%,to{opacity:1}50%{opacity:.6}}"], changeDetection: 0 }); }
3248
3248
  }
3249
3249
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonLoaderComponent, [{
@@ -3281,7 +3281,7 @@ const ChartContainerComponent_Conditional_1_Conditional_13_Defer_2_DepsFn = () =
3281
3281
  const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
3282
3282
  const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
3283
3283
  const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
3284
- const _c0$16 = (a0, a1) => [a0, a1];
3284
+ const _c0$17 = (a0, a1) => [a0, a1];
3285
3285
  function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
3286
3286
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
3287
3287
  i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
@@ -3333,7 +3333,7 @@ function ChartContainerComponent_Conditional_1_Conditional_11_Template(rf, ctx)
3333
3333
  i0.ɵɵelementEnd()();
3334
3334
  } if (rf & 2) {
3335
3335
  const ctx_r0 = i0.ɵɵnextContext(2);
3336
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$16, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
3336
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$17, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
3337
3337
  } }
3338
3338
  function ChartContainerComponent_Conditional_1_Conditional_13_Defer_0_Template(rf, ctx) { if (rf & 1) {
3339
3339
  i0.ɵɵelement(0, "symphiq-line-chart", 23);
@@ -4935,7 +4935,7 @@ class CompetitivePositioningSummaryComponent {
4935
4935
  }], null, { metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], overallDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "overallDescription", required: false }] }], competitiveBenchmark: [{ type: i0.Input, args: [{ isSignal: true, alias: "competitiveBenchmark", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], scrollToCompetitive: [{ type: i0.Output, args: ["scrollToCompetitive"] }] }); })();
4936
4936
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
4937
4937
 
4938
- const _c0$15 = () => [1, 2, 3, 4];
4938
+ const _c0$16 = () => [1, 2, 3, 4];
4939
4939
  function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
4940
4940
  i0.ɵɵelementStart(0, "div", 9);
4941
4941
  i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
@@ -4969,7 +4969,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
4969
4969
  i0.ɵɵadvance(2);
4970
4970
  i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
4971
4971
  i0.ɵɵadvance(2);
4972
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$15));
4972
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$16));
4973
4973
  i0.ɵɵadvance(2);
4974
4974
  i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
4975
4975
  } }
@@ -6184,8 +6184,8 @@ class OverallAssessmentComponent {
6184
6184
  }], null, { assessment: [{ type: i0.Input, args: [{ isSignal: true, alias: "assessment", required: false }] }], revenueMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "revenueMetric", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isChartsLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChartsLoading", required: false }] }], strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: false }] }], weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], scrollToSection: [{ type: i0.Output, args: ["scrollToSection"] }] }); })();
6185
6185
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
6186
6186
 
6187
- const _c0$14 = () => [1, 2, 3];
6188
- const _c1$C = () => [1, 2, 3, 4];
6187
+ const _c0$15 = () => [1, 2, 3];
6188
+ const _c1$D = () => [1, 2, 3, 4];
6189
6189
  const _c2$q = () => [];
6190
6190
  function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
6191
6191
  i0.ɵɵelementStart(0, "div", 7);
@@ -6222,9 +6222,9 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
6222
6222
  i0.ɵɵadvance();
6223
6223
  i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
6224
6224
  i0.ɵɵadvance();
6225
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$14));
6225
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$15));
6226
6226
  i0.ɵɵadvance(3);
6227
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$C));
6227
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$D));
6228
6228
  } }
6229
6229
  function InsightCardComponent_Conditional_0_Conditional_1_Conditional_7_Conditional_1_Template(rf, ctx) { if (rf & 1) {
6230
6230
  i0.ɵɵnamespaceSVG();
@@ -8922,8 +8922,8 @@ class MetricCardComponent {
8922
8922
  }], () => [], { metric: [{ type: i0.Input, args: [{ isSignal: true, alias: "metric", required: false }] }], insights: [{ type: i0.Input, args: [{ isSignal: true, alias: "insights", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], analysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysis", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], initialExpandedSection: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialExpandedSection", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
8923
8923
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
8924
8924
 
8925
- const _c0$13 = () => [1, 2, 3];
8926
- const _c1$B = (a0, a1, a2) => [a0, a1, a2];
8925
+ const _c0$14 = () => [1, 2, 3];
8926
+ const _c1$C = (a0, a1, a2) => [a0, a1, a2];
8927
8927
  const _c2$p = (a0, a1) => [a0, a1];
8928
8928
  const _forTrack0$P = ($index, $item) => $item.metric;
8929
8929
  const _forTrack1$7 = ($index, $item) => $item.dimensionValue;
@@ -8952,7 +8952,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
8952
8952
  i0.ɵɵadvance();
8953
8953
  i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
8954
8954
  i0.ɵɵadvance(2);
8955
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$13));
8955
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$14));
8956
8956
  } }
8957
8957
  function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
8958
8958
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
@@ -8971,7 +8971,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
8971
8971
  i0.ɵɵadvance();
8972
8972
  i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
8973
8973
  i0.ɵɵadvance(2);
8974
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$13));
8974
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$14));
8975
8975
  } }
8976
8976
  function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
8977
8977
  const _r2 = i0.ɵɵgetCurrentView();
@@ -9135,7 +9135,7 @@ function BreakdownSectionComponent_Conditional_1_For_9_For_27_Template(rf, ctx)
9135
9135
  const ɵ$index_133_r9 = ctx.$index;
9136
9136
  const group_r5 = i0.ɵɵnextContext().$implicit;
9137
9137
  const ctx_r0 = i0.ɵɵnextContext(2);
9138
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(31, _c1$B, ctx_r0.getRowBackgroundClass(metric_r8, ɵ$index_133_r9), ctx_r0.getPriorityDividerClass(metric_r8, ɵ$index_133_r9, group_r5.values), ctx_r0.isLightMode() ? "hover:bg-blue-50" : "hover:bg-slate-700/30"));
9138
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(31, _c1$C, ctx_r0.getRowBackgroundClass(metric_r8, ɵ$index_133_r9), ctx_r0.getPriorityDividerClass(metric_r8, ɵ$index_133_r9, group_r5.values), ctx_r0.isLightMode() ? "hover:bg-blue-50" : "hover:bg-slate-700/30"));
9139
9139
  i0.ɵɵadvance(3);
9140
9140
  i0.ɵɵproperty("ngClass", ctx_r0.isLightMode() ? "text-slate-600 group-hover:text-slate-900" : "text-slate-400 group-hover:text-white")("libSymphiqTooltip", ctx_r0.getBreakdownRowTooltip(metric_r8))("tooltipPosition", "auto");
9141
9141
  i0.ɵɵadvance();
@@ -11499,7 +11499,7 @@ class FunnelWeaknessesListModalContentComponent {
11499
11499
  }], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
11500
11500
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
11501
11501
 
11502
- const _c0$12 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
11502
+ const _c0$13 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
11503
11503
  function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
11504
11504
  i0.ɵɵelement(0, "div", 12);
11505
11505
  } if (rf & 2) {
@@ -11775,7 +11775,7 @@ class FunnelStrengthDetailModalContentComponent {
11775
11775
  i0.ɵɵadvance();
11776
11776
  i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
11777
11777
  i0.ɵɵadvance(3);
11778
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$12));
11778
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$13));
11779
11779
  i0.ɵɵadvance(2);
11780
11780
  i0.ɵɵproperty("ngClass", ctx.titleClasses());
11781
11781
  i0.ɵɵadvance();
@@ -11951,7 +11951,7 @@ class FunnelStrengthDetailModalContentComponent {
11951
11951
  }], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
11952
11952
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
11953
11953
 
11954
- const _c0$11 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
11954
+ const _c0$12 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
11955
11955
  function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
11956
11956
  i0.ɵɵelement(0, "div", 17);
11957
11957
  } if (rf & 2) {
@@ -12462,7 +12462,7 @@ class FunnelWeaknessDetailModalContentComponent {
12462
12462
  i0.ɵɵadvance();
12463
12463
  i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
12464
12464
  i0.ɵɵadvance(3);
12465
- i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$11));
12465
+ i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$12));
12466
12466
  i0.ɵɵadvance(2);
12467
12467
  i0.ɵɵproperty("ngClass", ctx.titleClasses());
12468
12468
  i0.ɵɵadvance();
@@ -12923,7 +12923,7 @@ class ProfileItemLookupService {
12923
12923
  }]
12924
12924
  }], null, null); })();
12925
12925
 
12926
- const _c0$10 = a0 => ({ name: "chevron-right", source: a0 });
12926
+ const _c0$11 = a0 => ({ name: "chevron-right", source: a0 });
12927
12927
  const _forTrack0$M = ($index, $item) => $item.id;
12928
12928
  function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
12929
12929
  const _r1 = i0.ɵɵgetCurrentView();
@@ -12941,7 +12941,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
12941
12941
  i0.ɵɵadvance(2);
12942
12942
  i0.ɵɵtextInterpolate(item_r2.label);
12943
12943
  i0.ɵɵadvance();
12944
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$10, ctx_r2.IconSourceEnum.HEROICONS));
12944
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$11, ctx_r2.IconSourceEnum.HEROICONS));
12945
12945
  } }
12946
12946
  function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
12947
12947
  i0.ɵɵelementStart(0, "div", 0);
@@ -13025,7 +13025,7 @@ class RelatedAreaChipsComponent {
13025
13025
  }], null, { relatedAreaIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedAreaIds", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }] }); })();
13026
13026
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
13027
13027
 
13028
- const _c0$$ = a0 => ({ name: "chevron-right", source: a0 });
13028
+ const _c0$10 = a0 => ({ name: "chevron-right", source: a0 });
13029
13029
  function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
13030
13030
  const _r1 = i0.ɵɵgetCurrentView();
13031
13031
  i0.ɵɵelementStart(0, "button", 2);
@@ -13042,7 +13042,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
13042
13042
  i0.ɵɵadvance(2);
13043
13043
  i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
13044
13044
  i0.ɵɵadvance();
13045
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$$, ctx_r2.IconSourceEnum.HEROICONS));
13045
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$10, ctx_r2.IconSourceEnum.HEROICONS));
13046
13046
  } }
13047
13047
  function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
13048
13048
  i0.ɵɵelementStart(0, "div", 0);
@@ -13443,7 +13443,7 @@ class CompetitorContextSectionComponent {
13443
13443
  }], null, { contextType: [{ type: i0.Input, args: [{ isSignal: true, alias: "contextType", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isCollapsible: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCollapsible", required: false }] }], itemClicked: [{ type: i0.Output, args: ["itemClicked"] }] }); })();
13444
13444
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
13445
13445
 
13446
- const _c0$_ = a0 => ({ name: "chevron-right", source: a0 });
13446
+ const _c0$$ = a0 => ({ name: "chevron-right", source: a0 });
13447
13447
  const _forTrack0$K = ($index, $item) => $item.id;
13448
13448
  function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
13449
13449
  const _r1 = i0.ɵɵgetCurrentView();
@@ -13464,7 +13464,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
13464
13464
  i0.ɵɵadvance(2);
13465
13465
  i0.ɵɵtextInterpolate(rec_r2.title);
13466
13466
  i0.ɵɵadvance();
13467
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$_, ctx_r2.IconSourceEnum.HEROICONS));
13467
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$$, ctx_r2.IconSourceEnum.HEROICONS));
13468
13468
  } }
13469
13469
  function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
13470
13470
  const _r4 = i0.ɵɵgetCurrentView();
@@ -20433,7 +20433,7 @@ class MarkdownTooltipComponent {
20433
20433
  }], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
20434
20434
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
20435
20435
 
20436
- const _c0$Z = () => [];
20436
+ const _c0$_ = () => [];
20437
20437
  function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
20438
20438
  i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
20439
20439
  } if (rf & 2) {
@@ -20597,7 +20597,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
20597
20597
  } if (rf & 2) {
20598
20598
  i0.ɵɵnextContext(2);
20599
20599
  const content_r4 = i0.ɵɵreadContextLet(2);
20600
- i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$Z));
20600
+ i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$_));
20601
20601
  } }
20602
20602
  function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
20603
20603
  i0.ɵɵelementStart(0, "div", 3);
@@ -21703,7 +21703,7 @@ class SearchService {
21703
21703
  }]
21704
21704
  }], null, null); })();
21705
21705
 
21706
- const _c0$Y = ["searchInput"];
21706
+ const _c0$Z = ["searchInput"];
21707
21707
  const _forTrack0$E = ($index, $item) => $item.id;
21708
21708
  function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
21709
21709
  const _r3 = i0.ɵɵgetCurrentView();
@@ -22065,7 +22065,7 @@ class SearchBarComponent {
22065
22065
  }
22066
22066
  static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
22067
22067
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
22068
- i0.ɵɵviewQuery(_c0$Y, 5);
22068
+ i0.ɵɵviewQuery(_c0$Z, 5);
22069
22069
  } if (rf & 2) {
22070
22070
  let _t;
22071
22071
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
@@ -25748,8 +25748,8 @@ class FunnelWelcomeBannerComponent {
25748
25748
  }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
25749
25749
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 113 }); })();
25750
25750
 
25751
- const _c0$X = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
25752
- const _c1$A = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
25751
+ const _c0$Y = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
25752
+ const _c1$B = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
25753
25753
  class CollapsibleFunnelSectionGroupComponent {
25754
25754
  constructor() {
25755
25755
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
@@ -25880,8 +25880,8 @@ class CollapsibleFunnelSectionGroupComponent {
25880
25880
  : 'border-slate-200';
25881
25881
  }
25882
25882
  static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
25883
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$A, decls: 90, vars: 58, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 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 17v-2m3 2v-4m3 4v-6m2 10H7a2 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-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "mb-6", "p-4", "rounded-xl", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["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, "flex-1"], [1, "font-semibold", "text-sm", "mb-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "space-y-3"], [1, "rounded-xl", "border", "overflow-hidden", "transition-all", "duration-200", 3, "id", "ngClass"], ["type", "button", 1, "cursor-pointer", "w-full", "px-5", "py-4", "flex", "items-center", "justify-between", "gap-4", "text-left", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0"], [1, "p-2", "rounded-lg", "flex-shrink-0", "transition-colors", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 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, "flex-1", "min-w-0"], [1, "font-semibold", "transition-colors", "duration-200", 3, "ngClass"], [1, "text-sm", "mt-0.5", "transition-colors", "duration-200", 3, "ngClass"], [1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-200", 3, "ngClass"], ["stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], [1, "border-t", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"], ["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"]], template: function CollapsibleFunnelSectionGroupComponent_Template(rf, ctx) { if (rf & 1) {
25884
- i0.ɵɵprojectionDef(_c0$X);
25883
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$B, decls: 90, vars: 58, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 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 17v-2m3 2v-4m3 4v-6m2 10H7a2 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-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "mb-6", "p-4", "rounded-xl", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["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, "flex-1"], [1, "font-semibold", "text-sm", "mb-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "space-y-3"], [1, "rounded-xl", "border", "overflow-hidden", "transition-all", "duration-200", 3, "id", "ngClass"], ["type", "button", 1, "cursor-pointer", "w-full", "px-5", "py-4", "flex", "items-center", "justify-between", "gap-4", "text-left", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0"], [1, "p-2", "rounded-lg", "flex-shrink-0", "transition-colors", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 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, "flex-1", "min-w-0"], [1, "font-semibold", "transition-colors", "duration-200", 3, "ngClass"], [1, "text-sm", "mt-0.5", "transition-colors", "duration-200", 3, "ngClass"], [1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-200", 3, "ngClass"], ["stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], [1, "border-t", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"], ["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"]], template: function CollapsibleFunnelSectionGroupComponent_Template(rf, ctx) { if (rf & 1) {
25884
+ i0.ɵɵprojectionDef(_c0$Y);
25885
25885
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
25886
25886
  i0.ɵɵnamespaceSVG();
25887
25887
  i0.ɵɵelementStart(5, "svg", 5);
@@ -26724,8 +26724,8 @@ class ViewModeSwitcherModalComponent {
26724
26724
  }], null, { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], currentMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMode", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], modeSelected: [{ type: i0.Output, args: ["modeSelected"] }] }); })();
26725
26725
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
26726
26726
 
26727
- const _c0$W = a0 => ({ name: "check-badge", source: a0 });
26728
- const _c1$z = a0 => ({ name: "check-circle", source: a0 });
26727
+ const _c0$X = a0 => ({ name: "check-badge", source: a0 });
26728
+ const _c1$A = a0 => ({ name: "check-circle", source: a0 });
26729
26729
  const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
26730
26730
  const _forTrack0$A = ($index, $item) => $item.area;
26731
26731
  function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
@@ -26741,7 +26741,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
26741
26741
  const ctx_r0 = i0.ɵɵnextContext();
26742
26742
  i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
26743
26743
  i0.ɵɵadvance();
26744
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$W, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
26744
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$X, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
26745
26745
  i0.ɵɵadvance();
26746
26746
  i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
26747
26747
  i0.ɵɵadvance(2);
@@ -26786,7 +26786,7 @@ function KeyStrengthsListModalContentComponent_Conditional_2_For_2_Template(rf,
26786
26786
  i0.ɵɵadvance();
26787
26787
  i0.ɵɵtextInterpolate1(" ", strength_r3.description, " ");
26788
26788
  i0.ɵɵadvance(3);
26789
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$z, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
26789
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$A, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
26790
26790
  i0.ɵɵadvance();
26791
26791
  i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
26792
26792
  i0.ɵɵadvance();
@@ -26956,8 +26956,8 @@ class KeyStrengthsListModalContentComponent {
26956
26956
  }], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
26957
26957
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
26958
26958
 
26959
- const _c0$V = a0 => ({ name: "shield-check", source: a0 });
26960
- const _c1$y = a0 => ({ name: "exclamation-triangle", source: a0 });
26959
+ const _c0$W = a0 => ({ name: "shield-check", source: a0 });
26960
+ const _c1$z = a0 => ({ name: "exclamation-triangle", source: a0 });
26961
26961
  const _c2$n = a0 => ({ name: "document-text", source: a0 });
26962
26962
  const _c3$h = a0 => ({ name: "chevron-right", source: a0 });
26963
26963
  const _forTrack0$z = ($index, $item) => $item.area;
@@ -26974,7 +26974,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
26974
26974
  const ctx_r0 = i0.ɵɵnextContext();
26975
26975
  i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
26976
26976
  i0.ɵɵadvance();
26977
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$V, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
26977
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$W, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
26978
26978
  i0.ɵɵadvance();
26979
26979
  i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
26980
26980
  i0.ɵɵadvance(2);
@@ -27027,7 +27027,7 @@ function CriticalGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
27027
27027
  i0.ɵɵadvance();
27028
27028
  i0.ɵɵproperty("ngClass", ctx_r0.impactContainerClasses());
27029
27029
  i0.ɵɵadvance(2);
27030
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c1$y, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.impactIconClasses(gap_r3.urgency));
27030
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c1$z, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.impactIconClasses(gap_r3.urgency));
27031
27031
  i0.ɵɵadvance(2);
27032
27032
  i0.ɵɵproperty("ngClass", ctx_r0.impactLabelClasses());
27033
27033
  i0.ɵɵadvance(2);
@@ -27272,8 +27272,8 @@ class CriticalGapsListModalContentComponent {
27272
27272
  }], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
27273
27273
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
27274
27274
 
27275
- const _c0$U = a0 => ({ name: "check-circle", source: a0 });
27276
- const _c1$x = a0 => ({ name: "chat-bubble-left-right", source: a0 });
27275
+ const _c0$V = a0 => ({ name: "check-circle", source: a0 });
27276
+ const _c1$y = a0 => ({ name: "chat-bubble-left-right", source: a0 });
27277
27277
  const _forTrack0$y = ($index, $item) => $item.questionId;
27278
27278
  function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
27279
27279
  i0.ɵɵelementStart(0, "div", 19)(1, "span", 20);
@@ -27303,7 +27303,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Template(rf
27303
27303
  const ctx_r1 = i0.ɵɵnextContext(2);
27304
27304
  i0.ɵɵproperty("ngClass", ctx_r1.answerCardClasses());
27305
27305
  i0.ɵɵadvance(2);
27306
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c1$x, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.answerIconClasses());
27306
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c1$y, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.answerIconClasses());
27307
27307
  i0.ɵɵadvance(2);
27308
27308
  i0.ɵɵproperty("ngClass", ctx_r1.questionClasses());
27309
27309
  i0.ɵɵadvance();
@@ -27328,7 +27328,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
27328
27328
  i0.ɵɵadvance();
27329
27329
  i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
27330
27330
  i0.ɵɵadvance();
27331
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$U, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
27331
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$V, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
27332
27332
  i0.ɵɵadvance(3);
27333
27333
  i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
27334
27334
  } }
@@ -27513,8 +27513,8 @@ class KeyStrengthDetailModalContentComponent {
27513
27513
  }], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
27514
27514
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
27515
27515
 
27516
- const _c0$T = a0 => ({ name: "exclamation-triangle", source: a0 });
27517
- const _c1$w = a0 => ({ name: "document-text", source: a0 });
27516
+ const _c0$U = a0 => ({ name: "exclamation-triangle", source: a0 });
27517
+ const _c1$x = a0 => ({ name: "document-text", source: a0 });
27518
27518
  const _c2$m = a0 => ({ name: "chat-bubble-left-right", source: a0 });
27519
27519
  const _forTrack0$x = ($index, $item) => $item.questionId;
27520
27520
  function CriticalGapDetailModalContentComponent_Conditional_20_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
@@ -27592,7 +27592,7 @@ function CriticalGapDetailModalContentComponent_Conditional_20_Template(rf, ctx)
27592
27592
  i0.ɵɵclassMap(ctx_r1.isLightMode() ? "border-slate-200" : "border-slate-700");
27593
27593
  i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
27594
27594
  i0.ɵɵadvance();
27595
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c1$w, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
27595
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c1$x, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
27596
27596
  i0.ɵɵadvance(3);
27597
27597
  i0.ɵɵrepeater(ctx_r1.gap().supportingAnswers);
27598
27598
  } }
@@ -27791,7 +27791,7 @@ class CriticalGapDetailModalContentComponent {
27791
27791
  i0.ɵɵadvance();
27792
27792
  i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
27793
27793
  i0.ɵɵadvance(2);
27794
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$T, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
27794
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$U, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
27795
27795
  i0.ɵɵadvance(2);
27796
27796
  i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
27797
27797
  i0.ɵɵadvance(2);
@@ -29376,8 +29376,8 @@ class TopPriorityDetailModalContentComponent {
29376
29376
  }], null, { priority: [{ type: i0.Input, args: [{ isSignal: true, alias: "priority", required: true }] }], index: [{ type: i0.Input, args: [{ isSignal: true, alias: "index", required: false }] }], totalCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalCount", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], focusAreaName: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaName", required: false }] }] }); })();
29377
29377
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
29378
29378
 
29379
- const _c0$S = a0 => ({ name: "check-badge", source: a0 });
29380
- const _c1$v = a0 => ({ name: "check-circle", source: a0 });
29379
+ const _c0$T = a0 => ({ name: "check-badge", source: a0 });
29380
+ const _c1$w = a0 => ({ name: "check-circle", source: a0 });
29381
29381
  const _c2$l = a0 => ({ name: "chevron-right", source: a0 });
29382
29382
  const _c3$g = a0 => ({ name: "chart-bar", source: a0 });
29383
29383
  const _forTrack0$w = ($index, $item) => $item.capability;
@@ -29394,7 +29394,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
29394
29394
  const ctx_r0 = i0.ɵɵnextContext();
29395
29395
  i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
29396
29396
  i0.ɵɵadvance();
29397
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
29397
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$T, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
29398
29398
  i0.ɵɵadvance();
29399
29399
  i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
29400
29400
  i0.ɵɵadvance(2);
@@ -29485,7 +29485,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_2_For_2_Templat
29485
29485
  i0.ɵɵadvance(2);
29486
29486
  i0.ɵɵconditional(ctx_r0.getLinkedMetricsCount(strength_r3) > 0 ? 9 : -1);
29487
29487
  i0.ɵɵadvance(2);
29488
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$v, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
29488
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$w, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
29489
29489
  i0.ɵɵadvance();
29490
29490
  i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
29491
29491
  i0.ɵɵadvance();
@@ -29699,8 +29699,8 @@ class FocusAreaStrengthsListModalContentComponent {
29699
29699
  }], null, { strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
29700
29700
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
29701
29701
 
29702
- const _c0$R = a0 => ({ name: "exclamation-triangle", source: a0 });
29703
- const _c1$u = a0 => ({ name: "exclamation-circle", source: a0 });
29702
+ const _c0$S = a0 => ({ name: "exclamation-triangle", source: a0 });
29703
+ const _c1$v = a0 => ({ name: "exclamation-circle", source: a0 });
29704
29704
  const _c2$k = a0 => ({ name: "chevron-right", source: a0 });
29705
29705
  function _forTrack0$v($index, $item) { return this.getGapTitle($item); }
29706
29706
  function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
@@ -29716,7 +29716,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
29716
29716
  const ctx_r0 = i0.ɵɵnextContext();
29717
29717
  i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
29718
29718
  i0.ɵɵadvance();
29719
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$R, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
29719
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
29720
29720
  i0.ɵɵadvance();
29721
29721
  i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
29722
29722
  i0.ɵɵadvance(2);
@@ -29809,7 +29809,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
29809
29809
  i0.ɵɵadvance();
29810
29810
  i0.ɵɵconditional(ctx_r0.getImpactOnMetric(gap_r3) ? 8 : -1);
29811
29811
  i0.ɵɵadvance(3);
29812
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$u, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses(gap_r3));
29812
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$v, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses(gap_r3));
29813
29813
  i0.ɵɵadvance();
29814
29814
  i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
29815
29815
  i0.ɵɵadvance();
@@ -30093,8 +30093,8 @@ class FocusAreaGapsListModalContentComponent {
30093
30093
  }], null, { gaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
30094
30094
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
30095
30095
 
30096
- const _c0$Q = a0 => ({ name: "light-bulb", source: a0 });
30097
- const _c1$t = a0 => ({ name: "chevron-right", source: a0 });
30096
+ const _c0$R = a0 => ({ name: "light-bulb", source: a0 });
30097
+ const _c1$u = a0 => ({ name: "chevron-right", source: a0 });
30098
30098
  const _c2$j = a0 => ({ name: "chart-bar", source: a0 });
30099
30099
  const _forTrack0$u = ($index, $item) => $item.opportunity;
30100
30100
  function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
@@ -30110,7 +30110,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
30110
30110
  const ctx_r0 = i0.ɵɵnextContext();
30111
30111
  i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
30112
30112
  i0.ɵɵadvance();
30113
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$Q, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
30113
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$R, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
30114
30114
  i0.ɵɵadvance();
30115
30115
  i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
30116
30116
  i0.ɵɵadvance(2);
@@ -30183,7 +30183,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_2_For_2_Tem
30183
30183
  i0.ɵɵadvance(2);
30184
30184
  i0.ɵɵconditional(ctx_r0.getLinkedMetricsCount(opportunity_r3) > 0 ? 8 : -1);
30185
30185
  i0.ɵɵadvance(2);
30186
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$t, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
30186
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$u, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
30187
30187
  } }
30188
30188
  function FocusAreaOpportunitiesListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
30189
30189
  i0.ɵɵelementStart(0, "div", 2);
@@ -30362,8 +30362,8 @@ class FocusAreaOpportunitiesListModalContentComponent {
30362
30362
  }], null, { opportunities: [{ type: i0.Input, args: [{ isSignal: true, alias: "opportunities", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
30363
30363
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
30364
30364
 
30365
- const _c0$P = a0 => ({ name: "chevron-right", source: a0 });
30366
- const _c1$s = a0 => ({ name: "chat-bubble-left-right", source: a0 });
30365
+ const _c0$Q = a0 => ({ name: "chevron-right", source: a0 });
30366
+ const _c1$t = a0 => ({ name: "chat-bubble-left-right", source: a0 });
30367
30367
  const _forTrack0$t = ($index, $item) => $item.performanceItemId;
30368
30368
  function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
30369
30369
  i0.ɵɵelementStart(0, "div")(1, "p", 2);
@@ -30427,7 +30427,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
30427
30427
  i0.ɵɵadvance(2);
30428
30428
  i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
30429
30429
  i0.ɵɵadvance();
30430
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$P, ctx_r0.IconSourceEnum.HEROICONS));
30430
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$Q, ctx_r0.IconSourceEnum.HEROICONS));
30431
30431
  } }
30432
30432
  function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
30433
30433
  i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
@@ -30486,7 +30486,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_6_For_5_Templa
30486
30486
  const ctx_r0 = i0.ɵɵnextContext(2);
30487
30487
  i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
30488
30488
  i0.ɵɵadvance(2);
30489
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$s, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
30489
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$t, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
30490
30490
  i0.ɵɵadvance();
30491
30491
  i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
30492
30492
  i0.ɵɵadvance();
@@ -30747,7 +30747,7 @@ class FocusAreaStrengthDetailModalContentComponent {
30747
30747
  }], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
30748
30748
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
30749
30749
 
30750
- const _c0$O = a0 => ({ name: "chat-bubble-left-right", source: a0 });
30750
+ const _c0$P = a0 => ({ name: "chat-bubble-left-right", source: a0 });
30751
30751
  function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
30752
30752
  i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
30753
30753
  i0.ɵɵtext(2);
@@ -30844,7 +30844,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
30844
30844
  const ctx_r0 = i0.ɵɵnextContext(2);
30845
30845
  i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
30846
30846
  i0.ɵɵadvance(2);
30847
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$O, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
30847
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$P, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
30848
30848
  i0.ɵɵadvance();
30849
30849
  i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
30850
30850
  i0.ɵɵadvance();
@@ -31083,8 +31083,8 @@ class FocusAreaGapDetailModalContentComponent {
31083
31083
  }], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
31084
31084
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
31085
31085
 
31086
- const _c0$N = a0 => ({ name: "chevron-right", source: a0 });
31087
- const _c1$r = () => [];
31086
+ const _c0$O = a0 => ({ name: "chevron-right", source: a0 });
31087
+ const _c1$s = () => [];
31088
31088
  const _forTrack0$s = ($index, $item) => $item.performanceItemId;
31089
31089
  function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
31090
31090
  i0.ɵɵelementStart(0, "div")(1, "p", 2);
@@ -31130,7 +31130,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
31130
31130
  i0.ɵɵadvance(2);
31131
31131
  i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
31132
31132
  i0.ɵɵadvance();
31133
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$N, ctx_r0.IconSourceEnum.HEROICONS));
31133
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$O, ctx_r0.IconSourceEnum.HEROICONS));
31134
31134
  } }
31135
31135
  function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
31136
31136
  i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
@@ -31173,7 +31173,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_4_Template(
31173
31173
  i0.ɵɵadvance();
31174
31174
  i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
31175
31175
  i0.ɵɵadvance(3);
31176
- i0.ɵɵrepeater(ctx_r0.opportunity().linkedGoalIds || i0.ɵɵpureFunction0(2, _c1$r));
31176
+ i0.ɵɵrepeater(ctx_r0.opportunity().linkedGoalIds || i0.ɵɵpureFunction0(2, _c1$s));
31177
31177
  } }
31178
31178
  function FocusAreaOpportunityDetailModalContentComponent_Conditional_5_For_5_Template(rf, ctx) { if (rf & 1) {
31179
31179
  i0.ɵɵelementStart(0, "span", 10);
@@ -31199,7 +31199,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_5_Template(
31199
31199
  i0.ɵɵadvance();
31200
31200
  i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
31201
31201
  i0.ɵɵadvance(3);
31202
- i0.ɵɵrepeater(ctx_r0.opportunity().linkedFunnelStrengthIds || i0.ɵɵpureFunction0(2, _c1$r));
31202
+ i0.ɵɵrepeater(ctx_r0.opportunity().linkedFunnelStrengthIds || i0.ɵɵpureFunction0(2, _c1$s));
31203
31203
  } }
31204
31204
  class FocusAreaOpportunityDetailModalContentComponent {
31205
31205
  constructor() {
@@ -31535,8 +31535,8 @@ class CircularProgressComponent {
31535
31535
  }], null, { percentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "percentage", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], strokeWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "strokeWidth", required: false }] }], progressColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "progressColor", required: false }] }], backgroundColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "backgroundColor", required: false }] }], showPercentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "showPercentage", required: false }] }], textClasses: [{ type: i0.Input, args: [{ isSignal: true, alias: "textClasses", required: false }] }], strokeLinecap: [{ type: i0.Input, args: [{ isSignal: true, alias: "strokeLinecap", required: false }] }], animationDuration: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDuration", required: false }] }], animationDelay: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDelay", required: false }] }] }); })();
31536
31536
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
31537
31537
 
31538
- const _c0$M = ["*"];
31539
- const _c1$q = (a0, a1) => [a0, a1];
31538
+ const _c0$N = ["*"];
31539
+ const _c1$r = (a0, a1) => [a0, a1];
31540
31540
  function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
31541
31541
  const _r1 = i0.ɵɵgetCurrentView();
31542
31542
  i0.ɵɵelementStart(0, "button", 3);
@@ -31547,7 +31547,7 @@ function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (r
31547
31547
  i0.ɵɵelementEnd()();
31548
31548
  } if (rf & 2) {
31549
31549
  const ctx_r1 = i0.ɵɵnextContext();
31550
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$q, ctx_r1.iconClass(), ctx_r1.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
31550
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$r, ctx_r1.iconClass(), ctx_r1.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
31551
31551
  } }
31552
31552
  class VisualizationContainerComponent {
31553
31553
  constructor() {
@@ -31580,7 +31580,7 @@ class VisualizationContainerComponent {
31580
31580
  });
31581
31581
  }
31582
31582
  static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
31583
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: VisualizationContainerComponent, selectors: [["symphiq-visualization-container"]], inputs: { isLightMode: [1, "isLightMode"], visualizationType: [1, "visualizationType"], visualizationData: [1, "visualizationData"], disableInteraction: [1, "disableInteraction"] }, outputs: { visualizationClick: "visualizationClick" }, ngContentSelectors: _c0$M, decls: 4, vars: 8, consts: [[1, "relative", "rounded-xl", "transition-all", "duration-300", 3, "click", "ngClass"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 3, "ngClass"], [1, "transition-opacity", "duration-300"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 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", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"]], template: function VisualizationContainerComponent_Template(rf, ctx) { if (rf & 1) {
31583
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: VisualizationContainerComponent, selectors: [["symphiq-visualization-container"]], inputs: { isLightMode: [1, "isLightMode"], visualizationType: [1, "visualizationType"], visualizationData: [1, "visualizationData"], disableInteraction: [1, "disableInteraction"] }, outputs: { visualizationClick: "visualizationClick" }, ngContentSelectors: _c0$N, decls: 4, vars: 8, consts: [[1, "relative", "rounded-xl", "transition-all", "duration-300", 3, "click", "ngClass"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 3, "ngClass"], [1, "transition-opacity", "duration-300"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 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", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"]], template: function VisualizationContainerComponent_Template(rf, ctx) { if (rf & 1) {
31584
31584
  i0.ɵɵprojectionDef();
31585
31585
  i0.ɵɵelementStart(0, "div", 0);
31586
31586
  i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
@@ -31701,8 +31701,8 @@ class MetricBadgeComponent {
31701
31701
  }], null, { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
31702
31702
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
31703
31703
 
31704
- const _c0$L = a0 => ({ name: "light-bulb", source: a0 });
31705
- const _c1$p = a0 => ({ name: "chevron-right", source: a0 });
31704
+ const _c0$M = a0 => ({ name: "light-bulb", source: a0 });
31705
+ const _c1$q = a0 => ({ name: "chevron-right", source: a0 });
31706
31706
  function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
31707
31707
  i0.ɵɵelementStart(0, "p", 7);
31708
31708
  i0.ɵɵtext(1);
@@ -31766,7 +31766,7 @@ class OpportunityHighlightBannerComponent {
31766
31766
  i0.ɵɵadvance();
31767
31767
  i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
31768
31768
  i0.ɵɵadvance();
31769
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$L, ctx.iconSource));
31769
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$M, ctx.iconSource));
31770
31770
  i0.ɵɵadvance(3);
31771
31771
  i0.ɵɵproperty("ngClass", ctx.titleClasses());
31772
31772
  i0.ɵɵadvance();
@@ -31777,7 +31777,7 @@ class OpportunityHighlightBannerComponent {
31777
31777
  i0.ɵɵconditional(ctx.message() ? 9 : -1);
31778
31778
  i0.ɵɵadvance();
31779
31779
  i0.ɵɵclassProp("rotate-90", ctx.isExpanded());
31780
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c1$p, ctx.iconSource))("ngClass", ctx.chevronClasses());
31780
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c1$q, ctx.iconSource))("ngClass", ctx.chevronClasses());
31781
31781
  } }, dependencies: [CommonModule, i1$1.NgClass, SymphiqIconComponent], encapsulation: 2, changeDetection: 0 }); }
31782
31782
  }
31783
31783
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OpportunityHighlightBannerComponent, [{
@@ -31823,7 +31823,7 @@ class OpportunityHighlightBannerComponent {
31823
31823
  }], null, { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], bannerClick: [{ type: i0.Output, args: ["bannerClick"] }] }); })();
31824
31824
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
31825
31825
 
31826
- const _c0$K = a0 => ({ name: "users", source: a0 });
31826
+ const _c0$L = a0 => ({ name: "users", source: a0 });
31827
31827
  function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
31828
31828
  i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
31829
31829
  i0.ɵɵelement(2, "symphiq-icon", 7);
@@ -31838,7 +31838,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
31838
31838
  i0.ɵɵadvance();
31839
31839
  i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
31840
31840
  i0.ɵɵadvance();
31841
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$K, ctx_r0.iconSource));
31841
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$L, ctx_r0.iconSource));
31842
31842
  i0.ɵɵadvance(3);
31843
31843
  i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
31844
31844
  } }
@@ -32402,8 +32402,8 @@ class ViewportAnimationDirective {
32402
32402
  type: Input
32403
32403
  }] }); })();
32404
32404
 
32405
- const _c0$J = a0 => ({ name: "star", source: a0 });
32406
- const _c1$o = a0 => ({ name: "globe-americas", source: a0 });
32405
+ const _c0$K = a0 => ({ name: "star", source: a0 });
32406
+ const _c1$p = a0 => ({ name: "globe-americas", source: a0 });
32407
32407
  const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
32408
32408
  const _c3$f = a0 => ({ name: "information-circle", source: a0 });
32409
32409
  const _c4$b = a0 => ({ name: "signal", source: a0 });
@@ -32438,7 +32438,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
32438
32438
  i0.ɵɵelement(0, "symphiq-metric-badge", 13);
32439
32439
  } if (rf & 2) {
32440
32440
  const ctx_r0 = i0.ɵɵnextContext();
32441
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$J, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
32441
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$K, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
32442
32442
  } }
32443
32443
  function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
32444
32444
  i0.ɵɵelement(0, "symphiq-metric-badge", 14);
@@ -32511,7 +32511,7 @@ function RegionCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
32511
32511
  const ctx_r0 = i0.ɵɵnextContext();
32512
32512
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
32513
32513
  i0.ɵɵadvance(2);
32514
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$o, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
32514
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$p, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
32515
32515
  i0.ɵɵadvance();
32516
32516
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
32517
32517
  i0.ɵɵadvance(2);
@@ -33480,8 +33480,8 @@ class CompetitiveInsightBadgeComponent {
33480
33480
  }], null, { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
33481
33481
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
33482
33482
 
33483
- const _c0$I = a0 => ({ name: "calendar-days", source: a0 });
33484
- const _c1$n = a0 => ({ name: "chart-bar", source: a0 });
33483
+ const _c0$J = a0 => ({ name: "calendar-days", source: a0 });
33484
+ const _c1$o = a0 => ({ name: "chart-bar", source: a0 });
33485
33485
  const _c2$h = a0 => ({ name: "academic-cap", source: a0 });
33486
33486
  const _c3$e = a0 => ({ name: "information-circle", source: a0 });
33487
33487
  const _c4$a = a0 => ({ name: "signal", source: a0 });
@@ -33501,7 +33501,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
33501
33501
  i0.ɵɵelement(0, "symphiq-metric-badge", 12);
33502
33502
  } if (rf & 2) {
33503
33503
  const ctx_r0 = i0.ɵɵnextContext();
33504
- i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$I, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
33504
+ i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$J, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
33505
33505
  } }
33506
33506
  function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
33507
33507
  i0.ɵɵelement(0, "symphiq-metric-badge", 13);
@@ -33597,7 +33597,7 @@ function SeasonCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
33597
33597
  const ctx_r0 = i0.ɵɵnextContext();
33598
33598
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
33599
33599
  i0.ɵɵadvance(2);
33600
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$n, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
33600
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$o, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
33601
33601
  i0.ɵɵadvance();
33602
33602
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
33603
33603
  i0.ɵɵadvance(2);
@@ -34318,8 +34318,8 @@ class SeasonCardComponent {
34318
34318
  }] }); })();
34319
34319
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
34320
34320
 
34321
- const _c0$H = a0 => ({ name: "currency-dollar", source: a0 });
34322
- const _c1$m = a0 => ({ name: "chart-bar", source: a0 });
34321
+ const _c0$I = a0 => ({ name: "currency-dollar", source: a0 });
34322
+ const _c1$n = a0 => ({ name: "chart-bar", source: a0 });
34323
34323
  const _c2$g = a0 => ({ name: "academic-cap", source: a0 });
34324
34324
  const _c3$d = a0 => ({ name: "information-circle", source: a0 });
34325
34325
  const _c4$9 = a0 => ({ name: "signal", source: a0 });
@@ -34463,7 +34463,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
34463
34463
  const ctx_r0 = i0.ɵɵnextContext();
34464
34464
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
34465
34465
  i0.ɵɵadvance();
34466
- i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$H, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
34466
+ i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$I, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
34467
34467
  } }
34468
34468
  function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
34469
34469
  const _r5 = i0.ɵɵgetCurrentView();
@@ -34608,7 +34608,7 @@ function CustomerSegmentCardComponent_Conditional_23_Template(rf, ctx) { if (rf
34608
34608
  const ctx_r0 = i0.ɵɵnextContext();
34609
34609
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
34610
34610
  i0.ɵɵadvance(2);
34611
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c1$m, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
34611
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c1$n, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
34612
34612
  i0.ɵɵadvance();
34613
34613
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
34614
34614
  i0.ɵɵadvance(2);
@@ -35435,8 +35435,8 @@ class CustomerSegmentCardComponent {
35435
35435
  }] }); })();
35436
35436
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
35437
35437
 
35438
- const _c0$G = a0 => ({ name: "currency-dollar", source: a0 });
35439
- const _c1$l = a0 => ({ name: "document-text", source: a0 });
35438
+ const _c0$H = a0 => ({ name: "currency-dollar", source: a0 });
35439
+ const _c1$m = a0 => ({ name: "document-text", source: a0 });
35440
35440
  const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
35441
35441
  const _c3$c = a0 => ({ name: "information-circle", source: a0 });
35442
35442
  const _c4$8 = a0 => ({ name: "signal", source: a0 });
@@ -35533,7 +35533,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
35533
35533
  const ctx_r0 = i0.ɵɵnextContext();
35534
35534
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
35535
35535
  i0.ɵɵadvance(2);
35536
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$G, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
35536
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$H, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
35537
35537
  i0.ɵɵadvance();
35538
35538
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
35539
35539
  i0.ɵɵadvance(2);
@@ -35556,7 +35556,7 @@ function PriceTierCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
35556
35556
  const ctx_r0 = i0.ɵɵnextContext();
35557
35557
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
35558
35558
  i0.ɵɵadvance(2);
35559
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$l, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
35559
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$m, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
35560
35560
  i0.ɵɵadvance();
35561
35561
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
35562
35562
  i0.ɵɵadvance(2);
@@ -36272,8 +36272,8 @@ class PriceTierCardComponent {
36272
36272
  }] }); })();
36273
36273
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
36274
36274
 
36275
- const _c0$F = () => ({ name: "cube", source: "HEROICONS" });
36276
- const _c1$k = () => ({ name: "currency-dollar", source: "HEROICONS" });
36275
+ const _c0$G = () => ({ name: "cube", source: "HEROICONS" });
36276
+ const _c1$l = () => ({ name: "currency-dollar", source: "HEROICONS" });
36277
36277
  const _c2$e = () => ({ name: "chart-bar", source: "HEROICONS" });
36278
36278
  const _c3$b = a0 => ({ name: "chart-bar", source: a0 });
36279
36279
  const _c4$7 = a0 => ({ name: "academic-cap", source: a0 });
@@ -36319,7 +36319,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
36319
36319
  const ctx_r0 = i0.ɵɵnextContext(2);
36320
36320
  i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
36321
36321
  i0.ɵɵadvance(2);
36322
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$F))("ngClass", ctx_r0.getStatIconClasses());
36322
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$G))("ngClass", ctx_r0.getStatIconClasses());
36323
36323
  i0.ɵɵadvance(2);
36324
36324
  i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
36325
36325
  i0.ɵɵadvance(2);
@@ -36340,7 +36340,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_3_Template(rf,
36340
36340
  const ctx_r0 = i0.ɵɵnextContext(2);
36341
36341
  i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
36342
36342
  i0.ɵɵadvance(2);
36343
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$k))("ngClass", ctx_r0.getStatIconClasses());
36343
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$l))("ngClass", ctx_r0.getStatIconClasses());
36344
36344
  i0.ɵɵadvance(2);
36345
36345
  i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
36346
36346
  i0.ɵɵadvance(2);
@@ -37267,13 +37267,13 @@ class ProductCategoryCardComponent {
37267
37267
  }] }); })();
37268
37268
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
37269
37269
 
37270
- const _c0$E = (a0, a1) => ({ name: a0, source: a1 });
37270
+ const _c0$F = (a0, a1) => ({ name: a0, source: a1 });
37271
37271
  function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
37272
37272
  i0.ɵɵelement(0, "symphiq-icon", 2);
37273
37273
  } if (rf & 2) {
37274
37274
  const star_r1 = ctx.$implicit;
37275
37275
  const ctx_r1 = i0.ɵɵnextContext();
37276
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$E, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
37276
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$F, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
37277
37277
  } }
37278
37278
  class CompetitiveStrengthIndicatorComponent {
37279
37279
  constructor() {
@@ -37429,8 +37429,8 @@ function getCategoryBadgeClasses(category, isDark) {
37429
37429
  return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
37430
37430
  }
37431
37431
 
37432
- const _c0$D = a0 => ({ name: "shield-check", source: a0 });
37433
- const _c1$j = a0 => ({ name: "building-storefront", source: a0 });
37432
+ const _c0$E = a0 => ({ name: "shield-check", source: a0 });
37433
+ const _c1$k = a0 => ({ name: "building-storefront", source: a0 });
37434
37434
  const _c2$d = a0 => ({ name: "academic-cap", source: a0 });
37435
37435
  const _c3$a = a0 => ({ name: "information-circle", source: a0 });
37436
37436
  const _c4$6 = a0 => ({ name: "signal", source: a0 });
@@ -37480,7 +37480,7 @@ function EnhancedListItemCardComponent_Conditional_21_Conditional_7_Template(rf,
37480
37480
  const ctx_r0 = i0.ɵɵnextContext(2);
37481
37481
  i0.ɵɵclassProp("mt-3", ctx_r0.getCompetitorPositioning() || ((tmp_2_0 = ctx_r0.item()) == null ? null : tmp_2_0.differentiationStrength));
37482
37482
  i0.ɵɵadvance(2);
37483
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
37483
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$k, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
37484
37484
  i0.ɵɵadvance();
37485
37485
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSubtitleClasses());
37486
37486
  i0.ɵɵadvance(2);
@@ -37501,7 +37501,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
37501
37501
  const ctx_r0 = i0.ɵɵnextContext();
37502
37502
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
37503
37503
  i0.ɵɵadvance(2);
37504
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$D, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
37504
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$E, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
37505
37505
  i0.ɵɵadvance();
37506
37506
  i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
37507
37507
  i0.ɵɵadvance(2);
@@ -38145,8 +38145,8 @@ class EnhancedListItemCardComponent {
38145
38145
  }] }); })();
38146
38146
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
38147
38147
 
38148
- const _c0$C = a0 => ({ name: "academic-cap", source: a0 });
38149
- const _c1$i = a0 => ({ name: "information-circle", source: a0 });
38148
+ const _c0$D = a0 => ({ name: "academic-cap", source: a0 });
38149
+ const _c1$j = a0 => ({ name: "information-circle", source: a0 });
38150
38150
  const _c2$c = a0 => ({ name: "signal", source: a0 });
38151
38151
  const _c3$9 = a0 => ({ name: "wrench-screwdriver", source: a0 });
38152
38152
  function FocusAreaDetailCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
@@ -38226,7 +38226,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
38226
38226
  const ctx_r0 = i0.ɵɵnextContext(2);
38227
38227
  i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
38228
38228
  i0.ɵɵadvance(2);
38229
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$C, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
38229
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$D, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
38230
38230
  i0.ɵɵadvance();
38231
38231
  i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
38232
38232
  i0.ɵɵadvance(2);
@@ -38247,7 +38247,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_6_Template(rf,
38247
38247
  const ctx_r0 = i0.ɵɵnextContext(2);
38248
38248
  i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
38249
38249
  i0.ɵɵadvance(2);
38250
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$i, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
38250
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
38251
38251
  i0.ɵɵadvance();
38252
38252
  i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
38253
38253
  i0.ɵɵadvance(2);
@@ -40007,7 +40007,7 @@ class CompetitorAnalysisCardComponent {
40007
40007
  }] }); })();
40008
40008
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
40009
40009
 
40010
- const _c0$B = ["*"];
40010
+ const _c0$C = ["*"];
40011
40011
  class SkeletonCardBaseComponent {
40012
40012
  constructor() {
40013
40013
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
@@ -40027,7 +40027,7 @@ class SkeletonCardBaseComponent {
40027
40027
  `.trim();
40028
40028
  }
40029
40029
  static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
40030
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$B, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
40030
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$C, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
40031
40031
  i0.ɵɵprojectionDef();
40032
40032
  i0.ɵɵelementStart(0, "div", 0);
40033
40033
  i0.ɵɵprojection(1);
@@ -41192,8 +41192,8 @@ class ProfileItemCardComponent {
41192
41192
  }], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], subsectionId: [{ type: i0.Input, args: [{ isSignal: true, alias: "subsectionId", required: false }] }], forceExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "forceExpanded", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }] }); })();
41193
41193
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
41194
41194
 
41195
- const _c0$A = ["scrollContainer"];
41196
- const _c1$h = a0 => ({ name: "arrow-right", source: a0 });
41195
+ const _c0$B = ["scrollContainer"];
41196
+ const _c1$i = a0 => ({ name: "arrow-right", source: a0 });
41197
41197
  function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
41198
41198
  const _r2 = i0.ɵɵgetCurrentView();
41199
41199
  i0.ɵɵelementStart(0, "button", 7);
@@ -41205,7 +41205,7 @@ function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1)
41205
41205
  const ctx_r2 = i0.ɵɵnextContext();
41206
41206
  i0.ɵɵproperty("ngClass", ctx_r2.getPrimaryButtonClasses());
41207
41207
  i0.ɵɵadvance();
41208
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c1$h, ctx_r2.IconSourceEnum.HEROICONS));
41208
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c1$i, ctx_r2.IconSourceEnum.HEROICONS));
41209
41209
  } }
41210
41210
  class ItemDetailModalComponent {
41211
41211
  constructor() {
@@ -41312,7 +41312,7 @@ class ItemDetailModalComponent {
41312
41312
  }
41313
41313
  static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
41314
41314
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
41315
- i0.ɵɵviewQuery(_c0$A, 5);
41315
+ i0.ɵɵviewQuery(_c0$B, 5);
41316
41316
  } if (rf & 2) {
41317
41317
  let _t;
41318
41318
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
@@ -41391,8 +41391,8 @@ class ItemDetailModalComponent {
41391
41391
  }] }); })();
41392
41392
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
41393
41393
 
41394
- const _c0$z = ["modalContent"];
41395
- const _c1$g = ["modalWrapper"];
41394
+ const _c0$A = ["modalContent"];
41395
+ const _c1$h = ["modalWrapper"];
41396
41396
  const _c2$b = ["*"];
41397
41397
  const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
41398
41398
  const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
@@ -43640,8 +43640,8 @@ class ProfileAnalysisModalComponent {
43640
43640
  }
43641
43641
  static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
43642
43642
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
43643
- i0.ɵɵviewQuery(_c0$z, 5);
43644
- i0.ɵɵviewQuery(_c1$g, 5);
43643
+ i0.ɵɵviewQuery(_c0$A, 5);
43644
+ i0.ɵɵviewQuery(_c1$h, 5);
43645
43645
  } if (rf & 2) {
43646
43646
  let _t;
43647
43647
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
@@ -44195,8 +44195,8 @@ class ProfileAnalysisModalComponent {
44195
44195
  }] }); }); })();
44196
44196
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-dashboard/profile-analysis-modal.component.ts", lineNumber: 554 }); })();
44197
44197
 
44198
- const _c0$y = a0 => ({ name: "light-bulb", source: a0 });
44199
- const _c1$f = a0 => ({ name: "trophy", source: a0 });
44198
+ const _c0$z = a0 => ({ name: "light-bulb", source: a0 });
44199
+ const _c1$g = a0 => ({ name: "trophy", source: a0 });
44200
44200
  const _c2$a = a0 => ({ name: "academic-cap", source: a0 });
44201
44201
  const _c3$7 = a0 => ({ name: "signal", source: a0 });
44202
44202
  const _c4$4 = a0 => ({ name: "wrench-screwdriver", source: a0 });
@@ -44234,7 +44234,7 @@ function CompetitiveGapModalComponent_Conditional_10_Template(rf, ctx) { if (rf
44234
44234
  const ctx_r0 = i0.ɵɵnextContext();
44235
44235
  i0.ɵɵproperty("ngClass", ctx_r0.sectionClasses());
44236
44236
  i0.ɵɵadvance(2);
44237
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$f, ctx_r0.iconSource))("ngClass", ctx_r0.sectionIconClasses());
44237
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$g, ctx_r0.iconSource))("ngClass", ctx_r0.sectionIconClasses());
44238
44238
  i0.ɵɵadvance();
44239
44239
  i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
44240
44240
  i0.ɵɵadvance(2);
@@ -44405,7 +44405,7 @@ class CompetitiveGapModalComponent {
44405
44405
  i0.ɵɵadvance(2);
44406
44406
  i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
44407
44407
  i0.ɵɵadvance();
44408
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$y, ctx.iconSource));
44408
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$z, ctx.iconSource));
44409
44409
  i0.ɵɵadvance(3);
44410
44410
  i0.ɵɵproperty("ngClass", ctx.titleClasses());
44411
44411
  i0.ɵɵadvance();
@@ -44526,8 +44526,8 @@ class CompetitiveGapModalComponent {
44526
44526
  }], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
44527
44527
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
44528
44528
 
44529
- const _c0$x = a0 => ({ name: "list-bullet", source: a0 });
44530
- const _c1$e = a0 => ({ name: "arrow-right", source: a0 });
44529
+ const _c0$y = a0 => ({ name: "list-bullet", source: a0 });
44530
+ const _c1$f = a0 => ({ name: "arrow-right", source: a0 });
44531
44531
  const _c2$9 = a0 => ({ name: "check-circle", source: a0 });
44532
44532
  const _c3$6 = a0 => ({ name: "exclamation-circle", source: a0 });
44533
44533
  const _forTrack0$p = ($index, $item) => $item.order;
@@ -44546,7 +44546,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
44546
44546
  i0.ɵɵadvance();
44547
44547
  i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
44548
44548
  i0.ɵɵadvance();
44549
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$x, ctx_r0.iconSource));
44549
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$y, ctx_r0.iconSource));
44550
44550
  i0.ɵɵadvance(2);
44551
44551
  i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
44552
44552
  i0.ɵɵadvance(2);
@@ -44599,7 +44599,7 @@ function RecommendationActionStepsModalComponent_For_4_Template(rf, ctx) { if (r
44599
44599
  i0.ɵɵadvance();
44600
44600
  i0.ɵɵtextInterpolate1(" ", step_r2.order, " ");
44601
44601
  i0.ɵɵadvance(4);
44602
- i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$e, ctx_r0.iconSource))("ngClass", ctx_r0.actionIconClasses());
44602
+ i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$f, ctx_r0.iconSource))("ngClass", ctx_r0.actionIconClasses());
44603
44603
  i0.ɵɵadvance();
44604
44604
  i0.ɵɵproperty("ngClass", ctx_r0.actionTitleClasses());
44605
44605
  i0.ɵɵadvance(2);
@@ -44766,8 +44766,8 @@ class RecommendationActionStepsModalComponent {
44766
44766
  }], null, { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], actionSteps: [{ type: i0.Input, args: [{ isSignal: true, alias: "actionSteps", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
44767
44767
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
44768
44768
 
44769
- const _c0$w = ["modalContent"];
44770
- const _c1$d = ["modalWrapper"];
44769
+ const _c0$x = ["modalContent"];
44770
+ const _c1$e = ["modalWrapper"];
44771
44771
  function BusinessAnalysisModalComponent_Conditional_0_Conditional_10_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
44772
44772
  const _r4 = i0.ɵɵgetCurrentView();
44773
44773
  i0.ɵɵelementStart(0, "button", 28);
@@ -45289,8 +45289,8 @@ class BusinessAnalysisModalComponent {
45289
45289
  }
45290
45290
  static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
45291
45291
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
45292
- i0.ɵɵviewQuery(_c0$w, 5);
45293
- i0.ɵɵviewQuery(_c1$d, 5);
45292
+ i0.ɵɵviewQuery(_c0$x, 5);
45293
+ i0.ɵɵviewQuery(_c1$e, 5);
45294
45294
  } if (rf & 2) {
45295
45295
  let _t;
45296
45296
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
@@ -45474,8 +45474,8 @@ class BusinessAnalysisModalComponent {
45474
45474
  }] }); })();
45475
45475
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BusinessAnalysisModalComponent, { className: "BusinessAnalysisModalComponent", filePath: "lib/components/business-analysis-dashboard/business-analysis-modal.component.ts", lineNumber: 171 }); })();
45476
45476
 
45477
- const _c0$v = ["dashboardContainer"];
45478
- const _c1$c = () => ({});
45477
+ const _c0$w = ["dashboardContainer"];
45478
+ const _c1$d = () => ({});
45479
45479
  const _c2$8 = () => [1, 2, 3, 4, 5, 6];
45480
45480
  const _c3$5 = () => [1, 2, 3];
45481
45481
  const _c4$3 = () => [1, 2, 3, 4];
@@ -45782,7 +45782,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_50_Conditional_8_Co
45782
45782
  i0.ɵɵelementEnd();
45783
45783
  } if (rf & 2) {
45784
45784
  const ctx_r2 = i0.ɵɵnextContext(3);
45785
- i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$c))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", true)("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
45785
+ i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$d))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", true)("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
45786
45786
  } }
45787
45787
  function SymphiqFunnelAnalysisDashboardComponent_Conditional_50_Conditional_8_Template(rf, ctx) { if (rf & 1) {
45788
45788
  i0.ɵɵelementStart(0, "div", 72);
@@ -45932,7 +45932,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_51_Conditional_2_Co
45932
45932
  i0.ɵɵelementEnd();
45933
45933
  } if (rf & 2) {
45934
45934
  const ctx_r2 = i0.ɵɵnextContext(3);
45935
- i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$c))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", ctx_r2.viewModeService.isCompact())("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
45935
+ i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$d))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", ctx_r2.viewModeService.isCompact())("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
45936
45936
  } }
45937
45937
  function SymphiqFunnelAnalysisDashboardComponent_Conditional_51_Conditional_2_Template(rf, ctx) { if (rf & 1) {
45938
45938
  i0.ɵɵelementStart(0, "div", 93);
@@ -47735,7 +47735,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
47735
47735
  static { this.ɵfac = function SymphiqFunnelAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqFunnelAnalysisDashboardComponent)(i0.ɵɵdirectiveInject(FunnelOrderService), i0.ɵɵdirectiveInject(ViewModeService), i0.ɵɵdirectiveInject(SearchService), i0.ɵɵdirectiveInject(TooltipService), i0.ɵɵdirectiveInject(ProfileContextService), i0.ɵɵdirectiveInject(ProfileItemLookupService)); }; }
47736
47736
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
47737
47737
  i0.ɵɵviewQuery(ModalComponent, 5);
47738
- i0.ɵɵviewQuery(_c0$v, 5);
47738
+ i0.ɵɵviewQuery(_c0$w, 5);
47739
47739
  } if (rf & 2) {
47740
47740
  let _t;
47741
47741
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
@@ -51409,7 +51409,7 @@ class FocusAreaToolsModalComponent {
51409
51409
  }] }); })();
51410
51410
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
51411
51411
 
51412
- const _c0$u = ["shopNameInput"];
51412
+ const _c0$v = ["shopNameInput"];
51413
51413
  const _forTrack0$l = ($index, $item) => $item.focusAreaDomain;
51414
51414
  function SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_27_Template(rf, ctx) { if (rf & 1) {
51415
51415
  i0.ɵɵtext(0, " Shopify ");
@@ -52572,7 +52572,7 @@ class SymphiqCreateAccountDashboardComponent {
52572
52572
  }
52573
52573
  static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
52574
52574
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
52575
- i0.ɵɵviewQuery(_c0$u, 5);
52575
+ i0.ɵɵviewQuery(_c0$v, 5);
52576
52576
  } if (rf & 2) {
52577
52577
  let _t;
52578
52578
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
@@ -56389,7 +56389,7 @@ class ChartValueFormatter {
56389
56389
  }
56390
56390
  }
56391
56391
 
56392
- const _c0$t = ["chartdiv"];
56392
+ const _c0$u = ["chartdiv"];
56393
56393
  class AreaChartComponent {
56394
56394
  constructor() {
56395
56395
  this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
@@ -56698,7 +56698,7 @@ class AreaChartComponent {
56698
56698
  }
56699
56699
  static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
56700
56700
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
56701
- i0.ɵɵviewQuery(_c0$t, 7);
56701
+ i0.ɵɵviewQuery(_c0$u, 7);
56702
56702
  } if (rf & 2) {
56703
56703
  let _t;
56704
56704
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
@@ -56730,7 +56730,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
56730
56730
  AreaChartComponent: AreaChartComponent
56731
56731
  });
56732
56732
 
56733
- const _c0$s = ["chartdiv"];
56733
+ const _c0$t = ["chartdiv"];
56734
56734
  class LineChartComponent {
56735
56735
  constructor() {
56736
56736
  this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
@@ -57180,7 +57180,7 @@ class LineChartComponent {
57180
57180
  }
57181
57181
  static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
57182
57182
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
57183
- i0.ɵɵviewQuery(_c0$s, 7);
57183
+ i0.ɵɵviewQuery(_c0$t, 7);
57184
57184
  } if (rf & 2) {
57185
57185
  let _t;
57186
57186
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
@@ -57212,7 +57212,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
57212
57212
  LineChartComponent: LineChartComponent
57213
57213
  });
57214
57214
 
57215
- const _c0$r = ["chartdiv"];
57215
+ const _c0$s = ["chartdiv"];
57216
57216
  class ProgressToTargetChartComponent {
57217
57217
  constructor() {
57218
57218
  this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
@@ -57463,7 +57463,7 @@ class ProgressToTargetChartComponent {
57463
57463
  }
57464
57464
  static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
57465
57465
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
57466
- i0.ɵɵviewQuery(_c0$r, 7);
57466
+ i0.ɵɵviewQuery(_c0$s, 7);
57467
57467
  } if (rf & 2) {
57468
57468
  let _t;
57469
57469
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
@@ -58936,25 +58936,27 @@ class MetricReportModalComponent {
58936
58936
  }] }); })();
58937
58937
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 483 }); })();
58938
58938
 
58939
+ const _c0$r = ["absoluteInputRef"];
58940
+ const _c1$c = ["percentageInputRef"];
58939
58941
  function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
58940
58942
  const _r3 = i0.ɵɵgetCurrentView();
58941
- i0.ɵɵelementStart(0, "div", 16);
58943
+ i0.ɵɵelementStart(0, "div", 18);
58942
58944
  i0.ɵɵnamespaceSVG();
58943
- i0.ɵɵelementStart(1, "svg", 17);
58944
- i0.ɵɵelement(2, "path", 29);
58945
+ i0.ɵɵelementStart(1, "svg", 19);
58946
+ i0.ɵɵelement(2, "path", 31);
58945
58947
  i0.ɵɵelementEnd();
58946
58948
  i0.ɵɵnamespaceHTML();
58947
- i0.ɵɵelementStart(3, "div")(4, "div", 30)(5, "p", 19);
58949
+ i0.ɵɵelementStart(3, "div")(4, "div", 32)(5, "p", 21);
58948
58950
  i0.ɵɵtext(6, " Current Pace Projection ");
58949
58951
  i0.ɵɵelementEnd();
58950
- i0.ɵɵelementStart(7, "button", 31);
58952
+ i0.ɵɵelementStart(7, "button", 33);
58951
58953
  i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template_button_click_7_listener($event) { i0.ɵɵrestoreView(_r3); return i0.ɵɵresetView($event.stopPropagation()); });
58952
58954
  i0.ɵɵnamespaceSVG();
58953
- i0.ɵɵelementStart(8, "svg", 32);
58954
- i0.ɵɵelement(9, "path", 33);
58955
+ i0.ɵɵelementStart(8, "svg", 34);
58956
+ i0.ɵɵelement(9, "path", 35);
58955
58957
  i0.ɵɵelementEnd()()();
58956
58958
  i0.ɵɵnamespaceHTML();
58957
- i0.ɵɵelementStart(10, "p", 20);
58959
+ i0.ɵɵelementStart(10, "p", 22);
58958
58960
  i0.ɵɵtext(11);
58959
58961
  i0.ɵɵelementEnd()()();
58960
58962
  } if (rf & 2) {
@@ -58968,30 +58970,30 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template(rf
58968
58970
  i0.ɵɵadvance(3);
58969
58971
  i0.ɵɵproperty("ngClass", ctx_r1.projectionValueClasses());
58970
58972
  i0.ɵɵadvance();
58971
- i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.currentPaceProjection()), " ");
58973
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.currentPaceProjectionRaw(), false), " ");
58972
58974
  } }
58973
58975
  function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_1_Template(rf, ctx) { if (rf & 1) {
58974
58976
  const _r4 = i0.ɵɵgetCurrentView();
58975
- i0.ɵɵelementStart(0, "input", 35);
58977
+ i0.ɵɵelementStart(0, "input", 37, 0);
58976
58978
  i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_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); });
58977
58979
  i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_1_Template_input_ngModelChange_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
58978
58980
  i0.ɵɵelementEnd();
58979
- i0.ɵɵelementStart(1, "span", 36);
58980
- i0.ɵɵtext(2, " % ");
58981
+ i0.ɵɵelementStart(2, "span", 38);
58982
+ i0.ɵɵtext(3, " % ");
58981
58983
  i0.ɵɵelementEnd();
58982
58984
  } if (rf & 2) {
58983
58985
  const ctx_r1 = i0.ɵɵnextContext(3);
58984
58986
  i0.ɵɵtwoWayProperty("ngModel", ctx_r1.absoluteInput);
58985
58987
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
58986
- i0.ɵɵadvance();
58988
+ i0.ɵɵadvance(2);
58987
58989
  i0.ɵɵproperty("ngClass", ctx_r1.inputSuffixClasses());
58988
58990
  } }
58989
58991
  function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_2_Template(rf, ctx) { if (rf & 1) {
58990
58992
  const _r5 = i0.ɵɵgetCurrentView();
58991
- i0.ɵɵelementStart(0, "span", 37);
58993
+ i0.ɵɵelementStart(0, "span", 39);
58992
58994
  i0.ɵɵtext(1, " $ ");
58993
58995
  i0.ɵɵelementEnd();
58994
- i0.ɵɵelementStart(2, "input", 38);
58996
+ i0.ɵɵelementStart(2, "input", 40, 0);
58995
58997
  i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_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); });
58996
58998
  i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_2_Template_input_ngModelChange_2_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
58997
58999
  i0.ɵɵelementEnd();
@@ -59004,7 +59006,7 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
59004
59006
  } }
59005
59007
  function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_3_Template(rf, ctx) { if (rf & 1) {
59006
59008
  const _r6 = i0.ɵɵgetCurrentView();
59007
- i0.ɵɵelementStart(0, "input", 39);
59009
+ i0.ɵɵelementStart(0, "input", 41, 0);
59008
59010
  i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_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); });
59009
59011
  i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_3_Template_input_ngModelChange_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onAbsoluteInputChange()); });
59010
59012
  i0.ɵɵelementEnd();
@@ -59014,8 +59016,8 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional
59014
59016
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
59015
59017
  } }
59016
59018
  function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf, ctx) { if (rf & 1) {
59017
- i0.ɵɵelementStart(0, "div", 24);
59018
- i0.ɵɵconditionalCreate(1, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_1_Template, 3, 3)(2, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_2_Template, 3, 3)(3, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_3_Template, 1, 2, "input", 34);
59019
+ i0.ɵɵelementStart(0, "div", 26);
59020
+ i0.ɵɵconditionalCreate(1, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_1_Template, 4, 3)(2, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_2_Template, 4, 3)(3, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Conditional_3_Template, 2, 2, "input", 36);
59019
59021
  i0.ɵɵelementEnd();
59020
59022
  } if (rf & 2) {
59021
59023
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -59024,26 +59026,26 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template(rf
59024
59026
  } }
59025
59027
  function EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template(rf, ctx) { if (rf & 1) {
59026
59028
  const _r7 = i0.ɵɵgetCurrentView();
59027
- i0.ɵɵelementStart(0, "div", 24)(1, "input", 40);
59029
+ i0.ɵɵelementStart(0, "div", 26)(1, "input", 42, 1);
59028
59030
  i0.ɵɵtwoWayListener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_35_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); });
59029
59031
  i0.ɵɵlistener("ngModelChange", function EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template_input_ngModelChange_1_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPercentageInputChange()); });
59030
59032
  i0.ɵɵelementEnd();
59031
- i0.ɵɵelementStart(2, "span", 36);
59032
- i0.ɵɵtext(3, " % ");
59033
+ i0.ɵɵelementStart(3, "span", 38);
59034
+ i0.ɵɵtext(4, " % ");
59033
59035
  i0.ɵɵelementEnd()();
59034
59036
  } if (rf & 2) {
59035
59037
  const ctx_r1 = i0.ɵɵnextContext(2);
59036
59038
  i0.ɵɵadvance();
59037
59039
  i0.ɵɵtwoWayProperty("ngModel", ctx_r1.percentageInput);
59038
59040
  i0.ɵɵproperty("ngClass", ctx_r1.inputClasses());
59039
- i0.ɵɵadvance();
59041
+ i0.ɵɵadvance(2);
59040
59042
  i0.ɵɵproperty("ngClass", ctx_r1.inputSuffixClasses());
59041
59043
  } }
59042
59044
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_17_Template(rf, ctx) { if (rf & 1) {
59043
59045
  i0.ɵɵtext(0);
59044
59046
  } if (rf & 2) {
59045
59047
  const ctx_r1 = i0.ɵɵnextContext(3);
59046
- i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.Math.abs(ctx_r1.increaseAmount())), " ");
59048
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedIncreaseAmount()), " ");
59047
59049
  } }
59048
59050
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_18_Template(rf, ctx) { if (rf & 1) {
59049
59051
  i0.ɵɵtext(0, " -- ");
@@ -59052,7 +59054,7 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional
59052
59054
  i0.ɵɵtext(0);
59053
59055
  } if (rf & 2) {
59054
59056
  const ctx_r1 = i0.ɵɵnextContext(3);
59055
- i0.ɵɵtextInterpolate2(" ", ctx_r1.percentageChange() >= 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.percentageChange(), 1), " ");
59057
+ i0.ɵɵtextInterpolate2(" ", ctx_r1.animatedPercentageGrowth() >= 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.animatedPercentageGrowth(), 1), " ");
59056
59058
  } }
59057
59059
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_24_Template(rf, ctx) { if (rf & 1) {
59058
59060
  i0.ɵɵtext(0, " -- ");
@@ -59061,7 +59063,7 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional
59061
59063
  i0.ɵɵtext(0);
59062
59064
  } if (rf & 2) {
59063
59065
  const ctx_r1 = i0.ɵɵnextContext(4);
59064
- i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.Math.abs(ctx_r1.gapToClose().amount)), " ");
59066
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedGapAmount()), " ");
59065
59067
  } }
59066
59068
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Conditional_12_Template(rf, ctx) { if (rf & 1) {
59067
59069
  i0.ɵɵtext(0, " -- ");
@@ -59070,37 +59072,37 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional
59070
59072
  i0.ɵɵtext(0);
59071
59073
  } if (rf & 2) {
59072
59074
  const ctx_r1 = i0.ɵɵnextContext(4);
59073
- i0.ɵɵtextInterpolate2(" ", ctx_r1.gapToClose().amount > 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.gapToClose().percentage, 1), " ");
59075
+ i0.ɵɵtextInterpolate2(" ", ctx_r1.animatedGapPercentage() > 0 ? "+" : "", "", ctx_r1.formatPercentage(ctx_r1.animatedGapPercentage(), 1), " ");
59074
59076
  } }
59075
59077
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Conditional_22_Template(rf, ctx) { if (rf & 1) {
59076
59078
  i0.ɵɵtext(0, " -- ");
59077
59079
  } }
59078
59080
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Template(rf, ctx) { if (rf & 1) {
59079
59081
  const _r8 = i0.ɵɵgetCurrentView();
59080
- i0.ɵɵelementStart(0, "div", 42)(1, "div", 43);
59081
- i0.ɵɵelement(2, "div", 44);
59082
- i0.ɵɵelementStart(3, "span", 45);
59082
+ i0.ɵɵelementStart(0, "div", 44)(1, "div", 45);
59083
+ i0.ɵɵelement(2, "div", 46);
59084
+ i0.ɵɵelementStart(3, "span", 47);
59083
59085
  i0.ɵɵtext(4);
59084
59086
  i0.ɵɵelementEnd();
59085
- i0.ɵɵelement(5, "div", 44);
59087
+ i0.ɵɵelement(5, "div", 46);
59086
59088
  i0.ɵɵelementEnd();
59087
- i0.ɵɵelementStart(6, "div", 46)(7, "div")(8, "p", 47);
59089
+ i0.ɵɵelementStart(6, "div", 48)(7, "div")(8, "p", 49);
59088
59090
  i0.ɵɵtext(9, " Gap to Close ");
59089
59091
  i0.ɵɵelementEnd();
59090
- i0.ɵɵelementStart(10, "p", 48);
59092
+ i0.ɵɵelementStart(10, "p", 50);
59091
59093
  i0.ɵɵconditionalCreate(11, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Conditional_11_Template, 1, 1)(12, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Conditional_12_Template, 1, 0);
59092
59094
  i0.ɵɵelementEnd()();
59093
- i0.ɵɵelementStart(13, "div")(14, "div", 49)(15, "p", 19);
59095
+ i0.ɵɵelementStart(13, "div")(14, "div", 51)(15, "p", 21);
59094
59096
  i0.ɵɵtext(16, " Additional Growth Needed ");
59095
59097
  i0.ɵɵelementEnd();
59096
- i0.ɵɵelementStart(17, "button", 31);
59098
+ i0.ɵɵelementStart(17, "button", 33);
59097
59099
  i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Template_button_click_17_listener($event) { i0.ɵɵrestoreView(_r8); return i0.ɵɵresetView($event.stopPropagation()); });
59098
59100
  i0.ɵɵnamespaceSVG();
59099
- i0.ɵɵelementStart(18, "svg", 32);
59100
- i0.ɵɵelement(19, "path", 33);
59101
+ i0.ɵɵelementStart(18, "svg", 34);
59102
+ i0.ɵɵelement(19, "path", 35);
59101
59103
  i0.ɵɵelementEnd()()();
59102
59104
  i0.ɵɵnamespaceHTML();
59103
- i0.ɵɵelementStart(20, "p", 48);
59105
+ i0.ɵɵelementStart(20, "p", 50);
59104
59106
  i0.ɵɵconditionalCreate(21, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Conditional_21_Template, 1, 2)(22, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Conditional_22_Template, 1, 0);
59105
59107
  i0.ɵɵelementEnd()()()();
59106
59108
  } if (rf & 2) {
@@ -59129,32 +59131,32 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional
59129
59131
  i0.ɵɵconditional(ctx_r1.isTargetValid() ? 21 : 22);
59130
59132
  } }
59131
59133
  function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Template(rf, ctx) { if (rf & 1) {
59132
- i0.ɵɵelementStart(0, "div", 25)(1, "div")(2, "p", 19);
59134
+ i0.ɵɵelementStart(0, "div", 27)(1, "div")(2, "p", 21);
59133
59135
  i0.ɵɵtext(3);
59134
59136
  i0.ɵɵelementEnd();
59135
- i0.ɵɵelementStart(4, "p", 41);
59137
+ i0.ɵɵelementStart(4, "p", 43);
59136
59138
  i0.ɵɵtext(5);
59137
59139
  i0.ɵɵelementEnd()();
59138
- i0.ɵɵelementStart(6, "div", 42)(7, "div", 43);
59139
- i0.ɵɵelement(8, "div", 44);
59140
- i0.ɵɵelementStart(9, "span", 45);
59140
+ i0.ɵɵelementStart(6, "div", 44)(7, "div", 45);
59141
+ i0.ɵɵelement(8, "div", 46);
59142
+ i0.ɵɵelementStart(9, "span", 47);
59141
59143
  i0.ɵɵtext(10);
59142
59144
  i0.ɵɵelementEnd();
59143
- i0.ɵɵelement(11, "div", 44);
59145
+ i0.ɵɵelement(11, "div", 46);
59144
59146
  i0.ɵɵelementEnd();
59145
- i0.ɵɵelementStart(12, "div", 46)(13, "div")(14, "p", 47);
59147
+ i0.ɵɵelementStart(12, "div", 48)(13, "div")(14, "p", 49);
59146
59148
  i0.ɵɵtext(15);
59147
59149
  i0.ɵɵelementEnd();
59148
- i0.ɵɵelementStart(16, "p", 48);
59150
+ i0.ɵɵelementStart(16, "p", 50);
59149
59151
  i0.ɵɵconditionalCreate(17, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_17_Template, 1, 1)(18, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_18_Template, 1, 0);
59150
59152
  i0.ɵɵelementEnd()();
59151
- i0.ɵɵelementStart(19, "div")(20, "p", 47);
59153
+ i0.ɵɵelementStart(19, "div")(20, "p", 49);
59152
59154
  i0.ɵɵtext(21);
59153
59155
  i0.ɵɵelementEnd();
59154
- i0.ɵɵelementStart(22, "p", 48);
59156
+ i0.ɵɵelementStart(22, "p", 50);
59155
59157
  i0.ɵɵconditionalCreate(23, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_23_Template, 1, 2)(24, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_24_Template, 1, 0);
59156
59158
  i0.ɵɵelementEnd()()()();
59157
- i0.ɵɵconditionalCreate(25, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Template, 23, 12, "div", 42);
59159
+ i0.ɵɵconditionalCreate(25, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Conditional_25_Template, 23, 12, "div", 44);
59158
59160
  i0.ɵɵelementEnd();
59159
59161
  } if (rf & 2) {
59160
59162
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -59166,7 +59168,7 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Template(rf
59166
59168
  i0.ɵɵadvance();
59167
59169
  i0.ɵɵproperty("ngClass", ctx_r1.calculatedValueClasses());
59168
59170
  i0.ɵɵadvance();
59169
- i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.calculatedTarget()), " ");
59171
+ i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.animatedTarget()), " ");
59170
59172
  i0.ɵɵadvance(3);
59171
59173
  i0.ɵɵproperty("ngClass", ctx_r1.dividerBorderClasses());
59172
59174
  i0.ɵɵadvance();
@@ -59192,61 +59194,61 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_36_Template(rf
59192
59194
  i0.ɵɵadvance();
59193
59195
  i0.ɵɵconditional(ctx_r1.isTargetValid() ? 23 : 24);
59194
59196
  i0.ɵɵadvance(2);
59195
- i0.ɵɵconditional(ctx_r1.currentPaceProjection() > 0 ? 25 : -1);
59197
+ i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 25 : -1);
59196
59198
  } }
59197
59199
  function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
59198
59200
  const _r1 = i0.ɵɵgetCurrentView();
59199
59201
  i0.ɵɵelement(0, "symphiq-tooltip-container");
59200
- i0.ɵɵelementStart(1, "div", 0);
59202
+ i0.ɵɵelementStart(1, "div", 2);
59201
59203
  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()); });
59202
- i0.ɵɵelementStart(2, "div", 1);
59203
- i0.ɵɵelement(3, "div", 2);
59204
- i0.ɵɵelementStart(4, "span", 3);
59204
+ i0.ɵɵelementStart(2, "div", 3);
59205
+ i0.ɵɵelement(3, "div", 4);
59206
+ i0.ɵɵelementStart(4, "span", 5);
59205
59207
  i0.ɵɵtext(5, "\u200B");
59206
59208
  i0.ɵɵelementEnd();
59207
- i0.ɵɵelementStart(6, "div", 4);
59209
+ i0.ɵɵelementStart(6, "div", 6);
59208
59210
  i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_div_click_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
59209
- i0.ɵɵelementStart(7, "div", 5)(8, "div", 6)(9, "div", 7)(10, "h3", 8);
59211
+ i0.ɵɵelementStart(7, "div", 7)(8, "div", 8)(9, "div", 9)(10, "h3", 10);
59210
59212
  i0.ɵɵtext(11);
59211
59213
  i0.ɵɵelementEnd()();
59212
- i0.ɵɵelementStart(12, "button", 9);
59214
+ i0.ɵɵelementStart(12, "button", 11);
59213
59215
  i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59214
59216
  i0.ɵɵnamespaceSVG();
59215
- i0.ɵɵelementStart(13, "svg", 10);
59216
- i0.ɵɵelement(14, "path", 11);
59217
+ i0.ɵɵelementStart(13, "svg", 12);
59218
+ i0.ɵɵelement(14, "path", 13);
59217
59219
  i0.ɵɵelementEnd()()()();
59218
59220
  i0.ɵɵnamespaceHTML();
59219
- i0.ɵɵelementStart(15, "div", 12)(16, "div", 13)(17, "div", 14)(18, "div", 15)(19, "div", 16);
59221
+ i0.ɵɵelementStart(15, "div", 14)(16, "div", 15)(17, "div", 16)(18, "div", 17)(19, "div", 18);
59220
59222
  i0.ɵɵnamespaceSVG();
59221
- i0.ɵɵelementStart(20, "svg", 17);
59222
- i0.ɵɵelement(21, "path", 18);
59223
+ i0.ɵɵelementStart(20, "svg", 19);
59224
+ i0.ɵɵelement(21, "path", 20);
59223
59225
  i0.ɵɵelementEnd();
59224
59226
  i0.ɵɵnamespaceHTML();
59225
- i0.ɵɵelementStart(22, "div")(23, "p", 19);
59227
+ i0.ɵɵelementStart(22, "div")(23, "p", 21);
59226
59228
  i0.ɵɵtext(24);
59227
59229
  i0.ɵɵelementEnd();
59228
- i0.ɵɵelementStart(25, "p", 20);
59230
+ i0.ɵɵelementStart(25, "p", 22);
59229
59231
  i0.ɵɵtext(26);
59230
59232
  i0.ɵɵelementEnd()()();
59231
- i0.ɵɵconditionalCreate(27, EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template, 12, 6, "div", 16);
59233
+ i0.ɵɵconditionalCreate(27, EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template, 12, 6, "div", 18);
59232
59234
  i0.ɵɵelementEnd();
59233
- i0.ɵɵelementStart(28, "div", 21)(29, "div", 22)(30, "button", 23);
59235
+ i0.ɵɵelementStart(28, "div", 23)(29, "div", 24)(30, "button", 25);
59234
59236
  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("absolute")); });
59235
59237
  i0.ɵɵtext(31, " Absolute Amount ");
59236
59238
  i0.ɵɵelementEnd();
59237
- i0.ɵɵelementStart(32, "button", 23);
59239
+ i0.ɵɵelementStart(32, "button", 25);
59238
59240
  i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_32_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.setInputMode("percentage")); });
59239
59241
  i0.ɵɵtext(33);
59240
59242
  i0.ɵɵelementEnd()();
59241
- i0.ɵɵconditionalCreate(34, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template, 4, 1, "div", 24)(35, EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template, 4, 3, "div", 24);
59243
+ i0.ɵɵconditionalCreate(34, EditMetricTargetModalComponent_Conditional_0_Conditional_34_Template, 4, 1, "div", 26)(35, EditMetricTargetModalComponent_Conditional_0_Conditional_35_Template, 5, 3, "div", 26);
59242
59244
  i0.ɵɵelementEnd()();
59243
- i0.ɵɵconditionalCreate(36, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Template, 26, 19, "div", 25);
59245
+ i0.ɵɵconditionalCreate(36, EditMetricTargetModalComponent_Conditional_0_Conditional_36_Template, 26, 19, "div", 27);
59244
59246
  i0.ɵɵelementEnd()();
59245
- i0.ɵɵelementStart(37, "div", 26)(38, "button", 27);
59247
+ i0.ɵɵelementStart(37, "div", 28)(38, "button", 29);
59246
59248
  i0.ɵɵlistener("click", function EditMetricTargetModalComponent_Conditional_0_Template_button_click_38_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.close()); });
59247
59249
  i0.ɵɵtext(39, " Cancel ");
59248
59250
  i0.ɵɵelementEnd();
59249
- i0.ɵɵelementStart(40, "button", 28);
59251
+ i0.ɵɵelementStart(40, "button", 30);
59250
59252
  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()); });
59251
59253
  i0.ɵɵtext(41, " Apply Target ");
59252
59254
  i0.ɵɵelementEnd()()()()();
@@ -59279,7 +59281,7 @@ function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf
59279
59281
  i0.ɵɵadvance();
59280
59282
  i0.ɵɵtextInterpolate1(" ", ctx_r1.formatMetricValue(ctx_r1.priorYearValue()), " ");
59281
59283
  i0.ɵɵadvance();
59282
- i0.ɵɵconditional(ctx_r1.currentPaceProjection() > 0 ? 27 : -1);
59284
+ i0.ɵɵconditional(ctx_r1.currentPaceProjectionRaw() > 0 ? 27 : -1);
59283
59285
  i0.ɵɵadvance(3);
59284
59286
  i0.ɵɵproperty("ngClass", ctx_r1.inputModeButtonClasses("absolute"));
59285
59287
  i0.ɵɵadvance(2);
@@ -59298,7 +59300,8 @@ function EditMetricTargetModalComponent_Conditional_0_Template(rf, ctx) { if (rf
59298
59300
  i0.ɵɵproperty("disabled", !ctx_r1.isTargetValid())("ngClass", ctx_r1.applyButtonClasses());
59299
59301
  } }
59300
59302
  class EditMetricTargetModalComponent {
59301
- constructor() {
59303
+ constructor(injector_) {
59304
+ this.injector_ = injector_;
59302
59305
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
59303
59306
  this.isOpen = input(false, ...(ngDevMode ? [{ debugName: "isOpen" }] : []));
59304
59307
  this.metricData = input(undefined, ...(ngDevMode ? [{ debugName: "metricData" }] : []));
@@ -59309,6 +59312,12 @@ class EditMetricTargetModalComponent {
59309
59312
  this.inputMode = signal('absolute', ...(ngDevMode ? [{ debugName: "inputMode" }] : []));
59310
59313
  this.absoluteInput = signal(null, ...(ngDevMode ? [{ debugName: "absoluteInput" }] : []));
59311
59314
  this.percentageInput = signal(null, ...(ngDevMode ? [{ debugName: "percentageInput" }] : []));
59315
+ this.animatedTarget = signal(0, ...(ngDevMode ? [{ debugName: "animatedTarget" }] : []));
59316
+ this.animatedIncreaseAmount = signal(0, ...(ngDevMode ? [{ debugName: "animatedIncreaseAmount" }] : []));
59317
+ this.animatedPercentageGrowth = signal(0, ...(ngDevMode ? [{ debugName: "animatedPercentageGrowth" }] : []));
59318
+ this.animatedGapAmount = signal(0, ...(ngDevMode ? [{ debugName: "animatedGapAmount" }] : []));
59319
+ this.animatedGapPercentage = signal(0, ...(ngDevMode ? [{ debugName: "animatedGapPercentage" }] : []));
59320
+ this.animationFrameId = null;
59312
59321
  this.currentYear = computed(() => new Date().getFullYear(), ...(ngDevMode ? [{ debugName: "currentYear" }] : []));
59313
59322
  this.priorYear = computed(() => new Date().getFullYear() - 1, ...(ngDevMode ? [{ debugName: "priorYear" }] : []));
59314
59323
  this.metricTitle = computed(() => {
@@ -59342,12 +59351,19 @@ class EditMetricTargetModalComponent {
59342
59351
  return false;
59343
59352
  return MetricEnumUtil.increaseBad(metric);
59344
59353
  }, ...(ngDevMode ? [{ debugName: "isIncreaseBad" }] : []));
59345
- this.currentPaceProjection = computed(() => {
59354
+ this.currentPaceProjectionRaw = computed(() => {
59346
59355
  const pacingData = this.pacingMetrics();
59347
59356
  const metric = this.metricData()?.metric;
59348
59357
  if (!pacingData || !metric)
59349
59358
  return 0;
59350
59359
  return extractProjectedValue(pacingData, metric) ?? 0;
59360
+ }, ...(ngDevMode ? [{ debugName: "currentPaceProjectionRaw" }] : []));
59361
+ this.currentPaceProjection = computed(() => {
59362
+ const raw = this.currentPaceProjectionRaw();
59363
+ if (this.isPercentageMetric()) {
59364
+ return raw / 100;
59365
+ }
59366
+ return raw;
59351
59367
  }, ...(ngDevMode ? [{ debugName: "currentPaceProjection" }] : []));
59352
59368
  this.calculatedTarget = computed(() => {
59353
59369
  const mode = this.inputMode();
@@ -59409,6 +59425,73 @@ class EditMetricTargetModalComponent {
59409
59425
  title: 'Additional Growth Needed',
59410
59426
  markdown: 'This percentage represents the additional improvement required beyond your current projected pace to reach your target. It shows how much more change is needed to close the gap between your projected performance and your goal.'
59411
59427
  };
59428
+ effect(() => {
59429
+ if (this.isOpen()) {
59430
+ const metricData = this.metricData();
59431
+ if (metricData && metricData.targetValue > 0) {
59432
+ if (this.isPercentageMetric()) {
59433
+ this.absoluteInput.set(metricData.targetValue * 100);
59434
+ }
59435
+ else {
59436
+ this.absoluteInput.set(metricData.targetValue);
59437
+ }
59438
+ }
59439
+ afterNextRender(() => {
59440
+ this.focusCurrentInput();
59441
+ this.triggerAnimation();
59442
+ }, { injector: this.injector_ });
59443
+ }
59444
+ });
59445
+ }
59446
+ triggerAnimation() {
59447
+ const target = this.calculatedTarget();
59448
+ const increaseAmt = Math.abs(this.increaseAmount());
59449
+ const pctGrowth = this.percentageChange();
59450
+ const gap = this.gapToClose();
59451
+ if (target > 0) {
59452
+ this.animateCountUp(target, increaseAmt, pctGrowth, Math.abs(gap.amount), gap.percentage);
59453
+ }
59454
+ }
59455
+ animateCountUp(targetValue, increaseAmount, percentageGrowth, gapAmount, gapPercentage) {
59456
+ if (this.animationFrameId) {
59457
+ cancelAnimationFrame(this.animationFrameId);
59458
+ }
59459
+ this.animatedTarget.set(0);
59460
+ this.animatedIncreaseAmount.set(0);
59461
+ this.animatedPercentageGrowth.set(0);
59462
+ this.animatedGapAmount.set(0);
59463
+ this.animatedGapPercentage.set(0);
59464
+ const duration = 400;
59465
+ const startTime = performance.now();
59466
+ const animate = (currentTime) => {
59467
+ const elapsed = currentTime - startTime;
59468
+ const progress = Math.min(elapsed / duration, 1);
59469
+ const easeProgress = 1 - Math.pow(1 - progress, 3);
59470
+ this.animatedTarget.set(targetValue * easeProgress);
59471
+ this.animatedIncreaseAmount.set(increaseAmount * easeProgress);
59472
+ this.animatedPercentageGrowth.set(percentageGrowth * easeProgress);
59473
+ this.animatedGapAmount.set(gapAmount * easeProgress);
59474
+ this.animatedGapPercentage.set(gapPercentage * easeProgress);
59475
+ if (progress < 1) {
59476
+ this.animationFrameId = requestAnimationFrame(animate);
59477
+ }
59478
+ else {
59479
+ this.animatedTarget.set(targetValue);
59480
+ this.animatedIncreaseAmount.set(increaseAmount);
59481
+ this.animatedPercentageGrowth.set(percentageGrowth);
59482
+ this.animatedGapAmount.set(gapAmount);
59483
+ this.animatedGapPercentage.set(gapPercentage);
59484
+ }
59485
+ };
59486
+ this.animationFrameId = requestAnimationFrame(animate);
59487
+ }
59488
+ focusCurrentInput() {
59489
+ if (this.inputMode() === 'absolute' && this.absoluteInputRef?.nativeElement) {
59490
+ this.absoluteInputRef.nativeElement.focus();
59491
+ }
59492
+ else if (this.inputMode() === 'percentage' && this.percentageInputRef?.nativeElement) {
59493
+ this.percentageInputRef.nativeElement.focus();
59494
+ }
59412
59495
  }
59413
59496
  onEscape() {
59414
59497
  if (this.isOpen()) {
@@ -59416,37 +59499,74 @@ class EditMetricTargetModalComponent {
59416
59499
  }
59417
59500
  }
59418
59501
  setInputMode(mode) {
59502
+ const currentAbsolute = this.absoluteInput();
59503
+ const currentPercentage = this.percentageInput();
59419
59504
  this.inputMode.set(mode);
59420
59505
  if (mode === 'absolute') {
59421
59506
  this.percentageInput.set(null);
59422
- const metricData = this.metricData();
59423
- if (metricData) {
59507
+ if (currentPercentage !== null) {
59508
+ const priorValue = this.priorYearValue();
59509
+ const isIncreaseBad = this.isIncreaseBad();
59510
+ let calculatedAbsolute;
59511
+ if (isIncreaseBad) {
59512
+ calculatedAbsolute = priorValue * (1 - currentPercentage / 100);
59513
+ }
59514
+ else {
59515
+ calculatedAbsolute = priorValue * (1 + currentPercentage / 100);
59516
+ }
59424
59517
  if (this.isPercentageMetric()) {
59425
- this.absoluteInput.set(metricData.targetValue * 100);
59518
+ this.absoluteInput.set(calculatedAbsolute * 100);
59426
59519
  }
59427
59520
  else {
59428
- this.absoluteInput.set(metricData.targetValue);
59521
+ this.absoluteInput.set(calculatedAbsolute);
59429
59522
  }
59430
59523
  }
59431
59524
  }
59432
59525
  else {
59433
59526
  this.absoluteInput.set(null);
59434
- const metricData = this.metricData();
59435
- if (metricData) {
59436
- this.percentageInput.set(Math.abs(metricData.percentageIncrease));
59527
+ if (currentAbsolute !== null) {
59528
+ const priorValue = this.priorYearValue();
59529
+ let normalizedAbsolute = currentAbsolute;
59530
+ if (this.isPercentageMetric()) {
59531
+ normalizedAbsolute = currentAbsolute / 100;
59532
+ }
59533
+ const percentageChange = ((normalizedAbsolute - priorValue) / priorValue) * 100;
59534
+ this.percentageInput.set(Math.abs(percentageChange));
59437
59535
  }
59438
59536
  }
59537
+ this.updateAnimatedValuesImmediate();
59538
+ afterNextRender(() => {
59539
+ this.focusCurrentInput();
59540
+ }, { injector: this.injector_ });
59439
59541
  }
59440
59542
  onAbsoluteInputChange() {
59441
59543
  this.percentageInput.set(null);
59544
+ this.updateAnimatedValuesImmediate();
59442
59545
  }
59443
59546
  onPercentageInputChange() {
59444
59547
  this.absoluteInput.set(null);
59548
+ this.updateAnimatedValuesImmediate();
59549
+ }
59550
+ updateAnimatedValuesImmediate() {
59551
+ this.animatedTarget.set(this.calculatedTarget());
59552
+ this.animatedIncreaseAmount.set(Math.abs(this.increaseAmount()));
59553
+ this.animatedPercentageGrowth.set(this.percentageChange());
59554
+ this.animatedGapAmount.set(Math.abs(this.gapToClose().amount));
59555
+ this.animatedGapPercentage.set(this.gapToClose().percentage);
59445
59556
  }
59446
59557
  close() {
59558
+ if (this.animationFrameId) {
59559
+ cancelAnimationFrame(this.animationFrameId);
59560
+ this.animationFrameId = null;
59561
+ }
59447
59562
  this.absoluteInput.set(null);
59448
59563
  this.percentageInput.set(null);
59449
59564
  this.inputMode.set('absolute');
59565
+ this.animatedTarget.set(0);
59566
+ this.animatedIncreaseAmount.set(0);
59567
+ this.animatedPercentageGrowth.set(0);
59568
+ this.animatedGapAmount.set(0);
59569
+ this.animatedGapPercentage.set(0);
59450
59570
  this.closed.emit();
59451
59571
  }
59452
59572
  applyTarget() {
@@ -59460,7 +59580,7 @@ class EditMetricTargetModalComponent {
59460
59580
  });
59461
59581
  this.close();
59462
59582
  }
59463
- formatMetricValue(value) {
59583
+ formatMetricValue(value, fromUiData = true) {
59464
59584
  const metric = this.metricData()?.metric;
59465
59585
  if (!metric)
59466
59586
  return formatNumber(value);
@@ -59468,7 +59588,8 @@ class EditMetricTargetModalComponent {
59468
59588
  return formatCurrency(value);
59469
59589
  }
59470
59590
  if (this.isPercentageMetric()) {
59471
- return formatPercentage(value * 100, 2);
59591
+ const displayValue = fromUiData ? value * 100 : value;
59592
+ return formatPercentage(displayValue, 2);
59472
59593
  }
59473
59594
  return formatNumber(value);
59474
59595
  }
@@ -59616,10 +59737,17 @@ class EditMetricTargetModalComponent {
59616
59737
  ? 'bg-purple-600 text-white hover:bg-purple-500 border border-purple-500 hover:border-purple-400'
59617
59738
  : 'bg-purple-600 text-white hover:bg-purple-700 border border-purple-600 hover:border-purple-700';
59618
59739
  }
59619
- static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(); }; }
59620
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], hostBindings: function EditMetricTargetModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
59740
+ static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
59741
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
59742
+ i0.ɵɵviewQuery(_c0$r, 5);
59743
+ i0.ɵɵviewQuery(_c1$c, 5);
59744
+ } if (rf & 2) {
59745
+ let _t;
59746
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
59747
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.percentageInputRef = _t.first);
59748
+ } }, hostBindings: function EditMetricTargetModalComponent_HostBindings(rf, ctx) { if (rf & 1) {
59621
59749
  i0.ɵɵlistener("keydown.escape", function EditMetricTargetModalComponent_keydown_escape_HostBindingHandler() { return ctx.onEscape(); }, i0.ɵɵresolveDocument);
59622
- } }, inputs: { viewMode: [1, "viewMode"], isOpen: [1, "isOpen"], metricData: [1, "metricData"], pacingMetrics: [1, "pacingMetrics"] }, outputs: { closed: "closed", targetApplied: "targetApplied" }, 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", "pt-4", "pb-20", "text-center", "sm:block", "sm:p-0"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "ngClass"], ["aria-hidden", "true", 1, "hidden", "sm:inline-block", "sm:align-middle", "sm:h-screen"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "grid", "lg:grid-cols-2", "gap-6"], [1, "p-6", "rounded-xl", "border-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-4", "place-content-between", "mb-6"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "gap-2"], [1, "flex-1", "py-2", "px-4", "rounded-lg", "text-sm", "font-semibold", "transition-all", 3, "click", "ngClass"], [1, "relative"], [1, "p-6", "rounded-xl", "border-2", "h-full", 3, "ngClass"], [1, "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", "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", "pl-10", "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", "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, "text-3xl", "font-bold", "transition-all", "duration-300", 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, "text-xl", "font-bold", 3, "ngClass"], [1, "flex", "items-center", "gap-1", "mb-1"]], template: function EditMetricTargetModalComponent_Template(rf, ctx) { if (rf & 1) {
59750
+ } }, inputs: { viewMode: [1, "viewMode"], isOpen: [1, "isOpen"], metricData: [1, "metricData"], pacingMetrics: [1, "pacingMetrics"] }, outputs: { closed: "closed", targetApplied: "targetApplied" }, decls: 1, vars: 1, consts: [["absoluteInputRef", ""], ["percentageInputRef", ""], [1, "fixed", "inset-0", "overflow-y-auto", "z-50", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "pt-4", "pb-20", "text-center", "sm:block", "sm:p-0"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-md", 3, "ngClass"], ["aria-hidden", "true", 1, "hidden", "sm:inline-block", "sm:align-middle", "sm:h-screen"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xl", "font-bold", "mb-0", 3, "ngClass"], [1, "ml-4", "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-6", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "grid", "lg:grid-cols-2", "gap-6"], [1, "p-6", "rounded-xl", "border-2", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-4", "place-content-between", "mb-6"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "text-xs", "font-medium", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "gap-2"], [1, "flex-1", "py-2", "px-4", "rounded-lg", "text-sm", "font-semibold", "transition-all", 3, "click", "ngClass"], [1, "relative"], [1, "p-6", "rounded-xl", "border-2", "h-full", 3, "ngClass"], [1, "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", "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", "pl-10", "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", "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, "text-3xl", "font-bold", "transition-all", "duration-300", 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, "text-xl", "font-bold", 3, "ngClass"], [1, "flex", "items-center", "gap-1", "mb-1"]], template: function EditMetricTargetModalComponent_Template(rf, ctx) { if (rf & 1) {
59623
59751
  i0.ɵɵconditionalCreate(0, EditMetricTargetModalComponent_Conditional_0_Template, 42, 27);
59624
59752
  } if (rf & 2) {
59625
59753
  i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
@@ -59714,7 +59842,7 @@ class EditMetricTargetModalComponent {
59714
59842
  </p>
59715
59843
  </div>
59716
59844
  </div>
59717
- @if (currentPaceProjection() > 0) {
59845
+ @if (currentPaceProjectionRaw() > 0) {
59718
59846
  <div class="flex items-center gap-2">
59719
59847
  <svg class="w-4 h-4" [ngClass]="projectionIconClasses()" fill="none" stroke="currentColor" viewBox="0 0 24 24">
59720
59848
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"></path>
@@ -59738,7 +59866,7 @@ class EditMetricTargetModalComponent {
59738
59866
  </button>
59739
59867
  </div>
59740
59868
  <p [ngClass]="projectionValueClasses()" class="text-lg font-bold">
59741
- {{ formatMetricValue(currentPaceProjection()) }}
59869
+ {{ formatMetricValue(currentPaceProjectionRaw(), false) }}
59742
59870
  </p>
59743
59871
  </div>
59744
59872
  </div>
@@ -59765,6 +59893,7 @@ class EditMetricTargetModalComponent {
59765
59893
  <div class="relative">
59766
59894
  @if (isPercentageMetric()) {
59767
59895
  <input
59896
+ #absoluteInputRef
59768
59897
  type="number"
59769
59898
  [(ngModel)]="absoluteInput"
59770
59899
  (ngModelChange)="onAbsoluteInputChange()"
@@ -59782,6 +59911,7 @@ class EditMetricTargetModalComponent {
59782
59911
  $
59783
59912
  </span>
59784
59913
  <input
59914
+ #absoluteInputRef
59785
59915
  type="number"
59786
59916
  [(ngModel)]="absoluteInput"
59787
59917
  (ngModelChange)="onAbsoluteInputChange()"
@@ -59792,6 +59922,7 @@ class EditMetricTargetModalComponent {
59792
59922
  step="1000">
59793
59923
  } @else {
59794
59924
  <input
59925
+ #absoluteInputRef
59795
59926
  type="number"
59796
59927
  [(ngModel)]="absoluteInput"
59797
59928
  (ngModelChange)="onAbsoluteInputChange()"
@@ -59805,6 +59936,7 @@ class EditMetricTargetModalComponent {
59805
59936
  } @else {
59806
59937
  <div class="relative">
59807
59938
  <input
59939
+ #percentageInputRef
59808
59940
  type="number"
59809
59941
  [(ngModel)]="percentageInput"
59810
59942
  (ngModelChange)="onPercentageInputChange()"
@@ -59829,7 +59961,7 @@ class EditMetricTargetModalComponent {
59829
59961
  {{ currentYear() }} {{ metricTitle() }} Target
59830
59962
  </p>
59831
59963
  <p [ngClass]="calculatedValueClasses()" class="text-3xl font-bold transition-all duration-300">
59832
- {{ formatMetricValue(calculatedTarget()) }}
59964
+ {{ formatMetricValue(animatedTarget()) }}
59833
59965
  </p>
59834
59966
  </div>
59835
59967
 
@@ -59848,7 +59980,7 @@ class EditMetricTargetModalComponent {
59848
59980
  </p>
59849
59981
  <p [ngClass]="calculatedSecondaryClasses()" class="text-xl font-bold">
59850
59982
  @if (isTargetValid()) {
59851
- {{ formatMetricValue(Math.abs(increaseAmount())) }}
59983
+ {{ formatMetricValue(animatedIncreaseAmount()) }}
59852
59984
  } @else {
59853
59985
  --
59854
59986
  }
@@ -59860,7 +59992,7 @@ class EditMetricTargetModalComponent {
59860
59992
  </p>
59861
59993
  <p [ngClass]="calculatedSecondaryClasses()" class="text-xl font-bold">
59862
59994
  @if (isTargetValid()) {
59863
- {{ percentageChange() >= 0 ? '+' : '' }}{{ formatPercentage(percentageChange(), 1) }}
59995
+ {{ animatedPercentageGrowth() >= 0 ? '+' : '' }}{{ formatPercentage(animatedPercentageGrowth(), 1) }}
59864
59996
  } @else {
59865
59997
  --
59866
59998
  }
@@ -59869,7 +60001,7 @@ class EditMetricTargetModalComponent {
59869
60001
  </div>
59870
60002
  </div>
59871
60003
 
59872
- @if (currentPaceProjection() > 0) {
60004
+ @if (currentPaceProjectionRaw() > 0) {
59873
60005
  <div class="relative pt-6 mt-6">
59874
60006
  <div class="absolute top-0 left-0 right-0 flex items-center -translate-y-1/2">
59875
60007
  <div class="flex-1 h-px" [ngClass]="dividerBorderClasses()"></div>
@@ -59885,7 +60017,7 @@ class EditMetricTargetModalComponent {
59885
60017
  </p>
59886
60018
  <p [ngClass]="calculatedSecondaryClasses()" class="text-xl font-bold">
59887
60019
  @if (isTargetValid()) {
59888
- {{ formatMetricValue(Math.abs(gapToClose().amount)) }}
60020
+ {{ formatMetricValue(animatedGapAmount()) }}
59889
60021
  } @else {
59890
60022
  --
59891
60023
  }
@@ -59911,7 +60043,7 @@ class EditMetricTargetModalComponent {
59911
60043
  </div>
59912
60044
  <p [ngClass]="calculatedSecondaryClasses()" class="text-xl font-bold">
59913
60045
  @if (isTargetValid()) {
59914
- {{ gapToClose().amount > 0 ? '+' : '' }}{{ formatPercentage(gapToClose().percentage, 1) }}
60046
+ {{ animatedGapPercentage() > 0 ? '+' : '' }}{{ formatPercentage(animatedGapPercentage(), 1) }}
59915
60047
  } @else {
59916
60048
  --
59917
60049
  }
@@ -59948,11 +60080,17 @@ class EditMetricTargetModalComponent {
59948
60080
  }
59949
60081
  `
59950
60082
  }]
59951
- }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], metricData: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricData", required: false }] }], pacingMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingMetrics", required: false }] }], closed: [{ type: i0.Output, args: ["closed"] }], targetApplied: [{ type: i0.Output, args: ["targetApplied"] }], onEscape: [{
60083
+ }], () => [{ type: i0.Injector }], { absoluteInputRef: [{
60084
+ type: ViewChild,
60085
+ args: ['absoluteInputRef']
60086
+ }], percentageInputRef: [{
60087
+ type: ViewChild,
60088
+ args: ['percentageInputRef']
60089
+ }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], metricData: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricData", required: false }] }], pacingMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingMetrics", required: false }] }], closed: [{ type: i0.Output, args: ["closed"] }], targetApplied: [{ type: i0.Output, args: ["targetApplied"] }], onEscape: [{
59952
60090
  type: HostListener,
59953
60091
  args: ['document:keydown.escape']
59954
60092
  }] }); })();
59955
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 322 }); })();
60093
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 326 }); })();
59956
60094
 
59957
60095
  const _c0$q = ["absoluteInputRef"];
59958
60096
  const _c1$b = ["percentageInputRef"];