@eric-emg/symphiq-components 1.3.68 → 1.3.71
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.
|
@@ -3831,8 +3831,8 @@ class DataLoaderService {
|
|
|
3831
3831
|
args: [{ providedIn: 'root' }]
|
|
3832
3832
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3833
3833
|
|
|
3834
|
-
const _c0$
|
|
3835
|
-
const _c1$
|
|
3834
|
+
const _c0$1r = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3835
|
+
const _c1$N = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3836
3836
|
class SkeletonLoaderComponent {
|
|
3837
3837
|
constructor() {
|
|
3838
3838
|
this.width = input('100%', ...(ngDevMode ? [{ debugName: "width" }] : []));
|
|
@@ -3848,9 +3848,9 @@ class SkeletonLoaderComponent {
|
|
|
3848
3848
|
} if (rf & 2) {
|
|
3849
3849
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
3850
3850
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
3851
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
3851
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$1r, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3852
3852
|
i0.ɵɵadvance();
|
|
3853
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$
|
|
3853
|
+
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"));
|
|
3854
3854
|
} }, 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 }); }
|
|
3855
3855
|
}
|
|
3856
3856
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonLoaderComponent, [{
|
|
@@ -4059,7 +4059,7 @@ const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () =
|
|
|
4059
4059
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
4060
4060
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
4061
4061
|
const ChartContainerComponent_Conditional_1_Conditional_17_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
4062
|
-
const _c0$
|
|
4062
|
+
const _c0$1q = (a0, a1) => [a0, a1];
|
|
4063
4063
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
4064
4064
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
4065
4065
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -4111,7 +4111,7 @@ function ChartContainerComponent_Conditional_1_Conditional_12_Template(rf, ctx)
|
|
|
4111
4111
|
i0.ɵɵelementEnd()();
|
|
4112
4112
|
} if (rf & 2) {
|
|
4113
4113
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
4114
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
4114
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$1q, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
4115
4115
|
} }
|
|
4116
4116
|
function ChartContainerComponent_Conditional_1_Conditional_14_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
4117
4117
|
i0.ɵɵelement(0, "symphiq-line-chart", 24);
|
|
@@ -5598,7 +5598,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
5598
5598
|
}], 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"] }] }); })();
|
|
5599
5599
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
5600
5600
|
|
|
5601
|
-
const _c0$
|
|
5601
|
+
const _c0$1p = () => [1, 2, 3, 4];
|
|
5602
5602
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
5603
5603
|
i0.ɵɵelementStart(0, "div", 9);
|
|
5604
5604
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -5632,7 +5632,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
5632
5632
|
i0.ɵɵadvance(2);
|
|
5633
5633
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
5634
5634
|
i0.ɵɵadvance(2);
|
|
5635
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
5635
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$1p));
|
|
5636
5636
|
i0.ɵɵadvance(2);
|
|
5637
5637
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
5638
5638
|
} }
|
|
@@ -6847,8 +6847,8 @@ class OverallAssessmentComponent {
|
|
|
6847
6847
|
}], 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"] }] }); })();
|
|
6848
6848
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
6849
6849
|
|
|
6850
|
-
const _c0$
|
|
6851
|
-
const _c1$
|
|
6850
|
+
const _c0$1o = () => [1, 2, 3];
|
|
6851
|
+
const _c1$M = () => [1, 2, 3, 4];
|
|
6852
6852
|
const _c2$v = () => [];
|
|
6853
6853
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
6854
6854
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -6885,9 +6885,9 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
6885
6885
|
i0.ɵɵadvance();
|
|
6886
6886
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
6887
6887
|
i0.ɵɵadvance();
|
|
6888
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
6888
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$1o));
|
|
6889
6889
|
i0.ɵɵadvance(3);
|
|
6890
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$
|
|
6890
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$M));
|
|
6891
6891
|
} }
|
|
6892
6892
|
function InsightCardComponent_Conditional_0_Conditional_1_Conditional_7_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
6893
6893
|
i0.ɵɵnamespaceSVG();
|
|
@@ -9585,8 +9585,8 @@ class MetricCardComponent {
|
|
|
9585
9585
|
}], () => [], { 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 }] }] }); })();
|
|
9586
9586
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
9587
9587
|
|
|
9588
|
-
const _c0$
|
|
9589
|
-
const _c1$
|
|
9588
|
+
const _c0$1n = () => [1, 2, 3];
|
|
9589
|
+
const _c1$L = (a0, a1, a2) => [a0, a1, a2];
|
|
9590
9590
|
const _c2$u = (a0, a1) => [a0, a1];
|
|
9591
9591
|
const _forTrack0$1i = ($index, $item) => $item.metric;
|
|
9592
9592
|
const _forTrack1$d = ($index, $item) => $item.metric.dimensionValue;
|
|
@@ -9615,7 +9615,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
9615
9615
|
i0.ɵɵadvance();
|
|
9616
9616
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
9617
9617
|
i0.ɵɵadvance(2);
|
|
9618
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
9618
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$1n));
|
|
9619
9619
|
} }
|
|
9620
9620
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
9621
9621
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -9634,7 +9634,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
9634
9634
|
i0.ɵɵadvance();
|
|
9635
9635
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
9636
9636
|
i0.ɵɵadvance(2);
|
|
9637
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
9637
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$1n));
|
|
9638
9638
|
} }
|
|
9639
9639
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
9640
9640
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -9797,7 +9797,7 @@ function BreakdownSectionComponent_Conditional_1_For_9_For_27_Template(rf, ctx)
|
|
|
9797
9797
|
const ɵ$index_133_r9 = ctx.$index;
|
|
9798
9798
|
const group_r5 = i0.ɵɵnextContext().$implicit;
|
|
9799
9799
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
9800
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(31, _c1$
|
|
9800
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(31, _c1$L, item_r8.rowBackgroundClass, item_r8.priorityDividerClass, ctx_r0.isLightMode() ? "hover:bg-blue-50" : "hover:bg-slate-700/30"));
|
|
9801
9801
|
i0.ɵɵadvance(3);
|
|
9802
9802
|
i0.ɵɵproperty("ngClass", ctx_r0.isLightMode() ? "text-slate-600 group-hover:text-slate-900" : "text-slate-400 group-hover:text-white")("libSymphiqTooltip", item_r8.breakdownRowTooltip)("tooltipPosition", "auto");
|
|
9803
9803
|
i0.ɵɵadvance();
|
|
@@ -12147,7 +12147,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
12147
12147
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
12148
12148
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
12149
12149
|
|
|
12150
|
-
const _c0$
|
|
12150
|
+
const _c0$1m = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12151
12151
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
12152
12152
|
i0.ɵɵelement(0, "div", 12);
|
|
12153
12153
|
} if (rf & 2) {
|
|
@@ -12423,7 +12423,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12423
12423
|
i0.ɵɵadvance();
|
|
12424
12424
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12425
12425
|
i0.ɵɵadvance(3);
|
|
12426
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$
|
|
12426
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$1m));
|
|
12427
12427
|
i0.ɵɵadvance(2);
|
|
12428
12428
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12429
12429
|
i0.ɵɵadvance();
|
|
@@ -12599,7 +12599,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12599
12599
|
}], 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 }] }] }); })();
|
|
12600
12600
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
12601
12601
|
|
|
12602
|
-
const _c0$
|
|
12602
|
+
const _c0$1l = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12603
12603
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
12604
12604
|
i0.ɵɵelement(0, "div", 17);
|
|
12605
12605
|
} if (rf & 2) {
|
|
@@ -13110,7 +13110,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
13110
13110
|
i0.ɵɵadvance();
|
|
13111
13111
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
13112
13112
|
i0.ɵɵadvance(3);
|
|
13113
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
13113
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$1l));
|
|
13114
13114
|
i0.ɵɵadvance(2);
|
|
13115
13115
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
13116
13116
|
i0.ɵɵadvance();
|
|
@@ -13571,7 +13571,7 @@ class ProfileItemLookupService {
|
|
|
13571
13571
|
}]
|
|
13572
13572
|
}], null, null); })();
|
|
13573
13573
|
|
|
13574
|
-
const _c0$
|
|
13574
|
+
const _c0$1k = a0 => ({ name: "chevron-right", source: a0 });
|
|
13575
13575
|
const _forTrack0$1f = ($index, $item) => $item.id;
|
|
13576
13576
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13577
13577
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13589,7 +13589,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
13589
13589
|
i0.ɵɵadvance(2);
|
|
13590
13590
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
13591
13591
|
i0.ɵɵadvance();
|
|
13592
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13592
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1k, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13593
13593
|
} }
|
|
13594
13594
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13595
13595
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13673,7 +13673,7 @@ class RelatedAreaChipsComponent {
|
|
|
13673
13673
|
}], 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 }] }] }); })();
|
|
13674
13674
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13675
13675
|
|
|
13676
|
-
const _c0$
|
|
13676
|
+
const _c0$1j = a0 => ({ name: "chevron-right", source: a0 });
|
|
13677
13677
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13678
13678
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13679
13679
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13690,7 +13690,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
13690
13690
|
i0.ɵɵadvance(2);
|
|
13691
13691
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
13692
13692
|
i0.ɵɵadvance();
|
|
13693
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13693
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1j, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13694
13694
|
} }
|
|
13695
13695
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13696
13696
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -14091,7 +14091,7 @@ class CompetitorContextSectionComponent {
|
|
|
14091
14091
|
}], 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"] }] }); })();
|
|
14092
14092
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
14093
14093
|
|
|
14094
|
-
const _c0$
|
|
14094
|
+
const _c0$1i = a0 => ({ name: "chevron-right", source: a0 });
|
|
14095
14095
|
const _forTrack0$1d = ($index, $item) => $item.id;
|
|
14096
14096
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
14097
14097
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -14112,7 +14112,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
14112
14112
|
i0.ɵɵadvance(2);
|
|
14113
14113
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
14114
14114
|
i0.ɵɵadvance();
|
|
14115
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
14115
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$1i, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14116
14116
|
} }
|
|
14117
14117
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
14118
14118
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -21162,7 +21162,7 @@ class MarkdownTooltipComponent {
|
|
|
21162
21162
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
21163
21163
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
|
|
21164
21164
|
|
|
21165
|
-
const _c0$
|
|
21165
|
+
const _c0$1h = () => [];
|
|
21166
21166
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21167
21167
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
21168
21168
|
} if (rf & 2) {
|
|
@@ -21326,7 +21326,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
21326
21326
|
} if (rf & 2) {
|
|
21327
21327
|
i0.ɵɵnextContext(2);
|
|
21328
21328
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
21329
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
21329
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$1h));
|
|
21330
21330
|
} }
|
|
21331
21331
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
21332
21332
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -22456,7 +22456,7 @@ class SearchService {
|
|
|
22456
22456
|
}]
|
|
22457
22457
|
}], null, null); })();
|
|
22458
22458
|
|
|
22459
|
-
const _c0$
|
|
22459
|
+
const _c0$1g = ["searchInput"];
|
|
22460
22460
|
const _forTrack0$17 = ($index, $item) => $item.id;
|
|
22461
22461
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
22462
22462
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -22818,7 +22818,7 @@ class SearchBarComponent {
|
|
|
22818
22818
|
}
|
|
22819
22819
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
22820
22820
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
22821
|
-
i0.ɵɵviewQuery(_c0$
|
|
22821
|
+
i0.ɵɵviewQuery(_c0$1g, 5);
|
|
22822
22822
|
} if (rf & 2) {
|
|
22823
22823
|
let _t;
|
|
22824
22824
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -25806,8 +25806,8 @@ class ConfidenceLevelCardComponent {
|
|
|
25806
25806
|
'unified-analysis': {
|
|
25807
25807
|
grade: 'A+',
|
|
25808
25808
|
percentage: 100,
|
|
25809
|
-
qualitativeStatus: 'Business +
|
|
25810
|
-
quantitativeStatus: '
|
|
25809
|
+
qualitativeStatus: 'Business + Data & Targets + Funnel',
|
|
25810
|
+
quantitativeStatus: 'Shop + Focus Areas + Metrics',
|
|
25811
25811
|
description: 'Maximum synthesis achieved! Symphiq has combined insights from your Business Analysis, Data & Targets, Funnel Analysis, Shop Analysis, Focus Area Analyses, and Metric Analyses into unified strategic goals. These recommendations represent the most comprehensive, cross-domain insights available for your business.'
|
|
25812
25812
|
}
|
|
25813
25813
|
};
|
|
@@ -26416,7 +26416,7 @@ class ConfidenceLevelCardComponent {
|
|
|
26416
26416
|
i0.ɵɵconditional(ctx.confidenceData().nextDashboardAction && ctx.confidenceData().nextDashboardGrade ? 31 : -1);
|
|
26417
26417
|
i0.ɵɵadvance();
|
|
26418
26418
|
i0.ɵɵconditional(!ctx.confidenceData().currentStepAction && ctx.confidenceData().nextStepAction && ctx.confidenceData().potentialGrade ? 32 : -1);
|
|
26419
|
-
} }, dependencies: [CommonModule, i1$1.NgClass], styles: ["@keyframes _ngcontent-%COMP%_confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _ngcontent-%COMP%_pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity
|
|
26419
|
+
} }, dependencies: [CommonModule, i1$1.NgClass], styles: ["@keyframes _ngcontent-%COMP%_confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _ngcontent-%COMP%_pulse-glow{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 20px #10b9814d}50%{opacity:1;transform:scale(1.08);box-shadow:0 0 40px #10b98199}}@keyframes _ngcontent-%COMP%_shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes _ngcontent-%COMP%_grade-change{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.confidence-card-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_confidence-fade-in-up .6s ease-out forwards}.animate-pulse-glow[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow 2s ease-in-out infinite}.grade-change-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_grade-change .8s ease-out}@media(prefers-reduced-motion:reduce){.confidence-card-animate[_ngcontent-%COMP%], .animate-pulse-glow[_ngcontent-%COMP%], .grade-change-animate[_ngcontent-%COMP%]{animation:none;opacity:1}}"], changeDetection: 0 }); }
|
|
26420
26420
|
}
|
|
26421
26421
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfidenceLevelCardComponent, [{
|
|
26422
26422
|
type: Component,
|
|
@@ -26537,9 +26537,9 @@ class ConfidenceLevelCardComponent {
|
|
|
26537
26537
|
</div>
|
|
26538
26538
|
</div>
|
|
26539
26539
|
</div>
|
|
26540
|
-
`, styles: ["@keyframes confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity
|
|
26540
|
+
`, styles: ["@keyframes confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 20px #10b9814d}50%{opacity:1;transform:scale(1.08);box-shadow:0 0 40px #10b98199}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes grade-change{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.confidence-card-animate{animation:confidence-fade-in-up .6s ease-out forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.grade-change-animate{animation:grade-change .8s ease-out}@media(prefers-reduced-motion:reduce){.confidence-card-animate,.animate-pulse-glow,.grade-change-animate{animation:none;opacity:1}}\n"] }]
|
|
26541
26541
|
}], () => [], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentStepId", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], currentFocusAreaDomain: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentFocusAreaDomain", required: false }] }], currentMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMetric", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], isCurrentStepComplete: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCurrentStepComplete", required: false }] }] }); })();
|
|
26542
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfidenceLevelCardComponent, { className: "ConfidenceLevelCardComponent", filePath: "lib/components/shared/confidence-level-card.component.ts", lineNumber:
|
|
26542
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfidenceLevelCardComponent, { className: "ConfidenceLevelCardComponent", filePath: "lib/components/shared/confidence-level-card.component.ts", lineNumber: 216 }); })();
|
|
26543
26543
|
|
|
26544
26544
|
function ContinueYourJourneyComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
26545
26545
|
i0.ɵɵnamespaceSVG();
|
|
@@ -26972,8 +26972,8 @@ class FunnelWelcomeBannerComponent {
|
|
|
26972
26972
|
}], 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 }] }] }); })();
|
|
26973
26973
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 75 }); })();
|
|
26974
26974
|
|
|
26975
|
-
const _c0$
|
|
26976
|
-
const _c1$
|
|
26975
|
+
const _c0$1f = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
26976
|
+
const _c1$K = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
26977
26977
|
class CollapsibleFunnelSectionGroupComponent {
|
|
26978
26978
|
constructor() {
|
|
26979
26979
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -27147,8 +27147,8 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
27147
27147
|
: 'border-slate-200';
|
|
27148
27148
|
}
|
|
27149
27149
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
27150
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"], storageKey: [1, "storageKey"] }, ngContentSelectors: _c1$
|
|
27151
|
-
i0.ɵɵprojectionDef(_c0$
|
|
27150
|
+
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) {
|
|
27151
|
+
i0.ɵɵprojectionDef(_c0$1f);
|
|
27152
27152
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
27153
27153
|
i0.ɵɵnamespaceSVG();
|
|
27154
27154
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -27604,7 +27604,7 @@ function ViewModeSwitcherModalComponent_Conditional_0_Conditional_14_Template(rf
|
|
|
27604
27604
|
i0.ɵɵelement(18, "path", 26);
|
|
27605
27605
|
i0.ɵɵelementEnd()();
|
|
27606
27606
|
i0.ɵɵnamespaceHTML();
|
|
27607
|
-
i0.ɵɵelementStart(19, "div", 21)(20, "h3",
|
|
27607
|
+
i0.ɵɵelementStart(19, "div", 21)(20, "h3", 27);
|
|
27608
27608
|
i0.ɵɵtext(21, " Compact ");
|
|
27609
27609
|
i0.ɵɵelementEnd();
|
|
27610
27610
|
i0.ɵɵelementStart(22, "p", 25);
|
|
@@ -27615,10 +27615,10 @@ function ViewModeSwitcherModalComponent_Conditional_0_Conditional_14_Template(rf
|
|
|
27615
27615
|
i0.ɵɵelementStart(25, "div", 17)(26, "div", 18);
|
|
27616
27616
|
i0.ɵɵnamespaceSVG();
|
|
27617
27617
|
i0.ɵɵelementStart(27, "svg", 19);
|
|
27618
|
-
i0.ɵɵelement(28, "path",
|
|
27618
|
+
i0.ɵɵelement(28, "path", 28);
|
|
27619
27619
|
i0.ɵɵelementEnd()();
|
|
27620
27620
|
i0.ɵɵnamespaceHTML();
|
|
27621
|
-
i0.ɵɵelementStart(29, "div", 21)(30, "h3",
|
|
27621
|
+
i0.ɵɵelementStart(29, "div", 21)(30, "h3", 27);
|
|
27622
27622
|
i0.ɵɵtext(31, " Expanded ");
|
|
27623
27623
|
i0.ɵɵelementEnd();
|
|
27624
27624
|
i0.ɵɵelementStart(32, "p", 25);
|
|
@@ -27790,7 +27790,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27790
27790
|
: 'text-slate-600 group-hover:text-slate-700';
|
|
27791
27791
|
}
|
|
27792
27792
|
static { this.ɵfac = function ViewModeSwitcherModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ViewModeSwitcherModalComponent)(); }; }
|
|
27793
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ViewModeSwitcherModalComponent, selectors: [["symphiq-view-mode-switcher-modal"]], inputs: { isOpen: [1, "isOpen"], currentMode: [1, "currentMode"], viewMode: [1, "viewMode"], isLoading: [1, "isLoading"] }, outputs: { close: "close", modeSelected: "modeSelected" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "z-[9999]", "flex", "items-center", "justify-center", "p-4"], [1, "absolute", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "z-10", "w-full", "max-w-2xl", "rounded-2xl", "shadow-2xl", "overflow-hidden", 3, "ngClass"], [1, "px-8", "py-6", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "text-2xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "p-2", "rounded-lg", "transition-all", "hover:scale-110", 3, "click", "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", "M6 18L18 6M6 6l12 12"], [1, "mt-2", "text-sm", 3, "ngClass"], [1, "px-8", "py-6", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "py-12"], [1, "grid", "gap-4"], [1, "relative", "w-16", "h-16", "mb-4"], [1, "absolute", "inset-0", "border-4", "border-t-transparent", "rounded-full", "animate-spin", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "text-left", "p-5", "rounded-xl", "border-2", "transition-all", "duration-200", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4"], [1, "p-3", "rounded-lg", "transition-all", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "flex-1"], [1, "flex", "items-center", "gap-2"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", 3, "ngClass"], [1, "mt-1", "text-sm", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"]], template: function ViewModeSwitcherModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27793
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ViewModeSwitcherModalComponent, selectors: [["symphiq-view-mode-switcher-modal"]], inputs: { isOpen: [1, "isOpen"], currentMode: [1, "currentMode"], viewMode: [1, "viewMode"], isLoading: [1, "isLoading"] }, outputs: { close: "close", modeSelected: "modeSelected" }, decls: 1, vars: 1, consts: [[1, "fixed", "inset-0", "z-[9999]", "flex", "items-center", "justify-center", "p-4"], [1, "absolute", "inset-0", "backdrop-blur-sm", 3, "click", "ngClass"], [1, "relative", "z-10", "w-full", "max-w-2xl", "rounded-2xl", "shadow-2xl", "overflow-hidden", 3, "ngClass"], [1, "px-8", "py-6", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "text-2xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "p-2", "rounded-lg", "transition-all", "hover:scale-110", 3, "click", "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", "M6 18L18 6M6 6l12 12"], [1, "mt-2", "text-sm", 3, "ngClass"], [1, "px-8", "py-6", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "py-12"], [1, "grid", "gap-4"], [1, "relative", "w-16", "h-16", "mb-4"], [1, "absolute", "inset-0", "border-4", "border-t-transparent", "rounded-full", "animate-spin", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "text-left", "p-5", "rounded-xl", "border-2", "transition-all", "duration-200", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4"], [1, "p-3", "rounded-lg", "transition-all", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "flex-1"], [1, "flex", "items-center", "gap-2"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", "mb-0!", 3, "ngClass"], [1, "px-2", "py-0.5", "text-xs", "font-medium", "rounded-full", 3, "ngClass"], [1, "mt-1", "text-sm", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6h16M4 12h16M4 18h16"], [1, "text-lg", "font-bold", "transition-colors", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"]], template: function ViewModeSwitcherModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27794
27794
|
i0.ɵɵconditionalCreate(0, ViewModeSwitcherModalComponent_Conditional_0_Template, 15, 10, "div", 0);
|
|
27795
27795
|
} if (rf & 2) {
|
|
27796
27796
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -27900,7 +27900,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27900
27900
|
</div>
|
|
27901
27901
|
<div class="flex-1">
|
|
27902
27902
|
<div class="flex items-center gap-2">
|
|
27903
|
-
<h3 [ngClass]="optionsDisplay().simplified.titleClasses" class="text-lg font-bold transition-colors duration-200">
|
|
27903
|
+
<h3 [ngClass]="optionsDisplay().simplified.titleClasses" class="text-lg font-bold transition-colors duration-200 mb-0!">
|
|
27904
27904
|
Simplified
|
|
27905
27905
|
</h3>
|
|
27906
27906
|
<span [ngClass]="badgeClasses()" class="px-2 py-0.5 text-xs font-medium rounded-full">
|
|
@@ -27968,8 +27968,8 @@ class ViewModeSwitcherModalComponent {
|
|
|
27968
27968
|
}], 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"] }] }); })();
|
|
27969
27969
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
27970
27970
|
|
|
27971
|
-
const _c0$
|
|
27972
|
-
const _c1$
|
|
27971
|
+
const _c0$1e = a0 => ({ name: "check-badge", source: a0 });
|
|
27972
|
+
const _c1$J = a0 => ({ name: "check-circle", source: a0 });
|
|
27973
27973
|
const _c2$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
27974
27974
|
const _forTrack0$12 = ($index, $item) => $item.area;
|
|
27975
27975
|
function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -27985,7 +27985,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27985
27985
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27986
27986
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27987
27987
|
i0.ɵɵadvance();
|
|
27988
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27988
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$1e, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27989
27989
|
i0.ɵɵadvance();
|
|
27990
27990
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27991
27991
|
i0.ɵɵadvance(2);
|
|
@@ -28030,7 +28030,7 @@ function KeyStrengthsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
28030
28030
|
i0.ɵɵadvance();
|
|
28031
28031
|
i0.ɵɵtextInterpolate1(" ", strength_r3.description, " ");
|
|
28032
28032
|
i0.ɵɵadvance(3);
|
|
28033
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$
|
|
28033
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$J, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
|
|
28034
28034
|
i0.ɵɵadvance();
|
|
28035
28035
|
i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
|
|
28036
28036
|
i0.ɵɵadvance();
|
|
@@ -28200,8 +28200,8 @@ class KeyStrengthsListModalContentComponent {
|
|
|
28200
28200
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28201
28201
|
(() => { (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 }); })();
|
|
28202
28202
|
|
|
28203
|
-
const _c0$
|
|
28204
|
-
const _c1$
|
|
28203
|
+
const _c0$1d = a0 => ({ name: "shield-check", source: a0 });
|
|
28204
|
+
const _c1$I = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28205
28205
|
const _c2$s = a0 => ({ name: "document-text", source: a0 });
|
|
28206
28206
|
const _c3$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
28207
28207
|
const _forTrack0$11 = ($index, $item) => $item.area;
|
|
@@ -28218,7 +28218,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
28218
28218
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
28219
28219
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
28220
28220
|
i0.ɵɵadvance();
|
|
28221
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
28221
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$1d, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
28222
28222
|
i0.ɵɵadvance();
|
|
28223
28223
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
28224
28224
|
i0.ɵɵadvance(2);
|
|
@@ -28271,7 +28271,7 @@ function CriticalGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
28271
28271
|
i0.ɵɵadvance();
|
|
28272
28272
|
i0.ɵɵproperty("ngClass", ctx_r0.impactContainerClasses());
|
|
28273
28273
|
i0.ɵɵadvance(2);
|
|
28274
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c1$
|
|
28274
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c1$I, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.impactIconClasses(gap_r3.urgency));
|
|
28275
28275
|
i0.ɵɵadvance(2);
|
|
28276
28276
|
i0.ɵɵproperty("ngClass", ctx_r0.impactLabelClasses());
|
|
28277
28277
|
i0.ɵɵadvance(2);
|
|
@@ -28516,8 +28516,8 @@ class CriticalGapsListModalContentComponent {
|
|
|
28516
28516
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28517
28517
|
(() => { (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 }); })();
|
|
28518
28518
|
|
|
28519
|
-
const _c0$
|
|
28520
|
-
const _c1$
|
|
28519
|
+
const _c0$1c = a0 => ({ name: "check-circle", source: a0 });
|
|
28520
|
+
const _c1$H = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28521
28521
|
const _forTrack0$10 = ($index, $item) => $item.questionId;
|
|
28522
28522
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
28523
28523
|
i0.ɵɵelementStart(0, "div", 19)(1, "span", 20);
|
|
@@ -28547,7 +28547,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Template(rf
|
|
|
28547
28547
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
28548
28548
|
i0.ɵɵproperty("ngClass", ctx_r1.answerCardClasses());
|
|
28549
28549
|
i0.ɵɵadvance(2);
|
|
28550
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c1$
|
|
28550
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c1$H, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.answerIconClasses());
|
|
28551
28551
|
i0.ɵɵadvance(2);
|
|
28552
28552
|
i0.ɵɵproperty("ngClass", ctx_r1.questionClasses());
|
|
28553
28553
|
i0.ɵɵadvance();
|
|
@@ -28572,7 +28572,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
28572
28572
|
i0.ɵɵadvance();
|
|
28573
28573
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
28574
28574
|
i0.ɵɵadvance();
|
|
28575
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
28575
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1c, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
28576
28576
|
i0.ɵɵadvance(3);
|
|
28577
28577
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
28578
28578
|
} }
|
|
@@ -28757,8 +28757,8 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
28757
28757
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28758
28758
|
(() => { (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 }); })();
|
|
28759
28759
|
|
|
28760
|
-
const _c0$
|
|
28761
|
-
const _c1$
|
|
28760
|
+
const _c0$1b = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28761
|
+
const _c1$G = a0 => ({ name: "document-text", source: a0 });
|
|
28762
28762
|
const _c2$r = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28763
28763
|
const _forTrack0$$ = ($index, $item) => $item.questionId;
|
|
28764
28764
|
function CriticalGapDetailModalContentComponent_Conditional_20_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -28836,7 +28836,7 @@ function CriticalGapDetailModalContentComponent_Conditional_20_Template(rf, ctx)
|
|
|
28836
28836
|
i0.ɵɵclassMap(ctx_r1.isLightMode() ? "border-slate-200" : "border-slate-700");
|
|
28837
28837
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
28838
28838
|
i0.ɵɵadvance();
|
|
28839
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c1$
|
|
28839
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c1$G, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
28840
28840
|
i0.ɵɵadvance(3);
|
|
28841
28841
|
i0.ɵɵrepeater(ctx_r1.gap().supportingAnswers);
|
|
28842
28842
|
} }
|
|
@@ -29035,7 +29035,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
29035
29035
|
i0.ɵɵadvance();
|
|
29036
29036
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
29037
29037
|
i0.ɵɵadvance(2);
|
|
29038
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
29038
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$1b, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
29039
29039
|
i0.ɵɵadvance(2);
|
|
29040
29040
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
29041
29041
|
i0.ɵɵadvance(2);
|
|
@@ -30797,8 +30797,8 @@ class TopPriorityDetailModalContentComponent {
|
|
|
30797
30797
|
}], 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 }] }] }); })();
|
|
30798
30798
|
(() => { (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 }); })();
|
|
30799
30799
|
|
|
30800
|
-
const _c0$
|
|
30801
|
-
const _c1$
|
|
30800
|
+
const _c0$1a = a0 => ({ name: "check-badge", source: a0 });
|
|
30801
|
+
const _c1$F = a0 => ({ name: "check-circle", source: a0 });
|
|
30802
30802
|
const _c2$q = a0 => ({ name: "chevron-right", source: a0 });
|
|
30803
30803
|
const _c3$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
30804
30804
|
const _forTrack0$_ = ($index, $item) => $item.capability;
|
|
@@ -30815,7 +30815,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
30815
30815
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30816
30816
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30817
30817
|
i0.ɵɵadvance();
|
|
30818
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30818
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$1a, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30819
30819
|
i0.ɵɵadvance();
|
|
30820
30820
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30821
30821
|
i0.ɵɵadvance(2);
|
|
@@ -30906,7 +30906,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_2_For_2_Templat
|
|
|
30906
30906
|
i0.ɵɵadvance(2);
|
|
30907
30907
|
i0.ɵɵconditional(ctx_r0.getLinkedMetricsCount(strength_r3) > 0 ? 9 : -1);
|
|
30908
30908
|
i0.ɵɵadvance(2);
|
|
30909
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$
|
|
30909
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$F, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
|
|
30910
30910
|
i0.ɵɵadvance();
|
|
30911
30911
|
i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
|
|
30912
30912
|
i0.ɵɵadvance();
|
|
@@ -31120,8 +31120,8 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
31120
31120
|
}], 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 }] }] }); })();
|
|
31121
31121
|
(() => { (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 }); })();
|
|
31122
31122
|
|
|
31123
|
-
const _c0$
|
|
31124
|
-
const _c1$
|
|
31123
|
+
const _c0$19 = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
31124
|
+
const _c1$E = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
31125
31125
|
const _c2$p = a0 => ({ name: "chevron-right", source: a0 });
|
|
31126
31126
|
function _forTrack0$Z($index, $item) { return this.getGapTitle($item); }
|
|
31127
31127
|
function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31137,7 +31137,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
31137
31137
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31138
31138
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31139
31139
|
i0.ɵɵadvance();
|
|
31140
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31140
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$19, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31141
31141
|
i0.ɵɵadvance();
|
|
31142
31142
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31143
31143
|
i0.ɵɵadvance(2);
|
|
@@ -31230,7 +31230,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
31230
31230
|
i0.ɵɵadvance();
|
|
31231
31231
|
i0.ɵɵconditional(ctx_r0.getImpactOnMetric(gap_r3) ? 8 : -1);
|
|
31232
31232
|
i0.ɵɵadvance(3);
|
|
31233
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$
|
|
31233
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$E, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses(gap_r3));
|
|
31234
31234
|
i0.ɵɵadvance();
|
|
31235
31235
|
i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
|
|
31236
31236
|
i0.ɵɵadvance();
|
|
@@ -31514,8 +31514,8 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
31514
31514
|
}], 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 }] }] }); })();
|
|
31515
31515
|
(() => { (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 }); })();
|
|
31516
31516
|
|
|
31517
|
-
const _c0$
|
|
31518
|
-
const _c1$
|
|
31517
|
+
const _c0$18 = a0 => ({ name: "light-bulb", source: a0 });
|
|
31518
|
+
const _c1$D = a0 => ({ name: "chevron-right", source: a0 });
|
|
31519
31519
|
const _c2$o = a0 => ({ name: "chart-bar", source: a0 });
|
|
31520
31520
|
const _forTrack0$Y = ($index, $item) => $item.opportunity;
|
|
31521
31521
|
function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31531,7 +31531,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
31531
31531
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31532
31532
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31533
31533
|
i0.ɵɵadvance();
|
|
31534
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31534
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$18, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31535
31535
|
i0.ɵɵadvance();
|
|
31536
31536
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31537
31537
|
i0.ɵɵadvance(2);
|
|
@@ -31604,7 +31604,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_2_For_2_Tem
|
|
|
31604
31604
|
i0.ɵɵadvance(2);
|
|
31605
31605
|
i0.ɵɵconditional(ctx_r0.getLinkedMetricsCount(opportunity_r3) > 0 ? 8 : -1);
|
|
31606
31606
|
i0.ɵɵadvance(2);
|
|
31607
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$
|
|
31607
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$D, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
31608
31608
|
} }
|
|
31609
31609
|
function FocusAreaOpportunitiesListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
31610
31610
|
i0.ɵɵelementStart(0, "div", 2);
|
|
@@ -31783,8 +31783,8 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
31783
31783
|
}], 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 }] }] }); })();
|
|
31784
31784
|
(() => { (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 }); })();
|
|
31785
31785
|
|
|
31786
|
-
const _c0$
|
|
31787
|
-
const _c1$
|
|
31786
|
+
const _c0$17 = a0 => ({ name: "chevron-right", source: a0 });
|
|
31787
|
+
const _c1$C = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31788
31788
|
const _forTrack0$X = ($index, $item) => $item.performanceItemId;
|
|
31789
31789
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31790
31790
|
i0.ɵɵelementStart(0, "div")(1, "p", 2);
|
|
@@ -31848,7 +31848,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
31848
31848
|
i0.ɵɵadvance(2);
|
|
31849
31849
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31850
31850
|
i0.ɵɵadvance();
|
|
31851
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31851
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$17, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31852
31852
|
} }
|
|
31853
31853
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
31854
31854
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -31907,7 +31907,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_6_For_5_Templa
|
|
|
31907
31907
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
31908
31908
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
31909
31909
|
i0.ɵɵadvance(2);
|
|
31910
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
31910
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$C, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
31911
31911
|
i0.ɵɵadvance();
|
|
31912
31912
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
31913
31913
|
i0.ɵɵadvance();
|
|
@@ -32168,7 +32168,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
32168
32168
|
}], 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 }] }] }); })();
|
|
32169
32169
|
(() => { (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 }); })();
|
|
32170
32170
|
|
|
32171
|
-
const _c0$
|
|
32171
|
+
const _c0$16 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
32172
32172
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32173
32173
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
32174
32174
|
i0.ɵɵtext(2);
|
|
@@ -32265,7 +32265,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
32265
32265
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
32266
32266
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
32267
32267
|
i0.ɵɵadvance(2);
|
|
32268
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
32268
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$16, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
32269
32269
|
i0.ɵɵadvance();
|
|
32270
32270
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
32271
32271
|
i0.ɵɵadvance();
|
|
@@ -32502,8 +32502,8 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
32502
32502
|
}], 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 }] }] }); })();
|
|
32503
32503
|
(() => { (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 }); })();
|
|
32504
32504
|
|
|
32505
|
-
const _c0$
|
|
32506
|
-
const _c1$
|
|
32505
|
+
const _c0$15 = a0 => ({ name: "chevron-right", source: a0 });
|
|
32506
|
+
const _c1$B = () => [];
|
|
32507
32507
|
const _forTrack0$W = ($index, $item) => $item.performanceItemId;
|
|
32508
32508
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32509
32509
|
i0.ɵɵelementStart(0, "div")(1, "p", 2);
|
|
@@ -32549,7 +32549,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
32549
32549
|
i0.ɵɵadvance(2);
|
|
32550
32550
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
32551
32551
|
i0.ɵɵadvance();
|
|
32552
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
32552
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$15, ctx_r0.IconSourceEnum.HEROICONS));
|
|
32553
32553
|
} }
|
|
32554
32554
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
32555
32555
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -32592,7 +32592,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_4_Template(
|
|
|
32592
32592
|
i0.ɵɵadvance();
|
|
32593
32593
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
32594
32594
|
i0.ɵɵadvance(3);
|
|
32595
|
-
i0.ɵɵrepeater(ctx_r0.opportunity().linkedGoalIds || i0.ɵɵpureFunction0(2, _c1$
|
|
32595
|
+
i0.ɵɵrepeater(ctx_r0.opportunity().linkedGoalIds || i0.ɵɵpureFunction0(2, _c1$B));
|
|
32596
32596
|
} }
|
|
32597
32597
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_5_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
32598
32598
|
i0.ɵɵelementStart(0, "span", 10);
|
|
@@ -32618,7 +32618,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_5_Template(
|
|
|
32618
32618
|
i0.ɵɵadvance();
|
|
32619
32619
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
32620
32620
|
i0.ɵɵadvance(3);
|
|
32621
|
-
i0.ɵɵrepeater(ctx_r0.opportunity().linkedFunnelStrengthIds || i0.ɵɵpureFunction0(2, _c1$
|
|
32621
|
+
i0.ɵɵrepeater(ctx_r0.opportunity().linkedFunnelStrengthIds || i0.ɵɵpureFunction0(2, _c1$B));
|
|
32622
32622
|
} }
|
|
32623
32623
|
class FocusAreaOpportunityDetailModalContentComponent {
|
|
32624
32624
|
constructor() {
|
|
@@ -32954,8 +32954,8 @@ class CircularProgressComponent {
|
|
|
32954
32954
|
}], 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 }] }] }); })();
|
|
32955
32955
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
32956
32956
|
|
|
32957
|
-
const _c0$
|
|
32958
|
-
const _c1$
|
|
32957
|
+
const _c0$14 = ["*"];
|
|
32958
|
+
const _c1$A = (a0, a1) => [a0, a1];
|
|
32959
32959
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32960
32960
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
32961
32961
|
i0.ɵɵelementStart(0, "button", 3);
|
|
@@ -32966,7 +32966,7 @@ function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (r
|
|
|
32966
32966
|
i0.ɵɵelementEnd()();
|
|
32967
32967
|
} if (rf & 2) {
|
|
32968
32968
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
32969
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$
|
|
32969
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$A, ctx_r1.iconClass(), ctx_r1.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
32970
32970
|
} }
|
|
32971
32971
|
class VisualizationContainerComponent {
|
|
32972
32972
|
constructor() {
|
|
@@ -32999,7 +32999,7 @@ class VisualizationContainerComponent {
|
|
|
32999
32999
|
});
|
|
33000
33000
|
}
|
|
33001
33001
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
33002
|
-
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$
|
|
33002
|
+
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$14, 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) {
|
|
33003
33003
|
i0.ɵɵprojectionDef();
|
|
33004
33004
|
i0.ɵɵelementStart(0, "div", 0);
|
|
33005
33005
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -33120,8 +33120,8 @@ class MetricBadgeComponent {
|
|
|
33120
33120
|
}], 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 }] }] }); })();
|
|
33121
33121
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
33122
33122
|
|
|
33123
|
-
const _c0$
|
|
33124
|
-
const _c1$
|
|
33123
|
+
const _c0$13 = a0 => ({ name: "light-bulb", source: a0 });
|
|
33124
|
+
const _c1$z = a0 => ({ name: "chevron-right", source: a0 });
|
|
33125
33125
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
33126
33126
|
i0.ɵɵelementStart(0, "p", 7);
|
|
33127
33127
|
i0.ɵɵtext(1);
|
|
@@ -33185,7 +33185,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33185
33185
|
i0.ɵɵadvance();
|
|
33186
33186
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
33187
33187
|
i0.ɵɵadvance();
|
|
33188
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
33188
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$13, ctx.iconSource));
|
|
33189
33189
|
i0.ɵɵadvance(3);
|
|
33190
33190
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
33191
33191
|
i0.ɵɵadvance();
|
|
@@ -33196,7 +33196,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33196
33196
|
i0.ɵɵconditional(ctx.message() ? 9 : -1);
|
|
33197
33197
|
i0.ɵɵadvance();
|
|
33198
33198
|
i0.ɵɵclassProp("rotate-90", ctx.isExpanded());
|
|
33199
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c1$
|
|
33199
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c1$z, ctx.iconSource))("ngClass", ctx.chevronClasses());
|
|
33200
33200
|
} }, dependencies: [CommonModule, i1$1.NgClass, SymphiqIconComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
33201
33201
|
}
|
|
33202
33202
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OpportunityHighlightBannerComponent, [{
|
|
@@ -33242,7 +33242,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33242
33242
|
}], 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"] }] }); })();
|
|
33243
33243
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
33244
33244
|
|
|
33245
|
-
const _c0$
|
|
33245
|
+
const _c0$12 = a0 => ({ name: "users", source: a0 });
|
|
33246
33246
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
33247
33247
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
33248
33248
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -33257,7 +33257,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
33257
33257
|
i0.ɵɵadvance();
|
|
33258
33258
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
33259
33259
|
i0.ɵɵadvance();
|
|
33260
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
33260
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$12, ctx_r0.iconSource));
|
|
33261
33261
|
i0.ɵɵadvance(3);
|
|
33262
33262
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
33263
33263
|
} }
|
|
@@ -33821,8 +33821,8 @@ class ViewportAnimationDirective {
|
|
|
33821
33821
|
type: Input
|
|
33822
33822
|
}] }); })();
|
|
33823
33823
|
|
|
33824
|
-
const _c0$
|
|
33825
|
-
const _c1$
|
|
33824
|
+
const _c0$11 = a0 => ({ name: "star", source: a0 });
|
|
33825
|
+
const _c1$y = a0 => ({ name: "globe-americas", source: a0 });
|
|
33826
33826
|
const _c2$n = a0 => ({ name: "academic-cap", source: a0 });
|
|
33827
33827
|
const _c3$i = a0 => ({ name: "information-circle", source: a0 });
|
|
33828
33828
|
const _c4$d = a0 => ({ name: "signal", source: a0 });
|
|
@@ -33857,7 +33857,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
33857
33857
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
33858
33858
|
} if (rf & 2) {
|
|
33859
33859
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33860
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
33860
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$11, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33861
33861
|
} }
|
|
33862
33862
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
33863
33863
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -33930,7 +33930,7 @@ function RegionCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
33930
33930
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33931
33931
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
33932
33932
|
i0.ɵɵadvance(2);
|
|
33933
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
33933
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$y, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
33934
33934
|
i0.ɵɵadvance();
|
|
33935
33935
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
33936
33936
|
i0.ɵɵadvance(2);
|
|
@@ -34895,8 +34895,8 @@ class CompetitiveInsightBadgeComponent {
|
|
|
34895
34895
|
}], 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 }] }] }); })();
|
|
34896
34896
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
34897
34897
|
|
|
34898
|
-
const _c0
|
|
34899
|
-
const _c1$
|
|
34898
|
+
const _c0$10 = a0 => ({ name: "calendar-days", source: a0 });
|
|
34899
|
+
const _c1$x = a0 => ({ name: "chart-bar", source: a0 });
|
|
34900
34900
|
const _c2$m = a0 => ({ name: "academic-cap", source: a0 });
|
|
34901
34901
|
const _c3$h = a0 => ({ name: "information-circle", source: a0 });
|
|
34902
34902
|
const _c4$c = a0 => ({ name: "signal", source: a0 });
|
|
@@ -34916,7 +34916,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
34916
34916
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
34917
34917
|
} if (rf & 2) {
|
|
34918
34918
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34919
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0
|
|
34919
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$10, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34920
34920
|
} }
|
|
34921
34921
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
34922
34922
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -35012,7 +35012,7 @@ function SeasonCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
|
35012
35012
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35013
35013
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35014
35014
|
i0.ɵɵadvance(2);
|
|
35015
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
35015
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$x, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
35016
35016
|
i0.ɵɵadvance();
|
|
35017
35017
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
35018
35018
|
i0.ɵɵadvance(2);
|
|
@@ -35729,8 +35729,8 @@ class SeasonCardComponent {
|
|
|
35729
35729
|
}] }); })();
|
|
35730
35730
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
35731
35731
|
|
|
35732
|
-
const _c0
|
|
35733
|
-
const _c1$
|
|
35732
|
+
const _c0$$ = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35733
|
+
const _c1$w = a0 => ({ name: "chart-bar", source: a0 });
|
|
35734
35734
|
const _c2$l = a0 => ({ name: "academic-cap", source: a0 });
|
|
35735
35735
|
const _c3$g = a0 => ({ name: "information-circle", source: a0 });
|
|
35736
35736
|
const _c4$b = a0 => ({ name: "signal", source: a0 });
|
|
@@ -35874,7 +35874,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
35874
35874
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35875
35875
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35876
35876
|
i0.ɵɵadvance();
|
|
35877
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0
|
|
35877
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$$, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
35878
35878
|
} }
|
|
35879
35879
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
35880
35880
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -36019,7 +36019,7 @@ function CustomerSegmentCardComponent_Conditional_23_Template(rf, ctx) { if (rf
|
|
|
36019
36019
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36020
36020
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36021
36021
|
i0.ɵɵadvance(2);
|
|
36022
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c1$
|
|
36022
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c1$w, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36023
36023
|
i0.ɵɵadvance();
|
|
36024
36024
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36025
36025
|
i0.ɵɵadvance(2);
|
|
@@ -36845,8 +36845,8 @@ class CustomerSegmentCardComponent {
|
|
|
36845
36845
|
}] }); })();
|
|
36846
36846
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
36847
36847
|
|
|
36848
|
-
const _c0$
|
|
36849
|
-
const _c1$
|
|
36848
|
+
const _c0$_ = a0 => ({ name: "currency-dollar", source: a0 });
|
|
36849
|
+
const _c1$v = a0 => ({ name: "document-text", source: a0 });
|
|
36850
36850
|
const _c2$k = a0 => ({ name: "academic-cap", source: a0 });
|
|
36851
36851
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
36852
36852
|
const _c4$a = a0 => ({ name: "signal", source: a0 });
|
|
@@ -36943,7 +36943,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
36943
36943
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36944
36944
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36945
36945
|
i0.ɵɵadvance(2);
|
|
36946
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
36946
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$_, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36947
36947
|
i0.ɵɵadvance();
|
|
36948
36948
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36949
36949
|
i0.ɵɵadvance(2);
|
|
@@ -36966,7 +36966,7 @@ function PriceTierCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
|
36966
36966
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36967
36967
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36968
36968
|
i0.ɵɵadvance(2);
|
|
36969
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$
|
|
36969
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$v, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36970
36970
|
i0.ɵɵadvance();
|
|
36971
36971
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36972
36972
|
i0.ɵɵadvance(2);
|
|
@@ -37681,8 +37681,8 @@ class PriceTierCardComponent {
|
|
|
37681
37681
|
}] }); })();
|
|
37682
37682
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
37683
37683
|
|
|
37684
|
-
const _c0$
|
|
37685
|
-
const _c1$
|
|
37684
|
+
const _c0$Z = () => ({ name: "cube", source: "HEROICONS" });
|
|
37685
|
+
const _c1$u = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
37686
37686
|
const _c2$j = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
37687
37687
|
const _c3$e = a0 => ({ name: "chart-bar", source: a0 });
|
|
37688
37688
|
const _c4$9 = a0 => ({ name: "academic-cap", source: a0 });
|
|
@@ -37728,7 +37728,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
37728
37728
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37729
37729
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
37730
37730
|
i0.ɵɵadvance(2);
|
|
37731
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
37731
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$Z))("ngClass", ctx_r0.getStatIconClasses());
|
|
37732
37732
|
i0.ɵɵadvance(2);
|
|
37733
37733
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
37734
37734
|
i0.ɵɵadvance(2);
|
|
@@ -37749,7 +37749,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_3_Template(rf,
|
|
|
37749
37749
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37750
37750
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
37751
37751
|
i0.ɵɵadvance(2);
|
|
37752
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$
|
|
37752
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$u))("ngClass", ctx_r0.getStatIconClasses());
|
|
37753
37753
|
i0.ɵɵadvance(2);
|
|
37754
37754
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
37755
37755
|
i0.ɵɵadvance(2);
|
|
@@ -38675,13 +38675,13 @@ class ProductCategoryCardComponent {
|
|
|
38675
38675
|
}] }); })();
|
|
38676
38676
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
38677
38677
|
|
|
38678
|
-
const _c0$
|
|
38678
|
+
const _c0$Y = (a0, a1) => ({ name: a0, source: a1 });
|
|
38679
38679
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
38680
38680
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
38681
38681
|
} if (rf & 2) {
|
|
38682
38682
|
const star_r1 = ctx.$implicit;
|
|
38683
38683
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
38684
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
38684
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$Y, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
38685
38685
|
} }
|
|
38686
38686
|
class CompetitiveStrengthIndicatorComponent {
|
|
38687
38687
|
constructor() {
|
|
@@ -38837,8 +38837,8 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
38837
38837
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
38838
38838
|
}
|
|
38839
38839
|
|
|
38840
|
-
const _c0$
|
|
38841
|
-
const _c1$
|
|
38840
|
+
const _c0$X = a0 => ({ name: "shield-check", source: a0 });
|
|
38841
|
+
const _c1$t = a0 => ({ name: "building-storefront", source: a0 });
|
|
38842
38842
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
38843
38843
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
38844
38844
|
const _c4$8 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -38888,7 +38888,7 @@ function EnhancedListItemCardComponent_Conditional_21_Conditional_7_Template(rf,
|
|
|
38888
38888
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
38889
38889
|
i0.ɵɵclassProp("mt-3", ctx_r0.getCompetitorPositioning() || ((tmp_2_0 = ctx_r0.item()) == null ? null : tmp_2_0.differentiationStrength));
|
|
38890
38890
|
i0.ɵɵadvance(2);
|
|
38891
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
38891
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$t, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
38892
38892
|
i0.ɵɵadvance();
|
|
38893
38893
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSubtitleClasses());
|
|
38894
38894
|
i0.ɵɵadvance(2);
|
|
@@ -38909,7 +38909,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
38909
38909
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
38910
38910
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
38911
38911
|
i0.ɵɵadvance(2);
|
|
38912
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
38912
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$X, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
38913
38913
|
i0.ɵɵadvance();
|
|
38914
38914
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
38915
38915
|
i0.ɵɵadvance(2);
|
|
@@ -39552,8 +39552,8 @@ class EnhancedListItemCardComponent {
|
|
|
39552
39552
|
}] }); })();
|
|
39553
39553
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
39554
39554
|
|
|
39555
|
-
const _c0$
|
|
39556
|
-
const _c1$
|
|
39555
|
+
const _c0$W = a0 => ({ name: "academic-cap", source: a0 });
|
|
39556
|
+
const _c1$s = a0 => ({ name: "information-circle", source: a0 });
|
|
39557
39557
|
const _c2$h = a0 => ({ name: "signal", source: a0 });
|
|
39558
39558
|
const _c3$c = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
39559
39559
|
function FocusAreaDetailCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -39633,7 +39633,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
39633
39633
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39634
39634
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
39635
39635
|
i0.ɵɵadvance(2);
|
|
39636
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
39636
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$W, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
39637
39637
|
i0.ɵɵadvance();
|
|
39638
39638
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
39639
39639
|
i0.ɵɵadvance(2);
|
|
@@ -39654,7 +39654,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_6_Template(rf,
|
|
|
39654
39654
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39655
39655
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
39656
39656
|
i0.ɵɵadvance(2);
|
|
39657
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$
|
|
39657
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$s, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
39658
39658
|
i0.ɵɵadvance();
|
|
39659
39659
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
39660
39660
|
i0.ɵɵadvance(2);
|
|
@@ -41412,7 +41412,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
41412
41412
|
}] }); })();
|
|
41413
41413
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
41414
41414
|
|
|
41415
|
-
const _c0$
|
|
41415
|
+
const _c0$V = ["*"];
|
|
41416
41416
|
class SkeletonCardBaseComponent {
|
|
41417
41417
|
constructor() {
|
|
41418
41418
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -41432,7 +41432,7 @@ class SkeletonCardBaseComponent {
|
|
|
41432
41432
|
`.trim();
|
|
41433
41433
|
}
|
|
41434
41434
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
41435
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
41435
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$V, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41436
41436
|
i0.ɵɵprojectionDef();
|
|
41437
41437
|
i0.ɵɵelementStart(0, "div", 0);
|
|
41438
41438
|
i0.ɵɵprojection(1);
|
|
@@ -42597,8 +42597,8 @@ class ProfileItemCardComponent {
|
|
|
42597
42597
|
}], 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 }] }] }); })();
|
|
42598
42598
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
42599
42599
|
|
|
42600
|
-
const _c0$
|
|
42601
|
-
const _c1$
|
|
42600
|
+
const _c0$U = ["scrollContainer"];
|
|
42601
|
+
const _c1$r = a0 => ({ name: "arrow-right", source: a0 });
|
|
42602
42602
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
42603
42603
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
42604
42604
|
i0.ɵɵelementStart(0, "button", 7);
|
|
@@ -42610,7 +42610,7 @@ function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1)
|
|
|
42610
42610
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
42611
42611
|
i0.ɵɵproperty("ngClass", ctx_r2.getPrimaryButtonClasses());
|
|
42612
42612
|
i0.ɵɵadvance();
|
|
42613
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c1$
|
|
42613
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c1$r, ctx_r2.IconSourceEnum.HEROICONS));
|
|
42614
42614
|
} }
|
|
42615
42615
|
class ItemDetailModalComponent {
|
|
42616
42616
|
constructor() {
|
|
@@ -42717,7 +42717,7 @@ class ItemDetailModalComponent {
|
|
|
42717
42717
|
}
|
|
42718
42718
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
42719
42719
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
42720
|
-
i0.ɵɵviewQuery(_c0$
|
|
42720
|
+
i0.ɵɵviewQuery(_c0$U, 5);
|
|
42721
42721
|
} if (rf & 2) {
|
|
42722
42722
|
let _t;
|
|
42723
42723
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -42796,8 +42796,8 @@ class ItemDetailModalComponent {
|
|
|
42796
42796
|
}] }); })();
|
|
42797
42797
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
42798
42798
|
|
|
42799
|
-
const _c0$
|
|
42800
|
-
const _c1$
|
|
42799
|
+
const _c0$T = ["modalContent"];
|
|
42800
|
+
const _c1$q = ["modalWrapper"];
|
|
42801
42801
|
const _c2$g = ["*"];
|
|
42802
42802
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
42803
42803
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
@@ -45144,7 +45144,7 @@ class ProfileAnalysisModalComponent {
|
|
|
45144
45144
|
}
|
|
45145
45145
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
45146
45146
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
45147
|
-
i0.ɵɵviewQuery(_c0$
|
|
45147
|
+
i0.ɵɵviewQuery(_c0$T, 5)(_c1$q, 5);
|
|
45148
45148
|
} if (rf & 2) {
|
|
45149
45149
|
let _t;
|
|
45150
45150
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -45694,8 +45694,8 @@ class ProfileAnalysisModalComponent {
|
|
|
45694
45694
|
}] }); }); })();
|
|
45695
45695
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 550 }); })();
|
|
45696
45696
|
|
|
45697
|
-
const _c0$
|
|
45698
|
-
const _c1$
|
|
45697
|
+
const _c0$S = a0 => ({ name: "light-bulb", source: a0 });
|
|
45698
|
+
const _c1$p = a0 => ({ name: "trophy", source: a0 });
|
|
45699
45699
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
45700
45700
|
const _c3$a = a0 => ({ name: "signal", source: a0 });
|
|
45701
45701
|
const _c4$6 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -45733,7 +45733,7 @@ function CompetitiveGapModalComponent_Conditional_10_Template(rf, ctx) { if (rf
|
|
|
45733
45733
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
45734
45734
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionClasses());
|
|
45735
45735
|
i0.ɵɵadvance(2);
|
|
45736
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$
|
|
45736
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$p, ctx_r0.iconSource))("ngClass", ctx_r0.sectionIconClasses());
|
|
45737
45737
|
i0.ɵɵadvance();
|
|
45738
45738
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
45739
45739
|
i0.ɵɵadvance(2);
|
|
@@ -45904,7 +45904,7 @@ class CompetitiveGapModalComponent {
|
|
|
45904
45904
|
i0.ɵɵadvance(2);
|
|
45905
45905
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
45906
45906
|
i0.ɵɵadvance();
|
|
45907
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
45907
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$S, ctx.iconSource));
|
|
45908
45908
|
i0.ɵɵadvance(3);
|
|
45909
45909
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
45910
45910
|
i0.ɵɵadvance();
|
|
@@ -46025,8 +46025,8 @@ class CompetitiveGapModalComponent {
|
|
|
46025
46025
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
46026
46026
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
46027
46027
|
|
|
46028
|
-
const _c0$
|
|
46029
|
-
const _c1$
|
|
46028
|
+
const _c0$R = a0 => ({ name: "list-bullet", source: a0 });
|
|
46029
|
+
const _c1$o = a0 => ({ name: "arrow-right", source: a0 });
|
|
46030
46030
|
const _c2$e = a0 => ({ name: "check-circle", source: a0 });
|
|
46031
46031
|
const _c3$9 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
46032
46032
|
const _forTrack0$T = ($index, $item) => $item.order;
|
|
@@ -46045,7 +46045,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
46045
46045
|
i0.ɵɵadvance();
|
|
46046
46046
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
46047
46047
|
i0.ɵɵadvance();
|
|
46048
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
46048
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$R, ctx_r0.iconSource));
|
|
46049
46049
|
i0.ɵɵadvance(2);
|
|
46050
46050
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
46051
46051
|
i0.ɵɵadvance(2);
|
|
@@ -46098,7 +46098,7 @@ function RecommendationActionStepsModalComponent_For_4_Template(rf, ctx) { if (r
|
|
|
46098
46098
|
i0.ɵɵadvance();
|
|
46099
46099
|
i0.ɵɵtextInterpolate1(" ", step_r2.order, " ");
|
|
46100
46100
|
i0.ɵɵadvance(4);
|
|
46101
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$
|
|
46101
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$o, ctx_r0.iconSource))("ngClass", ctx_r0.actionIconClasses());
|
|
46102
46102
|
i0.ɵɵadvance();
|
|
46103
46103
|
i0.ɵɵproperty("ngClass", ctx_r0.actionTitleClasses());
|
|
46104
46104
|
i0.ɵɵadvance(2);
|
|
@@ -46265,8 +46265,8 @@ class RecommendationActionStepsModalComponent {
|
|
|
46265
46265
|
}], 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 }] }] }); })();
|
|
46266
46266
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
46267
46267
|
|
|
46268
|
-
const _c0$
|
|
46269
|
-
const _c1$
|
|
46268
|
+
const _c0$Q = ["modalContent"];
|
|
46269
|
+
const _c1$n = ["modalWrapper"];
|
|
46270
46270
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
46271
46271
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
46272
46272
|
i0.ɵɵelementStart(0, "button", 26);
|
|
@@ -46780,7 +46780,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46780
46780
|
}
|
|
46781
46781
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
46782
46782
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
46783
|
-
i0.ɵɵviewQuery(_c0$
|
|
46783
|
+
i0.ɵɵviewQuery(_c0$Q, 5)(_c1$n, 5);
|
|
46784
46784
|
} if (rf & 2) {
|
|
46785
46785
|
let _t;
|
|
46786
46786
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -47656,8 +47656,8 @@ class SearchButtonComponent {
|
|
|
47656
47656
|
}], 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"] }] }); })();
|
|
47657
47657
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
47658
47658
|
|
|
47659
|
-
const _c0$
|
|
47660
|
-
const _c1$
|
|
47659
|
+
const _c0$P = [[["", "expandedControls", ""]], [["", "condensedLeftContent", ""]], [["", "condensedControls", ""]]];
|
|
47660
|
+
const _c1$m = ["[expandedControls]", "[condensedLeftContent]", "[condensedControls]"];
|
|
47661
47661
|
function DashboardHeaderComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
47662
47662
|
i0.ɵɵelement(0, "div", 7);
|
|
47663
47663
|
} }
|
|
@@ -47929,8 +47929,8 @@ class DashboardHeaderComponent {
|
|
|
47929
47929
|
: 'bg-slate-800 hover:bg-slate-700 text-slate-300 border border-slate-700';
|
|
47930
47930
|
}
|
|
47931
47931
|
static { this.ɵfac = function DashboardHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DashboardHeaderComponent)(); }; }
|
|
47932
|
-
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$
|
|
47933
|
-
i0.ɵɵprojectionDef(_c0$
|
|
47932
|
+
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) {
|
|
47933
|
+
i0.ɵɵprojectionDef(_c0$P);
|
|
47934
47934
|
i0.ɵɵelementStart(0, "header", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "div", 5)(6, "h1", 6);
|
|
47935
47935
|
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(); });
|
|
47936
47936
|
i0.ɵɵtext(7);
|
|
@@ -48278,8 +48278,8 @@ class LoadingCardComponent {
|
|
|
48278
48278
|
}], 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 }] }] }); })();
|
|
48279
48279
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingCardComponent, { className: "LoadingCardComponent", filePath: "lib/components/shared/loading-card.component.ts", lineNumber: 30 }); })();
|
|
48280
48280
|
|
|
48281
|
-
const _c0$
|
|
48282
|
-
const _c1$
|
|
48281
|
+
const _c0$O = ["dashboardContainer"];
|
|
48282
|
+
const _c1$l = () => ({});
|
|
48283
48283
|
const _c2$d = () => [1, 2, 3, 4, 5, 6];
|
|
48284
48284
|
const _c3$8 = () => [1, 2, 3];
|
|
48285
48285
|
const _c4$5 = () => [1, 2, 3, 4];
|
|
@@ -48584,7 +48584,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Co
|
|
|
48584
48584
|
i0.ɵɵelementEnd();
|
|
48585
48585
|
} if (rf & 2) {
|
|
48586
48586
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
48587
|
-
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$
|
|
48587
|
+
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$l))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", true)("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
|
|
48588
48588
|
} }
|
|
48589
48589
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_16_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
48590
48590
|
i0.ɵɵelementStart(0, "div", 56);
|
|
@@ -48737,7 +48737,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Co
|
|
|
48737
48737
|
i0.ɵɵelementEnd();
|
|
48738
48738
|
} if (rf & 2) {
|
|
48739
48739
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
48740
|
-
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$
|
|
48740
|
+
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$l))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", ctx_r2.viewModeService.isCompact())("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
|
|
48741
48741
|
} }
|
|
48742
48742
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_17_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
48743
48743
|
i0.ɵɵelementStart(0, "div", 78);
|
|
@@ -50573,7 +50573,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
50573
50573
|
}
|
|
50574
50574
|
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)); }; }
|
|
50575
50575
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
50576
|
-
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$
|
|
50576
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$O, 5);
|
|
50577
50577
|
} if (rf & 2) {
|
|
50578
50578
|
let _t;
|
|
50579
50579
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -53906,7 +53906,7 @@ class FocusAreaToolsModalComponent {
|
|
|
53906
53906
|
}] }); })();
|
|
53907
53907
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
53908
53908
|
|
|
53909
|
-
const _c0$
|
|
53909
|
+
const _c0$N = ["shopNameInput"];
|
|
53910
53910
|
const _forTrack0$N = ($index, $item) => $item.focusArea.focusAreaDomain;
|
|
53911
53911
|
const _forTrack1$9 = ($index, $item) => $item.domain;
|
|
53912
53912
|
function SymphiqCreateAccountDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -55167,7 +55167,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
55167
55167
|
}
|
|
55168
55168
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
55169
55169
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
55170
|
-
i0.ɵɵviewQuery(_c0$
|
|
55170
|
+
i0.ɵɵviewQuery(_c0$N, 5);
|
|
55171
55171
|
} if (rf & 2) {
|
|
55172
55172
|
let _t;
|
|
55173
55173
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -59136,7 +59136,7 @@ class ChartValueFormatter {
|
|
|
59136
59136
|
}
|
|
59137
59137
|
}
|
|
59138
59138
|
|
|
59139
|
-
const _c0$
|
|
59139
|
+
const _c0$M = ["chartdiv"];
|
|
59140
59140
|
class AreaChartComponent {
|
|
59141
59141
|
constructor() {
|
|
59142
59142
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -59462,7 +59462,7 @@ class AreaChartComponent {
|
|
|
59462
59462
|
}
|
|
59463
59463
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
59464
59464
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
59465
|
-
i0.ɵɵviewQuery(_c0$
|
|
59465
|
+
i0.ɵɵviewQuery(_c0$M, 7);
|
|
59466
59466
|
} if (rf & 2) {
|
|
59467
59467
|
let _t;
|
|
59468
59468
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59494,7 +59494,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
|
|
|
59494
59494
|
AreaChartComponent: AreaChartComponent
|
|
59495
59495
|
});
|
|
59496
59496
|
|
|
59497
|
-
const _c0$
|
|
59497
|
+
const _c0$L = ["chartdiv"];
|
|
59498
59498
|
class LineChartComponent {
|
|
59499
59499
|
constructor() {
|
|
59500
59500
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -59944,7 +59944,7 @@ class LineChartComponent {
|
|
|
59944
59944
|
}
|
|
59945
59945
|
static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
|
|
59946
59946
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
59947
|
-
i0.ɵɵviewQuery(_c0$
|
|
59947
|
+
i0.ɵɵviewQuery(_c0$L, 7);
|
|
59948
59948
|
} if (rf & 2) {
|
|
59949
59949
|
let _t;
|
|
59950
59950
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59976,7 +59976,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
|
|
|
59976
59976
|
LineChartComponent: LineChartComponent
|
|
59977
59977
|
});
|
|
59978
59978
|
|
|
59979
|
-
const _c0$
|
|
59979
|
+
const _c0$K = ["chartdiv"];
|
|
59980
59980
|
class ProgressToTargetChartComponent {
|
|
59981
59981
|
constructor() {
|
|
59982
59982
|
this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
@@ -60287,7 +60287,7 @@ class ProgressToTargetChartComponent {
|
|
|
60287
60287
|
}
|
|
60288
60288
|
static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
|
|
60289
60289
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
60290
|
-
i0.ɵɵviewQuery(_c0$
|
|
60290
|
+
i0.ɵɵviewQuery(_c0$K, 7);
|
|
60291
60291
|
} if (rf & 2) {
|
|
60292
60292
|
let _t;
|
|
60293
60293
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -62025,8 +62025,8 @@ class UserDisplayComponent {
|
|
|
62025
62025
|
}], 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 }] }] }); })();
|
|
62026
62026
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserDisplayComponent, { className: "UserDisplayComponent", filePath: "lib/components/shared/user-display.component.ts", lineNumber: 27 }); })();
|
|
62027
62027
|
|
|
62028
|
-
const _c0$
|
|
62029
|
-
const _c1$
|
|
62028
|
+
const _c0$J = ["absoluteInputRef"];
|
|
62029
|
+
const _c1$k = ["percentageInputRef"];
|
|
62030
62030
|
const _forTrack0$J = ($index, $item) => $item.history.id;
|
|
62031
62031
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
62032
62032
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -63305,7 +63305,7 @@ class EditMetricTargetModalComponent {
|
|
|
63305
63305
|
}
|
|
63306
63306
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
63307
63307
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
63308
|
-
i0.ɵɵviewQuery(_c0$
|
|
63308
|
+
i0.ɵɵviewQuery(_c0$J, 5)(_c1$k, 5);
|
|
63309
63309
|
} if (rf & 2) {
|
|
63310
63310
|
let _t;
|
|
63311
63311
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -63798,8 +63798,8 @@ class EditMetricTargetModalComponent {
|
|
|
63798
63798
|
}] }); })();
|
|
63799
63799
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 469 }); })();
|
|
63800
63800
|
|
|
63801
|
-
const _c0$
|
|
63802
|
-
const _c1$
|
|
63801
|
+
const _c0$I = ["absoluteInputRef"];
|
|
63802
|
+
const _c1$j = ["percentageInputRef"];
|
|
63803
63803
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63804
63804
|
i0.ɵɵtext(0);
|
|
63805
63805
|
} if (rf & 2) {
|
|
@@ -65109,7 +65109,7 @@ class InitialTargetSettingComponent {
|
|
|
65109
65109
|
}
|
|
65110
65110
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
65111
65111
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
65112
|
-
i0.ɵɵviewQuery(_c0$
|
|
65112
|
+
i0.ɵɵviewQuery(_c0$I, 5)(_c1$j, 5);
|
|
65113
65113
|
} if (rf & 2) {
|
|
65114
65114
|
let _t;
|
|
65115
65115
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -65719,7 +65719,7 @@ class InitialTargetSettingComponent {
|
|
|
65719
65719
|
}], 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"] }] }); })();
|
|
65720
65720
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 627 }); })();
|
|
65721
65721
|
|
|
65722
|
-
const _c0$
|
|
65722
|
+
const _c0$H = () => [];
|
|
65723
65723
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
65724
65724
|
i0.ɵɵelementStart(0, "div", 8);
|
|
65725
65725
|
i0.ɵɵelement(1, "symphiq-loading-card", 10);
|
|
@@ -65748,7 +65748,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_10_Conditional_1
|
|
|
65748
65748
|
} if (rf & 2) {
|
|
65749
65749
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
65750
65750
|
i0.ɵɵadvance();
|
|
65751
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(13, _c0$
|
|
65751
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(13, _c0$H))("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$H))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(15, _c0$H));
|
|
65752
65752
|
} }
|
|
65753
65753
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65754
65754
|
i0.ɵɵelement(0, "symphiq-revenue-calculator-welcome-banner", 13);
|
|
@@ -66529,8 +66529,8 @@ class HierarchyDisplayComponent {
|
|
|
66529
66529
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
66530
66530
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
66531
66531
|
|
|
66532
|
-
const _c0$
|
|
66533
|
-
const _c1$
|
|
66532
|
+
const _c0$G = a0 => ({ name: "chart-bar", source: a0 });
|
|
66533
|
+
const _c1$i = a0 => ({ name: "light-bulb", source: a0 });
|
|
66534
66534
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
66535
66535
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
66536
66536
|
i0.ɵɵelementStart(0, "div", 7)(1, "button", 8);
|
|
@@ -66715,7 +66715,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
66715
66715
|
i0.ɵɵadvance();
|
|
66716
66716
|
i0.ɵɵproperty("ngClass", ctx.sectionClasses());
|
|
66717
66717
|
i0.ɵɵadvance(2);
|
|
66718
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
66718
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$G, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.sectionIconClasses());
|
|
66719
66719
|
i0.ɵɵadvance();
|
|
66720
66720
|
i0.ɵɵproperty("ngClass", ctx.sectionTitleClasses());
|
|
66721
66721
|
i0.ɵɵadvance(2);
|
|
@@ -66725,7 +66725,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
66725
66725
|
i0.ɵɵadvance();
|
|
66726
66726
|
i0.ɵɵproperty("ngClass", ctx.sectionClasses());
|
|
66727
66727
|
i0.ɵɵadvance(2);
|
|
66728
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c1$
|
|
66728
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c1$i, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.sectionIconClasses());
|
|
66729
66729
|
i0.ɵɵadvance();
|
|
66730
66730
|
i0.ɵɵproperty("ngClass", ctx.sectionTitleClasses());
|
|
66731
66731
|
i0.ɵɵadvance(2);
|
|
@@ -67540,7 +67540,7 @@ class FloatingBackButtonComponent {
|
|
|
67540
67540
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }] }); })();
|
|
67541
67541
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FloatingBackButtonComponent, { className: "FloatingBackButtonComponent", filePath: "lib/components/business-analysis-dashboard/floating-back-button.component.ts", lineNumber: 70 }); })();
|
|
67542
67542
|
|
|
67543
|
-
const _c0$
|
|
67543
|
+
const _c0$F = ["searchInput"];
|
|
67544
67544
|
const _forTrack0$I = ($index, $item) => $item.result.id;
|
|
67545
67545
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
67546
67546
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -67913,7 +67913,7 @@ class SearchModalComponent {
|
|
|
67913
67913
|
}
|
|
67914
67914
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
67915
67915
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
67916
|
-
i0.ɵɵviewQuery(_c0$
|
|
67916
|
+
i0.ɵɵviewQuery(_c0$F, 5);
|
|
67917
67917
|
} if (rf & 2) {
|
|
67918
67918
|
let _t;
|
|
67919
67919
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -68653,7 +68653,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
68653
68653
|
}], 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"] }] }); })();
|
|
68654
68654
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
68655
68655
|
|
|
68656
|
-
const _c0$
|
|
68656
|
+
const _c0$E = () => [0, 1, 2];
|
|
68657
68657
|
const _forTrack0$H = ($index, $item) => $item.id;
|
|
68658
68658
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
68659
68659
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -68723,7 +68723,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
68723
68723
|
i0.ɵɵelementEnd();
|
|
68724
68724
|
} if (rf & 2) {
|
|
68725
68725
|
i0.ɵɵadvance();
|
|
68726
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
68726
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$E));
|
|
68727
68727
|
} }
|
|
68728
68728
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
68729
68729
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -69366,7 +69366,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
69366
69366
|
}], 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 }] }] }); })();
|
|
69367
69367
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 102 }); })();
|
|
69368
69368
|
|
|
69369
|
-
const _c0$
|
|
69369
|
+
const _c0$D = () => [];
|
|
69370
69370
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
69371
69371
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
69372
69372
|
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 15);
|
|
@@ -69455,7 +69455,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_F
|
|
|
69455
69455
|
const ɵ$index_53_r6 = i0.ɵɵnextContext().$index;
|
|
69456
69456
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
69457
69457
|
i0.ɵɵadvance();
|
|
69458
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_53_r6 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
69458
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_53_r6 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$D));
|
|
69459
69459
|
} }
|
|
69460
69460
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
69461
69461
|
i0.ɵɵelement(0, "symphiq-profile-section", 21);
|
|
@@ -70758,7 +70758,7 @@ class MetricWelcomeBannerComponent {
|
|
|
70758
70758
|
}], 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 }] }] }); })();
|
|
70759
70759
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricWelcomeBannerComponent, { className: "MetricWelcomeBannerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-welcome-banner.component.ts", lineNumber: 63 }); })();
|
|
70760
70760
|
|
|
70761
|
-
const _c0$
|
|
70761
|
+
const _c0$C = a0 => ({ name: "chevron-right", source: a0 });
|
|
70762
70762
|
const _forTrack0$F = ($index, $item) => $item.id;
|
|
70763
70763
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
70764
70764
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -70776,7 +70776,7 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
70776
70776
|
i0.ɵɵadvance(2);
|
|
70777
70777
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
70778
70778
|
i0.ɵɵadvance();
|
|
70779
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
70779
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$C, ctx_r2.IconSourceEnum.HEROICONS));
|
|
70780
70780
|
} }
|
|
70781
70781
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
70782
70782
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -70938,8 +70938,8 @@ class AnalysisNarrativeComponent {
|
|
|
70938
70938
|
}], 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 }] }] }); })();
|
|
70939
70939
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AnalysisNarrativeComponent, { className: "AnalysisNarrativeComponent", filePath: "lib/components/shared/analysis-narrative.component.ts", lineNumber: 35 }); })();
|
|
70940
70940
|
|
|
70941
|
-
const _c0$
|
|
70942
|
-
const _c1$
|
|
70941
|
+
const _c0$B = a0 => ({ name: "chart-bar", source: a0 });
|
|
70942
|
+
const _c1$h = a0 => ({ name: "arrow-right", source: a0 });
|
|
70943
70943
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
70944
70944
|
const _c3$7 = (a0, a1) => ({ name: a0, source: a1 });
|
|
70945
70945
|
const _c4$4 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -71533,7 +71533,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71533
71533
|
i0.ɵɵadvance();
|
|
71534
71534
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
71535
71535
|
i0.ɵɵadvance(5);
|
|
71536
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
71536
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$B, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
71537
71537
|
i0.ɵɵadvance();
|
|
71538
71538
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
71539
71539
|
i0.ɵɵadvance();
|
|
@@ -71555,11 +71555,11 @@ class MetricExecutiveSummaryComponent {
|
|
|
71555
71555
|
i0.ɵɵadvance(2);
|
|
71556
71556
|
i0.ɵɵproperty("ngClass", ctx.viewDetailsButtonClasses());
|
|
71557
71557
|
i0.ɵɵadvance(3);
|
|
71558
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c1$
|
|
71558
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c1$h, ctx.iconSource));
|
|
71559
71559
|
i0.ɵɵadvance();
|
|
71560
71560
|
i0.ɵɵproperty("ngClass", ctx.viewReportButtonClasses());
|
|
71561
71561
|
i0.ɵɵadvance(5);
|
|
71562
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c1$
|
|
71562
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c1$h, ctx.iconSource));
|
|
71563
71563
|
i0.ɵɵadvance();
|
|
71564
71564
|
i0.ɵɵproperty("viewMode", ctx.viewMode())("narrative", ctx.summary().narrative)("napkinVisual", ctx.summary().napkinVisual);
|
|
71565
71565
|
i0.ɵɵadvance();
|
|
@@ -72138,7 +72138,7 @@ class LearnMoreButtonComponent {
|
|
|
72138
72138
|
}], 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"] }] }); })();
|
|
72139
72139
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LearnMoreButtonComponent, { className: "LearnMoreButtonComponent", filePath: "lib/components/shared/learn-more-button.component.ts", lineNumber: 40 }); })();
|
|
72140
72140
|
|
|
72141
|
-
const _c0$
|
|
72141
|
+
const _c0$A = a0 => ({ name: "chevron-right", source: a0 });
|
|
72142
72142
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
72143
72143
|
i0.ɵɵelement(0, "symphiq-priority-badge", 11);
|
|
72144
72144
|
} if (rf & 2) {
|
|
@@ -72414,7 +72414,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
72414
72414
|
i0.ɵɵadvance();
|
|
72415
72415
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
72416
72416
|
i0.ɵɵadvance();
|
|
72417
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
72417
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$A, ctx_r0.IconSourceEnum.HEROICONS));
|
|
72418
72418
|
} }
|
|
72419
72419
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
72420
72420
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -73022,7 +73022,7 @@ class GoalCardComponent {
|
|
|
73022
73022
|
}], () => [], { 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 }] }] }); })();
|
|
73023
73023
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
73024
73024
|
|
|
73025
|
-
const _c0$
|
|
73025
|
+
const _c0$z = a0 => ({ name: "link", source: a0 });
|
|
73026
73026
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
73027
73027
|
i0.ɵɵelementStart(0, "p", 4);
|
|
73028
73028
|
i0.ɵɵtext(1);
|
|
@@ -73085,7 +73085,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
73085
73085
|
} if (rf & 2) {
|
|
73086
73086
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
73087
73087
|
i0.ɵɵadvance(2);
|
|
73088
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
73088
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$z, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
73089
73089
|
i0.ɵɵadvance();
|
|
73090
73090
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
73091
73091
|
i0.ɵɵadvance(2);
|
|
@@ -74011,7 +74011,7 @@ class CompetitiveComparisonCardComponent {
|
|
|
74011
74011
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74012
74012
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 126 }); })();
|
|
74013
74013
|
|
|
74014
|
-
const _c0$
|
|
74014
|
+
const _c0$y = a0 => ({ name: "chevron-right", source: a0 });
|
|
74015
74015
|
const _forTrack0$C = ($index, $item) => $item.id;
|
|
74016
74016
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
74017
74017
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -74029,7 +74029,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
74029
74029
|
i0.ɵɵadvance(2);
|
|
74030
74030
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
74031
74031
|
i0.ɵɵadvance();
|
|
74032
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
74032
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$y, ctx_r2.IconSourceEnum.HEROICONS));
|
|
74033
74033
|
} }
|
|
74034
74034
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
74035
74035
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -74066,7 +74066,7 @@ function PhaseTimelineCardComponent_Conditional_9_For_7_Template(rf, ctx) { if (
|
|
|
74066
74066
|
i0.ɵɵadvance(2);
|
|
74067
74067
|
i0.ɵɵtextInterpolate(recommendation_r5.title);
|
|
74068
74068
|
i0.ɵɵadvance();
|
|
74069
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
74069
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$y, ctx_r2.IconSourceEnum.HEROICONS));
|
|
74070
74070
|
} }
|
|
74071
74071
|
function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
74072
74072
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -74491,7 +74491,7 @@ class PhaseTimelineCardComponent {
|
|
|
74491
74491
|
}], () => [], { 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 }] }] }); })();
|
|
74492
74492
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 128 }); })();
|
|
74493
74493
|
|
|
74494
|
-
const _c0$
|
|
74494
|
+
const _c0$x = a0 => ({ name: "chevron-right", source: a0 });
|
|
74495
74495
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
74496
74496
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
74497
74497
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -74537,7 +74537,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
74537
74537
|
i0.ɵɵadvance(4);
|
|
74538
74538
|
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" : "");
|
|
74539
74539
|
i0.ɵɵadvance();
|
|
74540
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74540
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$x, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74541
74541
|
} }
|
|
74542
74542
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
74543
74543
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -74560,7 +74560,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
74560
74560
|
i0.ɵɵadvance(4);
|
|
74561
74561
|
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" : "");
|
|
74562
74562
|
i0.ɵɵadvance();
|
|
74563
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74563
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$x, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74564
74564
|
} }
|
|
74565
74565
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
74566
74566
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -74583,7 +74583,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
74583
74583
|
i0.ɵɵadvance(4);
|
|
74584
74584
|
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");
|
|
74585
74585
|
i0.ɵɵadvance();
|
|
74586
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74586
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$x, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74587
74587
|
} }
|
|
74588
74588
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
74589
74589
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -75090,8 +75090,8 @@ class OperationalCategoryCardComponent {
|
|
|
75090
75090
|
}], () => [], { 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"] }] }); })();
|
|
75091
75091
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
75092
75092
|
|
|
75093
|
-
const _c0$
|
|
75094
|
-
const _c1$
|
|
75093
|
+
const _c0$w = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
75094
|
+
const _c1$g = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
75095
75095
|
const _forTrack0$B = ($index, $item) => $item.questionId;
|
|
75096
75096
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
75097
75097
|
i0.ɵɵelementStart(0, "div", 13)(1, "p", 14);
|
|
@@ -75118,7 +75118,7 @@ function KeyDriverCardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
|
75118
75118
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
75119
75119
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingAnswersClasses());
|
|
75120
75120
|
i0.ɵɵadvance(2);
|
|
75121
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$
|
|
75121
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$g, ctx_r1.iconSource))("ngClass", ctx_r1.supportingLabelClasses());
|
|
75122
75122
|
i0.ɵɵadvance();
|
|
75123
75123
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingLabelClasses());
|
|
75124
75124
|
i0.ɵɵadvance(2);
|
|
@@ -75224,7 +75224,7 @@ class KeyDriverCardComponent {
|
|
|
75224
75224
|
i0.ɵɵadvance(3);
|
|
75225
75225
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
75226
75226
|
i0.ɵɵadvance();
|
|
75227
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
75227
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$w, ctx.iconSource));
|
|
75228
75228
|
i0.ɵɵadvance(2);
|
|
75229
75229
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
75230
75230
|
i0.ɵɵadvance();
|
|
@@ -75300,8 +75300,8 @@ class KeyDriverCardComponent {
|
|
|
75300
75300
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75301
75301
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
75302
75302
|
|
|
75303
|
-
const _c0$
|
|
75304
|
-
const _c1$
|
|
75303
|
+
const _c0$v = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
75304
|
+
const _c1$f = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
75305
75305
|
const _forTrack0$A = ($index, $item) => $item.questionId;
|
|
75306
75306
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
75307
75307
|
i0.ɵɵelementStart(0, "div", 13)(1, "p", 14);
|
|
@@ -75328,7 +75328,7 @@ function BottleneckCardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1)
|
|
|
75328
75328
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
75329
75329
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingAnswersClasses());
|
|
75330
75330
|
i0.ɵɵadvance(2);
|
|
75331
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$
|
|
75331
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$f, ctx_r1.iconSource))("ngClass", ctx_r1.supportingLabelClasses());
|
|
75332
75332
|
i0.ɵɵadvance();
|
|
75333
75333
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingLabelClasses());
|
|
75334
75334
|
i0.ɵɵadvance(2);
|
|
@@ -75456,7 +75456,7 @@ class BottleneckCardComponent {
|
|
|
75456
75456
|
i0.ɵɵadvance(3);
|
|
75457
75457
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
75458
75458
|
i0.ɵɵadvance();
|
|
75459
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
75459
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$v, ctx.iconSource));
|
|
75460
75460
|
i0.ɵɵadvance(2);
|
|
75461
75461
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
75462
75462
|
i0.ɵɵadvance();
|
|
@@ -75527,8 +75527,8 @@ class BottleneckCardComponent {
|
|
|
75527
75527
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75528
75528
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
75529
75529
|
|
|
75530
|
-
const _c0$
|
|
75531
|
-
const _c1$
|
|
75530
|
+
const _c0$u = a0 => ({ name: "arrow-right", source: a0 });
|
|
75531
|
+
const _c1$e = a0 => ({ name: "arrow-left", source: a0 });
|
|
75532
75532
|
const _c2$b = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
75533
75533
|
const _c3$6 = a0 => ({ name: "scale", source: a0 });
|
|
75534
75534
|
const _forTrack0$z = ($index, $item) => $item.metric;
|
|
@@ -75564,7 +75564,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
75564
75564
|
i0.ɵɵadvance(2);
|
|
75565
75565
|
i0.ɵɵproperty("ngClass", ctx_r2.iconClassesMap().influences);
|
|
75566
75566
|
i0.ɵɵadvance();
|
|
75567
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
75567
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$u, ctx_r2.iconSource));
|
|
75568
75568
|
i0.ɵɵadvance();
|
|
75569
75569
|
i0.ɵɵproperty("ngClass", ctx_r2.titleClasses());
|
|
75570
75570
|
i0.ɵɵadvance(3);
|
|
@@ -75602,7 +75602,7 @@ function MetricRelationshipsCardComponent_Conditional_2_Template(rf, ctx) { if (
|
|
|
75602
75602
|
i0.ɵɵadvance(2);
|
|
75603
75603
|
i0.ɵɵproperty("ngClass", ctx_r2.iconClassesMap().influencedBy);
|
|
75604
75604
|
i0.ɵɵadvance();
|
|
75605
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$
|
|
75605
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$e, ctx_r2.iconSource));
|
|
75606
75606
|
i0.ɵɵadvance();
|
|
75607
75607
|
i0.ɵɵproperty("ngClass", ctx_r2.titleClasses());
|
|
75608
75608
|
i0.ɵɵadvance(3);
|
|
@@ -75878,8 +75878,8 @@ class MetricRelationshipsCardComponent {
|
|
|
75878
75878
|
}], 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"] }] }); })();
|
|
75879
75879
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 121 }); })();
|
|
75880
75880
|
|
|
75881
|
-
const _c0$
|
|
75882
|
-
const _c1$
|
|
75881
|
+
const _c0$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
75882
|
+
const _c1$d = a0 => ({ name: "link", source: a0 });
|
|
75883
75883
|
const _forTrack0$y = ($index, $item) => $item.id;
|
|
75884
75884
|
function RelatedMetricCardComponent_Conditional_18_Conditional_5_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
75885
75885
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -75897,7 +75897,7 @@ function RelatedMetricCardComponent_Conditional_18_Conditional_5_For_2_Template(
|
|
|
75897
75897
|
i0.ɵɵadvance(2);
|
|
75898
75898
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
75899
75899
|
i0.ɵɵadvance();
|
|
75900
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
75900
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$t, ctx_r2.IconSourceEnumValue.HEROICONS));
|
|
75901
75901
|
} }
|
|
75902
75902
|
function RelatedMetricCardComponent_Conditional_18_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
75903
75903
|
i0.ɵɵelementStart(0, "div", 16);
|
|
@@ -75920,7 +75920,7 @@ function RelatedMetricCardComponent_Conditional_18_Template(rf, ctx) { if (rf &
|
|
|
75920
75920
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
75921
75921
|
i0.ɵɵproperty("ngClass", ctx_r2.borderClasses());
|
|
75922
75922
|
i0.ɵɵadvance(2);
|
|
75923
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
75923
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$d, ctx_r2.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r2.sharedGoalsIconClasses());
|
|
75924
75924
|
i0.ɵɵadvance();
|
|
75925
75925
|
i0.ɵɵproperty("ngClass", ctx_r2.sharedGoalsTextClasses());
|
|
75926
75926
|
i0.ɵɵadvance();
|
|
@@ -76125,7 +76125,7 @@ class RelatedMetricCardComponent {
|
|
|
76125
76125
|
i0.ɵɵadvance(2);
|
|
76126
76126
|
i0.ɵɵproperty("ngClass", ctx.viewDetailsChipClasses());
|
|
76127
76127
|
i0.ɵɵadvance(3);
|
|
76128
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
76128
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$t, ctx.IconSourceEnumValue.HEROICONS));
|
|
76129
76129
|
i0.ɵɵadvance();
|
|
76130
76130
|
i0.ɵɵconditional(ctx.sharedGoalIds() && ctx.sharedGoalIds().length > 0 ? 18 : -1);
|
|
76131
76131
|
} }, dependencies: [CommonModule, i1$1.NgClass, SymphiqIconComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
@@ -76661,8 +76661,8 @@ class RelatedMetricsListComponent {
|
|
|
76661
76661
|
}], 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"] }] }); })();
|
|
76662
76662
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/related-metrics-list.component.ts", lineNumber: 175 }); })();
|
|
76663
76663
|
|
|
76664
|
-
const _c0$
|
|
76665
|
-
const _c1$
|
|
76664
|
+
const _c0$s = (a0, a1) => ({ name: a0, source: a1 });
|
|
76665
|
+
const _c1$c = a0 => ({ name: "signal", source: a0 });
|
|
76666
76666
|
const _c2$a = a0 => ({ name: "calendar", source: a0 });
|
|
76667
76667
|
const _c3$5 = a0 => ({ name: "flag", source: a0 });
|
|
76668
76668
|
const _c4$3 = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -76913,13 +76913,13 @@ class PerformanceMetricsCardComponent {
|
|
|
76913
76913
|
i0.ɵɵadvance();
|
|
76914
76914
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
76915
76915
|
i0.ɵɵadvance();
|
|
76916
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(33, _c0$
|
|
76916
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(33, _c0$s, ctx.trendIcon(), ctx.iconSource));
|
|
76917
76917
|
i0.ɵɵadvance();
|
|
76918
76918
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
76919
76919
|
i0.ɵɵadvance(2);
|
|
76920
76920
|
i0.ɵɵproperty("ngClass", ctx.metricBoxClasses());
|
|
76921
76921
|
i0.ɵɵadvance(2);
|
|
76922
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(36, _c1$
|
|
76922
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(36, _c1$c, ctx.iconSource))("ngClass", ctx.labelClasses());
|
|
76923
76923
|
i0.ɵɵadvance();
|
|
76924
76924
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
76925
76925
|
i0.ɵɵadvance(2);
|
|
@@ -77082,8 +77082,8 @@ class PerformanceMetricsCardComponent {
|
|
|
77082
77082
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
77083
77083
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 157 }); })();
|
|
77084
77084
|
|
|
77085
|
-
const _c0$
|
|
77086
|
-
const _c1$
|
|
77085
|
+
const _c0$r = a0 => ({ name: "funnel", source: a0 });
|
|
77086
|
+
const _c1$b = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
77087
77087
|
const _c2$9 = a0 => ({ name: "chevron-right", source: a0 });
|
|
77088
77088
|
const _c3$4 = a0 => ({ name: "arrow-left", source: a0 });
|
|
77089
77089
|
const _c4$2 = a0 => ({ name: "arrow-right", source: a0 });
|
|
@@ -77278,13 +77278,13 @@ class FunnelContextCardComponent {
|
|
|
77278
77278
|
} if (rf & 2) {
|
|
77279
77279
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
77280
77280
|
i0.ɵɵadvance(2);
|
|
77281
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
77281
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$r, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
77282
77282
|
i0.ɵɵadvance();
|
|
77283
77283
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
77284
77284
|
i0.ɵɵadvance(3);
|
|
77285
77285
|
i0.ɵɵproperty("ngClass", ctx.stageBadgeClasses());
|
|
77286
77286
|
i0.ɵɵadvance();
|
|
77287
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c1$
|
|
77287
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c1$b, ctx.iconSource));
|
|
77288
77288
|
i0.ɵɵadvance(2);
|
|
77289
77289
|
i0.ɵɵtextInterpolate(ctx.formatFunnelStage(ctx.context().funnelStage));
|
|
77290
77290
|
i0.ɵɵadvance();
|
|
@@ -77414,8 +77414,8 @@ class FunnelContextCardComponent {
|
|
|
77414
77414
|
}], () => [], { 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"] }] }); })();
|
|
77415
77415
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/funnel-context-card.component.ts", lineNumber: 121 }); })();
|
|
77416
77416
|
|
|
77417
|
-
const _c0$
|
|
77418
|
-
const _c1$
|
|
77417
|
+
const _c0$q = (a0, a1) => ({ name: a0, source: a1 });
|
|
77418
|
+
const _c1$a = a0 => ({ name: "target", source: a0 });
|
|
77419
77419
|
const _c2$8 = a0 => ({ name: "star", source: a0 });
|
|
77420
77420
|
class MetricComparisonStatsComponent {
|
|
77421
77421
|
constructor() {
|
|
@@ -77634,7 +77634,7 @@ class MetricComparisonStatsComponent {
|
|
|
77634
77634
|
i0.ɵɵadvance();
|
|
77635
77635
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
77636
77636
|
i0.ɵɵadvance(2);
|
|
77637
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
77637
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$q, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
77638
77638
|
i0.ɵɵadvance();
|
|
77639
77639
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
77640
77640
|
i0.ɵɵadvance(2);
|
|
@@ -77648,7 +77648,7 @@ class MetricComparisonStatsComponent {
|
|
|
77648
77648
|
i0.ɵɵadvance();
|
|
77649
77649
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
77650
77650
|
i0.ɵɵadvance(2);
|
|
77651
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(27, _c1$
|
|
77651
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(27, _c1$a, ctx.iconSource))("ngClass", ctx.gapIconClasses());
|
|
77652
77652
|
i0.ɵɵadvance();
|
|
77653
77653
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
77654
77654
|
i0.ɵɵadvance(2);
|
|
@@ -77864,8 +77864,8 @@ class PerformanceOverviewContainerComponent {
|
|
|
77864
77864
|
}], () => [], { 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"] }] }); })();
|
|
77865
77865
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-overview-container.component.ts", lineNumber: 57 }); })();
|
|
77866
77866
|
|
|
77867
|
-
const _c0$
|
|
77868
|
-
const _c1$
|
|
77867
|
+
const _c0$p = a0 => ({ name: "chevron-right", source: a0 });
|
|
77868
|
+
const _c1$9 = a0 => ({ name: "chevron-down", source: a0 });
|
|
77869
77869
|
const _c2$7 = a0 => ({ name: "clock", source: a0 });
|
|
77870
77870
|
const _c3$3 = a0 => [a0];
|
|
77871
77871
|
const _c4$1 = () => [];
|
|
@@ -78070,7 +78070,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
78070
78070
|
i0.ɵɵadvance(2);
|
|
78071
78071
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
78072
78072
|
i0.ɵɵadvance(2);
|
|
78073
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
78073
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$p, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
78074
78074
|
i0.ɵɵadvance();
|
|
78075
78075
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
78076
78076
|
i0.ɵɵadvance();
|
|
@@ -78082,7 +78082,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
78082
78082
|
i0.ɵɵadvance(2);
|
|
78083
78083
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
78084
78084
|
i0.ɵɵadvance(2);
|
|
78085
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
78085
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$p, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
78086
78086
|
i0.ɵɵadvance();
|
|
78087
78087
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
78088
78088
|
i0.ɵɵadvance();
|
|
@@ -78094,7 +78094,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
78094
78094
|
i0.ɵɵadvance(2);
|
|
78095
78095
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsButtonClasses());
|
|
78096
78096
|
i0.ɵɵadvance(2);
|
|
78097
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(30, _c1$
|
|
78097
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(30, _c1$9, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.quickWinsButtonClasses());
|
|
78098
78098
|
i0.ɵɵadvance();
|
|
78099
78099
|
i0.ɵɵconditional(ctx_r1.quickWinsDisplay().length > 0 ? 34 : -1);
|
|
78100
78100
|
} }
|
|
@@ -78161,7 +78161,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
78161
78161
|
i0.ɵɵadvance(2);
|
|
78162
78162
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
78163
78163
|
i0.ɵɵadvance(2);
|
|
78164
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
78164
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$p, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
78165
78165
|
i0.ɵɵadvance();
|
|
78166
78166
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
78167
78167
|
i0.ɵɵadvance();
|
|
@@ -78173,7 +78173,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
78173
78173
|
i0.ɵɵadvance(2);
|
|
78174
78174
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
78175
78175
|
i0.ɵɵadvance(2);
|
|
78176
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
78176
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$p, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
78177
78177
|
i0.ɵɵadvance();
|
|
78178
78178
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
78179
78179
|
i0.ɵɵadvance();
|
|
@@ -78185,7 +78185,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
78185
78185
|
i0.ɵɵadvance(2);
|
|
78186
78186
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
78187
78187
|
i0.ɵɵadvance(2);
|
|
78188
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
78188
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$p, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
78189
78189
|
} }
|
|
78190
78190
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
78191
78191
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -78532,7 +78532,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
78532
78532
|
i0.ɵɵadvance(2);
|
|
78533
78533
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(item_r19.rec), " Related Metrics");
|
|
78534
78534
|
i0.ɵɵadvance();
|
|
78535
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
78535
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$p, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
78536
78536
|
} }
|
|
78537
78537
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
78538
78538
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 68)(2, "h4", 74);
|
|
@@ -84042,7 +84042,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
84042
84042
|
}], 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 }] }] }); })();
|
|
84043
84043
|
(() => { (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 }); })();
|
|
84044
84044
|
|
|
84045
|
-
const _c0$
|
|
84045
|
+
const _c0$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
84046
84046
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
84047
84047
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
84048
84048
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -84155,7 +84155,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
84155
84155
|
i0.ɵɵadvance();
|
|
84156
84156
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
84157
84157
|
i0.ɵɵadvance();
|
|
84158
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
84158
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$o, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84159
84159
|
} }
|
|
84160
84160
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
84161
84161
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -84222,7 +84222,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
84222
84222
|
i0.ɵɵadvance();
|
|
84223
84223
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
84224
84224
|
i0.ɵɵadvance();
|
|
84225
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
84225
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$o, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84226
84226
|
} }
|
|
84227
84227
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
84228
84228
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -84289,7 +84289,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
84289
84289
|
i0.ɵɵadvance();
|
|
84290
84290
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
84291
84291
|
i0.ɵɵadvance();
|
|
84292
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
84292
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$o, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84293
84293
|
} }
|
|
84294
84294
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
84295
84295
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -85171,7 +85171,7 @@ class StrengthDetailModalContentComponent {
|
|
|
85171
85171
|
}], 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 }] }] }); })();
|
|
85172
85172
|
(() => { (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 }); })();
|
|
85173
85173
|
|
|
85174
|
-
const _c0$
|
|
85174
|
+
const _c0$n = () => [];
|
|
85175
85175
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
85176
85176
|
i0.ɵɵelementStart(0, "span", 9);
|
|
85177
85177
|
i0.ɵɵtext(1);
|
|
@@ -85284,7 +85284,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
85284
85284
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
85285
85285
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
85286
85286
|
i0.ɵɵadvance(2);
|
|
85287
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
85287
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$n))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
85288
85288
|
} }
|
|
85289
85289
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
85290
85290
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -85568,7 +85568,7 @@ class GapDetailModalContentComponent {
|
|
|
85568
85568
|
}], 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 }] }] }); })();
|
|
85569
85569
|
(() => { (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 }); })();
|
|
85570
85570
|
|
|
85571
|
-
const _c0$
|
|
85571
|
+
const _c0$m = a0 => ({ name: "chevron-right", source: a0 });
|
|
85572
85572
|
const _forTrack0$s = ($index, $item) => $item.id || $index;
|
|
85573
85573
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
85574
85574
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
@@ -85673,7 +85673,7 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
85673
85673
|
i0.ɵɵadvance(2);
|
|
85674
85674
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
85675
85675
|
i0.ɵɵadvance();
|
|
85676
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
85676
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$m, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
85677
85677
|
} }
|
|
85678
85678
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
85679
85679
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
@@ -86681,45 +86681,53 @@ class StrategicGoalsTiledGridComponent {
|
|
|
86681
86681
|
}], null, { goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
86682
86682
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategicGoalsTiledGridComponent, { className: "StrategicGoalsTiledGridComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/strategic-goals-tiled-grid.component.ts", lineNumber: 69 }); })();
|
|
86683
86683
|
|
|
86684
|
-
const _c0$
|
|
86684
|
+
const _c0$l = a0 => ({ name: "calendar", source: a0 });
|
|
86685
86685
|
const _forTrack0$p = ($index, $item) => $item.id;
|
|
86686
86686
|
const _forTrack1$4 = ($index, $item) => $item.title;
|
|
86687
|
-
function
|
|
86687
|
+
function UnifiedTimelineComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
86688
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 6)(1, "symphiq-section-header", 7);
|
|
86689
|
+
} if (rf & 2) {
|
|
86690
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
86691
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$l, ctx_r0.IconSourceEnum.HEROICONS));
|
|
86692
|
+
i0.ɵɵadvance();
|
|
86693
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$l, ctx_r0.IconSourceEnum.HEROICONS))("viewMode", ctx_r0.viewMode());
|
|
86694
|
+
} }
|
|
86695
|
+
function UnifiedTimelineComponent_Conditional_0_For_7_Conditional_11_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
86688
86696
|
i0.ɵɵelementStart(0, "div", 20);
|
|
86689
86697
|
i0.ɵɵelement(1, "span", 21);
|
|
86690
86698
|
i0.ɵɵelementStart(2, "span", 22);
|
|
86691
86699
|
i0.ɵɵtext(3);
|
|
86692
86700
|
i0.ɵɵelementEnd()();
|
|
86693
86701
|
} if (rf & 2) {
|
|
86694
|
-
const
|
|
86695
|
-
const
|
|
86696
|
-
i0.ɵɵproperty("ngClass",
|
|
86702
|
+
const milestone_r2 = ctx.$implicit;
|
|
86703
|
+
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
86704
|
+
i0.ɵɵproperty("ngClass", ctx_r0.objectiveItemClasses());
|
|
86697
86705
|
i0.ɵɵadvance();
|
|
86698
|
-
i0.ɵɵproperty("ngClass",
|
|
86706
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getPriorityDotClasses(milestone_r2.priority));
|
|
86699
86707
|
i0.ɵɵadvance(2);
|
|
86700
|
-
i0.ɵɵtextInterpolate(
|
|
86708
|
+
i0.ɵɵtextInterpolate(milestone_r2.title);
|
|
86701
86709
|
} }
|
|
86702
|
-
function
|
|
86710
|
+
function UnifiedTimelineComponent_Conditional_0_For_7_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
86703
86711
|
i0.ɵɵelementStart(0, "div", 15)(1, "div", 18);
|
|
86704
86712
|
i0.ɵɵtext(2);
|
|
86705
86713
|
i0.ɵɵelementEnd();
|
|
86706
86714
|
i0.ɵɵelementStart(3, "div", 19);
|
|
86707
|
-
i0.ɵɵrepeaterCreate(4,
|
|
86715
|
+
i0.ɵɵrepeaterCreate(4, UnifiedTimelineComponent_Conditional_0_For_7_Conditional_11_For_5_Template, 4, 3, "div", 20, _forTrack1$4);
|
|
86708
86716
|
i0.ɵɵelementEnd()();
|
|
86709
86717
|
} if (rf & 2) {
|
|
86710
86718
|
const phase_r3 = i0.ɵɵnextContext().$implicit;
|
|
86711
|
-
const
|
|
86719
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
86712
86720
|
i0.ɵɵadvance();
|
|
86713
|
-
i0.ɵɵproperty("ngClass",
|
|
86721
|
+
i0.ɵɵproperty("ngClass", ctx_r0.objectivesLabelClasses());
|
|
86714
86722
|
i0.ɵɵadvance();
|
|
86715
86723
|
i0.ɵɵtextInterpolate1(" Key Milestones (", phase_r3.milestones.length, ") ");
|
|
86716
86724
|
i0.ɵɵadvance(2);
|
|
86717
86725
|
i0.ɵɵrepeater(phase_r3.milestones);
|
|
86718
86726
|
} }
|
|
86719
|
-
function
|
|
86727
|
+
function UnifiedTimelineComponent_Conditional_0_For_7_Conditional_12_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
86720
86728
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
86721
86729
|
i0.ɵɵelementStart(0, "div", 25);
|
|
86722
|
-
i0.ɵɵlistener("click", function
|
|
86730
|
+
i0.ɵɵlistener("click", function UnifiedTimelineComponent_Conditional_0_For_7_Conditional_12_For_5_Template_div_click_0_listener() { const goal_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r0 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r0.onGoalChipClick(goal_r5)); });
|
|
86723
86731
|
i0.ɵɵelementStart(1, "span", 26);
|
|
86724
86732
|
i0.ɵɵtext(2);
|
|
86725
86733
|
i0.ɵɵelementEnd();
|
|
@@ -86729,30 +86737,30 @@ function UnifiedTimelineComponent_Conditional_0_For_8_Conditional_12_For_5_Templ
|
|
|
86729
86737
|
i0.ɵɵelementEnd()();
|
|
86730
86738
|
} if (rf & 2) {
|
|
86731
86739
|
const goal_r5 = ctx.$implicit;
|
|
86732
|
-
const
|
|
86733
|
-
i0.ɵɵproperty("ngClass",
|
|
86740
|
+
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
86741
|
+
i0.ɵɵproperty("ngClass", ctx_r0.goalChipClasses());
|
|
86734
86742
|
i0.ɵɵadvance(2);
|
|
86735
86743
|
i0.ɵɵtextInterpolate(goal_r5.title);
|
|
86736
86744
|
} }
|
|
86737
|
-
function
|
|
86745
|
+
function UnifiedTimelineComponent_Conditional_0_For_7_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
86738
86746
|
i0.ɵɵelementStart(0, "div", 15)(1, "div", 18);
|
|
86739
86747
|
i0.ɵɵtext(2);
|
|
86740
86748
|
i0.ɵɵelementEnd();
|
|
86741
86749
|
i0.ɵɵelementStart(3, "div", 23);
|
|
86742
|
-
i0.ɵɵrepeaterCreate(4,
|
|
86750
|
+
i0.ɵɵrepeaterCreate(4, UnifiedTimelineComponent_Conditional_0_For_7_Conditional_12_For_5_Template, 5, 2, "div", 24, _forTrack0$p);
|
|
86743
86751
|
i0.ɵɵelementEnd()();
|
|
86744
86752
|
} if (rf & 2) {
|
|
86745
86753
|
const phase_r3 = i0.ɵɵnextContext().$implicit;
|
|
86746
|
-
const
|
|
86754
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
86747
86755
|
i0.ɵɵadvance();
|
|
86748
|
-
i0.ɵɵproperty("ngClass",
|
|
86756
|
+
i0.ɵɵproperty("ngClass", ctx_r0.objectivesLabelClasses());
|
|
86749
86757
|
i0.ɵɵadvance();
|
|
86750
|
-
i0.ɵɵtextInterpolate1(" Related Goals (",
|
|
86758
|
+
i0.ɵɵtextInterpolate1(" Related Goals (", ctx_r0.getGoalsForPhase(phase_r3).length, ") ");
|
|
86751
86759
|
i0.ɵɵadvance(2);
|
|
86752
|
-
i0.ɵɵrepeater(
|
|
86760
|
+
i0.ɵɵrepeater(ctx_r0.getGoalsForPhase(phase_r3));
|
|
86753
86761
|
} }
|
|
86754
|
-
function
|
|
86755
|
-
i0.ɵɵelementStart(0, "div",
|
|
86762
|
+
function UnifiedTimelineComponent_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
86763
|
+
i0.ɵɵelementStart(0, "div", 5)(1, "div", 8);
|
|
86756
86764
|
i0.ɵɵelement(2, "div", 9);
|
|
86757
86765
|
i0.ɵɵelementEnd();
|
|
86758
86766
|
i0.ɵɵelementStart(3, "div", 10)(4, "div", 11)(5, "h4", 12);
|
|
@@ -86764,8 +86772,8 @@ function UnifiedTimelineComponent_Conditional_0_For_8_Template(rf, ctx) { if (rf
|
|
|
86764
86772
|
i0.ɵɵelementStart(9, "p", 14);
|
|
86765
86773
|
i0.ɵɵtext(10);
|
|
86766
86774
|
i0.ɵɵelementEnd();
|
|
86767
|
-
i0.ɵɵconditionalCreate(11,
|
|
86768
|
-
i0.ɵɵconditionalCreate(12,
|
|
86775
|
+
i0.ɵɵconditionalCreate(11, UnifiedTimelineComponent_Conditional_0_For_7_Conditional_11_Template, 6, 2, "div", 15);
|
|
86776
|
+
i0.ɵɵconditionalCreate(12, UnifiedTimelineComponent_Conditional_0_For_7_Conditional_12_Template, 6, 2, "div", 15);
|
|
86769
86777
|
i0.ɵɵelementStart(13, "div", 16);
|
|
86770
86778
|
i0.ɵɵtext(14);
|
|
86771
86779
|
i0.ɵɵelementEnd();
|
|
@@ -86774,67 +86782,66 @@ function UnifiedTimelineComponent_Conditional_0_For_8_Template(rf, ctx) { if (rf
|
|
|
86774
86782
|
i0.ɵɵelementEnd()()();
|
|
86775
86783
|
} if (rf & 2) {
|
|
86776
86784
|
const phase_r3 = ctx.$implicit;
|
|
86777
|
-
const ɵ$
|
|
86778
|
-
const
|
|
86785
|
+
const ɵ$index_17_r6 = ctx.$index;
|
|
86786
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
86779
86787
|
i0.ɵɵadvance();
|
|
86780
|
-
i0.ɵɵclassProp("animate-pulse-glow-blue", ɵ$
|
|
86781
|
-
i0.ɵɵproperty("ngClass",
|
|
86788
|
+
i0.ɵɵclassProp("animate-pulse-glow-blue", ɵ$index_17_r6 % 4 === 0)("animate-pulse-glow-cyan", ɵ$index_17_r6 % 4 === 1)("animate-pulse-glow-teal", ɵ$index_17_r6 % 4 === 2)("animate-pulse-glow-emerald", ɵ$index_17_r6 % 4 === 3);
|
|
86789
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getPhaseNodeClasses(ɵ$index_17_r6));
|
|
86782
86790
|
i0.ɵɵadvance();
|
|
86783
|
-
i0.ɵɵproperty("ngClass",
|
|
86791
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getPhaseNodeInnerClasses(ɵ$index_17_r6));
|
|
86784
86792
|
i0.ɵɵadvance();
|
|
86785
|
-
i0.ɵɵclassProp("card-glow-blue", ɵ$
|
|
86786
|
-
i0.ɵɵproperty("ngClass",
|
|
86793
|
+
i0.ɵɵclassProp("card-glow-blue", ɵ$index_17_r6 % 4 === 0)("card-glow-cyan", ɵ$index_17_r6 % 4 === 1)("card-glow-teal", ɵ$index_17_r6 % 4 === 2)("card-glow-emerald", ɵ$index_17_r6 % 4 === 3);
|
|
86794
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getPhaseCardClasses(ɵ$index_17_r6));
|
|
86787
86795
|
i0.ɵɵadvance(2);
|
|
86788
|
-
i0.ɵɵproperty("ngClass",
|
|
86796
|
+
i0.ɵɵproperty("ngClass", ctx_r0.itemTitleClasses());
|
|
86789
86797
|
i0.ɵɵadvance();
|
|
86790
86798
|
i0.ɵɵtextInterpolate1(" ", phase_r3.title, " ");
|
|
86791
86799
|
i0.ɵɵadvance();
|
|
86792
|
-
i0.ɵɵproperty("ngClass",
|
|
86800
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getFocusThemeBadgeClasses());
|
|
86793
86801
|
i0.ɵɵadvance();
|
|
86794
86802
|
i0.ɵɵtextInterpolate1(" ", phase_r3.focusTheme, " ");
|
|
86795
86803
|
i0.ɵɵadvance();
|
|
86796
|
-
i0.ɵɵproperty("ngClass",
|
|
86804
|
+
i0.ɵɵproperty("ngClass", ctx_r0.descriptionClasses());
|
|
86797
86805
|
i0.ɵɵadvance();
|
|
86798
86806
|
i0.ɵɵtextInterpolate(phase_r3.description);
|
|
86799
86807
|
i0.ɵɵadvance();
|
|
86800
86808
|
i0.ɵɵconditional(phase_r3.milestones && phase_r3.milestones.length > 0 ? 11 : -1);
|
|
86801
86809
|
i0.ɵɵadvance();
|
|
86802
|
-
i0.ɵɵconditional(
|
|
86810
|
+
i0.ɵɵconditional(ctx_r0.getGoalsForPhase(phase_r3).length > 0 ? 12 : -1);
|
|
86803
86811
|
i0.ɵɵadvance();
|
|
86804
|
-
i0.ɵɵproperty("ngClass",
|
|
86812
|
+
i0.ɵɵproperty("ngClass", ctx_r0.phaseIndicatorClasses());
|
|
86805
86813
|
i0.ɵɵadvance();
|
|
86806
|
-
i0.ɵɵtextInterpolate1(" Phase ", ɵ$
|
|
86814
|
+
i0.ɵɵtextInterpolate1(" Phase ", ɵ$index_17_r6 + 1, " ");
|
|
86807
86815
|
i0.ɵɵadvance();
|
|
86808
|
-
i0.ɵɵproperty("ngClass",
|
|
86816
|
+
i0.ɵɵproperty("ngClass", ctx_r0.phaseIndicatorMobileClasses());
|
|
86809
86817
|
i0.ɵɵadvance();
|
|
86810
|
-
i0.ɵɵtextInterpolate1(" Phase ", ɵ$
|
|
86818
|
+
i0.ɵɵtextInterpolate1(" Phase ", ɵ$index_17_r6 + 1, " ");
|
|
86811
86819
|
} }
|
|
86812
86820
|
function UnifiedTimelineComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
86813
86821
|
i0.ɵɵelementStart(0, "section", 0);
|
|
86814
|
-
i0.ɵɵ
|
|
86815
|
-
i0.ɵɵelementStart(
|
|
86816
|
-
i0.ɵɵelement(
|
|
86817
|
-
i0.ɵɵelementStart(
|
|
86818
|
-
i0.ɵɵrepeaterCreate(
|
|
86822
|
+
i0.ɵɵconditionalCreate(1, UnifiedTimelineComponent_Conditional_0_Conditional_1_Template, 2, 8);
|
|
86823
|
+
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2);
|
|
86824
|
+
i0.ɵɵelement(4, "div", 3);
|
|
86825
|
+
i0.ɵɵelementStart(5, "div", 4);
|
|
86826
|
+
i0.ɵɵrepeaterCreate(6, UnifiedTimelineComponent_Conditional_0_For_7_Template, 17, 31, "div", 5, _forTrack0$p);
|
|
86819
86827
|
i0.ɵɵelementEnd()()()();
|
|
86820
86828
|
} if (rf & 2) {
|
|
86821
|
-
const
|
|
86822
|
-
i0.ɵɵadvance();
|
|
86823
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", i0.ɵɵpureFunction1(6, _c0$k, ctx_r1.IconSourceEnum.HEROICONS));
|
|
86829
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
86824
86830
|
i0.ɵɵadvance();
|
|
86825
|
-
i0.ɵɵ
|
|
86831
|
+
i0.ɵɵconditional(!ctx_r0.hideHeader() ? 1 : -1);
|
|
86826
86832
|
i0.ɵɵadvance();
|
|
86827
|
-
i0.ɵɵproperty("ngClass",
|
|
86833
|
+
i0.ɵɵproperty("ngClass", ctx_r0.containerClasses());
|
|
86828
86834
|
i0.ɵɵadvance(2);
|
|
86829
|
-
i0.ɵɵproperty("ngClass",
|
|
86835
|
+
i0.ɵɵproperty("ngClass", ctx_r0.lineClasses());
|
|
86830
86836
|
i0.ɵɵadvance(2);
|
|
86831
|
-
i0.ɵɵrepeater(
|
|
86837
|
+
i0.ɵɵrepeater(ctx_r0.phases());
|
|
86832
86838
|
} }
|
|
86833
86839
|
class UnifiedTimelineComponent {
|
|
86834
86840
|
constructor() {
|
|
86835
86841
|
this.timeline = input.required(...(ngDevMode ? [{ debugName: "timeline" }] : []));
|
|
86836
86842
|
this.viewMode = input(ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
86837
86843
|
this.goals = input([], ...(ngDevMode ? [{ debugName: "goals" }] : []));
|
|
86844
|
+
this.hideHeader = input(false, ...(ngDevMode ? [{ debugName: "hideHeader" }] : []));
|
|
86838
86845
|
this.goalClick = output();
|
|
86839
86846
|
this.IconSourceEnum = IconSourceEnum;
|
|
86840
86847
|
this.phases = computed(() => {
|
|
@@ -86922,8 +86929,8 @@ class UnifiedTimelineComponent {
|
|
|
86922
86929
|
this.goalClick.emit(goal);
|
|
86923
86930
|
}
|
|
86924
86931
|
static { this.ɵfac = function UnifiedTimelineComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedTimelineComponent)(); }; }
|
|
86925
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedTimelineComponent, selectors: [["symphiq-unified-timeline"]], inputs: { timeline: [1, "timeline"], viewMode: [1, "viewMode"], goals: [1, "goals"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-timeline", 1, "space-y-6", "scroll-mt-24"], [
|
|
86926
|
-
i0.ɵɵconditionalCreate(0, UnifiedTimelineComponent_Conditional_0_Template,
|
|
86932
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedTimelineComponent, selectors: [["symphiq-unified-timeline"]], inputs: { timeline: [1, "timeline"], viewMode: [1, "viewMode"], goals: [1, "goals"], hideHeader: [1, "hideHeader"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-timeline", 1, "space-y-6", "scroll-mt-24"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "relative"], [1, "absolute", "left-6", "top-0", "bottom-0", "w-0.5", 3, "ngClass"], [1, "space-y-12", "md:space-y-8", "mt-8", "md:mt-0"], [1, "relative", "pl-16", "group"], [3, "viewMode", "sectionIcon"], ["title", "Implementation Timeline", 3, "icon", "viewMode"], [1, "absolute", "left-4", "w-5", "h-5", "rounded-full", "border-4", "flex", "items-center", "justify-center", "transition-all", "duration-300", "group-hover:scale-125", 3, "ngClass"], [1, "w-2", "h-2", "rounded-full", 3, "ngClass"], [1, "rounded-xl", "p-5", "transition-all", "duration-300", 3, "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, "text-sm", "mb-4", 3, "ngClass"], [1, "mt-4"], [1, "absolute", "text-xs", "font-bold", "transition-all", "duration-300", "group-hover:scale-110", "group-hover:font-extrabold", "-left-[52px]", "top-0", "origin-right", "hidden", "md:block", 3, "ngClass"], [1, "absolute", "-top-8", "left-0", "text-xs", "font-bold", "px-2", "py-1", "rounded-full", "md:hidden", 3, "ngClass"], [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, "w-2", "h-2", "rounded-full", "mt-1.5", "flex-shrink-0", 3, "ngClass"], [1, "line-clamp-1"], [1, "space-y-3"], [1, "goal-chip", "flex", "items-center", "justify-between", "gap-2", "px-3", "py-2", "rounded-lg", "cursor-pointer", 3, "ngClass"], [1, "goal-chip", "flex", "items-center", "justify-between", "gap-2", "px-3", "py-2", "rounded-lg", "cursor-pointer", 3, "click", "ngClass"], [1, "text-sm", "font-medium", "line-clamp-1"], ["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", "d", "M9 5l7 7-7 7"]], template: function UnifiedTimelineComponent_Template(rf, ctx) { if (rf & 1) {
|
|
86933
|
+
i0.ɵɵconditionalCreate(0, UnifiedTimelineComponent_Conditional_0_Template, 8, 3, "section", 0);
|
|
86927
86934
|
} if (rf & 2) {
|
|
86928
86935
|
i0.ɵɵconditional(ctx.phases().length > 0 ? 0 : -1);
|
|
86929
86936
|
} }, dependencies: [CommonModule, i1$1.NgClass, SectionDividerComponent, SectionHeaderComponent], styles: ["@keyframes _ngcontent-%COMP%_pulse-glow-blue{0%,to{box-shadow:0 0 5px #3b82f680,0 0 10px #3b82f64d}50%{box-shadow:0 0 15px #3b82f6cc,0 0 25px #3b82f680,0 0 35px #3b82f64d}}@keyframes _ngcontent-%COMP%_pulse-glow-cyan{0%,to{box-shadow:0 0 5px #06b6d480,0 0 10px #06b6d44d}50%{box-shadow:0 0 15px #06b6d4cc,0 0 25px #06b6d480,0 0 35px #06b6d44d}}@keyframes _ngcontent-%COMP%_pulse-glow-teal{0%,to{box-shadow:0 0 5px #14b8a680,0 0 10px #14b8a64d}50%{box-shadow:0 0 15px #14b8a6cc,0 0 25px #14b8a680,0 0 35px #14b8a64d}}@keyframes _ngcontent-%COMP%_pulse-glow-emerald{0%,to{box-shadow:0 0 5px #10b98180,0 0 10px #10b9814d}50%{box-shadow:0 0 15px #10b981cc,0 0 25px #10b98180,0 0 35px #10b9814d}}.group[_ngcontent-%COMP%]:hover .animate-pulse-glow-blue[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow-blue 1.5s ease-in-out infinite}.group[_ngcontent-%COMP%]:hover .animate-pulse-glow-cyan[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow-cyan 1.5s ease-in-out infinite}.group[_ngcontent-%COMP%]:hover .animate-pulse-glow-teal[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow-teal 1.5s ease-in-out infinite}.group[_ngcontent-%COMP%]:hover .animate-pulse-glow-emerald[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow-emerald 1.5s ease-in-out infinite}.card-glow-blue[_ngcontent-%COMP%]:hover{box-shadow:0 0 20px #3b82f666,0 0 40px #3b82f633,0 10px 30px #0000004d;border-color:#3b82f6cc!important}.card-glow-cyan[_ngcontent-%COMP%]:hover{box-shadow:0 0 20px #06b6d466,0 0 40px #06b6d433,0 10px 30px #0000004d;border-color:#06b6d4cc!important}.card-glow-teal[_ngcontent-%COMP%]:hover{box-shadow:0 0 20px #14b8a666,0 0 40px #14b8a633,0 10px 30px #0000004d;border-color:#14b8a6cc!important}.card-glow-emerald[_ngcontent-%COMP%]:hover{box-shadow:0 0 20px #10b98166,0 0 40px #10b98133,0 10px 30px #0000004d;border-color:#10b981cc!important}.goal-chip[_ngcontent-%COMP%]{transition:all .3s ease}.goal-chip[_ngcontent-%COMP%]:hover{transform:scale(1.03) translate(4px);box-shadow:0 0 15px #8b5cf680,0 0 30px #8b5cf64d;border-color:#8b5cf6cc!important}"], changeDetection: 0 }); }
|
|
@@ -86933,15 +86940,17 @@ class UnifiedTimelineComponent {
|
|
|
86933
86940
|
args: [{ selector: 'symphiq-unified-timeline', standalone: true, imports: [CommonModule, SectionDividerComponent, SectionHeaderComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
86934
86941
|
@if (phases().length > 0) {
|
|
86935
86942
|
<section id="section-timeline" class="space-y-6 scroll-mt-24">
|
|
86936
|
-
|
|
86937
|
-
|
|
86938
|
-
|
|
86939
|
-
|
|
86940
|
-
|
|
86941
|
-
|
|
86942
|
-
|
|
86943
|
-
|
|
86944
|
-
|
|
86943
|
+
@if (!hideHeader()) {
|
|
86944
|
+
<symphiq-section-divider
|
|
86945
|
+
[viewMode]="viewMode()"
|
|
86946
|
+
[sectionIcon]="{ name: 'calendar', source: IconSourceEnum.HEROICONS }"
|
|
86947
|
+
/>
|
|
86948
|
+
<symphiq-section-header
|
|
86949
|
+
[icon]="{ name: 'calendar', source: IconSourceEnum.HEROICONS }"
|
|
86950
|
+
title="Implementation Timeline"
|
|
86951
|
+
[viewMode]="viewMode()"
|
|
86952
|
+
/>
|
|
86953
|
+
}
|
|
86945
86954
|
|
|
86946
86955
|
<div [ngClass]="containerClasses()" class="rounded-2xl p-8 shadow-xl">
|
|
86947
86956
|
<div class="relative">
|
|
@@ -87030,15 +87039,23 @@ class UnifiedTimelineComponent {
|
|
|
87030
87039
|
</section>
|
|
87031
87040
|
}
|
|
87032
87041
|
`, styles: ["@keyframes pulse-glow-blue{0%,to{box-shadow:0 0 5px #3b82f680,0 0 10px #3b82f64d}50%{box-shadow:0 0 15px #3b82f6cc,0 0 25px #3b82f680,0 0 35px #3b82f64d}}@keyframes pulse-glow-cyan{0%,to{box-shadow:0 0 5px #06b6d480,0 0 10px #06b6d44d}50%{box-shadow:0 0 15px #06b6d4cc,0 0 25px #06b6d480,0 0 35px #06b6d44d}}@keyframes pulse-glow-teal{0%,to{box-shadow:0 0 5px #14b8a680,0 0 10px #14b8a64d}50%{box-shadow:0 0 15px #14b8a6cc,0 0 25px #14b8a680,0 0 35px #14b8a64d}}@keyframes pulse-glow-emerald{0%,to{box-shadow:0 0 5px #10b98180,0 0 10px #10b9814d}50%{box-shadow:0 0 15px #10b981cc,0 0 25px #10b98180,0 0 35px #10b9814d}}.group:hover .animate-pulse-glow-blue{animation:pulse-glow-blue 1.5s ease-in-out infinite}.group:hover .animate-pulse-glow-cyan{animation:pulse-glow-cyan 1.5s ease-in-out infinite}.group:hover .animate-pulse-glow-teal{animation:pulse-glow-teal 1.5s ease-in-out infinite}.group:hover .animate-pulse-glow-emerald{animation:pulse-glow-emerald 1.5s ease-in-out infinite}.card-glow-blue:hover{box-shadow:0 0 20px #3b82f666,0 0 40px #3b82f633,0 10px 30px #0000004d;border-color:#3b82f6cc!important}.card-glow-cyan:hover{box-shadow:0 0 20px #06b6d466,0 0 40px #06b6d433,0 10px 30px #0000004d;border-color:#06b6d4cc!important}.card-glow-teal:hover{box-shadow:0 0 20px #14b8a666,0 0 40px #14b8a633,0 10px 30px #0000004d;border-color:#14b8a6cc!important}.card-glow-emerald:hover{box-shadow:0 0 20px #10b98166,0 0 40px #10b98133,0 10px 30px #0000004d;border-color:#10b981cc!important}.goal-chip{transition:all .3s ease}.goal-chip:hover{transform:scale(1.03) translate(4px);box-shadow:0 0 15px #8b5cf680,0 0 30px #8b5cf64d;border-color:#8b5cf6cc!important}\n"] }]
|
|
87033
|
-
}], null, { timeline: [{ type: i0.Input, args: [{ isSignal: true, alias: "timeline", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
|
|
87034
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedTimelineComponent, { className: "UnifiedTimelineComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-timeline.component.ts", lineNumber:
|
|
87042
|
+
}], null, { timeline: [{ type: i0.Input, args: [{ isSignal: true, alias: "timeline", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], hideHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideHeader", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
|
|
87043
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedTimelineComponent, { className: "UnifiedTimelineComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-timeline.component.ts", lineNumber: 186 }); })();
|
|
87035
87044
|
|
|
87036
|
-
const _c0$
|
|
87045
|
+
const _c0$k = a0 => ({ name: "squares-2x2", source: a0 });
|
|
87037
87046
|
const _forTrack0$o = ($index, $item) => $item.id;
|
|
87038
|
-
function
|
|
87039
|
-
|
|
87047
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
87048
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 23)(1, "symphiq-section-header", 24);
|
|
87049
|
+
} if (rf & 2) {
|
|
87050
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87051
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$k, ctx_r0.IconSourceEnum.HEROICONS));
|
|
87052
|
+
i0.ɵɵadvance();
|
|
87053
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$k, ctx_r0.IconSourceEnum.HEROICONS))("viewMode", ctx_r0.viewMode());
|
|
87054
|
+
} }
|
|
87055
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_For_20_Template(rf, ctx) { if (rf & 1) {
|
|
87056
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
87040
87057
|
i0.ɵɵelementStart(0, "button", 25);
|
|
87041
|
-
i0.ɵɵlistener("click", function
|
|
87058
|
+
i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_20_Template_button_click_0_listener() { const goal_r3 = i0.ɵɵrestoreView(_r2).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r3)); });
|
|
87042
87059
|
i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
|
|
87043
87060
|
i0.ɵɵtext(3);
|
|
87044
87061
|
i0.ɵɵelementEnd();
|
|
@@ -87047,24 +87064,24 @@ function UnifiedPriorityMatrixComponent_Conditional_0_For_21_Template(rf, ctx) {
|
|
|
87047
87064
|
i0.ɵɵelement(5, "path", 29);
|
|
87048
87065
|
i0.ɵɵelementEnd()()();
|
|
87049
87066
|
} if (rf & 2) {
|
|
87050
|
-
const
|
|
87051
|
-
const
|
|
87052
|
-
i0.ɵɵproperty("ngClass",
|
|
87067
|
+
const goal_r3 = ctx.$implicit;
|
|
87068
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87069
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getGoalClasses("quickWins"));
|
|
87053
87070
|
i0.ɵɵadvance(3);
|
|
87054
|
-
i0.ɵɵtextInterpolate(
|
|
87071
|
+
i0.ɵɵtextInterpolate(goal_r3.title);
|
|
87055
87072
|
} }
|
|
87056
|
-
function
|
|
87057
|
-
i0.ɵɵelementStart(0, "div",
|
|
87073
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
87074
|
+
i0.ɵɵelementStart(0, "div", 16);
|
|
87058
87075
|
i0.ɵɵtext(1, "No goals");
|
|
87059
87076
|
i0.ɵɵelementEnd();
|
|
87060
87077
|
} if (rf & 2) {
|
|
87061
|
-
const
|
|
87062
|
-
i0.ɵɵproperty("ngClass",
|
|
87078
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87079
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyClasses());
|
|
87063
87080
|
} }
|
|
87064
|
-
function
|
|
87081
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template(rf, ctx) { if (rf & 1) {
|
|
87065
87082
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
87066
87083
|
i0.ɵɵelementStart(0, "button", 25);
|
|
87067
|
-
i0.ɵɵlistener("click", function
|
|
87084
|
+
i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template_button_click_0_listener() { const goal_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r5)); });
|
|
87068
87085
|
i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
|
|
87069
87086
|
i0.ɵɵtext(3);
|
|
87070
87087
|
i0.ɵɵelementEnd();
|
|
@@ -87074,23 +87091,23 @@ function UnifiedPriorityMatrixComponent_Conditional_0_For_32_Template(rf, ctx) {
|
|
|
87074
87091
|
i0.ɵɵelementEnd()()();
|
|
87075
87092
|
} if (rf & 2) {
|
|
87076
87093
|
const goal_r5 = ctx.$implicit;
|
|
87077
|
-
const
|
|
87078
|
-
i0.ɵɵproperty("ngClass",
|
|
87094
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87095
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getGoalClasses("majorProjects"));
|
|
87079
87096
|
i0.ɵɵadvance(3);
|
|
87080
87097
|
i0.ɵɵtextInterpolate(goal_r5.title);
|
|
87081
87098
|
} }
|
|
87082
|
-
function
|
|
87083
|
-
i0.ɵɵelementStart(0, "div",
|
|
87099
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_32_Template(rf, ctx) { if (rf & 1) {
|
|
87100
|
+
i0.ɵɵelementStart(0, "div", 16);
|
|
87084
87101
|
i0.ɵɵtext(1, "No goals");
|
|
87085
87102
|
i0.ɵɵelementEnd();
|
|
87086
87103
|
} if (rf & 2) {
|
|
87087
|
-
const
|
|
87088
|
-
i0.ɵɵproperty("ngClass",
|
|
87104
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87105
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyClasses());
|
|
87089
87106
|
} }
|
|
87090
|
-
function
|
|
87107
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template(rf, ctx) { if (rf & 1) {
|
|
87091
87108
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
87092
87109
|
i0.ɵɵelementStart(0, "button", 25);
|
|
87093
|
-
i0.ɵɵlistener("click", function
|
|
87110
|
+
i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template_button_click_0_listener() { const goal_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r7)); });
|
|
87094
87111
|
i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
|
|
87095
87112
|
i0.ɵɵtext(3);
|
|
87096
87113
|
i0.ɵɵelementEnd();
|
|
@@ -87100,23 +87117,23 @@ function UnifiedPriorityMatrixComponent_Conditional_0_For_43_Template(rf, ctx) {
|
|
|
87100
87117
|
i0.ɵɵelementEnd()()();
|
|
87101
87118
|
} if (rf & 2) {
|
|
87102
87119
|
const goal_r7 = ctx.$implicit;
|
|
87103
|
-
const
|
|
87104
|
-
i0.ɵɵproperty("ngClass",
|
|
87120
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87121
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getGoalClasses("fillIns"));
|
|
87105
87122
|
i0.ɵɵadvance(3);
|
|
87106
87123
|
i0.ɵɵtextInterpolate(goal_r7.title);
|
|
87107
87124
|
} }
|
|
87108
|
-
function
|
|
87109
|
-
i0.ɵɵelementStart(0, "div",
|
|
87125
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_43_Template(rf, ctx) { if (rf & 1) {
|
|
87126
|
+
i0.ɵɵelementStart(0, "div", 16);
|
|
87110
87127
|
i0.ɵɵtext(1, "No goals");
|
|
87111
87128
|
i0.ɵɵelementEnd();
|
|
87112
87129
|
} if (rf & 2) {
|
|
87113
|
-
const
|
|
87114
|
-
i0.ɵɵproperty("ngClass",
|
|
87130
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87131
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyClasses());
|
|
87115
87132
|
} }
|
|
87116
|
-
function
|
|
87133
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template(rf, ctx) { if (rf & 1) {
|
|
87117
87134
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
87118
87135
|
i0.ɵɵelementStart(0, "button", 25);
|
|
87119
|
-
i0.ɵɵlistener("click", function
|
|
87136
|
+
i0.ɵɵlistener("click", function UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template_button_click_0_listener() { const goal_r9 = i0.ɵɵrestoreView(_r8).$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalClick(goal_r9)); });
|
|
87120
87137
|
i0.ɵɵelementStart(1, "div", 26)(2, "span", 27);
|
|
87121
87138
|
i0.ɵɵtext(3);
|
|
87122
87139
|
i0.ɵɵelementEnd();
|
|
@@ -87126,145 +87143,144 @@ function UnifiedPriorityMatrixComponent_Conditional_0_For_54_Template(rf, ctx) {
|
|
|
87126
87143
|
i0.ɵɵelementEnd()()();
|
|
87127
87144
|
} if (rf & 2) {
|
|
87128
87145
|
const goal_r9 = ctx.$implicit;
|
|
87129
|
-
const
|
|
87130
|
-
i0.ɵɵproperty("ngClass",
|
|
87146
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87147
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getGoalClasses("thankless"));
|
|
87131
87148
|
i0.ɵɵadvance(3);
|
|
87132
87149
|
i0.ɵɵtextInterpolate(goal_r9.title);
|
|
87133
87150
|
} }
|
|
87134
|
-
function
|
|
87135
|
-
i0.ɵɵelementStart(0, "div",
|
|
87151
|
+
function UnifiedPriorityMatrixComponent_Conditional_0_Conditional_54_Template(rf, ctx) { if (rf & 1) {
|
|
87152
|
+
i0.ɵɵelementStart(0, "div", 16);
|
|
87136
87153
|
i0.ɵɵtext(1, "No goals");
|
|
87137
87154
|
i0.ɵɵelementEnd();
|
|
87138
87155
|
} if (rf & 2) {
|
|
87139
|
-
const
|
|
87140
|
-
i0.ɵɵproperty("ngClass",
|
|
87156
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87157
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyClasses());
|
|
87141
87158
|
} }
|
|
87142
87159
|
function UnifiedPriorityMatrixComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
87143
87160
|
i0.ɵɵelementStart(0, "section", 0);
|
|
87144
|
-
i0.ɵɵ
|
|
87145
|
-
i0.ɵɵelementStart(
|
|
87146
|
-
i0.ɵɵelement(
|
|
87147
|
-
i0.ɵɵelementStart(
|
|
87148
|
-
i0.ɵɵtext(
|
|
87161
|
+
i0.ɵɵconditionalCreate(1, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_1_Template, 2, 8);
|
|
87162
|
+
i0.ɵɵelementStart(2, "div", 1)(3, "div", 2)(4, "div", 3);
|
|
87163
|
+
i0.ɵɵelement(5, "div", 4);
|
|
87164
|
+
i0.ɵɵelementStart(6, "div", 5)(7, "span", 6);
|
|
87165
|
+
i0.ɵɵtext(8, "Impact");
|
|
87149
87166
|
i0.ɵɵelementEnd()()();
|
|
87150
|
-
i0.ɵɵelementStart(
|
|
87151
|
-
i0.ɵɵelement(
|
|
87152
|
-
i0.ɵɵelementStart(
|
|
87153
|
-
i0.ɵɵtext(
|
|
87167
|
+
i0.ɵɵelementStart(9, "div", 7)(10, "div", 8)(11, "div", 9)(12, "div", 10);
|
|
87168
|
+
i0.ɵɵelement(13, "div", 11);
|
|
87169
|
+
i0.ɵɵelementStart(14, "h4", 12);
|
|
87170
|
+
i0.ɵɵtext(15, "Quick Wins");
|
|
87154
87171
|
i0.ɵɵelementEnd()();
|
|
87155
|
-
i0.ɵɵelementStart(
|
|
87156
|
-
i0.ɵɵtext(
|
|
87172
|
+
i0.ɵɵelementStart(16, "p", 13);
|
|
87173
|
+
i0.ɵɵtext(17, "High Impact / Low Effort");
|
|
87157
87174
|
i0.ɵɵelementEnd();
|
|
87158
|
-
i0.ɵɵelementStart(
|
|
87159
|
-
i0.ɵɵrepeaterCreate(
|
|
87160
|
-
i0.ɵɵconditionalCreate(
|
|
87175
|
+
i0.ɵɵelementStart(18, "div", 14);
|
|
87176
|
+
i0.ɵɵrepeaterCreate(19, UnifiedPriorityMatrixComponent_Conditional_0_For_20_Template, 6, 2, "button", 15, _forTrack0$o);
|
|
87177
|
+
i0.ɵɵconditionalCreate(21, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_21_Template, 2, 1, "div", 16);
|
|
87161
87178
|
i0.ɵɵelementEnd()();
|
|
87162
|
-
i0.ɵɵelementStart(
|
|
87163
|
-
i0.ɵɵelement(
|
|
87164
|
-
i0.ɵɵelementStart(
|
|
87165
|
-
i0.ɵɵtext(
|
|
87179
|
+
i0.ɵɵelementStart(22, "div", 9)(23, "div", 10);
|
|
87180
|
+
i0.ɵɵelement(24, "div", 17);
|
|
87181
|
+
i0.ɵɵelementStart(25, "h4", 12);
|
|
87182
|
+
i0.ɵɵtext(26, "Major Projects");
|
|
87166
87183
|
i0.ɵɵelementEnd()();
|
|
87167
|
-
i0.ɵɵelementStart(
|
|
87168
|
-
i0.ɵɵtext(
|
|
87184
|
+
i0.ɵɵelementStart(27, "p", 13);
|
|
87185
|
+
i0.ɵɵtext(28, "High Impact / High Effort");
|
|
87169
87186
|
i0.ɵɵelementEnd();
|
|
87170
|
-
i0.ɵɵelementStart(
|
|
87171
|
-
i0.ɵɵrepeaterCreate(
|
|
87172
|
-
i0.ɵɵconditionalCreate(
|
|
87187
|
+
i0.ɵɵelementStart(29, "div", 14);
|
|
87188
|
+
i0.ɵɵrepeaterCreate(30, UnifiedPriorityMatrixComponent_Conditional_0_For_31_Template, 6, 2, "button", 15, _forTrack0$o);
|
|
87189
|
+
i0.ɵɵconditionalCreate(32, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_32_Template, 2, 1, "div", 16);
|
|
87173
87190
|
i0.ɵɵelementEnd()();
|
|
87174
|
-
i0.ɵɵelementStart(
|
|
87175
|
-
i0.ɵɵelement(
|
|
87176
|
-
i0.ɵɵelementStart(
|
|
87177
|
-
i0.ɵɵtext(
|
|
87191
|
+
i0.ɵɵelementStart(33, "div", 9)(34, "div", 10);
|
|
87192
|
+
i0.ɵɵelement(35, "div", 18);
|
|
87193
|
+
i0.ɵɵelementStart(36, "h4", 12);
|
|
87194
|
+
i0.ɵɵtext(37, "Fill-Ins");
|
|
87178
87195
|
i0.ɵɵelementEnd()();
|
|
87179
|
-
i0.ɵɵelementStart(
|
|
87180
|
-
i0.ɵɵtext(
|
|
87196
|
+
i0.ɵɵelementStart(38, "p", 13);
|
|
87197
|
+
i0.ɵɵtext(39, "Low Impact / Low Effort");
|
|
87181
87198
|
i0.ɵɵelementEnd();
|
|
87182
|
-
i0.ɵɵelementStart(
|
|
87183
|
-
i0.ɵɵrepeaterCreate(
|
|
87184
|
-
i0.ɵɵconditionalCreate(
|
|
87199
|
+
i0.ɵɵelementStart(40, "div", 14);
|
|
87200
|
+
i0.ɵɵrepeaterCreate(41, UnifiedPriorityMatrixComponent_Conditional_0_For_42_Template, 6, 2, "button", 15, _forTrack0$o);
|
|
87201
|
+
i0.ɵɵconditionalCreate(43, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_43_Template, 2, 1, "div", 16);
|
|
87185
87202
|
i0.ɵɵelementEnd()();
|
|
87186
|
-
i0.ɵɵelementStart(
|
|
87187
|
-
i0.ɵɵelement(
|
|
87188
|
-
i0.ɵɵelementStart(
|
|
87189
|
-
i0.ɵɵtext(
|
|
87203
|
+
i0.ɵɵelementStart(44, "div", 9)(45, "div", 10);
|
|
87204
|
+
i0.ɵɵelement(46, "div", 19);
|
|
87205
|
+
i0.ɵɵelementStart(47, "h4", 12);
|
|
87206
|
+
i0.ɵɵtext(48, "Time Permitting");
|
|
87190
87207
|
i0.ɵɵelementEnd()();
|
|
87191
|
-
i0.ɵɵelementStart(
|
|
87192
|
-
i0.ɵɵtext(
|
|
87208
|
+
i0.ɵɵelementStart(49, "p", 13);
|
|
87209
|
+
i0.ɵɵtext(50, "Low Impact / High Effort");
|
|
87193
87210
|
i0.ɵɵelementEnd();
|
|
87194
|
-
i0.ɵɵelementStart(
|
|
87195
|
-
i0.ɵɵrepeaterCreate(
|
|
87196
|
-
i0.ɵɵconditionalCreate(
|
|
87211
|
+
i0.ɵɵelementStart(51, "div", 14);
|
|
87212
|
+
i0.ɵɵrepeaterCreate(52, UnifiedPriorityMatrixComponent_Conditional_0_For_53_Template, 6, 2, "button", 15, _forTrack0$o);
|
|
87213
|
+
i0.ɵɵconditionalCreate(54, UnifiedPriorityMatrixComponent_Conditional_0_Conditional_54_Template, 2, 1, "div", 16);
|
|
87197
87214
|
i0.ɵɵelementEnd()()();
|
|
87198
|
-
i0.ɵɵelementStart(
|
|
87199
|
-
i0.ɵɵelement(
|
|
87200
|
-
i0.ɵɵelementStart(
|
|
87201
|
-
i0.ɵɵtext(
|
|
87215
|
+
i0.ɵɵelementStart(55, "div", 20);
|
|
87216
|
+
i0.ɵɵelement(56, "div", 21);
|
|
87217
|
+
i0.ɵɵelementStart(57, "div", 22)(58, "span", 6);
|
|
87218
|
+
i0.ɵɵtext(59, "Effort");
|
|
87202
87219
|
i0.ɵɵelementEnd()()()()()()();
|
|
87203
87220
|
} if (rf & 2) {
|
|
87204
|
-
const
|
|
87205
|
-
i0.ɵɵadvance();
|
|
87206
|
-
i0.ɵɵproperty("viewMode", ctx_r2.viewMode())("sectionIcon", i0.ɵɵpureFunction1(27, _c0$j, ctx_r2.IconSourceEnum.HEROICONS));
|
|
87221
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
87207
87222
|
i0.ɵɵadvance();
|
|
87208
|
-
i0.ɵɵ
|
|
87223
|
+
i0.ɵɵconditional(!ctx_r0.hideHeader() ? 1 : -1);
|
|
87209
87224
|
i0.ɵɵadvance();
|
|
87210
|
-
i0.ɵɵproperty("ngClass",
|
|
87225
|
+
i0.ɵɵproperty("ngClass", ctx_r0.containerClasses());
|
|
87211
87226
|
i0.ɵɵadvance(3);
|
|
87212
|
-
i0.ɵɵproperty("ngClass",
|
|
87227
|
+
i0.ɵɵproperty("ngClass", ctx_r0.axisLineClasses());
|
|
87213
87228
|
i0.ɵɵadvance();
|
|
87214
|
-
i0.ɵɵproperty("ngClass",
|
|
87229
|
+
i0.ɵɵproperty("ngClass", ctx_r0.axisLabelBgClasses());
|
|
87215
87230
|
i0.ɵɵadvance();
|
|
87216
|
-
i0.ɵɵproperty("ngClass",
|
|
87231
|
+
i0.ɵɵproperty("ngClass", ctx_r0.axisLabelClasses());
|
|
87217
87232
|
i0.ɵɵadvance(4);
|
|
87218
|
-
i0.ɵɵproperty("ngClass",
|
|
87233
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getQuadrantClasses("quick-wins"));
|
|
87219
87234
|
i0.ɵɵadvance(3);
|
|
87220
|
-
i0.ɵɵproperty("ngClass",
|
|
87235
|
+
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
87221
87236
|
i0.ɵɵadvance(2);
|
|
87222
|
-
i0.ɵɵproperty("ngClass",
|
|
87237
|
+
i0.ɵɵproperty("ngClass", ctx_r0.subtitleClasses());
|
|
87223
87238
|
i0.ɵɵadvance(3);
|
|
87224
|
-
i0.ɵɵrepeater(
|
|
87239
|
+
i0.ɵɵrepeater(ctx_r0.matrix().quickWins);
|
|
87225
87240
|
i0.ɵɵadvance(2);
|
|
87226
|
-
i0.ɵɵconditional(
|
|
87241
|
+
i0.ɵɵconditional(ctx_r0.matrix().quickWins.length === 0 ? 21 : -1);
|
|
87227
87242
|
i0.ɵɵadvance();
|
|
87228
|
-
i0.ɵɵproperty("ngClass",
|
|
87243
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getQuadrantClasses("major-projects"));
|
|
87229
87244
|
i0.ɵɵadvance(3);
|
|
87230
|
-
i0.ɵɵproperty("ngClass",
|
|
87245
|
+
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
87231
87246
|
i0.ɵɵadvance(2);
|
|
87232
|
-
i0.ɵɵproperty("ngClass",
|
|
87247
|
+
i0.ɵɵproperty("ngClass", ctx_r0.subtitleClasses());
|
|
87233
87248
|
i0.ɵɵadvance(3);
|
|
87234
|
-
i0.ɵɵrepeater(
|
|
87249
|
+
i0.ɵɵrepeater(ctx_r0.matrix().majorProjects);
|
|
87235
87250
|
i0.ɵɵadvance(2);
|
|
87236
|
-
i0.ɵɵconditional(
|
|
87251
|
+
i0.ɵɵconditional(ctx_r0.matrix().majorProjects.length === 0 ? 32 : -1);
|
|
87237
87252
|
i0.ɵɵadvance();
|
|
87238
|
-
i0.ɵɵproperty("ngClass",
|
|
87253
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getQuadrantClasses("fill-ins"));
|
|
87239
87254
|
i0.ɵɵadvance(3);
|
|
87240
|
-
i0.ɵɵproperty("ngClass",
|
|
87255
|
+
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
87241
87256
|
i0.ɵɵadvance(2);
|
|
87242
|
-
i0.ɵɵproperty("ngClass",
|
|
87257
|
+
i0.ɵɵproperty("ngClass", ctx_r0.subtitleClasses());
|
|
87243
87258
|
i0.ɵɵadvance(3);
|
|
87244
|
-
i0.ɵɵrepeater(
|
|
87259
|
+
i0.ɵɵrepeater(ctx_r0.matrix().fillIns);
|
|
87245
87260
|
i0.ɵɵadvance(2);
|
|
87246
|
-
i0.ɵɵconditional(
|
|
87261
|
+
i0.ɵɵconditional(ctx_r0.matrix().fillIns.length === 0 ? 43 : -1);
|
|
87247
87262
|
i0.ɵɵadvance();
|
|
87248
|
-
i0.ɵɵproperty("ngClass",
|
|
87263
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getQuadrantClasses("time-permitting"));
|
|
87249
87264
|
i0.ɵɵadvance(3);
|
|
87250
|
-
i0.ɵɵproperty("ngClass",
|
|
87265
|
+
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
87251
87266
|
i0.ɵɵadvance(2);
|
|
87252
|
-
i0.ɵɵproperty("ngClass",
|
|
87267
|
+
i0.ɵɵproperty("ngClass", ctx_r0.subtitleClasses());
|
|
87253
87268
|
i0.ɵɵadvance(3);
|
|
87254
|
-
i0.ɵɵrepeater(
|
|
87269
|
+
i0.ɵɵrepeater(ctx_r0.matrix().thankless);
|
|
87255
87270
|
i0.ɵɵadvance(2);
|
|
87256
|
-
i0.ɵɵconditional(
|
|
87271
|
+
i0.ɵɵconditional(ctx_r0.matrix().thankless.length === 0 ? 54 : -1);
|
|
87257
87272
|
i0.ɵɵadvance(2);
|
|
87258
|
-
i0.ɵɵproperty("ngClass",
|
|
87273
|
+
i0.ɵɵproperty("ngClass", ctx_r0.axisLineHorizontalClasses());
|
|
87259
87274
|
i0.ɵɵadvance();
|
|
87260
|
-
i0.ɵɵproperty("ngClass",
|
|
87275
|
+
i0.ɵɵproperty("ngClass", ctx_r0.axisLabelBgClasses());
|
|
87261
87276
|
i0.ɵɵadvance();
|
|
87262
|
-
i0.ɵɵproperty("ngClass",
|
|
87277
|
+
i0.ɵɵproperty("ngClass", ctx_r0.axisLabelClasses());
|
|
87263
87278
|
} }
|
|
87264
87279
|
class UnifiedPriorityMatrixComponent {
|
|
87265
87280
|
constructor() {
|
|
87266
87281
|
this.matrix = input.required(...(ngDevMode ? [{ debugName: "matrix" }] : []));
|
|
87267
87282
|
this.viewMode = input(ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
87283
|
+
this.hideHeader = input(false, ...(ngDevMode ? [{ debugName: "hideHeader" }] : []));
|
|
87268
87284
|
this.goalClick = output();
|
|
87269
87285
|
this.IconSourceEnum = IconSourceEnum;
|
|
87270
87286
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
@@ -87333,8 +87349,8 @@ class UnifiedPriorityMatrixComponent {
|
|
|
87333
87349
|
this.goalClick.emit(goal);
|
|
87334
87350
|
}
|
|
87335
87351
|
static { this.ɵfac = function UnifiedPriorityMatrixComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedPriorityMatrixComponent)(); }; }
|
|
87336
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedPriorityMatrixComponent, selectors: [["symphiq-unified-priority-matrix"]], inputs: { matrix: [1, "matrix"], viewMode: [1, "viewMode"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-priority-matrix", 1, "space-y-6", "scroll-mt-24"], [
|
|
87337
|
-
i0.ɵɵconditionalCreate(0, UnifiedPriorityMatrixComponent_Conditional_0_Template,
|
|
87352
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedPriorityMatrixComponent, selectors: [["symphiq-unified-priority-matrix"]], inputs: { matrix: [1, "matrix"], viewMode: [1, "viewMode"], hideHeader: [1, "hideHeader"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-priority-matrix", 1, "space-y-6", "scroll-mt-24"], [1, "rounded-2xl", "p-6", "shadow-xl", 3, "ngClass"], [1, "flex", "gap-4"], [1, "flex", "flex-col", "items-center", "justify-center", "relative", "w-6"], [1, "absolute", "inset-y-0", "left-1/2", "-translate-x-1/2", "w-0.5", 3, "ngClass"], [1, "-rotate-90", "text-xs", "font-semibold", "uppercase", "tracking-wider", "whitespace-nowrap", "px-2", "py-1", "rounded-md", "z-10", 3, "ngClass"], [3, "ngClass"], [1, "flex-1", "flex", "flex-col", "gap-4"], [1, "grid", "grid-cols-2", "gap-4"], [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", "mb-0!", 3, "ngClass"], [1, "text-xs", "mb-3", 3, "ngClass"], [1, "space-y-2"], ["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", "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"], [1, "flex", "items-center", "justify-center", "relative", "h-6"], [1, "absolute", "inset-x-0", "top-1/2", "-translate-y-1/2", "h-0.5", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "px-2", "py-1", "rounded-md", "z-10", 3, "ngClass"], [3, "viewMode", "sectionIcon"], ["title", "Priority Matrix", 3, "icon", "viewMode"], ["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"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "opacity-60"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"]], template: function UnifiedPriorityMatrixComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87353
|
+
i0.ɵɵconditionalCreate(0, UnifiedPriorityMatrixComponent_Conditional_0_Template, 60, 24, "section", 0);
|
|
87338
87354
|
} if (rf & 2) {
|
|
87339
87355
|
i0.ɵɵconditional(ctx.hasGoals() ? 0 : -1);
|
|
87340
87356
|
} }, dependencies: [CommonModule, i1$1.NgClass, SectionDividerComponent, SectionHeaderComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
@@ -87349,15 +87365,17 @@ class UnifiedPriorityMatrixComponent {
|
|
|
87349
87365
|
template: `
|
|
87350
87366
|
@if (hasGoals()) {
|
|
87351
87367
|
<section id="section-priority-matrix" class="space-y-6 scroll-mt-24">
|
|
87352
|
-
|
|
87353
|
-
|
|
87354
|
-
|
|
87355
|
-
|
|
87356
|
-
|
|
87357
|
-
|
|
87358
|
-
|
|
87359
|
-
|
|
87360
|
-
|
|
87368
|
+
@if (!hideHeader()) {
|
|
87369
|
+
<symphiq-section-divider
|
|
87370
|
+
[viewMode]="viewMode()"
|
|
87371
|
+
[sectionIcon]="{ name: 'squares-2x2', source: IconSourceEnum.HEROICONS }"
|
|
87372
|
+
/>
|
|
87373
|
+
<symphiq-section-header
|
|
87374
|
+
[icon]="{ name: 'squares-2x2', source: IconSourceEnum.HEROICONS }"
|
|
87375
|
+
title="Priority Matrix"
|
|
87376
|
+
[viewMode]="viewMode()"
|
|
87377
|
+
/>
|
|
87378
|
+
}
|
|
87361
87379
|
|
|
87362
87380
|
<div [ngClass]="containerClasses()" class="rounded-2xl p-6 shadow-xl">
|
|
87363
87381
|
<div class="flex gap-4">
|
|
@@ -87496,24 +87514,32 @@ class UnifiedPriorityMatrixComponent {
|
|
|
87496
87514
|
}
|
|
87497
87515
|
`
|
|
87498
87516
|
}]
|
|
87499
|
-
}], null, { matrix: [{ type: i0.Input, args: [{ isSignal: true, alias: "matrix", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
|
|
87500
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedPriorityMatrixComponent, { className: "UnifiedPriorityMatrixComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-priority-matrix.component.ts", lineNumber:
|
|
87517
|
+
}], null, { matrix: [{ type: i0.Input, args: [{ isSignal: true, alias: "matrix", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], hideHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideHeader", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
|
|
87518
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedPriorityMatrixComponent, { className: "UnifiedPriorityMatrixComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-priority-matrix.component.ts", lineNumber: 172 }); })();
|
|
87501
87519
|
|
|
87502
|
-
const _c0$
|
|
87520
|
+
const _c0$j = a0 => ({ name: "arrow-right-circle", source: a0 });
|
|
87503
87521
|
const _forTrack0$n = ($index, $item) => $item.title;
|
|
87504
87522
|
const _forTrack1$3 = ($index, $item) => $item.id || $index;
|
|
87505
|
-
function
|
|
87523
|
+
function UnifiedNextStepsComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
87524
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 3)(1, "symphiq-section-header", 4);
|
|
87525
|
+
} if (rf & 2) {
|
|
87526
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87527
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$j, ctx_r0.IconSourceEnum.HEROICONS));
|
|
87528
|
+
i0.ɵɵadvance();
|
|
87529
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("viewMode", ctx_r0.viewMode());
|
|
87530
|
+
} }
|
|
87531
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
87506
87532
|
i0.ɵɵelementStart(0, "p", 10);
|
|
87507
87533
|
i0.ɵɵtext(1);
|
|
87508
87534
|
i0.ɵɵelementEnd();
|
|
87509
87535
|
} if (rf & 2) {
|
|
87510
|
-
const
|
|
87511
|
-
const
|
|
87512
|
-
i0.ɵɵproperty("ngClass",
|
|
87536
|
+
const step_r2 = i0.ɵɵnextContext().$implicit;
|
|
87537
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87538
|
+
i0.ɵɵproperty("ngClass", ctx_r0.descriptionClasses());
|
|
87513
87539
|
i0.ɵɵadvance();
|
|
87514
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
87540
|
+
i0.ɵɵtextInterpolate1(" ", step_r2.description, " ");
|
|
87515
87541
|
} }
|
|
87516
|
-
function
|
|
87542
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_10_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
87517
87543
|
i0.ɵɵelementStart(0, "div", 14);
|
|
87518
87544
|
i0.ɵɵnamespaceSVG();
|
|
87519
87545
|
i0.ɵɵelementStart(1, "svg", 15);
|
|
@@ -87525,34 +87551,34 @@ function UnifiedNextStepsComponent_Conditional_0_For_5_Conditional_10_For_5_Temp
|
|
|
87525
87551
|
i0.ɵɵelementEnd()();
|
|
87526
87552
|
} if (rf & 2) {
|
|
87527
87553
|
const strategy_r3 = ctx.$implicit;
|
|
87528
|
-
const
|
|
87529
|
-
i0.ɵɵproperty("ngClass",
|
|
87554
|
+
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
87555
|
+
i0.ɵɵproperty("ngClass", ctx_r0.strategyItemClasses());
|
|
87530
87556
|
i0.ɵɵadvance(4);
|
|
87531
87557
|
i0.ɵɵtextInterpolate(strategy_r3.title);
|
|
87532
87558
|
} }
|
|
87533
|
-
function
|
|
87559
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
87534
87560
|
i0.ɵɵelementStart(0, "div", 11)(1, "div", 12);
|
|
87535
87561
|
i0.ɵɵtext(2, " Key Strategies ");
|
|
87536
87562
|
i0.ɵɵelementEnd();
|
|
87537
87563
|
i0.ɵɵelementStart(3, "div", 13);
|
|
87538
|
-
i0.ɵɵrepeaterCreate(4,
|
|
87564
|
+
i0.ɵɵrepeaterCreate(4, UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_10_For_5_Template, 5, 2, "div", 14, _forTrack1$3);
|
|
87539
87565
|
i0.ɵɵelementEnd()();
|
|
87540
87566
|
} if (rf & 2) {
|
|
87541
|
-
const
|
|
87542
|
-
const
|
|
87543
|
-
i0.ɵɵproperty("ngClass",
|
|
87567
|
+
const step_r2 = i0.ɵɵnextContext().$implicit;
|
|
87568
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87569
|
+
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
87544
87570
|
i0.ɵɵadvance();
|
|
87545
|
-
i0.ɵɵproperty("ngClass",
|
|
87571
|
+
i0.ɵɵproperty("ngClass", ctx_r0.strategiesLabelClasses());
|
|
87546
87572
|
i0.ɵɵadvance(3);
|
|
87547
|
-
i0.ɵɵrepeater(
|
|
87573
|
+
i0.ɵɵrepeater(step_r2.strategies);
|
|
87548
87574
|
} }
|
|
87549
|
-
function
|
|
87575
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
87550
87576
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
87551
87577
|
i0.ɵɵelementStart(0, "div", 11)(1, "div", 12);
|
|
87552
87578
|
i0.ɵɵtext(2, " Linked Goal ");
|
|
87553
87579
|
i0.ɵɵelementEnd();
|
|
87554
87580
|
i0.ɵɵelementStart(3, "div", 18);
|
|
87555
|
-
i0.ɵɵlistener("click", function
|
|
87581
|
+
i0.ɵɵlistener("click", function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_11_Template_div_click_3_listener() { i0.ɵɵrestoreView(_r4); const step_r2 = i0.ɵɵnextContext().$implicit; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.onGoalChipClick(ctx_r0.getLinkedGoal(step_r2))); });
|
|
87556
87582
|
i0.ɵɵelementStart(4, "span", 19);
|
|
87557
87583
|
i0.ɵɵtext(5);
|
|
87558
87584
|
i0.ɵɵelementEnd();
|
|
@@ -87561,45 +87587,45 @@ function UnifiedNextStepsComponent_Conditional_0_For_5_Conditional_11_Template(r
|
|
|
87561
87587
|
i0.ɵɵelement(7, "path", 21);
|
|
87562
87588
|
i0.ɵɵelementEnd()()();
|
|
87563
87589
|
} if (rf & 2) {
|
|
87564
|
-
const
|
|
87565
|
-
const
|
|
87566
|
-
i0.ɵɵproperty("ngClass",
|
|
87590
|
+
const step_r2 = i0.ɵɵnextContext().$implicit;
|
|
87591
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87592
|
+
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
87567
87593
|
i0.ɵɵadvance();
|
|
87568
|
-
i0.ɵɵproperty("ngClass",
|
|
87594
|
+
i0.ɵɵproperty("ngClass", ctx_r0.strategiesLabelClasses());
|
|
87569
87595
|
i0.ɵɵadvance(2);
|
|
87570
|
-
i0.ɵɵproperty("ngClass",
|
|
87596
|
+
i0.ɵɵproperty("ngClass", ctx_r0.goalChipClasses());
|
|
87571
87597
|
i0.ɵɵadvance(2);
|
|
87572
|
-
i0.ɵɵtextInterpolate(
|
|
87598
|
+
i0.ɵɵtextInterpolate(ctx_r0.getLinkedGoal(step_r2).title);
|
|
87573
87599
|
} }
|
|
87574
|
-
function
|
|
87600
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_12_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
87575
87601
|
i0.ɵɵelementStart(0, "div", 23);
|
|
87576
87602
|
i0.ɵɵtext(1);
|
|
87577
87603
|
i0.ɵɵelementEnd();
|
|
87578
87604
|
} if (rf & 2) {
|
|
87579
87605
|
const domain_r5 = ctx.$implicit;
|
|
87580
|
-
const
|
|
87581
|
-
i0.ɵɵproperty("ngClass",
|
|
87606
|
+
const ctx_r0 = i0.ɵɵnextContext(4);
|
|
87607
|
+
i0.ɵɵproperty("ngClass", ctx_r0.domainChipClasses())("libSymphiqTooltip", ctx_r0.getDomainSubtitle(domain_r5));
|
|
87582
87608
|
i0.ɵɵadvance();
|
|
87583
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
87609
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.getDomainTitle(domain_r5), " ");
|
|
87584
87610
|
} }
|
|
87585
|
-
function
|
|
87611
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
87586
87612
|
i0.ɵɵelementStart(0, "div", 11)(1, "div", 12);
|
|
87587
87613
|
i0.ɵɵtext(2, " Related Domains ");
|
|
87588
87614
|
i0.ɵɵelementEnd();
|
|
87589
87615
|
i0.ɵɵelementStart(3, "div", 22);
|
|
87590
|
-
i0.ɵɵrepeaterCreate(4,
|
|
87616
|
+
i0.ɵɵrepeaterCreate(4, UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_12_For_5_Template, 2, 3, "div", 23, i0.ɵɵrepeaterTrackByIdentity);
|
|
87591
87617
|
i0.ɵɵelementEnd()();
|
|
87592
87618
|
} if (rf & 2) {
|
|
87593
|
-
const
|
|
87594
|
-
const
|
|
87595
|
-
i0.ɵɵproperty("ngClass",
|
|
87619
|
+
const step_r2 = i0.ɵɵnextContext().$implicit;
|
|
87620
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87621
|
+
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
87596
87622
|
i0.ɵɵadvance();
|
|
87597
|
-
i0.ɵɵproperty("ngClass",
|
|
87623
|
+
i0.ɵɵproperty("ngClass", ctx_r0.strategiesLabelClasses());
|
|
87598
87624
|
i0.ɵɵadvance(3);
|
|
87599
|
-
i0.ɵɵrepeater(
|
|
87625
|
+
i0.ɵɵrepeater(step_r2.relatedDomains);
|
|
87600
87626
|
} }
|
|
87601
|
-
function
|
|
87602
|
-
i0.ɵɵelementStart(0, "div",
|
|
87627
|
+
function UnifiedNextStepsComponent_Conditional_0_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
87628
|
+
i0.ɵɵelementStart(0, "div", 2)(1, "div", 5)(2, "div", 6);
|
|
87603
87629
|
i0.ɵɵtext(3);
|
|
87604
87630
|
i0.ɵɵelementEnd();
|
|
87605
87631
|
i0.ɵɵelementStart(4, "div", 7)(5, "div", 8);
|
|
@@ -87608,57 +87634,56 @@ function UnifiedNextStepsComponent_Conditional_0_For_5_Template(rf, ctx) { if (r
|
|
|
87608
87634
|
i0.ɵɵelementStart(7, "h4", 9);
|
|
87609
87635
|
i0.ɵɵtext(8);
|
|
87610
87636
|
i0.ɵɵelementEnd()()();
|
|
87611
|
-
i0.ɵɵconditionalCreate(9,
|
|
87612
|
-
i0.ɵɵconditionalCreate(10,
|
|
87613
|
-
i0.ɵɵconditionalCreate(11,
|
|
87614
|
-
i0.ɵɵconditionalCreate(12,
|
|
87637
|
+
i0.ɵɵconditionalCreate(9, UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_9_Template, 2, 2, "p", 10);
|
|
87638
|
+
i0.ɵɵconditionalCreate(10, UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_10_Template, 6, 2, "div", 11);
|
|
87639
|
+
i0.ɵɵconditionalCreate(11, UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_11_Template, 8, 4, "div", 11);
|
|
87640
|
+
i0.ɵɵconditionalCreate(12, UnifiedNextStepsComponent_Conditional_0_For_4_Conditional_12_Template, 6, 2, "div", 11);
|
|
87615
87641
|
i0.ɵɵelementEnd();
|
|
87616
87642
|
} if (rf & 2) {
|
|
87617
|
-
const
|
|
87618
|
-
const ɵ$
|
|
87619
|
-
const
|
|
87620
|
-
i0.ɵɵproperty("ngClass",
|
|
87643
|
+
const step_r2 = ctx.$implicit;
|
|
87644
|
+
const ɵ$index_11_r6 = ctx.$index;
|
|
87645
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
87646
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getCardClasses(ɵ$index_11_r6));
|
|
87621
87647
|
i0.ɵɵadvance(2);
|
|
87622
|
-
i0.ɵɵproperty("ngClass",
|
|
87648
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getNumberClasses(ɵ$index_11_r6));
|
|
87623
87649
|
i0.ɵɵadvance();
|
|
87624
|
-
i0.ɵɵtextInterpolate1(" ", ɵ$
|
|
87650
|
+
i0.ɵɵtextInterpolate1(" ", ɵ$index_11_r6 + 1, " ");
|
|
87625
87651
|
i0.ɵɵadvance(2);
|
|
87626
|
-
i0.ɵɵproperty("ngClass",
|
|
87652
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getCategoryClasses(ɵ$index_11_r6));
|
|
87627
87653
|
i0.ɵɵadvance();
|
|
87628
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
87654
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.getCategory(ɵ$index_11_r6), " ");
|
|
87629
87655
|
i0.ɵɵadvance();
|
|
87630
|
-
i0.ɵɵproperty("ngClass",
|
|
87656
|
+
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
87631
87657
|
i0.ɵɵadvance();
|
|
87632
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
87658
|
+
i0.ɵɵtextInterpolate1(" ", step_r2.title, " ");
|
|
87633
87659
|
i0.ɵɵadvance();
|
|
87634
|
-
i0.ɵɵconditional(
|
|
87660
|
+
i0.ɵɵconditional(step_r2.description ? 9 : -1);
|
|
87635
87661
|
i0.ɵɵadvance();
|
|
87636
|
-
i0.ɵɵconditional(
|
|
87662
|
+
i0.ɵɵconditional(step_r2.strategies && step_r2.strategies.length > 0 ? 10 : -1);
|
|
87637
87663
|
i0.ɵɵadvance();
|
|
87638
|
-
i0.ɵɵconditional(
|
|
87664
|
+
i0.ɵɵconditional(ctx_r0.getLinkedGoal(step_r2) ? 11 : -1);
|
|
87639
87665
|
i0.ɵɵadvance();
|
|
87640
|
-
i0.ɵɵconditional(
|
|
87666
|
+
i0.ɵɵconditional(step_r2.relatedDomains && step_r2.relatedDomains.length > 0 ? 12 : -1);
|
|
87641
87667
|
} }
|
|
87642
87668
|
function UnifiedNextStepsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
87643
87669
|
i0.ɵɵelementStart(0, "section", 0);
|
|
87644
|
-
i0.ɵɵ
|
|
87645
|
-
i0.ɵɵelementStart(
|
|
87646
|
-
i0.ɵɵrepeaterCreate(
|
|
87670
|
+
i0.ɵɵconditionalCreate(1, UnifiedNextStepsComponent_Conditional_0_Conditional_1_Template, 2, 8);
|
|
87671
|
+
i0.ɵɵelementStart(2, "div", 1);
|
|
87672
|
+
i0.ɵɵrepeaterCreate(3, UnifiedNextStepsComponent_Conditional_0_For_4_Template, 13, 11, "div", 2, _forTrack0$n);
|
|
87647
87673
|
i0.ɵɵelementEnd()();
|
|
87648
87674
|
} if (rf & 2) {
|
|
87649
|
-
const
|
|
87650
|
-
i0.ɵɵadvance();
|
|
87651
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$i, ctx_r1.IconSourceEnum.HEROICONS));
|
|
87675
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
87652
87676
|
i0.ɵɵadvance();
|
|
87653
|
-
i0.ɵɵ
|
|
87677
|
+
i0.ɵɵconditional(!ctx_r0.hideHeader() ? 1 : -1);
|
|
87654
87678
|
i0.ɵɵadvance(2);
|
|
87655
|
-
i0.ɵɵrepeater(
|
|
87679
|
+
i0.ɵɵrepeater(ctx_r0.steps());
|
|
87656
87680
|
} }
|
|
87657
87681
|
class UnifiedNextStepsComponent {
|
|
87658
87682
|
constructor() {
|
|
87659
87683
|
this.steps = input.required(...(ngDevMode ? [{ debugName: "steps" }] : []));
|
|
87660
87684
|
this.viewMode = input(ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
87661
87685
|
this.goals = input([], ...(ngDevMode ? [{ debugName: "goals" }] : []));
|
|
87686
|
+
this.hideHeader = input(false, ...(ngDevMode ? [{ debugName: "hideHeader" }] : []));
|
|
87662
87687
|
this.goalClick = output();
|
|
87663
87688
|
this.IconSourceEnum = IconSourceEnum;
|
|
87664
87689
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
@@ -87744,8 +87769,8 @@ class UnifiedNextStepsComponent {
|
|
|
87744
87769
|
return FocusAreaDomainEnumUtil.subtitle(domain);
|
|
87745
87770
|
}
|
|
87746
87771
|
static { this.ɵfac = function UnifiedNextStepsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedNextStepsComponent)(); }; }
|
|
87747
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedNextStepsComponent, selectors: [["symphiq-unified-next-steps"]], inputs: { steps: [1, "steps"], viewMode: [1, "viewMode"], goals: [1, "goals"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-next-steps", 1, "space-y-6", "scroll-mt-24"], [
|
|
87748
|
-
i0.ɵɵconditionalCreate(0, UnifiedNextStepsComponent_Conditional_0_Template,
|
|
87772
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedNextStepsComponent, selectors: [["symphiq-unified-next-steps"]], inputs: { steps: [1, "steps"], viewMode: [1, "viewMode"], goals: [1, "goals"], hideHeader: [1, "hideHeader"] }, outputs: { goalClick: "goalClick" }, decls: 1, vars: 1, consts: [["id", "section-next-steps", 1, "space-y-6", "scroll-mt-24"], [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"], [3, "viewMode", "sectionIcon"], ["title", "Next Steps", 3, "icon", "viewMode"], [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, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], [1, "text-sm", "mb-4", "line-clamp-3", 3, "ngClass"], [1, "mt-4", "pt-4", "border-t", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-2", 3, "ngClass"], [1, "space-y-2"], [1, "flex", "items-start", "gap-2", "text-sm", 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", "M13 7l5 5m0 0l-5 5m5-5H6"], [1, "line-clamp-2"], [1, "goal-chip", "flex", "items-center", "justify-between", "gap-2", "px-3", "py-2", "rounded-lg", "cursor-pointer", 3, "click", "ngClass"], [1, "text-sm", "font-medium", "line-clamp-1"], ["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", "d", "M9 5l7 7-7 7"], [1, "flex", "flex-wrap", "gap-2"], ["tooltipPosition", "top", 1, "px-2", "py-1", "rounded-md", "text-xs", "font-medium", 3, "ngClass", "libSymphiqTooltip"]], template: function UnifiedNextStepsComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87773
|
+
i0.ɵɵconditionalCreate(0, UnifiedNextStepsComponent_Conditional_0_Template, 5, 1, "section", 0);
|
|
87749
87774
|
} if (rf & 2) {
|
|
87750
87775
|
i0.ɵɵconditional(ctx.steps().length > 0 ? 0 : -1);
|
|
87751
87776
|
} }, dependencies: [CommonModule, i1$1.NgClass, SectionDividerComponent, SectionHeaderComponent, TooltipDirective], styles: [".goal-chip[_ngcontent-%COMP%]{transition:all .3s ease}.goal-chip[_ngcontent-%COMP%]:hover{transform:scale(1.03) translate(4px);box-shadow:0 0 15px #8b5cf680,0 0 30px #8b5cf64d;border-color:#8b5cf6cc!important}"], changeDetection: 0 }); }
|
|
@@ -87755,15 +87780,17 @@ class UnifiedNextStepsComponent {
|
|
|
87755
87780
|
args: [{ selector: 'symphiq-unified-next-steps', standalone: true, imports: [CommonModule, SectionDividerComponent, SectionHeaderComponent, TooltipDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
87756
87781
|
@if (steps().length > 0) {
|
|
87757
87782
|
<section id="section-next-steps" class="space-y-6 scroll-mt-24">
|
|
87758
|
-
|
|
87759
|
-
|
|
87760
|
-
|
|
87761
|
-
|
|
87762
|
-
|
|
87763
|
-
|
|
87764
|
-
|
|
87765
|
-
|
|
87766
|
-
|
|
87783
|
+
@if (!hideHeader()) {
|
|
87784
|
+
<symphiq-section-divider
|
|
87785
|
+
[viewMode]="viewMode()"
|
|
87786
|
+
[sectionIcon]="{ name: 'arrow-right-circle', source: IconSourceEnum.HEROICONS }"
|
|
87787
|
+
/>
|
|
87788
|
+
<symphiq-section-header
|
|
87789
|
+
[icon]="{ name: 'arrow-right-circle', source: IconSourceEnum.HEROICONS }"
|
|
87790
|
+
title="Next Steps"
|
|
87791
|
+
[viewMode]="viewMode()"
|
|
87792
|
+
/>
|
|
87793
|
+
}
|
|
87767
87794
|
|
|
87768
87795
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
|
87769
87796
|
@for (step of steps(); track step.title; let idx = $index) {
|
|
@@ -87847,8 +87874,8 @@ class UnifiedNextStepsComponent {
|
|
|
87847
87874
|
</section>
|
|
87848
87875
|
}
|
|
87849
87876
|
`, styles: [".goal-chip{transition:all .3s ease}.goal-chip:hover{transform:scale(1.03) translate(4px);box-shadow:0 0 15px #8b5cf680,0 0 30px #8b5cf64d;border-color:#8b5cf6cc!important}\n"] }]
|
|
87850
|
-
}], null, { steps: [{ type: i0.Input, args: [{ isSignal: true, alias: "steps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
|
|
87851
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedNextStepsComponent, { className: "UnifiedNextStepsComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-next-steps.component.ts", lineNumber:
|
|
87877
|
+
}], null, { steps: [{ type: i0.Input, args: [{ isSignal: true, alias: "steps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], hideHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "hideHeader", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }] }); })();
|
|
87878
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedNextStepsComponent, { className: "UnifiedNextStepsComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-next-steps.component.ts", lineNumber: 130 }); })();
|
|
87852
87879
|
|
|
87853
87880
|
class SourceGoalsSummaryCardComponent {
|
|
87854
87881
|
constructor() {
|
|
@@ -88436,7 +88463,7 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
88436
88463
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
88437
88464
|
(() => { (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 }); })();
|
|
88438
88465
|
|
|
88439
|
-
const _c0$
|
|
88466
|
+
const _c0$i = a0 => [a0];
|
|
88440
88467
|
const _forTrack0$m = ($index, $item) => $item.index;
|
|
88441
88468
|
function QuickWinsGridComponent_Conditional_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
88442
88469
|
i0.ɵɵelementStart(0, "h3", 1);
|
|
@@ -88475,7 +88502,7 @@ function QuickWinsGridComponent_Conditional_0_For_4_Conditional_13_Template(rf,
|
|
|
88475
88502
|
i0.ɵɵadvance();
|
|
88476
88503
|
i0.ɵɵproperty("ngClass", ctx_r0.metaTextClasses());
|
|
88477
88504
|
i0.ɵɵadvance(2);
|
|
88478
|
-
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c0$
|
|
88505
|
+
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c0$i, entry_r2.win.relatedGoalId))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
88479
88506
|
} }
|
|
88480
88507
|
function QuickWinsGridComponent_Conditional_0_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
88481
88508
|
i0.ɵɵelementStart(0, "div", 3)(1, "div", 4)(2, "div", 5)(3, "span", 6);
|
|
@@ -88678,8 +88705,8 @@ class QuickWinsGridComponent {
|
|
|
88678
88705
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], quickWins: [{ type: i0.Input, args: [{ isSignal: true, alias: "quickWins", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], showTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTitle", required: false }] }], showRelatedGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "showRelatedGoals", required: false }] }] }); })();
|
|
88679
88706
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QuickWinsGridComponent, { className: "QuickWinsGridComponent", filePath: "lib/components/shared/quick-wins-grid.component.ts", lineNumber: 86 }); })();
|
|
88680
88707
|
|
|
88681
|
-
const _c0$
|
|
88682
|
-
const _c1$
|
|
88708
|
+
const _c0$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
88709
|
+
const _c1$8 = a0 => ({ name: "chevron-down", source: a0 });
|
|
88683
88710
|
const _c2$6 = () => [];
|
|
88684
88711
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
88685
88712
|
i0.ɵɵelement(0, "symphiq-grade-badge", 7);
|
|
@@ -88813,7 +88840,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
88813
88840
|
i0.ɵɵadvance(2);
|
|
88814
88841
|
i0.ɵɵproperty("ngClass", ctx.topPrioritiesButtonTextClasses());
|
|
88815
88842
|
i0.ɵɵadvance(2);
|
|
88816
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
88843
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$h, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.topPrioritiesButtonTextClasses());
|
|
88817
88844
|
i0.ɵɵadvance();
|
|
88818
88845
|
i0.ɵɵproperty("ngClass", ctx.quickWinsStatCardClasses());
|
|
88819
88846
|
i0.ɵɵadvance();
|
|
@@ -88825,7 +88852,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
88825
88852
|
i0.ɵɵadvance(2);
|
|
88826
88853
|
i0.ɵɵproperty("ngClass", ctx.quickWinsButtonTextClasses());
|
|
88827
88854
|
i0.ɵɵadvance(2);
|
|
88828
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c1$
|
|
88855
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c1$8, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.quickWinsButtonTextClasses());
|
|
88829
88856
|
i0.ɵɵadvance();
|
|
88830
88857
|
i0.ɵɵproperty("viewMode", ctx.viewMode())("quickWins", ((tmp_24_0 = ctx.summary()) == null ? null : tmp_24_0.quickWins) || i0.ɵɵpureFunction0(30, _c2$6))("allGoals", ctx.allGoals());
|
|
88831
88858
|
} }, dependencies: [CommonModule, i1$1.NgClass, GradeBadgeComponent,
|
|
@@ -89015,7 +89042,7 @@ function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_16_Template
|
|
|
89015
89042
|
i0.ɵɵelementEnd();
|
|
89016
89043
|
} if (rf & 2) {
|
|
89017
89044
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
89018
|
-
i0.ɵɵproperty("timeline", ctx_r2.unifiedTimeline())("viewMode", ctx_r2.viewMode())("goals", ctx_r2.unifiedGoals());
|
|
89045
|
+
i0.ɵɵproperty("timeline", ctx_r2.unifiedTimeline())("viewMode", ctx_r2.viewMode())("goals", ctx_r2.unifiedGoals())("hideHeader", true);
|
|
89019
89046
|
} }
|
|
89020
89047
|
function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
89021
89048
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
@@ -89024,7 +89051,7 @@ function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_17_Template
|
|
|
89024
89051
|
i0.ɵɵelementEnd();
|
|
89025
89052
|
} if (rf & 2) {
|
|
89026
89053
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
89027
|
-
i0.ɵɵproperty("matrix", ctx_r2.unifiedPriorityMatrix())("viewMode", ctx_r2.viewMode());
|
|
89054
|
+
i0.ɵɵproperty("matrix", ctx_r2.unifiedPriorityMatrix())("viewMode", ctx_r2.viewMode())("hideHeader", true);
|
|
89028
89055
|
} }
|
|
89029
89056
|
function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
89030
89057
|
const _r11 = i0.ɵɵgetCurrentView();
|
|
@@ -89033,7 +89060,7 @@ function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_18_Template
|
|
|
89033
89060
|
i0.ɵɵelementEnd();
|
|
89034
89061
|
} if (rf & 2) {
|
|
89035
89062
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
89036
|
-
i0.ɵɵproperty("steps", ctx_r2.unifiedNextSteps())("viewMode", ctx_r2.viewMode())("goals", ctx_r2.unifiedGoals());
|
|
89063
|
+
i0.ɵɵproperty("steps", ctx_r2.unifiedNextSteps())("viewMode", ctx_r2.viewMode())("goals", ctx_r2.unifiedGoals())("hideHeader", true);
|
|
89037
89064
|
} }
|
|
89038
89065
|
function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_19_Conditional_0_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
89039
89066
|
i0.ɵɵelementStart(0, "div", 47);
|
|
@@ -89114,7 +89141,7 @@ function CollapsibleAnalysisSectionGroupComponent_For_23_Template(rf, ctx) { if
|
|
|
89114
89141
|
i0.ɵɵelementEnd()();
|
|
89115
89142
|
i0.ɵɵnamespaceHTML();
|
|
89116
89143
|
i0.ɵɵelementStart(10, "div", 26)(11, "div", 27)(12, "div", 28);
|
|
89117
|
-
i0.ɵɵconditionalCreate(13, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_13_Template, 1, 4, "symphiq-metric-executive-summary", 29)(14, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_14_Template, 1, 3, "symphiq-focus-area-executive-summary", 30)(15, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_15_Template, 1, 5, "symphiq-unified-executive-summary", 31)(16, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_16_Template, 1,
|
|
89144
|
+
i0.ɵɵconditionalCreate(13, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_13_Template, 1, 4, "symphiq-metric-executive-summary", 29)(14, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_14_Template, 1, 3, "symphiq-focus-area-executive-summary", 30)(15, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_15_Template, 1, 5, "symphiq-unified-executive-summary", 31)(16, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_16_Template, 1, 4, "symphiq-unified-timeline", 32)(17, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_17_Template, 1, 3, "symphiq-unified-priority-matrix", 33)(18, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_18_Template, 1, 4, "symphiq-unified-next-steps", 34)(19, CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_19_Template, 2, 10);
|
|
89118
89145
|
i0.ɵɵelementEnd()()()();
|
|
89119
89146
|
} if (rf & 2) {
|
|
89120
89147
|
const section_r5 = ctx.$implicit;
|
|
@@ -89428,7 +89455,7 @@ class CollapsibleAnalysisSectionGroupComponent {
|
|
|
89428
89455
|
this.viewAllPriorityActionsClick.emit();
|
|
89429
89456
|
}
|
|
89430
89457
|
static { this.ɵfac = function CollapsibleAnalysisSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleAnalysisSectionGroupComponent)(); }; }
|
|
89431
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleAnalysisSectionGroupComponent, selectors: [["symphiq-collapsible-analysis-section-group"]], inputs: { sections: [1, "sections"], viewMode: [1, "viewMode"], executiveSummary: [1, "executiveSummary"], focusAreaExecutiveSummary: [1, "focusAreaExecutiveSummary"], metricExecutiveSummary: [1, "metricExecutiveSummary"], metricName: [1, "metricName"], allGoals: [1, "allGoals"], allMetrics: [1, "allMetrics"], allCharts: [1, "allCharts"], allInsights: [1, "allInsights"], businessProfile: [1, "businessProfile"], storageKey: [1, "storageKey"], unifiedExecutiveSummary: [1, "unifiedExecutiveSummary"], unifiedTimeline: [1, "unifiedTimeline"], unifiedPriorityMatrix: [1, "unifiedPriorityMatrix"], unifiedNextSteps: [1, "unifiedNextSteps"], unifiedGoals: [1, "unifiedGoals"], shopCounts: [1, "shopCounts"], focusAreaCounts: [1, "focusAreaCounts"], metricCounts: [1, "metricCounts"] }, outputs: { viewReportClick: "viewReportClick", unifiedGoalClick: "unifiedGoalClick", viewAllPriorityActionsClick: "viewAllPriorityActionsClick" }, decls: 24, vars: 12, 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", "M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"], [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"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "transition-colors", "duration-200", 3, "ngClass"], [1, "text-sm", "mt-0.5", "line-clamp-1", "transition-colors", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-200", 3, "ngClass"], ["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", "p-6", 3, "ngClass"], [3, "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "summary", "allGoals"], [3, "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "timeline", "viewMode", "goals"], [3, "matrix", "viewMode"], [3, "steps", "viewMode", "goals"], ["size", "w-4 h-4", 3, "icon"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMetricDetailsClick", "viewReportClick", "viewMode", "summary", "metricName", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "viewAllPriorityActionsClick", "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "goalClick", "timeline", "viewMode", "goals"], [3, "goalClick", "matrix", "viewMode"], [3, "goalClick", "steps", "viewMode", "goals"], [1, "mb-6"], [3, "section", "viewMode", "sectionIndex", "executiveSummary", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], [1, "relative"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[50%]"], [1, "mb-6", "lg:float-right", "lg:ml-6", "lg:mb-4", "lg:max-w-[50%]"], [3, "visual", "viewMode"]], template: function CollapsibleAnalysisSectionGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
89458
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleAnalysisSectionGroupComponent, selectors: [["symphiq-collapsible-analysis-section-group"]], inputs: { sections: [1, "sections"], viewMode: [1, "viewMode"], executiveSummary: [1, "executiveSummary"], focusAreaExecutiveSummary: [1, "focusAreaExecutiveSummary"], metricExecutiveSummary: [1, "metricExecutiveSummary"], metricName: [1, "metricName"], allGoals: [1, "allGoals"], allMetrics: [1, "allMetrics"], allCharts: [1, "allCharts"], allInsights: [1, "allInsights"], businessProfile: [1, "businessProfile"], storageKey: [1, "storageKey"], unifiedExecutiveSummary: [1, "unifiedExecutiveSummary"], unifiedTimeline: [1, "unifiedTimeline"], unifiedPriorityMatrix: [1, "unifiedPriorityMatrix"], unifiedNextSteps: [1, "unifiedNextSteps"], unifiedGoals: [1, "unifiedGoals"], shopCounts: [1, "shopCounts"], focusAreaCounts: [1, "focusAreaCounts"], metricCounts: [1, "metricCounts"] }, outputs: { viewReportClick: "viewReportClick", unifiedGoalClick: "unifiedGoalClick", viewAllPriorityActionsClick: "viewAllPriorityActionsClick" }, decls: 24, vars: 12, 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", "M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"], [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"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "transition-colors", "duration-200", 3, "ngClass"], [1, "text-sm", "mt-0.5", "line-clamp-1", "transition-colors", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-200", 3, "ngClass"], ["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", "p-6", 3, "ngClass"], [3, "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "summary", "allGoals"], [3, "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "timeline", "viewMode", "goals", "hideHeader"], [3, "matrix", "viewMode", "hideHeader"], [3, "steps", "viewMode", "goals", "hideHeader"], ["size", "w-4 h-4", 3, "icon"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMetricDetailsClick", "viewReportClick", "viewMode", "summary", "metricName", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "viewAllPriorityActionsClick", "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "goalClick", "timeline", "viewMode", "goals", "hideHeader"], [3, "goalClick", "matrix", "viewMode", "hideHeader"], [3, "goalClick", "steps", "viewMode", "goals", "hideHeader"], [1, "mb-6"], [3, "section", "viewMode", "sectionIndex", "executiveSummary", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], [1, "relative"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[50%]"], [1, "mb-6", "lg:float-right", "lg:ml-6", "lg:mb-4", "lg:max-w-[50%]"], [3, "visual", "viewMode"]], template: function CollapsibleAnalysisSectionGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
89432
89459
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
89433
89460
|
i0.ɵɵnamespaceSVG();
|
|
89434
89461
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -89603,12 +89630,14 @@ class CollapsibleAnalysisSectionGroupComponent {
|
|
|
89603
89630
|
[timeline]="unifiedTimeline()!"
|
|
89604
89631
|
[viewMode]="viewMode()"
|
|
89605
89632
|
[goals]="unifiedGoals()"
|
|
89633
|
+
[hideHeader]="true"
|
|
89606
89634
|
(goalClick)="handleUnifiedGoalClick($event)"
|
|
89607
89635
|
/>
|
|
89608
89636
|
} @else if (section.id === 'unified-priority-matrix' && unifiedPriorityMatrix()) {
|
|
89609
89637
|
<symphiq-unified-priority-matrix
|
|
89610
89638
|
[matrix]="unifiedPriorityMatrix()!"
|
|
89611
89639
|
[viewMode]="viewMode()"
|
|
89640
|
+
[hideHeader]="true"
|
|
89612
89641
|
(goalClick)="handleUnifiedGoalClick($event)"
|
|
89613
89642
|
/>
|
|
89614
89643
|
} @else if (section.id === 'unified-next-steps' && unifiedNextSteps().length > 0) {
|
|
@@ -89616,6 +89645,7 @@ class CollapsibleAnalysisSectionGroupComponent {
|
|
|
89616
89645
|
[steps]="unifiedNextSteps()"
|
|
89617
89646
|
[viewMode]="viewMode()"
|
|
89618
89647
|
[goals]="unifiedGoals()"
|
|
89648
|
+
[hideHeader]="true"
|
|
89619
89649
|
(goalClick)="handleUnifiedGoalClick($event)"
|
|
89620
89650
|
/>
|
|
89621
89651
|
} @else {
|
|
@@ -89677,7 +89707,7 @@ class CollapsibleAnalysisSectionGroupComponent {
|
|
|
89677
89707
|
`
|
|
89678
89708
|
}]
|
|
89679
89709
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], executiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "executiveSummary", required: false }] }], focusAreaExecutiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaExecutiveSummary", required: false }] }], metricExecutiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricExecutiveSummary", required: false }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", 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 }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }], storageKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "storageKey", required: false }] }], unifiedExecutiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedExecutiveSummary", required: false }] }], unifiedTimeline: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedTimeline", required: false }] }], unifiedPriorityMatrix: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedPriorityMatrix", required: false }] }], unifiedNextSteps: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedNextSteps", required: false }] }], unifiedGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedGoals", required: false }] }], shopCounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopCounts", required: false }] }], focusAreaCounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaCounts", required: false }] }], metricCounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricCounts", required: false }] }], viewReportClick: [{ type: i0.Output, args: ["viewReportClick"] }], unifiedGoalClick: [{ type: i0.Output, args: ["unifiedGoalClick"] }], viewAllPriorityActionsClick: [{ type: i0.Output, args: ["viewAllPriorityActionsClick"] }] }); })();
|
|
89680
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleAnalysisSectionGroupComponent, { className: "CollapsibleAnalysisSectionGroupComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/collapsible-analysis-section-group.component.ts", lineNumber:
|
|
89710
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleAnalysisSectionGroupComponent, { className: "CollapsibleAnalysisSectionGroupComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/collapsible-analysis-section-group.component.ts", lineNumber: 212 }); })();
|
|
89681
89711
|
|
|
89682
89712
|
const _forTrack0$k = ($index, $item) => $item.item.id;
|
|
89683
89713
|
function ProfileCategoryListComponent_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -89920,8 +89950,8 @@ class ProfileViewToggleComponent {
|
|
|
89920
89950
|
}], 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"] }] }); })();
|
|
89921
89951
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileViewToggleComponent, { className: "ProfileViewToggleComponent", filePath: "lib/components/shared/profile/profile-view-toggle.component.ts", lineNumber: 32 }); })();
|
|
89922
89952
|
|
|
89923
|
-
const _c0$
|
|
89924
|
-
const _c1$
|
|
89953
|
+
const _c0$g = ["scrollContainer"];
|
|
89954
|
+
const _c1$7 = ["stickySentinel"];
|
|
89925
89955
|
const _c2$5 = ["stickyHeader"];
|
|
89926
89956
|
const _c3$2 = ["questionTitle"];
|
|
89927
89957
|
const _forTrack0$i = ($index, $item) => $item.tempId;
|
|
@@ -90574,7 +90604,7 @@ class ProfileQuestionAnswerComponent {
|
|
|
90574
90604
|
}
|
|
90575
90605
|
static { this.ɵfac = function ProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionAnswerComponent)(); }; }
|
|
90576
90606
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionAnswerComponent, selectors: [["symphiq-profile-question-answer"]], viewQuery: function ProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
90577
|
-
i0.ɵɵviewQuery(_c0$
|
|
90607
|
+
i0.ɵɵviewQuery(_c0$g, 5)(_c1$7, 5)(_c2$5, 5)(_c3$2, 5);
|
|
90578
90608
|
} if (rf & 2) {
|
|
90579
90609
|
let _t;
|
|
90580
90610
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -91927,8 +91957,8 @@ class ProfileQuestionHistoryComponent {
|
|
|
91927
91957
|
}], 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"] }] }); })();
|
|
91928
91958
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionHistoryComponent, { className: "ProfileQuestionHistoryComponent", filePath: "lib/components/shared/profile/profile-question-history.component.ts", lineNumber: 151 }); })();
|
|
91929
91959
|
|
|
91930
|
-
const _c0$
|
|
91931
|
-
const _c1$
|
|
91960
|
+
const _c0$f = ["modalContent"];
|
|
91961
|
+
const _c1$6 = ["modalWrapper"];
|
|
91932
91962
|
const _c2$4 = ["scrollContainer"];
|
|
91933
91963
|
const _forTrack0$f = ($index, $item) => $item.id;
|
|
91934
91964
|
function ProfileQuestionsModalComponent_Conditional_0_Conditional_5_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -92485,7 +92515,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92485
92515
|
}
|
|
92486
92516
|
static { this.ɵfac = function ProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionsModalComponent)(); }; }
|
|
92487
92517
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionsModalComponent, selectors: [["symphiq-profile-questions-modal"]], viewQuery: function ProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
92488
|
-
i0.ɵɵviewQuery(_c0$
|
|
92518
|
+
i0.ɵɵviewQuery(_c0$f, 5)(_c1$6, 5)(_c2$4, 5);
|
|
92489
92519
|
} if (rf & 2) {
|
|
92490
92520
|
let _t;
|
|
92491
92521
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -92710,7 +92740,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92710
92740
|
}] }); })();
|
|
92711
92741
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionsModalComponent, { className: "ProfileQuestionsModalComponent", filePath: "lib/components/shared/profile/profile-questions-modal.component.ts", lineNumber: 209 }); })();
|
|
92712
92742
|
|
|
92713
|
-
const _c0$
|
|
92743
|
+
const _c0$e = ["chartdiv"];
|
|
92714
92744
|
function ProfileStatusCardComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92715
92745
|
i0.ɵɵelementStart(0, "div", 2)(1, "div", 16)(2, "div", 17)(3, "div", 18);
|
|
92716
92746
|
i0.ɵɵnamespaceSVG();
|
|
@@ -93222,7 +93252,7 @@ class ProfileStatusCardComponent {
|
|
|
93222
93252
|
}
|
|
93223
93253
|
static { this.ɵfac = function ProfileStatusCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileStatusCardComponent)(); }; }
|
|
93224
93254
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileStatusCardComponent, selectors: [["symphiq-profile-status-card"]], viewQuery: function ProfileStatusCardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
93225
|
-
i0.ɵɵviewQuery(_c0$
|
|
93255
|
+
i0.ɵɵviewQuery(_c0$e, 5);
|
|
93226
93256
|
} if (rf & 2) {
|
|
93227
93257
|
let _t;
|
|
93228
93258
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -94244,7 +94274,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
94244
94274
|
}], 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"] }] }); })();
|
|
94245
94275
|
(() => { (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 }); })();
|
|
94246
94276
|
|
|
94247
|
-
const _c0$
|
|
94277
|
+
const _c0$d = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
94248
94278
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
94249
94279
|
i0.ɵɵelement(0, "div", 7);
|
|
94250
94280
|
} }
|
|
@@ -94333,7 +94363,7 @@ class BillingPeriodToggleComponent {
|
|
|
94333
94363
|
i0.ɵɵtext(14);
|
|
94334
94364
|
i0.ɵɵelementEnd()();
|
|
94335
94365
|
} if (rf & 2) {
|
|
94336
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
94366
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$d, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
94337
94367
|
i0.ɵɵadvance(2);
|
|
94338
94368
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
94339
94369
|
i0.ɵɵadvance(2);
|
|
@@ -96507,8 +96537,8 @@ class StickySubscriptionContinueButtonComponent {
|
|
|
96507
96537
|
}], 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"] }] }); })();
|
|
96508
96538
|
(() => { (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 }); })();
|
|
96509
96539
|
|
|
96510
|
-
const _c0$
|
|
96511
|
-
const _c1$
|
|
96540
|
+
const _c0$c = ["shopProfileStatusCard"];
|
|
96541
|
+
const _c1$5 = ["planSelectionContainer"];
|
|
96512
96542
|
const _c2$3 = () => [];
|
|
96513
96543
|
const _c3$1 = a0 => ({ name: "chevron-right", source: a0 });
|
|
96514
96544
|
const _c4 = a0 => ({ name: "chevron-down", source: a0 });
|
|
@@ -98102,7 +98132,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
98102
98132
|
}
|
|
98103
98133
|
static { this.ɵfac = function SymphiqProfileShopAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileShopAnalysisDashboardComponent)(); }; }
|
|
98104
98134
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileShopAnalysisDashboardComponent, selectors: [["symphiq-profile-shop-analysis-dashboard"]], viewQuery: function SymphiqProfileShopAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
98105
|
-
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$
|
|
98135
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$c, 5)(_c1$5, 5);
|
|
98106
98136
|
} if (rf & 2) {
|
|
98107
98137
|
let _t;
|
|
98108
98138
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -100911,7 +100941,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
100911
100941
|
}] }); })();
|
|
100912
100942
|
(() => { (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 }); })();
|
|
100913
100943
|
|
|
100914
|
-
const _c0$
|
|
100944
|
+
const _c0$b = () => [];
|
|
100915
100945
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
100916
100946
|
i0.ɵɵelement(0, "symphiq-loading-card", 5);
|
|
100917
100947
|
} if (rf & 2) {
|
|
@@ -100925,7 +100955,7 @@ function SymphiqProfileFocusAreaDashboardComponent_Conditional_6_Template(rf, ct
|
|
|
100925
100955
|
i0.ɵɵelementEnd();
|
|
100926
100956
|
} if (rf & 2) {
|
|
100927
100957
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100928
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(11, _c0$
|
|
100958
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(11, _c0$b))("profileAnswers", ctx_r0.profileAnswers() || i0.ɵɵpureFunction0(12, _c0$b))("profileAnswerHistories", ctx_r0.profileAnswerHistories() || i0.ɵɵpureFunction0(13, _c0$b))("users", ctx_r0.users() || i0.ɵɵpureFunction0(14, _c0$b))("config", ctx_r0.statusCardConfig())("groupConfig", ctx_r0.statusCardGroupConfig)("categoryNameFormatter", ctx_r0.categoryNameFormatter)("currentUser", ctx_r0.currentUser());
|
|
100929
100959
|
} }
|
|
100930
100960
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
100931
100961
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -101355,8 +101385,8 @@ class FocusAreaWelcomeBannerComponent {
|
|
|
101355
101385
|
}], 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 }] }] }); })();
|
|
101356
101386
|
(() => { (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 }); })();
|
|
101357
101387
|
|
|
101358
|
-
const _c0$
|
|
101359
|
-
const _c1$
|
|
101388
|
+
const _c0$a = ["funnelModalComponent"];
|
|
101389
|
+
const _c1$4 = () => [];
|
|
101360
101390
|
const _forTrack0$9 = ($index, $item) => $item.id;
|
|
101361
101391
|
function SymphiqProfileAnalysisFocusAreaDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
101362
101392
|
i0.ɵɵelement(0, "symphiq-loading-card", 23);
|
|
@@ -101577,7 +101607,7 @@ function SymphiqProfileAnalysisFocusAreaDashboardComponent_Conditional_15_Templa
|
|
|
101577
101607
|
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 12);
|
|
101578
101608
|
} if (rf & 2) {
|
|
101579
101609
|
const data_r12 = ctx;
|
|
101580
|
-
i0.ɵɵproperty("objectives", data_r12.goal.objectives ?? i0.ɵɵpureFunction0(3, _c1$
|
|
101610
|
+
i0.ɵɵproperty("objectives", data_r12.goal.objectives ?? i0.ɵɵpureFunction0(3, _c1$4))("goalTitle", data_r12.goal.title ?? "")("viewMode", data_r12.viewMode);
|
|
101581
101611
|
} }
|
|
101582
101612
|
function SymphiqProfileAnalysisFocusAreaDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
101583
101613
|
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 13);
|
|
@@ -102053,7 +102083,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
|
|
|
102053
102083
|
}
|
|
102054
102084
|
static { this.ɵfac = function SymphiqProfileAnalysisFocusAreaDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisFocusAreaDashboardComponent)(); }; }
|
|
102055
102085
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisFocusAreaDashboardComponent, selectors: [["symphiq-profile-analysis-focus-area-dashboard"]], viewQuery: function SymphiqProfileAnalysisFocusAreaDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
102056
|
-
i0.ɵɵviewQuery(_c0$
|
|
102086
|
+
i0.ɵɵviewQuery(_c0$a, 5);
|
|
102057
102087
|
} if (rf & 2) {
|
|
102058
102088
|
let _t;
|
|
102059
102089
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -103223,6 +103253,96 @@ class UnifiedGoalCardComponent {
|
|
|
103223
103253
|
}], 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"] }] }); })();
|
|
103224
103254
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalCardComponent, { className: "UnifiedGoalCardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-goal-card.component.ts", lineNumber: 103 }); })();
|
|
103225
103255
|
|
|
103256
|
+
const _c0$9 = a0 => ({ name: "flag", source: a0 });
|
|
103257
|
+
const _forTrack0$8 = ($index, $item) => $item.id;
|
|
103258
|
+
function UnifiedGoalsGridComponent_Conditional_0_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
103259
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
103260
|
+
i0.ɵɵelementStart(0, "symphiq-unified-goal-card", 5);
|
|
103261
|
+
i0.ɵɵlistener("goalClick", function UnifiedGoalsGridComponent_Conditional_0_For_5_Template_symphiq_unified_goal_card_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.goalClick.emit($event)); })("sourceBadgeClick", function UnifiedGoalsGridComponent_Conditional_0_For_5_Template_symphiq_unified_goal_card_sourceBadgeClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.sourceBadgeClick.emit($event)); })("relatedMetricsClick", function UnifiedGoalsGridComponent_Conditional_0_For_5_Template_symphiq_unified_goal_card_relatedMetricsClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.relatedMetricsClick.emit($event)); })("learnMoreClick", function UnifiedGoalsGridComponent_Conditional_0_For_5_Template_symphiq_unified_goal_card_learnMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.goalClick.emit($event)); });
|
|
103262
|
+
i0.ɵɵelementEnd();
|
|
103263
|
+
} if (rf & 2) {
|
|
103264
|
+
const goal_r3 = ctx.$implicit;
|
|
103265
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
103266
|
+
i0.ɵɵproperty("goal", goal_r3)("viewMode", ctx_r1.viewMode());
|
|
103267
|
+
} }
|
|
103268
|
+
function UnifiedGoalsGridComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
103269
|
+
i0.ɵɵelementStart(0, "section", 0);
|
|
103270
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 1)(2, "symphiq-section-header", 2);
|
|
103271
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
103272
|
+
i0.ɵɵrepeaterCreate(4, UnifiedGoalsGridComponent_Conditional_0_For_5_Template, 1, 2, "symphiq-unified-goal-card", 4, _forTrack0$8);
|
|
103273
|
+
i0.ɵɵelementEnd()();
|
|
103274
|
+
} if (rf & 2) {
|
|
103275
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
103276
|
+
i0.ɵɵadvance();
|
|
103277
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c0$9, ctx_r1.IconSourceEnum.HEROICONS));
|
|
103278
|
+
i0.ɵɵadvance();
|
|
103279
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$9, ctx_r1.IconSourceEnum.HEROICONS))("viewMode", ctx_r1.viewMode());
|
|
103280
|
+
i0.ɵɵadvance(2);
|
|
103281
|
+
i0.ɵɵrepeater(ctx_r1.goals());
|
|
103282
|
+
} }
|
|
103283
|
+
class UnifiedGoalsGridComponent {
|
|
103284
|
+
constructor() {
|
|
103285
|
+
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
103286
|
+
this.goals = input([], ...(ngDevMode ? [{ debugName: "goals" }] : []));
|
|
103287
|
+
this.goalClick = output();
|
|
103288
|
+
this.sourceBadgeClick = output();
|
|
103289
|
+
this.relatedMetricsClick = output();
|
|
103290
|
+
this.IconSourceEnum = IconSourceEnum;
|
|
103291
|
+
}
|
|
103292
|
+
static { this.ɵfac = function UnifiedGoalsGridComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedGoalsGridComponent)(); }; }
|
|
103293
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalsGridComponent, selectors: [["symphiq-unified-goals-grid"]], inputs: { viewMode: [1, "viewMode"], goals: [1, "goals"] }, outputs: { goalClick: "goalClick", sourceBadgeClick: "sourceBadgeClick", relatedMetricsClick: "relatedMetricsClick" }, decls: 1, vars: 1, consts: [["id", "section-unified-goals", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "sectionIcon"], ["title", "Unified Goals", 3, "icon", "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"]], template: function UnifiedGoalsGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
103294
|
+
i0.ɵɵconditionalCreate(0, UnifiedGoalsGridComponent_Conditional_0_Template, 6, 8, "section", 0);
|
|
103295
|
+
} if (rf & 2) {
|
|
103296
|
+
i0.ɵɵconditional(ctx.goals().length > 0 ? 0 : -1);
|
|
103297
|
+
} }, dependencies: [CommonModule,
|
|
103298
|
+
SectionDividerComponent,
|
|
103299
|
+
SectionHeaderComponent,
|
|
103300
|
+
UnifiedGoalCardComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
103301
|
+
}
|
|
103302
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UnifiedGoalsGridComponent, [{
|
|
103303
|
+
type: Component,
|
|
103304
|
+
args: [{
|
|
103305
|
+
selector: 'symphiq-unified-goals-grid',
|
|
103306
|
+
standalone: true,
|
|
103307
|
+
imports: [
|
|
103308
|
+
CommonModule,
|
|
103309
|
+
SectionDividerComponent,
|
|
103310
|
+
SectionHeaderComponent,
|
|
103311
|
+
UnifiedGoalCardComponent
|
|
103312
|
+
],
|
|
103313
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
103314
|
+
template: `
|
|
103315
|
+
@if (goals().length > 0) {
|
|
103316
|
+
<section id="section-unified-goals" class="space-y-6 scroll-mt-24">
|
|
103317
|
+
<symphiq-section-divider
|
|
103318
|
+
[viewMode]="viewMode()"
|
|
103319
|
+
[sectionIcon]="{ name: 'flag', source: IconSourceEnum.HEROICONS }"
|
|
103320
|
+
/>
|
|
103321
|
+
<symphiq-section-header
|
|
103322
|
+
[icon]="{ name: 'flag', source: IconSourceEnum.HEROICONS }"
|
|
103323
|
+
title="Unified Goals"
|
|
103324
|
+
[viewMode]="viewMode()"
|
|
103325
|
+
/>
|
|
103326
|
+
|
|
103327
|
+
<div class="grid gap-6" style="grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));">
|
|
103328
|
+
@for (goal of goals(); track goal.id) {
|
|
103329
|
+
<symphiq-unified-goal-card
|
|
103330
|
+
[goal]="goal"
|
|
103331
|
+
[viewMode]="viewMode()"
|
|
103332
|
+
(goalClick)="goalClick.emit($event)"
|
|
103333
|
+
(sourceBadgeClick)="sourceBadgeClick.emit($event)"
|
|
103334
|
+
(relatedMetricsClick)="relatedMetricsClick.emit($event)"
|
|
103335
|
+
(learnMoreClick)="goalClick.emit($event)"
|
|
103336
|
+
/>
|
|
103337
|
+
}
|
|
103338
|
+
</div>
|
|
103339
|
+
</section>
|
|
103340
|
+
}
|
|
103341
|
+
`
|
|
103342
|
+
}]
|
|
103343
|
+
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }], sourceBadgeClick: [{ type: i0.Output, args: ["sourceBadgeClick"] }], relatedMetricsClick: [{ type: i0.Output, args: ["relatedMetricsClick"] }] }); })();
|
|
103344
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalsGridComponent, { className: "UnifiedGoalsGridComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-goals-grid.component.ts", lineNumber: 48 }); })();
|
|
103345
|
+
|
|
103226
103346
|
function SynthesisConfidenceSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
103227
103347
|
i0.ɵɵelementStart(0, "div", 0)(1, "h4", 1);
|
|
103228
103348
|
i0.ɵɵnamespaceSVG();
|
|
@@ -103312,7 +103432,7 @@ class SynthesisConfidenceSectionComponent {
|
|
|
103312
103432
|
}], null, { score: [{ type: i0.Input, args: [{ isSignal: true, alias: "score", required: false }] }], explanation: [{ type: i0.Input, args: [{ isSignal: true, alias: "explanation", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
103313
103433
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SynthesisConfidenceSectionComponent, { className: "SynthesisConfidenceSectionComponent", filePath: "lib/components/shared/synthesis-confidence-section.component.ts", lineNumber: 40 }); })();
|
|
103314
103434
|
|
|
103315
|
-
const _forTrack0$
|
|
103435
|
+
const _forTrack0$7 = ($index, $item) => $item.analysisId;
|
|
103316
103436
|
function SourceAnalysisTraceabilityComponent_Conditional_0_For_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
103317
103437
|
i0.ɵɵelementStart(0, "div", 8);
|
|
103318
103438
|
i0.ɵɵelement(1, "div", 19);
|
|
@@ -103414,7 +103534,7 @@ function SourceAnalysisTraceabilityComponent_Conditional_0_Template(rf, ctx) { i
|
|
|
103414
103534
|
i0.ɵɵnamespaceHTML();
|
|
103415
103535
|
i0.ɵɵelement(5, "symphiq-synthesis-confidence-section", 4);
|
|
103416
103536
|
i0.ɵɵelementStart(6, "div", 5);
|
|
103417
|
-
i0.ɵɵrepeaterCreate(7, SourceAnalysisTraceabilityComponent_Conditional_0_For_8_Template, 19, 13, "button", 6, _forTrack0$
|
|
103537
|
+
i0.ɵɵrepeaterCreate(7, SourceAnalysisTraceabilityComponent_Conditional_0_For_8_Template, 19, 13, "button", 6, _forTrack0$7);
|
|
103418
103538
|
i0.ɵɵelementEnd()();
|
|
103419
103539
|
} if (rf & 2) {
|
|
103420
103540
|
let tmp_3_0;
|
|
@@ -103826,7 +103946,7 @@ class UnifiedGoalDetailModalContentComponent {
|
|
|
103826
103946
|
}], 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"] }] }); })();
|
|
103827
103947
|
(() => { (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: 100 }); })();
|
|
103828
103948
|
|
|
103829
|
-
const _forTrack0$
|
|
103949
|
+
const _forTrack0$6 = ($index, $item) => $item.metric;
|
|
103830
103950
|
function UnifiedGoalRelatedMetricsModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
103831
103951
|
i0.ɵɵelementStart(0, "div", 1)(1, "p", 2);
|
|
103832
103952
|
i0.ɵɵtext(2, "No contributing metrics available");
|
|
@@ -103846,7 +103966,7 @@ function UnifiedGoalRelatedMetricsModalContentComponent_Conditional_2_For_1_Temp
|
|
|
103846
103966
|
i0.ɵɵproperty("metric", metric_r3)("isLightMode", ctx_r0.isLightMode());
|
|
103847
103967
|
} }
|
|
103848
103968
|
function UnifiedGoalRelatedMetricsModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
103849
|
-
i0.ɵɵrepeaterCreate(0, UnifiedGoalRelatedMetricsModalContentComponent_Conditional_2_For_1_Template, 1, 2, "symphiq-metric-list-item", 3, _forTrack0$
|
|
103969
|
+
i0.ɵɵrepeaterCreate(0, UnifiedGoalRelatedMetricsModalContentComponent_Conditional_2_For_1_Template, 1, 2, "symphiq-metric-list-item", 3, _forTrack0$6);
|
|
103850
103970
|
} if (rf & 2) {
|
|
103851
103971
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
103852
103972
|
i0.ɵɵrepeater(ctx_r0.contributingMetrics());
|
|
@@ -104228,7 +104348,7 @@ class PriorityActionsModalContentComponent {
|
|
|
104228
104348
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriorityActionsModalContentComponent, { className: "PriorityActionsModalContentComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/priority-actions-modal-content.component.ts", lineNumber: 107 }); })();
|
|
104229
104349
|
|
|
104230
104350
|
const _c0$8 = ["modalContent"];
|
|
104231
|
-
const _c1$
|
|
104351
|
+
const _c1$3 = ["modalWrapper"];
|
|
104232
104352
|
const _c2$2 = () => [];
|
|
104233
104353
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
104234
104354
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -104254,20 +104374,20 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Condit
|
|
|
104254
104374
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
104255
104375
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
104256
104376
|
i0.ɵɵelementStart(0, "button", 31);
|
|
104257
|
-
i0.ɵɵlistener("click", function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template_button_click_0_listener() { const
|
|
104377
|
+
i0.ɵɵlistener("click", function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Template_button_click_0_listener() { const item_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.navigateToBreadcrumb(item_r5)); });
|
|
104258
104378
|
i0.ɵɵtext(1);
|
|
104259
104379
|
i0.ɵɵelementEnd();
|
|
104260
104380
|
i0.ɵɵconditionalCreate(2, UnifiedDashboardModalComponent_Conditional_0_Conditional_9_For_2_Conditional_2_Template, 2, 1, ":svg:svg", 32);
|
|
104261
104381
|
} if (rf & 2) {
|
|
104262
|
-
const
|
|
104263
|
-
const ɵ$
|
|
104264
|
-
const ɵ$
|
|
104382
|
+
const item_r5 = ctx.$implicit;
|
|
104383
|
+
const ɵ$index_26_r6 = ctx.$index;
|
|
104384
|
+
const ɵ$count_26_r7 = ctx.$count;
|
|
104265
104385
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
104266
104386
|
i0.ɵɵproperty("ngClass", ctx_r1.breadcrumbButtonClasses());
|
|
104267
104387
|
i0.ɵɵadvance();
|
|
104268
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.getBreadcrumbLabel(
|
|
104388
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.getBreadcrumbLabel(item_r5), " ");
|
|
104269
104389
|
i0.ɵɵadvance();
|
|
104270
|
-
i0.ɵɵconditional(!(ɵ$
|
|
104390
|
+
i0.ɵɵconditional(!(ɵ$index_26_r6 === ɵ$count_26_r7 - 1) || ctx_r1.modalType() !== null ? 2 : -1);
|
|
104271
104391
|
} }
|
|
104272
104392
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
104273
104393
|
i0.ɵɵelementStart(0, "span", 30);
|
|
@@ -104357,9 +104477,9 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_15_Template(rf
|
|
|
104357
104477
|
i0.ɵɵproperty("timeframe", ctx_r1.currentGoal().timeframe)("viewMode", ctx_r1.viewMode());
|
|
104358
104478
|
} }
|
|
104359
104479
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
104360
|
-
const
|
|
104480
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
104361
104481
|
i0.ɵɵelementStart(0, "symphiq-unified-goal-detail-modal-content", 35);
|
|
104362
|
-
i0.ɵɵlistener("sourceAnalysisClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_sourceAnalysisClick_0_listener($event) { i0.ɵɵrestoreView(
|
|
104482
|
+
i0.ɵɵlistener("sourceAnalysisClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_sourceAnalysisClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceAnalysisClick($event)); })("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onMetricClick($event)); })("contributingMetricsClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_contributingMetricsClick_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onContributingMetricsClick()); })("showObjectives", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_showObjectives_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onShowObjectives()); })("close", function UnifiedDashboardModalComponent_Conditional_0_Conditional_21_Template_symphiq_unified_goal_detail_modal_content_close_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.closeModal()); });
|
|
104363
104483
|
i0.ɵɵelementEnd();
|
|
104364
104484
|
} if (rf & 2) {
|
|
104365
104485
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -104372,9 +104492,9 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_22_Template(rf
|
|
|
104372
104492
|
i0.ɵɵproperty("objectives", ctx_r1.objectivesData().goal.objectives ?? i0.ɵɵpureFunction0(3, _c2$2))("goalTitle", ctx_r1.objectivesData().goal.title ?? "")("viewMode", ctx_r1.viewMode());
|
|
104373
104493
|
} }
|
|
104374
104494
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
104375
|
-
const
|
|
104495
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
104376
104496
|
i0.ɵɵelementStart(0, "symphiq-unified-goal-related-metrics-modal-content", 36);
|
|
104377
|
-
i0.ɵɵlistener("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template_symphiq_unified_goal_related_metrics_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(
|
|
104497
|
+
i0.ɵɵlistener("metricClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_23_Template_symphiq_unified_goal_related_metrics_modal_content_metricClick_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricClick($event)); });
|
|
104378
104498
|
i0.ɵɵelementEnd();
|
|
104379
104499
|
} if (rf & 2) {
|
|
104380
104500
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -104393,9 +104513,9 @@ function UnifiedDashboardModalComponent_Conditional_0_Conditional_25_Template(rf
|
|
|
104393
104513
|
i0.ɵɵproperty("strategy", ctx_r1.recommendationsData().strategy)("viewMode", ctx_r1.viewMode())("allMetrics", ctx_r1.allMetricsFromStack())("allCharts", ctx_r1.allChartsFromStack())("allInsights", ctx_r1.allInsightsFromStack())("goalTitle", ctx_r1.recommendationsData().goalTitle)("objectiveTitle", ctx_r1.recommendationsData().objectiveTitle)("currentModalState", ctx_r1.currentModalState());
|
|
104394
104514
|
} }
|
|
104395
104515
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
104396
|
-
const
|
|
104516
|
+
const _r10 = i0.ɵɵgetCurrentView();
|
|
104397
104517
|
i0.ɵɵelementStart(0, "symphiq-priority-actions-modal-content", 37);
|
|
104398
|
-
i0.ɵɵlistener("goalClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template_symphiq_priority_actions_modal_content_goalClick_0_listener($event) { i0.ɵɵrestoreView(
|
|
104518
|
+
i0.ɵɵlistener("goalClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template_symphiq_priority_actions_modal_content_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPriorityActionGoalClick($event)); })("recommendationClick", function UnifiedDashboardModalComponent_Conditional_0_Conditional_26_Template_symphiq_priority_actions_modal_content_recommendationClick_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onPriorityActionRecommendationClick($event)); });
|
|
104399
104519
|
i0.ɵɵelementEnd();
|
|
104400
104520
|
} if (rf & 2) {
|
|
104401
104521
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -104547,8 +104667,17 @@ class UnifiedDashboardModalComponent {
|
|
|
104547
104667
|
const relatedMetricsData = this.relatedMetricsData();
|
|
104548
104668
|
return goalData?.goal || objData?.goal || relatedMetricsData?.goal || null;
|
|
104549
104669
|
}, ...(ngDevMode ? [{ debugName: "currentGoal" }] : []));
|
|
104670
|
+
this.supportedModalTypes = new Set([
|
|
104671
|
+
'unified-goal-detail',
|
|
104672
|
+
'unified-goal-objectives',
|
|
104673
|
+
'unified-goal-related-metrics',
|
|
104674
|
+
'objective-strategies',
|
|
104675
|
+
'strategy-recommendations',
|
|
104676
|
+
'priority-actions-list'
|
|
104677
|
+
]);
|
|
104550
104678
|
this.navigationStack = computed(() => {
|
|
104551
|
-
|
|
104679
|
+
const stack = this.currentModalState()?.navigationStack || [];
|
|
104680
|
+
return stack.filter(item => this.supportedModalTypes.has(item.type));
|
|
104552
104681
|
}, ...(ngDevMode ? [{ debugName: "navigationStack" }] : []));
|
|
104553
104682
|
this.allMetricsFromStack = computed(() => {
|
|
104554
104683
|
const goalData = this.unifiedGoalData();
|
|
@@ -104819,13 +104948,22 @@ class UnifiedDashboardModalComponent {
|
|
|
104819
104948
|
}
|
|
104820
104949
|
return matchingCharts;
|
|
104821
104950
|
}
|
|
104822
|
-
navigateToBreadcrumb(
|
|
104823
|
-
this.
|
|
104951
|
+
navigateToBreadcrumb(state) {
|
|
104952
|
+
const fullStack = this.currentModalState()?.navigationStack || [];
|
|
104953
|
+
const originalIndex = fullStack.indexOf(state);
|
|
104954
|
+
if (originalIndex >= 0) {
|
|
104955
|
+
this.modalService.navigateToStackIndex(originalIndex);
|
|
104956
|
+
}
|
|
104824
104957
|
}
|
|
104825
104958
|
onBackClick() {
|
|
104826
|
-
const
|
|
104827
|
-
if (
|
|
104828
|
-
|
|
104959
|
+
const filteredStack = this.navigationStack();
|
|
104960
|
+
if (filteredStack.length > 0) {
|
|
104961
|
+
const lastState = filteredStack[filteredStack.length - 1];
|
|
104962
|
+
const fullStack = this.currentModalState()?.navigationStack || [];
|
|
104963
|
+
const originalIndex = fullStack.indexOf(lastState);
|
|
104964
|
+
if (originalIndex >= 0) {
|
|
104965
|
+
this.modalService.navigateToStackIndex(originalIndex);
|
|
104966
|
+
}
|
|
104829
104967
|
}
|
|
104830
104968
|
}
|
|
104831
104969
|
getBreadcrumbLabel(state) {
|
|
@@ -104887,7 +105025,7 @@ class UnifiedDashboardModalComponent {
|
|
|
104887
105025
|
}
|
|
104888
105026
|
static { this.ɵfac = function UnifiedDashboardModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedDashboardModalComponent)(); }; }
|
|
104889
105027
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedDashboardModalComponent, selectors: [["symphiq-unified-dashboard-modal"]], viewQuery: function UnifiedDashboardModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
104890
|
-
i0.ɵɵviewQuery(_c0$8, 5)(_c1$
|
|
105028
|
+
i0.ɵɵviewQuery(_c0$8, 5)(_c1$3, 5);
|
|
104891
105029
|
} if (rf & 2) {
|
|
104892
105030
|
let _t;
|
|
104893
105031
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -104987,7 +105125,7 @@ class UnifiedDashboardModalComponent {
|
|
|
104987
105125
|
@for (item of navigationStack(); track $index; let last = $last) {
|
|
104988
105126
|
<button
|
|
104989
105127
|
type="button"
|
|
104990
|
-
(click)="navigateToBreadcrumb(
|
|
105128
|
+
(click)="navigateToBreadcrumb(item)"
|
|
104991
105129
|
[ngClass]="breadcrumbButtonClasses()"
|
|
104992
105130
|
class="hover:underline cursor-pointer transition-colors">
|
|
104993
105131
|
{{ getBreadcrumbLabel(item) }}
|
|
@@ -105345,8 +105483,6 @@ class UnifiedWelcomeBannerComponent {
|
|
|
105345
105483
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedWelcomeBannerComponent, { className: "UnifiedWelcomeBannerComponent", filePath: "lib/components/profile-analysis-unified-dashboard/unified-welcome-banner.component.ts", lineNumber: 92 }); })();
|
|
105346
105484
|
|
|
105347
105485
|
const _c0$7 = () => [];
|
|
105348
|
-
const _c1$3 = a0 => ({ name: "flag", source: a0 });
|
|
105349
|
-
const _forTrack0$6 = ($index, $item) => $item.id;
|
|
105350
105486
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
105351
105487
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
105352
105488
|
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 15);
|
|
@@ -105365,54 +105501,36 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
105365
105501
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
105366
105502
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
105367
105503
|
i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 18);
|
|
105368
|
-
i0.ɵɵelementStart(1, "symphiq-
|
|
105369
|
-
i0.ɵɵlistener("
|
|
105504
|
+
i0.ɵɵelementStart(1, "symphiq-unified-goals-grid", 19);
|
|
105505
|
+
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_unified_goals_grid_goalClick_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_unified_goals_grid_sourceBadgeClick_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_unified_goals_grid_relatedMetricsClick_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); });
|
|
105506
|
+
i0.ɵɵelementEnd();
|
|
105507
|
+
i0.ɵɵelementStart(2, "symphiq-collapsible-analysis-section-group", 20);
|
|
105508
|
+
i0.ɵɵlistener("unifiedGoalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_collapsible_analysis_section_group_unifiedGoalClick_2_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("viewAllPriorityActionsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template_symphiq_collapsible_analysis_section_group_viewAllPriorityActionsClick_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onViewAllPriorityActionsClick()); });
|
|
105370
105509
|
i0.ɵɵelementEnd();
|
|
105371
105510
|
} if (rf & 2) {
|
|
105372
105511
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
105373
105512
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("businessName", ctx_r1.businessName())("isOnboarded", ctx_r1.isOnboarded())("analysisDate", ctx_r1.unifiedAnalysisDate())("isUnifiedAnalysisComplete", !ctx_r1.isLoading() && !ctx_r1.isGenerating())("sourceAnalysesCount", ctx_r1.sourceAnalysesCount())("unifiedGoalsCount", ctx_r1.unifiedGoals().length)("sourceGoalsCount", ctx_r1.totalSourceGoalsCount());
|
|
105374
105513
|
i0.ɵɵadvance();
|
|
105375
|
-
i0.ɵɵproperty("
|
|
105376
|
-
} }
|
|
105377
|
-
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
105378
|
-
const _r5 = i0.ɵɵgetCurrentView();
|
|
105379
|
-
i0.ɵɵelementStart(0, "symphiq-unified-goal-card", 29);
|
|
105380
|
-
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_For_5_Template_symphiq_unified_goal_card_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_For_5_Template_symphiq_unified_goal_card_sourceBadgeClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_For_5_Template_symphiq_unified_goal_card_relatedMetricsClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); })("learnMoreClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_For_5_Template_symphiq_unified_goal_card_learnMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
|
|
105381
|
-
i0.ɵɵelementEnd();
|
|
105382
|
-
} if (rf & 2) {
|
|
105383
|
-
const goal_r6 = ctx.$implicit;
|
|
105384
|
-
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
105385
|
-
i0.ɵɵproperty("goal", goal_r6)("viewMode", ctx_r1.viewMode());
|
|
105386
|
-
} }
|
|
105387
|
-
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
105388
|
-
i0.ɵɵelementStart(0, "section", 21);
|
|
105389
|
-
i0.ɵɵelement(1, "symphiq-section-divider", 25)(2, "symphiq-section-header", 26);
|
|
105390
|
-
i0.ɵɵelementStart(3, "div", 27);
|
|
105391
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_2_For_5_Template, 1, 2, "symphiq-unified-goal-card", 28, _forTrack0$6);
|
|
105392
|
-
i0.ɵɵelementEnd()();
|
|
105393
|
-
} if (rf & 2) {
|
|
105394
|
-
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
105395
|
-
i0.ɵɵadvance();
|
|
105396
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", i0.ɵɵpureFunction1(4, _c1$3, ctx_r1.IconSourceEnum.HEROICONS));
|
|
105514
|
+
i0.ɵɵproperty("goals", ctx_r1.unifiedGoals())("viewMode", ctx_r1.viewMode());
|
|
105397
105515
|
i0.ɵɵadvance();
|
|
105398
|
-
i0.ɵɵproperty("
|
|
105399
|
-
i0.ɵɵadvance(2);
|
|
105400
|
-
i0.ɵɵrepeater(ctx_r1.unifiedGoals());
|
|
105516
|
+
i0.ɵɵproperty("sections", ctx_r1.unifiedCollapsibleSections())("viewMode", ctx_r1.viewMode())("unifiedExecutiveSummary", ctx_r1.executiveSummary())("unifiedTimeline", ctx_r1.unifiedTimeline())("unifiedPriorityMatrix", ctx_r1.priorityMatrix())("unifiedNextSteps", ctx_r1.nextSteps())("unifiedGoals", ctx_r1.unifiedGoals())("shopCounts", ctx_r1.shopCounts())("focusAreaCounts", ctx_r1.focusAreaCounts())("metricCounts", ctx_r1.metricCounts())("storageKey", "unified-analysis-collapsible-sections");
|
|
105401
105517
|
} }
|
|
105402
105518
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
105403
105519
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
105404
105520
|
i0.ɵɵelement(0, "symphiq-unified-welcome-banner", 18);
|
|
105405
|
-
i0.ɵɵelementStart(1, "symphiq-unified-executive-summary",
|
|
105521
|
+
i0.ɵɵelementStart(1, "symphiq-unified-executive-summary", 21);
|
|
105406
105522
|
i0.ɵɵlistener("viewAllPriorityActionsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_executive_summary_viewAllPriorityActionsClick_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onViewAllPriorityActionsClick()); });
|
|
105407
105523
|
i0.ɵɵelementEnd();
|
|
105408
|
-
i0.ɵɵ
|
|
105409
|
-
i0.ɵɵ
|
|
105524
|
+
i0.ɵɵelementStart(2, "symphiq-unified-goals-grid", 22);
|
|
105525
|
+
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_goals_grid_goalClick_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_goals_grid_sourceBadgeClick_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_goals_grid_relatedMetricsClick_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); });
|
|
105526
|
+
i0.ɵɵelementEnd();
|
|
105527
|
+
i0.ɵɵelementStart(3, "symphiq-unified-timeline", 23);
|
|
105410
105528
|
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_timeline_goalClick_3_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
|
|
105411
105529
|
i0.ɵɵelementEnd();
|
|
105412
|
-
i0.ɵɵelementStart(4, "symphiq-unified-priority-matrix",
|
|
105530
|
+
i0.ɵɵelementStart(4, "symphiq-unified-priority-matrix", 24);
|
|
105413
105531
|
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_priority_matrix_goalClick_4_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
|
|
105414
105532
|
i0.ɵɵelementEnd();
|
|
105415
|
-
i0.ɵɵelementStart(5, "symphiq-unified-next-steps",
|
|
105533
|
+
i0.ɵɵelementStart(5, "symphiq-unified-next-steps", 25);
|
|
105416
105534
|
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template_symphiq_unified_next_steps_goalClick_5_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
|
|
105417
105535
|
i0.ɵɵelementEnd();
|
|
105418
105536
|
} if (rf & 2) {
|
|
@@ -105421,7 +105539,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
105421
105539
|
i0.ɵɵadvance();
|
|
105422
105540
|
i0.ɵɵproperty("summary", ctx_r1.executiveSummary())("viewMode", ctx_r1.viewMode())("shopCounts", ctx_r1.shopCounts())("focusAreaCounts", ctx_r1.focusAreaCounts())("metricCounts", ctx_r1.metricCounts());
|
|
105423
105541
|
i0.ɵɵadvance();
|
|
105424
|
-
i0.ɵɵ
|
|
105542
|
+
i0.ɵɵproperty("goals", ctx_r1.unifiedGoals())("viewMode", ctx_r1.viewMode());
|
|
105425
105543
|
i0.ɵɵadvance();
|
|
105426
105544
|
i0.ɵɵproperty("timeline", ctx_r1.unifiedTimeline())("viewMode", ctx_r1.viewMode())("goals", ctx_r1.unifiedGoals());
|
|
105427
105545
|
i0.ɵɵadvance();
|
|
@@ -105432,8 +105550,8 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
105432
105550
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
105433
105551
|
i0.ɵɵelementStart(0, "main", 16);
|
|
105434
105552
|
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card", 17);
|
|
105435
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template,
|
|
105436
|
-
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template, 6,
|
|
105553
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template, 3, 21);
|
|
105554
|
+
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template, 6, 23);
|
|
105437
105555
|
i0.ɵɵelementEnd();
|
|
105438
105556
|
} if (rf & 2) {
|
|
105439
105557
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -105452,27 +105570,27 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template(
|
|
|
105452
105570
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
105453
105571
|
} }
|
|
105454
105572
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
105455
|
-
const
|
|
105456
|
-
i0.ɵɵelementStart(0, "symphiq-search-modal",
|
|
105457
|
-
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template_symphiq_search_modal_close_0_listener() { i0.ɵɵrestoreView(
|
|
105573
|
+
const _r5 = i0.ɵɵgetCurrentView();
|
|
105574
|
+
i0.ɵɵelementStart(0, "symphiq-search-modal", 26);
|
|
105575
|
+
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template_symphiq_search_modal_close_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeSearch()); });
|
|
105458
105576
|
i0.ɵɵelementEnd();
|
|
105459
105577
|
} if (rf & 2) {
|
|
105460
105578
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
105461
105579
|
i0.ɵɵproperty("isLightMode", ctx_r1.isLightMode())("isOpen", true);
|
|
105462
105580
|
} }
|
|
105463
105581
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
105464
|
-
const
|
|
105465
|
-
i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal",
|
|
105466
|
-
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_close_0_listener() { i0.ɵɵrestoreView(
|
|
105582
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
105583
|
+
i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 27);
|
|
105584
|
+
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_close_0_listener() { i0.ɵɵrestoreView(_r6); 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(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleDisplayModeChange($event)); });
|
|
105467
105585
|
i0.ɵɵelementEnd();
|
|
105468
105586
|
} if (rf & 2) {
|
|
105469
105587
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
105470
105588
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentMode", ctx_r1.currentDisplayMode())("isOpen", true);
|
|
105471
105589
|
} }
|
|
105472
105590
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
105473
|
-
const
|
|
105474
|
-
i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer",
|
|
105475
|
-
i0.ɵɵlistener("markAsReviewed", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template_symphiq_mark_as_reviewed_footer_markAsReviewed_0_listener() { i0.ɵɵrestoreView(
|
|
105591
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
105592
|
+
i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer", 28);
|
|
105593
|
+
i0.ɵɵlistener("markAsReviewed", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template_symphiq_mark_as_reviewed_footer_markAsReviewed_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleMarkAsReviewedClick()); });
|
|
105476
105594
|
i0.ɵɵelementEnd();
|
|
105477
105595
|
} if (rf & 2) {
|
|
105478
105596
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -105874,6 +105992,13 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
105874
105992
|
}
|
|
105875
105993
|
}
|
|
105876
105994
|
}, ...(ngDevMode ? [{ debugName: "embeddedScrollEffect" }] : []));
|
|
105995
|
+
this.sourceProfileAnalysesWatcher = effect(() => {
|
|
105996
|
+
const analyses = this.sourceProfileAnalyses();
|
|
105997
|
+
console.log('[SourceAnalysis] sourceProfileAnalyses input changed', {
|
|
105998
|
+
count: analyses?.length ?? 0,
|
|
105999
|
+
ids: analyses?.map(a => a.id) ?? []
|
|
106000
|
+
});
|
|
106001
|
+
}, ...(ngDevMode ? [{ debugName: "sourceProfileAnalysesWatcher" }] : []));
|
|
105877
106002
|
this.pendingSourceRequestEffect = effect(() => {
|
|
105878
106003
|
const pending = this.pendingSourceRequest();
|
|
105879
106004
|
const sourceAnalysesMapKeys = Array.from(this.sourceAnalysesMap().keys());
|
|
@@ -106406,7 +106531,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106406
106531
|
static { this.ɵfac = function SymphiqProfileAnalysisUnifiedDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisUnifiedDashboardComponent)(); }; }
|
|
106407
106532
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisUnifiedDashboardComponent, selectors: [["symphiq-profile-analysis-unified-dashboard"]], hostBindings: function SymphiqProfileAnalysisUnifiedDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
106408
106533
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisUnifiedDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
106409
|
-
} }, 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: 16, vars: 32, 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, "priorityActionGoalClick", "priorityActionRecommendationClick", "sourceAnalysisClickRequest", "viewMode", "loadingSourceAnalysisId"], [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", "block", 3, "viewMode", "businessName", "isOnboarded", "analysisDate", "isUnifiedAnalysisComplete", "sourceAnalysesCount", "unifiedGoalsCount", "sourceGoalsCount"], [
|
|
106534
|
+
} }, 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: 16, vars: 32, 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, "priorityActionGoalClick", "priorityActionRecommendationClick", "sourceAnalysisClickRequest", "viewMode", "loadingSourceAnalysisId"], [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", "block", 3, "viewMode", "businessName", "isOnboarded", "analysisDate", "isUnifiedAnalysisComplete", "sourceAnalysesCount", "unifiedGoalsCount", "sourceGoalsCount"], [1, "mb-12", "block", 3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "goals", "viewMode"], [3, "unifiedGoalClick", "viewAllPriorityActionsClick", "sections", "viewMode", "unifiedExecutiveSummary", "unifiedTimeline", "unifiedPriorityMatrix", "unifiedNextSteps", "unifiedGoals", "shopCounts", "focusAreaCounts", "metricCounts", "storageKey"], [3, "viewAllPriorityActionsClick", "summary", "viewMode", "shopCounts", "focusAreaCounts", "metricCounts"], [3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "goals", "viewMode"], [3, "goalClick", "timeline", "viewMode", "goals"], [3, "goalClick", "matrix", "viewMode"], [3, "goalClick", "steps", "viewMode", "goals"], [3, "close", "isLightMode", "isOpen"], [3, "close", "modeSelected", "viewMode", "currentMode", "isOpen"], [3, "markAsReviewed", "viewMode", "selfContentStatus", "isLoading"]], template: function SymphiqProfileAnalysisUnifiedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
106410
106535
|
i0.ɵɵelementStart(0, "div", 0);
|
|
106411
106536
|
i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
|
|
106412
106537
|
i0.ɵɵelementStart(3, "div", 3)(4, "symphiq-dashboard-header", 4);
|
|
@@ -106461,13 +106586,11 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106461
106586
|
ViewModeSwitcherModalComponent,
|
|
106462
106587
|
JourneyProgressIndicatorComponent,
|
|
106463
106588
|
FloatingTocComponent,
|
|
106464
|
-
SectionDividerComponent,
|
|
106465
|
-
SectionHeaderComponent,
|
|
106466
106589
|
ContentGenerationProgressWithConfettiComponent,
|
|
106467
106590
|
LoadingCardComponent,
|
|
106468
106591
|
MarkAsReviewedFooterComponent,
|
|
106469
106592
|
ProfileAnalysisModalComponent,
|
|
106470
|
-
|
|
106593
|
+
UnifiedGoalsGridComponent,
|
|
106471
106594
|
UnifiedExecutiveSummaryComponent,
|
|
106472
106595
|
UnifiedTimelineComponent,
|
|
106473
106596
|
UnifiedPriorityMatrixComponent,
|
|
@@ -106491,14 +106614,11 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106491
106614
|
ViewModeSwitcherModalComponent,
|
|
106492
106615
|
JourneyProgressIndicatorComponent,
|
|
106493
106616
|
FloatingTocComponent,
|
|
106494
|
-
GradeBadgeComponent,
|
|
106495
|
-
SectionDividerComponent,
|
|
106496
|
-
SectionHeaderComponent,
|
|
106497
106617
|
ContentGenerationProgressWithConfettiComponent,
|
|
106498
106618
|
LoadingCardComponent,
|
|
106499
106619
|
MarkAsReviewedFooterComponent,
|
|
106500
106620
|
ProfileAnalysisModalComponent,
|
|
106501
|
-
|
|
106621
|
+
UnifiedGoalsGridComponent,
|
|
106502
106622
|
UnifiedExecutiveSummaryComponent,
|
|
106503
106623
|
UnifiedTimelineComponent,
|
|
106504
106624
|
UnifiedPriorityMatrixComponent,
|
|
@@ -106516,9 +106636,9 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106516
106636
|
style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
106517
106637
|
|
|
106518
106638
|
<symphiq-scroll-progress-bar
|
|
106519
|
-
|
|
106520
|
-
|
|
106521
|
-
|
|
106639
|
+
[viewMode]="viewMode()"
|
|
106640
|
+
[progress]="scrollProgress()"
|
|
106641
|
+
[embedded]="embedded()"
|
|
106522
106642
|
/>
|
|
106523
106643
|
|
|
106524
106644
|
<div class="relative z-[51]">
|
|
@@ -106553,120 +106673,111 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106553
106673
|
<main class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-12"
|
|
106554
106674
|
[class.pb-32]="shouldShowReviewFooter()">
|
|
106555
106675
|
|
|
106556
|
-
|
|
106557
|
-
|
|
106558
|
-
|
|
106559
|
-
|
|
106560
|
-
|
|
106561
|
-
|
|
106562
|
-
|
|
106563
|
-
|
|
106564
|
-
|
|
106676
|
+
@if (isSimplifiedView() && isLoading()) {
|
|
106677
|
+
<symphiq-loading-card
|
|
106678
|
+
[viewMode]="viewMode()"
|
|
106679
|
+
title="Loading Your Unified Analysis"
|
|
106680
|
+
subtitle="Please wait while we prepare your synthesized insights..."
|
|
106681
|
+
size="large"
|
|
106682
|
+
[backdropBlur]="true"
|
|
106683
|
+
/>
|
|
106684
|
+
}
|
|
106565
106685
|
|
|
106566
|
-
|
|
106567
|
-
|
|
106568
|
-
|
|
106569
|
-
|
|
106570
|
-
|
|
106571
|
-
|
|
106572
|
-
|
|
106573
|
-
|
|
106574
|
-
|
|
106575
|
-
|
|
106576
|
-
|
|
106577
|
-
|
|
106578
|
-
|
|
106686
|
+
@if (isSimplifiedView() && !isLoading() && !isGenerating()) {
|
|
106687
|
+
<!-- Welcome Banner -->
|
|
106688
|
+
<symphiq-unified-welcome-banner
|
|
106689
|
+
class="mb-12 block"
|
|
106690
|
+
[viewMode]="viewMode()"
|
|
106691
|
+
[businessName]="businessName()"
|
|
106692
|
+
[isOnboarded]="isOnboarded()"
|
|
106693
|
+
[analysisDate]="unifiedAnalysisDate()"
|
|
106694
|
+
[isUnifiedAnalysisComplete]="!isLoading() && !isGenerating()"
|
|
106695
|
+
[sourceAnalysesCount]="sourceAnalysesCount()"
|
|
106696
|
+
[unifiedGoalsCount]="unifiedGoals().length"
|
|
106697
|
+
[sourceGoalsCount]="totalSourceGoalsCount()"
|
|
106698
|
+
/>
|
|
106579
106699
|
|
|
106580
|
-
|
|
106581
|
-
|
|
106582
|
-
|
|
106583
|
-
|
|
106584
|
-
|
|
106585
|
-
|
|
106586
|
-
|
|
106587
|
-
|
|
106588
|
-
|
|
106589
|
-
[focusAreaCounts]="focusAreaCounts()"
|
|
106590
|
-
[metricCounts]="metricCounts()"
|
|
106591
|
-
[storageKey]="'unified-analysis-collapsible-sections'"
|
|
106592
|
-
(unifiedGoalClick)="onGoalClick($event)"
|
|
106593
|
-
(viewAllPriorityActionsClick)="onViewAllPriorityActionsClick()"
|
|
106594
|
-
/>
|
|
106595
|
-
}
|
|
106700
|
+
<!-- Unified Goals Grid -->
|
|
106701
|
+
<symphiq-unified-goals-grid
|
|
106702
|
+
class="mb-12 block"
|
|
106703
|
+
[goals]="unifiedGoals()"
|
|
106704
|
+
[viewMode]="viewMode()"
|
|
106705
|
+
(goalClick)="onGoalClick($event)"
|
|
106706
|
+
(sourceBadgeClick)="onSourceBadgeClickFromCard($event)"
|
|
106707
|
+
(relatedMetricsClick)="onRelatedMetricsClickFromCard($event)"
|
|
106708
|
+
/>
|
|
106596
106709
|
|
|
106597
|
-
|
|
106598
|
-
|
|
106599
|
-
|
|
106600
|
-
|
|
106601
|
-
|
|
106602
|
-
|
|
106603
|
-
|
|
106604
|
-
|
|
106605
|
-
|
|
106606
|
-
|
|
106607
|
-
|
|
106608
|
-
|
|
106609
|
-
|
|
106610
|
-
|
|
106710
|
+
<symphiq-collapsible-analysis-section-group
|
|
106711
|
+
[sections]="unifiedCollapsibleSections()"
|
|
106712
|
+
[viewMode]="viewMode()"
|
|
106713
|
+
[unifiedExecutiveSummary]="executiveSummary()"
|
|
106714
|
+
[unifiedTimeline]="unifiedTimeline()"
|
|
106715
|
+
[unifiedPriorityMatrix]="priorityMatrix()"
|
|
106716
|
+
[unifiedNextSteps]="nextSteps()"
|
|
106717
|
+
[unifiedGoals]="unifiedGoals()"
|
|
106718
|
+
[shopCounts]="shopCounts()"
|
|
106719
|
+
[focusAreaCounts]="focusAreaCounts()"
|
|
106720
|
+
[metricCounts]="metricCounts()"
|
|
106721
|
+
[storageKey]="'unified-analysis-collapsible-sections'"
|
|
106722
|
+
(unifiedGoalClick)="onGoalClick($event)"
|
|
106723
|
+
(viewAllPriorityActionsClick)="onViewAllPriorityActionsClick()"
|
|
106724
|
+
/>
|
|
106725
|
+
}
|
|
106611
106726
|
|
|
106612
|
-
<!--
|
|
106613
|
-
|
|
106614
|
-
|
|
106615
|
-
|
|
106616
|
-
|
|
106617
|
-
|
|
106618
|
-
|
|
106619
|
-
|
|
106620
|
-
|
|
106727
|
+
<!-- Compact & Expanded View Content -->
|
|
106728
|
+
@if (!isSimplifiedView() && !isLoading() && !isGenerating()) {
|
|
106729
|
+
<!-- Welcome Banner -->
|
|
106730
|
+
<symphiq-unified-welcome-banner
|
|
106731
|
+
class="mb-12 block"
|
|
106732
|
+
[viewMode]="viewMode()"
|
|
106733
|
+
[businessName]="businessName()"
|
|
106734
|
+
[isOnboarded]="isOnboarded()"
|
|
106735
|
+
[analysisDate]="unifiedAnalysisDate()"
|
|
106736
|
+
[isUnifiedAnalysisComplete]="!isLoading() && !isGenerating()"
|
|
106737
|
+
[sourceAnalysesCount]="sourceAnalysesCount()"
|
|
106738
|
+
[unifiedGoalsCount]="unifiedGoals().length"
|
|
106739
|
+
[sourceGoalsCount]="totalSourceGoalsCount()"
|
|
106740
|
+
/>
|
|
106621
106741
|
|
|
106622
|
-
|
|
106623
|
-
|
|
106624
|
-
|
|
106625
|
-
|
|
106626
|
-
|
|
106627
|
-
|
|
106628
|
-
|
|
106629
|
-
|
|
106630
|
-
|
|
106631
|
-
title="Unified Goals"
|
|
106632
|
-
[viewMode]="viewMode()"
|
|
106633
|
-
/>
|
|
106742
|
+
<!-- Executive Summary -->
|
|
106743
|
+
<symphiq-unified-executive-summary
|
|
106744
|
+
[summary]="executiveSummary()"
|
|
106745
|
+
[viewMode]="viewMode()"
|
|
106746
|
+
[shopCounts]="shopCounts()"
|
|
106747
|
+
[focusAreaCounts]="focusAreaCounts()"
|
|
106748
|
+
[metricCounts]="metricCounts()"
|
|
106749
|
+
(viewAllPriorityActionsClick)="onViewAllPriorityActionsClick()"
|
|
106750
|
+
/>
|
|
106634
106751
|
|
|
106635
|
-
|
|
106636
|
-
|
|
106637
|
-
|
|
106638
|
-
|
|
106639
|
-
|
|
106640
|
-
|
|
106641
|
-
|
|
106642
|
-
|
|
106643
|
-
(learnMoreClick)="onGoalClick($event)"
|
|
106644
|
-
/>
|
|
106645
|
-
}
|
|
106646
|
-
</div>
|
|
106647
|
-
</section>
|
|
106648
|
-
}
|
|
106752
|
+
<!-- Unified Goals Grid -->
|
|
106753
|
+
<symphiq-unified-goals-grid
|
|
106754
|
+
[goals]="unifiedGoals()"
|
|
106755
|
+
[viewMode]="viewMode()"
|
|
106756
|
+
(goalClick)="onGoalClick($event)"
|
|
106757
|
+
(sourceBadgeClick)="onSourceBadgeClickFromCard($event)"
|
|
106758
|
+
(relatedMetricsClick)="onRelatedMetricsClickFromCard($event)"
|
|
106759
|
+
/>
|
|
106649
106760
|
|
|
106650
|
-
|
|
106651
|
-
|
|
106652
|
-
|
|
106653
|
-
|
|
106654
|
-
|
|
106655
|
-
|
|
106761
|
+
<symphiq-unified-timeline
|
|
106762
|
+
[timeline]="unifiedTimeline()"
|
|
106763
|
+
[viewMode]="viewMode()"
|
|
106764
|
+
[goals]="unifiedGoals()"
|
|
106765
|
+
(goalClick)="onGoalClick($event)"
|
|
106766
|
+
/>
|
|
106656
106767
|
|
|
106657
|
-
|
|
106658
|
-
|
|
106659
|
-
|
|
106660
|
-
|
|
106661
|
-
|
|
106768
|
+
<symphiq-unified-priority-matrix
|
|
106769
|
+
[matrix]="priorityMatrix()"
|
|
106770
|
+
[viewMode]="viewMode()"
|
|
106771
|
+
(goalClick)="onGoalClick($event)"
|
|
106772
|
+
/>
|
|
106662
106773
|
|
|
106663
|
-
|
|
106664
|
-
|
|
106665
|
-
|
|
106666
|
-
|
|
106667
|
-
|
|
106668
|
-
|
|
106669
|
-
|
|
106774
|
+
<symphiq-unified-next-steps
|
|
106775
|
+
[steps]="nextSteps()"
|
|
106776
|
+
[viewMode]="viewMode()"
|
|
106777
|
+
[goals]="unifiedGoals()"
|
|
106778
|
+
(goalClick)="onGoalClick($event)"
|
|
106779
|
+
/>
|
|
106780
|
+
}
|
|
106670
106781
|
</main>
|
|
106671
106782
|
}
|
|
106672
106783
|
|
|
@@ -106714,29 +106825,29 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106714
106825
|
<!-- Content Generation Progress Component -->
|
|
106715
106826
|
@if (!isLoading() && isGenerating()) {
|
|
106716
106827
|
<symphiq-content-generation-progress-with-confetti
|
|
106717
|
-
|
|
106718
|
-
|
|
106719
|
-
|
|
106720
|
-
|
|
106721
|
-
|
|
106828
|
+
[viewMode]="viewMode()"
|
|
106829
|
+
[itemStatus]="itemStatus()"
|
|
106830
|
+
[currentStatus]="selfContentStatus()"
|
|
106831
|
+
[confettiIntensity]="'celebration'"
|
|
106832
|
+
[title]="'We are generating a new Unified Analysis for ' + businessName() + '.'"
|
|
106722
106833
|
/>
|
|
106723
106834
|
}
|
|
106724
106835
|
|
|
106725
106836
|
<symphiq-tooltip-container/>
|
|
106726
106837
|
|
|
106727
106838
|
<symphiq-unified-dashboard-modal
|
|
106728
|
-
|
|
106729
|
-
|
|
106730
|
-
|
|
106731
|
-
|
|
106732
|
-
|
|
106839
|
+
[viewMode]="viewMode()"
|
|
106840
|
+
[loadingSourceAnalysisId]="loadingSourceAnalysisId()"
|
|
106841
|
+
(priorityActionGoalClick)="onPriorityActionGoalClick($event)"
|
|
106842
|
+
(priorityActionRecommendationClick)="onPriorityActionRecommendationClick($event)"
|
|
106843
|
+
(sourceAnalysisClickRequest)="handleSourceAnalysisClickFromModal($event)"
|
|
106733
106844
|
/>
|
|
106734
|
-
<symphiq-business-analysis-modal [isLightMode]="isLightMode()"
|
|
106845
|
+
<symphiq-business-analysis-modal [isLightMode]="isLightMode()"/>
|
|
106735
106846
|
<symphiq-profile-analysis-modal
|
|
106736
|
-
|
|
106737
|
-
|
|
106738
|
-
|
|
106739
|
-
|
|
106847
|
+
[isLightMode]="isLightMode()"
|
|
106848
|
+
[allInsights]="[]"
|
|
106849
|
+
[allMetrics]="allMetrics()"
|
|
106850
|
+
[allCharts]="allCharts()"
|
|
106740
106851
|
/>
|
|
106741
106852
|
</div>
|
|
106742
106853
|
`
|
|
@@ -106745,7 +106856,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
106745
106856
|
type: HostListener,
|
|
106746
106857
|
args: ['window:scroll']
|
|
106747
106858
|
}] }); })();
|
|
106748
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber:
|
|
106859
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 337 }); })();
|
|
106749
106860
|
|
|
106750
106861
|
function SymphiqProfileMetricsAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
106751
106862
|
const _r1 = i0.ɵɵgetCurrentView();
|