@eric-emg/symphiq-components 1.3.45 → 1.3.47
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.
|
@@ -3739,7 +3739,7 @@ class DataLoaderService {
|
|
|
3739
3739
|
args: [{ providedIn: 'root' }]
|
|
3740
3740
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3741
3741
|
|
|
3742
|
-
const _c0$
|
|
3742
|
+
const _c0$1m = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3743
3743
|
const _c1$N = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3744
3744
|
class SkeletonLoaderComponent {
|
|
3745
3745
|
constructor() {
|
|
@@ -3756,7 +3756,7 @@ class SkeletonLoaderComponent {
|
|
|
3756
3756
|
} if (rf & 2) {
|
|
3757
3757
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
3758
3758
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
3759
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
3759
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$1m, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3760
3760
|
i0.ɵɵadvance();
|
|
3761
3761
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$N, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
3762
3762
|
} }, 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 }); }
|
|
@@ -3806,7 +3806,16 @@ class TooltipDirective {
|
|
|
3806
3806
|
this.isHovered = signal(false, ...(ngDevMode ? [{ debugName: "isHovered" }] : []));
|
|
3807
3807
|
this.mouseX = 0;
|
|
3808
3808
|
this.mouseY = 0;
|
|
3809
|
-
|
|
3809
|
+
effect(() => {
|
|
3810
|
+
const content = this.symphiqTooltip();
|
|
3811
|
+
const hasContent = content && (typeof content === 'string' ? content.length > 0 : Object.keys(content).length > 0);
|
|
3812
|
+
if (hasContent) {
|
|
3813
|
+
this.renderer.setStyle(this.elementRef.nativeElement, 'cursor', 'help');
|
|
3814
|
+
}
|
|
3815
|
+
else {
|
|
3816
|
+
this.renderer.removeStyle(this.elementRef.nativeElement, 'cursor');
|
|
3817
|
+
}
|
|
3818
|
+
});
|
|
3810
3819
|
effect(() => {
|
|
3811
3820
|
if (this.isHovered() && this.symphiqTooltip()) {
|
|
3812
3821
|
this.scheduleShow();
|
|
@@ -3958,7 +3967,7 @@ const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () =
|
|
|
3958
3967
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
3959
3968
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
3960
3969
|
const ChartContainerComponent_Conditional_1_Conditional_17_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
3961
|
-
const _c0$
|
|
3970
|
+
const _c0$1l = (a0, a1) => [a0, a1];
|
|
3962
3971
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3963
3972
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
3964
3973
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -4010,7 +4019,7 @@ function ChartContainerComponent_Conditional_1_Conditional_12_Template(rf, ctx)
|
|
|
4010
4019
|
i0.ɵɵelementEnd()();
|
|
4011
4020
|
} if (rf & 2) {
|
|
4012
4021
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
4013
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
4022
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$1l, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
4014
4023
|
} }
|
|
4015
4024
|
function ChartContainerComponent_Conditional_1_Conditional_14_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
4016
4025
|
i0.ɵɵelement(0, "symphiq-line-chart", 24);
|
|
@@ -5497,7 +5506,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
5497
5506
|
}], 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"] }] }); })();
|
|
5498
5507
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
5499
5508
|
|
|
5500
|
-
const _c0$
|
|
5509
|
+
const _c0$1k = () => [1, 2, 3, 4];
|
|
5501
5510
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
5502
5511
|
i0.ɵɵelementStart(0, "div", 9);
|
|
5503
5512
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -5531,7 +5540,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
5531
5540
|
i0.ɵɵadvance(2);
|
|
5532
5541
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
5533
5542
|
i0.ɵɵadvance(2);
|
|
5534
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
5543
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$1k));
|
|
5535
5544
|
i0.ɵɵadvance(2);
|
|
5536
5545
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
5537
5546
|
} }
|
|
@@ -6746,7 +6755,7 @@ class OverallAssessmentComponent {
|
|
|
6746
6755
|
}], 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"] }] }); })();
|
|
6747
6756
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
6748
6757
|
|
|
6749
|
-
const _c0$
|
|
6758
|
+
const _c0$1j = () => [1, 2, 3];
|
|
6750
6759
|
const _c1$M = () => [1, 2, 3, 4];
|
|
6751
6760
|
const _c2$v = () => [];
|
|
6752
6761
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -6784,7 +6793,7 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
6784
6793
|
i0.ɵɵadvance();
|
|
6785
6794
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
6786
6795
|
i0.ɵɵadvance();
|
|
6787
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
6796
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$1j));
|
|
6788
6797
|
i0.ɵɵadvance(3);
|
|
6789
6798
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$M));
|
|
6790
6799
|
} }
|
|
@@ -9484,7 +9493,7 @@ class MetricCardComponent {
|
|
|
9484
9493
|
}], () => [], { 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 }] }] }); })();
|
|
9485
9494
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
9486
9495
|
|
|
9487
|
-
const _c0$
|
|
9496
|
+
const _c0$1i = () => [1, 2, 3];
|
|
9488
9497
|
const _c1$L = (a0, a1, a2) => [a0, a1, a2];
|
|
9489
9498
|
const _c2$u = (a0, a1) => [a0, a1];
|
|
9490
9499
|
const _forTrack0$1e = ($index, $item) => $item.metric;
|
|
@@ -9514,7 +9523,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
9514
9523
|
i0.ɵɵadvance();
|
|
9515
9524
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
9516
9525
|
i0.ɵɵadvance(2);
|
|
9517
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
9526
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$1i));
|
|
9518
9527
|
} }
|
|
9519
9528
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
9520
9529
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -9533,7 +9542,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
9533
9542
|
i0.ɵɵadvance();
|
|
9534
9543
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
9535
9544
|
i0.ɵɵadvance(2);
|
|
9536
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
9545
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$1i));
|
|
9537
9546
|
} }
|
|
9538
9547
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
9539
9548
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -12046,7 +12055,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
12046
12055
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
12047
12056
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
12048
12057
|
|
|
12049
|
-
const _c0$
|
|
12058
|
+
const _c0$1h = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12050
12059
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
12051
12060
|
i0.ɵɵelement(0, "div", 12);
|
|
12052
12061
|
} if (rf & 2) {
|
|
@@ -12322,7 +12331,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12322
12331
|
i0.ɵɵadvance();
|
|
12323
12332
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12324
12333
|
i0.ɵɵadvance(3);
|
|
12325
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$
|
|
12334
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$1h));
|
|
12326
12335
|
i0.ɵɵadvance(2);
|
|
12327
12336
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12328
12337
|
i0.ɵɵadvance();
|
|
@@ -12498,7 +12507,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12498
12507
|
}], 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 }] }] }); })();
|
|
12499
12508
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
12500
12509
|
|
|
12501
|
-
const _c0$
|
|
12510
|
+
const _c0$1g = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12502
12511
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
12503
12512
|
i0.ɵɵelement(0, "div", 17);
|
|
12504
12513
|
} if (rf & 2) {
|
|
@@ -13009,7 +13018,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
13009
13018
|
i0.ɵɵadvance();
|
|
13010
13019
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
13011
13020
|
i0.ɵɵadvance(3);
|
|
13012
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
13021
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$1g));
|
|
13013
13022
|
i0.ɵɵadvance(2);
|
|
13014
13023
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
13015
13024
|
i0.ɵɵadvance();
|
|
@@ -13470,7 +13479,7 @@ class ProfileItemLookupService {
|
|
|
13470
13479
|
}]
|
|
13471
13480
|
}], null, null); })();
|
|
13472
13481
|
|
|
13473
|
-
const _c0$
|
|
13482
|
+
const _c0$1f = a0 => ({ name: "chevron-right", source: a0 });
|
|
13474
13483
|
const _forTrack0$1b = ($index, $item) => $item.id;
|
|
13475
13484
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13476
13485
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13488,7 +13497,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
13488
13497
|
i0.ɵɵadvance(2);
|
|
13489
13498
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
13490
13499
|
i0.ɵɵadvance();
|
|
13491
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13500
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1f, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13492
13501
|
} }
|
|
13493
13502
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13494
13503
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13572,7 +13581,7 @@ class RelatedAreaChipsComponent {
|
|
|
13572
13581
|
}], 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 }] }] }); })();
|
|
13573
13582
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13574
13583
|
|
|
13575
|
-
const _c0$
|
|
13584
|
+
const _c0$1e = a0 => ({ name: "chevron-right", source: a0 });
|
|
13576
13585
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13577
13586
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13578
13587
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13589,7 +13598,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
13589
13598
|
i0.ɵɵadvance(2);
|
|
13590
13599
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
13591
13600
|
i0.ɵɵadvance();
|
|
13592
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13601
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1e, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13593
13602
|
} }
|
|
13594
13603
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13595
13604
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13990,7 +13999,7 @@ class CompetitorContextSectionComponent {
|
|
|
13990
13999
|
}], 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"] }] }); })();
|
|
13991
14000
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
13992
14001
|
|
|
13993
|
-
const _c0$
|
|
14002
|
+
const _c0$1d = a0 => ({ name: "chevron-right", source: a0 });
|
|
13994
14003
|
const _forTrack0$19 = ($index, $item) => $item.id;
|
|
13995
14004
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
13996
14005
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -14011,7 +14020,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
14011
14020
|
i0.ɵɵadvance(2);
|
|
14012
14021
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
14013
14022
|
i0.ɵɵadvance();
|
|
14014
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
14023
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$1d, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14015
14024
|
} }
|
|
14016
14025
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
14017
14026
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -21061,7 +21070,7 @@ class MarkdownTooltipComponent {
|
|
|
21061
21070
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
21062
21071
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
|
|
21063
21072
|
|
|
21064
|
-
const _c0$
|
|
21073
|
+
const _c0$1c = () => [];
|
|
21065
21074
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21066
21075
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
21067
21076
|
} if (rf & 2) {
|
|
@@ -21225,7 +21234,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
21225
21234
|
} if (rf & 2) {
|
|
21226
21235
|
i0.ɵɵnextContext(2);
|
|
21227
21236
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
21228
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
21237
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$1c));
|
|
21229
21238
|
} }
|
|
21230
21239
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
21231
21240
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -22355,7 +22364,7 @@ class SearchService {
|
|
|
22355
22364
|
}]
|
|
22356
22365
|
}], null, null); })();
|
|
22357
22366
|
|
|
22358
|
-
const _c0$
|
|
22367
|
+
const _c0$1b = ["searchInput"];
|
|
22359
22368
|
const _forTrack0$13 = ($index, $item) => $item.id;
|
|
22360
22369
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
22361
22370
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -22717,7 +22726,7 @@ class SearchBarComponent {
|
|
|
22717
22726
|
}
|
|
22718
22727
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
22719
22728
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
22720
|
-
i0.ɵɵviewQuery(_c0$
|
|
22729
|
+
i0.ɵɵviewQuery(_c0$1b, 5);
|
|
22721
22730
|
} if (rf & 2) {
|
|
22722
22731
|
let _t;
|
|
22723
22732
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -26864,7 +26873,7 @@ class FunnelWelcomeBannerComponent {
|
|
|
26864
26873
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], analysisDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisDate", required: false }] }] }); })();
|
|
26865
26874
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 75 }); })();
|
|
26866
26875
|
|
|
26867
|
-
const _c0$
|
|
26876
|
+
const _c0$1a = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
26868
26877
|
const _c1$K = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
26869
26878
|
class CollapsibleFunnelSectionGroupComponent {
|
|
26870
26879
|
constructor() {
|
|
@@ -27040,7 +27049,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
27040
27049
|
}
|
|
27041
27050
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
27042
27051
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"], storageKey: [1, "storageKey"] }, ngContentSelectors: _c1$K, 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) {
|
|
27043
|
-
i0.ɵɵprojectionDef(_c0$
|
|
27052
|
+
i0.ɵɵprojectionDef(_c0$1a);
|
|
27044
27053
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
27045
27054
|
i0.ɵɵnamespaceSVG();
|
|
27046
27055
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -27860,7 +27869,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27860
27869
|
}], 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"] }] }); })();
|
|
27861
27870
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
27862
27871
|
|
|
27863
|
-
const _c0$
|
|
27872
|
+
const _c0$19 = a0 => ({ name: "check-badge", source: a0 });
|
|
27864
27873
|
const _c1$J = a0 => ({ name: "check-circle", source: a0 });
|
|
27865
27874
|
const _c2$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
27866
27875
|
const _forTrack0$_ = ($index, $item) => $item.area;
|
|
@@ -27877,7 +27886,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27877
27886
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27878
27887
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27879
27888
|
i0.ɵɵadvance();
|
|
27880
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27889
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$19, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27881
27890
|
i0.ɵɵadvance();
|
|
27882
27891
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27883
27892
|
i0.ɵɵadvance(2);
|
|
@@ -28092,7 +28101,7 @@ class KeyStrengthsListModalContentComponent {
|
|
|
28092
28101
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28093
28102
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
|
|
28094
28103
|
|
|
28095
|
-
const _c0$
|
|
28104
|
+
const _c0$18 = a0 => ({ name: "shield-check", source: a0 });
|
|
28096
28105
|
const _c1$I = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28097
28106
|
const _c2$s = a0 => ({ name: "document-text", source: a0 });
|
|
28098
28107
|
const _c3$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -28110,7 +28119,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
28110
28119
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
28111
28120
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
28112
28121
|
i0.ɵɵadvance();
|
|
28113
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
28122
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$18, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
28114
28123
|
i0.ɵɵadvance();
|
|
28115
28124
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
28116
28125
|
i0.ɵɵadvance(2);
|
|
@@ -28408,7 +28417,7 @@ class CriticalGapsListModalContentComponent {
|
|
|
28408
28417
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28409
28418
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
|
|
28410
28419
|
|
|
28411
|
-
const _c0$
|
|
28420
|
+
const _c0$17 = a0 => ({ name: "check-circle", source: a0 });
|
|
28412
28421
|
const _c1$H = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28413
28422
|
const _forTrack0$Y = ($index, $item) => $item.questionId;
|
|
28414
28423
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -28464,7 +28473,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
28464
28473
|
i0.ɵɵadvance();
|
|
28465
28474
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
28466
28475
|
i0.ɵɵadvance();
|
|
28467
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
28476
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$17, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
28468
28477
|
i0.ɵɵadvance(3);
|
|
28469
28478
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
28470
28479
|
} }
|
|
@@ -28649,7 +28658,7 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
28649
28658
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28650
28659
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
|
|
28651
28660
|
|
|
28652
|
-
const _c0$
|
|
28661
|
+
const _c0$16 = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28653
28662
|
const _c1$G = a0 => ({ name: "document-text", source: a0 });
|
|
28654
28663
|
const _c2$r = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28655
28664
|
const _forTrack0$X = ($index, $item) => $item.questionId;
|
|
@@ -28927,7 +28936,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
28927
28936
|
i0.ɵɵadvance();
|
|
28928
28937
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
28929
28938
|
i0.ɵɵadvance(2);
|
|
28930
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
28939
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$16, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
28931
28940
|
i0.ɵɵadvance(2);
|
|
28932
28941
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
28933
28942
|
i0.ɵɵadvance(2);
|
|
@@ -29059,15 +29068,26 @@ class RelatedContentButtonComponent {
|
|
|
29059
29068
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
29060
29069
|
this.showChevron = input(true, ...(ngDevMode ? [{ debugName: "showChevron" }] : []));
|
|
29061
29070
|
this.tooltipContent = input('', ...(ngDevMode ? [{ debugName: "tooltipContent" }] : []));
|
|
29071
|
+
this.tooltipType = input('text', ...(ngDevMode ? [{ debugName: "tooltipType" }] : []));
|
|
29062
29072
|
this.buttonClicked = output();
|
|
29063
29073
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
29074
|
+
this.hasTooltip = computed(() => {
|
|
29075
|
+
const content = this.tooltipContent();
|
|
29076
|
+
return typeof content === 'string' ? content.length > 0 : (content?.text?.length ?? 0) > 0;
|
|
29077
|
+
}, ...(ngDevMode ? [{ debugName: "hasTooltip" }] : []));
|
|
29078
|
+
this.hasInteraction = computed(() => {
|
|
29079
|
+
return this.showChevron() || this.hasTooltip();
|
|
29080
|
+
}, ...(ngDevMode ? [{ debugName: "hasInteraction" }] : []));
|
|
29064
29081
|
this.buttonClasses = computed(() => {
|
|
29065
|
-
const base = 'w-full flex items-center justify-between px-4 py-3 rounded-lg transition-
|
|
29066
|
-
const
|
|
29082
|
+
const base = 'w-full flex items-center justify-between px-4 py-3 rounded-lg transition-all duration-200';
|
|
29083
|
+
const interactive = this.hasInteraction();
|
|
29084
|
+
const hoverEffects = interactive
|
|
29085
|
+
? 'hover:scale-[1.02] hover:shadow-lg hover:shadow-slate-500/20'
|
|
29086
|
+
: '';
|
|
29067
29087
|
if (this.isLightMode()) {
|
|
29068
|
-
return `${base} ${
|
|
29088
|
+
return `${base} ${hoverEffects} bg-slate-100 text-slate-700`;
|
|
29069
29089
|
}
|
|
29070
|
-
return `${base} ${
|
|
29090
|
+
return `${base} ${hoverEffects} bg-slate-700 text-slate-300`;
|
|
29071
29091
|
}, ...(ngDevMode ? [{ debugName: "buttonClasses" }] : []));
|
|
29072
29092
|
}
|
|
29073
29093
|
onClick() {
|
|
@@ -29076,7 +29096,7 @@ class RelatedContentButtonComponent {
|
|
|
29076
29096
|
}
|
|
29077
29097
|
}
|
|
29078
29098
|
static { this.ɵfac = function RelatedContentButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RelatedContentButtonComponent)(); }; }
|
|
29079
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RelatedContentButtonComponent, selectors: [["symphiq-related-content-button"]], inputs: { count: [1, "count"], label: [1, "label"], labelPlural: [1, "labelPlural"], svgPath: [1, "svgPath"], viewMode: [1, "viewMode"], showChevron: [1, "showChevron"], tooltipContent: [1, "tooltipContent"] }, outputs: { buttonClicked: "buttonClicked" }, decls: 7, vars:
|
|
29099
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RelatedContentButtonComponent, selectors: [["symphiq-related-content-button"]], inputs: { count: [1, "count"], label: [1, "label"], labelPlural: [1, "labelPlural"], svgPath: [1, "svgPath"], viewMode: [1, "viewMode"], showChevron: [1, "showChevron"], tooltipContent: [1, "tooltipContent"], tooltipType: [1, "tooltipType"] }, outputs: { buttonClicked: "buttonClicked" }, decls: 7, vars: 12, consts: [["type", "button", 3, "click", "ngClass", "libSymphiqTooltip", "tooltipType", "tooltipPosition"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"]], template: function RelatedContentButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
29080
29100
|
i0.ɵɵelementStart(0, "button", 0);
|
|
29081
29101
|
i0.ɵɵlistener("click", function RelatedContentButtonComponent_Template_button_click_0_listener() { return ctx.onClick(); });
|
|
29082
29102
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -29091,8 +29111,8 @@ class RelatedContentButtonComponent {
|
|
|
29091
29111
|
i0.ɵɵconditionalCreate(6, RelatedContentButtonComponent_Conditional_6_Template, 2, 0, ":svg:svg", 2);
|
|
29092
29112
|
i0.ɵɵelementEnd();
|
|
29093
29113
|
} if (rf & 2) {
|
|
29094
|
-
i0.ɵɵclassProp("cursor-default", !ctx.showChevron());
|
|
29095
|
-
i0.ɵɵproperty("ngClass", ctx.buttonClasses())("libSymphiqTooltip", ctx.tooltipContent())("tooltipPosition", "top");
|
|
29114
|
+
i0.ɵɵclassProp("cursor-default", !ctx.hasInteraction())("cursor-pointer", ctx.showChevron() && !ctx.hasTooltip());
|
|
29115
|
+
i0.ɵɵproperty("ngClass", ctx.buttonClasses())("libSymphiqTooltip", ctx.tooltipContent())("tooltipType", ctx.tooltipType())("tooltipPosition", "top");
|
|
29096
29116
|
i0.ɵɵadvance(3);
|
|
29097
29117
|
i0.ɵɵattribute("d", ctx.svgPath());
|
|
29098
29118
|
i0.ɵɵadvance(2);
|
|
@@ -29112,8 +29132,10 @@ class RelatedContentButtonComponent {
|
|
|
29112
29132
|
<button
|
|
29113
29133
|
type="button"
|
|
29114
29134
|
[ngClass]="buttonClasses()"
|
|
29115
|
-
[class.cursor-default]="!
|
|
29135
|
+
[class.cursor-default]="!hasInteraction()"
|
|
29136
|
+
[class.cursor-pointer]="showChevron() && !hasTooltip()"
|
|
29116
29137
|
[libSymphiqTooltip]="tooltipContent()"
|
|
29138
|
+
[tooltipType]="tooltipType()"
|
|
29117
29139
|
[tooltipPosition]="'top'"
|
|
29118
29140
|
(click)="onClick()"
|
|
29119
29141
|
>
|
|
@@ -29153,8 +29175,8 @@ class RelatedContentButtonComponent {
|
|
|
29153
29175
|
</button>
|
|
29154
29176
|
`
|
|
29155
29177
|
}]
|
|
29156
|
-
}], null, { count: [{ type: i0.Input, args: [{ isSignal: true, alias: "count", required: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: true }] }], labelPlural: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelPlural", required: true }] }], svgPath: [{ type: i0.Input, args: [{ isSignal: true, alias: "svgPath", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], showChevron: [{ type: i0.Input, args: [{ isSignal: true, alias: "showChevron", required: false }] }], tooltipContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipContent", required: false }] }], buttonClicked: [{ type: i0.Output, args: ["buttonClicked"] }] }); })();
|
|
29157
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedContentButtonComponent, { className: "RelatedContentButtonComponent", filePath: "lib/components/shared/related-content-button.component.ts", lineNumber:
|
|
29178
|
+
}], null, { count: [{ type: i0.Input, args: [{ isSignal: true, alias: "count", required: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: true }] }], labelPlural: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelPlural", required: true }] }], svgPath: [{ type: i0.Input, args: [{ isSignal: true, alias: "svgPath", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], showChevron: [{ type: i0.Input, args: [{ isSignal: true, alias: "showChevron", required: false }] }], tooltipContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipContent", required: false }] }], tooltipType: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipType", required: false }] }], buttonClicked: [{ type: i0.Output, args: ["buttonClicked"] }] }); })();
|
|
29179
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedContentButtonComponent, { className: "RelatedContentButtonComponent", filePath: "lib/components/shared/related-content-button.component.ts", lineNumber: 59 }); })();
|
|
29158
29180
|
|
|
29159
29181
|
function RelatedContentSidebarComponent_Conditional_0_Conditional_1_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
29160
29182
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -30676,7 +30698,7 @@ class TopPriorityDetailModalContentComponent {
|
|
|
30676
30698
|
}], 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 }] }] }); })();
|
|
30677
30699
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
|
|
30678
30700
|
|
|
30679
|
-
const _c0$
|
|
30701
|
+
const _c0$15 = a0 => ({ name: "check-badge", source: a0 });
|
|
30680
30702
|
const _c1$F = a0 => ({ name: "check-circle", source: a0 });
|
|
30681
30703
|
const _c2$q = a0 => ({ name: "chevron-right", source: a0 });
|
|
30682
30704
|
const _c3$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -30694,7 +30716,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
30694
30716
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30695
30717
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30696
30718
|
i0.ɵɵadvance();
|
|
30697
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30719
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$15, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30698
30720
|
i0.ɵɵadvance();
|
|
30699
30721
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30700
30722
|
i0.ɵɵadvance(2);
|
|
@@ -30999,7 +31021,7 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
30999
31021
|
}], 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 }] }] }); })();
|
|
31000
31022
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
|
|
31001
31023
|
|
|
31002
|
-
const _c0$
|
|
31024
|
+
const _c0$14 = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
31003
31025
|
const _c1$E = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
31004
31026
|
const _c2$p = a0 => ({ name: "chevron-right", source: a0 });
|
|
31005
31027
|
function _forTrack0$V($index, $item) { return this.getGapTitle($item); }
|
|
@@ -31016,7 +31038,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
31016
31038
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31017
31039
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31018
31040
|
i0.ɵɵadvance();
|
|
31019
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31041
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$14, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31020
31042
|
i0.ɵɵadvance();
|
|
31021
31043
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31022
31044
|
i0.ɵɵadvance(2);
|
|
@@ -31393,7 +31415,7 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
31393
31415
|
}], 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 }] }] }); })();
|
|
31394
31416
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
|
|
31395
31417
|
|
|
31396
|
-
const _c0$
|
|
31418
|
+
const _c0$13 = a0 => ({ name: "light-bulb", source: a0 });
|
|
31397
31419
|
const _c1$D = a0 => ({ name: "chevron-right", source: a0 });
|
|
31398
31420
|
const _c2$o = a0 => ({ name: "chart-bar", source: a0 });
|
|
31399
31421
|
const _forTrack0$U = ($index, $item) => $item.opportunity;
|
|
@@ -31410,7 +31432,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
31410
31432
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31411
31433
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31412
31434
|
i0.ɵɵadvance();
|
|
31413
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31435
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$13, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31414
31436
|
i0.ɵɵadvance();
|
|
31415
31437
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31416
31438
|
i0.ɵɵadvance(2);
|
|
@@ -31662,7 +31684,7 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
31662
31684
|
}], 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 }] }] }); })();
|
|
31663
31685
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
|
|
31664
31686
|
|
|
31665
|
-
const _c0$
|
|
31687
|
+
const _c0$12 = a0 => ({ name: "chevron-right", source: a0 });
|
|
31666
31688
|
const _c1$C = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31667
31689
|
const _forTrack0$T = ($index, $item) => $item.performanceItemId;
|
|
31668
31690
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31727,7 +31749,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
31727
31749
|
i0.ɵɵadvance(2);
|
|
31728
31750
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31729
31751
|
i0.ɵɵadvance();
|
|
31730
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31752
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$12, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31731
31753
|
} }
|
|
31732
31754
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
31733
31755
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -32047,7 +32069,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
32047
32069
|
}], 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 }] }] }); })();
|
|
32048
32070
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
|
|
32049
32071
|
|
|
32050
|
-
const _c0$
|
|
32072
|
+
const _c0$11 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
32051
32073
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32052
32074
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
32053
32075
|
i0.ɵɵtext(2);
|
|
@@ -32144,7 +32166,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
32144
32166
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
32145
32167
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
32146
32168
|
i0.ɵɵadvance(2);
|
|
32147
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
32169
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$11, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
32148
32170
|
i0.ɵɵadvance();
|
|
32149
32171
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
32150
32172
|
i0.ɵɵadvance();
|
|
@@ -32381,7 +32403,7 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
32381
32403
|
}], 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 }] }] }); })();
|
|
32382
32404
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
|
|
32383
32405
|
|
|
32384
|
-
const _c0
|
|
32406
|
+
const _c0$10 = a0 => ({ name: "chevron-right", source: a0 });
|
|
32385
32407
|
const _c1$B = () => [];
|
|
32386
32408
|
const _forTrack0$S = ($index, $item) => $item.performanceItemId;
|
|
32387
32409
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -32428,7 +32450,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
32428
32450
|
i0.ɵɵadvance(2);
|
|
32429
32451
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
32430
32452
|
i0.ɵɵadvance();
|
|
32431
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0
|
|
32453
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$10, ctx_r0.IconSourceEnum.HEROICONS));
|
|
32432
32454
|
} }
|
|
32433
32455
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
32434
32456
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -32833,7 +32855,7 @@ class CircularProgressComponent {
|
|
|
32833
32855
|
}], 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 }] }] }); })();
|
|
32834
32856
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
32835
32857
|
|
|
32836
|
-
const _c0
|
|
32858
|
+
const _c0$$ = ["*"];
|
|
32837
32859
|
const _c1$A = (a0, a1) => [a0, a1];
|
|
32838
32860
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32839
32861
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -32878,7 +32900,7 @@ class VisualizationContainerComponent {
|
|
|
32878
32900
|
});
|
|
32879
32901
|
}
|
|
32880
32902
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
32881
|
-
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
|
|
32903
|
+
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$$, 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) {
|
|
32882
32904
|
i0.ɵɵprojectionDef();
|
|
32883
32905
|
i0.ɵɵelementStart(0, "div", 0);
|
|
32884
32906
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -32999,7 +33021,7 @@ class MetricBadgeComponent {
|
|
|
32999
33021
|
}], 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 }] }] }); })();
|
|
33000
33022
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
33001
33023
|
|
|
33002
|
-
const _c0$
|
|
33024
|
+
const _c0$_ = a0 => ({ name: "light-bulb", source: a0 });
|
|
33003
33025
|
const _c1$z = a0 => ({ name: "chevron-right", source: a0 });
|
|
33004
33026
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
33005
33027
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -33064,7 +33086,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33064
33086
|
i0.ɵɵadvance();
|
|
33065
33087
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
33066
33088
|
i0.ɵɵadvance();
|
|
33067
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
33089
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$_, ctx.iconSource));
|
|
33068
33090
|
i0.ɵɵadvance(3);
|
|
33069
33091
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
33070
33092
|
i0.ɵɵadvance();
|
|
@@ -33121,7 +33143,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33121
33143
|
}], 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"] }] }); })();
|
|
33122
33144
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
33123
33145
|
|
|
33124
|
-
const _c0$
|
|
33146
|
+
const _c0$Z = a0 => ({ name: "users", source: a0 });
|
|
33125
33147
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
33126
33148
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
33127
33149
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -33136,7 +33158,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
33136
33158
|
i0.ɵɵadvance();
|
|
33137
33159
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
33138
33160
|
i0.ɵɵadvance();
|
|
33139
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
33161
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$Z, ctx_r0.iconSource));
|
|
33140
33162
|
i0.ɵɵadvance(3);
|
|
33141
33163
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
33142
33164
|
} }
|
|
@@ -33700,7 +33722,7 @@ class ViewportAnimationDirective {
|
|
|
33700
33722
|
type: Input
|
|
33701
33723
|
}] }); })();
|
|
33702
33724
|
|
|
33703
|
-
const _c0$
|
|
33725
|
+
const _c0$Y = a0 => ({ name: "star", source: a0 });
|
|
33704
33726
|
const _c1$y = a0 => ({ name: "globe-americas", source: a0 });
|
|
33705
33727
|
const _c2$n = a0 => ({ name: "academic-cap", source: a0 });
|
|
33706
33728
|
const _c3$i = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -33736,7 +33758,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
33736
33758
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
33737
33759
|
} if (rf & 2) {
|
|
33738
33760
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33739
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
33761
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$Y, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33740
33762
|
} }
|
|
33741
33763
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
33742
33764
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -34774,7 +34796,7 @@ class CompetitiveInsightBadgeComponent {
|
|
|
34774
34796
|
}], 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 }] }] }); })();
|
|
34775
34797
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
34776
34798
|
|
|
34777
|
-
const _c0$
|
|
34799
|
+
const _c0$X = a0 => ({ name: "calendar-days", source: a0 });
|
|
34778
34800
|
const _c1$x = a0 => ({ name: "chart-bar", source: a0 });
|
|
34779
34801
|
const _c2$m = a0 => ({ name: "academic-cap", source: a0 });
|
|
34780
34802
|
const _c3$h = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -34795,7 +34817,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
34795
34817
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
34796
34818
|
} if (rf & 2) {
|
|
34797
34819
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34798
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
34820
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$X, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34799
34821
|
} }
|
|
34800
34822
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
34801
34823
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -35608,7 +35630,7 @@ class SeasonCardComponent {
|
|
|
35608
35630
|
}] }); })();
|
|
35609
35631
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
35610
35632
|
|
|
35611
|
-
const _c0$
|
|
35633
|
+
const _c0$W = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35612
35634
|
const _c1$w = a0 => ({ name: "chart-bar", source: a0 });
|
|
35613
35635
|
const _c2$l = a0 => ({ name: "academic-cap", source: a0 });
|
|
35614
35636
|
const _c3$g = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -35753,7 +35775,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
35753
35775
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35754
35776
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35755
35777
|
i0.ɵɵadvance();
|
|
35756
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
35778
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$W, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
35757
35779
|
} }
|
|
35758
35780
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
35759
35781
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -36724,7 +36746,7 @@ class CustomerSegmentCardComponent {
|
|
|
36724
36746
|
}] }); })();
|
|
36725
36747
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
36726
36748
|
|
|
36727
|
-
const _c0$
|
|
36749
|
+
const _c0$V = a0 => ({ name: "currency-dollar", source: a0 });
|
|
36728
36750
|
const _c1$v = a0 => ({ name: "document-text", source: a0 });
|
|
36729
36751
|
const _c2$k = a0 => ({ name: "academic-cap", source: a0 });
|
|
36730
36752
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -36822,7 +36844,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
36822
36844
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36823
36845
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36824
36846
|
i0.ɵɵadvance(2);
|
|
36825
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
36847
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$V, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36826
36848
|
i0.ɵɵadvance();
|
|
36827
36849
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36828
36850
|
i0.ɵɵadvance(2);
|
|
@@ -37560,7 +37582,7 @@ class PriceTierCardComponent {
|
|
|
37560
37582
|
}] }); })();
|
|
37561
37583
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
37562
37584
|
|
|
37563
|
-
const _c0$
|
|
37585
|
+
const _c0$U = () => ({ name: "cube", source: "HEROICONS" });
|
|
37564
37586
|
const _c1$u = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
37565
37587
|
const _c2$j = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
37566
37588
|
const _c3$e = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -37607,7 +37629,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
37607
37629
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37608
37630
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
37609
37631
|
i0.ɵɵadvance(2);
|
|
37610
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
37632
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$U))("ngClass", ctx_r0.getStatIconClasses());
|
|
37611
37633
|
i0.ɵɵadvance(2);
|
|
37612
37634
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
37613
37635
|
i0.ɵɵadvance(2);
|
|
@@ -38554,13 +38576,13 @@ class ProductCategoryCardComponent {
|
|
|
38554
38576
|
}] }); })();
|
|
38555
38577
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
38556
38578
|
|
|
38557
|
-
const _c0$
|
|
38579
|
+
const _c0$T = (a0, a1) => ({ name: a0, source: a1 });
|
|
38558
38580
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
38559
38581
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
38560
38582
|
} if (rf & 2) {
|
|
38561
38583
|
const star_r1 = ctx.$implicit;
|
|
38562
38584
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
38563
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
38585
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$T, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
38564
38586
|
} }
|
|
38565
38587
|
class CompetitiveStrengthIndicatorComponent {
|
|
38566
38588
|
constructor() {
|
|
@@ -38716,7 +38738,7 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
38716
38738
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
38717
38739
|
}
|
|
38718
38740
|
|
|
38719
|
-
const _c0$
|
|
38741
|
+
const _c0$S = a0 => ({ name: "shield-check", source: a0 });
|
|
38720
38742
|
const _c1$t = a0 => ({ name: "building-storefront", source: a0 });
|
|
38721
38743
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
38722
38744
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -38788,7 +38810,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
38788
38810
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
38789
38811
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
38790
38812
|
i0.ɵɵadvance(2);
|
|
38791
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
38813
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
38792
38814
|
i0.ɵɵadvance();
|
|
38793
38815
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
38794
38816
|
i0.ɵɵadvance(2);
|
|
@@ -39431,7 +39453,7 @@ class EnhancedListItemCardComponent {
|
|
|
39431
39453
|
}] }); })();
|
|
39432
39454
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
39433
39455
|
|
|
39434
|
-
const _c0$
|
|
39456
|
+
const _c0$R = a0 => ({ name: "academic-cap", source: a0 });
|
|
39435
39457
|
const _c1$s = a0 => ({ name: "information-circle", source: a0 });
|
|
39436
39458
|
const _c2$h = a0 => ({ name: "signal", source: a0 });
|
|
39437
39459
|
const _c3$c = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -39512,7 +39534,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
39512
39534
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39513
39535
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
39514
39536
|
i0.ɵɵadvance(2);
|
|
39515
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
39537
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$R, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
39516
39538
|
i0.ɵɵadvance();
|
|
39517
39539
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
39518
39540
|
i0.ɵɵadvance(2);
|
|
@@ -41291,7 +41313,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
41291
41313
|
}] }); })();
|
|
41292
41314
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
41293
41315
|
|
|
41294
|
-
const _c0$
|
|
41316
|
+
const _c0$Q = ["*"];
|
|
41295
41317
|
class SkeletonCardBaseComponent {
|
|
41296
41318
|
constructor() {
|
|
41297
41319
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -41311,7 +41333,7 @@ class SkeletonCardBaseComponent {
|
|
|
41311
41333
|
`.trim();
|
|
41312
41334
|
}
|
|
41313
41335
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
41314
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
41336
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$Q, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41315
41337
|
i0.ɵɵprojectionDef();
|
|
41316
41338
|
i0.ɵɵelementStart(0, "div", 0);
|
|
41317
41339
|
i0.ɵɵprojection(1);
|
|
@@ -42476,7 +42498,7 @@ class ProfileItemCardComponent {
|
|
|
42476
42498
|
}], 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 }] }] }); })();
|
|
42477
42499
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
42478
42500
|
|
|
42479
|
-
const _c0$
|
|
42501
|
+
const _c0$P = ["scrollContainer"];
|
|
42480
42502
|
const _c1$r = a0 => ({ name: "arrow-right", source: a0 });
|
|
42481
42503
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
42482
42504
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -42596,7 +42618,7 @@ class ItemDetailModalComponent {
|
|
|
42596
42618
|
}
|
|
42597
42619
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
42598
42620
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
42599
|
-
i0.ɵɵviewQuery(_c0$
|
|
42621
|
+
i0.ɵɵviewQuery(_c0$P, 5);
|
|
42600
42622
|
} if (rf & 2) {
|
|
42601
42623
|
let _t;
|
|
42602
42624
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -42675,7 +42697,7 @@ class ItemDetailModalComponent {
|
|
|
42675
42697
|
}] }); })();
|
|
42676
42698
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
42677
42699
|
|
|
42678
|
-
const _c0$
|
|
42700
|
+
const _c0$O = ["modalContent"];
|
|
42679
42701
|
const _c1$q = ["modalWrapper"];
|
|
42680
42702
|
const _c2$g = ["*"];
|
|
42681
42703
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
@@ -44923,7 +44945,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44923
44945
|
}
|
|
44924
44946
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
44925
44947
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
44926
|
-
i0.ɵɵviewQuery(_c0$
|
|
44948
|
+
i0.ɵɵviewQuery(_c0$O, 5)(_c1$q, 5);
|
|
44927
44949
|
} if (rf & 2) {
|
|
44928
44950
|
let _t;
|
|
44929
44951
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -45473,7 +45495,7 @@ class ProfileAnalysisModalComponent {
|
|
|
45473
45495
|
}] }); }); })();
|
|
45474
45496
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 550 }); })();
|
|
45475
45497
|
|
|
45476
|
-
const _c0$
|
|
45498
|
+
const _c0$N = a0 => ({ name: "light-bulb", source: a0 });
|
|
45477
45499
|
const _c1$p = a0 => ({ name: "trophy", source: a0 });
|
|
45478
45500
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
45479
45501
|
const _c3$a = a0 => ({ name: "signal", source: a0 });
|
|
@@ -45683,7 +45705,7 @@ class CompetitiveGapModalComponent {
|
|
|
45683
45705
|
i0.ɵɵadvance(2);
|
|
45684
45706
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
45685
45707
|
i0.ɵɵadvance();
|
|
45686
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
45708
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$N, ctx.iconSource));
|
|
45687
45709
|
i0.ɵɵadvance(3);
|
|
45688
45710
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
45689
45711
|
i0.ɵɵadvance();
|
|
@@ -45804,7 +45826,7 @@ class CompetitiveGapModalComponent {
|
|
|
45804
45826
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
45805
45827
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
45806
45828
|
|
|
45807
|
-
const _c0$
|
|
45829
|
+
const _c0$M = a0 => ({ name: "list-bullet", source: a0 });
|
|
45808
45830
|
const _c1$o = a0 => ({ name: "arrow-right", source: a0 });
|
|
45809
45831
|
const _c2$e = a0 => ({ name: "check-circle", source: a0 });
|
|
45810
45832
|
const _c3$9 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
@@ -45824,7 +45846,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
45824
45846
|
i0.ɵɵadvance();
|
|
45825
45847
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
45826
45848
|
i0.ɵɵadvance();
|
|
45827
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
45849
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$M, ctx_r0.iconSource));
|
|
45828
45850
|
i0.ɵɵadvance(2);
|
|
45829
45851
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
45830
45852
|
i0.ɵɵadvance(2);
|
|
@@ -46044,7 +46066,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
46044
46066
|
}], 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 }] }] }); })();
|
|
46045
46067
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
46046
46068
|
|
|
46047
|
-
const _c0$
|
|
46069
|
+
const _c0$L = ["modalContent"];
|
|
46048
46070
|
const _c1$n = ["modalWrapper"];
|
|
46049
46071
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
46050
46072
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -46559,7 +46581,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46559
46581
|
}
|
|
46560
46582
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
46561
46583
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
46562
|
-
i0.ɵɵviewQuery(_c0$
|
|
46584
|
+
i0.ɵɵviewQuery(_c0$L, 5)(_c1$n, 5);
|
|
46563
46585
|
} if (rf & 2) {
|
|
46564
46586
|
let _t;
|
|
46565
46587
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -47435,7 +47457,7 @@ class SearchButtonComponent {
|
|
|
47435
47457
|
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], minimized: [{ type: i0.Input, args: [{ isSignal: true, alias: "minimized", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], searchClick: [{ type: i0.Output, args: ["searchClick"] }] }); })();
|
|
47436
47458
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
47437
47459
|
|
|
47438
|
-
const _c0$
|
|
47460
|
+
const _c0$K = [[["", "expandedControls", ""]], [["", "condensedLeftContent", ""]], [["", "condensedControls", ""]]];
|
|
47439
47461
|
const _c1$m = ["[expandedControls]", "[condensedLeftContent]", "[condensedControls]"];
|
|
47440
47462
|
function DashboardHeaderComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
47441
47463
|
i0.ɵɵelement(0, "div", 7);
|
|
@@ -47709,7 +47731,7 @@ class DashboardHeaderComponent {
|
|
|
47709
47731
|
}
|
|
47710
47732
|
static { this.ɵfac = function DashboardHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DashboardHeaderComponent)(); }; }
|
|
47711
47733
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DashboardHeaderComponent, selectors: [["symphiq-dashboard-header"]], inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], title: [1, "title"], subtitle: [1, "subtitle"], viewMode: [1, "viewMode"], viewModeLabel: [1, "viewModeLabel"], currentSection: [1, "currentSection"], currentSubsection: [1, "currentSubsection"], sectionFading: [1, "sectionFading"], subsectionFading: [1, "subsectionFading"], isLoading: [1, "isLoading"], showControls: [1, "showControls"], hasCondensedLeftContent: [1, "hasCondensedLeftContent"], size: [1, "size"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"] }, outputs: { searchClick: "searchClick", viewModeClick: "viewModeClick" }, ngContentSelectors: _c1$m, decls: 28, vars: 27, consts: [[1, "sticky", "top-0", "z-50", "overflow-hidden", 2, "transition", "height 300ms ease-in-out", 3, "ngClass"], [1, "transition-opacity", "duration-300", "ease-in-out", "h-full"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4", "h-full", "flex", "items-center"], [1, "flex", "items-center", "justify-between", "w-full"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-3", "min-w-0"], [1, "truncate", 3, "mouseenter", "mouseleave", "ngClass"], ["title", "Refreshing data...", 1, "animate-spin", "w-4", "h-4", "border-2", "border-blue-500/30", "border-t-blue-500", "rounded-full"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-3", "sm:gap-4"], [3, "ngClass"], [1, "flex", "items-center", "gap-4"], [1, "flex", "flex-col", "gap-1", "min-w-[180px]"], [1, "absolute", "inset-x-0", "top-0", "h-full", "transition-opacity", "duration-300", "ease-in-out"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "h-full", "flex", "items-center"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0", "mr-4"], [1, "flex-shrink-0", "!mb-0", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", "flex-shrink-0"], [3, "searchClick", "isLightMode"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 12a3 3 0 11-6 0 3 3 0 016 0z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"], [1, "text-left", "sm:text-right"], [1, "text-xs"], [1, "text-sm", "font-medium"], [1, "hidden", "sm:inline", 3, "ngClass"], [1, "hidden", "sm:block", "truncate", "min-w-0", 3, "ngClass"], [1, "transition-opacity", "duration-300", 3, "ngClass"], [3, "searchClick", "isLightMode", "minimized"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-2", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"]], template: function DashboardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
47712
|
-
i0.ɵɵprojectionDef(_c0$
|
|
47734
|
+
i0.ɵɵprojectionDef(_c0$K);
|
|
47713
47735
|
i0.ɵɵelementStart(0, "header", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "div", 5)(6, "h1", 6);
|
|
47714
47736
|
i0.ɵɵlistener("mouseenter", function DashboardHeaderComponent_Template_h1_mouseenter_6_listener($event) { return ctx.onTitleMouseEnter($event); })("mouseleave", function DashboardHeaderComponent_Template_h1_mouseleave_6_listener() { return ctx.onTitleMouseLeave(); });
|
|
47715
47737
|
i0.ɵɵtext(7);
|
|
@@ -48057,7 +48079,7 @@ class LoadingCardComponent {
|
|
|
48057
48079
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], subtitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "subtitle", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], backdropBlur: [{ type: i0.Input, args: [{ isSignal: true, alias: "backdropBlur", required: false }] }] }); })();
|
|
48058
48080
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingCardComponent, { className: "LoadingCardComponent", filePath: "lib/components/shared/loading-card.component.ts", lineNumber: 30 }); })();
|
|
48059
48081
|
|
|
48060
|
-
const _c0$
|
|
48082
|
+
const _c0$J = ["dashboardContainer"];
|
|
48061
48083
|
const _c1$l = () => ({});
|
|
48062
48084
|
const _c2$d = () => [1, 2, 3, 4, 5, 6];
|
|
48063
48085
|
const _c3$8 = () => [1, 2, 3];
|
|
@@ -50352,7 +50374,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
50352
50374
|
}
|
|
50353
50375
|
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), i0.ɵɵdirectiveInject(HeaderScrollService)); }; }
|
|
50354
50376
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
50355
|
-
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$
|
|
50377
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$J, 5);
|
|
50356
50378
|
} if (rf & 2) {
|
|
50357
50379
|
let _t;
|
|
50358
50380
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -53685,7 +53707,7 @@ class FocusAreaToolsModalComponent {
|
|
|
53685
53707
|
}] }); })();
|
|
53686
53708
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
53687
53709
|
|
|
53688
|
-
const _c0$
|
|
53710
|
+
const _c0$I = ["shopNameInput"];
|
|
53689
53711
|
const _forTrack0$J = ($index, $item) => $item.focusArea.focusAreaDomain;
|
|
53690
53712
|
const _forTrack1$9 = ($index, $item) => $item.domain;
|
|
53691
53713
|
function SymphiqCreateAccountDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -54946,7 +54968,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
54946
54968
|
}
|
|
54947
54969
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
54948
54970
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
54949
|
-
i0.ɵɵviewQuery(_c0$
|
|
54971
|
+
i0.ɵɵviewQuery(_c0$I, 5);
|
|
54950
54972
|
} if (rf & 2) {
|
|
54951
54973
|
let _t;
|
|
54952
54974
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -58915,7 +58937,7 @@ class ChartValueFormatter {
|
|
|
58915
58937
|
}
|
|
58916
58938
|
}
|
|
58917
58939
|
|
|
58918
|
-
const _c0$
|
|
58940
|
+
const _c0$H = ["chartdiv"];
|
|
58919
58941
|
class AreaChartComponent {
|
|
58920
58942
|
constructor() {
|
|
58921
58943
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -59241,7 +59263,7 @@ class AreaChartComponent {
|
|
|
59241
59263
|
}
|
|
59242
59264
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
59243
59265
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
59244
|
-
i0.ɵɵviewQuery(_c0$
|
|
59266
|
+
i0.ɵɵviewQuery(_c0$H, 7);
|
|
59245
59267
|
} if (rf & 2) {
|
|
59246
59268
|
let _t;
|
|
59247
59269
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59273,7 +59295,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
|
|
|
59273
59295
|
AreaChartComponent: AreaChartComponent
|
|
59274
59296
|
});
|
|
59275
59297
|
|
|
59276
|
-
const _c0$
|
|
59298
|
+
const _c0$G = ["chartdiv"];
|
|
59277
59299
|
class LineChartComponent {
|
|
59278
59300
|
constructor() {
|
|
59279
59301
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -59723,7 +59745,7 @@ class LineChartComponent {
|
|
|
59723
59745
|
}
|
|
59724
59746
|
static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
|
|
59725
59747
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
59726
|
-
i0.ɵɵviewQuery(_c0$
|
|
59748
|
+
i0.ɵɵviewQuery(_c0$G, 7);
|
|
59727
59749
|
} if (rf & 2) {
|
|
59728
59750
|
let _t;
|
|
59729
59751
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59755,7 +59777,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
|
|
|
59755
59777
|
LineChartComponent: LineChartComponent
|
|
59756
59778
|
});
|
|
59757
59779
|
|
|
59758
|
-
const _c0$
|
|
59780
|
+
const _c0$F = ["chartdiv"];
|
|
59759
59781
|
class ProgressToTargetChartComponent {
|
|
59760
59782
|
constructor() {
|
|
59761
59783
|
this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
@@ -60066,7 +60088,7 @@ class ProgressToTargetChartComponent {
|
|
|
60066
60088
|
}
|
|
60067
60089
|
static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
|
|
60068
60090
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
60069
|
-
i0.ɵɵviewQuery(_c0$
|
|
60091
|
+
i0.ɵɵviewQuery(_c0$F, 7);
|
|
60070
60092
|
} if (rf & 2) {
|
|
60071
60093
|
let _t;
|
|
60072
60094
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -61804,7 +61826,7 @@ class UserDisplayComponent {
|
|
|
61804
61826
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], user: [{ type: i0.Input, args: [{ isSignal: true, alias: "user", required: false }] }], avatarSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "avatarSize", required: false }] }], showEmail: [{ type: i0.Input, args: [{ isSignal: true, alias: "showEmail", required: false }] }] }); })();
|
|
61805
61827
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserDisplayComponent, { className: "UserDisplayComponent", filePath: "lib/components/shared/user-display.component.ts", lineNumber: 27 }); })();
|
|
61806
61828
|
|
|
61807
|
-
const _c0$
|
|
61829
|
+
const _c0$E = ["absoluteInputRef"];
|
|
61808
61830
|
const _c1$k = ["percentageInputRef"];
|
|
61809
61831
|
const _forTrack0$F = ($index, $item) => $item.history.id;
|
|
61810
61832
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -63084,7 +63106,7 @@ class EditMetricTargetModalComponent {
|
|
|
63084
63106
|
}
|
|
63085
63107
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
63086
63108
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
63087
|
-
i0.ɵɵviewQuery(_c0$
|
|
63109
|
+
i0.ɵɵviewQuery(_c0$E, 5)(_c1$k, 5);
|
|
63088
63110
|
} if (rf & 2) {
|
|
63089
63111
|
let _t;
|
|
63090
63112
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -63577,7 +63599,7 @@ class EditMetricTargetModalComponent {
|
|
|
63577
63599
|
}] }); })();
|
|
63578
63600
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 469 }); })();
|
|
63579
63601
|
|
|
63580
|
-
const _c0$
|
|
63602
|
+
const _c0$D = ["absoluteInputRef"];
|
|
63581
63603
|
const _c1$j = ["percentageInputRef"];
|
|
63582
63604
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63583
63605
|
i0.ɵɵtext(0);
|
|
@@ -64888,7 +64910,7 @@ class InitialTargetSettingComponent {
|
|
|
64888
64910
|
}
|
|
64889
64911
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
64890
64912
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
64891
|
-
i0.ɵɵviewQuery(_c0$
|
|
64913
|
+
i0.ɵɵviewQuery(_c0$D, 5)(_c1$j, 5);
|
|
64892
64914
|
} if (rf & 2) {
|
|
64893
64915
|
let _t;
|
|
64894
64916
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -65498,7 +65520,7 @@ class InitialTargetSettingComponent {
|
|
|
65498
65520
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], shopId: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopId", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], dataResults: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataResults", required: false }] }], calculateRevenueReverseResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueReverseResponse", required: false }] }], calculateRevenueResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueResponse", required: false }] }], isCalculatingTargets: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCalculatingTargets", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], targetHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], targetsCreated: [{ type: i0.Output, args: ["targetsCreated"] }], calculateRevenueReverseRequest: [{ type: i0.Output, args: ["calculateRevenueReverseRequest"] }], calculateRevenueRequest: [{ type: i0.Output, args: ["calculateRevenueRequest"] }], editRelatedMetricTarget: [{ type: i0.Output, args: ["editRelatedMetricTarget"] }], saveTargetsClick: [{ type: i0.Output, args: ["saveTargetsClick"] }], discardChangesClick: [{ type: i0.Output, args: ["discardChangesClick"] }], targetsUpdated: [{ type: i0.Output, args: ["targetsUpdated"] }] }); })();
|
|
65499
65521
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 627 }); })();
|
|
65500
65522
|
|
|
65501
|
-
const _c0$
|
|
65523
|
+
const _c0$C = () => [];
|
|
65502
65524
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
65503
65525
|
i0.ɵɵelementStart(0, "div", 8);
|
|
65504
65526
|
i0.ɵɵelement(1, "symphiq-loading-card", 10);
|
|
@@ -65527,7 +65549,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_10_Conditional_1
|
|
|
65527
65549
|
} if (rf & 2) {
|
|
65528
65550
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
65529
65551
|
i0.ɵɵadvance();
|
|
65530
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(13, _c0$
|
|
65552
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(13, _c0$C))("mainUiData", ctx_r0.mainUiData())("trendUiData", ctx_r0.trendUiData())("shopId", ctx_r0.shopId())("pacingResponse", ctx_r0.pacingResponse())("dataResults", ctx_r0.dataResults())("calculateRevenueReverseResponse", ctx_r0.calculateRevenueReverseResponse())("calculateRevenueResponse", ctx_r0.calculateRevenueResponse())("isCalculatingTargets", ctx_r0.isCalculatingTargets())("targets", ctx_r0.targets())("targetHistories", ctx_r0.targetHistories() ?? i0.ɵɵpureFunction0(14, _c0$C))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(15, _c0$C));
|
|
65531
65553
|
} }
|
|
65532
65554
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65533
65555
|
i0.ɵɵelement(0, "symphiq-revenue-calculator-welcome-banner", 13);
|
|
@@ -66308,7 +66330,7 @@ class HierarchyDisplayComponent {
|
|
|
66308
66330
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
66309
66331
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
66310
66332
|
|
|
66311
|
-
const _c0$
|
|
66333
|
+
const _c0$B = a0 => ({ name: "chart-bar", source: a0 });
|
|
66312
66334
|
const _c1$i = a0 => ({ name: "light-bulb", source: a0 });
|
|
66313
66335
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
66314
66336
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -66494,7 +66516,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
66494
66516
|
i0.ɵɵadvance();
|
|
66495
66517
|
i0.ɵɵproperty("ngClass", ctx.sectionClasses());
|
|
66496
66518
|
i0.ɵɵadvance(2);
|
|
66497
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
66519
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$B, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.sectionIconClasses());
|
|
66498
66520
|
i0.ɵɵadvance();
|
|
66499
66521
|
i0.ɵɵproperty("ngClass", ctx.sectionTitleClasses());
|
|
66500
66522
|
i0.ɵɵadvance(2);
|
|
@@ -67285,7 +67307,7 @@ class FloatingBackButtonComponent {
|
|
|
67285
67307
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }] }); })();
|
|
67286
67308
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FloatingBackButtonComponent, { className: "FloatingBackButtonComponent", filePath: "lib/components/business-analysis-dashboard/floating-back-button.component.ts", lineNumber: 70 }); })();
|
|
67287
67309
|
|
|
67288
|
-
const _c0$
|
|
67310
|
+
const _c0$A = ["searchInput"];
|
|
67289
67311
|
const _forTrack0$E = ($index, $item) => $item.result.id;
|
|
67290
67312
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
67291
67313
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -67658,7 +67680,7 @@ class SearchModalComponent {
|
|
|
67658
67680
|
}
|
|
67659
67681
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
67660
67682
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
67661
|
-
i0.ɵɵviewQuery(_c0$
|
|
67683
|
+
i0.ɵɵviewQuery(_c0$A, 5);
|
|
67662
67684
|
} if (rf & 2) {
|
|
67663
67685
|
let _t;
|
|
67664
67686
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -68398,7 +68420,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
68398
68420
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
68399
68421
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
68400
68422
|
|
|
68401
|
-
const _c0$
|
|
68423
|
+
const _c0$z = () => [0, 1, 2];
|
|
68402
68424
|
const _forTrack0$D = ($index, $item) => $item.id;
|
|
68403
68425
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
68404
68426
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -68468,7 +68490,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
68468
68490
|
i0.ɵɵelementEnd();
|
|
68469
68491
|
} if (rf & 2) {
|
|
68470
68492
|
i0.ɵɵadvance();
|
|
68471
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
68493
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$z));
|
|
68472
68494
|
} }
|
|
68473
68495
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
68474
68496
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -69111,7 +69133,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
69111
69133
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], storageKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "storageKey", required: false }] }] }); })();
|
|
69112
69134
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 102 }); })();
|
|
69113
69135
|
|
|
69114
|
-
const _c0$
|
|
69136
|
+
const _c0$y = () => [];
|
|
69115
69137
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
69116
69138
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
69117
69139
|
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 15);
|
|
@@ -69200,7 +69222,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_F
|
|
|
69200
69222
|
const ɵ$index_53_r6 = i0.ɵɵnextContext().$index;
|
|
69201
69223
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
69202
69224
|
i0.ɵɵadvance();
|
|
69203
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_53_r6 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
69225
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_53_r6 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$y));
|
|
69204
69226
|
} }
|
|
69205
69227
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
69206
69228
|
i0.ɵɵelement(0, "symphiq-profile-section", 21);
|
|
@@ -70503,7 +70525,7 @@ class MetricWelcomeBannerComponent {
|
|
|
70503
70525
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], analysisDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisDate", required: false }] }] }); })();
|
|
70504
70526
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricWelcomeBannerComponent, { className: "MetricWelcomeBannerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-welcome-banner.component.ts", lineNumber: 63 }); })();
|
|
70505
70527
|
|
|
70506
|
-
const _c0$
|
|
70528
|
+
const _c0$x = a0 => ({ name: "chevron-right", source: a0 });
|
|
70507
70529
|
const _forTrack0$B = ($index, $item) => $item.id;
|
|
70508
70530
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
70509
70531
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -70521,7 +70543,7 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
70521
70543
|
i0.ɵɵadvance(2);
|
|
70522
70544
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
70523
70545
|
i0.ɵɵadvance();
|
|
70524
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
70546
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$x, ctx_r2.IconSourceEnum.HEROICONS));
|
|
70525
70547
|
} }
|
|
70526
70548
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
70527
70549
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -70683,7 +70705,7 @@ class AnalysisNarrativeComponent {
|
|
|
70683
70705
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], narrative: [{ type: i0.Input, args: [{ isSignal: true, alias: "narrative", required: false }] }], napkinVisual: [{ type: i0.Input, args: [{ isSignal: true, alias: "napkinVisual", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }] }); })();
|
|
70684
70706
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AnalysisNarrativeComponent, { className: "AnalysisNarrativeComponent", filePath: "lib/components/shared/analysis-narrative.component.ts", lineNumber: 35 }); })();
|
|
70685
70707
|
|
|
70686
|
-
const _c0$
|
|
70708
|
+
const _c0$w = a0 => ({ name: "chart-bar", source: a0 });
|
|
70687
70709
|
const _c1$h = a0 => ({ name: "arrow-right", source: a0 });
|
|
70688
70710
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
70689
70711
|
const _c3$7 = (a0, a1) => ({ name: a0, source: a1 });
|
|
@@ -71278,7 +71300,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71278
71300
|
i0.ɵɵadvance();
|
|
71279
71301
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
71280
71302
|
i0.ɵɵadvance(5);
|
|
71281
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
71303
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$w, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
71282
71304
|
i0.ɵɵadvance();
|
|
71283
71305
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
71284
71306
|
i0.ɵɵadvance();
|
|
@@ -71687,7 +71709,7 @@ class PriorityBadgeComponent {
|
|
|
71687
71709
|
}, ...(ngDevMode ? [{ debugName: "badgeClasses" }] : []));
|
|
71688
71710
|
}
|
|
71689
71711
|
static { this.ɵfac = function PriorityBadgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PriorityBadgeComponent)(); }; }
|
|
71690
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PriorityBadgeComponent, selectors: [["symphiq-priority-badge"]], inputs: { priority: [1, "priority"], viewMode: [1, "viewMode"] }, decls: 2, vars: 4, consts: [[1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"]], template: function PriorityBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71712
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PriorityBadgeComponent, selectors: [["symphiq-priority-badge"]], inputs: { priority: [1, "priority"], viewMode: [1, "viewMode"] }, decls: 2, vars: 4, consts: [[1, "inline-flex", "items-center", "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"]], template: function PriorityBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71691
71713
|
i0.ɵɵelementStart(0, "span", 0);
|
|
71692
71714
|
i0.ɵɵtext(1);
|
|
71693
71715
|
i0.ɵɵelementEnd();
|
|
@@ -71709,7 +71731,7 @@ class PriorityBadgeComponent {
|
|
|
71709
71731
|
<span
|
|
71710
71732
|
[ngClass]="badgeClasses()"
|
|
71711
71733
|
[class.animate-pulse]="isCritical()"
|
|
71712
|
-
class="px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap">
|
|
71734
|
+
class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap">
|
|
71713
71735
|
{{ label() }}
|
|
71714
71736
|
</span>
|
|
71715
71737
|
`
|
|
@@ -71883,7 +71905,7 @@ class LearnMoreButtonComponent {
|
|
|
71883
71905
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], buttonClick: [{ type: i0.Output, args: ["buttonClick"] }] }); })();
|
|
71884
71906
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LearnMoreButtonComponent, { className: "LearnMoreButtonComponent", filePath: "lib/components/shared/learn-more-button.component.ts", lineNumber: 40 }); })();
|
|
71885
71907
|
|
|
71886
|
-
const _c0$
|
|
71908
|
+
const _c0$v = a0 => ({ name: "chevron-right", source: a0 });
|
|
71887
71909
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
71888
71910
|
i0.ɵɵelement(0, "symphiq-priority-badge", 11);
|
|
71889
71911
|
} if (rf & 2) {
|
|
@@ -72159,7 +72181,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
72159
72181
|
i0.ɵɵadvance();
|
|
72160
72182
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
72161
72183
|
i0.ɵɵadvance();
|
|
72162
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
72184
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$v, ctx_r0.IconSourceEnum.HEROICONS));
|
|
72163
72185
|
} }
|
|
72164
72186
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
72165
72187
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -72767,7 +72789,7 @@ class GoalCardComponent {
|
|
|
72767
72789
|
}], () => [], { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalIndex", required: false }] }], sectionIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionIndex", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); })();
|
|
72768
72790
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
72769
72791
|
|
|
72770
|
-
const _c0$
|
|
72792
|
+
const _c0$u = a0 => ({ name: "link", source: a0 });
|
|
72771
72793
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
72772
72794
|
i0.ɵɵelementStart(0, "p", 4);
|
|
72773
72795
|
i0.ɵɵtext(1);
|
|
@@ -72830,7 +72852,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
72830
72852
|
} if (rf & 2) {
|
|
72831
72853
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
72832
72854
|
i0.ɵɵadvance(2);
|
|
72833
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
72855
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$u, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
72834
72856
|
i0.ɵɵadvance();
|
|
72835
72857
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
72836
72858
|
i0.ɵɵadvance(2);
|
|
@@ -73756,7 +73778,7 @@ class CompetitiveComparisonCardComponent {
|
|
|
73756
73778
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73757
73779
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 126 }); })();
|
|
73758
73780
|
|
|
73759
|
-
const _c0$
|
|
73781
|
+
const _c0$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
73760
73782
|
const _forTrack0$y = ($index, $item) => $item.id;
|
|
73761
73783
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
73762
73784
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -73774,7 +73796,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
73774
73796
|
i0.ɵɵadvance(2);
|
|
73775
73797
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
73776
73798
|
i0.ɵɵadvance();
|
|
73777
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73799
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$t, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73778
73800
|
} }
|
|
73779
73801
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
73780
73802
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -73811,7 +73833,7 @@ function PhaseTimelineCardComponent_Conditional_9_For_7_Template(rf, ctx) { if (
|
|
|
73811
73833
|
i0.ɵɵadvance(2);
|
|
73812
73834
|
i0.ɵɵtextInterpolate(recommendation_r5.title);
|
|
73813
73835
|
i0.ɵɵadvance();
|
|
73814
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73836
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$t, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73815
73837
|
} }
|
|
73816
73838
|
function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
73817
73839
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -74236,7 +74258,7 @@ class PhaseTimelineCardComponent {
|
|
|
74236
74258
|
}], () => [], { phase: [{ type: i0.Input, args: [{ isSignal: true, alias: "phase", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLast: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLast", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
|
|
74237
74259
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 128 }); })();
|
|
74238
74260
|
|
|
74239
|
-
const _c0$
|
|
74261
|
+
const _c0$s = a0 => ({ name: "chevron-right", source: a0 });
|
|
74240
74262
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
74241
74263
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
74242
74264
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -74282,7 +74304,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
74282
74304
|
i0.ɵɵadvance(4);
|
|
74283
74305
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length, " Strength", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length) !== 1 ? "s" : "");
|
|
74284
74306
|
i0.ɵɵadvance();
|
|
74285
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74307
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$s, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74286
74308
|
} }
|
|
74287
74309
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
74288
74310
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -74305,7 +74327,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
74305
74327
|
i0.ɵɵadvance(4);
|
|
74306
74328
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length, " Gap", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length) !== 1 ? "s" : "");
|
|
74307
74329
|
i0.ɵɵadvance();
|
|
74308
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74330
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$s, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74309
74331
|
} }
|
|
74310
74332
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
74311
74333
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -74328,7 +74350,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
74328
74350
|
i0.ɵɵadvance(4);
|
|
74329
74351
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length, " Opportunit", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length) !== 1 ? "ies" : "y");
|
|
74330
74352
|
i0.ɵɵadvance();
|
|
74331
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74353
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$s, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74332
74354
|
} }
|
|
74333
74355
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
74334
74356
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -74835,7 +74857,7 @@ class OperationalCategoryCardComponent {
|
|
|
74835
74857
|
}], () => [], { category: [{ type: i0.Input, args: [{ isSignal: true, alias: "category", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], categoryClick: [{ type: i0.Output, args: ["categoryClick"] }] }); })();
|
|
74836
74858
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
74837
74859
|
|
|
74838
|
-
const _c0$
|
|
74860
|
+
const _c0$r = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
74839
74861
|
const _c1$g = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74840
74862
|
const _forTrack0$x = ($index, $item) => $item.questionId;
|
|
74841
74863
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -74969,7 +74991,7 @@ class KeyDriverCardComponent {
|
|
|
74969
74991
|
i0.ɵɵadvance(3);
|
|
74970
74992
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74971
74993
|
i0.ɵɵadvance();
|
|
74972
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
74994
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$r, ctx.iconSource));
|
|
74973
74995
|
i0.ɵɵadvance(2);
|
|
74974
74996
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74975
74997
|
i0.ɵɵadvance();
|
|
@@ -75045,7 +75067,7 @@ class KeyDriverCardComponent {
|
|
|
75045
75067
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75046
75068
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
75047
75069
|
|
|
75048
|
-
const _c0$
|
|
75070
|
+
const _c0$q = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
75049
75071
|
const _c1$f = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
75050
75072
|
const _forTrack0$w = ($index, $item) => $item.questionId;
|
|
75051
75073
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -75201,7 +75223,7 @@ class BottleneckCardComponent {
|
|
|
75201
75223
|
i0.ɵɵadvance(3);
|
|
75202
75224
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
75203
75225
|
i0.ɵɵadvance();
|
|
75204
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
75226
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$q, ctx.iconSource));
|
|
75205
75227
|
i0.ɵɵadvance(2);
|
|
75206
75228
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
75207
75229
|
i0.ɵɵadvance();
|
|
@@ -75272,7 +75294,7 @@ class BottleneckCardComponent {
|
|
|
75272
75294
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75273
75295
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
75274
75296
|
|
|
75275
|
-
const _c0$
|
|
75297
|
+
const _c0$p = a0 => ({ name: "arrow-right", source: a0 });
|
|
75276
75298
|
const _c1$e = a0 => ({ name: "arrow-left", source: a0 });
|
|
75277
75299
|
const _c2$b = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
75278
75300
|
const _c3$6 = a0 => ({ name: "scale", source: a0 });
|
|
@@ -75309,7 +75331,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
75309
75331
|
i0.ɵɵadvance(2);
|
|
75310
75332
|
i0.ɵɵproperty("ngClass", ctx_r2.iconClassesMap().influences);
|
|
75311
75333
|
i0.ɵɵadvance();
|
|
75312
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
75334
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$p, ctx_r2.iconSource));
|
|
75313
75335
|
i0.ɵɵadvance();
|
|
75314
75336
|
i0.ɵɵproperty("ngClass", ctx_r2.titleClasses());
|
|
75315
75337
|
i0.ɵɵadvance(3);
|
|
@@ -75623,7 +75645,7 @@ class MetricRelationshipsCardComponent {
|
|
|
75623
75645
|
}], null, { relationships: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationships", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricClicked: [{ type: i0.Output, args: ["metricClicked"] }] }); })();
|
|
75624
75646
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 121 }); })();
|
|
75625
75647
|
|
|
75626
|
-
const _c0$
|
|
75648
|
+
const _c0$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
75627
75649
|
const _c1$d = a0 => ({ name: "link", source: a0 });
|
|
75628
75650
|
const _forTrack0$u = ($index, $item) => $item.id;
|
|
75629
75651
|
function RelatedMetricCardComponent_Conditional_18_Conditional_5_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -75642,7 +75664,7 @@ function RelatedMetricCardComponent_Conditional_18_Conditional_5_For_2_Template(
|
|
|
75642
75664
|
i0.ɵɵadvance(2);
|
|
75643
75665
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
75644
75666
|
i0.ɵɵadvance();
|
|
75645
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
75667
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$o, ctx_r2.IconSourceEnumValue.HEROICONS));
|
|
75646
75668
|
} }
|
|
75647
75669
|
function RelatedMetricCardComponent_Conditional_18_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
75648
75670
|
i0.ɵɵelementStart(0, "div", 16);
|
|
@@ -75870,7 +75892,7 @@ class RelatedMetricCardComponent {
|
|
|
75870
75892
|
i0.ɵɵadvance(2);
|
|
75871
75893
|
i0.ɵɵproperty("ngClass", ctx.viewDetailsChipClasses());
|
|
75872
75894
|
i0.ɵɵadvance(3);
|
|
75873
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
75895
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$o, ctx.IconSourceEnumValue.HEROICONS));
|
|
75874
75896
|
i0.ɵɵadvance();
|
|
75875
75897
|
i0.ɵɵconditional(ctx.sharedGoalIds() && ctx.sharedGoalIds().length > 0 ? 18 : -1);
|
|
75876
75898
|
} }, dependencies: [CommonModule, i1$1.NgClass, SymphiqIconComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
@@ -76406,7 +76428,7 @@ class RelatedMetricsListComponent {
|
|
|
76406
76428
|
}], null, { relatedMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedMetrics", required: true }] }], currentMetricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMetricName", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], metricClicked: [{ type: i0.Output, args: ["metricClicked"] }] }); })();
|
|
76407
76429
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/related-metrics-list.component.ts", lineNumber: 175 }); })();
|
|
76408
76430
|
|
|
76409
|
-
const _c0$
|
|
76431
|
+
const _c0$n = (a0, a1) => ({ name: a0, source: a1 });
|
|
76410
76432
|
const _c1$c = a0 => ({ name: "signal", source: a0 });
|
|
76411
76433
|
const _c2$a = a0 => ({ name: "calendar", source: a0 });
|
|
76412
76434
|
const _c3$5 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -76658,7 +76680,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76658
76680
|
i0.ɵɵadvance();
|
|
76659
76681
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
76660
76682
|
i0.ɵɵadvance();
|
|
76661
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(33, _c0$
|
|
76683
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(33, _c0$n, ctx.trendIcon(), ctx.iconSource));
|
|
76662
76684
|
i0.ɵɵadvance();
|
|
76663
76685
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
76664
76686
|
i0.ɵɵadvance(2);
|
|
@@ -76827,7 +76849,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76827
76849
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
76828
76850
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 157 }); })();
|
|
76829
76851
|
|
|
76830
|
-
const _c0$
|
|
76852
|
+
const _c0$m = a0 => ({ name: "funnel", source: a0 });
|
|
76831
76853
|
const _c1$b = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
76832
76854
|
const _c2$9 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76833
76855
|
const _c3$4 = a0 => ({ name: "arrow-left", source: a0 });
|
|
@@ -77023,7 +77045,7 @@ class FunnelContextCardComponent {
|
|
|
77023
77045
|
} if (rf & 2) {
|
|
77024
77046
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
77025
77047
|
i0.ɵɵadvance(2);
|
|
77026
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
77048
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$m, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
77027
77049
|
i0.ɵɵadvance();
|
|
77028
77050
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
77029
77051
|
i0.ɵɵadvance(3);
|
|
@@ -77159,7 +77181,7 @@ class FunnelContextCardComponent {
|
|
|
77159
77181
|
}], () => [], { funnelContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelContext", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
77160
77182
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/funnel-context-card.component.ts", lineNumber: 121 }); })();
|
|
77161
77183
|
|
|
77162
|
-
const _c0$
|
|
77184
|
+
const _c0$l = (a0, a1) => ({ name: a0, source: a1 });
|
|
77163
77185
|
const _c1$a = a0 => ({ name: "target", source: a0 });
|
|
77164
77186
|
const _c2$8 = a0 => ({ name: "star", source: a0 });
|
|
77165
77187
|
class MetricComparisonStatsComponent {
|
|
@@ -77379,7 +77401,7 @@ class MetricComparisonStatsComponent {
|
|
|
77379
77401
|
i0.ɵɵadvance();
|
|
77380
77402
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
77381
77403
|
i0.ɵɵadvance(2);
|
|
77382
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
77404
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$l, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
77383
77405
|
i0.ɵɵadvance();
|
|
77384
77406
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
77385
77407
|
i0.ɵɵadvance(2);
|
|
@@ -77609,7 +77631,7 @@ class PerformanceOverviewContainerComponent {
|
|
|
77609
77631
|
}], () => [], { performanceOverviewData: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceOverviewData", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
77610
77632
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-overview-container.component.ts", lineNumber: 57 }); })();
|
|
77611
77633
|
|
|
77612
|
-
const _c0$
|
|
77634
|
+
const _c0$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
77613
77635
|
const _c1$9 = a0 => ({ name: "chevron-down", source: a0 });
|
|
77614
77636
|
const _c2$7 = a0 => ({ name: "clock", source: a0 });
|
|
77615
77637
|
const _c3$3 = a0 => [a0];
|
|
@@ -77813,7 +77835,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77813
77835
|
i0.ɵɵadvance(2);
|
|
77814
77836
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77815
77837
|
i0.ɵɵadvance(2);
|
|
77816
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
77838
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77817
77839
|
i0.ɵɵadvance();
|
|
77818
77840
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
77819
77841
|
i0.ɵɵadvance();
|
|
@@ -77825,7 +77847,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77825
77847
|
i0.ɵɵadvance(2);
|
|
77826
77848
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77827
77849
|
i0.ɵɵadvance(2);
|
|
77828
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
77850
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77829
77851
|
i0.ɵɵadvance();
|
|
77830
77852
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
77831
77853
|
i0.ɵɵadvance();
|
|
@@ -77904,7 +77926,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77904
77926
|
i0.ɵɵadvance(2);
|
|
77905
77927
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77906
77928
|
i0.ɵɵadvance(2);
|
|
77907
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
77929
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77908
77930
|
i0.ɵɵadvance();
|
|
77909
77931
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
77910
77932
|
i0.ɵɵadvance();
|
|
@@ -77916,7 +77938,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77916
77938
|
i0.ɵɵadvance(2);
|
|
77917
77939
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77918
77940
|
i0.ɵɵadvance(2);
|
|
77919
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
77941
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77920
77942
|
i0.ɵɵadvance();
|
|
77921
77943
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
77922
77944
|
i0.ɵɵadvance();
|
|
@@ -77928,7 +77950,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77928
77950
|
i0.ɵɵadvance(2);
|
|
77929
77951
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77930
77952
|
i0.ɵɵadvance(2);
|
|
77931
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
77953
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77932
77954
|
} }
|
|
77933
77955
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
77934
77956
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -78275,7 +78297,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
78275
78297
|
i0.ɵɵadvance(2);
|
|
78276
78298
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(item_r19.rec), " Related Metrics");
|
|
78277
78299
|
i0.ɵɵadvance();
|
|
78278
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
78300
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
78279
78301
|
} }
|
|
78280
78302
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
78281
78303
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 69)(2, "h4", 75);
|
|
@@ -83764,7 +83786,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
83764
83786
|
}], null, { strategy: [{ type: i0.Input, args: [{ isSignal: true, alias: "strategy", required: false }] }], objectiveTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "objectiveTitle", required: false }] }], goalTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalTitle", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], allBusinessInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allBusinessInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], expandedRecommendationId: [{ type: i0.Input, args: [{ isSignal: true, alias: "expandedRecommendationId", required: false }] }] }); })();
|
|
83765
83787
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategyRecommendationsModalContentComponent, { className: "StrategyRecommendationsModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/strategy-recommendations-modal-content.component.ts", lineNumber: 489 }); })();
|
|
83766
83788
|
|
|
83767
|
-
const _c0$
|
|
83789
|
+
const _c0$j = a0 => ({ name: "chevron-right", source: a0 });
|
|
83768
83790
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
83769
83791
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
83770
83792
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -83877,7 +83899,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
83877
83899
|
i0.ɵɵadvance();
|
|
83878
83900
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
83879
83901
|
i0.ɵɵadvance();
|
|
83880
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
83902
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83881
83903
|
} }
|
|
83882
83904
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
83883
83905
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -83944,7 +83966,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
83944
83966
|
i0.ɵɵadvance();
|
|
83945
83967
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
83946
83968
|
i0.ɵɵadvance();
|
|
83947
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83969
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83948
83970
|
} }
|
|
83949
83971
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
83950
83972
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -84011,7 +84033,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
84011
84033
|
i0.ɵɵadvance();
|
|
84012
84034
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
84013
84035
|
i0.ɵɵadvance();
|
|
84014
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
84036
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84015
84037
|
} }
|
|
84016
84038
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
84017
84039
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -84893,7 +84915,7 @@ class StrengthDetailModalContentComponent {
|
|
|
84893
84915
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allFunnelStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "allFunnelStrengths", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
84894
84916
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrengthDetailModalContentComponent, { className: "StrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/strength-detail-modal-content.component.ts", lineNumber: 124 }); })();
|
|
84895
84917
|
|
|
84896
|
-
const _c0$
|
|
84918
|
+
const _c0$i = () => [];
|
|
84897
84919
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
84898
84920
|
i0.ɵɵelementStart(0, "span", 9);
|
|
84899
84921
|
i0.ɵɵtext(1);
|
|
@@ -85006,7 +85028,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
85006
85028
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
85007
85029
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
85008
85030
|
i0.ɵɵadvance(2);
|
|
85009
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
85031
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$i))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
85010
85032
|
} }
|
|
85011
85033
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
85012
85034
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -85290,7 +85312,7 @@ class GapDetailModalContentComponent {
|
|
|
85290
85312
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allWeaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "allWeaknesses", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
85291
85313
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 133 }); })();
|
|
85292
85314
|
|
|
85293
|
-
const _c0$
|
|
85315
|
+
const _c0$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
85294
85316
|
const _forTrack0$o = ($index, $item) => $item.id || $index;
|
|
85295
85317
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
85296
85318
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
@@ -85395,7 +85417,7 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
85395
85417
|
i0.ɵɵadvance(2);
|
|
85396
85418
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
85397
85419
|
i0.ɵɵadvance();
|
|
85398
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
85420
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$h, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
85399
85421
|
} }
|
|
85400
85422
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
85401
85423
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
@@ -86297,7 +86319,7 @@ class StrategicGoalsTiledGridComponent {
|
|
|
86297
86319
|
: 'text-slate-600';
|
|
86298
86320
|
}
|
|
86299
86321
|
static { this.ɵfac = function StrategicGoalsTiledGridComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StrategicGoalsTiledGridComponent)(); }; }
|
|
86300
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StrategicGoalsTiledGridComponent, selectors: [["symphiq-strategic-goals-tiled-grid"]], inputs: { goals: [1, "goals"], viewMode: [1, "viewMode"] }, outputs: { viewMoreClick: "viewMoreClick" }, decls: 16, vars: 10, 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 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "px-3", "py-1.5", "rounded-lg", "font-semibold", "text-sm", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "grid", "
|
|
86322
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StrategicGoalsTiledGridComponent, selectors: [["symphiq-strategic-goals-tiled-grid"]], inputs: { goals: [1, "goals"], viewMode: [1, "viewMode"] }, outputs: { viewMoreClick: "viewMoreClick" }, decls: 16, vars: 10, 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 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "px-3", "py-1.5", "rounded-lg", "font-semibold", "text-sm", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "grid", "gap-4", "items-start", 2, "grid-template-columns", "repeat(auto-fit, minmax(340px, 1fr))"], [1, "text-center", "py-12", "rounded-xl", "border-2", "border-dashed", 3, "ngClass"], [3, "goal", "viewMode", "animationIndex"], [3, "viewMoreClick", "goal", "viewMode", "animationIndex"], [1, "w-16", "h-16", "mx-auto", "mb-4", "rounded-full", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"]], template: function StrategicGoalsTiledGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
86301
86323
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
86302
86324
|
i0.ɵɵnamespaceSVG();
|
|
86303
86325
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -86371,7 +86393,7 @@ class StrategicGoalsTiledGridComponent {
|
|
|
86371
86393
|
|
|
86372
86394
|
<div [ngClass]="contentClasses()" class="p-6">
|
|
86373
86395
|
@if (goals().length > 0) {
|
|
86374
|
-
<div class="grid
|
|
86396
|
+
<div class="grid gap-4 items-start" style="grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));">
|
|
86375
86397
|
@for (goal of sortedGoals(); track goal.id; let idx = $index) {
|
|
86376
86398
|
<symphiq-simplified-goal-card
|
|
86377
86399
|
[goal]="goal"
|
|
@@ -86628,7 +86650,7 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
86628
86650
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
86629
86651
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaHealthIndicatorComponent, { className: "FocusAreaHealthIndicatorComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/focus-area-health-indicator.component.ts", lineNumber: 46 }); })();
|
|
86630
86652
|
|
|
86631
|
-
const _c0$
|
|
86653
|
+
const _c0$g = a0 => ({ name: "chevron-right", source: a0 });
|
|
86632
86654
|
const _c1$8 = a0 => ({ name: "chevron-down", source: a0 });
|
|
86633
86655
|
const _c2$6 = a0 => [a0];
|
|
86634
86656
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -86902,7 +86924,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
86902
86924
|
i0.ɵɵadvance(2);
|
|
86903
86925
|
i0.ɵɵproperty("ngClass", ctx.topPrioritiesButtonTextClasses());
|
|
86904
86926
|
i0.ɵɵadvance(2);
|
|
86905
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c0$
|
|
86927
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c0$g, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.topPrioritiesButtonTextClasses());
|
|
86906
86928
|
i0.ɵɵadvance();
|
|
86907
86929
|
i0.ɵɵproperty("ngClass", ctx.quickWinsStatCardClasses());
|
|
86908
86930
|
i0.ɵɵadvance();
|
|
@@ -88248,7 +88270,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
88248
88270
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], selectedCurrency: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCurrency", required: false }] }], editCurrency: [{ type: i0.Output, args: ["editCurrency"] }] }); })();
|
|
88249
88271
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionPlaceholderCardComponent, { className: "PlanSelectionPlaceholderCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/plan-selection-placeholder-card.component.ts", lineNumber: 74 }); })();
|
|
88250
88272
|
|
|
88251
|
-
const _c0$
|
|
88273
|
+
const _c0$f = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
88252
88274
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
88253
88275
|
i0.ɵɵelement(0, "div", 7);
|
|
88254
88276
|
} }
|
|
@@ -88337,7 +88359,7 @@ class BillingPeriodToggleComponent {
|
|
|
88337
88359
|
i0.ɵɵtext(14);
|
|
88338
88360
|
i0.ɵɵelementEnd()();
|
|
88339
88361
|
} if (rf & 2) {
|
|
88340
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
88362
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$f, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
88341
88363
|
i0.ɵɵadvance(2);
|
|
88342
88364
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
88343
88365
|
i0.ɵɵadvance(2);
|
|
@@ -89567,7 +89589,7 @@ class ProfileViewToggleComponent {
|
|
|
89567
89589
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentView: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentView", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], viewChanged: [{ type: i0.Output, args: ["viewChanged"] }] }); })();
|
|
89568
89590
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileViewToggleComponent, { className: "ProfileViewToggleComponent", filePath: "lib/components/shared/profile/profile-view-toggle.component.ts", lineNumber: 32 }); })();
|
|
89569
89591
|
|
|
89570
|
-
const _c0$
|
|
89592
|
+
const _c0$e = ["scrollContainer"];
|
|
89571
89593
|
const _c1$7 = ["stickySentinel"];
|
|
89572
89594
|
const _c2$5 = ["stickyHeader"];
|
|
89573
89595
|
const _c3$2 = ["questionTitle"];
|
|
@@ -90221,7 +90243,7 @@ class ProfileQuestionAnswerComponent {
|
|
|
90221
90243
|
}
|
|
90222
90244
|
static { this.ɵfac = function ProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionAnswerComponent)(); }; }
|
|
90223
90245
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionAnswerComponent, selectors: [["symphiq-profile-question-answer"]], viewQuery: function ProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
90224
|
-
i0.ɵɵviewQuery(_c0$
|
|
90246
|
+
i0.ɵɵviewQuery(_c0$e, 5)(_c1$7, 5)(_c2$5, 5)(_c3$2, 5);
|
|
90225
90247
|
} if (rf & 2) {
|
|
90226
90248
|
let _t;
|
|
90227
90249
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -91574,7 +91596,7 @@ class ProfileQuestionHistoryComponent {
|
|
|
91574
91596
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], question: [{ type: i0.Input, args: [{ isSignal: true, alias: "question", required: true }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], back: [{ type: i0.Output, args: ["back"] }] }); })();
|
|
91575
91597
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionHistoryComponent, { className: "ProfileQuestionHistoryComponent", filePath: "lib/components/shared/profile/profile-question-history.component.ts", lineNumber: 151 }); })();
|
|
91576
91598
|
|
|
91577
|
-
const _c0$
|
|
91599
|
+
const _c0$d = ["modalContent"];
|
|
91578
91600
|
const _c1$6 = ["modalWrapper"];
|
|
91579
91601
|
const _c2$4 = ["scrollContainer"];
|
|
91580
91602
|
const _forTrack0$d = ($index, $item) => $item.id;
|
|
@@ -92132,7 +92154,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92132
92154
|
}
|
|
92133
92155
|
static { this.ɵfac = function ProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionsModalComponent)(); }; }
|
|
92134
92156
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionsModalComponent, selectors: [["symphiq-profile-questions-modal"]], viewQuery: function ProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
92135
|
-
i0.ɵɵviewQuery(_c0$
|
|
92157
|
+
i0.ɵɵviewQuery(_c0$d, 5)(_c1$6, 5)(_c2$4, 5);
|
|
92136
92158
|
} if (rf & 2) {
|
|
92137
92159
|
let _t;
|
|
92138
92160
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -92357,7 +92379,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92357
92379
|
}] }); })();
|
|
92358
92380
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionsModalComponent, { className: "ProfileQuestionsModalComponent", filePath: "lib/components/shared/profile/profile-questions-modal.component.ts", lineNumber: 209 }); })();
|
|
92359
92381
|
|
|
92360
|
-
const _c0$
|
|
92382
|
+
const _c0$c = ["chartdiv"];
|
|
92361
92383
|
function ProfileStatusCardComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92362
92384
|
i0.ɵɵelementStart(0, "div", 2)(1, "div", 16)(2, "div", 17)(3, "div", 18);
|
|
92363
92385
|
i0.ɵɵnamespaceSVG();
|
|
@@ -92869,7 +92891,7 @@ class ProfileStatusCardComponent {
|
|
|
92869
92891
|
}
|
|
92870
92892
|
static { this.ɵfac = function ProfileStatusCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileStatusCardComponent)(); }; }
|
|
92871
92893
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileStatusCardComponent, selectors: [["symphiq-profile-status-card"]], viewQuery: function ProfileStatusCardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
92872
|
-
i0.ɵɵviewQuery(_c0$
|
|
92894
|
+
i0.ɵɵviewQuery(_c0$c, 5);
|
|
92873
92895
|
} if (rf & 2) {
|
|
92874
92896
|
let _t;
|
|
92875
92897
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -94358,7 +94380,7 @@ class StickySubscriptionContinueButtonComponent {
|
|
|
94358
94380
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "isEnabled", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
|
|
94359
94381
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StickySubscriptionContinueButtonComponent, { className: "StickySubscriptionContinueButtonComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/sticky-subscription-continue-button.component.ts", lineNumber: 41 }); })();
|
|
94360
94382
|
|
|
94361
|
-
const _c0$
|
|
94383
|
+
const _c0$b = ["shopProfileStatusCard"];
|
|
94362
94384
|
const _c1$5 = ["planSelectionContainer"];
|
|
94363
94385
|
const _c2$3 = () => [];
|
|
94364
94386
|
const _c3$1 = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -96155,7 +96177,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
96155
96177
|
}
|
|
96156
96178
|
static { this.ɵfac = function SymphiqProfileShopAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileShopAnalysisDashboardComponent)(); }; }
|
|
96157
96179
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileShopAnalysisDashboardComponent, selectors: [["symphiq-profile-shop-analysis-dashboard"]], viewQuery: function SymphiqProfileShopAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
96158
|
-
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$
|
|
96180
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$b, 5)(_c1$5, 5);
|
|
96159
96181
|
} if (rf & 2) {
|
|
96160
96182
|
let _t;
|
|
96161
96183
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -99061,7 +99083,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
99061
99083
|
}] }); })();
|
|
99062
99084
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 308 }); })();
|
|
99063
99085
|
|
|
99064
|
-
const _c0$
|
|
99086
|
+
const _c0$a = () => [];
|
|
99065
99087
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
99066
99088
|
i0.ɵɵelement(0, "symphiq-loading-card", 5);
|
|
99067
99089
|
} if (rf & 2) {
|
|
@@ -99075,7 +99097,7 @@ function SymphiqProfileFocusAreaDashboardComponent_Conditional_6_Template(rf, ct
|
|
|
99075
99097
|
i0.ɵɵelementEnd();
|
|
99076
99098
|
} if (rf & 2) {
|
|
99077
99099
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
99078
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(11, _c0$
|
|
99100
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(11, _c0$a))("profileAnswers", ctx_r0.profileAnswers() || i0.ɵɵpureFunction0(12, _c0$a))("profileAnswerHistories", ctx_r0.profileAnswerHistories() || i0.ɵɵpureFunction0(13, _c0$a))("users", ctx_r0.users() || i0.ɵɵpureFunction0(14, _c0$a))("config", ctx_r0.statusCardConfig())("groupConfig", ctx_r0.statusCardGroupConfig)("categoryNameFormatter", ctx_r0.categoryNameFormatter)("currentUser", ctx_r0.currentUser());
|
|
99079
99101
|
} }
|
|
99080
99102
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
99081
99103
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -99505,7 +99527,7 @@ class FocusAreaWelcomeBannerComponent {
|
|
|
99505
99527
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], focusAreaDomain: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDomain", required: false }] }], focusAreaName: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaName", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], analysisDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisDate", required: false }] }] }); })();
|
|
99506
99528
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaWelcomeBannerComponent, { className: "FocusAreaWelcomeBannerComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/focus-area-welcome-banner.component.ts", lineNumber: 63 }); })();
|
|
99507
99529
|
|
|
99508
|
-
const _c0$
|
|
99530
|
+
const _c0$9 = ["funnelModalComponent"];
|
|
99509
99531
|
const _c1$4 = () => [];
|
|
99510
99532
|
const _forTrack0$9 = ($index, $item) => $item.id;
|
|
99511
99533
|
function SymphiqProfileAnalysisFocusAreaDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -100203,7 +100225,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
|
|
|
100203
100225
|
}
|
|
100204
100226
|
static { this.ɵfac = function SymphiqProfileAnalysisFocusAreaDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisFocusAreaDashboardComponent)(); }; }
|
|
100205
100227
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisFocusAreaDashboardComponent, selectors: [["symphiq-profile-analysis-focus-area-dashboard"]], viewQuery: function SymphiqProfileAnalysisFocusAreaDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
100206
|
-
i0.ɵɵviewQuery(_c0$
|
|
100228
|
+
i0.ɵɵviewQuery(_c0$9, 5);
|
|
100207
100229
|
} if (rf & 2) {
|
|
100208
100230
|
let _t;
|
|
100209
100231
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -100727,7 +100749,7 @@ function SourceSummaryComponent_Conditional_0_Conditional_4_Template(rf, ctx) {
|
|
|
100727
100749
|
i0.ɵɵelementEnd()();
|
|
100728
100750
|
} if (rf & 2) {
|
|
100729
100751
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
100730
|
-
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Shop
|
|
100752
|
+
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Shop Goals: Number of shop-level goals contributing to this unified goal");
|
|
100731
100753
|
i0.ɵɵadvance(4);
|
|
100732
100754
|
i0.ɵɵtextInterpolate(ctx_r0.sourceTypeCounts().shop);
|
|
100733
100755
|
} }
|
|
@@ -100743,7 +100765,7 @@ function SourceSummaryComponent_Conditional_0_Conditional_5_Template(rf, ctx) {
|
|
|
100743
100765
|
i0.ɵɵelementEnd()();
|
|
100744
100766
|
} if (rf & 2) {
|
|
100745
100767
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
100746
|
-
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Focus Area
|
|
100768
|
+
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Focus Area Goals: Number of focus area goals contributing to this unified goal");
|
|
100747
100769
|
i0.ɵɵadvance(4);
|
|
100748
100770
|
i0.ɵɵtextInterpolate(ctx_r0.sourceTypeCounts().focusArea);
|
|
100749
100771
|
} }
|
|
@@ -100759,7 +100781,7 @@ function SourceSummaryComponent_Conditional_0_Conditional_6_Template(rf, ctx) {
|
|
|
100759
100781
|
i0.ɵɵelementEnd()();
|
|
100760
100782
|
} if (rf & 2) {
|
|
100761
100783
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
100762
|
-
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Metric
|
|
100784
|
+
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Metric Goals: Number of metric-based goals contributing to this unified goal");
|
|
100763
100785
|
i0.ɵɵadvance(4);
|
|
100764
100786
|
i0.ɵɵtextInterpolate(ctx_r0.sourceTypeCounts().metric);
|
|
100765
100787
|
} }
|
|
@@ -100825,7 +100847,7 @@ class SourceSummaryComponent {
|
|
|
100825
100847
|
<div
|
|
100826
100848
|
class="flex items-center gap-1.5 cursor-help"
|
|
100827
100849
|
[ngClass]="sourceTypeClasses()"
|
|
100828
|
-
[libSymphiqTooltip]="'Shop
|
|
100850
|
+
[libSymphiqTooltip]="'Shop Goals: Number of shop-level goals contributing to this unified goal'">
|
|
100829
100851
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
100830
100852
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
100831
100853
|
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"></path>
|
|
@@ -100837,7 +100859,7 @@ class SourceSummaryComponent {
|
|
|
100837
100859
|
<div
|
|
100838
100860
|
class="flex items-center gap-1.5 cursor-help"
|
|
100839
100861
|
[ngClass]="sourceTypeClasses()"
|
|
100840
|
-
[libSymphiqTooltip]="'Focus Area
|
|
100862
|
+
[libSymphiqTooltip]="'Focus Area Goals: Number of focus area goals contributing to this unified goal'">
|
|
100841
100863
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
100842
100864
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
100843
100865
|
d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"></path>
|
|
@@ -100849,7 +100871,7 @@ class SourceSummaryComponent {
|
|
|
100849
100871
|
<div
|
|
100850
100872
|
class="flex items-center gap-1.5 cursor-help"
|
|
100851
100873
|
[ngClass]="sourceTypeClasses()"
|
|
100852
|
-
[libSymphiqTooltip]="'Metric
|
|
100874
|
+
[libSymphiqTooltip]="'Metric Goals: Number of metric-based goals contributing to this unified goal'">
|
|
100853
100875
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
100854
100876
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
100855
100877
|
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"></path>
|
|
@@ -100865,8 +100887,73 @@ class SourceSummaryComponent {
|
|
|
100865
100887
|
}], null, { sourceTypeCounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceTypeCounts", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
100866
100888
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SourceSummaryComponent, { className: "SourceSummaryComponent", filePath: "lib/components/shared/source-summary.component.ts", lineNumber: 63 }); })();
|
|
100867
100889
|
|
|
100890
|
+
function ThematicCategoryBadgeComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
100891
|
+
i0.ɵɵelementStart(0, "span", 0);
|
|
100892
|
+
i0.ɵɵtext(1);
|
|
100893
|
+
i0.ɵɵelementEnd();
|
|
100894
|
+
} if (rf & 2) {
|
|
100895
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
100896
|
+
i0.ɵɵproperty("ngClass", ctx_r0.badgeClasses());
|
|
100897
|
+
i0.ɵɵadvance();
|
|
100898
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.formattedCategory(), " ");
|
|
100899
|
+
} }
|
|
100900
|
+
class ThematicCategoryBadgeComponent {
|
|
100901
|
+
constructor() {
|
|
100902
|
+
this.category = input(...(ngDevMode ? [undefined, { debugName: "category" }] : []));
|
|
100903
|
+
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
100904
|
+
this.isDark = computed(() => this.viewMode() === ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "isDark" }] : []));
|
|
100905
|
+
this.formattedCategory = computed(() => {
|
|
100906
|
+
const cat = this.category();
|
|
100907
|
+
if (!cat)
|
|
100908
|
+
return '';
|
|
100909
|
+
return cat
|
|
100910
|
+
.split('_')
|
|
100911
|
+
.map(word => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())
|
|
100912
|
+
.join(' ');
|
|
100913
|
+
}, ...(ngDevMode ? [{ debugName: "formattedCategory" }] : []));
|
|
100914
|
+
this.badgeClasses = computed(() => {
|
|
100915
|
+
if (this.isDark()) {
|
|
100916
|
+
return 'bg-indigo-500/20 text-indigo-300 border border-indigo-500/30';
|
|
100917
|
+
}
|
|
100918
|
+
return 'bg-indigo-50 text-indigo-700 border border-indigo-200';
|
|
100919
|
+
}, ...(ngDevMode ? [{ debugName: "badgeClasses" }] : []));
|
|
100920
|
+
}
|
|
100921
|
+
static { this.ɵfac = function ThematicCategoryBadgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ThematicCategoryBadgeComponent)(); }; }
|
|
100922
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ThematicCategoryBadgeComponent, selectors: [["symphiq-thematic-category-badge"]], inputs: { category: [1, "category"], viewMode: [1, "viewMode"] }, decls: 1, vars: 1, consts: [[1, "inline-block", "text-xs", "font-medium", "px-2.5", "py-1", "rounded-full", 3, "ngClass"]], template: function ThematicCategoryBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
100923
|
+
i0.ɵɵconditionalCreate(0, ThematicCategoryBadgeComponent_Conditional_0_Template, 2, 2, "span", 0);
|
|
100924
|
+
} if (rf & 2) {
|
|
100925
|
+
i0.ɵɵconditional(ctx.category() ? 0 : -1);
|
|
100926
|
+
} }, dependencies: [CommonModule, i1$1.NgClass], encapsulation: 2, changeDetection: 0 }); }
|
|
100927
|
+
}
|
|
100928
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ThematicCategoryBadgeComponent, [{
|
|
100929
|
+
type: Component,
|
|
100930
|
+
args: [{
|
|
100931
|
+
selector: 'symphiq-thematic-category-badge',
|
|
100932
|
+
standalone: true,
|
|
100933
|
+
imports: [CommonModule],
|
|
100934
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
100935
|
+
template: `
|
|
100936
|
+
@if (category()) {
|
|
100937
|
+
<span [ngClass]="badgeClasses()" class="inline-block text-xs font-medium px-2.5 py-1 rounded-full">
|
|
100938
|
+
{{ formattedCategory() }}
|
|
100939
|
+
</span>
|
|
100940
|
+
}
|
|
100941
|
+
`
|
|
100942
|
+
}]
|
|
100943
|
+
}], null, { category: [{ type: i0.Input, args: [{ isSignal: true, alias: "category", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
100944
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ThematicCategoryBadgeComponent, { className: "ThematicCategoryBadgeComponent", filePath: "lib/components/shared/thematic-category-badge.component.ts", lineNumber: 18 }); })();
|
|
100945
|
+
|
|
100868
100946
|
function UnifiedGoalCardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
100869
|
-
i0.ɵɵelementStart(0, "
|
|
100947
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
100948
|
+
i0.ɵɵelement(1, "symphiq-thematic-category-badge", 18);
|
|
100949
|
+
i0.ɵɵelementEnd();
|
|
100950
|
+
} if (rf & 2) {
|
|
100951
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
100952
|
+
i0.ɵɵadvance();
|
|
100953
|
+
i0.ɵɵproperty("category", ctx_r0.goal().thematicCategory)("viewMode", ctx_r0.viewMode());
|
|
100954
|
+
} }
|
|
100955
|
+
function UnifiedGoalCardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
100956
|
+
i0.ɵɵelementStart(0, "p", 9);
|
|
100870
100957
|
i0.ɵɵtext(1);
|
|
100871
100958
|
i0.ɵɵelementEnd();
|
|
100872
100959
|
} if (rf & 2) {
|
|
@@ -100875,40 +100962,40 @@ function UnifiedGoalCardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1)
|
|
|
100875
100962
|
i0.ɵɵadvance();
|
|
100876
100963
|
i0.ɵɵtextInterpolate(ctx_r0.goal().description);
|
|
100877
100964
|
} }
|
|
100878
|
-
function
|
|
100879
|
-
i0.ɵɵelementStart(0, "div",
|
|
100880
|
-
i0.ɵɵelement(1, "symphiq-roadmap-metrics",
|
|
100965
|
+
function UnifiedGoalCardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
100966
|
+
i0.ɵɵelementStart(0, "div", 10);
|
|
100967
|
+
i0.ɵɵelement(1, "symphiq-roadmap-metrics", 19);
|
|
100881
100968
|
i0.ɵɵelementEnd();
|
|
100882
100969
|
} if (rf & 2) {
|
|
100883
100970
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100884
100971
|
i0.ɵɵadvance();
|
|
100885
100972
|
i0.ɵɵproperty("metrics", ctx_r0.roadmapMetrics())("viewMode", ctx_r0.viewMode());
|
|
100886
100973
|
} }
|
|
100887
|
-
function
|
|
100888
|
-
i0.ɵɵelement(0, "symphiq-priority-badge",
|
|
100974
|
+
function UnifiedGoalCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
100975
|
+
i0.ɵɵelement(0, "symphiq-priority-badge", 12);
|
|
100889
100976
|
} if (rf & 2) {
|
|
100890
100977
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100891
100978
|
i0.ɵɵproperty("priority", ctx_r0.goal().priority)("viewMode", ctx_r0.viewMode());
|
|
100892
100979
|
} }
|
|
100893
|
-
function
|
|
100894
|
-
i0.ɵɵelement(0, "symphiq-timeframe-badge",
|
|
100980
|
+
function UnifiedGoalCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
100981
|
+
i0.ɵɵelement(0, "symphiq-timeframe-badge", 13);
|
|
100895
100982
|
} if (rf & 2) {
|
|
100896
100983
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100897
100984
|
i0.ɵɵproperty("timeframe", ctx_r0.goal().timeframe)("viewMode", ctx_r0.viewMode());
|
|
100898
100985
|
} }
|
|
100899
|
-
function
|
|
100900
|
-
i0.ɵɵelement(0, "symphiq-source-summary",
|
|
100986
|
+
function UnifiedGoalCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
100987
|
+
i0.ɵɵelement(0, "symphiq-source-summary", 14);
|
|
100901
100988
|
} if (rf & 2) {
|
|
100902
100989
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100903
100990
|
i0.ɵɵproperty("sourceTypeCounts", ctx_r0.sourceTypeCounts())("viewMode", ctx_r0.viewMode());
|
|
100904
100991
|
} }
|
|
100905
|
-
function
|
|
100992
|
+
function UnifiedGoalCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
100906
100993
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
100907
|
-
i0.ɵɵelementStart(0, "div",
|
|
100908
|
-
i0.ɵɵlistener("click", function
|
|
100994
|
+
i0.ɵɵelementStart(0, "div", 20);
|
|
100995
|
+
i0.ɵɵlistener("click", function UnifiedGoalCardComponent_Conditional_17_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onRelatedContextButtonClick($event)); });
|
|
100909
100996
|
i0.ɵɵnamespaceSVG();
|
|
100910
|
-
i0.ɵɵelementStart(1, "svg",
|
|
100911
|
-
i0.ɵɵelement(2, "path",
|
|
100997
|
+
i0.ɵɵelementStart(1, "svg", 21);
|
|
100998
|
+
i0.ɵɵelement(2, "path", 22);
|
|
100912
100999
|
i0.ɵɵelementEnd();
|
|
100913
101000
|
i0.ɵɵtext(3);
|
|
100914
101001
|
i0.ɵɵelementEnd();
|
|
@@ -100953,13 +101040,13 @@ class UnifiedGoalCardComponent {
|
|
|
100953
101040
|
focusArea: 0,
|
|
100954
101041
|
metric: 0
|
|
100955
101042
|
};
|
|
100956
|
-
const
|
|
101043
|
+
const uniqueGoals = new Map();
|
|
100957
101044
|
for (const source of sources) {
|
|
100958
|
-
if (source.
|
|
100959
|
-
|
|
101045
|
+
if (source.sourceGoalId && source.analysisType !== undefined) {
|
|
101046
|
+
uniqueGoals.set(source.sourceGoalId, source.analysisType);
|
|
100960
101047
|
}
|
|
100961
101048
|
}
|
|
100962
|
-
for (const [, type] of
|
|
101049
|
+
for (const [, type] of uniqueGoals) {
|
|
100963
101050
|
switch (type) {
|
|
100964
101051
|
case ProfileAnalysisTypeEnum.SHOP:
|
|
100965
101052
|
counts.shop++;
|
|
@@ -101089,7 +101176,7 @@ class UnifiedGoalCardComponent {
|
|
|
101089
101176
|
}
|
|
101090
101177
|
}
|
|
101091
101178
|
static { this.ɵfac = function UnifiedGoalCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedGoalCardComponent)(); }; }
|
|
101092
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalCardComponent, selectors: [["symphiq-unified-goal-card"]], inputs: { goal: [1, "goal"], viewMode: [1, "viewMode"] }, outputs: { goalClick: "goalClick", sourceBadgeClick: "sourceBadgeClick", relatedMetricsClick: "relatedMetricsClick", relatedFocusAreasClick: "relatedFocusAreasClick", learnMoreClick: "learnMoreClick" }, decls:
|
|
101179
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalCardComponent, selectors: [["symphiq-unified-goal-card"]], inputs: { goal: [1, "goal"], viewMode: [1, "viewMode"] }, outputs: { goalClick: "goalClick", sourceBadgeClick: "sourceBadgeClick", relatedMetricsClick: "relatedMetricsClick", relatedFocusAreasClick: "relatedFocusAreasClick", learnMoreClick: "learnMoreClick" }, decls: 20, vars: 15, consts: [[1, "rounded-2xl", "p-6", "shadow-lg", "transition-all", "duration-200", 3, "ngClass"], [1, "flex", "items-start", "gap-4", "mb-2"], [3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex-1", "min-w-0"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "font-semibold", "text-lg", "line-clamp-2", 3, "ngClass"], [1, "mb-3"], [1, "text-sm", "mb-4", "line-clamp-3", "cursor-help", 3, "ngClass", "libSymphiqTooltip"], [1, "mb-4"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-3", "mb-4"], [3, "priority", "viewMode"], [3, "timeframe", "viewMode"], [3, "sourceTypeCounts", "viewMode"], [1, "mt-4", "w-full", "flex", "items-center", "justify-center", "gap-2", "px-4", "py-2", "rounded-lg", "text-sm", "font-medium", "transition-all", "hover:scale-[1.02]", 3, "ngClass"], [1, "mt-4"], [3, "buttonClick", "viewMode", "variant", "label"], [3, "category", "viewMode"], [3, "metrics", "viewMode"], [1, "mt-4", "w-full", "flex", "items-center", "justify-center", "gap-2", "px-4", "py-2", "rounded-lg", "text-sm", "font-medium", "transition-all", "hover:scale-[1.02]", 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", "M13 10V3L4 14h7v7l9-11h-7z"]], template: function UnifiedGoalCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
101093
101180
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
|
|
101094
101181
|
i0.ɵɵnamespaceSVG();
|
|
101095
101182
|
i0.ɵɵelementStart(3, "svg", 3);
|
|
@@ -101102,23 +101189,25 @@ class UnifiedGoalCardComponent {
|
|
|
101102
101189
|
i0.ɵɵelementStart(8, "h4", 7);
|
|
101103
101190
|
i0.ɵɵtext(9);
|
|
101104
101191
|
i0.ɵɵelementEnd()()();
|
|
101105
|
-
i0.ɵɵconditionalCreate(10, UnifiedGoalCardComponent_Conditional_10_Template, 2,
|
|
101106
|
-
i0.ɵɵconditionalCreate(11, UnifiedGoalCardComponent_Conditional_11_Template, 2,
|
|
101107
|
-
i0.ɵɵ
|
|
101108
|
-
i0.ɵɵ
|
|
101109
|
-
i0.ɵɵconditionalCreate(14, UnifiedGoalCardComponent_Conditional_14_Template, 1, 2, "symphiq-
|
|
101192
|
+
i0.ɵɵconditionalCreate(10, UnifiedGoalCardComponent_Conditional_10_Template, 2, 2, "div", 8);
|
|
101193
|
+
i0.ɵɵconditionalCreate(11, UnifiedGoalCardComponent_Conditional_11_Template, 2, 3, "p", 9);
|
|
101194
|
+
i0.ɵɵconditionalCreate(12, UnifiedGoalCardComponent_Conditional_12_Template, 2, 2, "div", 10);
|
|
101195
|
+
i0.ɵɵelementStart(13, "div", 11);
|
|
101196
|
+
i0.ɵɵconditionalCreate(14, UnifiedGoalCardComponent_Conditional_14_Template, 1, 2, "symphiq-priority-badge", 12);
|
|
101197
|
+
i0.ɵɵconditionalCreate(15, UnifiedGoalCardComponent_Conditional_15_Template, 1, 2, "symphiq-timeframe-badge", 13);
|
|
101110
101198
|
i0.ɵɵelementEnd();
|
|
101111
|
-
i0.ɵɵconditionalCreate(
|
|
101112
|
-
i0.ɵɵconditionalCreate(
|
|
101113
|
-
i0.ɵɵelementStart(
|
|
101114
|
-
i0.ɵɵlistener("buttonClick", function
|
|
101199
|
+
i0.ɵɵconditionalCreate(16, UnifiedGoalCardComponent_Conditional_16_Template, 1, 2, "symphiq-source-summary", 14);
|
|
101200
|
+
i0.ɵɵconditionalCreate(17, UnifiedGoalCardComponent_Conditional_17_Template, 4, 2, "div", 15);
|
|
101201
|
+
i0.ɵɵelementStart(18, "div", 16)(19, "symphiq-learn-more-button", 17);
|
|
101202
|
+
i0.ɵɵlistener("buttonClick", function UnifiedGoalCardComponent_Template_symphiq_learn_more_button_buttonClick_19_listener() { return ctx.onLearnMoreClick(); });
|
|
101115
101203
|
i0.ɵɵelementEnd()()();
|
|
101116
101204
|
} if (rf & 2) {
|
|
101117
101205
|
let tmp_4_0;
|
|
101118
101206
|
let tmp_5_0;
|
|
101119
|
-
let
|
|
101207
|
+
let tmp_6_0;
|
|
101120
101208
|
let tmp_8_0;
|
|
101121
101209
|
let tmp_9_0;
|
|
101210
|
+
let tmp_10_0;
|
|
101122
101211
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
101123
101212
|
i0.ɵɵadvance(2);
|
|
101124
101213
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
@@ -101129,17 +101218,19 @@ class UnifiedGoalCardComponent {
|
|
|
101129
101218
|
i0.ɵɵadvance();
|
|
101130
101219
|
i0.ɵɵtextInterpolate((tmp_4_0 = ctx.goal()) == null ? null : tmp_4_0.title);
|
|
101131
101220
|
i0.ɵɵadvance();
|
|
101132
|
-
i0.ɵɵconditional(((tmp_5_0 = ctx.goal()) == null ? null : tmp_5_0.
|
|
101221
|
+
i0.ɵɵconditional(((tmp_5_0 = ctx.goal()) == null ? null : tmp_5_0.thematicCategory) ? 10 : -1);
|
|
101133
101222
|
i0.ɵɵadvance();
|
|
101134
|
-
i0.ɵɵconditional(ctx.
|
|
101223
|
+
i0.ɵɵconditional(((tmp_6_0 = ctx.goal()) == null ? null : tmp_6_0.description) ? 11 : -1);
|
|
101224
|
+
i0.ɵɵadvance();
|
|
101225
|
+
i0.ɵɵconditional(ctx.roadmapMetrics().length > 0 ? 12 : -1);
|
|
101135
101226
|
i0.ɵɵadvance(2);
|
|
101136
|
-
i0.ɵɵconditional(((
|
|
101227
|
+
i0.ɵɵconditional(((tmp_8_0 = ctx.goal()) == null ? null : tmp_8_0.priority) ? 14 : -1);
|
|
101137
101228
|
i0.ɵɵadvance();
|
|
101138
|
-
i0.ɵɵconditional(((
|
|
101229
|
+
i0.ɵɵconditional(((tmp_9_0 = ctx.goal()) == null ? null : tmp_9_0.timeframe) ? 15 : -1);
|
|
101139
101230
|
i0.ɵɵadvance();
|
|
101140
|
-
i0.ɵɵconditional((((
|
|
101231
|
+
i0.ɵɵconditional((((tmp_10_0 = ctx.goal()) == null ? null : tmp_10_0.sourceAnalyses == null ? null : tmp_10_0.sourceAnalyses.length) ?? 0) > 0 ? 16 : -1);
|
|
101141
101232
|
i0.ɵɵadvance();
|
|
101142
|
-
i0.ɵɵconditional(ctx.hasRelatedContext() ?
|
|
101233
|
+
i0.ɵɵconditional(ctx.hasRelatedContext() ? 17 : -1);
|
|
101143
101234
|
i0.ɵɵadvance(2);
|
|
101144
101235
|
i0.ɵɵproperty("viewMode", ctx.viewMode())("variant", "button")("label", "Learn More");
|
|
101145
101236
|
} }, dependencies: [CommonModule, i1$1.NgClass, PriorityBadgeComponent,
|
|
@@ -101147,6 +101238,7 @@ class UnifiedGoalCardComponent {
|
|
|
101147
101238
|
RoadmapMetricsComponent,
|
|
101148
101239
|
LearnMoreButtonComponent,
|
|
101149
101240
|
SourceSummaryComponent,
|
|
101241
|
+
ThematicCategoryBadgeComponent,
|
|
101150
101242
|
TooltipDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
101151
101243
|
}
|
|
101152
101244
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnifiedGoalCardComponent, [{
|
|
@@ -101161,6 +101253,7 @@ class UnifiedGoalCardComponent {
|
|
|
101161
101253
|
RoadmapMetricsComponent,
|
|
101162
101254
|
LearnMoreButtonComponent,
|
|
101163
101255
|
SourceSummaryComponent,
|
|
101256
|
+
ThematicCategoryBadgeComponent,
|
|
101164
101257
|
TooltipDirective
|
|
101165
101258
|
],
|
|
101166
101259
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -101183,6 +101276,15 @@ class UnifiedGoalCardComponent {
|
|
|
101183
101276
|
</div>
|
|
101184
101277
|
</div>
|
|
101185
101278
|
|
|
101279
|
+
@if (goal()?.thematicCategory) {
|
|
101280
|
+
<div class="mb-3">
|
|
101281
|
+
<symphiq-thematic-category-badge
|
|
101282
|
+
[category]="goal()!.thematicCategory"
|
|
101283
|
+
[viewMode]="viewMode()"
|
|
101284
|
+
/>
|
|
101285
|
+
</div>
|
|
101286
|
+
}
|
|
101287
|
+
|
|
101186
101288
|
@if (goal()?.description) {
|
|
101187
101289
|
<p [ngClass]="descriptionClasses()" class="text-sm mb-4 line-clamp-3 cursor-help"
|
|
101188
101290
|
[libSymphiqTooltip]="goal()!.description">{{ goal()!.description }}</p>
|
|
@@ -101244,7 +101346,7 @@ class UnifiedGoalCardComponent {
|
|
|
101244
101346
|
`
|
|
101245
101347
|
}]
|
|
101246
101348
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }], sourceBadgeClick: [{ type: i0.Output, args: ["sourceBadgeClick"] }], relatedMetricsClick: [{ type: i0.Output, args: ["relatedMetricsClick"] }], relatedFocusAreasClick: [{ type: i0.Output, args: ["relatedFocusAreasClick"] }], learnMoreClick: [{ type: i0.Output, args: ["learnMoreClick"] }] }); })();
|
|
101247
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalCardComponent, { className: "UnifiedGoalCardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-goal-card.component.ts", lineNumber:
|
|
101349
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalCardComponent, { className: "UnifiedGoalCardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-goal-card.component.ts", lineNumber: 115 }); })();
|
|
101248
101350
|
|
|
101249
101351
|
const _forTrack0$8 = ($index, $item) => $item.analysisId;
|
|
101250
101352
|
function SourceAnalysisTraceabilityComponent_Conditional_0_For_7_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -101349,7 +101451,7 @@ function SourceAnalysisTraceabilityComponent_Conditional_0_Template(rf, ctx) { i
|
|
|
101349
101451
|
i0.ɵɵadvance();
|
|
101350
101452
|
i0.ɵɵproperty("ngClass", ctx_r2.sectionTitleClasses());
|
|
101351
101453
|
i0.ɵɵadvance(3);
|
|
101352
|
-
i0.ɵɵtextInterpolate1(" Source
|
|
101454
|
+
i0.ɵɵtextInterpolate1(" Source Analysis Goals (", ((tmp_3_0 = ctx_r2.sourceAnalyses()) == null ? null : tmp_3_0.length) ?? 0, ") ");
|
|
101353
101455
|
i0.ɵɵadvance(2);
|
|
101354
101456
|
i0.ɵɵrepeater(ctx_r2.sourceAnalyses());
|
|
101355
101457
|
} }
|
|
@@ -101437,7 +101539,7 @@ class SourceAnalysisTraceabilityComponent {
|
|
|
101437
101539
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
101438
101540
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1"/>
|
|
101439
101541
|
</svg>
|
|
101440
|
-
Source
|
|
101542
|
+
Source Analysis Goals ({{ sourceAnalyses()?.length ?? 0 }})
|
|
101441
101543
|
</h4>
|
|
101442
101544
|
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3">
|
|
101443
101545
|
@for (source of sourceAnalyses(); track source.analysisId) {
|
|
@@ -101608,7 +101710,16 @@ class SynthesisConfidenceSectionComponent {
|
|
|
101608
101710
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SynthesisConfidenceSectionComponent, { className: "SynthesisConfidenceSectionComponent", filePath: "lib/components/shared/synthesis-confidence-section.component.ts", lineNumber: 40 }); })();
|
|
101609
101711
|
|
|
101610
101712
|
function UnifiedGoalDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
101611
|
-
i0.ɵɵelementStart(0, "
|
|
101713
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
101714
|
+
i0.ɵɵelement(1, "symphiq-thematic-category-badge", 12);
|
|
101715
|
+
i0.ɵɵelementEnd();
|
|
101716
|
+
} if (rf & 2) {
|
|
101717
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
101718
|
+
i0.ɵɵadvance();
|
|
101719
|
+
i0.ɵɵproperty("category", ctx_r0.goal().thematicCategory)("viewMode", ctx_r0.viewMode());
|
|
101720
|
+
} }
|
|
101721
|
+
function UnifiedGoalDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
101722
|
+
i0.ɵɵelementStart(0, "p", 4);
|
|
101612
101723
|
i0.ɵɵtext(1);
|
|
101613
101724
|
i0.ɵɵelementEnd();
|
|
101614
101725
|
} if (rf & 2) {
|
|
@@ -101617,34 +101728,34 @@ function UnifiedGoalDetailModalContentComponent_Conditional_3_Template(rf, ctx)
|
|
|
101617
101728
|
i0.ɵɵadvance();
|
|
101618
101729
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().description, " ");
|
|
101619
101730
|
} }
|
|
101620
|
-
function
|
|
101731
|
+
function UnifiedGoalDetailModalContentComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
101621
101732
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
101622
|
-
i0.ɵɵelementStart(0, "symphiq-related-content-button",
|
|
101623
|
-
i0.ɵɵlistener("buttonClicked", function
|
|
101733
|
+
i0.ɵɵelementStart(0, "symphiq-related-content-button", 13);
|
|
101734
|
+
i0.ɵɵlistener("buttonClicked", function UnifiedGoalDetailModalContentComponent_Conditional_7_Template_symphiq_related_content_button_buttonClicked_0_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onContributingMetricsClick()); });
|
|
101624
101735
|
i0.ɵɵelementEnd();
|
|
101625
101736
|
} if (rf & 2) {
|
|
101626
101737
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
101627
101738
|
i0.ɵɵproperty("count", ctx_r0.contributingMetricsCount())("svgPath", ctx_r0.metricsIconPath)("viewMode", ctx_r0.viewMode());
|
|
101628
101739
|
} }
|
|
101629
|
-
function
|
|
101630
|
-
i0.ɵɵelement(0, "symphiq-related-content-button",
|
|
101740
|
+
function UnifiedGoalDetailModalContentComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
101741
|
+
i0.ɵɵelement(0, "symphiq-related-content-button", 8);
|
|
101631
101742
|
} if (rf & 2) {
|
|
101632
101743
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
101633
101744
|
i0.ɵɵproperty("count", ctx_r0.contributingFocusAreasCount())("svgPath", ctx_r0.focusAreaIconPath)("viewMode", ctx_r0.viewMode())("showChevron", false)("tooltipContent", ctx_r0.focusAreasTooltipContent());
|
|
101634
101745
|
} }
|
|
101635
|
-
function
|
|
101746
|
+
function UnifiedGoalDetailModalContentComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
101636
101747
|
i0.ɵɵelementStart(0, "div");
|
|
101637
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
101748
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 14);
|
|
101638
101749
|
i0.ɵɵelementEnd();
|
|
101639
101750
|
} if (rf & 2) {
|
|
101640
101751
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
101641
101752
|
i0.ɵɵadvance();
|
|
101642
101753
|
i0.ɵɵproperty("visual", ctx_r0.goal().visual)("viewMode", ctx_r0.viewMode());
|
|
101643
101754
|
} }
|
|
101644
|
-
function
|
|
101755
|
+
function UnifiedGoalDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
101645
101756
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
101646
|
-
i0.ɵɵelementStart(0, "symphiq-show-objectives-button",
|
|
101647
|
-
i0.ɵɵlistener("buttonClick", function
|
|
101757
|
+
i0.ɵɵelementStart(0, "symphiq-show-objectives-button", 15);
|
|
101758
|
+
i0.ɵɵlistener("buttonClick", function UnifiedGoalDetailModalContentComponent_Conditional_10_Template_symphiq_show_objectives_button_buttonClick_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.showObjectives.emit()); });
|
|
101648
101759
|
i0.ɵɵelementEnd();
|
|
101649
101760
|
} if (rf & 2) {
|
|
101650
101761
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -101677,13 +101788,14 @@ class UnifiedGoalDetailModalContentComponent {
|
|
|
101677
101788
|
this.focusAreasTooltipContent = computed(() => {
|
|
101678
101789
|
const domains = this.goal().contributingFocusAreaDomains;
|
|
101679
101790
|
if (!domains || domains.length === 0) {
|
|
101680
|
-
return '';
|
|
101791
|
+
return { text: '' };
|
|
101681
101792
|
}
|
|
101682
|
-
|
|
101793
|
+
const html = domains.map(domain => {
|
|
101683
101794
|
const title = FocusAreaDomainEnumUtil.title(domain);
|
|
101684
101795
|
const subtitle = FocusAreaDomainEnumUtil.subtitle(domain);
|
|
101685
|
-
return
|
|
101686
|
-
}).join('
|
|
101796
|
+
return `<div class="mb-4 last:mb-0"><div class="font-semibold text-base mb-1">${title}</div><div class="text-sm opacity-80">${subtitle}</div></div>`;
|
|
101797
|
+
}).join('');
|
|
101798
|
+
return { text: html };
|
|
101687
101799
|
}, ...(ngDevMode ? [{ debugName: "focusAreasTooltipContent" }] : []));
|
|
101688
101800
|
this.relatedMetrics = computed(() => {
|
|
101689
101801
|
const goal = this.goal();
|
|
@@ -101705,39 +101817,42 @@ class UnifiedGoalDetailModalContentComponent {
|
|
|
101705
101817
|
this.contributingMetricsClick.emit();
|
|
101706
101818
|
}
|
|
101707
101819
|
static { this.ɵfac = function UnifiedGoalDetailModalContentComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedGoalDetailModalContentComponent)(); }; }
|
|
101708
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalDetailModalContentComponent, selectors: [["symphiq-unified-goal-detail-modal-content"]], inputs: { goal: [1, "goal"], allMetrics: [1, "allMetrics"], allCharts: [1, "allCharts"], loadedSourceAnalysisIds: [1, "loadedSourceAnalysisIds"], loadingSourceAnalysisId: [1, "loadingSourceAnalysisId"], viewMode: [1, "viewMode"], currentModalState: [1, "currentModalState"] }, outputs: { sourceAnalysisClick: "sourceAnalysisClick", metricClick: "metricClick", contributingMetricsClick: "contributingMetricsClick", showObjectives: "showObjectives", close: "close" }, decls:
|
|
101820
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalDetailModalContentComponent, selectors: [["symphiq-unified-goal-detail-modal-content"]], inputs: { goal: [1, "goal"], allMetrics: [1, "allMetrics"], allCharts: [1, "allCharts"], loadedSourceAnalysisIds: [1, "loadedSourceAnalysisIds"], loadingSourceAnalysisId: [1, "loadingSourceAnalysisId"], viewMode: [1, "viewMode"], currentModalState: [1, "currentModalState"] }, outputs: { sourceAnalysisClick: "sourceAnalysisClick", metricClick: "metricClick", contributingMetricsClick: "contributingMetricsClick", showObjectives: "showObjectives", close: "close" }, decls: 13, vars: 16, consts: [[1, "flex", "flex-col", "gap-6"], [1, "flex", "flex-col", "lg:flex-row", "gap-6"], [1, "flex-1"], [1, "mb-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "lg:w-80", "flex-shrink-0", "flex", "flex-col", "gap-4"], ["layout", "vertical", 3, "expectedImpact", "viewMode", "showTitleIcon"], ["label", "CONTRIBUTING METRIC", "labelPlural", "CONTRIBUTING METRICS", 3, "count", "svgPath", "viewMode"], ["label", "CONTRIBUTING FOCUS AREA", "labelPlural", "CONTRIBUTING FOCUS AREAS", 3, "count", "svgPath", "viewMode", "showChevron", "tooltipContent"], [3, "viewMode", "subLabel"], [3, "score", "explanation", "viewMode"], [3, "sourceAnalysisClick", "sourceAnalyses", "loadedSourceAnalysisIds", "loadingSourceAnalysisId", "viewMode"], [3, "category", "viewMode"], ["label", "CONTRIBUTING METRIC", "labelPlural", "CONTRIBUTING METRICS", 3, "buttonClicked", "count", "svgPath", "viewMode"], [3, "visual", "viewMode"], [3, "buttonClick", "viewMode", "subLabel"]], template: function UnifiedGoalDetailModalContentComponent_Template(rf, ctx) { if (rf & 1) {
|
|
101709
101821
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
|
|
101710
|
-
i0.ɵɵconditionalCreate(3, UnifiedGoalDetailModalContentComponent_Conditional_3_Template, 2, 2, "
|
|
101822
|
+
i0.ɵɵconditionalCreate(3, UnifiedGoalDetailModalContentComponent_Conditional_3_Template, 2, 2, "div", 3);
|
|
101823
|
+
i0.ɵɵconditionalCreate(4, UnifiedGoalDetailModalContentComponent_Conditional_4_Template, 2, 2, "p", 4);
|
|
101711
101824
|
i0.ɵɵelementEnd();
|
|
101712
|
-
i0.ɵɵelementStart(
|
|
101713
|
-
i0.ɵɵelement(
|
|
101714
|
-
i0.ɵɵconditionalCreate(
|
|
101715
|
-
i0.ɵɵconditionalCreate(
|
|
101825
|
+
i0.ɵɵelementStart(5, "div", 5);
|
|
101826
|
+
i0.ɵɵelement(6, "symphiq-expected-impact-section", 6);
|
|
101827
|
+
i0.ɵɵconditionalCreate(7, UnifiedGoalDetailModalContentComponent_Conditional_7_Template, 1, 3, "symphiq-related-content-button", 7);
|
|
101828
|
+
i0.ɵɵconditionalCreate(8, UnifiedGoalDetailModalContentComponent_Conditional_8_Template, 1, 5, "symphiq-related-content-button", 8);
|
|
101716
101829
|
i0.ɵɵelementEnd()();
|
|
101717
|
-
i0.ɵɵconditionalCreate(
|
|
101718
|
-
i0.ɵɵconditionalCreate(
|
|
101719
|
-
i0.ɵɵelement(
|
|
101720
|
-
i0.ɵɵelementStart(
|
|
101721
|
-
i0.ɵɵlistener("sourceAnalysisClick", function
|
|
101830
|
+
i0.ɵɵconditionalCreate(9, UnifiedGoalDetailModalContentComponent_Conditional_9_Template, 2, 2, "div");
|
|
101831
|
+
i0.ɵɵconditionalCreate(10, UnifiedGoalDetailModalContentComponent_Conditional_10_Template, 1, 2, "symphiq-show-objectives-button", 9);
|
|
101832
|
+
i0.ɵɵelement(11, "symphiq-synthesis-confidence-section", 10);
|
|
101833
|
+
i0.ɵɵelementStart(12, "symphiq-source-analysis-traceability", 11);
|
|
101834
|
+
i0.ɵɵlistener("sourceAnalysisClick", function UnifiedGoalDetailModalContentComponent_Template_symphiq_source_analysis_traceability_sourceAnalysisClick_12_listener($event) { return ctx.onSourceAnalysisClick($event); });
|
|
101722
101835
|
i0.ɵɵelementEnd()();
|
|
101723
101836
|
} if (rf & 2) {
|
|
101724
101837
|
i0.ɵɵadvance(3);
|
|
101725
|
-
i0.ɵɵconditional(ctx.goal().
|
|
101838
|
+
i0.ɵɵconditional(ctx.goal().thematicCategory ? 3 : -1);
|
|
101839
|
+
i0.ɵɵadvance();
|
|
101840
|
+
i0.ɵɵconditional(ctx.goal().description ? 4 : -1);
|
|
101726
101841
|
i0.ɵɵadvance(2);
|
|
101727
101842
|
i0.ɵɵproperty("expectedImpact", ctx.goal().expectedImpact)("viewMode", ctx.viewMode())("showTitleIcon", false);
|
|
101728
101843
|
i0.ɵɵadvance();
|
|
101729
|
-
i0.ɵɵconditional(ctx.contributingMetricsCount() > 0 ?
|
|
101844
|
+
i0.ɵɵconditional(ctx.contributingMetricsCount() > 0 ? 7 : -1);
|
|
101730
101845
|
i0.ɵɵadvance();
|
|
101731
|
-
i0.ɵɵconditional(ctx.contributingFocusAreasCount() > 0 ?
|
|
101846
|
+
i0.ɵɵconditional(ctx.contributingFocusAreasCount() > 0 ? 8 : -1);
|
|
101732
101847
|
i0.ɵɵadvance();
|
|
101733
|
-
i0.ɵɵconditional(ctx.goal().visual ?
|
|
101848
|
+
i0.ɵɵconditional(ctx.goal().visual ? 9 : -1);
|
|
101734
101849
|
i0.ɵɵadvance();
|
|
101735
|
-
i0.ɵɵconditional(ctx.goal().objectives && ctx.goal().objectives.length > 0 ?
|
|
101850
|
+
i0.ɵɵconditional(ctx.goal().objectives && ctx.goal().objectives.length > 0 ? 10 : -1);
|
|
101736
101851
|
i0.ɵɵadvance();
|
|
101737
101852
|
i0.ɵɵproperty("score", ctx.goal().synthesisConfidenceScore)("explanation", ctx.goal().synthesisConfidenceScoreExplanation)("viewMode", ctx.viewMode());
|
|
101738
101853
|
i0.ɵɵadvance();
|
|
101739
101854
|
i0.ɵɵproperty("sourceAnalyses", ctx.goal().sourceAnalyses)("loadedSourceAnalysisIds", ctx.loadedSourceAnalysisIds())("loadingSourceAnalysisId", ctx.loadingSourceAnalysisId())("viewMode", ctx.viewMode());
|
|
101740
|
-
} }, dependencies: [CommonModule, i1$1.NgClass, ExpectedImpactSectionComponent, NapkinVisualPlaceholderComponent, ShowObjectivesButtonComponent, SourceAnalysisTraceabilityComponent, RelatedContentButtonComponent, SynthesisConfidenceSectionComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
101855
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, ExpectedImpactSectionComponent, NapkinVisualPlaceholderComponent, ShowObjectivesButtonComponent, SourceAnalysisTraceabilityComponent, RelatedContentButtonComponent, SynthesisConfidenceSectionComponent, ThematicCategoryBadgeComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
101741
101856
|
}
|
|
101742
101857
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnifiedGoalDetailModalContentComponent, [{
|
|
101743
101858
|
type: Component,
|
|
@@ -101745,12 +101860,20 @@ class UnifiedGoalDetailModalContentComponent {
|
|
|
101745
101860
|
selector: 'symphiq-unified-goal-detail-modal-content',
|
|
101746
101861
|
standalone: true,
|
|
101747
101862
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
101748
|
-
imports: [CommonModule, ExpectedImpactSectionComponent, NapkinVisualPlaceholderComponent, ShowObjectivesButtonComponent, SourceAnalysisTraceabilityComponent, RelatedContentButtonComponent, SynthesisConfidenceSectionComponent],
|
|
101863
|
+
imports: [CommonModule, ExpectedImpactSectionComponent, NapkinVisualPlaceholderComponent, ShowObjectivesButtonComponent, SourceAnalysisTraceabilityComponent, RelatedContentButtonComponent, SynthesisConfidenceSectionComponent, ThematicCategoryBadgeComponent],
|
|
101749
101864
|
template: `
|
|
101750
101865
|
<div class="flex flex-col gap-6">
|
|
101751
101866
|
<!-- Description and Expected Impact Side by Side -->
|
|
101752
101867
|
<div class="flex flex-col lg:flex-row gap-6">
|
|
101753
101868
|
<div class="flex-1">
|
|
101869
|
+
@if (goal().thematicCategory) {
|
|
101870
|
+
<div class="mb-3">
|
|
101871
|
+
<symphiq-thematic-category-badge
|
|
101872
|
+
[category]="goal().thematicCategory"
|
|
101873
|
+
[viewMode]="viewMode()"
|
|
101874
|
+
/>
|
|
101875
|
+
</div>
|
|
101876
|
+
}
|
|
101754
101877
|
@if (goal().description) {
|
|
101755
101878
|
<p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
|
|
101756
101879
|
{{ goal().description }}
|
|
@@ -101827,7 +101950,7 @@ class UnifiedGoalDetailModalContentComponent {
|
|
|
101827
101950
|
`
|
|
101828
101951
|
}]
|
|
101829
101952
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], loadedSourceAnalysisIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "loadedSourceAnalysisIds", required: false }] }], loadingSourceAnalysisId: [{ type: i0.Input, args: [{ isSignal: true, alias: "loadingSourceAnalysisId", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], sourceAnalysisClick: [{ type: i0.Output, args: ["sourceAnalysisClick"] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }], contributingMetricsClick: [{ type: i0.Output, args: ["contributingMetricsClick"] }], showObjectives: [{ type: i0.Output, args: ["showObjectives"] }], close: [{ type: i0.Output, args: ["close"] }] }); })();
|
|
101830
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalDetailModalContentComponent, { className: "UnifiedGoalDetailModalContentComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-goal-detail-modal-content.component.ts", lineNumber:
|
|
101953
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalDetailModalContentComponent, { className: "UnifiedGoalDetailModalContentComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-goal-detail-modal-content.component.ts", lineNumber: 119 }); })();
|
|
101831
101954
|
|
|
101832
101955
|
const _forTrack0$7 = ($index, $item) => $item.metric;
|
|
101833
101956
|
function UnifiedGoalRelatedMetricsModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -101906,7 +102029,7 @@ class UnifiedGoalRelatedMetricsModalContentComponent {
|
|
|
101906
102029
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: true }] }], contributingMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "contributingMetrics", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
101907
102030
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalRelatedMetricsModalContentComponent, { className: "UnifiedGoalRelatedMetricsModalContentComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-goal-related-metrics-modal-content.component.ts", lineNumber: 36 }); })();
|
|
101908
102031
|
|
|
101909
|
-
const _c0$
|
|
102032
|
+
const _c0$8 = ["modalContent"];
|
|
101910
102033
|
const _c1$3 = ["modalWrapper"];
|
|
101911
102034
|
const _c2$2 = () => [];
|
|
101912
102035
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -102350,7 +102473,7 @@ class UnifiedDashboardModalComponent {
|
|
|
102350
102473
|
}
|
|
102351
102474
|
static { this.ɵfac = function UnifiedDashboardModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedDashboardModalComponent)(); }; }
|
|
102352
102475
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedDashboardModalComponent, selectors: [["symphiq-unified-dashboard-modal"]], viewQuery: function UnifiedDashboardModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
102353
|
-
i0.ɵɵviewQuery(_c0$
|
|
102476
|
+
i0.ɵɵviewQuery(_c0$8, 5)(_c1$3, 5);
|
|
102354
102477
|
} if (rf & 2) {
|
|
102355
102478
|
let _t;
|
|
102356
102479
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -102549,12 +102672,13 @@ class UnifiedDashboardModalComponent {
|
|
|
102549
102672
|
}] }); })();
|
|
102550
102673
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedDashboardModalComponent, { className: "UnifiedDashboardModalComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-dashboard-modal.component.ts", lineNumber: 195 }); })();
|
|
102551
102674
|
|
|
102675
|
+
const _c0$7 = () => [];
|
|
102552
102676
|
const _forTrack0$6 = ($index, $item) => $item.id;
|
|
102553
102677
|
const _forTrack1$1 = ($index, $item) => $item.id || $index;
|
|
102554
102678
|
const _forTrack2 = ($index, $item) => $item.title;
|
|
102555
102679
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
102556
102680
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
102557
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
102681
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 17);
|
|
102558
102682
|
i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); })("stepClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.stepClick.emit($event)); });
|
|
102559
102683
|
i0.ɵɵelementEnd();
|
|
102560
102684
|
} if (rf & 2) {
|
|
@@ -102562,65 +102686,65 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(
|
|
|
102562
102686
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentStepId", ctx_r1.JourneyStepIdEnum.UNIFIED_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r1.forDemo())("maxAccessibleStepId", ctx_r1.maxAccessibleStepId());
|
|
102563
102687
|
} }
|
|
102564
102688
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
102565
|
-
i0.ɵɵelement(0, "symphiq-loading-card",
|
|
102689
|
+
i0.ɵɵelement(0, "symphiq-loading-card", 19);
|
|
102566
102690
|
} if (rf & 2) {
|
|
102567
102691
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
102568
102692
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("backdropBlur", true);
|
|
102569
102693
|
} }
|
|
102570
102694
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
102571
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
102695
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 40);
|
|
102572
102696
|
} if (rf & 2) {
|
|
102573
102697
|
const summary_r3 = i0.ɵɵnextContext();
|
|
102574
102698
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
102575
102699
|
i0.ɵɵproperty("grade", summary_r3.overallGrade)("gradeRationale", summary_r3.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
102576
102700
|
} }
|
|
102577
102701
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
102578
|
-
i0.ɵɵelementStart(0, "section",
|
|
102702
|
+
i0.ɵɵelementStart(0, "section", 30)(1, "div", 35)(2, "div", 36)(3, "div", 37)(4, "div", 26)(5, "h2", 38);
|
|
102579
102703
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
102580
102704
|
i0.ɵɵelementEnd();
|
|
102581
|
-
i0.ɵɵelementStart(7, "p",
|
|
102705
|
+
i0.ɵɵelementStart(7, "p", 39);
|
|
102582
102706
|
i0.ɵɵtext(8);
|
|
102583
102707
|
i0.ɵɵelementEnd()();
|
|
102584
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
102708
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 40);
|
|
102585
102709
|
i0.ɵɵelementEnd();
|
|
102586
|
-
i0.ɵɵelement(10, "symphiq-analysis-narrative",
|
|
102587
|
-
i0.ɵɵelementStart(11, "div",
|
|
102710
|
+
i0.ɵɵelement(10, "symphiq-analysis-narrative", 41);
|
|
102711
|
+
i0.ɵɵelementStart(11, "div", 42)(12, "div")(13, "div", 43);
|
|
102588
102712
|
i0.ɵɵtext(14, "Total Source Goals");
|
|
102589
102713
|
i0.ɵɵelementEnd();
|
|
102590
|
-
i0.ɵɵelementStart(15, "div",
|
|
102714
|
+
i0.ɵɵelementStart(15, "div", 44);
|
|
102591
102715
|
i0.ɵɵtext(16);
|
|
102592
102716
|
i0.ɵɵelementEnd()();
|
|
102593
|
-
i0.ɵɵelementStart(17, "div",
|
|
102717
|
+
i0.ɵɵelementStart(17, "div", 45);
|
|
102594
102718
|
i0.ɵɵnamespaceSVG();
|
|
102595
|
-
i0.ɵɵelementStart(18, "svg",
|
|
102596
|
-
i0.ɵɵelement(19, "path",
|
|
102719
|
+
i0.ɵɵelementStart(18, "svg", 46);
|
|
102720
|
+
i0.ɵɵelement(19, "path", 47);
|
|
102597
102721
|
i0.ɵɵelementEnd()()();
|
|
102598
102722
|
i0.ɵɵnamespaceHTML();
|
|
102599
|
-
i0.ɵɵelementStart(20, "div",
|
|
102723
|
+
i0.ɵɵelementStart(20, "div", 48)(21, "div", 49)(22, "div", 50);
|
|
102600
102724
|
i0.ɵɵtext(23, "Shop");
|
|
102601
102725
|
i0.ɵɵelementEnd();
|
|
102602
|
-
i0.ɵɵelementStart(24, "div",
|
|
102726
|
+
i0.ɵɵelementStart(24, "div", 51);
|
|
102603
102727
|
i0.ɵɵtext(25);
|
|
102604
102728
|
i0.ɵɵelementEnd();
|
|
102605
|
-
i0.ɵɵelementStart(26, "div",
|
|
102729
|
+
i0.ɵɵelementStart(26, "div", 51);
|
|
102606
102730
|
i0.ɵɵtext(27);
|
|
102607
102731
|
i0.ɵɵelementEnd()();
|
|
102608
|
-
i0.ɵɵelementStart(28, "div",
|
|
102732
|
+
i0.ɵɵelementStart(28, "div", 49)(29, "div", 50);
|
|
102609
102733
|
i0.ɵɵtext(30, "Focus Area");
|
|
102610
102734
|
i0.ɵɵelementEnd();
|
|
102611
|
-
i0.ɵɵelementStart(31, "div",
|
|
102735
|
+
i0.ɵɵelementStart(31, "div", 51);
|
|
102612
102736
|
i0.ɵɵtext(32);
|
|
102613
102737
|
i0.ɵɵelementEnd();
|
|
102614
|
-
i0.ɵɵelementStart(33, "div",
|
|
102738
|
+
i0.ɵɵelementStart(33, "div", 51);
|
|
102615
102739
|
i0.ɵɵtext(34);
|
|
102616
102740
|
i0.ɵɵelementEnd()();
|
|
102617
|
-
i0.ɵɵelementStart(35, "div",
|
|
102741
|
+
i0.ɵɵelementStart(35, "div", 49)(36, "div", 50);
|
|
102618
102742
|
i0.ɵɵtext(37, "Metric");
|
|
102619
102743
|
i0.ɵɵelementEnd();
|
|
102620
|
-
i0.ɵɵelementStart(38, "div",
|
|
102744
|
+
i0.ɵɵelementStart(38, "div", 51);
|
|
102621
102745
|
i0.ɵɵtext(39);
|
|
102622
102746
|
i0.ɵɵelementEnd();
|
|
102623
|
-
i0.ɵɵelementStart(40, "div",
|
|
102747
|
+
i0.ɵɵelementStart(40, "div", 51);
|
|
102624
102748
|
i0.ɵɵtext(41);
|
|
102625
102749
|
i0.ɵɵelementEnd()()()()()();
|
|
102626
102750
|
} if (rf & 2) {
|
|
@@ -102637,7 +102761,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102637
102761
|
i0.ɵɵadvance();
|
|
102638
102762
|
i0.ɵɵconditional(summary_r3.overallGrade ? 9 : -1);
|
|
102639
102763
|
i0.ɵɵadvance();
|
|
102640
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("narrative", summary_r3.synthesisNarrative);
|
|
102764
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("narrative", summary_r3.synthesisNarrative)("napkinVisual", summary_r3.napkinVisual);
|
|
102641
102765
|
i0.ɵɵadvance();
|
|
102642
102766
|
i0.ɵɵproperty("ngClass", ctx_r1.totalGoalsCardClasses());
|
|
102643
102767
|
i0.ɵɵadvance(5);
|
|
@@ -102663,7 +102787,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102663
102787
|
} }
|
|
102664
102788
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
102665
102789
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
102666
|
-
i0.ɵɵelementStart(0, "symphiq-unified-goal-card",
|
|
102790
|
+
i0.ɵɵelementStart(0, "symphiq-unified-goal-card", 55);
|
|
102667
102791
|
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_sourceBadgeClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_relatedMetricsClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); })("learnMoreClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_learnMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
|
|
102668
102792
|
i0.ɵɵelementEnd();
|
|
102669
102793
|
} if (rf & 2) {
|
|
@@ -102672,10 +102796,10 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102672
102796
|
i0.ɵɵproperty("goal", goal_r5)("viewMode", ctx_r1.viewMode());
|
|
102673
102797
|
} }
|
|
102674
102798
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
102675
|
-
i0.ɵɵelementStart(0, "section",
|
|
102676
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
102677
|
-
i0.ɵɵelementStart(2, "div",
|
|
102678
|
-
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template, 1, 2, "symphiq-unified-goal-card",
|
|
102799
|
+
i0.ɵɵelementStart(0, "section", 31);
|
|
102800
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 52);
|
|
102801
|
+
i0.ɵɵelementStart(2, "div", 53);
|
|
102802
|
+
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template, 1, 2, "symphiq-unified-goal-card", 54, _forTrack0$6);
|
|
102679
102803
|
i0.ɵɵelementEnd()();
|
|
102680
102804
|
} if (rf & 2) {
|
|
102681
102805
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -102685,7 +102809,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102685
102809
|
i0.ɵɵrepeater(ctx_r1.unifiedGoals());
|
|
102686
102810
|
} }
|
|
102687
102811
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
102688
|
-
i0.ɵɵelementStart(0, "span",
|
|
102812
|
+
i0.ɵɵelementStart(0, "span", 65);
|
|
102689
102813
|
i0.ɵɵtext(1);
|
|
102690
102814
|
i0.ɵɵelementEnd();
|
|
102691
102815
|
} if (rf & 2) {
|
|
@@ -102696,13 +102820,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102696
102820
|
i0.ɵɵtextInterpolate1(" ", item_r7.priority, " ");
|
|
102697
102821
|
} }
|
|
102698
102822
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
102699
|
-
i0.ɵɵelementStart(0, "div",
|
|
102823
|
+
i0.ɵɵelementStart(0, "div", 66);
|
|
102700
102824
|
i0.ɵɵnamespaceSVG();
|
|
102701
|
-
i0.ɵɵelementStart(1, "svg",
|
|
102702
|
-
i0.ɵɵelement(2, "path",
|
|
102825
|
+
i0.ɵɵelementStart(1, "svg", 69);
|
|
102826
|
+
i0.ɵɵelement(2, "path", 70);
|
|
102703
102827
|
i0.ɵɵelementEnd();
|
|
102704
102828
|
i0.ɵɵnamespaceHTML();
|
|
102705
|
-
i0.ɵɵelementStart(3, "span",
|
|
102829
|
+
i0.ɵɵelementStart(3, "span", 71);
|
|
102706
102830
|
i0.ɵɵtext(4);
|
|
102707
102831
|
i0.ɵɵelementEnd()();
|
|
102708
102832
|
} if (rf & 2) {
|
|
@@ -102713,13 +102837,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102713
102837
|
i0.ɵɵtextInterpolate(item_r7.timeframe);
|
|
102714
102838
|
} }
|
|
102715
102839
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
102716
|
-
i0.ɵɵelementStart(0, "div",
|
|
102840
|
+
i0.ɵɵelementStart(0, "div", 74);
|
|
102717
102841
|
i0.ɵɵnamespaceSVG();
|
|
102718
|
-
i0.ɵɵelementStart(1, "svg",
|
|
102719
|
-
i0.ɵɵelement(2, "path",
|
|
102842
|
+
i0.ɵɵelementStart(1, "svg", 76);
|
|
102843
|
+
i0.ɵɵelement(2, "path", 77);
|
|
102720
102844
|
i0.ɵɵelementEnd();
|
|
102721
102845
|
i0.ɵɵnamespaceHTML();
|
|
102722
|
-
i0.ɵɵelementStart(3, "span",
|
|
102846
|
+
i0.ɵɵelementStart(3, "span", 78);
|
|
102723
102847
|
i0.ɵɵtext(4);
|
|
102724
102848
|
i0.ɵɵelementEnd()();
|
|
102725
102849
|
} if (rf & 2) {
|
|
@@ -102730,7 +102854,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102730
102854
|
i0.ɵɵtextInterpolate(obj_r8.title);
|
|
102731
102855
|
} }
|
|
102732
102856
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
102733
|
-
i0.ɵɵelementStart(0, "div",
|
|
102857
|
+
i0.ɵɵelementStart(0, "div", 75);
|
|
102734
102858
|
i0.ɵɵtext(1);
|
|
102735
102859
|
i0.ɵɵelementEnd();
|
|
102736
102860
|
} if (rf & 2) {
|
|
@@ -102741,12 +102865,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102741
102865
|
i0.ɵɵtextInterpolate1(" +", item_r7.objectives.length - 3, " more objectives ");
|
|
102742
102866
|
} }
|
|
102743
102867
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
102744
|
-
i0.ɵɵelementStart(0, "div",
|
|
102868
|
+
i0.ɵɵelementStart(0, "div", 67)(1, "div", 72);
|
|
102745
102869
|
i0.ɵɵtext(2);
|
|
102746
102870
|
i0.ɵɵelementEnd();
|
|
102747
|
-
i0.ɵɵelementStart(3, "div",
|
|
102748
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_For_5_Template, 5, 2, "div",
|
|
102749
|
-
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Conditional_6_Template, 2, 2, "div",
|
|
102871
|
+
i0.ɵɵelementStart(3, "div", 73);
|
|
102872
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_For_5_Template, 5, 2, "div", 74, _forTrack1$1);
|
|
102873
|
+
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Conditional_6_Template, 2, 2, "div", 75);
|
|
102750
102874
|
i0.ɵɵelementEnd()();
|
|
102751
102875
|
} if (rf & 2) {
|
|
102752
102876
|
const item_r7 = i0.ɵɵnextContext().$implicit;
|
|
@@ -102762,19 +102886,19 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102762
102886
|
} }
|
|
102763
102887
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
102764
102888
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
102765
|
-
i0.ɵɵelementStart(0, "div",
|
|
102766
|
-
i0.ɵɵelement(2, "div",
|
|
102889
|
+
i0.ɵɵelementStart(0, "div", 59)(1, "div", 60);
|
|
102890
|
+
i0.ɵɵelement(2, "div", 61);
|
|
102767
102891
|
i0.ɵɵelementEnd();
|
|
102768
|
-
i0.ɵɵelementStart(3, "div",
|
|
102892
|
+
i0.ɵɵelementStart(3, "div", 62);
|
|
102769
102893
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template_div_click_3_listener() { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onTimelineItemClick(item_r7)); });
|
|
102770
|
-
i0.ɵɵelementStart(4, "div",
|
|
102894
|
+
i0.ɵɵelementStart(4, "div", 63)(5, "h4", 64);
|
|
102771
102895
|
i0.ɵɵtext(6);
|
|
102772
102896
|
i0.ɵɵelementEnd();
|
|
102773
|
-
i0.ɵɵconditionalCreate(7, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_7_Template, 2, 2, "span",
|
|
102897
|
+
i0.ɵɵconditionalCreate(7, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_7_Template, 2, 2, "span", 65);
|
|
102774
102898
|
i0.ɵɵelementEnd();
|
|
102775
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_8_Template, 5, 2, "div",
|
|
102776
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Template, 7, 3, "div",
|
|
102777
|
-
i0.ɵɵelementStart(10, "div",
|
|
102899
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_8_Template, 5, 2, "div", 66);
|
|
102900
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Template, 7, 3, "div", 67);
|
|
102901
|
+
i0.ɵɵelementStart(10, "div", 68);
|
|
102778
102902
|
i0.ɵɵtext(11);
|
|
102779
102903
|
i0.ɵɵelementEnd()()();
|
|
102780
102904
|
} if (rf & 2) {
|
|
@@ -102803,12 +102927,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102803
102927
|
i0.ɵɵtextInterpolate1(" Phase ", ɵ$index_140_r9 + 1, " ");
|
|
102804
102928
|
} }
|
|
102805
102929
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
102806
|
-
i0.ɵɵelementStart(0, "section",
|
|
102807
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
102808
|
-
i0.ɵɵelementStart(2, "div",
|
|
102809
|
-
i0.ɵɵelement(4, "div",
|
|
102810
|
-
i0.ɵɵelementStart(5, "div",
|
|
102811
|
-
i0.ɵɵrepeaterCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template, 12, 10, "div",
|
|
102930
|
+
i0.ɵɵelementStart(0, "section", 32);
|
|
102931
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 56);
|
|
102932
|
+
i0.ɵɵelementStart(2, "div", 35)(3, "div", 0);
|
|
102933
|
+
i0.ɵɵelement(4, "div", 57);
|
|
102934
|
+
i0.ɵɵelementStart(5, "div", 58);
|
|
102935
|
+
i0.ɵɵrepeaterCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template, 12, 10, "div", 59, _forTrack0$6);
|
|
102812
102936
|
i0.ɵɵelementEnd()()()();
|
|
102813
102937
|
} if (rf & 2) {
|
|
102814
102938
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -102822,7 +102946,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102822
102946
|
i0.ɵɵrepeater(ctx_r1.unifiedTimeline());
|
|
102823
102947
|
} }
|
|
102824
102948
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102825
|
-
i0.ɵɵelementStart(0, "span",
|
|
102949
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102826
102950
|
i0.ɵɵtext(1);
|
|
102827
102951
|
i0.ɵɵelementEnd();
|
|
102828
102952
|
} if (rf & 2) {
|
|
@@ -102834,12 +102958,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102834
102958
|
} }
|
|
102835
102959
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template(rf, ctx) { if (rf & 1) {
|
|
102836
102960
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
102837
|
-
i0.ɵɵelementStart(0, "button",
|
|
102961
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102838
102962
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template_button_click_0_listener() { const goal_r11 = i0.ɵɵrestoreView(_r10).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r11)); });
|
|
102839
|
-
i0.ɵɵelementStart(1, "div",
|
|
102963
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102840
102964
|
i0.ɵɵtext(3);
|
|
102841
102965
|
i0.ɵɵelementEnd();
|
|
102842
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Conditional_4_Template, 2, 2, "span",
|
|
102966
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Conditional_4_Template, 2, 2, "span", 98);
|
|
102843
102967
|
i0.ɵɵelementEnd()();
|
|
102844
102968
|
} if (rf & 2) {
|
|
102845
102969
|
const goal_r11 = ctx.$implicit;
|
|
@@ -102851,7 +102975,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102851
102975
|
i0.ɵɵconditional(((goal_r11.sourceAnalyses == null ? null : goal_r11.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102852
102976
|
} }
|
|
102853
102977
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
102854
|
-
i0.ɵɵelementStart(0, "div",
|
|
102978
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102855
102979
|
i0.ɵɵtext(1);
|
|
102856
102980
|
i0.ɵɵelementEnd();
|
|
102857
102981
|
} if (rf & 2) {
|
|
@@ -102861,7 +102985,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102861
102985
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().high.length - 3, " more");
|
|
102862
102986
|
} }
|
|
102863
102987
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
102864
|
-
i0.ɵɵelementStart(0, "div",
|
|
102988
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
102865
102989
|
i0.ɵɵtext(1, "No goals");
|
|
102866
102990
|
i0.ɵɵelementEnd();
|
|
102867
102991
|
} if (rf & 2) {
|
|
@@ -102869,7 +102993,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102869
102993
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
102870
102994
|
} }
|
|
102871
102995
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102872
|
-
i0.ɵɵelementStart(0, "span",
|
|
102996
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102873
102997
|
i0.ɵɵtext(1);
|
|
102874
102998
|
i0.ɵɵelementEnd();
|
|
102875
102999
|
} if (rf & 2) {
|
|
@@ -102881,12 +103005,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102881
103005
|
} }
|
|
102882
103006
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template(rf, ctx) { if (rf & 1) {
|
|
102883
103007
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
102884
|
-
i0.ɵɵelementStart(0, "button",
|
|
103008
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102885
103009
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template_button_click_0_listener() { const goal_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r13)); });
|
|
102886
|
-
i0.ɵɵelementStart(1, "div",
|
|
103010
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102887
103011
|
i0.ɵɵtext(3);
|
|
102888
103012
|
i0.ɵɵelementEnd();
|
|
102889
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Conditional_4_Template, 2, 2, "span",
|
|
103013
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Conditional_4_Template, 2, 2, "span", 98);
|
|
102890
103014
|
i0.ɵɵelementEnd()();
|
|
102891
103015
|
} if (rf & 2) {
|
|
102892
103016
|
const goal_r13 = ctx.$implicit;
|
|
@@ -102898,7 +103022,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102898
103022
|
i0.ɵɵconditional(((goal_r13.sourceAnalyses == null ? null : goal_r13.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102899
103023
|
} }
|
|
102900
103024
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
102901
|
-
i0.ɵɵelementStart(0, "div",
|
|
103025
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102902
103026
|
i0.ɵɵtext(1);
|
|
102903
103027
|
i0.ɵɵelementEnd();
|
|
102904
103028
|
} if (rf & 2) {
|
|
@@ -102908,7 +103032,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102908
103032
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().medium.length - 3, " more");
|
|
102909
103033
|
} }
|
|
102910
103034
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
102911
|
-
i0.ɵɵelementStart(0, "div",
|
|
103035
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
102912
103036
|
i0.ɵɵtext(1, "No goals");
|
|
102913
103037
|
i0.ɵɵelementEnd();
|
|
102914
103038
|
} if (rf & 2) {
|
|
@@ -102916,7 +103040,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102916
103040
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
102917
103041
|
} }
|
|
102918
103042
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102919
|
-
i0.ɵɵelementStart(0, "span",
|
|
103043
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102920
103044
|
i0.ɵɵtext(1);
|
|
102921
103045
|
i0.ɵɵelementEnd();
|
|
102922
103046
|
} if (rf & 2) {
|
|
@@ -102928,12 +103052,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102928
103052
|
} }
|
|
102929
103053
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template(rf, ctx) { if (rf & 1) {
|
|
102930
103054
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
102931
|
-
i0.ɵɵelementStart(0, "button",
|
|
103055
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102932
103056
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template_button_click_0_listener() { const goal_r15 = i0.ɵɵrestoreView(_r14).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r15)); });
|
|
102933
|
-
i0.ɵɵelementStart(1, "div",
|
|
103057
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102934
103058
|
i0.ɵɵtext(3);
|
|
102935
103059
|
i0.ɵɵelementEnd();
|
|
102936
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Conditional_4_Template, 2, 2, "span",
|
|
103060
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Conditional_4_Template, 2, 2, "span", 98);
|
|
102937
103061
|
i0.ɵɵelementEnd()();
|
|
102938
103062
|
} if (rf & 2) {
|
|
102939
103063
|
const goal_r15 = ctx.$implicit;
|
|
@@ -102945,7 +103069,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102945
103069
|
i0.ɵɵconditional(((goal_r15.sourceAnalyses == null ? null : goal_r15.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102946
103070
|
} }
|
|
102947
103071
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_42_Template(rf, ctx) { if (rf & 1) {
|
|
102948
|
-
i0.ɵɵelementStart(0, "div",
|
|
103072
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102949
103073
|
i0.ɵɵtext(1);
|
|
102950
103074
|
i0.ɵɵelementEnd();
|
|
102951
103075
|
} if (rf & 2) {
|
|
@@ -102955,7 +103079,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102955
103079
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().low.length - 3, " more");
|
|
102956
103080
|
} }
|
|
102957
103081
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_43_Template(rf, ctx) { if (rf & 1) {
|
|
102958
|
-
i0.ɵɵelementStart(0, "div",
|
|
103082
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
102959
103083
|
i0.ɵɵtext(1, "No goals");
|
|
102960
103084
|
i0.ɵɵelementEnd();
|
|
102961
103085
|
} if (rf & 2) {
|
|
@@ -102963,7 +103087,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102963
103087
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
102964
103088
|
} }
|
|
102965
103089
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102966
|
-
i0.ɵɵelementStart(0, "span",
|
|
103090
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102967
103091
|
i0.ɵɵtext(1);
|
|
102968
103092
|
i0.ɵɵelementEnd();
|
|
102969
103093
|
} if (rf & 2) {
|
|
@@ -102975,12 +103099,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102975
103099
|
} }
|
|
102976
103100
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template(rf, ctx) { if (rf & 1) {
|
|
102977
103101
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
102978
|
-
i0.ɵɵelementStart(0, "button",
|
|
103102
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102979
103103
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template_button_click_0_listener() { const goal_r17 = i0.ɵɵrestoreView(_r16).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r17)); });
|
|
102980
|
-
i0.ɵɵelementStart(1, "div",
|
|
103104
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102981
103105
|
i0.ɵɵtext(3);
|
|
102982
103106
|
i0.ɵɵelementEnd();
|
|
102983
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Conditional_4_Template, 2, 2, "span",
|
|
103107
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Conditional_4_Template, 2, 2, "span", 98);
|
|
102984
103108
|
i0.ɵɵelementEnd()();
|
|
102985
103109
|
} if (rf & 2) {
|
|
102986
103110
|
const goal_r17 = ctx.$implicit;
|
|
@@ -102992,7 +103116,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102992
103116
|
i0.ɵɵconditional(((goal_r17.sourceAnalyses == null ? null : goal_r17.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102993
103117
|
} }
|
|
102994
103118
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_54_Template(rf, ctx) { if (rf & 1) {
|
|
102995
|
-
i0.ɵɵelementStart(0, "div",
|
|
103119
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102996
103120
|
i0.ɵɵtext(1);
|
|
102997
103121
|
i0.ɵɵelementEnd();
|
|
102998
103122
|
} if (rf & 2) {
|
|
@@ -103002,7 +103126,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103002
103126
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().unassigned.length - 3, " more");
|
|
103003
103127
|
} }
|
|
103004
103128
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_55_Template(rf, ctx) { if (rf & 1) {
|
|
103005
|
-
i0.ɵɵelementStart(0, "div",
|
|
103129
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
103006
103130
|
i0.ɵɵtext(1, "No goals");
|
|
103007
103131
|
i0.ɵɵelementEnd();
|
|
103008
103132
|
} if (rf & 2) {
|
|
@@ -103010,65 +103134,65 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103010
103134
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
103011
103135
|
} }
|
|
103012
103136
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
103013
|
-
i0.ɵɵelementStart(0, "section",
|
|
103014
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
103015
|
-
i0.ɵɵelementStart(2, "div",
|
|
103137
|
+
i0.ɵɵelementStart(0, "section", 33);
|
|
103138
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 79);
|
|
103139
|
+
i0.ɵɵelementStart(2, "div", 80)(3, "div", 81)(4, "div", 82);
|
|
103016
103140
|
i0.ɵɵtext(5, " Impact ");
|
|
103017
103141
|
i0.ɵɵelementEnd();
|
|
103018
|
-
i0.ɵɵelementStart(6, "div",
|
|
103142
|
+
i0.ɵɵelementStart(6, "div", 83);
|
|
103019
103143
|
i0.ɵɵtext(7, " Effort ");
|
|
103020
103144
|
i0.ɵɵelementEnd();
|
|
103021
|
-
i0.ɵɵelementStart(8, "div",
|
|
103022
|
-
i0.ɵɵelement(10, "div",
|
|
103023
|
-
i0.ɵɵelementStart(11, "h4",
|
|
103145
|
+
i0.ɵɵelementStart(8, "div", 84)(9, "div", 85);
|
|
103146
|
+
i0.ɵɵelement(10, "div", 86);
|
|
103147
|
+
i0.ɵɵelementStart(11, "h4", 87);
|
|
103024
103148
|
i0.ɵɵtext(12, "Quick Wins");
|
|
103025
103149
|
i0.ɵɵelementEnd()();
|
|
103026
|
-
i0.ɵɵelementStart(13, "p",
|
|
103150
|
+
i0.ɵɵelementStart(13, "p", 88);
|
|
103027
103151
|
i0.ɵɵtext(14, "High Impact / Low Effort");
|
|
103028
103152
|
i0.ɵɵelementEnd();
|
|
103029
|
-
i0.ɵɵelementStart(15, "div",
|
|
103030
|
-
i0.ɵɵrepeaterCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template, 5, 3, "button",
|
|
103031
|
-
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_18_Template, 2, 2, "div",
|
|
103032
|
-
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_19_Template, 2, 1, "div",
|
|
103153
|
+
i0.ɵɵelementStart(15, "div", 73);
|
|
103154
|
+
i0.ɵɵrepeaterCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103155
|
+
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_18_Template, 2, 2, "div", 90);
|
|
103156
|
+
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_19_Template, 2, 1, "div", 91);
|
|
103033
103157
|
i0.ɵɵelementEnd()();
|
|
103034
|
-
i0.ɵɵelementStart(20, "div",
|
|
103035
|
-
i0.ɵɵelement(22, "div",
|
|
103036
|
-
i0.ɵɵelementStart(23, "h4",
|
|
103158
|
+
i0.ɵɵelementStart(20, "div", 84)(21, "div", 85);
|
|
103159
|
+
i0.ɵɵelement(22, "div", 92);
|
|
103160
|
+
i0.ɵɵelementStart(23, "h4", 87);
|
|
103037
103161
|
i0.ɵɵtext(24, "Major Projects");
|
|
103038
103162
|
i0.ɵɵelementEnd()();
|
|
103039
|
-
i0.ɵɵelementStart(25, "p",
|
|
103163
|
+
i0.ɵɵelementStart(25, "p", 88);
|
|
103040
103164
|
i0.ɵɵtext(26, "High Impact / High Effort");
|
|
103041
103165
|
i0.ɵɵelementEnd();
|
|
103042
|
-
i0.ɵɵelementStart(27, "div",
|
|
103043
|
-
i0.ɵɵrepeaterCreate(28, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template, 5, 3, "button",
|
|
103044
|
-
i0.ɵɵconditionalCreate(30, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_30_Template, 2, 2, "div",
|
|
103045
|
-
i0.ɵɵconditionalCreate(31, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_31_Template, 2, 1, "div",
|
|
103166
|
+
i0.ɵɵelementStart(27, "div", 73);
|
|
103167
|
+
i0.ɵɵrepeaterCreate(28, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103168
|
+
i0.ɵɵconditionalCreate(30, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_30_Template, 2, 2, "div", 90);
|
|
103169
|
+
i0.ɵɵconditionalCreate(31, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_31_Template, 2, 1, "div", 91);
|
|
103046
103170
|
i0.ɵɵelementEnd()();
|
|
103047
|
-
i0.ɵɵelementStart(32, "div",
|
|
103048
|
-
i0.ɵɵelement(34, "div",
|
|
103049
|
-
i0.ɵɵelementStart(35, "h4",
|
|
103171
|
+
i0.ɵɵelementStart(32, "div", 84)(33, "div", 85);
|
|
103172
|
+
i0.ɵɵelement(34, "div", 93);
|
|
103173
|
+
i0.ɵɵelementStart(35, "h4", 87);
|
|
103050
103174
|
i0.ɵɵtext(36, "Fill-Ins");
|
|
103051
103175
|
i0.ɵɵelementEnd()();
|
|
103052
|
-
i0.ɵɵelementStart(37, "p",
|
|
103176
|
+
i0.ɵɵelementStart(37, "p", 88);
|
|
103053
103177
|
i0.ɵɵtext(38, "Low Impact / Low Effort");
|
|
103054
103178
|
i0.ɵɵelementEnd();
|
|
103055
|
-
i0.ɵɵelementStart(39, "div",
|
|
103056
|
-
i0.ɵɵrepeaterCreate(40, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template, 5, 3, "button",
|
|
103057
|
-
i0.ɵɵconditionalCreate(42, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_42_Template, 2, 2, "div",
|
|
103058
|
-
i0.ɵɵconditionalCreate(43, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_43_Template, 2, 1, "div",
|
|
103179
|
+
i0.ɵɵelementStart(39, "div", 73);
|
|
103180
|
+
i0.ɵɵrepeaterCreate(40, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103181
|
+
i0.ɵɵconditionalCreate(42, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_42_Template, 2, 2, "div", 90);
|
|
103182
|
+
i0.ɵɵconditionalCreate(43, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_43_Template, 2, 1, "div", 91);
|
|
103059
103183
|
i0.ɵɵelementEnd()();
|
|
103060
|
-
i0.ɵɵelementStart(44, "div",
|
|
103061
|
-
i0.ɵɵelement(46, "div",
|
|
103062
|
-
i0.ɵɵelementStart(47, "h4",
|
|
103184
|
+
i0.ɵɵelementStart(44, "div", 84)(45, "div", 85);
|
|
103185
|
+
i0.ɵɵelement(46, "div", 94);
|
|
103186
|
+
i0.ɵɵelementStart(47, "h4", 87);
|
|
103063
103187
|
i0.ɵɵtext(48, "Time Permitting");
|
|
103064
103188
|
i0.ɵɵelementEnd()();
|
|
103065
|
-
i0.ɵɵelementStart(49, "p",
|
|
103189
|
+
i0.ɵɵelementStart(49, "p", 88);
|
|
103066
103190
|
i0.ɵɵtext(50, "Low Impact / High Effort");
|
|
103067
103191
|
i0.ɵɵelementEnd();
|
|
103068
|
-
i0.ɵɵelementStart(51, "div",
|
|
103069
|
-
i0.ɵɵrepeaterCreate(52, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template, 5, 3, "button",
|
|
103070
|
-
i0.ɵɵconditionalCreate(54, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_54_Template, 2, 2, "div",
|
|
103071
|
-
i0.ɵɵconditionalCreate(55, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_55_Template, 2, 1, "div",
|
|
103192
|
+
i0.ɵɵelementStart(51, "div", 73);
|
|
103193
|
+
i0.ɵɵrepeaterCreate(52, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103194
|
+
i0.ɵɵconditionalCreate(54, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_54_Template, 2, 2, "div", 90);
|
|
103195
|
+
i0.ɵɵconditionalCreate(55, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_55_Template, 2, 1, "div", 91);
|
|
103072
103196
|
i0.ɵɵelementEnd()()()()();
|
|
103073
103197
|
} if (rf & 2) {
|
|
103074
103198
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -103130,7 +103254,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103130
103254
|
i0.ɵɵconditional(ctx_r1.priorityMatrix().unassigned.length === 0 ? 55 : -1);
|
|
103131
103255
|
} }
|
|
103132
103256
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
103133
|
-
i0.ɵɵelementStart(0, "p",
|
|
103257
|
+
i0.ɵɵelementStart(0, "p", 106);
|
|
103134
103258
|
i0.ɵɵtext(1);
|
|
103135
103259
|
i0.ɵɵelementEnd();
|
|
103136
103260
|
} if (rf & 2) {
|
|
@@ -103141,13 +103265,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103141
103265
|
i0.ɵɵtextInterpolate1(" ", step_r18.description, " ");
|
|
103142
103266
|
} }
|
|
103143
103267
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
103144
|
-
i0.ɵɵelementStart(0, "div",
|
|
103268
|
+
i0.ɵɵelementStart(0, "div", 74);
|
|
103145
103269
|
i0.ɵɵnamespaceSVG();
|
|
103146
|
-
i0.ɵɵelementStart(1, "svg",
|
|
103147
|
-
i0.ɵɵelement(2, "path",
|
|
103270
|
+
i0.ɵɵelementStart(1, "svg", 76);
|
|
103271
|
+
i0.ɵɵelement(2, "path", 108);
|
|
103148
103272
|
i0.ɵɵelementEnd();
|
|
103149
103273
|
i0.ɵɵnamespaceHTML();
|
|
103150
|
-
i0.ɵɵelementStart(3, "span",
|
|
103274
|
+
i0.ɵɵelementStart(3, "span", 109);
|
|
103151
103275
|
i0.ɵɵtext(4);
|
|
103152
103276
|
i0.ɵɵelementEnd()();
|
|
103153
103277
|
} if (rf & 2) {
|
|
@@ -103158,11 +103282,11 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103158
103282
|
i0.ɵɵtextInterpolate(strategy_r19.title);
|
|
103159
103283
|
} }
|
|
103160
103284
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
103161
|
-
i0.ɵɵelementStart(0, "div",
|
|
103285
|
+
i0.ɵɵelementStart(0, "div", 107)(1, "div", 72);
|
|
103162
103286
|
i0.ɵɵtext(2, " Key Strategies ");
|
|
103163
103287
|
i0.ɵɵelementEnd();
|
|
103164
|
-
i0.ɵɵelementStart(3, "div",
|
|
103165
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_For_5_Template, 5, 2, "div",
|
|
103288
|
+
i0.ɵɵelementStart(3, "div", 73);
|
|
103289
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_For_5_Template, 5, 2, "div", 74, _forTrack1$1);
|
|
103166
103290
|
i0.ɵɵelementEnd()();
|
|
103167
103291
|
} if (rf & 2) {
|
|
103168
103292
|
const step_r18 = i0.ɵɵnextContext().$implicit;
|
|
@@ -103174,17 +103298,17 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103174
103298
|
i0.ɵɵrepeater(step_r18.strategies);
|
|
103175
103299
|
} }
|
|
103176
103300
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
103177
|
-
i0.ɵɵelementStart(0, "div",
|
|
103301
|
+
i0.ɵɵelementStart(0, "div", 101)(1, "div", 102)(2, "div", 103);
|
|
103178
103302
|
i0.ɵɵtext(3);
|
|
103179
103303
|
i0.ɵɵelementEnd();
|
|
103180
|
-
i0.ɵɵelementStart(4, "div",
|
|
103304
|
+
i0.ɵɵelementStart(4, "div", 26)(5, "div", 104);
|
|
103181
103305
|
i0.ɵɵtext(6);
|
|
103182
103306
|
i0.ɵɵelementEnd();
|
|
103183
|
-
i0.ɵɵelementStart(7, "h4",
|
|
103307
|
+
i0.ɵɵelementStart(7, "h4", 105);
|
|
103184
103308
|
i0.ɵɵtext(8);
|
|
103185
103309
|
i0.ɵɵelementEnd()()();
|
|
103186
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_9_Template, 2, 2, "p",
|
|
103187
|
-
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_Template, 6, 2, "div",
|
|
103310
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_9_Template, 2, 2, "p", 106);
|
|
103311
|
+
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_Template, 6, 2, "div", 107);
|
|
103188
103312
|
i0.ɵɵelementEnd();
|
|
103189
103313
|
} if (rf & 2) {
|
|
103190
103314
|
const step_r18 = ctx.$implicit;
|
|
@@ -103209,10 +103333,10 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103209
103333
|
i0.ɵɵconditional(step_r18.strategies && step_r18.strategies.length > 0 ? 10 : -1);
|
|
103210
103334
|
} }
|
|
103211
103335
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
103212
|
-
i0.ɵɵelementStart(0, "section",
|
|
103213
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
103214
|
-
i0.ɵɵelementStart(2, "div",
|
|
103215
|
-
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Template, 11, 9, "div",
|
|
103336
|
+
i0.ɵɵelementStart(0, "section", 34);
|
|
103337
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 99);
|
|
103338
|
+
i0.ɵɵelementStart(2, "div", 100);
|
|
103339
|
+
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Template, 11, 9, "div", 101, _forTrack2);
|
|
103216
103340
|
i0.ɵɵelementEnd()();
|
|
103217
103341
|
} if (rf & 2) {
|
|
103218
103342
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -103222,26 +103346,26 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103222
103346
|
i0.ɵɵrepeater(ctx_r1.nextSteps());
|
|
103223
103347
|
} }
|
|
103224
103348
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
103225
|
-
i0.ɵɵelementStart(0, "div",
|
|
103349
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "div", 21)(2, "div", 22)(3, "div", 23);
|
|
103226
103350
|
i0.ɵɵnamespaceSVG();
|
|
103227
|
-
i0.ɵɵelementStart(4, "svg",
|
|
103228
|
-
i0.ɵɵelement(5, "path",
|
|
103351
|
+
i0.ɵɵelementStart(4, "svg", 24);
|
|
103352
|
+
i0.ɵɵelement(5, "path", 25);
|
|
103229
103353
|
i0.ɵɵelementEnd()();
|
|
103230
103354
|
i0.ɵɵnamespaceHTML();
|
|
103231
|
-
i0.ɵɵelementStart(6, "div",
|
|
103355
|
+
i0.ɵɵelementStart(6, "div", 26)(7, "h1", 27);
|
|
103232
103356
|
i0.ɵɵtext(8);
|
|
103233
103357
|
i0.ɵɵelementEnd();
|
|
103234
|
-
i0.ɵɵelementStart(9, "p",
|
|
103358
|
+
i0.ɵɵelementStart(9, "p", 28);
|
|
103235
103359
|
i0.ɵɵtext(10);
|
|
103236
103360
|
i0.ɵɵelementEnd();
|
|
103237
|
-
i0.ɵɵelementStart(11, "p",
|
|
103361
|
+
i0.ɵɵelementStart(11, "p", 29);
|
|
103238
103362
|
i0.ɵɵtext(12, " These goals combine insights from your shop analysis, focus areas, and metric analyses into actionable strategic priorities. ");
|
|
103239
103363
|
i0.ɵɵelementEnd()()()()();
|
|
103240
|
-
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Template, 42,
|
|
103241
|
-
i0.ɵɵconditionalCreate(14, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_Template, 5, 1, "section",
|
|
103242
|
-
i0.ɵɵconditionalCreate(15, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_Template, 8, 3, "section",
|
|
103243
|
-
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Template, 56, 24, "section",
|
|
103244
|
-
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_Template, 5, 1, "section",
|
|
103364
|
+
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Template, 42, 25, "section", 30);
|
|
103365
|
+
i0.ɵɵconditionalCreate(14, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_Template, 5, 1, "section", 31);
|
|
103366
|
+
i0.ɵɵconditionalCreate(15, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_Template, 8, 3, "section", 32);
|
|
103367
|
+
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Template, 56, 24, "section", 33);
|
|
103368
|
+
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_Template, 5, 1, "section", 34);
|
|
103245
103369
|
} if (rf & 2) {
|
|
103246
103370
|
let tmp_9_0;
|
|
103247
103371
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -103271,20 +103395,20 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103271
103395
|
i0.ɵɵconditional(ctx_r1.nextSteps().length > 0 ? 17 : -1);
|
|
103272
103396
|
} }
|
|
103273
103397
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
103274
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
103398
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 40);
|
|
103275
103399
|
} if (rf & 2) {
|
|
103276
103400
|
const summary_r21 = i0.ɵɵnextContext();
|
|
103277
103401
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
103278
103402
|
i0.ɵɵproperty("grade", summary_r21.overallGrade)("gradeRationale", summary_r21.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
103279
103403
|
} }
|
|
103280
103404
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
103281
|
-
i0.ɵɵelementStart(0, "section",
|
|
103405
|
+
i0.ɵɵelementStart(0, "section", 30)(1, "div", 35)(2, "div", 110)(3, "div", 37)(4, "div", 26)(5, "h2", 38);
|
|
103282
103406
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
103283
103407
|
i0.ɵɵelementEnd();
|
|
103284
|
-
i0.ɵɵelementStart(7, "p",
|
|
103408
|
+
i0.ɵɵelementStart(7, "p", 39);
|
|
103285
103409
|
i0.ɵɵtext(8);
|
|
103286
103410
|
i0.ɵɵelementEnd()();
|
|
103287
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
103411
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 40);
|
|
103288
103412
|
i0.ɵɵelementEnd()()()();
|
|
103289
103413
|
} if (rf & 2) {
|
|
103290
103414
|
const summary_r21 = ctx;
|
|
@@ -103301,15 +103425,15 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103301
103425
|
i0.ɵɵconditional(summary_r21.overallGrade ? 9 : -1);
|
|
103302
103426
|
} }
|
|
103303
103427
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
103304
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Template, 10, 5, "section",
|
|
103428
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Template, 10, 5, "section", 30);
|
|
103305
103429
|
} if (rf & 2) {
|
|
103306
103430
|
let tmp_2_0;
|
|
103307
103431
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
103308
103432
|
i0.ɵɵconditional((tmp_2_0 = ctx_r1.executiveSummary()) ? 0 : -1, tmp_2_0);
|
|
103309
103433
|
} }
|
|
103310
103434
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
103311
|
-
i0.ɵɵelementStart(0, "main",
|
|
103312
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card",
|
|
103435
|
+
i0.ɵɵelementStart(0, "main", 18);
|
|
103436
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card", 19);
|
|
103313
103437
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template, 18, 13);
|
|
103314
103438
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template, 1, 1);
|
|
103315
103439
|
i0.ɵɵelementEnd();
|
|
@@ -103331,7 +103455,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template(
|
|
|
103331
103455
|
} }
|
|
103332
103456
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
103333
103457
|
const _r22 = i0.ɵɵgetCurrentView();
|
|
103334
|
-
i0.ɵɵelementStart(0, "symphiq-search-modal",
|
|
103458
|
+
i0.ɵɵelementStart(0, "symphiq-search-modal", 111);
|
|
103335
103459
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template_symphiq_search_modal_close_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeSearch()); });
|
|
103336
103460
|
i0.ɵɵelementEnd();
|
|
103337
103461
|
} if (rf & 2) {
|
|
@@ -103340,7 +103464,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(
|
|
|
103340
103464
|
} }
|
|
103341
103465
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
103342
103466
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
103343
|
-
i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal",
|
|
103467
|
+
i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 112);
|
|
103344
103468
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_close_0_listener() { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeViewModeSwitcher()); })("modeSelected", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_modeSelected_0_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleDisplayModeChange($event)); });
|
|
103345
103469
|
i0.ɵɵelementEnd();
|
|
103346
103470
|
} if (rf & 2) {
|
|
@@ -103349,7 +103473,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(
|
|
|
103349
103473
|
} }
|
|
103350
103474
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
103351
103475
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
103352
|
-
i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer",
|
|
103476
|
+
i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer", 113);
|
|
103353
103477
|
i0.ɵɵlistener("markAsReviewed", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template_symphiq_mark_as_reviewed_footer_markAsReviewed_0_listener() { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleMarkAsReviewedClick()); });
|
|
103354
103478
|
i0.ɵɵelementEnd();
|
|
103355
103479
|
} if (rf & 2) {
|
|
@@ -103735,7 +103859,6 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
103735
103859
|
}
|
|
103736
103860
|
}
|
|
103737
103861
|
}
|
|
103738
|
-
console.log(`[countByType] type=${type}, uniqueAnalysisIds=`, Array.from(uniqueAnalysisIds), 'uniqueGoalIds=', Array.from(uniqueGoalIds), 'sources=', debugSources);
|
|
103739
103862
|
return { analyses: uniqueAnalysisIds.size, goals: uniqueGoalIds.size };
|
|
103740
103863
|
}
|
|
103741
103864
|
openSearch() {
|
|
@@ -104070,7 +104193,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104070
104193
|
static { this.ɵfac = function SymphiqProfileAnalysisUnifiedDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisUnifiedDashboardComponent)(); }; }
|
|
104071
104194
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisUnifiedDashboardComponent, selectors: [["symphiq-profile-analysis-unified-dashboard"]], hostBindings: function SymphiqProfileAnalysisUnifiedDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
104072
104195
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisUnifiedDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
104073
|
-
} }, inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], isLoadingSourceAnalysis: [1, "isLoadingSourceAnalysis"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"], requestedByUser: [1, "requestedByUser"] }, outputs: { markAsReviewedClick: "markAsReviewedClick", generateGoalsClick: "generateGoalsClick", stepClick: "stepClick", nextStepClick: "nextStepClick", sourceAnalysisRequest: "sourceAnalysisRequest" }, features: [i0.ɵɵNgOnChangesFeature], decls:
|
|
104196
|
+
} }, inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], isLoadingSourceAnalysis: [1, "isLoadingSourceAnalysis"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"], requestedByUser: [1, "requestedByUser"] }, outputs: { markAsReviewedClick: "markAsReviewedClick", generateGoalsClick: "generateGoalsClick", stepClick: "stepClick", nextStepClick: "nextStepClick", sourceAnalysisRequest: "sourceAnalysisRequest" }, features: [i0.ɵɵNgOnChangesFeature], decls: 18, vars: 37, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12", 3, "pb-32"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "isLightMode", "isOpen"], [3, "viewMode", "currentMode", "isOpen"], [3, "viewMode", "selfContentStatus", "isLoading"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title"], [3, "expandedChange", "scrollToTop", "toggleView", "isLightMode", "isCompactMode", "isExpanded"], [3, "navigate", "isLightMode", "sections", "activeSection"], [3, "viewMode"], [3, "isLightMode"], [3, "isLightMode", "allInsights", "allMetrics", "allCharts"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], ["title", "Loading Your Unified Analysis", "subtitle", "Please wait while we prepare your synthesized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [1, "mb-12"], [1, "rounded-2xl", "p-8", "shadow-xl", "animate-fade-in-up", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "p-4", "rounded-xl", "flex-shrink-0", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-2", 3, "ngClass"], [1, "text-lg", "mb-4", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], ["id", "section-unified-goals", 1, "space-y-6", "scroll-mt-24"], ["id", "section-timeline", 1, "space-y-6", "scroll-mt-24"], ["id", "section-priority-matrix", 1, "space-y-6", "scroll-mt-24"], ["id", "section-next-steps", 1, "space-y-6", "scroll-mt-24"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "flex", "flex-col", "gap-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], ["title", "Synthesis Overview", 3, "viewMode", "narrative", "napkinVisual"], [1, "p-6", "rounded-xl", "mb-4", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", "opacity-80"], [1, "text-4xl", "font-bold"], [1, "text-6xl", "opacity-20"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-16", "h-16"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], [1, "p-4", "rounded-xl", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-2"], [1, "text-sm", "opacity-80"], ["title", "Unified Goals", "subtitle", "Strategic priorities synthesized from all analyses", 3, "viewMode"], [1, "grid", "gap-6", 2, "grid-template-columns", "repeat(auto-fit, minmax(340px, 1fr))"], [3, "goal", "viewMode"], [3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "learnMoreClick", "goal", "viewMode"], ["title", "Implementation Timeline", "subtitle", "Strategic roadmap for goal execution", 3, "viewMode"], [1, "absolute", "left-6", "top-0", "bottom-0", "w-0.5", 3, "ngClass"], [1, "space-y-8"], [1, "relative", "pl-16", "group"], [1, "absolute", "left-4", "w-5", "h-5", "rounded-full", "border-4", "flex", "items-center", "justify-center", "transition-all", "group-hover:scale-125", 3, "ngClass"], [1, "w-2", "h-2", "rounded-full", 3, "ngClass"], [1, "rounded-xl", "p-5", "transition-all", "hover:shadow-lg", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4", "mb-3"], [1, "text-base", "font-semibold", 3, "ngClass"], [1, "px-2", "py-1", "text-xs", "font-semibold", "rounded-full", "flex-shrink-0", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3", 3, "ngClass"], [1, "mt-4"], [1, "absolute", "-left-[52px]", "top-5", "text-xs", "font-bold", 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", "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"], [1, "text-sm", "font-medium"], [1, "text-xs", "font-semibold", "uppercase", "mb-2", 3, "ngClass"], [1, "space-y-2"], [1, "flex", "items-start", "gap-2", "text-sm", 3, "ngClass"], [1, "text-xs", "pl-6", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "mt-0.5", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4"], [1, "line-clamp-1"], ["title", "Priority Matrix", "subtitle", "Goals organized by impact and effort", 3, "viewMode"], [1, "rounded-2xl", "p-6", "shadow-xl", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-4", "relative"], [1, "absolute", "-left-2", "top-1/2", "-translate-y-1/2", "-rotate-90", "text-xs", "font-semibold", "uppercase", "tracking-wider", "whitespace-nowrap", "origin-center", 3, "ngClass"], [1, "absolute", "bottom-0", "left-1/2", "-translate-x-1/2", "translate-y-6", "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "rounded-xl", "p-4", "min-h-[180px]", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], [1, "w-3", "h-3", "rounded-full", "bg-green-500"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "text-xs", "mb-3", 3, "ngClass"], ["type", "button", 1, "w-full", "text-left", "p-2", "rounded-lg", "text-sm", "transition-all", "hover:scale-[1.02]", 3, "ngClass"], [1, "text-xs", "text-center", 3, "ngClass"], [1, "text-xs", "text-center", "py-4", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-amber-500"], [1, "w-3", "h-3", "rounded-full", "bg-blue-500"], [1, "w-3", "h-3", "rounded-full", "bg-slate-400"], ["type", "button", 1, "w-full", "text-left", "p-2", "rounded-lg", "text-sm", "transition-all", "hover:scale-[1.02]", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-2"], [1, "line-clamp-1", "flex-1"], [1, "text-xs", 3, "ngClass"], ["title", "Next Steps", "subtitle", "Actionable priorities to drive progress", 3, "viewMode"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-6"], [1, "rounded-2xl", "p-6", "shadow-lg", "transition-all", "hover:shadow-xl", 3, "ngClass"], [1, "flex", "items-start", "gap-4", "mb-4"], [1, "w-10", "h-10", "rounded-full", "flex", "items-center", "justify-center", "text-lg", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-base", "font-semibold", "line-clamp-2", 3, "ngClass"], [1, "text-sm", "mb-4", "line-clamp-3", 3, "ngClass"], [1, "mt-4", "pt-4", "border-t", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"], [1, "line-clamp-2"], [1, "space-y-6"], [3, "close", "isLightMode", "isOpen"], [3, "close", "modeSelected", "viewMode", "currentMode", "isOpen"], [3, "markAsReviewed", "viewMode", "selfContentStatus", "isLoading"]], template: function SymphiqProfileAnalysisUnifiedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
104074
104197
|
i0.ɵɵelementStart(0, "div", 0);
|
|
104075
104198
|
i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
|
|
104076
104199
|
i0.ɵɵelementStart(3, "div", 3)(4, "symphiq-dashboard-header", 4);
|
|
@@ -104090,7 +104213,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104090
104213
|
i0.ɵɵelementStart(13, "symphiq-mobile-bottom-nav", 13);
|
|
104091
104214
|
i0.ɵɵlistener("navigate", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_mobile_bottom_nav_navigate_13_listener($event) { return ctx.handleMobileNavigation($event); });
|
|
104092
104215
|
i0.ɵɵelementEnd();
|
|
104093
|
-
i0.ɵɵelement(14, "symphiq-tooltip-container")(15, "symphiq-unified-dashboard-modal", 14)(16, "symphiq-business-analysis-modal", 15);
|
|
104216
|
+
i0.ɵɵelement(14, "symphiq-tooltip-container")(15, "symphiq-unified-dashboard-modal", 14)(16, "symphiq-business-analysis-modal", 15)(17, "symphiq-profile-analysis-modal", 16);
|
|
104094
104217
|
i0.ɵɵelementEnd();
|
|
104095
104218
|
} if (rf & 2) {
|
|
104096
104219
|
i0.ɵɵclassProp("min-h-screen", !ctx.embedded());
|
|
@@ -104122,6 +104245,8 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104122
104245
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
104123
104246
|
i0.ɵɵadvance();
|
|
104124
104247
|
i0.ɵɵproperty("isLightMode", ctx.isLightMode());
|
|
104248
|
+
i0.ɵɵadvance();
|
|
104249
|
+
i0.ɵɵproperty("isLightMode", ctx.isLightMode())("allInsights", i0.ɵɵpureFunction0(36, _c0$7))("allMetrics", ctx.allMetrics())("allCharts", ctx.allCharts());
|
|
104125
104250
|
} }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent,
|
|
104126
104251
|
ScrollProgressBarComponent,
|
|
104127
104252
|
SearchModalComponent,
|
|
@@ -104133,6 +104258,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104133
104258
|
ContentGenerationProgressWithConfettiComponent,
|
|
104134
104259
|
LoadingCardComponent,
|
|
104135
104260
|
MarkAsReviewedFooterComponent,
|
|
104261
|
+
ProfileAnalysisModalComponent,
|
|
104136
104262
|
MobileFABComponent,
|
|
104137
104263
|
MobileBottomNavComponent,
|
|
104138
104264
|
UnifiedGoalCardComponent,
|
|
@@ -104252,7 +104378,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104252
104378
|
@if (executiveSummary(); as summary) {
|
|
104253
104379
|
<section id="section-executive-summary" class="space-y-6 scroll-mt-24">
|
|
104254
104380
|
<div [ngClass]="bannerClasses()" class="rounded-2xl p-8 shadow-xl">
|
|
104255
|
-
<div class="
|
|
104381
|
+
<div class="flex flex-col gap-6">
|
|
104256
104382
|
<div class="flex items-start justify-between gap-4">
|
|
104257
104383
|
<div class="flex-1">
|
|
104258
104384
|
<h2 [ngClass]="sectionTitleClasses()" class="text-2xl font-bold mb-3">
|
|
@@ -104274,6 +104400,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104274
104400
|
<symphiq-analysis-narrative
|
|
104275
104401
|
[viewMode]="viewMode()"
|
|
104276
104402
|
[narrative]="summary.synthesisNarrative"
|
|
104403
|
+
[napkinVisual]="summary.napkinVisual"
|
|
104277
104404
|
title="Synthesis Overview"
|
|
104278
104405
|
/>
|
|
104279
104406
|
|
|
@@ -104725,6 +104852,12 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104725
104852
|
|
|
104726
104853
|
<symphiq-unified-dashboard-modal [viewMode]="viewMode()" />
|
|
104727
104854
|
<symphiq-business-analysis-modal [isLightMode]="isLightMode()" />
|
|
104855
|
+
<symphiq-profile-analysis-modal
|
|
104856
|
+
[isLightMode]="isLightMode()"
|
|
104857
|
+
[allInsights]="[]"
|
|
104858
|
+
[allMetrics]="allMetrics()"
|
|
104859
|
+
[allCharts]="allCharts()"
|
|
104860
|
+
/>
|
|
104728
104861
|
</div>
|
|
104729
104862
|
`
|
|
104730
104863
|
}]
|
|
@@ -104732,7 +104865,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104732
104865
|
type: HostListener,
|
|
104733
104866
|
args: ['window:scroll']
|
|
104734
104867
|
}] }); })();
|
|
104735
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber:
|
|
104868
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 678 }); })();
|
|
104736
104869
|
|
|
104737
104870
|
function SymphiqProfileMetricsAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
104738
104871
|
const _r1 = i0.ɵɵgetCurrentView();
|