@eric-emg/symphiq-components 1.3.45 → 1.3.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3739,7 +3739,7 @@ class DataLoaderService {
|
|
|
3739
3739
|
args: [{ providedIn: 'root' }]
|
|
3740
3740
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3741
3741
|
|
|
3742
|
-
const _c0$
|
|
3742
|
+
const _c0$1m = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3743
3743
|
const _c1$N = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3744
3744
|
class SkeletonLoaderComponent {
|
|
3745
3745
|
constructor() {
|
|
@@ -3756,7 +3756,7 @@ class SkeletonLoaderComponent {
|
|
|
3756
3756
|
} if (rf & 2) {
|
|
3757
3757
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
3758
3758
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
3759
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
3759
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$1m, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3760
3760
|
i0.ɵɵadvance();
|
|
3761
3761
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$N, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
3762
3762
|
} }, dependencies: [NgClass], styles: [".skeleton-loader[_ngcontent-%COMP%]{position:relative;overflow:hidden}.skeleton-shimmer-overlay[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_shimmer 2s infinite cubic-bezier(.4,0,.6,1);transform:translate(-100%)}@keyframes _ngcontent-%COMP%_shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes _ngcontent-%COMP%_pulse{0%,to{opacity:1}50%{opacity:.6}}"], changeDetection: 0 }); }
|
|
@@ -3958,7 +3958,7 @@ const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () =
|
|
|
3958
3958
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
3959
3959
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
3960
3960
|
const ChartContainerComponent_Conditional_1_Conditional_17_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
3961
|
-
const _c0$
|
|
3961
|
+
const _c0$1l = (a0, a1) => [a0, a1];
|
|
3962
3962
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3963
3963
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
3964
3964
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -4010,7 +4010,7 @@ function ChartContainerComponent_Conditional_1_Conditional_12_Template(rf, ctx)
|
|
|
4010
4010
|
i0.ɵɵelementEnd()();
|
|
4011
4011
|
} if (rf & 2) {
|
|
4012
4012
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
4013
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
4013
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$1l, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
4014
4014
|
} }
|
|
4015
4015
|
function ChartContainerComponent_Conditional_1_Conditional_14_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
4016
4016
|
i0.ɵɵelement(0, "symphiq-line-chart", 24);
|
|
@@ -5497,7 +5497,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
5497
5497
|
}], null, { metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], overallDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "overallDescription", required: false }] }], competitiveBenchmark: [{ type: i0.Input, args: [{ isSignal: true, alias: "competitiveBenchmark", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], scrollToCompetitive: [{ type: i0.Output, args: ["scrollToCompetitive"] }] }); })();
|
|
5498
5498
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
5499
5499
|
|
|
5500
|
-
const _c0$
|
|
5500
|
+
const _c0$1k = () => [1, 2, 3, 4];
|
|
5501
5501
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
5502
5502
|
i0.ɵɵelementStart(0, "div", 9);
|
|
5503
5503
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -5531,7 +5531,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
5531
5531
|
i0.ɵɵadvance(2);
|
|
5532
5532
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
5533
5533
|
i0.ɵɵadvance(2);
|
|
5534
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
5534
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$1k));
|
|
5535
5535
|
i0.ɵɵadvance(2);
|
|
5536
5536
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
5537
5537
|
} }
|
|
@@ -6746,7 +6746,7 @@ class OverallAssessmentComponent {
|
|
|
6746
6746
|
}], null, { assessment: [{ type: i0.Input, args: [{ isSignal: true, alias: "assessment", required: false }] }], revenueMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "revenueMetric", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isChartsLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isChartsLoading", required: false }] }], strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: false }] }], weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }], scrollToSection: [{ type: i0.Output, args: ["scrollToSection"] }] }); })();
|
|
6747
6747
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
6748
6748
|
|
|
6749
|
-
const _c0$
|
|
6749
|
+
const _c0$1j = () => [1, 2, 3];
|
|
6750
6750
|
const _c1$M = () => [1, 2, 3, 4];
|
|
6751
6751
|
const _c2$v = () => [];
|
|
6752
6752
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -6784,7 +6784,7 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
6784
6784
|
i0.ɵɵadvance();
|
|
6785
6785
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
6786
6786
|
i0.ɵɵadvance();
|
|
6787
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
6787
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$1j));
|
|
6788
6788
|
i0.ɵɵadvance(3);
|
|
6789
6789
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$M));
|
|
6790
6790
|
} }
|
|
@@ -9484,7 +9484,7 @@ class MetricCardComponent {
|
|
|
9484
9484
|
}], () => [], { metric: [{ type: i0.Input, args: [{ isSignal: true, alias: "metric", required: false }] }], insights: [{ type: i0.Input, args: [{ isSignal: true, alias: "insights", required: false }] }], charts: [{ type: i0.Input, args: [{ isSignal: true, alias: "charts", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], analysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysis", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], initialExpandedSection: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialExpandedSection", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
9485
9485
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
9486
9486
|
|
|
9487
|
-
const _c0$
|
|
9487
|
+
const _c0$1i = () => [1, 2, 3];
|
|
9488
9488
|
const _c1$L = (a0, a1, a2) => [a0, a1, a2];
|
|
9489
9489
|
const _c2$u = (a0, a1) => [a0, a1];
|
|
9490
9490
|
const _forTrack0$1e = ($index, $item) => $item.metric;
|
|
@@ -9514,7 +9514,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
9514
9514
|
i0.ɵɵadvance();
|
|
9515
9515
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
9516
9516
|
i0.ɵɵadvance(2);
|
|
9517
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
9517
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$1i));
|
|
9518
9518
|
} }
|
|
9519
9519
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
9520
9520
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -9533,7 +9533,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
9533
9533
|
i0.ɵɵadvance();
|
|
9534
9534
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
9535
9535
|
i0.ɵɵadvance(2);
|
|
9536
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
9536
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$1i));
|
|
9537
9537
|
} }
|
|
9538
9538
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
9539
9539
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -12046,7 +12046,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
12046
12046
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
12047
12047
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
12048
12048
|
|
|
12049
|
-
const _c0$
|
|
12049
|
+
const _c0$1h = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12050
12050
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
12051
12051
|
i0.ɵɵelement(0, "div", 12);
|
|
12052
12052
|
} if (rf & 2) {
|
|
@@ -12322,7 +12322,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12322
12322
|
i0.ɵɵadvance();
|
|
12323
12323
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12324
12324
|
i0.ɵɵadvance(3);
|
|
12325
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$
|
|
12325
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$1h));
|
|
12326
12326
|
i0.ɵɵadvance(2);
|
|
12327
12327
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12328
12328
|
i0.ɵɵadvance();
|
|
@@ -12498,7 +12498,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12498
12498
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
12499
12499
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
12500
12500
|
|
|
12501
|
-
const _c0$
|
|
12501
|
+
const _c0$1g = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12502
12502
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
12503
12503
|
i0.ɵɵelement(0, "div", 17);
|
|
12504
12504
|
} if (rf & 2) {
|
|
@@ -13009,7 +13009,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
13009
13009
|
i0.ɵɵadvance();
|
|
13010
13010
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
13011
13011
|
i0.ɵɵadvance(3);
|
|
13012
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
13012
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$1g));
|
|
13013
13013
|
i0.ɵɵadvance(2);
|
|
13014
13014
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
13015
13015
|
i0.ɵɵadvance();
|
|
@@ -13470,7 +13470,7 @@ class ProfileItemLookupService {
|
|
|
13470
13470
|
}]
|
|
13471
13471
|
}], null, null); })();
|
|
13472
13472
|
|
|
13473
|
-
const _c0$
|
|
13473
|
+
const _c0$1f = a0 => ({ name: "chevron-right", source: a0 });
|
|
13474
13474
|
const _forTrack0$1b = ($index, $item) => $item.id;
|
|
13475
13475
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13476
13476
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13488,7 +13488,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
13488
13488
|
i0.ɵɵadvance(2);
|
|
13489
13489
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
13490
13490
|
i0.ɵɵadvance();
|
|
13491
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13491
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1f, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13492
13492
|
} }
|
|
13493
13493
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13494
13494
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13572,7 +13572,7 @@ class RelatedAreaChipsComponent {
|
|
|
13572
13572
|
}], null, { relatedAreaIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedAreaIds", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }] }); })();
|
|
13573
13573
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13574
13574
|
|
|
13575
|
-
const _c0$
|
|
13575
|
+
const _c0$1e = a0 => ({ name: "chevron-right", source: a0 });
|
|
13576
13576
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13577
13577
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13578
13578
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13589,7 +13589,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
13589
13589
|
i0.ɵɵadvance(2);
|
|
13590
13590
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
13591
13591
|
i0.ɵɵadvance();
|
|
13592
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13592
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$1e, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13593
13593
|
} }
|
|
13594
13594
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13595
13595
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13990,7 +13990,7 @@ class CompetitorContextSectionComponent {
|
|
|
13990
13990
|
}], null, { contextType: [{ type: i0.Input, args: [{ isSignal: true, alias: "contextType", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isCollapsible: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCollapsible", required: false }] }], itemClicked: [{ type: i0.Output, args: ["itemClicked"] }] }); })();
|
|
13991
13991
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
13992
13992
|
|
|
13993
|
-
const _c0$
|
|
13993
|
+
const _c0$1d = a0 => ({ name: "chevron-right", source: a0 });
|
|
13994
13994
|
const _forTrack0$19 = ($index, $item) => $item.id;
|
|
13995
13995
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
13996
13996
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -14011,7 +14011,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
14011
14011
|
i0.ɵɵadvance(2);
|
|
14012
14012
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
14013
14013
|
i0.ɵɵadvance();
|
|
14014
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
14014
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$1d, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14015
14015
|
} }
|
|
14016
14016
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
14017
14017
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -21061,7 +21061,7 @@ class MarkdownTooltipComponent {
|
|
|
21061
21061
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
21062
21062
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
|
|
21063
21063
|
|
|
21064
|
-
const _c0$
|
|
21064
|
+
const _c0$1c = () => [];
|
|
21065
21065
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21066
21066
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
21067
21067
|
} if (rf & 2) {
|
|
@@ -21225,7 +21225,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
21225
21225
|
} if (rf & 2) {
|
|
21226
21226
|
i0.ɵɵnextContext(2);
|
|
21227
21227
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
21228
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
21228
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$1c));
|
|
21229
21229
|
} }
|
|
21230
21230
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
21231
21231
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -22355,7 +22355,7 @@ class SearchService {
|
|
|
22355
22355
|
}]
|
|
22356
22356
|
}], null, null); })();
|
|
22357
22357
|
|
|
22358
|
-
const _c0$
|
|
22358
|
+
const _c0$1b = ["searchInput"];
|
|
22359
22359
|
const _forTrack0$13 = ($index, $item) => $item.id;
|
|
22360
22360
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
22361
22361
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -22717,7 +22717,7 @@ class SearchBarComponent {
|
|
|
22717
22717
|
}
|
|
22718
22718
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
22719
22719
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
22720
|
-
i0.ɵɵviewQuery(_c0$
|
|
22720
|
+
i0.ɵɵviewQuery(_c0$1b, 5);
|
|
22721
22721
|
} if (rf & 2) {
|
|
22722
22722
|
let _t;
|
|
22723
22723
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -26864,7 +26864,7 @@ class FunnelWelcomeBannerComponent {
|
|
|
26864
26864
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], analysisDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisDate", required: false }] }] }); })();
|
|
26865
26865
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 75 }); })();
|
|
26866
26866
|
|
|
26867
|
-
const _c0$
|
|
26867
|
+
const _c0$1a = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
26868
26868
|
const _c1$K = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
26869
26869
|
class CollapsibleFunnelSectionGroupComponent {
|
|
26870
26870
|
constructor() {
|
|
@@ -27040,7 +27040,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
27040
27040
|
}
|
|
27041
27041
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
27042
27042
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"], storageKey: [1, "storageKey"] }, ngContentSelectors: _c1$K, decls: 90, vars: 58, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "mb-6", "p-4", "rounded-xl", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex-1"], [1, "font-semibold", "text-sm", "mb-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "space-y-3"], [1, "rounded-xl", "border", "overflow-hidden", "transition-all", "duration-200", 3, "id", "ngClass"], ["type", "button", 1, "cursor-pointer", "w-full", "px-5", "py-4", "flex", "items-center", "justify-between", "gap-4", "text-left", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0"], [1, "p-2", "rounded-lg", "flex-shrink-0", "transition-colors", "duration-200", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "flex-1", "min-w-0"], [1, "font-semibold", "transition-colors", "duration-200", 3, "ngClass"], [1, "text-sm", "mt-0.5", "transition-colors", "duration-200", 3, "ngClass"], [1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-200", 3, "ngClass"], ["stroke", "currentColor", "stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], [1, "border-t", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"]], template: function CollapsibleFunnelSectionGroupComponent_Template(rf, ctx) { if (rf & 1) {
|
|
27043
|
-
i0.ɵɵprojectionDef(_c0$
|
|
27043
|
+
i0.ɵɵprojectionDef(_c0$1a);
|
|
27044
27044
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
27045
27045
|
i0.ɵɵnamespaceSVG();
|
|
27046
27046
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -27860,7 +27860,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27860
27860
|
}], null, { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], currentMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMode", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], modeSelected: [{ type: i0.Output, args: ["modeSelected"] }] }); })();
|
|
27861
27861
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
27862
27862
|
|
|
27863
|
-
const _c0$
|
|
27863
|
+
const _c0$19 = a0 => ({ name: "check-badge", source: a0 });
|
|
27864
27864
|
const _c1$J = a0 => ({ name: "check-circle", source: a0 });
|
|
27865
27865
|
const _c2$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
27866
27866
|
const _forTrack0$_ = ($index, $item) => $item.area;
|
|
@@ -27877,7 +27877,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27877
27877
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27878
27878
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27879
27879
|
i0.ɵɵadvance();
|
|
27880
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27880
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$19, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27881
27881
|
i0.ɵɵadvance();
|
|
27882
27882
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27883
27883
|
i0.ɵɵadvance(2);
|
|
@@ -28092,7 +28092,7 @@ class KeyStrengthsListModalContentComponent {
|
|
|
28092
28092
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28093
28093
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
|
|
28094
28094
|
|
|
28095
|
-
const _c0$
|
|
28095
|
+
const _c0$18 = a0 => ({ name: "shield-check", source: a0 });
|
|
28096
28096
|
const _c1$I = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28097
28097
|
const _c2$s = a0 => ({ name: "document-text", source: a0 });
|
|
28098
28098
|
const _c3$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -28110,7 +28110,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
28110
28110
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
28111
28111
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
28112
28112
|
i0.ɵɵadvance();
|
|
28113
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
28113
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$18, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
28114
28114
|
i0.ɵɵadvance();
|
|
28115
28115
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
28116
28116
|
i0.ɵɵadvance(2);
|
|
@@ -28408,7 +28408,7 @@ class CriticalGapsListModalContentComponent {
|
|
|
28408
28408
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28409
28409
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
|
|
28410
28410
|
|
|
28411
|
-
const _c0$
|
|
28411
|
+
const _c0$17 = a0 => ({ name: "check-circle", source: a0 });
|
|
28412
28412
|
const _c1$H = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28413
28413
|
const _forTrack0$Y = ($index, $item) => $item.questionId;
|
|
28414
28414
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -28464,7 +28464,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
28464
28464
|
i0.ɵɵadvance();
|
|
28465
28465
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
28466
28466
|
i0.ɵɵadvance();
|
|
28467
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
28467
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$17, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
28468
28468
|
i0.ɵɵadvance(3);
|
|
28469
28469
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
28470
28470
|
} }
|
|
@@ -28649,7 +28649,7 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
28649
28649
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28650
28650
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
|
|
28651
28651
|
|
|
28652
|
-
const _c0$
|
|
28652
|
+
const _c0$16 = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28653
28653
|
const _c1$G = a0 => ({ name: "document-text", source: a0 });
|
|
28654
28654
|
const _c2$r = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28655
28655
|
const _forTrack0$X = ($index, $item) => $item.questionId;
|
|
@@ -28927,7 +28927,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
28927
28927
|
i0.ɵɵadvance();
|
|
28928
28928
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
28929
28929
|
i0.ɵɵadvance(2);
|
|
28930
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
28930
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$16, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
28931
28931
|
i0.ɵɵadvance(2);
|
|
28932
28932
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
28933
28933
|
i0.ɵɵadvance(2);
|
|
@@ -29059,15 +29059,24 @@ class RelatedContentButtonComponent {
|
|
|
29059
29059
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
29060
29060
|
this.showChevron = input(true, ...(ngDevMode ? [{ debugName: "showChevron" }] : []));
|
|
29061
29061
|
this.tooltipContent = input('', ...(ngDevMode ? [{ debugName: "tooltipContent" }] : []));
|
|
29062
|
+
this.tooltipType = input('text', ...(ngDevMode ? [{ debugName: "tooltipType" }] : []));
|
|
29062
29063
|
this.buttonClicked = output();
|
|
29063
29064
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
29065
|
+
this.hasInteraction = computed(() => {
|
|
29066
|
+
const content = this.tooltipContent();
|
|
29067
|
+
const hasTooltip = typeof content === 'string' ? content.length > 0 : content?.text?.length > 0;
|
|
29068
|
+
return this.showChevron() || hasTooltip;
|
|
29069
|
+
}, ...(ngDevMode ? [{ debugName: "hasInteraction" }] : []));
|
|
29064
29070
|
this.buttonClasses = computed(() => {
|
|
29065
|
-
const base = 'w-full flex items-center justify-between px-4 py-3 rounded-lg transition-
|
|
29066
|
-
const
|
|
29071
|
+
const base = 'w-full flex items-center justify-between px-4 py-3 rounded-lg transition-all duration-200';
|
|
29072
|
+
const interactive = this.hasInteraction();
|
|
29073
|
+
const hoverEffects = interactive
|
|
29074
|
+
? 'hover:scale-[1.02] hover:shadow-lg hover:shadow-slate-500/20'
|
|
29075
|
+
: '';
|
|
29067
29076
|
if (this.isLightMode()) {
|
|
29068
|
-
return `${base} ${
|
|
29077
|
+
return `${base} ${hoverEffects} bg-slate-100 text-slate-700`;
|
|
29069
29078
|
}
|
|
29070
|
-
return `${base} ${
|
|
29079
|
+
return `${base} ${hoverEffects} bg-slate-700 text-slate-300`;
|
|
29071
29080
|
}, ...(ngDevMode ? [{ debugName: "buttonClasses" }] : []));
|
|
29072
29081
|
}
|
|
29073
29082
|
onClick() {
|
|
@@ -29076,7 +29085,7 @@ class RelatedContentButtonComponent {
|
|
|
29076
29085
|
}
|
|
29077
29086
|
}
|
|
29078
29087
|
static { this.ɵfac = function RelatedContentButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RelatedContentButtonComponent)(); }; }
|
|
29079
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RelatedContentButtonComponent, selectors: [["symphiq-related-content-button"]], inputs: { count: [1, "count"], label: [1, "label"], labelPlural: [1, "labelPlural"], svgPath: [1, "svgPath"], viewMode: [1, "viewMode"], showChevron: [1, "showChevron"], tooltipContent: [1, "tooltipContent"] }, outputs: { buttonClicked: "buttonClicked" }, decls: 7, vars:
|
|
29088
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RelatedContentButtonComponent, selectors: [["symphiq-related-content-button"]], inputs: { count: [1, "count"], label: [1, "label"], labelPlural: [1, "labelPlural"], svgPath: [1, "svgPath"], viewMode: [1, "viewMode"], showChevron: [1, "showChevron"], tooltipContent: [1, "tooltipContent"], tooltipType: [1, "tooltipType"] }, outputs: { buttonClicked: "buttonClicked" }, decls: 7, vars: 10, consts: [["type", "button", 3, "click", "ngClass", "libSymphiqTooltip", "tooltipType", "tooltipPosition"], [1, "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wide"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"]], template: function RelatedContentButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
29080
29089
|
i0.ɵɵelementStart(0, "button", 0);
|
|
29081
29090
|
i0.ɵɵlistener("click", function RelatedContentButtonComponent_Template_button_click_0_listener() { return ctx.onClick(); });
|
|
29082
29091
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -29091,8 +29100,8 @@ class RelatedContentButtonComponent {
|
|
|
29091
29100
|
i0.ɵɵconditionalCreate(6, RelatedContentButtonComponent_Conditional_6_Template, 2, 0, ":svg:svg", 2);
|
|
29092
29101
|
i0.ɵɵelementEnd();
|
|
29093
29102
|
} if (rf & 2) {
|
|
29094
|
-
i0.ɵɵclassProp("cursor-default", !ctx.
|
|
29095
|
-
i0.ɵɵproperty("ngClass", ctx.buttonClasses())("libSymphiqTooltip", ctx.tooltipContent())("tooltipPosition", "top");
|
|
29103
|
+
i0.ɵɵclassProp("cursor-default", !ctx.hasInteraction());
|
|
29104
|
+
i0.ɵɵproperty("ngClass", ctx.buttonClasses())("libSymphiqTooltip", ctx.tooltipContent())("tooltipType", ctx.tooltipType())("tooltipPosition", "top");
|
|
29096
29105
|
i0.ɵɵadvance(3);
|
|
29097
29106
|
i0.ɵɵattribute("d", ctx.svgPath());
|
|
29098
29107
|
i0.ɵɵadvance(2);
|
|
@@ -29112,8 +29121,9 @@ class RelatedContentButtonComponent {
|
|
|
29112
29121
|
<button
|
|
29113
29122
|
type="button"
|
|
29114
29123
|
[ngClass]="buttonClasses()"
|
|
29115
|
-
[class.cursor-default]="!
|
|
29124
|
+
[class.cursor-default]="!hasInteraction()"
|
|
29116
29125
|
[libSymphiqTooltip]="tooltipContent()"
|
|
29126
|
+
[tooltipType]="tooltipType()"
|
|
29117
29127
|
[tooltipPosition]="'top'"
|
|
29118
29128
|
(click)="onClick()"
|
|
29119
29129
|
>
|
|
@@ -29153,8 +29163,8 @@ class RelatedContentButtonComponent {
|
|
|
29153
29163
|
</button>
|
|
29154
29164
|
`
|
|
29155
29165
|
}]
|
|
29156
|
-
}], null, { count: [{ type: i0.Input, args: [{ isSignal: true, alias: "count", required: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: true }] }], labelPlural: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelPlural", required: true }] }], svgPath: [{ type: i0.Input, args: [{ isSignal: true, alias: "svgPath", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], showChevron: [{ type: i0.Input, args: [{ isSignal: true, alias: "showChevron", required: false }] }], tooltipContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipContent", required: false }] }], buttonClicked: [{ type: i0.Output, args: ["buttonClicked"] }] }); })();
|
|
29157
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedContentButtonComponent, { className: "RelatedContentButtonComponent", filePath: "lib/components/shared/related-content-button.component.ts", lineNumber:
|
|
29166
|
+
}], null, { count: [{ type: i0.Input, args: [{ isSignal: true, alias: "count", required: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: true }] }], labelPlural: [{ type: i0.Input, args: [{ isSignal: true, alias: "labelPlural", required: true }] }], svgPath: [{ type: i0.Input, args: [{ isSignal: true, alias: "svgPath", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], showChevron: [{ type: i0.Input, args: [{ isSignal: true, alias: "showChevron", required: false }] }], tooltipContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipContent", required: false }] }], tooltipType: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipType", required: false }] }], buttonClicked: [{ type: i0.Output, args: ["buttonClicked"] }] }); })();
|
|
29167
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedContentButtonComponent, { className: "RelatedContentButtonComponent", filePath: "lib/components/shared/related-content-button.component.ts", lineNumber: 58 }); })();
|
|
29158
29168
|
|
|
29159
29169
|
function RelatedContentSidebarComponent_Conditional_0_Conditional_1_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
29160
29170
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -30676,7 +30686,7 @@ class TopPriorityDetailModalContentComponent {
|
|
|
30676
30686
|
}], null, { priority: [{ type: i0.Input, args: [{ isSignal: true, alias: "priority", required: true }] }], index: [{ type: i0.Input, args: [{ isSignal: true, alias: "index", required: false }] }], totalCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalCount", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], focusAreaName: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaName", required: false }] }] }); })();
|
|
30677
30687
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
|
|
30678
30688
|
|
|
30679
|
-
const _c0$
|
|
30689
|
+
const _c0$15 = a0 => ({ name: "check-badge", source: a0 });
|
|
30680
30690
|
const _c1$F = a0 => ({ name: "check-circle", source: a0 });
|
|
30681
30691
|
const _c2$q = a0 => ({ name: "chevron-right", source: a0 });
|
|
30682
30692
|
const _c3$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -30694,7 +30704,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
30694
30704
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30695
30705
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30696
30706
|
i0.ɵɵadvance();
|
|
30697
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30707
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$15, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30698
30708
|
i0.ɵɵadvance();
|
|
30699
30709
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30700
30710
|
i0.ɵɵadvance(2);
|
|
@@ -30999,7 +31009,7 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
30999
31009
|
}], null, { strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
|
|
31000
31010
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
|
|
31001
31011
|
|
|
31002
|
-
const _c0$
|
|
31012
|
+
const _c0$14 = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
31003
31013
|
const _c1$E = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
31004
31014
|
const _c2$p = a0 => ({ name: "chevron-right", source: a0 });
|
|
31005
31015
|
function _forTrack0$V($index, $item) { return this.getGapTitle($item); }
|
|
@@ -31016,7 +31026,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
31016
31026
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31017
31027
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31018
31028
|
i0.ɵɵadvance();
|
|
31019
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31029
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$14, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31020
31030
|
i0.ɵɵadvance();
|
|
31021
31031
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31022
31032
|
i0.ɵɵadvance(2);
|
|
@@ -31393,7 +31403,7 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
31393
31403
|
}], null, { gaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
|
|
31394
31404
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
|
|
31395
31405
|
|
|
31396
|
-
const _c0$
|
|
31406
|
+
const _c0$13 = a0 => ({ name: "light-bulb", source: a0 });
|
|
31397
31407
|
const _c1$D = a0 => ({ name: "chevron-right", source: a0 });
|
|
31398
31408
|
const _c2$o = a0 => ({ name: "chart-bar", source: a0 });
|
|
31399
31409
|
const _forTrack0$U = ($index, $item) => $item.opportunity;
|
|
@@ -31410,7 +31420,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
31410
31420
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31411
31421
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31412
31422
|
i0.ɵɵadvance();
|
|
31413
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31423
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$13, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31414
31424
|
i0.ɵɵadvance();
|
|
31415
31425
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31416
31426
|
i0.ɵɵadvance(2);
|
|
@@ -31662,7 +31672,7 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
31662
31672
|
}], null, { opportunities: [{ type: i0.Input, args: [{ isSignal: true, alias: "opportunities", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], categoryTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "categoryTitle", required: false }] }] }); })();
|
|
31663
31673
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
|
|
31664
31674
|
|
|
31665
|
-
const _c0$
|
|
31675
|
+
const _c0$12 = a0 => ({ name: "chevron-right", source: a0 });
|
|
31666
31676
|
const _c1$C = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31667
31677
|
const _forTrack0$T = ($index, $item) => $item.performanceItemId;
|
|
31668
31678
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31727,7 +31737,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
31727
31737
|
i0.ɵɵadvance(2);
|
|
31728
31738
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31729
31739
|
i0.ɵɵadvance();
|
|
31730
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31740
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$12, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31731
31741
|
} }
|
|
31732
31742
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
31733
31743
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -32047,7 +32057,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
32047
32057
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
32048
32058
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
|
|
32049
32059
|
|
|
32050
|
-
const _c0$
|
|
32060
|
+
const _c0$11 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
32051
32061
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32052
32062
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
32053
32063
|
i0.ɵɵtext(2);
|
|
@@ -32144,7 +32154,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
32144
32154
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
32145
32155
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
32146
32156
|
i0.ɵɵadvance(2);
|
|
32147
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
32157
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$11, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
32148
32158
|
i0.ɵɵadvance();
|
|
32149
32159
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
32150
32160
|
i0.ɵɵadvance();
|
|
@@ -32381,7 +32391,7 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
32381
32391
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
32382
32392
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
|
|
32383
32393
|
|
|
32384
|
-
const _c0
|
|
32394
|
+
const _c0$10 = a0 => ({ name: "chevron-right", source: a0 });
|
|
32385
32395
|
const _c1$B = () => [];
|
|
32386
32396
|
const _forTrack0$S = ($index, $item) => $item.performanceItemId;
|
|
32387
32397
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -32428,7 +32438,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
32428
32438
|
i0.ɵɵadvance(2);
|
|
32429
32439
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
32430
32440
|
i0.ɵɵadvance();
|
|
32431
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0
|
|
32441
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$10, ctx_r0.IconSourceEnum.HEROICONS));
|
|
32432
32442
|
} }
|
|
32433
32443
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
32434
32444
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -32833,7 +32843,7 @@ class CircularProgressComponent {
|
|
|
32833
32843
|
}], null, { percentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "percentage", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], strokeWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "strokeWidth", required: false }] }], progressColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "progressColor", required: false }] }], backgroundColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "backgroundColor", required: false }] }], showPercentage: [{ type: i0.Input, args: [{ isSignal: true, alias: "showPercentage", required: false }] }], textClasses: [{ type: i0.Input, args: [{ isSignal: true, alias: "textClasses", required: false }] }], strokeLinecap: [{ type: i0.Input, args: [{ isSignal: true, alias: "strokeLinecap", required: false }] }], animationDuration: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDuration", required: false }] }], animationDelay: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDelay", required: false }] }] }); })();
|
|
32834
32844
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
32835
32845
|
|
|
32836
|
-
const _c0
|
|
32846
|
+
const _c0$$ = ["*"];
|
|
32837
32847
|
const _c1$A = (a0, a1) => [a0, a1];
|
|
32838
32848
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32839
32849
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -32878,7 +32888,7 @@ class VisualizationContainerComponent {
|
|
|
32878
32888
|
});
|
|
32879
32889
|
}
|
|
32880
32890
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
32881
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: VisualizationContainerComponent, selectors: [["symphiq-visualization-container"]], inputs: { isLightMode: [1, "isLightMode"], visualizationType: [1, "visualizationType"], visualizationData: [1, "visualizationData"], disableInteraction: [1, "disableInteraction"] }, outputs: { visualizationClick: "visualizationClick" }, ngContentSelectors: _c0
|
|
32891
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: VisualizationContainerComponent, selectors: [["symphiq-visualization-container"]], inputs: { isLightMode: [1, "isLightMode"], visualizationType: [1, "visualizationType"], visualizationData: [1, "visualizationData"], disableInteraction: [1, "disableInteraction"] }, outputs: { visualizationClick: "visualizationClick" }, ngContentSelectors: _c0$$, decls: 4, vars: 8, consts: [[1, "relative", "rounded-xl", "transition-all", "duration-300", 3, "click", "ngClass"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 3, "ngClass"], [1, "transition-opacity", "duration-300"], ["type", "button", 1, "absolute", "top-2", "right-2", "z-10", "w-7", "h-7", "flex", "items-center", "justify-center", "rounded-lg", "transition-all", "duration-200", "hover:scale-110", "cursor-pointer", "opacity-0", "group-hover:opacity-100", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4"]], template: function VisualizationContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
32882
32892
|
i0.ɵɵprojectionDef();
|
|
32883
32893
|
i0.ɵɵelementStart(0, "div", 0);
|
|
32884
32894
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -32999,7 +33009,7 @@ class MetricBadgeComponent {
|
|
|
32999
33009
|
}], null, { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
33000
33010
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
33001
33011
|
|
|
33002
|
-
const _c0$
|
|
33012
|
+
const _c0$_ = a0 => ({ name: "light-bulb", source: a0 });
|
|
33003
33013
|
const _c1$z = a0 => ({ name: "chevron-right", source: a0 });
|
|
33004
33014
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
33005
33015
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -33064,7 +33074,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33064
33074
|
i0.ɵɵadvance();
|
|
33065
33075
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
33066
33076
|
i0.ɵɵadvance();
|
|
33067
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
33077
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$_, ctx.iconSource));
|
|
33068
33078
|
i0.ɵɵadvance(3);
|
|
33069
33079
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
33070
33080
|
i0.ɵɵadvance();
|
|
@@ -33121,7 +33131,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
33121
33131
|
}], null, { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], bannerClick: [{ type: i0.Output, args: ["bannerClick"] }] }); })();
|
|
33122
33132
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
33123
33133
|
|
|
33124
|
-
const _c0$
|
|
33134
|
+
const _c0$Z = a0 => ({ name: "users", source: a0 });
|
|
33125
33135
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
33126
33136
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
33127
33137
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -33136,7 +33146,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
33136
33146
|
i0.ɵɵadvance();
|
|
33137
33147
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
33138
33148
|
i0.ɵɵadvance();
|
|
33139
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
33149
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$Z, ctx_r0.iconSource));
|
|
33140
33150
|
i0.ɵɵadvance(3);
|
|
33141
33151
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
33142
33152
|
} }
|
|
@@ -33700,7 +33710,7 @@ class ViewportAnimationDirective {
|
|
|
33700
33710
|
type: Input
|
|
33701
33711
|
}] }); })();
|
|
33702
33712
|
|
|
33703
|
-
const _c0$
|
|
33713
|
+
const _c0$Y = a0 => ({ name: "star", source: a0 });
|
|
33704
33714
|
const _c1$y = a0 => ({ name: "globe-americas", source: a0 });
|
|
33705
33715
|
const _c2$n = a0 => ({ name: "academic-cap", source: a0 });
|
|
33706
33716
|
const _c3$i = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -33736,7 +33746,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
33736
33746
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
33737
33747
|
} if (rf & 2) {
|
|
33738
33748
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33739
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
33749
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$Y, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33740
33750
|
} }
|
|
33741
33751
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
33742
33752
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -34774,7 +34784,7 @@ class CompetitiveInsightBadgeComponent {
|
|
|
34774
34784
|
}], null, { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
34775
34785
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
34776
34786
|
|
|
34777
|
-
const _c0$
|
|
34787
|
+
const _c0$X = a0 => ({ name: "calendar-days", source: a0 });
|
|
34778
34788
|
const _c1$x = a0 => ({ name: "chart-bar", source: a0 });
|
|
34779
34789
|
const _c2$m = a0 => ({ name: "academic-cap", source: a0 });
|
|
34780
34790
|
const _c3$h = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -34795,7 +34805,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
34795
34805
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
34796
34806
|
} if (rf & 2) {
|
|
34797
34807
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34798
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
34808
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$X, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34799
34809
|
} }
|
|
34800
34810
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
34801
34811
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -35608,7 +35618,7 @@ class SeasonCardComponent {
|
|
|
35608
35618
|
}] }); })();
|
|
35609
35619
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
35610
35620
|
|
|
35611
|
-
const _c0$
|
|
35621
|
+
const _c0$W = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35612
35622
|
const _c1$w = a0 => ({ name: "chart-bar", source: a0 });
|
|
35613
35623
|
const _c2$l = a0 => ({ name: "academic-cap", source: a0 });
|
|
35614
35624
|
const _c3$g = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -35753,7 +35763,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
35753
35763
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35754
35764
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35755
35765
|
i0.ɵɵadvance();
|
|
35756
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
35766
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$W, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
35757
35767
|
} }
|
|
35758
35768
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
35759
35769
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -36724,7 +36734,7 @@ class CustomerSegmentCardComponent {
|
|
|
36724
36734
|
}] }); })();
|
|
36725
36735
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
36726
36736
|
|
|
36727
|
-
const _c0$
|
|
36737
|
+
const _c0$V = a0 => ({ name: "currency-dollar", source: a0 });
|
|
36728
36738
|
const _c1$v = a0 => ({ name: "document-text", source: a0 });
|
|
36729
36739
|
const _c2$k = a0 => ({ name: "academic-cap", source: a0 });
|
|
36730
36740
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -36822,7 +36832,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
36822
36832
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36823
36833
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36824
36834
|
i0.ɵɵadvance(2);
|
|
36825
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
36835
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$V, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36826
36836
|
i0.ɵɵadvance();
|
|
36827
36837
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36828
36838
|
i0.ɵɵadvance(2);
|
|
@@ -37560,7 +37570,7 @@ class PriceTierCardComponent {
|
|
|
37560
37570
|
}] }); })();
|
|
37561
37571
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
37562
37572
|
|
|
37563
|
-
const _c0$
|
|
37573
|
+
const _c0$U = () => ({ name: "cube", source: "HEROICONS" });
|
|
37564
37574
|
const _c1$u = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
37565
37575
|
const _c2$j = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
37566
37576
|
const _c3$e = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -37607,7 +37617,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
37607
37617
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37608
37618
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
37609
37619
|
i0.ɵɵadvance(2);
|
|
37610
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
37620
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$U))("ngClass", ctx_r0.getStatIconClasses());
|
|
37611
37621
|
i0.ɵɵadvance(2);
|
|
37612
37622
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
37613
37623
|
i0.ɵɵadvance(2);
|
|
@@ -38554,13 +38564,13 @@ class ProductCategoryCardComponent {
|
|
|
38554
38564
|
}] }); })();
|
|
38555
38565
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
38556
38566
|
|
|
38557
|
-
const _c0$
|
|
38567
|
+
const _c0$T = (a0, a1) => ({ name: a0, source: a1 });
|
|
38558
38568
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
38559
38569
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
38560
38570
|
} if (rf & 2) {
|
|
38561
38571
|
const star_r1 = ctx.$implicit;
|
|
38562
38572
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
38563
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
38573
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$T, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
38564
38574
|
} }
|
|
38565
38575
|
class CompetitiveStrengthIndicatorComponent {
|
|
38566
38576
|
constructor() {
|
|
@@ -38716,7 +38726,7 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
38716
38726
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
38717
38727
|
}
|
|
38718
38728
|
|
|
38719
|
-
const _c0$
|
|
38729
|
+
const _c0$S = a0 => ({ name: "shield-check", source: a0 });
|
|
38720
38730
|
const _c1$t = a0 => ({ name: "building-storefront", source: a0 });
|
|
38721
38731
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
38722
38732
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -38788,7 +38798,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
38788
38798
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
38789
38799
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
38790
38800
|
i0.ɵɵadvance(2);
|
|
38791
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
38801
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
38792
38802
|
i0.ɵɵadvance();
|
|
38793
38803
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
38794
38804
|
i0.ɵɵadvance(2);
|
|
@@ -39431,7 +39441,7 @@ class EnhancedListItemCardComponent {
|
|
|
39431
39441
|
}] }); })();
|
|
39432
39442
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
39433
39443
|
|
|
39434
|
-
const _c0$
|
|
39444
|
+
const _c0$R = a0 => ({ name: "academic-cap", source: a0 });
|
|
39435
39445
|
const _c1$s = a0 => ({ name: "information-circle", source: a0 });
|
|
39436
39446
|
const _c2$h = a0 => ({ name: "signal", source: a0 });
|
|
39437
39447
|
const _c3$c = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -39512,7 +39522,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
39512
39522
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39513
39523
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
39514
39524
|
i0.ɵɵadvance(2);
|
|
39515
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
39525
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$R, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
39516
39526
|
i0.ɵɵadvance();
|
|
39517
39527
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
39518
39528
|
i0.ɵɵadvance(2);
|
|
@@ -41291,7 +41301,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
41291
41301
|
}] }); })();
|
|
41292
41302
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
41293
41303
|
|
|
41294
|
-
const _c0$
|
|
41304
|
+
const _c0$Q = ["*"];
|
|
41295
41305
|
class SkeletonCardBaseComponent {
|
|
41296
41306
|
constructor() {
|
|
41297
41307
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -41311,7 +41321,7 @@ class SkeletonCardBaseComponent {
|
|
|
41311
41321
|
`.trim();
|
|
41312
41322
|
}
|
|
41313
41323
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
41314
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
41324
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$Q, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
41315
41325
|
i0.ɵɵprojectionDef();
|
|
41316
41326
|
i0.ɵɵelementStart(0, "div", 0);
|
|
41317
41327
|
i0.ɵɵprojection(1);
|
|
@@ -42476,7 +42486,7 @@ class ProfileItemCardComponent {
|
|
|
42476
42486
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], subsectionId: [{ type: i0.Input, args: [{ isSignal: true, alias: "subsectionId", required: false }] }], forceExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "forceExpanded", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }] }); })();
|
|
42477
42487
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
42478
42488
|
|
|
42479
|
-
const _c0$
|
|
42489
|
+
const _c0$P = ["scrollContainer"];
|
|
42480
42490
|
const _c1$r = a0 => ({ name: "arrow-right", source: a0 });
|
|
42481
42491
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
42482
42492
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -42596,7 +42606,7 @@ class ItemDetailModalComponent {
|
|
|
42596
42606
|
}
|
|
42597
42607
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
42598
42608
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
42599
|
-
i0.ɵɵviewQuery(_c0$
|
|
42609
|
+
i0.ɵɵviewQuery(_c0$P, 5);
|
|
42600
42610
|
} if (rf & 2) {
|
|
42601
42611
|
let _t;
|
|
42602
42612
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -42675,7 +42685,7 @@ class ItemDetailModalComponent {
|
|
|
42675
42685
|
}] }); })();
|
|
42676
42686
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
42677
42687
|
|
|
42678
|
-
const _c0$
|
|
42688
|
+
const _c0$O = ["modalContent"];
|
|
42679
42689
|
const _c1$q = ["modalWrapper"];
|
|
42680
42690
|
const _c2$g = ["*"];
|
|
42681
42691
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_28_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
@@ -44923,7 +44933,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44923
44933
|
}
|
|
44924
44934
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
44925
44935
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
44926
|
-
i0.ɵɵviewQuery(_c0$
|
|
44936
|
+
i0.ɵɵviewQuery(_c0$O, 5)(_c1$q, 5);
|
|
44927
44937
|
} if (rf & 2) {
|
|
44928
44938
|
let _t;
|
|
44929
44939
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -45473,7 +45483,7 @@ class ProfileAnalysisModalComponent {
|
|
|
45473
45483
|
}] }); }); })();
|
|
45474
45484
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 550 }); })();
|
|
45475
45485
|
|
|
45476
|
-
const _c0$
|
|
45486
|
+
const _c0$N = a0 => ({ name: "light-bulb", source: a0 });
|
|
45477
45487
|
const _c1$p = a0 => ({ name: "trophy", source: a0 });
|
|
45478
45488
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
45479
45489
|
const _c3$a = a0 => ({ name: "signal", source: a0 });
|
|
@@ -45683,7 +45693,7 @@ class CompetitiveGapModalComponent {
|
|
|
45683
45693
|
i0.ɵɵadvance(2);
|
|
45684
45694
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
45685
45695
|
i0.ɵɵadvance();
|
|
45686
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
45696
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$N, ctx.iconSource));
|
|
45687
45697
|
i0.ɵɵadvance(3);
|
|
45688
45698
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
45689
45699
|
i0.ɵɵadvance();
|
|
@@ -45804,7 +45814,7 @@ class CompetitiveGapModalComponent {
|
|
|
45804
45814
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
45805
45815
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
45806
45816
|
|
|
45807
|
-
const _c0$
|
|
45817
|
+
const _c0$M = a0 => ({ name: "list-bullet", source: a0 });
|
|
45808
45818
|
const _c1$o = a0 => ({ name: "arrow-right", source: a0 });
|
|
45809
45819
|
const _c2$e = a0 => ({ name: "check-circle", source: a0 });
|
|
45810
45820
|
const _c3$9 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
@@ -45824,7 +45834,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
45824
45834
|
i0.ɵɵadvance();
|
|
45825
45835
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
45826
45836
|
i0.ɵɵadvance();
|
|
45827
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
45837
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$M, ctx_r0.iconSource));
|
|
45828
45838
|
i0.ɵɵadvance(2);
|
|
45829
45839
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
45830
45840
|
i0.ɵɵadvance(2);
|
|
@@ -46044,7 +46054,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
46044
46054
|
}], null, { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], actionSteps: [{ type: i0.Input, args: [{ isSignal: true, alias: "actionSteps", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
46045
46055
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
46046
46056
|
|
|
46047
|
-
const _c0$
|
|
46057
|
+
const _c0$L = ["modalContent"];
|
|
46048
46058
|
const _c1$n = ["modalWrapper"];
|
|
46049
46059
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_7_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
46050
46060
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -46559,7 +46569,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46559
46569
|
}
|
|
46560
46570
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
46561
46571
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
46562
|
-
i0.ɵɵviewQuery(_c0$
|
|
46572
|
+
i0.ɵɵviewQuery(_c0$L, 5)(_c1$n, 5);
|
|
46563
46573
|
} if (rf & 2) {
|
|
46564
46574
|
let _t;
|
|
46565
46575
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -47435,7 +47445,7 @@ class SearchButtonComponent {
|
|
|
47435
47445
|
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], minimized: [{ type: i0.Input, args: [{ isSignal: true, alias: "minimized", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], searchClick: [{ type: i0.Output, args: ["searchClick"] }] }); })();
|
|
47436
47446
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
47437
47447
|
|
|
47438
|
-
const _c0$
|
|
47448
|
+
const _c0$K = [[["", "expandedControls", ""]], [["", "condensedLeftContent", ""]], [["", "condensedControls", ""]]];
|
|
47439
47449
|
const _c1$m = ["[expandedControls]", "[condensedLeftContent]", "[condensedControls]"];
|
|
47440
47450
|
function DashboardHeaderComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
47441
47451
|
i0.ɵɵelement(0, "div", 7);
|
|
@@ -47709,7 +47719,7 @@ class DashboardHeaderComponent {
|
|
|
47709
47719
|
}
|
|
47710
47720
|
static { this.ɵfac = function DashboardHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DashboardHeaderComponent)(); }; }
|
|
47711
47721
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DashboardHeaderComponent, selectors: [["symphiq-dashboard-header"]], inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], title: [1, "title"], subtitle: [1, "subtitle"], viewMode: [1, "viewMode"], viewModeLabel: [1, "viewModeLabel"], currentSection: [1, "currentSection"], currentSubsection: [1, "currentSubsection"], sectionFading: [1, "sectionFading"], subsectionFading: [1, "subsectionFading"], isLoading: [1, "isLoading"], showControls: [1, "showControls"], hasCondensedLeftContent: [1, "hasCondensedLeftContent"], size: [1, "size"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"] }, outputs: { searchClick: "searchClick", viewModeClick: "viewModeClick" }, ngContentSelectors: _c1$m, decls: 28, vars: 27, consts: [[1, "sticky", "top-0", "z-50", "overflow-hidden", 2, "transition", "height 300ms ease-in-out", 3, "ngClass"], [1, "transition-opacity", "duration-300", "ease-in-out", "h-full"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4", "h-full", "flex", "items-center"], [1, "flex", "items-center", "justify-between", "w-full"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-3", "min-w-0"], [1, "truncate", 3, "mouseenter", "mouseleave", "ngClass"], ["title", "Refreshing data...", 1, "animate-spin", "w-4", "h-4", "border-2", "border-blue-500/30", "border-t-blue-500", "rounded-full"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-3", "sm:gap-4"], [3, "ngClass"], [1, "flex", "items-center", "gap-4"], [1, "flex", "flex-col", "gap-1", "min-w-[180px]"], [1, "absolute", "inset-x-0", "top-0", "h-full", "transition-opacity", "duration-300", "ease-in-out"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "h-full", "flex", "items-center"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0", "mr-4"], [1, "flex-shrink-0", "!mb-0", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", "flex-shrink-0"], [3, "searchClick", "isLightMode"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 12a3 3 0 11-6 0 3 3 0 016 0z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"], [1, "text-left", "sm:text-right"], [1, "text-xs"], [1, "text-sm", "font-medium"], [1, "hidden", "sm:inline", 3, "ngClass"], [1, "hidden", "sm:block", "truncate", "min-w-0", 3, "ngClass"], [1, "transition-opacity", "duration-300", 3, "ngClass"], [3, "searchClick", "isLightMode", "minimized"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-2", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"]], template: function DashboardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
47712
|
-
i0.ɵɵprojectionDef(_c0$
|
|
47722
|
+
i0.ɵɵprojectionDef(_c0$K);
|
|
47713
47723
|
i0.ɵɵelementStart(0, "header", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "div", 5)(6, "h1", 6);
|
|
47714
47724
|
i0.ɵɵlistener("mouseenter", function DashboardHeaderComponent_Template_h1_mouseenter_6_listener($event) { return ctx.onTitleMouseEnter($event); })("mouseleave", function DashboardHeaderComponent_Template_h1_mouseleave_6_listener() { return ctx.onTitleMouseLeave(); });
|
|
47715
47725
|
i0.ɵɵtext(7);
|
|
@@ -48057,7 +48067,7 @@ class LoadingCardComponent {
|
|
|
48057
48067
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], subtitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "subtitle", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], backdropBlur: [{ type: i0.Input, args: [{ isSignal: true, alias: "backdropBlur", required: false }] }] }); })();
|
|
48058
48068
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingCardComponent, { className: "LoadingCardComponent", filePath: "lib/components/shared/loading-card.component.ts", lineNumber: 30 }); })();
|
|
48059
48069
|
|
|
48060
|
-
const _c0$
|
|
48070
|
+
const _c0$J = ["dashboardContainer"];
|
|
48061
48071
|
const _c1$l = () => ({});
|
|
48062
48072
|
const _c2$d = () => [1, 2, 3, 4, 5, 6];
|
|
48063
48073
|
const _c3$8 = () => [1, 2, 3];
|
|
@@ -50352,7 +50362,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
50352
50362
|
}
|
|
50353
50363
|
static { this.ɵfac = function SymphiqFunnelAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqFunnelAnalysisDashboardComponent)(i0.ɵɵdirectiveInject(FunnelOrderService), i0.ɵɵdirectiveInject(ViewModeService), i0.ɵɵdirectiveInject(SearchService), i0.ɵɵdirectiveInject(TooltipService), i0.ɵɵdirectiveInject(ProfileContextService), i0.ɵɵdirectiveInject(ProfileItemLookupService), i0.ɵɵdirectiveInject(HeaderScrollService)); }; }
|
|
50354
50364
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
50355
|
-
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$
|
|
50365
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$J, 5);
|
|
50356
50366
|
} if (rf & 2) {
|
|
50357
50367
|
let _t;
|
|
50358
50368
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -53685,7 +53695,7 @@ class FocusAreaToolsModalComponent {
|
|
|
53685
53695
|
}] }); })();
|
|
53686
53696
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
53687
53697
|
|
|
53688
|
-
const _c0$
|
|
53698
|
+
const _c0$I = ["shopNameInput"];
|
|
53689
53699
|
const _forTrack0$J = ($index, $item) => $item.focusArea.focusAreaDomain;
|
|
53690
53700
|
const _forTrack1$9 = ($index, $item) => $item.domain;
|
|
53691
53701
|
function SymphiqCreateAccountDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -54946,7 +54956,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
54946
54956
|
}
|
|
54947
54957
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
54948
54958
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
54949
|
-
i0.ɵɵviewQuery(_c0$
|
|
54959
|
+
i0.ɵɵviewQuery(_c0$I, 5);
|
|
54950
54960
|
} if (rf & 2) {
|
|
54951
54961
|
let _t;
|
|
54952
54962
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -58915,7 +58925,7 @@ class ChartValueFormatter {
|
|
|
58915
58925
|
}
|
|
58916
58926
|
}
|
|
58917
58927
|
|
|
58918
|
-
const _c0$
|
|
58928
|
+
const _c0$H = ["chartdiv"];
|
|
58919
58929
|
class AreaChartComponent {
|
|
58920
58930
|
constructor() {
|
|
58921
58931
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -59241,7 +59251,7 @@ class AreaChartComponent {
|
|
|
59241
59251
|
}
|
|
59242
59252
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
59243
59253
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
59244
|
-
i0.ɵɵviewQuery(_c0$
|
|
59254
|
+
i0.ɵɵviewQuery(_c0$H, 7);
|
|
59245
59255
|
} if (rf & 2) {
|
|
59246
59256
|
let _t;
|
|
59247
59257
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59273,7 +59283,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
|
|
|
59273
59283
|
AreaChartComponent: AreaChartComponent
|
|
59274
59284
|
});
|
|
59275
59285
|
|
|
59276
|
-
const _c0$
|
|
59286
|
+
const _c0$G = ["chartdiv"];
|
|
59277
59287
|
class LineChartComponent {
|
|
59278
59288
|
constructor() {
|
|
59279
59289
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -59723,7 +59733,7 @@ class LineChartComponent {
|
|
|
59723
59733
|
}
|
|
59724
59734
|
static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
|
|
59725
59735
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
59726
|
-
i0.ɵɵviewQuery(_c0$
|
|
59736
|
+
i0.ɵɵviewQuery(_c0$G, 7);
|
|
59727
59737
|
} if (rf & 2) {
|
|
59728
59738
|
let _t;
|
|
59729
59739
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59755,7 +59765,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
|
|
|
59755
59765
|
LineChartComponent: LineChartComponent
|
|
59756
59766
|
});
|
|
59757
59767
|
|
|
59758
|
-
const _c0$
|
|
59768
|
+
const _c0$F = ["chartdiv"];
|
|
59759
59769
|
class ProgressToTargetChartComponent {
|
|
59760
59770
|
constructor() {
|
|
59761
59771
|
this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
@@ -60066,7 +60076,7 @@ class ProgressToTargetChartComponent {
|
|
|
60066
60076
|
}
|
|
60067
60077
|
static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
|
|
60068
60078
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
60069
|
-
i0.ɵɵviewQuery(_c0$
|
|
60079
|
+
i0.ɵɵviewQuery(_c0$F, 7);
|
|
60070
60080
|
} if (rf & 2) {
|
|
60071
60081
|
let _t;
|
|
60072
60082
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -61804,7 +61814,7 @@ class UserDisplayComponent {
|
|
|
61804
61814
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], user: [{ type: i0.Input, args: [{ isSignal: true, alias: "user", required: false }] }], avatarSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "avatarSize", required: false }] }], showEmail: [{ type: i0.Input, args: [{ isSignal: true, alias: "showEmail", required: false }] }] }); })();
|
|
61805
61815
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserDisplayComponent, { className: "UserDisplayComponent", filePath: "lib/components/shared/user-display.component.ts", lineNumber: 27 }); })();
|
|
61806
61816
|
|
|
61807
|
-
const _c0$
|
|
61817
|
+
const _c0$E = ["absoluteInputRef"];
|
|
61808
61818
|
const _c1$k = ["percentageInputRef"];
|
|
61809
61819
|
const _forTrack0$F = ($index, $item) => $item.history.id;
|
|
61810
61820
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -63084,7 +63094,7 @@ class EditMetricTargetModalComponent {
|
|
|
63084
63094
|
}
|
|
63085
63095
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
63086
63096
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
63087
|
-
i0.ɵɵviewQuery(_c0$
|
|
63097
|
+
i0.ɵɵviewQuery(_c0$E, 5)(_c1$k, 5);
|
|
63088
63098
|
} if (rf & 2) {
|
|
63089
63099
|
let _t;
|
|
63090
63100
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -63577,7 +63587,7 @@ class EditMetricTargetModalComponent {
|
|
|
63577
63587
|
}] }); })();
|
|
63578
63588
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 469 }); })();
|
|
63579
63589
|
|
|
63580
|
-
const _c0$
|
|
63590
|
+
const _c0$D = ["absoluteInputRef"];
|
|
63581
63591
|
const _c1$j = ["percentageInputRef"];
|
|
63582
63592
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63583
63593
|
i0.ɵɵtext(0);
|
|
@@ -64888,7 +64898,7 @@ class InitialTargetSettingComponent {
|
|
|
64888
64898
|
}
|
|
64889
64899
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
64890
64900
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
64891
|
-
i0.ɵɵviewQuery(_c0$
|
|
64901
|
+
i0.ɵɵviewQuery(_c0$D, 5)(_c1$j, 5);
|
|
64892
64902
|
} if (rf & 2) {
|
|
64893
64903
|
let _t;
|
|
64894
64904
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -65498,7 +65508,7 @@ class InitialTargetSettingComponent {
|
|
|
65498
65508
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], shopId: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopId", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], dataResults: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataResults", required: false }] }], calculateRevenueReverseResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueReverseResponse", required: false }] }], calculateRevenueResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueResponse", required: false }] }], isCalculatingTargets: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCalculatingTargets", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], targetHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], targetsCreated: [{ type: i0.Output, args: ["targetsCreated"] }], calculateRevenueReverseRequest: [{ type: i0.Output, args: ["calculateRevenueReverseRequest"] }], calculateRevenueRequest: [{ type: i0.Output, args: ["calculateRevenueRequest"] }], editRelatedMetricTarget: [{ type: i0.Output, args: ["editRelatedMetricTarget"] }], saveTargetsClick: [{ type: i0.Output, args: ["saveTargetsClick"] }], discardChangesClick: [{ type: i0.Output, args: ["discardChangesClick"] }], targetsUpdated: [{ type: i0.Output, args: ["targetsUpdated"] }] }); })();
|
|
65499
65509
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 627 }); })();
|
|
65500
65510
|
|
|
65501
|
-
const _c0$
|
|
65511
|
+
const _c0$C = () => [];
|
|
65502
65512
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
65503
65513
|
i0.ɵɵelementStart(0, "div", 8);
|
|
65504
65514
|
i0.ɵɵelement(1, "symphiq-loading-card", 10);
|
|
@@ -65527,7 +65537,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_10_Conditional_1
|
|
|
65527
65537
|
} if (rf & 2) {
|
|
65528
65538
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
65529
65539
|
i0.ɵɵadvance();
|
|
65530
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(13, _c0$
|
|
65540
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(13, _c0$C))("mainUiData", ctx_r0.mainUiData())("trendUiData", ctx_r0.trendUiData())("shopId", ctx_r0.shopId())("pacingResponse", ctx_r0.pacingResponse())("dataResults", ctx_r0.dataResults())("calculateRevenueReverseResponse", ctx_r0.calculateRevenueReverseResponse())("calculateRevenueResponse", ctx_r0.calculateRevenueResponse())("isCalculatingTargets", ctx_r0.isCalculatingTargets())("targets", ctx_r0.targets())("targetHistories", ctx_r0.targetHistories() ?? i0.ɵɵpureFunction0(14, _c0$C))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(15, _c0$C));
|
|
65531
65541
|
} }
|
|
65532
65542
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65533
65543
|
i0.ɵɵelement(0, "symphiq-revenue-calculator-welcome-banner", 13);
|
|
@@ -66308,7 +66318,7 @@ class HierarchyDisplayComponent {
|
|
|
66308
66318
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
66309
66319
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
66310
66320
|
|
|
66311
|
-
const _c0$
|
|
66321
|
+
const _c0$B = a0 => ({ name: "chart-bar", source: a0 });
|
|
66312
66322
|
const _c1$i = a0 => ({ name: "light-bulb", source: a0 });
|
|
66313
66323
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
66314
66324
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -66494,7 +66504,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
66494
66504
|
i0.ɵɵadvance();
|
|
66495
66505
|
i0.ɵɵproperty("ngClass", ctx.sectionClasses());
|
|
66496
66506
|
i0.ɵɵadvance(2);
|
|
66497
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
66507
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$B, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.sectionIconClasses());
|
|
66498
66508
|
i0.ɵɵadvance();
|
|
66499
66509
|
i0.ɵɵproperty("ngClass", ctx.sectionTitleClasses());
|
|
66500
66510
|
i0.ɵɵadvance(2);
|
|
@@ -67285,7 +67295,7 @@ class FloatingBackButtonComponent {
|
|
|
67285
67295
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }] }); })();
|
|
67286
67296
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FloatingBackButtonComponent, { className: "FloatingBackButtonComponent", filePath: "lib/components/business-analysis-dashboard/floating-back-button.component.ts", lineNumber: 70 }); })();
|
|
67287
67297
|
|
|
67288
|
-
const _c0$
|
|
67298
|
+
const _c0$A = ["searchInput"];
|
|
67289
67299
|
const _forTrack0$E = ($index, $item) => $item.result.id;
|
|
67290
67300
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
67291
67301
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -67658,7 +67668,7 @@ class SearchModalComponent {
|
|
|
67658
67668
|
}
|
|
67659
67669
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
67660
67670
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
67661
|
-
i0.ɵɵviewQuery(_c0$
|
|
67671
|
+
i0.ɵɵviewQuery(_c0$A, 5);
|
|
67662
67672
|
} if (rf & 2) {
|
|
67663
67673
|
let _t;
|
|
67664
67674
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -68398,7 +68408,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
68398
68408
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
68399
68409
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
68400
68410
|
|
|
68401
|
-
const _c0$
|
|
68411
|
+
const _c0$z = () => [0, 1, 2];
|
|
68402
68412
|
const _forTrack0$D = ($index, $item) => $item.id;
|
|
68403
68413
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
68404
68414
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -68468,7 +68478,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
68468
68478
|
i0.ɵɵelementEnd();
|
|
68469
68479
|
} if (rf & 2) {
|
|
68470
68480
|
i0.ɵɵadvance();
|
|
68471
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
68481
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$z));
|
|
68472
68482
|
} }
|
|
68473
68483
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
68474
68484
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -69111,7 +69121,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
69111
69121
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], storageKey: [{ type: i0.Input, args: [{ isSignal: true, alias: "storageKey", required: false }] }] }); })();
|
|
69112
69122
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 102 }); })();
|
|
69113
69123
|
|
|
69114
|
-
const _c0$
|
|
69124
|
+
const _c0$y = () => [];
|
|
69115
69125
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
69116
69126
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
69117
69127
|
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 15);
|
|
@@ -69200,7 +69210,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_F
|
|
|
69200
69210
|
const ɵ$index_53_r6 = i0.ɵɵnextContext().$index;
|
|
69201
69211
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
69202
69212
|
i0.ɵɵadvance();
|
|
69203
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_53_r6 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
69213
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_53_r6 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$y));
|
|
69204
69214
|
} }
|
|
69205
69215
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
69206
69216
|
i0.ɵɵelement(0, "symphiq-profile-section", 21);
|
|
@@ -70503,7 +70513,7 @@ class MetricWelcomeBannerComponent {
|
|
|
70503
70513
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], analysisDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisDate", required: false }] }] }); })();
|
|
70504
70514
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricWelcomeBannerComponent, { className: "MetricWelcomeBannerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-welcome-banner.component.ts", lineNumber: 63 }); })();
|
|
70505
70515
|
|
|
70506
|
-
const _c0$
|
|
70516
|
+
const _c0$x = a0 => ({ name: "chevron-right", source: a0 });
|
|
70507
70517
|
const _forTrack0$B = ($index, $item) => $item.id;
|
|
70508
70518
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
70509
70519
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -70521,7 +70531,7 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
70521
70531
|
i0.ɵɵadvance(2);
|
|
70522
70532
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
70523
70533
|
i0.ɵɵadvance();
|
|
70524
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
70534
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$x, ctx_r2.IconSourceEnum.HEROICONS));
|
|
70525
70535
|
} }
|
|
70526
70536
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
70527
70537
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -70683,7 +70693,7 @@ class AnalysisNarrativeComponent {
|
|
|
70683
70693
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], narrative: [{ type: i0.Input, args: [{ isSignal: true, alias: "narrative", required: false }] }], napkinVisual: [{ type: i0.Input, args: [{ isSignal: true, alias: "napkinVisual", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }] }); })();
|
|
70684
70694
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AnalysisNarrativeComponent, { className: "AnalysisNarrativeComponent", filePath: "lib/components/shared/analysis-narrative.component.ts", lineNumber: 35 }); })();
|
|
70685
70695
|
|
|
70686
|
-
const _c0$
|
|
70696
|
+
const _c0$w = a0 => ({ name: "chart-bar", source: a0 });
|
|
70687
70697
|
const _c1$h = a0 => ({ name: "arrow-right", source: a0 });
|
|
70688
70698
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
70689
70699
|
const _c3$7 = (a0, a1) => ({ name: a0, source: a1 });
|
|
@@ -71278,7 +71288,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71278
71288
|
i0.ɵɵadvance();
|
|
71279
71289
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
71280
71290
|
i0.ɵɵadvance(5);
|
|
71281
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
71291
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$w, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
71282
71292
|
i0.ɵɵadvance();
|
|
71283
71293
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
71284
71294
|
i0.ɵɵadvance();
|
|
@@ -71687,7 +71697,7 @@ class PriorityBadgeComponent {
|
|
|
71687
71697
|
}, ...(ngDevMode ? [{ debugName: "badgeClasses" }] : []));
|
|
71688
71698
|
}
|
|
71689
71699
|
static { this.ɵfac = function PriorityBadgeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PriorityBadgeComponent)(); }; }
|
|
71690
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PriorityBadgeComponent, selectors: [["symphiq-priority-badge"]], inputs: { priority: [1, "priority"], viewMode: [1, "viewMode"] }, decls: 2, vars: 4, consts: [[1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"]], template: function PriorityBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71700
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PriorityBadgeComponent, selectors: [["symphiq-priority-badge"]], inputs: { priority: [1, "priority"], viewMode: [1, "viewMode"] }, decls: 2, vars: 4, consts: [[1, "inline-flex", "items-center", "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"]], template: function PriorityBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71691
71701
|
i0.ɵɵelementStart(0, "span", 0);
|
|
71692
71702
|
i0.ɵɵtext(1);
|
|
71693
71703
|
i0.ɵɵelementEnd();
|
|
@@ -71709,7 +71719,7 @@ class PriorityBadgeComponent {
|
|
|
71709
71719
|
<span
|
|
71710
71720
|
[ngClass]="badgeClasses()"
|
|
71711
71721
|
[class.animate-pulse]="isCritical()"
|
|
71712
|
-
class="px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap">
|
|
71722
|
+
class="inline-flex items-center px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap">
|
|
71713
71723
|
{{ label() }}
|
|
71714
71724
|
</span>
|
|
71715
71725
|
`
|
|
@@ -71883,7 +71893,7 @@ class LearnMoreButtonComponent {
|
|
|
71883
71893
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], buttonClick: [{ type: i0.Output, args: ["buttonClick"] }] }); })();
|
|
71884
71894
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LearnMoreButtonComponent, { className: "LearnMoreButtonComponent", filePath: "lib/components/shared/learn-more-button.component.ts", lineNumber: 40 }); })();
|
|
71885
71895
|
|
|
71886
|
-
const _c0$
|
|
71896
|
+
const _c0$v = a0 => ({ name: "chevron-right", source: a0 });
|
|
71887
71897
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
71888
71898
|
i0.ɵɵelement(0, "symphiq-priority-badge", 11);
|
|
71889
71899
|
} if (rf & 2) {
|
|
@@ -72159,7 +72169,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
72159
72169
|
i0.ɵɵadvance();
|
|
72160
72170
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
72161
72171
|
i0.ɵɵadvance();
|
|
72162
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
72172
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$v, ctx_r0.IconSourceEnum.HEROICONS));
|
|
72163
72173
|
} }
|
|
72164
72174
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
72165
72175
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -72767,7 +72777,7 @@ class GoalCardComponent {
|
|
|
72767
72777
|
}], () => [], { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalIndex", required: false }] }], sectionIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionIndex", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); })();
|
|
72768
72778
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
72769
72779
|
|
|
72770
|
-
const _c0$
|
|
72780
|
+
const _c0$u = a0 => ({ name: "link", source: a0 });
|
|
72771
72781
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
72772
72782
|
i0.ɵɵelementStart(0, "p", 4);
|
|
72773
72783
|
i0.ɵɵtext(1);
|
|
@@ -72830,7 +72840,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
72830
72840
|
} if (rf & 2) {
|
|
72831
72841
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
72832
72842
|
i0.ɵɵadvance(2);
|
|
72833
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
72843
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$u, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
72834
72844
|
i0.ɵɵadvance();
|
|
72835
72845
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
72836
72846
|
i0.ɵɵadvance(2);
|
|
@@ -73756,7 +73766,7 @@ class CompetitiveComparisonCardComponent {
|
|
|
73756
73766
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73757
73767
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 126 }); })();
|
|
73758
73768
|
|
|
73759
|
-
const _c0$
|
|
73769
|
+
const _c0$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
73760
73770
|
const _forTrack0$y = ($index, $item) => $item.id;
|
|
73761
73771
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
73762
73772
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -73774,7 +73784,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
73774
73784
|
i0.ɵɵadvance(2);
|
|
73775
73785
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
73776
73786
|
i0.ɵɵadvance();
|
|
73777
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73787
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$t, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73778
73788
|
} }
|
|
73779
73789
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
73780
73790
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -73811,7 +73821,7 @@ function PhaseTimelineCardComponent_Conditional_9_For_7_Template(rf, ctx) { if (
|
|
|
73811
73821
|
i0.ɵɵadvance(2);
|
|
73812
73822
|
i0.ɵɵtextInterpolate(recommendation_r5.title);
|
|
73813
73823
|
i0.ɵɵadvance();
|
|
73814
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73824
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$t, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73815
73825
|
} }
|
|
73816
73826
|
function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
73817
73827
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -74236,7 +74246,7 @@ class PhaseTimelineCardComponent {
|
|
|
74236
74246
|
}], () => [], { phase: [{ type: i0.Input, args: [{ isSignal: true, alias: "phase", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLast: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLast", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
|
|
74237
74247
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 128 }); })();
|
|
74238
74248
|
|
|
74239
|
-
const _c0$
|
|
74249
|
+
const _c0$s = a0 => ({ name: "chevron-right", source: a0 });
|
|
74240
74250
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
74241
74251
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
74242
74252
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -74282,7 +74292,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
74282
74292
|
i0.ɵɵadvance(4);
|
|
74283
74293
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length, " Strength", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length) !== 1 ? "s" : "");
|
|
74284
74294
|
i0.ɵɵadvance();
|
|
74285
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74295
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$s, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74286
74296
|
} }
|
|
74287
74297
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
74288
74298
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -74305,7 +74315,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
74305
74315
|
i0.ɵɵadvance(4);
|
|
74306
74316
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length, " Gap", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length) !== 1 ? "s" : "");
|
|
74307
74317
|
i0.ɵɵadvance();
|
|
74308
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74318
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$s, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74309
74319
|
} }
|
|
74310
74320
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
74311
74321
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -74328,7 +74338,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
74328
74338
|
i0.ɵɵadvance(4);
|
|
74329
74339
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length, " Opportunit", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length) !== 1 ? "ies" : "y");
|
|
74330
74340
|
i0.ɵɵadvance();
|
|
74331
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74341
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$s, ctx_r0.IconSourceEnum.HEROICONS));
|
|
74332
74342
|
} }
|
|
74333
74343
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
74334
74344
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -74835,7 +74845,7 @@ class OperationalCategoryCardComponent {
|
|
|
74835
74845
|
}], () => [], { category: [{ type: i0.Input, args: [{ isSignal: true, alias: "category", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], categoryClick: [{ type: i0.Output, args: ["categoryClick"] }] }); })();
|
|
74836
74846
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
74837
74847
|
|
|
74838
|
-
const _c0$
|
|
74848
|
+
const _c0$r = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
74839
74849
|
const _c1$g = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74840
74850
|
const _forTrack0$x = ($index, $item) => $item.questionId;
|
|
74841
74851
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -74969,7 +74979,7 @@ class KeyDriverCardComponent {
|
|
|
74969
74979
|
i0.ɵɵadvance(3);
|
|
74970
74980
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74971
74981
|
i0.ɵɵadvance();
|
|
74972
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
74982
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$r, ctx.iconSource));
|
|
74973
74983
|
i0.ɵɵadvance(2);
|
|
74974
74984
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74975
74985
|
i0.ɵɵadvance();
|
|
@@ -75045,7 +75055,7 @@ class KeyDriverCardComponent {
|
|
|
75045
75055
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75046
75056
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
75047
75057
|
|
|
75048
|
-
const _c0$
|
|
75058
|
+
const _c0$q = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
75049
75059
|
const _c1$f = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
75050
75060
|
const _forTrack0$w = ($index, $item) => $item.questionId;
|
|
75051
75061
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -75201,7 +75211,7 @@ class BottleneckCardComponent {
|
|
|
75201
75211
|
i0.ɵɵadvance(3);
|
|
75202
75212
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
75203
75213
|
i0.ɵɵadvance();
|
|
75204
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
75214
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$q, ctx.iconSource));
|
|
75205
75215
|
i0.ɵɵadvance(2);
|
|
75206
75216
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
75207
75217
|
i0.ɵɵadvance();
|
|
@@ -75272,7 +75282,7 @@ class BottleneckCardComponent {
|
|
|
75272
75282
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75273
75283
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
75274
75284
|
|
|
75275
|
-
const _c0$
|
|
75285
|
+
const _c0$p = a0 => ({ name: "arrow-right", source: a0 });
|
|
75276
75286
|
const _c1$e = a0 => ({ name: "arrow-left", source: a0 });
|
|
75277
75287
|
const _c2$b = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
75278
75288
|
const _c3$6 = a0 => ({ name: "scale", source: a0 });
|
|
@@ -75309,7 +75319,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
75309
75319
|
i0.ɵɵadvance(2);
|
|
75310
75320
|
i0.ɵɵproperty("ngClass", ctx_r2.iconClassesMap().influences);
|
|
75311
75321
|
i0.ɵɵadvance();
|
|
75312
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
75322
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$p, ctx_r2.iconSource));
|
|
75313
75323
|
i0.ɵɵadvance();
|
|
75314
75324
|
i0.ɵɵproperty("ngClass", ctx_r2.titleClasses());
|
|
75315
75325
|
i0.ɵɵadvance(3);
|
|
@@ -75623,7 +75633,7 @@ class MetricRelationshipsCardComponent {
|
|
|
75623
75633
|
}], null, { relationships: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationships", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricClicked: [{ type: i0.Output, args: ["metricClicked"] }] }); })();
|
|
75624
75634
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 121 }); })();
|
|
75625
75635
|
|
|
75626
|
-
const _c0$
|
|
75636
|
+
const _c0$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
75627
75637
|
const _c1$d = a0 => ({ name: "link", source: a0 });
|
|
75628
75638
|
const _forTrack0$u = ($index, $item) => $item.id;
|
|
75629
75639
|
function RelatedMetricCardComponent_Conditional_18_Conditional_5_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -75642,7 +75652,7 @@ function RelatedMetricCardComponent_Conditional_18_Conditional_5_For_2_Template(
|
|
|
75642
75652
|
i0.ɵɵadvance(2);
|
|
75643
75653
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
75644
75654
|
i0.ɵɵadvance();
|
|
75645
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
75655
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$o, ctx_r2.IconSourceEnumValue.HEROICONS));
|
|
75646
75656
|
} }
|
|
75647
75657
|
function RelatedMetricCardComponent_Conditional_18_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
75648
75658
|
i0.ɵɵelementStart(0, "div", 16);
|
|
@@ -75870,7 +75880,7 @@ class RelatedMetricCardComponent {
|
|
|
75870
75880
|
i0.ɵɵadvance(2);
|
|
75871
75881
|
i0.ɵɵproperty("ngClass", ctx.viewDetailsChipClasses());
|
|
75872
75882
|
i0.ɵɵadvance(3);
|
|
75873
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
75883
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$o, ctx.IconSourceEnumValue.HEROICONS));
|
|
75874
75884
|
i0.ɵɵadvance();
|
|
75875
75885
|
i0.ɵɵconditional(ctx.sharedGoalIds() && ctx.sharedGoalIds().length > 0 ? 18 : -1);
|
|
75876
75886
|
} }, dependencies: [CommonModule, i1$1.NgClass, SymphiqIconComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
@@ -76406,7 +76416,7 @@ class RelatedMetricsListComponent {
|
|
|
76406
76416
|
}], null, { relatedMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedMetrics", required: true }] }], currentMetricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMetricName", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], metricClicked: [{ type: i0.Output, args: ["metricClicked"] }] }); })();
|
|
76407
76417
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/related-metrics-list.component.ts", lineNumber: 175 }); })();
|
|
76408
76418
|
|
|
76409
|
-
const _c0$
|
|
76419
|
+
const _c0$n = (a0, a1) => ({ name: a0, source: a1 });
|
|
76410
76420
|
const _c1$c = a0 => ({ name: "signal", source: a0 });
|
|
76411
76421
|
const _c2$a = a0 => ({ name: "calendar", source: a0 });
|
|
76412
76422
|
const _c3$5 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -76658,7 +76668,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76658
76668
|
i0.ɵɵadvance();
|
|
76659
76669
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
76660
76670
|
i0.ɵɵadvance();
|
|
76661
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(33, _c0$
|
|
76671
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(33, _c0$n, ctx.trendIcon(), ctx.iconSource));
|
|
76662
76672
|
i0.ɵɵadvance();
|
|
76663
76673
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
76664
76674
|
i0.ɵɵadvance(2);
|
|
@@ -76827,7 +76837,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76827
76837
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
76828
76838
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 157 }); })();
|
|
76829
76839
|
|
|
76830
|
-
const _c0$
|
|
76840
|
+
const _c0$m = a0 => ({ name: "funnel", source: a0 });
|
|
76831
76841
|
const _c1$b = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
76832
76842
|
const _c2$9 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76833
76843
|
const _c3$4 = a0 => ({ name: "arrow-left", source: a0 });
|
|
@@ -77023,7 +77033,7 @@ class FunnelContextCardComponent {
|
|
|
77023
77033
|
} if (rf & 2) {
|
|
77024
77034
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
77025
77035
|
i0.ɵɵadvance(2);
|
|
77026
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
77036
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$m, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
77027
77037
|
i0.ɵɵadvance();
|
|
77028
77038
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
77029
77039
|
i0.ɵɵadvance(3);
|
|
@@ -77159,7 +77169,7 @@ class FunnelContextCardComponent {
|
|
|
77159
77169
|
}], () => [], { funnelContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelContext", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
77160
77170
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/funnel-context-card.component.ts", lineNumber: 121 }); })();
|
|
77161
77171
|
|
|
77162
|
-
const _c0$
|
|
77172
|
+
const _c0$l = (a0, a1) => ({ name: a0, source: a1 });
|
|
77163
77173
|
const _c1$a = a0 => ({ name: "target", source: a0 });
|
|
77164
77174
|
const _c2$8 = a0 => ({ name: "star", source: a0 });
|
|
77165
77175
|
class MetricComparisonStatsComponent {
|
|
@@ -77379,7 +77389,7 @@ class MetricComparisonStatsComponent {
|
|
|
77379
77389
|
i0.ɵɵadvance();
|
|
77380
77390
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
77381
77391
|
i0.ɵɵadvance(2);
|
|
77382
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
77392
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$l, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
77383
77393
|
i0.ɵɵadvance();
|
|
77384
77394
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
77385
77395
|
i0.ɵɵadvance(2);
|
|
@@ -77609,7 +77619,7 @@ class PerformanceOverviewContainerComponent {
|
|
|
77609
77619
|
}], () => [], { performanceOverviewData: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceOverviewData", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
77610
77620
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-overview-container.component.ts", lineNumber: 57 }); })();
|
|
77611
77621
|
|
|
77612
|
-
const _c0$
|
|
77622
|
+
const _c0$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
77613
77623
|
const _c1$9 = a0 => ({ name: "chevron-down", source: a0 });
|
|
77614
77624
|
const _c2$7 = a0 => ({ name: "clock", source: a0 });
|
|
77615
77625
|
const _c3$3 = a0 => [a0];
|
|
@@ -77813,7 +77823,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77813
77823
|
i0.ɵɵadvance(2);
|
|
77814
77824
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77815
77825
|
i0.ɵɵadvance(2);
|
|
77816
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
77826
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77817
77827
|
i0.ɵɵadvance();
|
|
77818
77828
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
77819
77829
|
i0.ɵɵadvance();
|
|
@@ -77825,7 +77835,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77825
77835
|
i0.ɵɵadvance(2);
|
|
77826
77836
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77827
77837
|
i0.ɵɵadvance(2);
|
|
77828
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
77838
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77829
77839
|
i0.ɵɵadvance();
|
|
77830
77840
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
77831
77841
|
i0.ɵɵadvance();
|
|
@@ -77904,7 +77914,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77904
77914
|
i0.ɵɵadvance(2);
|
|
77905
77915
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77906
77916
|
i0.ɵɵadvance(2);
|
|
77907
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
77917
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77908
77918
|
i0.ɵɵadvance();
|
|
77909
77919
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
77910
77920
|
i0.ɵɵadvance();
|
|
@@ -77916,7 +77926,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77916
77926
|
i0.ɵɵadvance(2);
|
|
77917
77927
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77918
77928
|
i0.ɵɵadvance(2);
|
|
77919
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
77929
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77920
77930
|
i0.ɵɵadvance();
|
|
77921
77931
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
77922
77932
|
i0.ɵɵadvance();
|
|
@@ -77928,7 +77938,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77928
77938
|
i0.ɵɵadvance(2);
|
|
77929
77939
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77930
77940
|
i0.ɵɵadvance(2);
|
|
77931
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
77941
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77932
77942
|
} }
|
|
77933
77943
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
77934
77944
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -78275,7 +78285,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
78275
78285
|
i0.ɵɵadvance(2);
|
|
78276
78286
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(item_r19.rec), " Related Metrics");
|
|
78277
78287
|
i0.ɵɵadvance();
|
|
78278
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
78288
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$k, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
78279
78289
|
} }
|
|
78280
78290
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
78281
78291
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 69)(2, "h4", 75);
|
|
@@ -83764,7 +83774,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
83764
83774
|
}], null, { strategy: [{ type: i0.Input, args: [{ isSignal: true, alias: "strategy", required: false }] }], objectiveTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "objectiveTitle", required: false }] }], goalTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalTitle", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], allBusinessInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allBusinessInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], expandedRecommendationId: [{ type: i0.Input, args: [{ isSignal: true, alias: "expandedRecommendationId", required: false }] }] }); })();
|
|
83765
83775
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategyRecommendationsModalContentComponent, { className: "StrategyRecommendationsModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/strategy-recommendations-modal-content.component.ts", lineNumber: 489 }); })();
|
|
83766
83776
|
|
|
83767
|
-
const _c0$
|
|
83777
|
+
const _c0$j = a0 => ({ name: "chevron-right", source: a0 });
|
|
83768
83778
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
83769
83779
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
83770
83780
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -83877,7 +83887,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
83877
83887
|
i0.ɵɵadvance();
|
|
83878
83888
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
83879
83889
|
i0.ɵɵadvance();
|
|
83880
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
83890
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83881
83891
|
} }
|
|
83882
83892
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
83883
83893
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -83944,7 +83954,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
83944
83954
|
i0.ɵɵadvance();
|
|
83945
83955
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
83946
83956
|
i0.ɵɵadvance();
|
|
83947
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83957
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83948
83958
|
} }
|
|
83949
83959
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
83950
83960
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -84011,7 +84021,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
84011
84021
|
i0.ɵɵadvance();
|
|
84012
84022
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
84013
84023
|
i0.ɵɵadvance();
|
|
84014
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
84024
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84015
84025
|
} }
|
|
84016
84026
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
84017
84027
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -84893,7 +84903,7 @@ class StrengthDetailModalContentComponent {
|
|
|
84893
84903
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allFunnelStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "allFunnelStrengths", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
84894
84904
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrengthDetailModalContentComponent, { className: "StrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/strength-detail-modal-content.component.ts", lineNumber: 124 }); })();
|
|
84895
84905
|
|
|
84896
|
-
const _c0$
|
|
84906
|
+
const _c0$i = () => [];
|
|
84897
84907
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
84898
84908
|
i0.ɵɵelementStart(0, "span", 9);
|
|
84899
84909
|
i0.ɵɵtext(1);
|
|
@@ -85006,7 +85016,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
85006
85016
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
85007
85017
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
85008
85018
|
i0.ɵɵadvance(2);
|
|
85009
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
85019
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$i))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
85010
85020
|
} }
|
|
85011
85021
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
85012
85022
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -85290,7 +85300,7 @@ class GapDetailModalContentComponent {
|
|
|
85290
85300
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allWeaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "allWeaknesses", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
85291
85301
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 133 }); })();
|
|
85292
85302
|
|
|
85293
|
-
const _c0$
|
|
85303
|
+
const _c0$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
85294
85304
|
const _forTrack0$o = ($index, $item) => $item.id || $index;
|
|
85295
85305
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
85296
85306
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
@@ -85395,7 +85405,7 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
85395
85405
|
i0.ɵɵadvance(2);
|
|
85396
85406
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
85397
85407
|
i0.ɵɵadvance();
|
|
85398
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
85408
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$h, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
85399
85409
|
} }
|
|
85400
85410
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
85401
85411
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
@@ -86297,7 +86307,7 @@ class StrategicGoalsTiledGridComponent {
|
|
|
86297
86307
|
: 'text-slate-600';
|
|
86298
86308
|
}
|
|
86299
86309
|
static { this.ɵfac = function StrategicGoalsTiledGridComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StrategicGoalsTiledGridComponent)(); }; }
|
|
86300
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StrategicGoalsTiledGridComponent, selectors: [["symphiq-strategic-goals-tiled-grid"]], inputs: { goals: [1, "goals"], viewMode: [1, "viewMode"] }, outputs: { viewMoreClick: "viewMoreClick" }, decls: 16, vars: 10, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "px-3", "py-1.5", "rounded-lg", "font-semibold", "text-sm", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "grid", "
|
|
86310
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StrategicGoalsTiledGridComponent, selectors: [["symphiq-strategic-goals-tiled-grid"]], inputs: { goals: [1, "goals"], viewMode: [1, "viewMode"] }, outputs: { viewMoreClick: "viewMoreClick" }, decls: 16, vars: 10, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "px-3", "py-1.5", "rounded-lg", "font-semibold", "text-sm", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "grid", "gap-4", "items-start", 2, "grid-template-columns", "repeat(auto-fit, minmax(340px, 1fr))"], [1, "text-center", "py-12", "rounded-xl", "border-2", "border-dashed", 3, "ngClass"], [3, "goal", "viewMode", "animationIndex"], [3, "viewMoreClick", "goal", "viewMode", "animationIndex"], [1, "w-16", "h-16", "mx-auto", "mb-4", "rounded-full", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"]], template: function StrategicGoalsTiledGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
86301
86311
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
86302
86312
|
i0.ɵɵnamespaceSVG();
|
|
86303
86313
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -86371,7 +86381,7 @@ class StrategicGoalsTiledGridComponent {
|
|
|
86371
86381
|
|
|
86372
86382
|
<div [ngClass]="contentClasses()" class="p-6">
|
|
86373
86383
|
@if (goals().length > 0) {
|
|
86374
|
-
<div class="grid
|
|
86384
|
+
<div class="grid gap-4 items-start" style="grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));">
|
|
86375
86385
|
@for (goal of sortedGoals(); track goal.id; let idx = $index) {
|
|
86376
86386
|
<symphiq-simplified-goal-card
|
|
86377
86387
|
[goal]="goal"
|
|
@@ -86628,7 +86638,7 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
86628
86638
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
86629
86639
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaHealthIndicatorComponent, { className: "FocusAreaHealthIndicatorComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/focus-area-health-indicator.component.ts", lineNumber: 46 }); })();
|
|
86630
86640
|
|
|
86631
|
-
const _c0$
|
|
86641
|
+
const _c0$g = a0 => ({ name: "chevron-right", source: a0 });
|
|
86632
86642
|
const _c1$8 = a0 => ({ name: "chevron-down", source: a0 });
|
|
86633
86643
|
const _c2$6 = a0 => [a0];
|
|
86634
86644
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -86902,7 +86912,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
86902
86912
|
i0.ɵɵadvance(2);
|
|
86903
86913
|
i0.ɵɵproperty("ngClass", ctx.topPrioritiesButtonTextClasses());
|
|
86904
86914
|
i0.ɵɵadvance(2);
|
|
86905
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c0$
|
|
86915
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c0$g, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.topPrioritiesButtonTextClasses());
|
|
86906
86916
|
i0.ɵɵadvance();
|
|
86907
86917
|
i0.ɵɵproperty("ngClass", ctx.quickWinsStatCardClasses());
|
|
86908
86918
|
i0.ɵɵadvance();
|
|
@@ -88248,7 +88258,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
88248
88258
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], selectedCurrency: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCurrency", required: false }] }], editCurrency: [{ type: i0.Output, args: ["editCurrency"] }] }); })();
|
|
88249
88259
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionPlaceholderCardComponent, { className: "PlanSelectionPlaceholderCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/plan-selection-placeholder-card.component.ts", lineNumber: 74 }); })();
|
|
88250
88260
|
|
|
88251
|
-
const _c0$
|
|
88261
|
+
const _c0$f = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
88252
88262
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
88253
88263
|
i0.ɵɵelement(0, "div", 7);
|
|
88254
88264
|
} }
|
|
@@ -88337,7 +88347,7 @@ class BillingPeriodToggleComponent {
|
|
|
88337
88347
|
i0.ɵɵtext(14);
|
|
88338
88348
|
i0.ɵɵelementEnd()();
|
|
88339
88349
|
} if (rf & 2) {
|
|
88340
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
88350
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$f, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
88341
88351
|
i0.ɵɵadvance(2);
|
|
88342
88352
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
88343
88353
|
i0.ɵɵadvance(2);
|
|
@@ -89567,7 +89577,7 @@ class ProfileViewToggleComponent {
|
|
|
89567
89577
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentView: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentView", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], viewChanged: [{ type: i0.Output, args: ["viewChanged"] }] }); })();
|
|
89568
89578
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileViewToggleComponent, { className: "ProfileViewToggleComponent", filePath: "lib/components/shared/profile/profile-view-toggle.component.ts", lineNumber: 32 }); })();
|
|
89569
89579
|
|
|
89570
|
-
const _c0$
|
|
89580
|
+
const _c0$e = ["scrollContainer"];
|
|
89571
89581
|
const _c1$7 = ["stickySentinel"];
|
|
89572
89582
|
const _c2$5 = ["stickyHeader"];
|
|
89573
89583
|
const _c3$2 = ["questionTitle"];
|
|
@@ -90221,7 +90231,7 @@ class ProfileQuestionAnswerComponent {
|
|
|
90221
90231
|
}
|
|
90222
90232
|
static { this.ɵfac = function ProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionAnswerComponent)(); }; }
|
|
90223
90233
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionAnswerComponent, selectors: [["symphiq-profile-question-answer"]], viewQuery: function ProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
90224
|
-
i0.ɵɵviewQuery(_c0$
|
|
90234
|
+
i0.ɵɵviewQuery(_c0$e, 5)(_c1$7, 5)(_c2$5, 5)(_c3$2, 5);
|
|
90225
90235
|
} if (rf & 2) {
|
|
90226
90236
|
let _t;
|
|
90227
90237
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -91574,7 +91584,7 @@ class ProfileQuestionHistoryComponent {
|
|
|
91574
91584
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], question: [{ type: i0.Input, args: [{ isSignal: true, alias: "question", required: true }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], back: [{ type: i0.Output, args: ["back"] }] }); })();
|
|
91575
91585
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionHistoryComponent, { className: "ProfileQuestionHistoryComponent", filePath: "lib/components/shared/profile/profile-question-history.component.ts", lineNumber: 151 }); })();
|
|
91576
91586
|
|
|
91577
|
-
const _c0$
|
|
91587
|
+
const _c0$d = ["modalContent"];
|
|
91578
91588
|
const _c1$6 = ["modalWrapper"];
|
|
91579
91589
|
const _c2$4 = ["scrollContainer"];
|
|
91580
91590
|
const _forTrack0$d = ($index, $item) => $item.id;
|
|
@@ -92132,7 +92142,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92132
92142
|
}
|
|
92133
92143
|
static { this.ɵfac = function ProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionsModalComponent)(); }; }
|
|
92134
92144
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionsModalComponent, selectors: [["symphiq-profile-questions-modal"]], viewQuery: function ProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
92135
|
-
i0.ɵɵviewQuery(_c0$
|
|
92145
|
+
i0.ɵɵviewQuery(_c0$d, 5)(_c1$6, 5)(_c2$4, 5);
|
|
92136
92146
|
} if (rf & 2) {
|
|
92137
92147
|
let _t;
|
|
92138
92148
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -92357,7 +92367,7 @@ class ProfileQuestionsModalComponent {
|
|
|
92357
92367
|
}] }); })();
|
|
92358
92368
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionsModalComponent, { className: "ProfileQuestionsModalComponent", filePath: "lib/components/shared/profile/profile-questions-modal.component.ts", lineNumber: 209 }); })();
|
|
92359
92369
|
|
|
92360
|
-
const _c0$
|
|
92370
|
+
const _c0$c = ["chartdiv"];
|
|
92361
92371
|
function ProfileStatusCardComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92362
92372
|
i0.ɵɵelementStart(0, "div", 2)(1, "div", 16)(2, "div", 17)(3, "div", 18);
|
|
92363
92373
|
i0.ɵɵnamespaceSVG();
|
|
@@ -92869,7 +92879,7 @@ class ProfileStatusCardComponent {
|
|
|
92869
92879
|
}
|
|
92870
92880
|
static { this.ɵfac = function ProfileStatusCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileStatusCardComponent)(); }; }
|
|
92871
92881
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileStatusCardComponent, selectors: [["symphiq-profile-status-card"]], viewQuery: function ProfileStatusCardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
92872
|
-
i0.ɵɵviewQuery(_c0$
|
|
92882
|
+
i0.ɵɵviewQuery(_c0$c, 5);
|
|
92873
92883
|
} if (rf & 2) {
|
|
92874
92884
|
let _t;
|
|
92875
92885
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -94358,7 +94368,7 @@ class StickySubscriptionContinueButtonComponent {
|
|
|
94358
94368
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "isEnabled", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
|
|
94359
94369
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StickySubscriptionContinueButtonComponent, { className: "StickySubscriptionContinueButtonComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/sticky-subscription-continue-button.component.ts", lineNumber: 41 }); })();
|
|
94360
94370
|
|
|
94361
|
-
const _c0$
|
|
94371
|
+
const _c0$b = ["shopProfileStatusCard"];
|
|
94362
94372
|
const _c1$5 = ["planSelectionContainer"];
|
|
94363
94373
|
const _c2$3 = () => [];
|
|
94364
94374
|
const _c3$1 = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -96155,7 +96165,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
96155
96165
|
}
|
|
96156
96166
|
static { this.ɵfac = function SymphiqProfileShopAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileShopAnalysisDashboardComponent)(); }; }
|
|
96157
96167
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileShopAnalysisDashboardComponent, selectors: [["symphiq-profile-shop-analysis-dashboard"]], viewQuery: function SymphiqProfileShopAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
96158
|
-
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$
|
|
96168
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$b, 5)(_c1$5, 5);
|
|
96159
96169
|
} if (rf & 2) {
|
|
96160
96170
|
let _t;
|
|
96161
96171
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -99061,7 +99071,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
99061
99071
|
}] }); })();
|
|
99062
99072
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 308 }); })();
|
|
99063
99073
|
|
|
99064
|
-
const _c0$
|
|
99074
|
+
const _c0$a = () => [];
|
|
99065
99075
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
99066
99076
|
i0.ɵɵelement(0, "symphiq-loading-card", 5);
|
|
99067
99077
|
} if (rf & 2) {
|
|
@@ -99075,7 +99085,7 @@ function SymphiqProfileFocusAreaDashboardComponent_Conditional_6_Template(rf, ct
|
|
|
99075
99085
|
i0.ɵɵelementEnd();
|
|
99076
99086
|
} if (rf & 2) {
|
|
99077
99087
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
99078
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(11, _c0$
|
|
99088
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(11, _c0$a))("profileAnswers", ctx_r0.profileAnswers() || i0.ɵɵpureFunction0(12, _c0$a))("profileAnswerHistories", ctx_r0.profileAnswerHistories() || i0.ɵɵpureFunction0(13, _c0$a))("users", ctx_r0.users() || i0.ɵɵpureFunction0(14, _c0$a))("config", ctx_r0.statusCardConfig())("groupConfig", ctx_r0.statusCardGroupConfig)("categoryNameFormatter", ctx_r0.categoryNameFormatter)("currentUser", ctx_r0.currentUser());
|
|
99079
99089
|
} }
|
|
99080
99090
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
99081
99091
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -99505,7 +99515,7 @@ class FocusAreaWelcomeBannerComponent {
|
|
|
99505
99515
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], focusAreaDomain: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDomain", required: false }] }], focusAreaName: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaName", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], analysisDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisDate", required: false }] }] }); })();
|
|
99506
99516
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaWelcomeBannerComponent, { className: "FocusAreaWelcomeBannerComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/focus-area-welcome-banner.component.ts", lineNumber: 63 }); })();
|
|
99507
99517
|
|
|
99508
|
-
const _c0$
|
|
99518
|
+
const _c0$9 = ["funnelModalComponent"];
|
|
99509
99519
|
const _c1$4 = () => [];
|
|
99510
99520
|
const _forTrack0$9 = ($index, $item) => $item.id;
|
|
99511
99521
|
function SymphiqProfileAnalysisFocusAreaDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -100203,7 +100213,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
|
|
|
100203
100213
|
}
|
|
100204
100214
|
static { this.ɵfac = function SymphiqProfileAnalysisFocusAreaDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisFocusAreaDashboardComponent)(); }; }
|
|
100205
100215
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisFocusAreaDashboardComponent, selectors: [["symphiq-profile-analysis-focus-area-dashboard"]], viewQuery: function SymphiqProfileAnalysisFocusAreaDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
100206
|
-
i0.ɵɵviewQuery(_c0$
|
|
100216
|
+
i0.ɵɵviewQuery(_c0$9, 5);
|
|
100207
100217
|
} if (rf & 2) {
|
|
100208
100218
|
let _t;
|
|
100209
100219
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -100727,7 +100737,7 @@ function SourceSummaryComponent_Conditional_0_Conditional_4_Template(rf, ctx) {
|
|
|
100727
100737
|
i0.ɵɵelementEnd()();
|
|
100728
100738
|
} if (rf & 2) {
|
|
100729
100739
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
100730
|
-
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Shop
|
|
100740
|
+
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Shop Goals: Number of shop-level goals contributing to this unified goal");
|
|
100731
100741
|
i0.ɵɵadvance(4);
|
|
100732
100742
|
i0.ɵɵtextInterpolate(ctx_r0.sourceTypeCounts().shop);
|
|
100733
100743
|
} }
|
|
@@ -100743,7 +100753,7 @@ function SourceSummaryComponent_Conditional_0_Conditional_5_Template(rf, ctx) {
|
|
|
100743
100753
|
i0.ɵɵelementEnd()();
|
|
100744
100754
|
} if (rf & 2) {
|
|
100745
100755
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
100746
|
-
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Focus Area
|
|
100756
|
+
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Focus Area Goals: Number of focus area goals contributing to this unified goal");
|
|
100747
100757
|
i0.ɵɵadvance(4);
|
|
100748
100758
|
i0.ɵɵtextInterpolate(ctx_r0.sourceTypeCounts().focusArea);
|
|
100749
100759
|
} }
|
|
@@ -100759,7 +100769,7 @@ function SourceSummaryComponent_Conditional_0_Conditional_6_Template(rf, ctx) {
|
|
|
100759
100769
|
i0.ɵɵelementEnd()();
|
|
100760
100770
|
} if (rf & 2) {
|
|
100761
100771
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
100762
|
-
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Metric
|
|
100772
|
+
i0.ɵɵproperty("ngClass", ctx_r0.sourceTypeClasses())("libSymphiqTooltip", "Metric Goals: Number of metric-based goals contributing to this unified goal");
|
|
100763
100773
|
i0.ɵɵadvance(4);
|
|
100764
100774
|
i0.ɵɵtextInterpolate(ctx_r0.sourceTypeCounts().metric);
|
|
100765
100775
|
} }
|
|
@@ -100825,7 +100835,7 @@ class SourceSummaryComponent {
|
|
|
100825
100835
|
<div
|
|
100826
100836
|
class="flex items-center gap-1.5 cursor-help"
|
|
100827
100837
|
[ngClass]="sourceTypeClasses()"
|
|
100828
|
-
[libSymphiqTooltip]="'Shop
|
|
100838
|
+
[libSymphiqTooltip]="'Shop Goals: Number of shop-level goals contributing to this unified goal'">
|
|
100829
100839
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
100830
100840
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
100831
100841
|
d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"></path>
|
|
@@ -100837,7 +100847,7 @@ class SourceSummaryComponent {
|
|
|
100837
100847
|
<div
|
|
100838
100848
|
class="flex items-center gap-1.5 cursor-help"
|
|
100839
100849
|
[ngClass]="sourceTypeClasses()"
|
|
100840
|
-
[libSymphiqTooltip]="'Focus Area
|
|
100850
|
+
[libSymphiqTooltip]="'Focus Area Goals: Number of focus area goals contributing to this unified goal'">
|
|
100841
100851
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
100842
100852
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
100843
100853
|
d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"></path>
|
|
@@ -100849,7 +100859,7 @@ class SourceSummaryComponent {
|
|
|
100849
100859
|
<div
|
|
100850
100860
|
class="flex items-center gap-1.5 cursor-help"
|
|
100851
100861
|
[ngClass]="sourceTypeClasses()"
|
|
100852
|
-
[libSymphiqTooltip]="'Metric
|
|
100862
|
+
[libSymphiqTooltip]="'Metric Goals: Number of metric-based goals contributing to this unified goal'">
|
|
100853
100863
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
100854
100864
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
100855
100865
|
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"></path>
|
|
@@ -100866,7 +100876,17 @@ class SourceSummaryComponent {
|
|
|
100866
100876
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SourceSummaryComponent, { className: "SourceSummaryComponent", filePath: "lib/components/shared/source-summary.component.ts", lineNumber: 63 }); })();
|
|
100867
100877
|
|
|
100868
100878
|
function UnifiedGoalCardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
100869
|
-
i0.ɵɵelementStart(0, "
|
|
100879
|
+
i0.ɵɵelementStart(0, "span", 8);
|
|
100880
|
+
i0.ɵɵtext(1);
|
|
100881
|
+
i0.ɵɵelementEnd();
|
|
100882
|
+
} if (rf & 2) {
|
|
100883
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
100884
|
+
i0.ɵɵproperty("ngClass", ctx_r0.thematicCategoryBadgeClasses());
|
|
100885
|
+
i0.ɵɵadvance();
|
|
100886
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().thematicCategory, " ");
|
|
100887
|
+
} }
|
|
100888
|
+
function UnifiedGoalCardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
100889
|
+
i0.ɵɵelementStart(0, "p", 9);
|
|
100870
100890
|
i0.ɵɵtext(1);
|
|
100871
100891
|
i0.ɵɵelementEnd();
|
|
100872
100892
|
} if (rf & 2) {
|
|
@@ -100875,40 +100895,40 @@ function UnifiedGoalCardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1)
|
|
|
100875
100895
|
i0.ɵɵadvance();
|
|
100876
100896
|
i0.ɵɵtextInterpolate(ctx_r0.goal().description);
|
|
100877
100897
|
} }
|
|
100878
|
-
function
|
|
100879
|
-
i0.ɵɵelementStart(0, "div",
|
|
100880
|
-
i0.ɵɵelement(1, "symphiq-roadmap-metrics",
|
|
100898
|
+
function UnifiedGoalCardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
100899
|
+
i0.ɵɵelementStart(0, "div", 10);
|
|
100900
|
+
i0.ɵɵelement(1, "symphiq-roadmap-metrics", 18);
|
|
100881
100901
|
i0.ɵɵelementEnd();
|
|
100882
100902
|
} if (rf & 2) {
|
|
100883
100903
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100884
100904
|
i0.ɵɵadvance();
|
|
100885
100905
|
i0.ɵɵproperty("metrics", ctx_r0.roadmapMetrics())("viewMode", ctx_r0.viewMode());
|
|
100886
100906
|
} }
|
|
100887
|
-
function
|
|
100888
|
-
i0.ɵɵelement(0, "symphiq-priority-badge",
|
|
100907
|
+
function UnifiedGoalCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
100908
|
+
i0.ɵɵelement(0, "symphiq-priority-badge", 12);
|
|
100889
100909
|
} if (rf & 2) {
|
|
100890
100910
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100891
100911
|
i0.ɵɵproperty("priority", ctx_r0.goal().priority)("viewMode", ctx_r0.viewMode());
|
|
100892
100912
|
} }
|
|
100893
|
-
function
|
|
100894
|
-
i0.ɵɵelement(0, "symphiq-timeframe-badge",
|
|
100913
|
+
function UnifiedGoalCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
100914
|
+
i0.ɵɵelement(0, "symphiq-timeframe-badge", 13);
|
|
100895
100915
|
} if (rf & 2) {
|
|
100896
100916
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100897
100917
|
i0.ɵɵproperty("timeframe", ctx_r0.goal().timeframe)("viewMode", ctx_r0.viewMode());
|
|
100898
100918
|
} }
|
|
100899
|
-
function
|
|
100900
|
-
i0.ɵɵelement(0, "symphiq-source-summary",
|
|
100919
|
+
function UnifiedGoalCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
100920
|
+
i0.ɵɵelement(0, "symphiq-source-summary", 14);
|
|
100901
100921
|
} if (rf & 2) {
|
|
100902
100922
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
100903
100923
|
i0.ɵɵproperty("sourceTypeCounts", ctx_r0.sourceTypeCounts())("viewMode", ctx_r0.viewMode());
|
|
100904
100924
|
} }
|
|
100905
|
-
function
|
|
100925
|
+
function UnifiedGoalCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
100906
100926
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
100907
|
-
i0.ɵɵelementStart(0, "div",
|
|
100908
|
-
i0.ɵɵlistener("click", function
|
|
100927
|
+
i0.ɵɵelementStart(0, "div", 19);
|
|
100928
|
+
i0.ɵɵlistener("click", function UnifiedGoalCardComponent_Conditional_17_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.onRelatedContextButtonClick($event)); });
|
|
100909
100929
|
i0.ɵɵnamespaceSVG();
|
|
100910
|
-
i0.ɵɵelementStart(1, "svg",
|
|
100911
|
-
i0.ɵɵelement(2, "path",
|
|
100930
|
+
i0.ɵɵelementStart(1, "svg", 20);
|
|
100931
|
+
i0.ɵɵelement(2, "path", 21);
|
|
100912
100932
|
i0.ɵɵelementEnd();
|
|
100913
100933
|
i0.ɵɵtext(3);
|
|
100914
100934
|
i0.ɵɵelementEnd();
|
|
@@ -100953,13 +100973,13 @@ class UnifiedGoalCardComponent {
|
|
|
100953
100973
|
focusArea: 0,
|
|
100954
100974
|
metric: 0
|
|
100955
100975
|
};
|
|
100956
|
-
const
|
|
100976
|
+
const uniqueGoals = new Map();
|
|
100957
100977
|
for (const source of sources) {
|
|
100958
|
-
if (source.
|
|
100959
|
-
|
|
100978
|
+
if (source.sourceGoalId && source.analysisType !== undefined) {
|
|
100979
|
+
uniqueGoals.set(source.sourceGoalId, source.analysisType);
|
|
100960
100980
|
}
|
|
100961
100981
|
}
|
|
100962
|
-
for (const [, type] of
|
|
100982
|
+
for (const [, type] of uniqueGoals) {
|
|
100963
100983
|
switch (type) {
|
|
100964
100984
|
case ProfileAnalysisTypeEnum.SHOP:
|
|
100965
100985
|
counts.shop++;
|
|
@@ -101036,6 +101056,12 @@ class UnifiedGoalCardComponent {
|
|
|
101036
101056
|
this.descriptionClasses = computed(() => {
|
|
101037
101057
|
return this.isDark() ? 'text-slate-300' : 'text-slate-600';
|
|
101038
101058
|
}, ...(ngDevMode ? [{ debugName: "descriptionClasses" }] : []));
|
|
101059
|
+
this.thematicCategoryBadgeClasses = computed(() => {
|
|
101060
|
+
if (this.isDark()) {
|
|
101061
|
+
return 'bg-indigo-500/20 text-indigo-300 border border-indigo-500/30';
|
|
101062
|
+
}
|
|
101063
|
+
return 'bg-indigo-50 text-indigo-700 border border-indigo-200';
|
|
101064
|
+
}, ...(ngDevMode ? [{ debugName: "thematicCategoryBadgeClasses" }] : []));
|
|
101039
101065
|
this.relatedContextButtonClasses = computed(() => {
|
|
101040
101066
|
if (this.isDark()) {
|
|
101041
101067
|
return 'bg-slate-700/50 hover:bg-slate-700/70 border border-slate-600/50 text-slate-300';
|
|
@@ -101089,7 +101115,7 @@ class UnifiedGoalCardComponent {
|
|
|
101089
101115
|
}
|
|
101090
101116
|
}
|
|
101091
101117
|
static { this.ɵfac = function UnifiedGoalCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedGoalCardComponent)(); }; }
|
|
101092
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalCardComponent, selectors: [["symphiq-unified-goal-card"]], inputs: { goal: [1, "goal"], viewMode: [1, "viewMode"] }, outputs: { goalClick: "goalClick", sourceBadgeClick: "sourceBadgeClick", relatedMetricsClick: "relatedMetricsClick", relatedFocusAreasClick: "relatedFocusAreasClick", learnMoreClick: "learnMoreClick" }, decls:
|
|
101118
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedGoalCardComponent, selectors: [["symphiq-unified-goal-card"]], inputs: { goal: [1, "goal"], viewMode: [1, "viewMode"] }, outputs: { goalClick: "goalClick", sourceBadgeClick: "sourceBadgeClick", relatedMetricsClick: "relatedMetricsClick", relatedFocusAreasClick: "relatedFocusAreasClick", learnMoreClick: "learnMoreClick" }, decls: 20, vars: 15, consts: [[1, "rounded-2xl", "p-6", "shadow-lg", "transition-all", "duration-200", 3, "ngClass"], [1, "flex", "items-start", "gap-4", "mb-2"], [3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex-1", "min-w-0"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "font-semibold", "text-lg", "line-clamp-2", 3, "ngClass"], [1, "inline-block", "text-xs", "font-medium", "px-2.5", "py-1", "rounded-full", "mb-3", 3, "ngClass"], [1, "text-sm", "mb-4", "line-clamp-3", "cursor-help", 3, "ngClass", "libSymphiqTooltip"], [1, "mb-4"], [1, "flex", "flex-wrap", "items-center", "justify-between", "gap-3", "mb-4"], [3, "priority", "viewMode"], [3, "timeframe", "viewMode"], [3, "sourceTypeCounts", "viewMode"], [1, "mt-4", "w-full", "flex", "items-center", "justify-center", "gap-2", "px-4", "py-2", "rounded-lg", "text-sm", "font-medium", "transition-all", "hover:scale-[1.02]", 3, "ngClass"], [1, "mt-4"], [3, "buttonClick", "viewMode", "variant", "label"], [3, "metrics", "viewMode"], [1, "mt-4", "w-full", "flex", "items-center", "justify-center", "gap-2", "px-4", "py-2", "rounded-lg", "text-sm", "font-medium", "transition-all", "hover:scale-[1.02]", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"]], template: function UnifiedGoalCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
101093
101119
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
|
|
101094
101120
|
i0.ɵɵnamespaceSVG();
|
|
101095
101121
|
i0.ɵɵelementStart(3, "svg", 3);
|
|
@@ -101102,23 +101128,25 @@ class UnifiedGoalCardComponent {
|
|
|
101102
101128
|
i0.ɵɵelementStart(8, "h4", 7);
|
|
101103
101129
|
i0.ɵɵtext(9);
|
|
101104
101130
|
i0.ɵɵelementEnd()()();
|
|
101105
|
-
i0.ɵɵconditionalCreate(10, UnifiedGoalCardComponent_Conditional_10_Template, 2,
|
|
101106
|
-
i0.ɵɵconditionalCreate(11, UnifiedGoalCardComponent_Conditional_11_Template, 2,
|
|
101107
|
-
i0.ɵɵ
|
|
101108
|
-
i0.ɵɵ
|
|
101109
|
-
i0.ɵɵconditionalCreate(14, UnifiedGoalCardComponent_Conditional_14_Template, 1, 2, "symphiq-
|
|
101131
|
+
i0.ɵɵconditionalCreate(10, UnifiedGoalCardComponent_Conditional_10_Template, 2, 2, "span", 8);
|
|
101132
|
+
i0.ɵɵconditionalCreate(11, UnifiedGoalCardComponent_Conditional_11_Template, 2, 3, "p", 9);
|
|
101133
|
+
i0.ɵɵconditionalCreate(12, UnifiedGoalCardComponent_Conditional_12_Template, 2, 2, "div", 10);
|
|
101134
|
+
i0.ɵɵelementStart(13, "div", 11);
|
|
101135
|
+
i0.ɵɵconditionalCreate(14, UnifiedGoalCardComponent_Conditional_14_Template, 1, 2, "symphiq-priority-badge", 12);
|
|
101136
|
+
i0.ɵɵconditionalCreate(15, UnifiedGoalCardComponent_Conditional_15_Template, 1, 2, "symphiq-timeframe-badge", 13);
|
|
101110
101137
|
i0.ɵɵelementEnd();
|
|
101111
|
-
i0.ɵɵconditionalCreate(
|
|
101112
|
-
i0.ɵɵconditionalCreate(
|
|
101113
|
-
i0.ɵɵelementStart(
|
|
101114
|
-
i0.ɵɵlistener("buttonClick", function
|
|
101138
|
+
i0.ɵɵconditionalCreate(16, UnifiedGoalCardComponent_Conditional_16_Template, 1, 2, "symphiq-source-summary", 14);
|
|
101139
|
+
i0.ɵɵconditionalCreate(17, UnifiedGoalCardComponent_Conditional_17_Template, 4, 2, "div", 15);
|
|
101140
|
+
i0.ɵɵelementStart(18, "div", 16)(19, "symphiq-learn-more-button", 17);
|
|
101141
|
+
i0.ɵɵlistener("buttonClick", function UnifiedGoalCardComponent_Template_symphiq_learn_more_button_buttonClick_19_listener() { return ctx.onLearnMoreClick(); });
|
|
101115
101142
|
i0.ɵɵelementEnd()()();
|
|
101116
101143
|
} if (rf & 2) {
|
|
101117
101144
|
let tmp_4_0;
|
|
101118
101145
|
let tmp_5_0;
|
|
101119
|
-
let
|
|
101146
|
+
let tmp_6_0;
|
|
101120
101147
|
let tmp_8_0;
|
|
101121
101148
|
let tmp_9_0;
|
|
101149
|
+
let tmp_10_0;
|
|
101122
101150
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
101123
101151
|
i0.ɵɵadvance(2);
|
|
101124
101152
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
@@ -101129,17 +101157,19 @@ class UnifiedGoalCardComponent {
|
|
|
101129
101157
|
i0.ɵɵadvance();
|
|
101130
101158
|
i0.ɵɵtextInterpolate((tmp_4_0 = ctx.goal()) == null ? null : tmp_4_0.title);
|
|
101131
101159
|
i0.ɵɵadvance();
|
|
101132
|
-
i0.ɵɵconditional(((tmp_5_0 = ctx.goal()) == null ? null : tmp_5_0.
|
|
101160
|
+
i0.ɵɵconditional(((tmp_5_0 = ctx.goal()) == null ? null : tmp_5_0.thematicCategory) ? 10 : -1);
|
|
101133
101161
|
i0.ɵɵadvance();
|
|
101134
|
-
i0.ɵɵconditional(ctx.
|
|
101162
|
+
i0.ɵɵconditional(((tmp_6_0 = ctx.goal()) == null ? null : tmp_6_0.description) ? 11 : -1);
|
|
101163
|
+
i0.ɵɵadvance();
|
|
101164
|
+
i0.ɵɵconditional(ctx.roadmapMetrics().length > 0 ? 12 : -1);
|
|
101135
101165
|
i0.ɵɵadvance(2);
|
|
101136
|
-
i0.ɵɵconditional(((
|
|
101166
|
+
i0.ɵɵconditional(((tmp_8_0 = ctx.goal()) == null ? null : tmp_8_0.priority) ? 14 : -1);
|
|
101137
101167
|
i0.ɵɵadvance();
|
|
101138
|
-
i0.ɵɵconditional(((
|
|
101168
|
+
i0.ɵɵconditional(((tmp_9_0 = ctx.goal()) == null ? null : tmp_9_0.timeframe) ? 15 : -1);
|
|
101139
101169
|
i0.ɵɵadvance();
|
|
101140
|
-
i0.ɵɵconditional((((
|
|
101170
|
+
i0.ɵɵconditional((((tmp_10_0 = ctx.goal()) == null ? null : tmp_10_0.sourceAnalyses == null ? null : tmp_10_0.sourceAnalyses.length) ?? 0) > 0 ? 16 : -1);
|
|
101141
101171
|
i0.ɵɵadvance();
|
|
101142
|
-
i0.ɵɵconditional(ctx.hasRelatedContext() ?
|
|
101172
|
+
i0.ɵɵconditional(ctx.hasRelatedContext() ? 17 : -1);
|
|
101143
101173
|
i0.ɵɵadvance(2);
|
|
101144
101174
|
i0.ɵɵproperty("viewMode", ctx.viewMode())("variant", "button")("label", "Learn More");
|
|
101145
101175
|
} }, dependencies: [CommonModule, i1$1.NgClass, PriorityBadgeComponent,
|
|
@@ -101183,6 +101213,12 @@ class UnifiedGoalCardComponent {
|
|
|
101183
101213
|
</div>
|
|
101184
101214
|
</div>
|
|
101185
101215
|
|
|
101216
|
+
@if (goal()?.thematicCategory) {
|
|
101217
|
+
<span [ngClass]="thematicCategoryBadgeClasses()" class="inline-block text-xs font-medium px-2.5 py-1 rounded-full mb-3">
|
|
101218
|
+
{{ goal()!.thematicCategory }}
|
|
101219
|
+
</span>
|
|
101220
|
+
}
|
|
101221
|
+
|
|
101186
101222
|
@if (goal()?.description) {
|
|
101187
101223
|
<p [ngClass]="descriptionClasses()" class="text-sm mb-4 line-clamp-3 cursor-help"
|
|
101188
101224
|
[libSymphiqTooltip]="goal()!.description">{{ goal()!.description }}</p>
|
|
@@ -101244,7 +101280,7 @@ class UnifiedGoalCardComponent {
|
|
|
101244
101280
|
`
|
|
101245
101281
|
}]
|
|
101246
101282
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalClick: [{ type: i0.Output, args: ["goalClick"] }], sourceBadgeClick: [{ type: i0.Output, args: ["sourceBadgeClick"] }], relatedMetricsClick: [{ type: i0.Output, args: ["relatedMetricsClick"] }], relatedFocusAreasClick: [{ type: i0.Output, args: ["relatedFocusAreasClick"] }], learnMoreClick: [{ type: i0.Output, args: ["learnMoreClick"] }] }); })();
|
|
101247
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalCardComponent, { className: "UnifiedGoalCardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-goal-card.component.ts", lineNumber:
|
|
101283
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalCardComponent, { className: "UnifiedGoalCardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/cards/unified-goal-card.component.ts", lineNumber: 110 }); })();
|
|
101248
101284
|
|
|
101249
101285
|
const _forTrack0$8 = ($index, $item) => $item.analysisId;
|
|
101250
101286
|
function SourceAnalysisTraceabilityComponent_Conditional_0_For_7_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -101349,7 +101385,7 @@ function SourceAnalysisTraceabilityComponent_Conditional_0_Template(rf, ctx) { i
|
|
|
101349
101385
|
i0.ɵɵadvance();
|
|
101350
101386
|
i0.ɵɵproperty("ngClass", ctx_r2.sectionTitleClasses());
|
|
101351
101387
|
i0.ɵɵadvance(3);
|
|
101352
|
-
i0.ɵɵtextInterpolate1(" Source
|
|
101388
|
+
i0.ɵɵtextInterpolate1(" Source Analysis Goals (", ((tmp_3_0 = ctx_r2.sourceAnalyses()) == null ? null : tmp_3_0.length) ?? 0, ") ");
|
|
101353
101389
|
i0.ɵɵadvance(2);
|
|
101354
101390
|
i0.ɵɵrepeater(ctx_r2.sourceAnalyses());
|
|
101355
101391
|
} }
|
|
@@ -101437,7 +101473,7 @@ class SourceAnalysisTraceabilityComponent {
|
|
|
101437
101473
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
101438
101474
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1"/>
|
|
101439
101475
|
</svg>
|
|
101440
|
-
Source
|
|
101476
|
+
Source Analysis Goals ({{ sourceAnalyses()?.length ?? 0 }})
|
|
101441
101477
|
</h4>
|
|
101442
101478
|
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3">
|
|
101443
101479
|
@for (source of sourceAnalyses(); track source.analysisId) {
|
|
@@ -101677,13 +101713,14 @@ class UnifiedGoalDetailModalContentComponent {
|
|
|
101677
101713
|
this.focusAreasTooltipContent = computed(() => {
|
|
101678
101714
|
const domains = this.goal().contributingFocusAreaDomains;
|
|
101679
101715
|
if (!domains || domains.length === 0) {
|
|
101680
|
-
return '';
|
|
101716
|
+
return { text: '' };
|
|
101681
101717
|
}
|
|
101682
|
-
|
|
101718
|
+
const html = domains.map(domain => {
|
|
101683
101719
|
const title = FocusAreaDomainEnumUtil.title(domain);
|
|
101684
101720
|
const subtitle = FocusAreaDomainEnumUtil.subtitle(domain);
|
|
101685
|
-
return
|
|
101686
|
-
}).join('
|
|
101721
|
+
return `<div class="mb-4 last:mb-0"><div class="font-semibold text-base mb-1">${title}</div><div class="text-sm opacity-80">${subtitle}</div></div>`;
|
|
101722
|
+
}).join('');
|
|
101723
|
+
return { text: html };
|
|
101687
101724
|
}, ...(ngDevMode ? [{ debugName: "focusAreasTooltipContent" }] : []));
|
|
101688
101725
|
this.relatedMetrics = computed(() => {
|
|
101689
101726
|
const goal = this.goal();
|
|
@@ -101906,7 +101943,7 @@ class UnifiedGoalRelatedMetricsModalContentComponent {
|
|
|
101906
101943
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: true }] }], contributingMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "contributingMetrics", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
101907
101944
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedGoalRelatedMetricsModalContentComponent, { className: "UnifiedGoalRelatedMetricsModalContentComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-goal-related-metrics-modal-content.component.ts", lineNumber: 36 }); })();
|
|
101908
101945
|
|
|
101909
|
-
const _c0$
|
|
101946
|
+
const _c0$8 = ["modalContent"];
|
|
101910
101947
|
const _c1$3 = ["modalWrapper"];
|
|
101911
101948
|
const _c2$2 = () => [];
|
|
101912
101949
|
function UnifiedDashboardModalComponent_Conditional_0_Conditional_7_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -102350,7 +102387,7 @@ class UnifiedDashboardModalComponent {
|
|
|
102350
102387
|
}
|
|
102351
102388
|
static { this.ɵfac = function UnifiedDashboardModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UnifiedDashboardModalComponent)(); }; }
|
|
102352
102389
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UnifiedDashboardModalComponent, selectors: [["symphiq-unified-dashboard-modal"]], viewQuery: function UnifiedDashboardModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
102353
|
-
i0.ɵɵviewQuery(_c0$
|
|
102390
|
+
i0.ɵɵviewQuery(_c0$8, 5)(_c1$3, 5);
|
|
102354
102391
|
} if (rf & 2) {
|
|
102355
102392
|
let _t;
|
|
102356
102393
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -102549,12 +102586,13 @@ class UnifiedDashboardModalComponent {
|
|
|
102549
102586
|
}] }); })();
|
|
102550
102587
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UnifiedDashboardModalComponent, { className: "UnifiedDashboardModalComponent", filePath: "lib/components/profile-analysis-unified-dashboard/modals/unified-dashboard-modal.component.ts", lineNumber: 195 }); })();
|
|
102551
102588
|
|
|
102589
|
+
const _c0$7 = () => [];
|
|
102552
102590
|
const _forTrack0$6 = ($index, $item) => $item.id;
|
|
102553
102591
|
const _forTrack1$1 = ($index, $item) => $item.id || $index;
|
|
102554
102592
|
const _forTrack2 = ($index, $item) => $item.title;
|
|
102555
102593
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
102556
102594
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
102557
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
102595
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 17);
|
|
102558
102596
|
i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); })("stepClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.stepClick.emit($event)); });
|
|
102559
102597
|
i0.ɵɵelementEnd();
|
|
102560
102598
|
} if (rf & 2) {
|
|
@@ -102562,65 +102600,65 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_5_Template(
|
|
|
102562
102600
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentStepId", ctx_r1.JourneyStepIdEnum.UNIFIED_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r1.forDemo())("maxAccessibleStepId", ctx_r1.maxAccessibleStepId());
|
|
102563
102601
|
} }
|
|
102564
102602
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
102565
|
-
i0.ɵɵelement(0, "symphiq-loading-card",
|
|
102603
|
+
i0.ɵɵelement(0, "symphiq-loading-card", 19);
|
|
102566
102604
|
} if (rf & 2) {
|
|
102567
102605
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
102568
102606
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("backdropBlur", true);
|
|
102569
102607
|
} }
|
|
102570
102608
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
102571
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
102609
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 40);
|
|
102572
102610
|
} if (rf & 2) {
|
|
102573
102611
|
const summary_r3 = i0.ɵɵnextContext();
|
|
102574
102612
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
102575
102613
|
i0.ɵɵproperty("grade", summary_r3.overallGrade)("gradeRationale", summary_r3.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
102576
102614
|
} }
|
|
102577
102615
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
102578
|
-
i0.ɵɵelementStart(0, "section",
|
|
102616
|
+
i0.ɵɵelementStart(0, "section", 30)(1, "div", 35)(2, "div", 36)(3, "div", 37)(4, "div", 26)(5, "h2", 38);
|
|
102579
102617
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
102580
102618
|
i0.ɵɵelementEnd();
|
|
102581
|
-
i0.ɵɵelementStart(7, "p",
|
|
102619
|
+
i0.ɵɵelementStart(7, "p", 39);
|
|
102582
102620
|
i0.ɵɵtext(8);
|
|
102583
102621
|
i0.ɵɵelementEnd()();
|
|
102584
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
102622
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 40);
|
|
102585
102623
|
i0.ɵɵelementEnd();
|
|
102586
|
-
i0.ɵɵelement(10, "symphiq-analysis-narrative",
|
|
102587
|
-
i0.ɵɵelementStart(11, "div",
|
|
102624
|
+
i0.ɵɵelement(10, "symphiq-analysis-narrative", 41);
|
|
102625
|
+
i0.ɵɵelementStart(11, "div", 42)(12, "div")(13, "div", 43);
|
|
102588
102626
|
i0.ɵɵtext(14, "Total Source Goals");
|
|
102589
102627
|
i0.ɵɵelementEnd();
|
|
102590
|
-
i0.ɵɵelementStart(15, "div",
|
|
102628
|
+
i0.ɵɵelementStart(15, "div", 44);
|
|
102591
102629
|
i0.ɵɵtext(16);
|
|
102592
102630
|
i0.ɵɵelementEnd()();
|
|
102593
|
-
i0.ɵɵelementStart(17, "div",
|
|
102631
|
+
i0.ɵɵelementStart(17, "div", 45);
|
|
102594
102632
|
i0.ɵɵnamespaceSVG();
|
|
102595
|
-
i0.ɵɵelementStart(18, "svg",
|
|
102596
|
-
i0.ɵɵelement(19, "path",
|
|
102633
|
+
i0.ɵɵelementStart(18, "svg", 46);
|
|
102634
|
+
i0.ɵɵelement(19, "path", 47);
|
|
102597
102635
|
i0.ɵɵelementEnd()()();
|
|
102598
102636
|
i0.ɵɵnamespaceHTML();
|
|
102599
|
-
i0.ɵɵelementStart(20, "div",
|
|
102637
|
+
i0.ɵɵelementStart(20, "div", 48)(21, "div", 49)(22, "div", 50);
|
|
102600
102638
|
i0.ɵɵtext(23, "Shop");
|
|
102601
102639
|
i0.ɵɵelementEnd();
|
|
102602
|
-
i0.ɵɵelementStart(24, "div",
|
|
102640
|
+
i0.ɵɵelementStart(24, "div", 51);
|
|
102603
102641
|
i0.ɵɵtext(25);
|
|
102604
102642
|
i0.ɵɵelementEnd();
|
|
102605
|
-
i0.ɵɵelementStart(26, "div",
|
|
102643
|
+
i0.ɵɵelementStart(26, "div", 51);
|
|
102606
102644
|
i0.ɵɵtext(27);
|
|
102607
102645
|
i0.ɵɵelementEnd()();
|
|
102608
|
-
i0.ɵɵelementStart(28, "div",
|
|
102646
|
+
i0.ɵɵelementStart(28, "div", 49)(29, "div", 50);
|
|
102609
102647
|
i0.ɵɵtext(30, "Focus Area");
|
|
102610
102648
|
i0.ɵɵelementEnd();
|
|
102611
|
-
i0.ɵɵelementStart(31, "div",
|
|
102649
|
+
i0.ɵɵelementStart(31, "div", 51);
|
|
102612
102650
|
i0.ɵɵtext(32);
|
|
102613
102651
|
i0.ɵɵelementEnd();
|
|
102614
|
-
i0.ɵɵelementStart(33, "div",
|
|
102652
|
+
i0.ɵɵelementStart(33, "div", 51);
|
|
102615
102653
|
i0.ɵɵtext(34);
|
|
102616
102654
|
i0.ɵɵelementEnd()();
|
|
102617
|
-
i0.ɵɵelementStart(35, "div",
|
|
102655
|
+
i0.ɵɵelementStart(35, "div", 49)(36, "div", 50);
|
|
102618
102656
|
i0.ɵɵtext(37, "Metric");
|
|
102619
102657
|
i0.ɵɵelementEnd();
|
|
102620
|
-
i0.ɵɵelementStart(38, "div",
|
|
102658
|
+
i0.ɵɵelementStart(38, "div", 51);
|
|
102621
102659
|
i0.ɵɵtext(39);
|
|
102622
102660
|
i0.ɵɵelementEnd();
|
|
102623
|
-
i0.ɵɵelementStart(40, "div",
|
|
102661
|
+
i0.ɵɵelementStart(40, "div", 51);
|
|
102624
102662
|
i0.ɵɵtext(41);
|
|
102625
102663
|
i0.ɵɵelementEnd()()()()()();
|
|
102626
102664
|
} if (rf & 2) {
|
|
@@ -102637,7 +102675,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102637
102675
|
i0.ɵɵadvance();
|
|
102638
102676
|
i0.ɵɵconditional(summary_r3.overallGrade ? 9 : -1);
|
|
102639
102677
|
i0.ɵɵadvance();
|
|
102640
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("narrative", summary_r3.synthesisNarrative);
|
|
102678
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("narrative", summary_r3.synthesisNarrative)("napkinVisual", summary_r3.napkinVisual);
|
|
102641
102679
|
i0.ɵɵadvance();
|
|
102642
102680
|
i0.ɵɵproperty("ngClass", ctx_r1.totalGoalsCardClasses());
|
|
102643
102681
|
i0.ɵɵadvance(5);
|
|
@@ -102663,7 +102701,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102663
102701
|
} }
|
|
102664
102702
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
102665
102703
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
102666
|
-
i0.ɵɵelementStart(0, "symphiq-unified-goal-card",
|
|
102704
|
+
i0.ɵɵelementStart(0, "symphiq-unified-goal-card", 55);
|
|
102667
102705
|
i0.ɵɵlistener("goalClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_goalClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); })("sourceBadgeClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_sourceBadgeClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onSourceBadgeClickFromCard($event)); })("relatedMetricsClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_relatedMetricsClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onRelatedMetricsClickFromCard($event)); })("learnMoreClick", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template_symphiq_unified_goal_card_learnMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick($event)); });
|
|
102668
102706
|
i0.ɵɵelementEnd();
|
|
102669
102707
|
} if (rf & 2) {
|
|
@@ -102672,10 +102710,10 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102672
102710
|
i0.ɵɵproperty("goal", goal_r5)("viewMode", ctx_r1.viewMode());
|
|
102673
102711
|
} }
|
|
102674
102712
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
102675
|
-
i0.ɵɵelementStart(0, "section",
|
|
102676
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
102677
|
-
i0.ɵɵelementStart(2, "div",
|
|
102678
|
-
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template, 1, 2, "symphiq-unified-goal-card",
|
|
102713
|
+
i0.ɵɵelementStart(0, "section", 31);
|
|
102714
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 52);
|
|
102715
|
+
i0.ɵɵelementStart(2, "div", 53);
|
|
102716
|
+
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_For_4_Template, 1, 2, "symphiq-unified-goal-card", 54, _forTrack0$6);
|
|
102679
102717
|
i0.ɵɵelementEnd()();
|
|
102680
102718
|
} if (rf & 2) {
|
|
102681
102719
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -102685,7 +102723,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102685
102723
|
i0.ɵɵrepeater(ctx_r1.unifiedGoals());
|
|
102686
102724
|
} }
|
|
102687
102725
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
102688
|
-
i0.ɵɵelementStart(0, "span",
|
|
102726
|
+
i0.ɵɵelementStart(0, "span", 65);
|
|
102689
102727
|
i0.ɵɵtext(1);
|
|
102690
102728
|
i0.ɵɵelementEnd();
|
|
102691
102729
|
} if (rf & 2) {
|
|
@@ -102696,13 +102734,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102696
102734
|
i0.ɵɵtextInterpolate1(" ", item_r7.priority, " ");
|
|
102697
102735
|
} }
|
|
102698
102736
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
102699
|
-
i0.ɵɵelementStart(0, "div",
|
|
102737
|
+
i0.ɵɵelementStart(0, "div", 66);
|
|
102700
102738
|
i0.ɵɵnamespaceSVG();
|
|
102701
|
-
i0.ɵɵelementStart(1, "svg",
|
|
102702
|
-
i0.ɵɵelement(2, "path",
|
|
102739
|
+
i0.ɵɵelementStart(1, "svg", 69);
|
|
102740
|
+
i0.ɵɵelement(2, "path", 70);
|
|
102703
102741
|
i0.ɵɵelementEnd();
|
|
102704
102742
|
i0.ɵɵnamespaceHTML();
|
|
102705
|
-
i0.ɵɵelementStart(3, "span",
|
|
102743
|
+
i0.ɵɵelementStart(3, "span", 71);
|
|
102706
102744
|
i0.ɵɵtext(4);
|
|
102707
102745
|
i0.ɵɵelementEnd()();
|
|
102708
102746
|
} if (rf & 2) {
|
|
@@ -102713,13 +102751,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102713
102751
|
i0.ɵɵtextInterpolate(item_r7.timeframe);
|
|
102714
102752
|
} }
|
|
102715
102753
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
102716
|
-
i0.ɵɵelementStart(0, "div",
|
|
102754
|
+
i0.ɵɵelementStart(0, "div", 74);
|
|
102717
102755
|
i0.ɵɵnamespaceSVG();
|
|
102718
|
-
i0.ɵɵelementStart(1, "svg",
|
|
102719
|
-
i0.ɵɵelement(2, "path",
|
|
102756
|
+
i0.ɵɵelementStart(1, "svg", 76);
|
|
102757
|
+
i0.ɵɵelement(2, "path", 77);
|
|
102720
102758
|
i0.ɵɵelementEnd();
|
|
102721
102759
|
i0.ɵɵnamespaceHTML();
|
|
102722
|
-
i0.ɵɵelementStart(3, "span",
|
|
102760
|
+
i0.ɵɵelementStart(3, "span", 78);
|
|
102723
102761
|
i0.ɵɵtext(4);
|
|
102724
102762
|
i0.ɵɵelementEnd()();
|
|
102725
102763
|
} if (rf & 2) {
|
|
@@ -102730,7 +102768,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102730
102768
|
i0.ɵɵtextInterpolate(obj_r8.title);
|
|
102731
102769
|
} }
|
|
102732
102770
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
102733
|
-
i0.ɵɵelementStart(0, "div",
|
|
102771
|
+
i0.ɵɵelementStart(0, "div", 75);
|
|
102734
102772
|
i0.ɵɵtext(1);
|
|
102735
102773
|
i0.ɵɵelementEnd();
|
|
102736
102774
|
} if (rf & 2) {
|
|
@@ -102741,12 +102779,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102741
102779
|
i0.ɵɵtextInterpolate1(" +", item_r7.objectives.length - 3, " more objectives ");
|
|
102742
102780
|
} }
|
|
102743
102781
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
102744
|
-
i0.ɵɵelementStart(0, "div",
|
|
102782
|
+
i0.ɵɵelementStart(0, "div", 67)(1, "div", 72);
|
|
102745
102783
|
i0.ɵɵtext(2);
|
|
102746
102784
|
i0.ɵɵelementEnd();
|
|
102747
|
-
i0.ɵɵelementStart(3, "div",
|
|
102748
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_For_5_Template, 5, 2, "div",
|
|
102749
|
-
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Conditional_6_Template, 2, 2, "div",
|
|
102785
|
+
i0.ɵɵelementStart(3, "div", 73);
|
|
102786
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_For_5_Template, 5, 2, "div", 74, _forTrack1$1);
|
|
102787
|
+
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Conditional_6_Template, 2, 2, "div", 75);
|
|
102750
102788
|
i0.ɵɵelementEnd()();
|
|
102751
102789
|
} if (rf & 2) {
|
|
102752
102790
|
const item_r7 = i0.ɵɵnextContext().$implicit;
|
|
@@ -102762,19 +102800,19 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102762
102800
|
} }
|
|
102763
102801
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
102764
102802
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
102765
|
-
i0.ɵɵelementStart(0, "div",
|
|
102766
|
-
i0.ɵɵelement(2, "div",
|
|
102803
|
+
i0.ɵɵelementStart(0, "div", 59)(1, "div", 60);
|
|
102804
|
+
i0.ɵɵelement(2, "div", 61);
|
|
102767
102805
|
i0.ɵɵelementEnd();
|
|
102768
|
-
i0.ɵɵelementStart(3, "div",
|
|
102806
|
+
i0.ɵɵelementStart(3, "div", 62);
|
|
102769
102807
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template_div_click_3_listener() { const item_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onTimelineItemClick(item_r7)); });
|
|
102770
|
-
i0.ɵɵelementStart(4, "div",
|
|
102808
|
+
i0.ɵɵelementStart(4, "div", 63)(5, "h4", 64);
|
|
102771
102809
|
i0.ɵɵtext(6);
|
|
102772
102810
|
i0.ɵɵelementEnd();
|
|
102773
|
-
i0.ɵɵconditionalCreate(7, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_7_Template, 2, 2, "span",
|
|
102811
|
+
i0.ɵɵconditionalCreate(7, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_7_Template, 2, 2, "span", 65);
|
|
102774
102812
|
i0.ɵɵelementEnd();
|
|
102775
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_8_Template, 5, 2, "div",
|
|
102776
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Template, 7, 3, "div",
|
|
102777
|
-
i0.ɵɵelementStart(10, "div",
|
|
102813
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_8_Template, 5, 2, "div", 66);
|
|
102814
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Conditional_9_Template, 7, 3, "div", 67);
|
|
102815
|
+
i0.ɵɵelementStart(10, "div", 68);
|
|
102778
102816
|
i0.ɵɵtext(11);
|
|
102779
102817
|
i0.ɵɵelementEnd()()();
|
|
102780
102818
|
} if (rf & 2) {
|
|
@@ -102803,12 +102841,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102803
102841
|
i0.ɵɵtextInterpolate1(" Phase ", ɵ$index_140_r9 + 1, " ");
|
|
102804
102842
|
} }
|
|
102805
102843
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
102806
|
-
i0.ɵɵelementStart(0, "section",
|
|
102807
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
102808
|
-
i0.ɵɵelementStart(2, "div",
|
|
102809
|
-
i0.ɵɵelement(4, "div",
|
|
102810
|
-
i0.ɵɵelementStart(5, "div",
|
|
102811
|
-
i0.ɵɵrepeaterCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template, 12, 10, "div",
|
|
102844
|
+
i0.ɵɵelementStart(0, "section", 32);
|
|
102845
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 56);
|
|
102846
|
+
i0.ɵɵelementStart(2, "div", 35)(3, "div", 0);
|
|
102847
|
+
i0.ɵɵelement(4, "div", 57);
|
|
102848
|
+
i0.ɵɵelementStart(5, "div", 58);
|
|
102849
|
+
i0.ɵɵrepeaterCreate(6, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_For_7_Template, 12, 10, "div", 59, _forTrack0$6);
|
|
102812
102850
|
i0.ɵɵelementEnd()()()();
|
|
102813
102851
|
} if (rf & 2) {
|
|
102814
102852
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -102822,7 +102860,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102822
102860
|
i0.ɵɵrepeater(ctx_r1.unifiedTimeline());
|
|
102823
102861
|
} }
|
|
102824
102862
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102825
|
-
i0.ɵɵelementStart(0, "span",
|
|
102863
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102826
102864
|
i0.ɵɵtext(1);
|
|
102827
102865
|
i0.ɵɵelementEnd();
|
|
102828
102866
|
} if (rf & 2) {
|
|
@@ -102834,12 +102872,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102834
102872
|
} }
|
|
102835
102873
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template(rf, ctx) { if (rf & 1) {
|
|
102836
102874
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
102837
|
-
i0.ɵɵelementStart(0, "button",
|
|
102875
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102838
102876
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template_button_click_0_listener() { const goal_r11 = i0.ɵɵrestoreView(_r10).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r11)); });
|
|
102839
|
-
i0.ɵɵelementStart(1, "div",
|
|
102877
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102840
102878
|
i0.ɵɵtext(3);
|
|
102841
102879
|
i0.ɵɵelementEnd();
|
|
102842
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Conditional_4_Template, 2, 2, "span",
|
|
102880
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Conditional_4_Template, 2, 2, "span", 98);
|
|
102843
102881
|
i0.ɵɵelementEnd()();
|
|
102844
102882
|
} if (rf & 2) {
|
|
102845
102883
|
const goal_r11 = ctx.$implicit;
|
|
@@ -102851,7 +102889,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102851
102889
|
i0.ɵɵconditional(((goal_r11.sourceAnalyses == null ? null : goal_r11.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102852
102890
|
} }
|
|
102853
102891
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
102854
|
-
i0.ɵɵelementStart(0, "div",
|
|
102892
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102855
102893
|
i0.ɵɵtext(1);
|
|
102856
102894
|
i0.ɵɵelementEnd();
|
|
102857
102895
|
} if (rf & 2) {
|
|
@@ -102861,7 +102899,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102861
102899
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().high.length - 3, " more");
|
|
102862
102900
|
} }
|
|
102863
102901
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
102864
|
-
i0.ɵɵelementStart(0, "div",
|
|
102902
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
102865
102903
|
i0.ɵɵtext(1, "No goals");
|
|
102866
102904
|
i0.ɵɵelementEnd();
|
|
102867
102905
|
} if (rf & 2) {
|
|
@@ -102869,7 +102907,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102869
102907
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
102870
102908
|
} }
|
|
102871
102909
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102872
|
-
i0.ɵɵelementStart(0, "span",
|
|
102910
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102873
102911
|
i0.ɵɵtext(1);
|
|
102874
102912
|
i0.ɵɵelementEnd();
|
|
102875
102913
|
} if (rf & 2) {
|
|
@@ -102881,12 +102919,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102881
102919
|
} }
|
|
102882
102920
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template(rf, ctx) { if (rf & 1) {
|
|
102883
102921
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
102884
|
-
i0.ɵɵelementStart(0, "button",
|
|
102922
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102885
102923
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template_button_click_0_listener() { const goal_r13 = i0.ɵɵrestoreView(_r12).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r13)); });
|
|
102886
|
-
i0.ɵɵelementStart(1, "div",
|
|
102924
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102887
102925
|
i0.ɵɵtext(3);
|
|
102888
102926
|
i0.ɵɵelementEnd();
|
|
102889
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Conditional_4_Template, 2, 2, "span",
|
|
102927
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Conditional_4_Template, 2, 2, "span", 98);
|
|
102890
102928
|
i0.ɵɵelementEnd()();
|
|
102891
102929
|
} if (rf & 2) {
|
|
102892
102930
|
const goal_r13 = ctx.$implicit;
|
|
@@ -102898,7 +102936,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102898
102936
|
i0.ɵɵconditional(((goal_r13.sourceAnalyses == null ? null : goal_r13.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102899
102937
|
} }
|
|
102900
102938
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
102901
|
-
i0.ɵɵelementStart(0, "div",
|
|
102939
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102902
102940
|
i0.ɵɵtext(1);
|
|
102903
102941
|
i0.ɵɵelementEnd();
|
|
102904
102942
|
} if (rf & 2) {
|
|
@@ -102908,7 +102946,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102908
102946
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().medium.length - 3, " more");
|
|
102909
102947
|
} }
|
|
102910
102948
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
102911
|
-
i0.ɵɵelementStart(0, "div",
|
|
102949
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
102912
102950
|
i0.ɵɵtext(1, "No goals");
|
|
102913
102951
|
i0.ɵɵelementEnd();
|
|
102914
102952
|
} if (rf & 2) {
|
|
@@ -102916,7 +102954,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102916
102954
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
102917
102955
|
} }
|
|
102918
102956
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102919
|
-
i0.ɵɵelementStart(0, "span",
|
|
102957
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102920
102958
|
i0.ɵɵtext(1);
|
|
102921
102959
|
i0.ɵɵelementEnd();
|
|
102922
102960
|
} if (rf & 2) {
|
|
@@ -102928,12 +102966,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102928
102966
|
} }
|
|
102929
102967
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template(rf, ctx) { if (rf & 1) {
|
|
102930
102968
|
const _r14 = i0.ɵɵgetCurrentView();
|
|
102931
|
-
i0.ɵɵelementStart(0, "button",
|
|
102969
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102932
102970
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template_button_click_0_listener() { const goal_r15 = i0.ɵɵrestoreView(_r14).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r15)); });
|
|
102933
|
-
i0.ɵɵelementStart(1, "div",
|
|
102971
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102934
102972
|
i0.ɵɵtext(3);
|
|
102935
102973
|
i0.ɵɵelementEnd();
|
|
102936
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Conditional_4_Template, 2, 2, "span",
|
|
102974
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Conditional_4_Template, 2, 2, "span", 98);
|
|
102937
102975
|
i0.ɵɵelementEnd()();
|
|
102938
102976
|
} if (rf & 2) {
|
|
102939
102977
|
const goal_r15 = ctx.$implicit;
|
|
@@ -102945,7 +102983,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102945
102983
|
i0.ɵɵconditional(((goal_r15.sourceAnalyses == null ? null : goal_r15.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102946
102984
|
} }
|
|
102947
102985
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_42_Template(rf, ctx) { if (rf & 1) {
|
|
102948
|
-
i0.ɵɵelementStart(0, "div",
|
|
102986
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102949
102987
|
i0.ɵɵtext(1);
|
|
102950
102988
|
i0.ɵɵelementEnd();
|
|
102951
102989
|
} if (rf & 2) {
|
|
@@ -102955,7 +102993,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102955
102993
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().low.length - 3, " more");
|
|
102956
102994
|
} }
|
|
102957
102995
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_43_Template(rf, ctx) { if (rf & 1) {
|
|
102958
|
-
i0.ɵɵelementStart(0, "div",
|
|
102996
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
102959
102997
|
i0.ɵɵtext(1, "No goals");
|
|
102960
102998
|
i0.ɵɵelementEnd();
|
|
102961
102999
|
} if (rf & 2) {
|
|
@@ -102963,7 +103001,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102963
103001
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
102964
103002
|
} }
|
|
102965
103003
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
102966
|
-
i0.ɵɵelementStart(0, "span",
|
|
103004
|
+
i0.ɵɵelementStart(0, "span", 98);
|
|
102967
103005
|
i0.ɵɵtext(1);
|
|
102968
103006
|
i0.ɵɵelementEnd();
|
|
102969
103007
|
} if (rf & 2) {
|
|
@@ -102975,12 +103013,12 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102975
103013
|
} }
|
|
102976
103014
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template(rf, ctx) { if (rf & 1) {
|
|
102977
103015
|
const _r16 = i0.ɵɵgetCurrentView();
|
|
102978
|
-
i0.ɵɵelementStart(0, "button",
|
|
103016
|
+
i0.ɵɵelementStart(0, "button", 95);
|
|
102979
103017
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template_button_click_0_listener() { const goal_r17 = i0.ɵɵrestoreView(_r16).$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.onGoalClick(goal_r17)); });
|
|
102980
|
-
i0.ɵɵelementStart(1, "div",
|
|
103018
|
+
i0.ɵɵelementStart(1, "div", 96)(2, "span", 97);
|
|
102981
103019
|
i0.ɵɵtext(3);
|
|
102982
103020
|
i0.ɵɵelementEnd();
|
|
102983
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Conditional_4_Template, 2, 2, "span",
|
|
103021
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Conditional_4_Template, 2, 2, "span", 98);
|
|
102984
103022
|
i0.ɵɵelementEnd()();
|
|
102985
103023
|
} if (rf & 2) {
|
|
102986
103024
|
const goal_r17 = ctx.$implicit;
|
|
@@ -102992,7 +103030,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
102992
103030
|
i0.ɵɵconditional(((goal_r17.sourceAnalyses == null ? null : goal_r17.sourceAnalyses.length) ?? 0) > 0 ? 4 : -1);
|
|
102993
103031
|
} }
|
|
102994
103032
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_54_Template(rf, ctx) { if (rf & 1) {
|
|
102995
|
-
i0.ɵɵelementStart(0, "div",
|
|
103033
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
102996
103034
|
i0.ɵɵtext(1);
|
|
102997
103035
|
i0.ɵɵelementEnd();
|
|
102998
103036
|
} if (rf & 2) {
|
|
@@ -103002,7 +103040,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103002
103040
|
i0.ɵɵtextInterpolate1("+", ctx_r1.priorityMatrix().unassigned.length - 3, " more");
|
|
103003
103041
|
} }
|
|
103004
103042
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_55_Template(rf, ctx) { if (rf & 1) {
|
|
103005
|
-
i0.ɵɵelementStart(0, "div",
|
|
103043
|
+
i0.ɵɵelementStart(0, "div", 91);
|
|
103006
103044
|
i0.ɵɵtext(1, "No goals");
|
|
103007
103045
|
i0.ɵɵelementEnd();
|
|
103008
103046
|
} if (rf & 2) {
|
|
@@ -103010,65 +103048,65 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103010
103048
|
i0.ɵɵproperty("ngClass", ctx_r1.emptyQuadrantClasses());
|
|
103011
103049
|
} }
|
|
103012
103050
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
103013
|
-
i0.ɵɵelementStart(0, "section",
|
|
103014
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
103015
|
-
i0.ɵɵelementStart(2, "div",
|
|
103051
|
+
i0.ɵɵelementStart(0, "section", 33);
|
|
103052
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 79);
|
|
103053
|
+
i0.ɵɵelementStart(2, "div", 80)(3, "div", 81)(4, "div", 82);
|
|
103016
103054
|
i0.ɵɵtext(5, " Impact ");
|
|
103017
103055
|
i0.ɵɵelementEnd();
|
|
103018
|
-
i0.ɵɵelementStart(6, "div",
|
|
103056
|
+
i0.ɵɵelementStart(6, "div", 83);
|
|
103019
103057
|
i0.ɵɵtext(7, " Effort ");
|
|
103020
103058
|
i0.ɵɵelementEnd();
|
|
103021
|
-
i0.ɵɵelementStart(8, "div",
|
|
103022
|
-
i0.ɵɵelement(10, "div",
|
|
103023
|
-
i0.ɵɵelementStart(11, "h4",
|
|
103059
|
+
i0.ɵɵelementStart(8, "div", 84)(9, "div", 85);
|
|
103060
|
+
i0.ɵɵelement(10, "div", 86);
|
|
103061
|
+
i0.ɵɵelementStart(11, "h4", 87);
|
|
103024
103062
|
i0.ɵɵtext(12, "Quick Wins");
|
|
103025
103063
|
i0.ɵɵelementEnd()();
|
|
103026
|
-
i0.ɵɵelementStart(13, "p",
|
|
103064
|
+
i0.ɵɵelementStart(13, "p", 88);
|
|
103027
103065
|
i0.ɵɵtext(14, "High Impact / Low Effort");
|
|
103028
103066
|
i0.ɵɵelementEnd();
|
|
103029
|
-
i0.ɵɵelementStart(15, "div",
|
|
103030
|
-
i0.ɵɵrepeaterCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template, 5, 3, "button",
|
|
103031
|
-
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_18_Template, 2, 2, "div",
|
|
103032
|
-
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_19_Template, 2, 1, "div",
|
|
103067
|
+
i0.ɵɵelementStart(15, "div", 73);
|
|
103068
|
+
i0.ɵɵrepeaterCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_17_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103069
|
+
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_18_Template, 2, 2, "div", 90);
|
|
103070
|
+
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_19_Template, 2, 1, "div", 91);
|
|
103033
103071
|
i0.ɵɵelementEnd()();
|
|
103034
|
-
i0.ɵɵelementStart(20, "div",
|
|
103035
|
-
i0.ɵɵelement(22, "div",
|
|
103036
|
-
i0.ɵɵelementStart(23, "h4",
|
|
103072
|
+
i0.ɵɵelementStart(20, "div", 84)(21, "div", 85);
|
|
103073
|
+
i0.ɵɵelement(22, "div", 92);
|
|
103074
|
+
i0.ɵɵelementStart(23, "h4", 87);
|
|
103037
103075
|
i0.ɵɵtext(24, "Major Projects");
|
|
103038
103076
|
i0.ɵɵelementEnd()();
|
|
103039
|
-
i0.ɵɵelementStart(25, "p",
|
|
103077
|
+
i0.ɵɵelementStart(25, "p", 88);
|
|
103040
103078
|
i0.ɵɵtext(26, "High Impact / High Effort");
|
|
103041
103079
|
i0.ɵɵelementEnd();
|
|
103042
|
-
i0.ɵɵelementStart(27, "div",
|
|
103043
|
-
i0.ɵɵrepeaterCreate(28, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template, 5, 3, "button",
|
|
103044
|
-
i0.ɵɵconditionalCreate(30, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_30_Template, 2, 2, "div",
|
|
103045
|
-
i0.ɵɵconditionalCreate(31, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_31_Template, 2, 1, "div",
|
|
103080
|
+
i0.ɵɵelementStart(27, "div", 73);
|
|
103081
|
+
i0.ɵɵrepeaterCreate(28, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_29_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103082
|
+
i0.ɵɵconditionalCreate(30, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_30_Template, 2, 2, "div", 90);
|
|
103083
|
+
i0.ɵɵconditionalCreate(31, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_31_Template, 2, 1, "div", 91);
|
|
103046
103084
|
i0.ɵɵelementEnd()();
|
|
103047
|
-
i0.ɵɵelementStart(32, "div",
|
|
103048
|
-
i0.ɵɵelement(34, "div",
|
|
103049
|
-
i0.ɵɵelementStart(35, "h4",
|
|
103085
|
+
i0.ɵɵelementStart(32, "div", 84)(33, "div", 85);
|
|
103086
|
+
i0.ɵɵelement(34, "div", 93);
|
|
103087
|
+
i0.ɵɵelementStart(35, "h4", 87);
|
|
103050
103088
|
i0.ɵɵtext(36, "Fill-Ins");
|
|
103051
103089
|
i0.ɵɵelementEnd()();
|
|
103052
|
-
i0.ɵɵelementStart(37, "p",
|
|
103090
|
+
i0.ɵɵelementStart(37, "p", 88);
|
|
103053
103091
|
i0.ɵɵtext(38, "Low Impact / Low Effort");
|
|
103054
103092
|
i0.ɵɵelementEnd();
|
|
103055
|
-
i0.ɵɵelementStart(39, "div",
|
|
103056
|
-
i0.ɵɵrepeaterCreate(40, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template, 5, 3, "button",
|
|
103057
|
-
i0.ɵɵconditionalCreate(42, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_42_Template, 2, 2, "div",
|
|
103058
|
-
i0.ɵɵconditionalCreate(43, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_43_Template, 2, 1, "div",
|
|
103093
|
+
i0.ɵɵelementStart(39, "div", 73);
|
|
103094
|
+
i0.ɵɵrepeaterCreate(40, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_41_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103095
|
+
i0.ɵɵconditionalCreate(42, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_42_Template, 2, 2, "div", 90);
|
|
103096
|
+
i0.ɵɵconditionalCreate(43, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_43_Template, 2, 1, "div", 91);
|
|
103059
103097
|
i0.ɵɵelementEnd()();
|
|
103060
|
-
i0.ɵɵelementStart(44, "div",
|
|
103061
|
-
i0.ɵɵelement(46, "div",
|
|
103062
|
-
i0.ɵɵelementStart(47, "h4",
|
|
103098
|
+
i0.ɵɵelementStart(44, "div", 84)(45, "div", 85);
|
|
103099
|
+
i0.ɵɵelement(46, "div", 94);
|
|
103100
|
+
i0.ɵɵelementStart(47, "h4", 87);
|
|
103063
103101
|
i0.ɵɵtext(48, "Time Permitting");
|
|
103064
103102
|
i0.ɵɵelementEnd()();
|
|
103065
|
-
i0.ɵɵelementStart(49, "p",
|
|
103103
|
+
i0.ɵɵelementStart(49, "p", 88);
|
|
103066
103104
|
i0.ɵɵtext(50, "Low Impact / High Effort");
|
|
103067
103105
|
i0.ɵɵelementEnd();
|
|
103068
|
-
i0.ɵɵelementStart(51, "div",
|
|
103069
|
-
i0.ɵɵrepeaterCreate(52, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template, 5, 3, "button",
|
|
103070
|
-
i0.ɵɵconditionalCreate(54, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_54_Template, 2, 2, "div",
|
|
103071
|
-
i0.ɵɵconditionalCreate(55, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_55_Template, 2, 1, "div",
|
|
103106
|
+
i0.ɵɵelementStart(51, "div", 73);
|
|
103107
|
+
i0.ɵɵrepeaterCreate(52, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_For_53_Template, 5, 3, "button", 89, _forTrack0$6);
|
|
103108
|
+
i0.ɵɵconditionalCreate(54, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_54_Template, 2, 2, "div", 90);
|
|
103109
|
+
i0.ɵɵconditionalCreate(55, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Conditional_55_Template, 2, 1, "div", 91);
|
|
103072
103110
|
i0.ɵɵelementEnd()()()()();
|
|
103073
103111
|
} if (rf & 2) {
|
|
103074
103112
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -103130,7 +103168,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103130
103168
|
i0.ɵɵconditional(ctx_r1.priorityMatrix().unassigned.length === 0 ? 55 : -1);
|
|
103131
103169
|
} }
|
|
103132
103170
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
103133
|
-
i0.ɵɵelementStart(0, "p",
|
|
103171
|
+
i0.ɵɵelementStart(0, "p", 106);
|
|
103134
103172
|
i0.ɵɵtext(1);
|
|
103135
103173
|
i0.ɵɵelementEnd();
|
|
103136
103174
|
} if (rf & 2) {
|
|
@@ -103141,13 +103179,13 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103141
103179
|
i0.ɵɵtextInterpolate1(" ", step_r18.description, " ");
|
|
103142
103180
|
} }
|
|
103143
103181
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
103144
|
-
i0.ɵɵelementStart(0, "div",
|
|
103182
|
+
i0.ɵɵelementStart(0, "div", 74);
|
|
103145
103183
|
i0.ɵɵnamespaceSVG();
|
|
103146
|
-
i0.ɵɵelementStart(1, "svg",
|
|
103147
|
-
i0.ɵɵelement(2, "path",
|
|
103184
|
+
i0.ɵɵelementStart(1, "svg", 76);
|
|
103185
|
+
i0.ɵɵelement(2, "path", 108);
|
|
103148
103186
|
i0.ɵɵelementEnd();
|
|
103149
103187
|
i0.ɵɵnamespaceHTML();
|
|
103150
|
-
i0.ɵɵelementStart(3, "span",
|
|
103188
|
+
i0.ɵɵelementStart(3, "span", 109);
|
|
103151
103189
|
i0.ɵɵtext(4);
|
|
103152
103190
|
i0.ɵɵelementEnd()();
|
|
103153
103191
|
} if (rf & 2) {
|
|
@@ -103158,11 +103196,11 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103158
103196
|
i0.ɵɵtextInterpolate(strategy_r19.title);
|
|
103159
103197
|
} }
|
|
103160
103198
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
103161
|
-
i0.ɵɵelementStart(0, "div",
|
|
103199
|
+
i0.ɵɵelementStart(0, "div", 107)(1, "div", 72);
|
|
103162
103200
|
i0.ɵɵtext(2, " Key Strategies ");
|
|
103163
103201
|
i0.ɵɵelementEnd();
|
|
103164
|
-
i0.ɵɵelementStart(3, "div",
|
|
103165
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_For_5_Template, 5, 2, "div",
|
|
103202
|
+
i0.ɵɵelementStart(3, "div", 73);
|
|
103203
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_For_5_Template, 5, 2, "div", 74, _forTrack1$1);
|
|
103166
103204
|
i0.ɵɵelementEnd()();
|
|
103167
103205
|
} if (rf & 2) {
|
|
103168
103206
|
const step_r18 = i0.ɵɵnextContext().$implicit;
|
|
@@ -103174,17 +103212,17 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103174
103212
|
i0.ɵɵrepeater(step_r18.strategies);
|
|
103175
103213
|
} }
|
|
103176
103214
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
103177
|
-
i0.ɵɵelementStart(0, "div",
|
|
103215
|
+
i0.ɵɵelementStart(0, "div", 101)(1, "div", 102)(2, "div", 103);
|
|
103178
103216
|
i0.ɵɵtext(3);
|
|
103179
103217
|
i0.ɵɵelementEnd();
|
|
103180
|
-
i0.ɵɵelementStart(4, "div",
|
|
103218
|
+
i0.ɵɵelementStart(4, "div", 26)(5, "div", 104);
|
|
103181
103219
|
i0.ɵɵtext(6);
|
|
103182
103220
|
i0.ɵɵelementEnd();
|
|
103183
|
-
i0.ɵɵelementStart(7, "h4",
|
|
103221
|
+
i0.ɵɵelementStart(7, "h4", 105);
|
|
103184
103222
|
i0.ɵɵtext(8);
|
|
103185
103223
|
i0.ɵɵelementEnd()()();
|
|
103186
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_9_Template, 2, 2, "p",
|
|
103187
|
-
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_Template, 6, 2, "div",
|
|
103224
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_9_Template, 2, 2, "p", 106);
|
|
103225
|
+
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Conditional_10_Template, 6, 2, "div", 107);
|
|
103188
103226
|
i0.ɵɵelementEnd();
|
|
103189
103227
|
} if (rf & 2) {
|
|
103190
103228
|
const step_r18 = ctx.$implicit;
|
|
@@ -103209,10 +103247,10 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103209
103247
|
i0.ɵɵconditional(step_r18.strategies && step_r18.strategies.length > 0 ? 10 : -1);
|
|
103210
103248
|
} }
|
|
103211
103249
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
103212
|
-
i0.ɵɵelementStart(0, "section",
|
|
103213
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
103214
|
-
i0.ɵɵelementStart(2, "div",
|
|
103215
|
-
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Template, 11, 9, "div",
|
|
103250
|
+
i0.ɵɵelementStart(0, "section", 34);
|
|
103251
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 99);
|
|
103252
|
+
i0.ɵɵelementStart(2, "div", 100);
|
|
103253
|
+
i0.ɵɵrepeaterCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_For_4_Template, 11, 9, "div", 101, _forTrack2);
|
|
103216
103254
|
i0.ɵɵelementEnd()();
|
|
103217
103255
|
} if (rf & 2) {
|
|
103218
103256
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
@@ -103222,26 +103260,26 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103222
103260
|
i0.ɵɵrepeater(ctx_r1.nextSteps());
|
|
103223
103261
|
} }
|
|
103224
103262
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
103225
|
-
i0.ɵɵelementStart(0, "div",
|
|
103263
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "div", 21)(2, "div", 22)(3, "div", 23);
|
|
103226
103264
|
i0.ɵɵnamespaceSVG();
|
|
103227
|
-
i0.ɵɵelementStart(4, "svg",
|
|
103228
|
-
i0.ɵɵelement(5, "path",
|
|
103265
|
+
i0.ɵɵelementStart(4, "svg", 24);
|
|
103266
|
+
i0.ɵɵelement(5, "path", 25);
|
|
103229
103267
|
i0.ɵɵelementEnd()();
|
|
103230
103268
|
i0.ɵɵnamespaceHTML();
|
|
103231
|
-
i0.ɵɵelementStart(6, "div",
|
|
103269
|
+
i0.ɵɵelementStart(6, "div", 26)(7, "h1", 27);
|
|
103232
103270
|
i0.ɵɵtext(8);
|
|
103233
103271
|
i0.ɵɵelementEnd();
|
|
103234
|
-
i0.ɵɵelementStart(9, "p",
|
|
103272
|
+
i0.ɵɵelementStart(9, "p", 28);
|
|
103235
103273
|
i0.ɵɵtext(10);
|
|
103236
103274
|
i0.ɵɵelementEnd();
|
|
103237
|
-
i0.ɵɵelementStart(11, "p",
|
|
103275
|
+
i0.ɵɵelementStart(11, "p", 29);
|
|
103238
103276
|
i0.ɵɵtext(12, " These goals combine insights from your shop analysis, focus areas, and metric analyses into actionable strategic priorities. ");
|
|
103239
103277
|
i0.ɵɵelementEnd()()()()();
|
|
103240
|
-
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Template, 42,
|
|
103241
|
-
i0.ɵɵconditionalCreate(14, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_Template, 5, 1, "section",
|
|
103242
|
-
i0.ɵɵconditionalCreate(15, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_Template, 8, 3, "section",
|
|
103243
|
-
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Template, 56, 24, "section",
|
|
103244
|
-
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_Template, 5, 1, "section",
|
|
103278
|
+
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_13_Template, 42, 25, "section", 30);
|
|
103279
|
+
i0.ɵɵconditionalCreate(14, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_14_Template, 5, 1, "section", 31);
|
|
103280
|
+
i0.ɵɵconditionalCreate(15, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_15_Template, 8, 3, "section", 32);
|
|
103281
|
+
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_16_Template, 56, 24, "section", 33);
|
|
103282
|
+
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Conditional_17_Template, 5, 1, "section", 34);
|
|
103245
103283
|
} if (rf & 2) {
|
|
103246
103284
|
let tmp_9_0;
|
|
103247
103285
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -103271,20 +103309,20 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103271
103309
|
i0.ɵɵconditional(ctx_r1.nextSteps().length > 0 ? 17 : -1);
|
|
103272
103310
|
} }
|
|
103273
103311
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
103274
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
103312
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 40);
|
|
103275
103313
|
} if (rf & 2) {
|
|
103276
103314
|
const summary_r21 = i0.ɵɵnextContext();
|
|
103277
103315
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
103278
103316
|
i0.ɵɵproperty("grade", summary_r21.overallGrade)("gradeRationale", summary_r21.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
103279
103317
|
} }
|
|
103280
103318
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
103281
|
-
i0.ɵɵelementStart(0, "section",
|
|
103319
|
+
i0.ɵɵelementStart(0, "section", 30)(1, "div", 35)(2, "div", 110)(3, "div", 37)(4, "div", 26)(5, "h2", 38);
|
|
103282
103320
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
103283
103321
|
i0.ɵɵelementEnd();
|
|
103284
|
-
i0.ɵɵelementStart(7, "p",
|
|
103322
|
+
i0.ɵɵelementStart(7, "p", 39);
|
|
103285
103323
|
i0.ɵɵtext(8);
|
|
103286
103324
|
i0.ɵɵelementEnd()();
|
|
103287
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
103325
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 40);
|
|
103288
103326
|
i0.ɵɵelementEnd()()()();
|
|
103289
103327
|
} if (rf & 2) {
|
|
103290
103328
|
const summary_r21 = ctx;
|
|
@@ -103301,15 +103339,15 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Condition
|
|
|
103301
103339
|
i0.ɵɵconditional(summary_r21.overallGrade ? 9 : -1);
|
|
103302
103340
|
} }
|
|
103303
103341
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
103304
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Template, 10, 5, "section",
|
|
103342
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Conditional_0_Template, 10, 5, "section", 30);
|
|
103305
103343
|
} if (rf & 2) {
|
|
103306
103344
|
let tmp_2_0;
|
|
103307
103345
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
103308
103346
|
i0.ɵɵconditional((tmp_2_0 = ctx_r1.executiveSummary()) ? 0 : -1, tmp_2_0);
|
|
103309
103347
|
} }
|
|
103310
103348
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
103311
|
-
i0.ɵɵelementStart(0, "main",
|
|
103312
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card",
|
|
103349
|
+
i0.ɵɵelementStart(0, "main", 18);
|
|
103350
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_1_Template, 1, 2, "symphiq-loading-card", 19);
|
|
103313
103351
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_2_Template, 18, 13);
|
|
103314
103352
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_6_Conditional_3_Template, 1, 1);
|
|
103315
103353
|
i0.ɵɵelementEnd();
|
|
@@ -103331,7 +103369,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_7_Template(
|
|
|
103331
103369
|
} }
|
|
103332
103370
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
103333
103371
|
const _r22 = i0.ɵɵgetCurrentView();
|
|
103334
|
-
i0.ɵɵelementStart(0, "symphiq-search-modal",
|
|
103372
|
+
i0.ɵɵelementStart(0, "symphiq-search-modal", 111);
|
|
103335
103373
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template_symphiq_search_modal_close_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeSearch()); });
|
|
103336
103374
|
i0.ɵɵelementEnd();
|
|
103337
103375
|
} if (rf & 2) {
|
|
@@ -103340,7 +103378,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_8_Template(
|
|
|
103340
103378
|
} }
|
|
103341
103379
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
103342
103380
|
const _r23 = i0.ɵɵgetCurrentView();
|
|
103343
|
-
i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal",
|
|
103381
|
+
i0.ɵɵelementStart(0, "symphiq-view-mode-switcher-modal", 112);
|
|
103344
103382
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_close_0_listener() { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeViewModeSwitcher()); })("modeSelected", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template_symphiq_view_mode_switcher_modal_modeSelected_0_listener($event) { i0.ɵɵrestoreView(_r23); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleDisplayModeChange($event)); });
|
|
103345
103383
|
i0.ɵɵelementEnd();
|
|
103346
103384
|
} if (rf & 2) {
|
|
@@ -103349,7 +103387,7 @@ function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_9_Template(
|
|
|
103349
103387
|
} }
|
|
103350
103388
|
function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
103351
103389
|
const _r24 = i0.ɵɵgetCurrentView();
|
|
103352
|
-
i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer",
|
|
103390
|
+
i0.ɵɵelementStart(0, "symphiq-mark-as-reviewed-footer", 113);
|
|
103353
103391
|
i0.ɵɵlistener("markAsReviewed", function SymphiqProfileAnalysisUnifiedDashboardComponent_Conditional_10_Template_symphiq_mark_as_reviewed_footer_markAsReviewed_0_listener() { i0.ɵɵrestoreView(_r24); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleMarkAsReviewedClick()); });
|
|
103354
103392
|
i0.ɵɵelementEnd();
|
|
103355
103393
|
} if (rf & 2) {
|
|
@@ -104070,7 +104108,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104070
104108
|
static { this.ɵfac = function SymphiqProfileAnalysisUnifiedDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisUnifiedDashboardComponent)(); }; }
|
|
104071
104109
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisUnifiedDashboardComponent, selectors: [["symphiq-profile-analysis-unified-dashboard"]], hostBindings: function SymphiqProfileAnalysisUnifiedDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
104072
104110
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisUnifiedDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
104073
|
-
} }, inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], isLoadingSourceAnalysis: [1, "isLoadingSourceAnalysis"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"], requestedByUser: [1, "requestedByUser"] }, outputs: { markAsReviewedClick: "markAsReviewedClick", generateGoalsClick: "generateGoalsClick", stepClick: "stepClick", nextStepClick: "nextStepClick", sourceAnalysisRequest: "sourceAnalysisRequest" }, features: [i0.ɵɵNgOnChangesFeature], decls:
|
|
104111
|
+
} }, inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], isLoadingSourceAnalysis: [1, "isLoadingSourceAnalysis"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"], requestedByUser: [1, "requestedByUser"] }, outputs: { markAsReviewedClick: "markAsReviewedClick", generateGoalsClick: "generateGoalsClick", stepClick: "stepClick", nextStepClick: "nextStepClick", sourceAnalysisRequest: "sourceAnalysisRequest" }, features: [i0.ɵɵNgOnChangesFeature], decls: 18, vars: 37, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12", 3, "pb-32"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "isLightMode", "isOpen"], [3, "viewMode", "currentMode", "isOpen"], [3, "viewMode", "selfContentStatus", "isLoading"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title"], [3, "expandedChange", "scrollToTop", "toggleView", "isLightMode", "isCompactMode", "isExpanded"], [3, "navigate", "isLightMode", "sections", "activeSection"], [3, "viewMode"], [3, "isLightMode"], [3, "isLightMode", "allInsights", "allMetrics", "allCharts"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], ["title", "Loading Your Unified Analysis", "subtitle", "Please wait while we prepare your synthesized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [1, "mb-12"], [1, "rounded-2xl", "p-8", "shadow-xl", "animate-fade-in-up", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "p-4", "rounded-xl", "flex-shrink-0", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-2", 3, "ngClass"], [1, "text-lg", "mb-4", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], ["id", "section-unified-goals", 1, "space-y-6", "scroll-mt-24"], ["id", "section-timeline", 1, "space-y-6", "scroll-mt-24"], ["id", "section-priority-matrix", 1, "space-y-6", "scroll-mt-24"], ["id", "section-next-steps", 1, "space-y-6", "scroll-mt-24"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "flex", "flex-col", "gap-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], ["title", "Synthesis Overview", 3, "viewMode", "narrative", "napkinVisual"], [1, "p-6", "rounded-xl", "mb-4", "flex", "items-center", "justify-between", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", "opacity-80"], [1, "text-4xl", "font-bold"], [1, "text-6xl", "opacity-20"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-16", "h-16"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], [1, "p-4", "rounded-xl", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-2"], [1, "text-sm", "opacity-80"], ["title", "Unified Goals", "subtitle", "Strategic priorities synthesized from all analyses", 3, "viewMode"], [1, "grid", "gap-6", 2, "grid-template-columns", "repeat(auto-fit, minmax(340px, 1fr))"], [3, "goal", "viewMode"], [3, "goalClick", "sourceBadgeClick", "relatedMetricsClick", "learnMoreClick", "goal", "viewMode"], ["title", "Implementation Timeline", "subtitle", "Strategic roadmap for goal execution", 3, "viewMode"], [1, "absolute", "left-6", "top-0", "bottom-0", "w-0.5", 3, "ngClass"], [1, "space-y-8"], [1, "relative", "pl-16", "group"], [1, "absolute", "left-4", "w-5", "h-5", "rounded-full", "border-4", "flex", "items-center", "justify-center", "transition-all", "group-hover:scale-125", 3, "ngClass"], [1, "w-2", "h-2", "rounded-full", 3, "ngClass"], [1, "rounded-xl", "p-5", "transition-all", "hover:shadow-lg", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4", "mb-3"], [1, "text-base", "font-semibold", 3, "ngClass"], [1, "px-2", "py-1", "text-xs", "font-semibold", "rounded-full", "flex-shrink-0", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3", 3, "ngClass"], [1, "mt-4"], [1, "absolute", "-left-[52px]", "top-5", "text-xs", "font-bold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"], [1, "text-sm", "font-medium"], [1, "text-xs", "font-semibold", "uppercase", "mb-2", 3, "ngClass"], [1, "space-y-2"], [1, "flex", "items-start", "gap-2", "text-sm", 3, "ngClass"], [1, "text-xs", "pl-6", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "mt-0.5", "flex-shrink-0"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4"], [1, "line-clamp-1"], ["title", "Priority Matrix", "subtitle", "Goals organized by impact and effort", 3, "viewMode"], [1, "rounded-2xl", "p-6", "shadow-xl", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-4", "relative"], [1, "absolute", "-left-2", "top-1/2", "-translate-y-1/2", "-rotate-90", "text-xs", "font-semibold", "uppercase", "tracking-wider", "whitespace-nowrap", "origin-center", 3, "ngClass"], [1, "absolute", "bottom-0", "left-1/2", "-translate-x-1/2", "translate-y-6", "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "rounded-xl", "p-4", "min-h-[180px]", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mb-3"], [1, "w-3", "h-3", "rounded-full", "bg-green-500"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "text-xs", "mb-3", 3, "ngClass"], ["type", "button", 1, "w-full", "text-left", "p-2", "rounded-lg", "text-sm", "transition-all", "hover:scale-[1.02]", 3, "ngClass"], [1, "text-xs", "text-center", 3, "ngClass"], [1, "text-xs", "text-center", "py-4", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-amber-500"], [1, "w-3", "h-3", "rounded-full", "bg-blue-500"], [1, "w-3", "h-3", "rounded-full", "bg-slate-400"], ["type", "button", 1, "w-full", "text-left", "p-2", "rounded-lg", "text-sm", "transition-all", "hover:scale-[1.02]", 3, "click", "ngClass"], [1, "flex", "items-center", "gap-2"], [1, "line-clamp-1", "flex-1"], [1, "text-xs", 3, "ngClass"], ["title", "Next Steps", "subtitle", "Actionable priorities to drive progress", 3, "viewMode"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-6"], [1, "rounded-2xl", "p-6", "shadow-lg", "transition-all", "hover:shadow-xl", 3, "ngClass"], [1, "flex", "items-start", "gap-4", "mb-4"], [1, "w-10", "h-10", "rounded-full", "flex", "items-center", "justify-center", "text-lg", "font-bold", "flex-shrink-0", 3, "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-base", "font-semibold", "line-clamp-2", 3, "ngClass"], [1, "text-sm", "mb-4", "line-clamp-3", 3, "ngClass"], [1, "mt-4", "pt-4", "border-t", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"], [1, "line-clamp-2"], [1, "space-y-6"], [3, "close", "isLightMode", "isOpen"], [3, "close", "modeSelected", "viewMode", "currentMode", "isOpen"], [3, "markAsReviewed", "viewMode", "selfContentStatus", "isLoading"]], template: function SymphiqProfileAnalysisUnifiedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
104074
104112
|
i0.ɵɵelementStart(0, "div", 0);
|
|
104075
104113
|
i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
|
|
104076
104114
|
i0.ɵɵelementStart(3, "div", 3)(4, "symphiq-dashboard-header", 4);
|
|
@@ -104090,7 +104128,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104090
104128
|
i0.ɵɵelementStart(13, "symphiq-mobile-bottom-nav", 13);
|
|
104091
104129
|
i0.ɵɵlistener("navigate", function SymphiqProfileAnalysisUnifiedDashboardComponent_Template_symphiq_mobile_bottom_nav_navigate_13_listener($event) { return ctx.handleMobileNavigation($event); });
|
|
104092
104130
|
i0.ɵɵelementEnd();
|
|
104093
|
-
i0.ɵɵelement(14, "symphiq-tooltip-container")(15, "symphiq-unified-dashboard-modal", 14)(16, "symphiq-business-analysis-modal", 15);
|
|
104131
|
+
i0.ɵɵelement(14, "symphiq-tooltip-container")(15, "symphiq-unified-dashboard-modal", 14)(16, "symphiq-business-analysis-modal", 15)(17, "symphiq-profile-analysis-modal", 16);
|
|
104094
104132
|
i0.ɵɵelementEnd();
|
|
104095
104133
|
} if (rf & 2) {
|
|
104096
104134
|
i0.ɵɵclassProp("min-h-screen", !ctx.embedded());
|
|
@@ -104122,6 +104160,8 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104122
104160
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
104123
104161
|
i0.ɵɵadvance();
|
|
104124
104162
|
i0.ɵɵproperty("isLightMode", ctx.isLightMode());
|
|
104163
|
+
i0.ɵɵadvance();
|
|
104164
|
+
i0.ɵɵproperty("isLightMode", ctx.isLightMode())("allInsights", i0.ɵɵpureFunction0(36, _c0$7))("allMetrics", ctx.allMetrics())("allCharts", ctx.allCharts());
|
|
104125
104165
|
} }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent,
|
|
104126
104166
|
ScrollProgressBarComponent,
|
|
104127
104167
|
SearchModalComponent,
|
|
@@ -104133,6 +104173,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104133
104173
|
ContentGenerationProgressWithConfettiComponent,
|
|
104134
104174
|
LoadingCardComponent,
|
|
104135
104175
|
MarkAsReviewedFooterComponent,
|
|
104176
|
+
ProfileAnalysisModalComponent,
|
|
104136
104177
|
MobileFABComponent,
|
|
104137
104178
|
MobileBottomNavComponent,
|
|
104138
104179
|
UnifiedGoalCardComponent,
|
|
@@ -104252,7 +104293,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104252
104293
|
@if (executiveSummary(); as summary) {
|
|
104253
104294
|
<section id="section-executive-summary" class="space-y-6 scroll-mt-24">
|
|
104254
104295
|
<div [ngClass]="bannerClasses()" class="rounded-2xl p-8 shadow-xl">
|
|
104255
|
-
<div class="
|
|
104296
|
+
<div class="flex flex-col gap-6">
|
|
104256
104297
|
<div class="flex items-start justify-between gap-4">
|
|
104257
104298
|
<div class="flex-1">
|
|
104258
104299
|
<h2 [ngClass]="sectionTitleClasses()" class="text-2xl font-bold mb-3">
|
|
@@ -104274,6 +104315,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104274
104315
|
<symphiq-analysis-narrative
|
|
104275
104316
|
[viewMode]="viewMode()"
|
|
104276
104317
|
[narrative]="summary.synthesisNarrative"
|
|
104318
|
+
[napkinVisual]="summary.napkinVisual"
|
|
104277
104319
|
title="Synthesis Overview"
|
|
104278
104320
|
/>
|
|
104279
104321
|
|
|
@@ -104725,6 +104767,12 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104725
104767
|
|
|
104726
104768
|
<symphiq-unified-dashboard-modal [viewMode]="viewMode()" />
|
|
104727
104769
|
<symphiq-business-analysis-modal [isLightMode]="isLightMode()" />
|
|
104770
|
+
<symphiq-profile-analysis-modal
|
|
104771
|
+
[isLightMode]="isLightMode()"
|
|
104772
|
+
[allInsights]="[]"
|
|
104773
|
+
[allMetrics]="allMetrics()"
|
|
104774
|
+
[allCharts]="allCharts()"
|
|
104775
|
+
/>
|
|
104728
104776
|
</div>
|
|
104729
104777
|
`
|
|
104730
104778
|
}]
|
|
@@ -104732,7 +104780,7 @@ class SymphiqProfileAnalysisUnifiedDashboardComponent {
|
|
|
104732
104780
|
type: HostListener,
|
|
104733
104781
|
args: ['window:scroll']
|
|
104734
104782
|
}] }); })();
|
|
104735
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber:
|
|
104783
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisUnifiedDashboardComponent, { className: "SymphiqProfileAnalysisUnifiedDashboardComponent", filePath: "lib/components/profile-analysis-unified-dashboard/symphiq-profile-analysis-unified-dashboard.component.ts", lineNumber: 678 }); })();
|
|
104736
104784
|
|
|
104737
104785
|
function SymphiqProfileMetricsAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
104738
104786
|
const _r1 = i0.ɵɵgetCurrentView();
|