@eric-emg/symphiq-components 1.2.171 → 1.2.172
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.
- package/fesm2022/symphiq-components.mjs +261 -260
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +44 -44
- package/package.json +1 -1
|
@@ -2534,7 +2534,7 @@ class ConfettiService {
|
|
|
2534
2534
|
}]
|
|
2535
2535
|
}], null, null); })();
|
|
2536
2536
|
|
|
2537
|
-
const _c0$
|
|
2537
|
+
const _c0$15 = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
2538
2538
|
const _c1$C = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
2539
2539
|
class SkeletonLoaderComponent {
|
|
2540
2540
|
constructor() {
|
|
@@ -2551,7 +2551,7 @@ class SkeletonLoaderComponent {
|
|
|
2551
2551
|
} if (rf & 2) {
|
|
2552
2552
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
2553
2553
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
2554
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
2554
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$15, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
2555
2555
|
i0.ɵɵadvance();
|
|
2556
2556
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$C, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
2557
2557
|
} }, 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 }); }
|
|
@@ -2591,7 +2591,7 @@ const ChartContainerComponent_Conditional_1_Conditional_13_Defer_2_DepsFn = () =
|
|
|
2591
2591
|
const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
2592
2592
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
2593
2593
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
2594
|
-
const _c0$
|
|
2594
|
+
const _c0$14 = (a0, a1) => [a0, a1];
|
|
2595
2595
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
2596
2596
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
2597
2597
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -2643,7 +2643,7 @@ function ChartContainerComponent_Conditional_1_Conditional_11_Template(rf, ctx)
|
|
|
2643
2643
|
i0.ɵɵelementEnd()();
|
|
2644
2644
|
} if (rf & 2) {
|
|
2645
2645
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
2646
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
2646
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$14, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
2647
2647
|
} }
|
|
2648
2648
|
function ChartContainerComponent_Conditional_1_Conditional_13_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
2649
2649
|
i0.ɵɵelement(0, "symphiq-line-chart", 23);
|
|
@@ -4245,7 +4245,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
4245
4245
|
}], 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"] }] }); })();
|
|
4246
4246
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
4247
4247
|
|
|
4248
|
-
const _c0$
|
|
4248
|
+
const _c0$13 = () => [1, 2, 3, 4];
|
|
4249
4249
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
4250
4250
|
i0.ɵɵelementStart(0, "div", 9);
|
|
4251
4251
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -4279,7 +4279,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
4279
4279
|
i0.ɵɵadvance(2);
|
|
4280
4280
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
4281
4281
|
i0.ɵɵadvance(2);
|
|
4282
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
4282
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$13));
|
|
4283
4283
|
i0.ɵɵadvance(2);
|
|
4284
4284
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
4285
4285
|
} }
|
|
@@ -5494,7 +5494,7 @@ class OverallAssessmentComponent {
|
|
|
5494
5494
|
}], 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"] }] }); })();
|
|
5495
5495
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
5496
5496
|
|
|
5497
|
-
const _c0$
|
|
5497
|
+
const _c0$12 = () => [1, 2, 3];
|
|
5498
5498
|
const _c1$B = () => [1, 2, 3, 4];
|
|
5499
5499
|
const _c2$q = () => [];
|
|
5500
5500
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -5532,7 +5532,7 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
5532
5532
|
i0.ɵɵadvance();
|
|
5533
5533
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
5534
5534
|
i0.ɵɵadvance();
|
|
5535
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
5535
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$12));
|
|
5536
5536
|
i0.ɵɵadvance(3);
|
|
5537
5537
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$B));
|
|
5538
5538
|
} }
|
|
@@ -8232,7 +8232,7 @@ class MetricCardComponent {
|
|
|
8232
8232
|
}], () => [], { 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 }] }] }); })();
|
|
8233
8233
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
8234
8234
|
|
|
8235
|
-
const _c0$
|
|
8235
|
+
const _c0$11 = () => [1, 2, 3];
|
|
8236
8236
|
const _c1$A = (a0, a1, a2) => [a0, a1, a2];
|
|
8237
8237
|
const _c2$p = (a0, a1) => [a0, a1];
|
|
8238
8238
|
const _forTrack0$O = ($index, $item) => $item.metric;
|
|
@@ -8262,7 +8262,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
8262
8262
|
i0.ɵɵadvance();
|
|
8263
8263
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
8264
8264
|
i0.ɵɵadvance(2);
|
|
8265
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
8265
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$11));
|
|
8266
8266
|
} }
|
|
8267
8267
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
8268
8268
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -8281,7 +8281,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
8281
8281
|
i0.ɵɵadvance();
|
|
8282
8282
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
8283
8283
|
i0.ɵɵadvance(2);
|
|
8284
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
8284
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$11));
|
|
8285
8285
|
} }
|
|
8286
8286
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
8287
8287
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -12450,7 +12450,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
12450
12450
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
12451
12451
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
12452
12452
|
|
|
12453
|
-
const _c0
|
|
12453
|
+
const _c0$10 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12454
12454
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
12455
12455
|
i0.ɵɵelement(0, "div", 12);
|
|
12456
12456
|
} if (rf & 2) {
|
|
@@ -12726,7 +12726,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12726
12726
|
i0.ɵɵadvance();
|
|
12727
12727
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12728
12728
|
i0.ɵɵadvance(3);
|
|
12729
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0
|
|
12729
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$10));
|
|
12730
12730
|
i0.ɵɵadvance(2);
|
|
12731
12731
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12732
12732
|
i0.ɵɵadvance();
|
|
@@ -12902,7 +12902,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
12902
12902
|
}], 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 }] }] }); })();
|
|
12903
12903
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
12904
12904
|
|
|
12905
|
-
const _c0
|
|
12905
|
+
const _c0$$ = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
12906
12906
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
12907
12907
|
i0.ɵɵelement(0, "div", 17);
|
|
12908
12908
|
} if (rf & 2) {
|
|
@@ -13413,7 +13413,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
13413
13413
|
i0.ɵɵadvance();
|
|
13414
13414
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
13415
13415
|
i0.ɵɵadvance(3);
|
|
13416
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0
|
|
13416
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$$));
|
|
13417
13417
|
i0.ɵɵadvance(2);
|
|
13418
13418
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
13419
13419
|
i0.ɵɵadvance();
|
|
@@ -13882,7 +13882,7 @@ class ProfileItemLookupService {
|
|
|
13882
13882
|
}]
|
|
13883
13883
|
}], null, null); })();
|
|
13884
13884
|
|
|
13885
|
-
const _c0$
|
|
13885
|
+
const _c0$_ = a0 => ({ name: "chevron-right", source: a0 });
|
|
13886
13886
|
const _forTrack0$L = ($index, $item) => $item.id;
|
|
13887
13887
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13888
13888
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13900,7 +13900,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
13900
13900
|
i0.ɵɵadvance(2);
|
|
13901
13901
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
13902
13902
|
i0.ɵɵadvance();
|
|
13903
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13903
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$_, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13904
13904
|
} }
|
|
13905
13905
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13906
13906
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13989,7 +13989,7 @@ class RelatedAreaChipsComponent {
|
|
|
13989
13989
|
}], 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 }] }] }); })();
|
|
13990
13990
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13991
13991
|
|
|
13992
|
-
const _c0$
|
|
13992
|
+
const _c0$Z = a0 => ({ name: "chevron-right", source: a0 });
|
|
13993
13993
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13994
13994
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13995
13995
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -14006,7 +14006,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
14006
14006
|
i0.ɵɵadvance(2);
|
|
14007
14007
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
14008
14008
|
i0.ɵɵadvance();
|
|
14009
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
14009
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$Z, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14010
14010
|
} }
|
|
14011
14011
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
14012
14012
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -14417,7 +14417,7 @@ class CompetitorContextSectionComponent {
|
|
|
14417
14417
|
}], 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"] }] }); })();
|
|
14418
14418
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
14419
14419
|
|
|
14420
|
-
const _c0$
|
|
14420
|
+
const _c0$Y = a0 => ({ name: "chevron-right", source: a0 });
|
|
14421
14421
|
const _forTrack0$J = ($index, $item) => $item.id;
|
|
14422
14422
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
14423
14423
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -14438,7 +14438,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
14438
14438
|
i0.ɵɵadvance(2);
|
|
14439
14439
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
14440
14440
|
i0.ɵɵadvance();
|
|
14441
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
14441
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$Y, ctx_r2.IconSourceEnum.HEROICONS));
|
|
14442
14442
|
} }
|
|
14443
14443
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
14444
14444
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -21402,7 +21402,7 @@ class FunnelStageCompetitiveTooltipComponent {
|
|
|
21402
21402
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
21403
21403
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStageCompetitiveTooltipComponent, { className: "FunnelStageCompetitiveTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/funnel-stage-competitive-tooltip.component.ts", lineNumber: 120 }); })();
|
|
21404
21404
|
|
|
21405
|
-
const _c0$
|
|
21405
|
+
const _c0$X = () => [];
|
|
21406
21406
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
21407
21407
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
21408
21408
|
} if (rf & 2) {
|
|
@@ -21566,7 +21566,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
21566
21566
|
} if (rf & 2) {
|
|
21567
21567
|
i0.ɵɵnextContext(2);
|
|
21568
21568
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
21569
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
21569
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$X));
|
|
21570
21570
|
} }
|
|
21571
21571
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
21572
21572
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -22647,7 +22647,7 @@ class SearchService {
|
|
|
22647
22647
|
}]
|
|
22648
22648
|
}], null, null); })();
|
|
22649
22649
|
|
|
22650
|
-
const _c0$
|
|
22650
|
+
const _c0$W = ["searchInput"];
|
|
22651
22651
|
const _forTrack0$D = ($index, $item) => $item.id;
|
|
22652
22652
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
22653
22653
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -23009,7 +23009,7 @@ class SearchBarComponent {
|
|
|
23009
23009
|
}
|
|
23010
23010
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
23011
23011
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
23012
|
-
i0.ɵɵviewQuery(_c0$
|
|
23012
|
+
i0.ɵɵviewQuery(_c0$W, 5);
|
|
23013
23013
|
} if (rf & 2) {
|
|
23014
23014
|
let _t;
|
|
23015
23015
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -26698,7 +26698,7 @@ class FunnelWelcomeBannerComponent {
|
|
|
26698
26698
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
|
|
26699
26699
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 113 }); })();
|
|
26700
26700
|
|
|
26701
|
-
const _c0$
|
|
26701
|
+
const _c0$V = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
26702
26702
|
const _c1$z = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
26703
26703
|
class CollapsibleFunnelSectionGroupComponent {
|
|
26704
26704
|
constructor() {
|
|
@@ -26831,7 +26831,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
26831
26831
|
}
|
|
26832
26832
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
26833
26833
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$z, 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) {
|
|
26834
|
-
i0.ɵɵprojectionDef(_c0$
|
|
26834
|
+
i0.ɵɵprojectionDef(_c0$V);
|
|
26835
26835
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
26836
26836
|
i0.ɵɵnamespaceSVG();
|
|
26837
26837
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -27674,7 +27674,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
27674
27674
|
}], 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"] }] }); })();
|
|
27675
27675
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
27676
27676
|
|
|
27677
|
-
const _c0$
|
|
27677
|
+
const _c0$U = a0 => ({ name: "check-badge", source: a0 });
|
|
27678
27678
|
const _c1$y = a0 => ({ name: "check-circle", source: a0 });
|
|
27679
27679
|
const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
27680
27680
|
const _forTrack0$z = ($index, $item) => $item.area;
|
|
@@ -27691,7 +27691,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27691
27691
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27692
27692
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27693
27693
|
i0.ɵɵadvance();
|
|
27694
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27694
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$U, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27695
27695
|
i0.ɵɵadvance();
|
|
27696
27696
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27697
27697
|
i0.ɵɵadvance(2);
|
|
@@ -27906,7 +27906,7 @@ class KeyStrengthsListModalContentComponent {
|
|
|
27906
27906
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27907
27907
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
|
|
27908
27908
|
|
|
27909
|
-
const _c0$
|
|
27909
|
+
const _c0$T = a0 => ({ name: "shield-check", source: a0 });
|
|
27910
27910
|
const _c1$x = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27911
27911
|
const _c2$n = a0 => ({ name: "document-text", source: a0 });
|
|
27912
27912
|
const _c3$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -27924,7 +27924,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27924
27924
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27925
27925
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27926
27926
|
i0.ɵɵadvance();
|
|
27927
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27927
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$T, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27928
27928
|
i0.ɵɵadvance();
|
|
27929
27929
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27930
27930
|
i0.ɵɵadvance(2);
|
|
@@ -28222,7 +28222,7 @@ class CriticalGapsListModalContentComponent {
|
|
|
28222
28222
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28223
28223
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
|
|
28224
28224
|
|
|
28225
|
-
const _c0$
|
|
28225
|
+
const _c0$S = a0 => ({ name: "check-circle", source: a0 });
|
|
28226
28226
|
const _c1$w = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28227
28227
|
const _forTrack0$x = ($index, $item) => $item.questionId;
|
|
28228
28228
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -28278,7 +28278,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
28278
28278
|
i0.ɵɵadvance();
|
|
28279
28279
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
28280
28280
|
i0.ɵɵadvance();
|
|
28281
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
28281
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$S, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
28282
28282
|
i0.ɵɵadvance(3);
|
|
28283
28283
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
28284
28284
|
} }
|
|
@@ -28463,7 +28463,7 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
28463
28463
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
28464
28464
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
|
|
28465
28465
|
|
|
28466
|
-
const _c0$
|
|
28466
|
+
const _c0$R = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
28467
28467
|
const _c1$v = a0 => ({ name: "document-text", source: a0 });
|
|
28468
28468
|
const _c2$m = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
28469
28469
|
const _forTrack0$w = ($index, $item) => $item.questionId;
|
|
@@ -28741,7 +28741,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
28741
28741
|
i0.ɵɵadvance();
|
|
28742
28742
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
28743
28743
|
i0.ɵɵadvance(2);
|
|
28744
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
28744
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$R, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
28745
28745
|
i0.ɵɵadvance(2);
|
|
28746
28746
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
28747
28747
|
i0.ɵɵadvance(2);
|
|
@@ -30326,7 +30326,7 @@ class TopPriorityDetailModalContentComponent {
|
|
|
30326
30326
|
}], 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 }] }] }); })();
|
|
30327
30327
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
|
|
30328
30328
|
|
|
30329
|
-
const _c0$
|
|
30329
|
+
const _c0$Q = a0 => ({ name: "check-badge", source: a0 });
|
|
30330
30330
|
const _c1$u = a0 => ({ name: "check-circle", source: a0 });
|
|
30331
30331
|
const _c2$l = a0 => ({ name: "chevron-right", source: a0 });
|
|
30332
30332
|
const _c3$g = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -30344,7 +30344,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
30344
30344
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30345
30345
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30346
30346
|
i0.ɵɵadvance();
|
|
30347
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30347
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$Q, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30348
30348
|
i0.ɵɵadvance();
|
|
30349
30349
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30350
30350
|
i0.ɵɵadvance(2);
|
|
@@ -30649,7 +30649,7 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
30649
30649
|
}], 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 }] }] }); })();
|
|
30650
30650
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
|
|
30651
30651
|
|
|
30652
|
-
const _c0$
|
|
30652
|
+
const _c0$P = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
30653
30653
|
const _c1$t = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
30654
30654
|
const _c2$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
30655
30655
|
function _forTrack0$u($index, $item) { return this.getGapTitle($item); }
|
|
@@ -30666,7 +30666,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
30666
30666
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30667
30667
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30668
30668
|
i0.ɵɵadvance();
|
|
30669
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30669
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$P, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30670
30670
|
i0.ɵɵadvance();
|
|
30671
30671
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30672
30672
|
i0.ɵɵadvance(2);
|
|
@@ -31043,7 +31043,7 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
31043
31043
|
}], 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 }] }] }); })();
|
|
31044
31044
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
|
|
31045
31045
|
|
|
31046
|
-
const _c0$
|
|
31046
|
+
const _c0$O = a0 => ({ name: "light-bulb", source: a0 });
|
|
31047
31047
|
const _c1$s = a0 => ({ name: "chevron-right", source: a0 });
|
|
31048
31048
|
const _c2$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
31049
31049
|
const _forTrack0$t = ($index, $item) => $item.opportunity;
|
|
@@ -31060,7 +31060,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
31060
31060
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
31061
31061
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
31062
31062
|
i0.ɵɵadvance();
|
|
31063
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
31063
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$O, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
31064
31064
|
i0.ɵɵadvance();
|
|
31065
31065
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
31066
31066
|
i0.ɵɵadvance(2);
|
|
@@ -31312,7 +31312,7 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
31312
31312
|
}], 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 }] }] }); })();
|
|
31313
31313
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
|
|
31314
31314
|
|
|
31315
|
-
const _c0$
|
|
31315
|
+
const _c0$N = a0 => ({ name: "chevron-right", source: a0 });
|
|
31316
31316
|
const _c1$r = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31317
31317
|
const _forTrack0$s = ($index, $item) => $item.performanceItemId;
|
|
31318
31318
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31377,7 +31377,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
31377
31377
|
i0.ɵɵadvance(2);
|
|
31378
31378
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31379
31379
|
i0.ɵɵadvance();
|
|
31380
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31380
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$N, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31381
31381
|
} }
|
|
31382
31382
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
31383
31383
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -31697,7 +31697,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
31697
31697
|
}], 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 }] }] }); })();
|
|
31698
31698
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
|
|
31699
31699
|
|
|
31700
|
-
const _c0$
|
|
31700
|
+
const _c0$M = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
31701
31701
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31702
31702
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
31703
31703
|
i0.ɵɵtext(2);
|
|
@@ -31794,7 +31794,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
31794
31794
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
31795
31795
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
31796
31796
|
i0.ɵɵadvance(2);
|
|
31797
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
31797
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$M, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
31798
31798
|
i0.ɵɵadvance();
|
|
31799
31799
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
31800
31800
|
i0.ɵɵadvance();
|
|
@@ -32033,7 +32033,7 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
32033
32033
|
}], 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 }] }] }); })();
|
|
32034
32034
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
|
|
32035
32035
|
|
|
32036
|
-
const _c0$
|
|
32036
|
+
const _c0$L = a0 => ({ name: "chevron-right", source: a0 });
|
|
32037
32037
|
const _c1$q = () => [];
|
|
32038
32038
|
const _forTrack0$r = ($index, $item) => $item.performanceItemId;
|
|
32039
32039
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -32080,7 +32080,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
32080
32080
|
i0.ɵɵadvance(2);
|
|
32081
32081
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
32082
32082
|
i0.ɵɵadvance();
|
|
32083
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
32083
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$L, ctx_r0.IconSourceEnum.HEROICONS));
|
|
32084
32084
|
} }
|
|
32085
32085
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
32086
32086
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -32485,7 +32485,7 @@ class CircularProgressComponent {
|
|
|
32485
32485
|
}], 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 }] }] }); })();
|
|
32486
32486
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
32487
32487
|
|
|
32488
|
-
const _c0$
|
|
32488
|
+
const _c0$K = ["*"];
|
|
32489
32489
|
const _c1$p = (a0, a1) => [a0, a1];
|
|
32490
32490
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
32491
32491
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -32530,7 +32530,7 @@ class VisualizationContainerComponent {
|
|
|
32530
32530
|
});
|
|
32531
32531
|
}
|
|
32532
32532
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
32533
|
-
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$
|
|
32533
|
+
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$K, 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) {
|
|
32534
32534
|
i0.ɵɵprojectionDef();
|
|
32535
32535
|
i0.ɵɵelementStart(0, "div", 0);
|
|
32536
32536
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -32651,7 +32651,7 @@ class MetricBadgeComponent {
|
|
|
32651
32651
|
}], 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 }] }] }); })();
|
|
32652
32652
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
32653
32653
|
|
|
32654
|
-
const _c0$
|
|
32654
|
+
const _c0$J = a0 => ({ name: "light-bulb", source: a0 });
|
|
32655
32655
|
const _c1$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
32656
32656
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
32657
32657
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -32716,7 +32716,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
32716
32716
|
i0.ɵɵadvance();
|
|
32717
32717
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
32718
32718
|
i0.ɵɵadvance();
|
|
32719
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
32719
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$J, ctx.iconSource));
|
|
32720
32720
|
i0.ɵɵadvance(3);
|
|
32721
32721
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
32722
32722
|
i0.ɵɵadvance();
|
|
@@ -32773,7 +32773,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
32773
32773
|
}], 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"] }] }); })();
|
|
32774
32774
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
32775
32775
|
|
|
32776
|
-
const _c0$
|
|
32776
|
+
const _c0$I = a0 => ({ name: "users", source: a0 });
|
|
32777
32777
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
32778
32778
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
32779
32779
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -32788,7 +32788,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
32788
32788
|
i0.ɵɵadvance();
|
|
32789
32789
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
32790
32790
|
i0.ɵɵadvance();
|
|
32791
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
32791
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$I, ctx_r0.iconSource));
|
|
32792
32792
|
i0.ɵɵadvance(3);
|
|
32793
32793
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
32794
32794
|
} }
|
|
@@ -33352,7 +33352,7 @@ class ViewportAnimationDirective {
|
|
|
33352
33352
|
type: Input
|
|
33353
33353
|
}] }); })();
|
|
33354
33354
|
|
|
33355
|
-
const _c0$
|
|
33355
|
+
const _c0$H = a0 => ({ name: "star", source: a0 });
|
|
33356
33356
|
const _c1$n = a0 => ({ name: "globe-americas", source: a0 });
|
|
33357
33357
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
33358
33358
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -33388,7 +33388,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
33388
33388
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
33389
33389
|
} if (rf & 2) {
|
|
33390
33390
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33391
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
33391
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$H, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33392
33392
|
} }
|
|
33393
33393
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
33394
33394
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -34430,7 +34430,7 @@ class CompetitiveInsightBadgeComponent {
|
|
|
34430
34430
|
}], 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 }] }] }); })();
|
|
34431
34431
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
34432
34432
|
|
|
34433
|
-
const _c0$
|
|
34433
|
+
const _c0$G = a0 => ({ name: "calendar-days", source: a0 });
|
|
34434
34434
|
const _c1$m = a0 => ({ name: "chart-bar", source: a0 });
|
|
34435
34435
|
const _c2$h = a0 => ({ name: "academic-cap", source: a0 });
|
|
34436
34436
|
const _c3$e = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -34451,7 +34451,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
34451
34451
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
34452
34452
|
} if (rf & 2) {
|
|
34453
34453
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34454
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
34454
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$G, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34455
34455
|
} }
|
|
34456
34456
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
34457
34457
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -35268,7 +35268,7 @@ class SeasonCardComponent {
|
|
|
35268
35268
|
}] }); })();
|
|
35269
35269
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
35270
35270
|
|
|
35271
|
-
const _c0$
|
|
35271
|
+
const _c0$F = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35272
35272
|
const _c1$l = a0 => ({ name: "chart-bar", source: a0 });
|
|
35273
35273
|
const _c2$g = a0 => ({ name: "academic-cap", source: a0 });
|
|
35274
35274
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -35413,7 +35413,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
35413
35413
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35414
35414
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35415
35415
|
i0.ɵɵadvance();
|
|
35416
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
35416
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$F, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
35417
35417
|
} }
|
|
35418
35418
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
35419
35419
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -36385,7 +36385,7 @@ class CustomerSegmentCardComponent {
|
|
|
36385
36385
|
}] }); })();
|
|
36386
36386
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
36387
36387
|
|
|
36388
|
-
const _c0$
|
|
36388
|
+
const _c0$E = a0 => ({ name: "currency-dollar", source: a0 });
|
|
36389
36389
|
const _c1$k = a0 => ({ name: "document-text", source: a0 });
|
|
36390
36390
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
36391
36391
|
const _c3$c = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -36483,7 +36483,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
36483
36483
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
36484
36484
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
36485
36485
|
i0.ɵɵadvance(2);
|
|
36486
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
36486
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$E, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36487
36487
|
i0.ɵɵadvance();
|
|
36488
36488
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36489
36489
|
i0.ɵɵadvance(2);
|
|
@@ -37222,7 +37222,7 @@ class PriceTierCardComponent {
|
|
|
37222
37222
|
}] }); })();
|
|
37223
37223
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
37224
37224
|
|
|
37225
|
-
const _c0$
|
|
37225
|
+
const _c0$D = () => ({ name: "cube", source: "HEROICONS" });
|
|
37226
37226
|
const _c1$j = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
37227
37227
|
const _c2$e = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
37228
37228
|
const _c3$b = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -37269,7 +37269,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
37269
37269
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37270
37270
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
37271
37271
|
i0.ɵɵadvance(2);
|
|
37272
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
37272
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$D))("ngClass", ctx_r0.getStatIconClasses());
|
|
37273
37273
|
i0.ɵɵadvance(2);
|
|
37274
37274
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
37275
37275
|
i0.ɵɵadvance(2);
|
|
@@ -38217,13 +38217,13 @@ class ProductCategoryCardComponent {
|
|
|
38217
38217
|
}] }); })();
|
|
38218
38218
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
38219
38219
|
|
|
38220
|
-
const _c0$
|
|
38220
|
+
const _c0$C = (a0, a1) => ({ name: a0, source: a1 });
|
|
38221
38221
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
38222
38222
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
38223
38223
|
} if (rf & 2) {
|
|
38224
38224
|
const star_r1 = ctx.$implicit;
|
|
38225
38225
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
38226
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
38226
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$C, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
38227
38227
|
} }
|
|
38228
38228
|
class CompetitiveStrengthIndicatorComponent {
|
|
38229
38229
|
constructor() {
|
|
@@ -38379,7 +38379,7 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
38379
38379
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
38380
38380
|
}
|
|
38381
38381
|
|
|
38382
|
-
const _c0$
|
|
38382
|
+
const _c0$B = a0 => ({ name: "shield-check", source: a0 });
|
|
38383
38383
|
const _c1$i = a0 => ({ name: "building-storefront", source: a0 });
|
|
38384
38384
|
const _c2$d = a0 => ({ name: "academic-cap", source: a0 });
|
|
38385
38385
|
const _c3$a = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -38451,7 +38451,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
38451
38451
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
38452
38452
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
38453
38453
|
i0.ɵɵadvance(2);
|
|
38454
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
38454
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$B, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
38455
38455
|
i0.ɵɵadvance();
|
|
38456
38456
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
38457
38457
|
i0.ɵɵadvance(2);
|
|
@@ -39095,7 +39095,7 @@ class EnhancedListItemCardComponent {
|
|
|
39095
39095
|
}] }); })();
|
|
39096
39096
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
39097
39097
|
|
|
39098
|
-
const _c0$
|
|
39098
|
+
const _c0$A = a0 => ({ name: "academic-cap", source: a0 });
|
|
39099
39099
|
const _c1$h = a0 => ({ name: "information-circle", source: a0 });
|
|
39100
39100
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
39101
39101
|
const _c3$9 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -39176,7 +39176,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
39176
39176
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
39177
39177
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
39178
39178
|
i0.ɵɵadvance(2);
|
|
39179
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
39179
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$A, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
39180
39180
|
i0.ɵɵadvance();
|
|
39181
39181
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
39182
39182
|
i0.ɵɵadvance(2);
|
|
@@ -40958,7 +40958,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
40958
40958
|
}] }); })();
|
|
40959
40959
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
40960
40960
|
|
|
40961
|
-
const _c0$
|
|
40961
|
+
const _c0$z = ["*"];
|
|
40962
40962
|
class SkeletonCardBaseComponent {
|
|
40963
40963
|
constructor() {
|
|
40964
40964
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -40978,7 +40978,7 @@ class SkeletonCardBaseComponent {
|
|
|
40978
40978
|
`.trim();
|
|
40979
40979
|
}
|
|
40980
40980
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
40981
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
40981
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$z, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
40982
40982
|
i0.ɵɵprojectionDef();
|
|
40983
40983
|
i0.ɵɵelementStart(0, "div", 0);
|
|
40984
40984
|
i0.ɵɵprojection(1);
|
|
@@ -42143,7 +42143,7 @@ class ProfileItemCardComponent {
|
|
|
42143
42143
|
}], 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 }] }] }); })();
|
|
42144
42144
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
42145
42145
|
|
|
42146
|
-
const _c0$
|
|
42146
|
+
const _c0$y = ["scrollContainer"];
|
|
42147
42147
|
const _c1$g = a0 => ({ name: "arrow-right", source: a0 });
|
|
42148
42148
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
42149
42149
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -42263,7 +42263,7 @@ class ItemDetailModalComponent {
|
|
|
42263
42263
|
}
|
|
42264
42264
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
42265
42265
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
42266
|
-
i0.ɵɵviewQuery(_c0$
|
|
42266
|
+
i0.ɵɵviewQuery(_c0$y, 5);
|
|
42267
42267
|
} if (rf & 2) {
|
|
42268
42268
|
let _t;
|
|
42269
42269
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -42342,7 +42342,7 @@ class ItemDetailModalComponent {
|
|
|
42342
42342
|
}] }); })();
|
|
42343
42343
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
42344
42344
|
|
|
42345
|
-
const _c0$
|
|
42345
|
+
const _c0$x = ["modalContent"];
|
|
42346
42346
|
const _c1$f = ["modalWrapper"];
|
|
42347
42347
|
const _c2$b = ["*"];
|
|
42348
42348
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
@@ -44637,7 +44637,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44637
44637
|
}
|
|
44638
44638
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
44639
44639
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
44640
|
-
i0.ɵɵviewQuery(_c0$
|
|
44640
|
+
i0.ɵɵviewQuery(_c0$x, 5);
|
|
44641
44641
|
i0.ɵɵviewQuery(_c1$f, 5);
|
|
44642
44642
|
} if (rf & 2) {
|
|
44643
44643
|
let _t;
|
|
@@ -45192,7 +45192,7 @@ class ProfileAnalysisModalComponent {
|
|
|
45192
45192
|
}] }); }); })();
|
|
45193
45193
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-dashboard/profile-analysis-modal.component.ts", lineNumber: 554 }); })();
|
|
45194
45194
|
|
|
45195
|
-
const _c0$
|
|
45195
|
+
const _c0$w = a0 => ({ name: "light-bulb", source: a0 });
|
|
45196
45196
|
const _c1$e = a0 => ({ name: "trophy", source: a0 });
|
|
45197
45197
|
const _c2$a = a0 => ({ name: "academic-cap", source: a0 });
|
|
45198
45198
|
const _c3$7 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -45402,7 +45402,7 @@ class CompetitiveGapModalComponent {
|
|
|
45402
45402
|
i0.ɵɵadvance(2);
|
|
45403
45403
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
45404
45404
|
i0.ɵɵadvance();
|
|
45405
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
45405
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$w, ctx.iconSource));
|
|
45406
45406
|
i0.ɵɵadvance(3);
|
|
45407
45407
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
45408
45408
|
i0.ɵɵadvance();
|
|
@@ -45523,7 +45523,7 @@ class CompetitiveGapModalComponent {
|
|
|
45523
45523
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
45524
45524
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
45525
45525
|
|
|
45526
|
-
const _c0$
|
|
45526
|
+
const _c0$v = a0 => ({ name: "list-bullet", source: a0 });
|
|
45527
45527
|
const _c1$d = a0 => ({ name: "arrow-right", source: a0 });
|
|
45528
45528
|
const _c2$9 = a0 => ({ name: "check-circle", source: a0 });
|
|
45529
45529
|
const _c3$6 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
@@ -45543,7 +45543,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
45543
45543
|
i0.ɵɵadvance();
|
|
45544
45544
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
45545
45545
|
i0.ɵɵadvance();
|
|
45546
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
45546
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$v, ctx_r0.iconSource));
|
|
45547
45547
|
i0.ɵɵadvance(2);
|
|
45548
45548
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
45549
45549
|
i0.ɵɵadvance(2);
|
|
@@ -45763,7 +45763,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
45763
45763
|
}], 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 }] }] }); })();
|
|
45764
45764
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
45765
45765
|
|
|
45766
|
-
const _c0$
|
|
45766
|
+
const _c0$u = ["modalContent"];
|
|
45767
45767
|
const _c1$c = ["modalWrapper"];
|
|
45768
45768
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_10_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
45769
45769
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -46286,7 +46286,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46286
46286
|
}
|
|
46287
46287
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
46288
46288
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
46289
|
-
i0.ɵɵviewQuery(_c0$
|
|
46289
|
+
i0.ɵɵviewQuery(_c0$u, 5);
|
|
46290
46290
|
i0.ɵɵviewQuery(_c1$c, 5);
|
|
46291
46291
|
} if (rf & 2) {
|
|
46292
46292
|
let _t;
|
|
@@ -46471,7 +46471,7 @@ class BusinessAnalysisModalComponent {
|
|
|
46471
46471
|
}] }); })();
|
|
46472
46472
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BusinessAnalysisModalComponent, { className: "BusinessAnalysisModalComponent", filePath: "lib/components/business-analysis-dashboard/business-analysis-modal.component.ts", lineNumber: 171 }); })();
|
|
46473
46473
|
|
|
46474
|
-
const _c0$
|
|
46474
|
+
const _c0$t = ["dashboardContainer"];
|
|
46475
46475
|
const _c1$b = () => ({});
|
|
46476
46476
|
const _c2$8 = () => [1, 2, 3, 4, 5, 6];
|
|
46477
46477
|
const _c3$5 = () => [1, 2, 3];
|
|
@@ -48732,7 +48732,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
48732
48732
|
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)); }; }
|
|
48733
48733
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
48734
48734
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
48735
|
-
i0.ɵɵviewQuery(_c0$
|
|
48735
|
+
i0.ɵɵviewQuery(_c0$t, 5);
|
|
48736
48736
|
} if (rf & 2) {
|
|
48737
48737
|
let _t;
|
|
48738
48738
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -52405,7 +52405,7 @@ class FocusAreaToolsModalComponent {
|
|
|
52405
52405
|
}] }); })();
|
|
52406
52406
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
52407
52407
|
|
|
52408
|
-
const _c0$
|
|
52408
|
+
const _c0$s = ["shopNameInput"];
|
|
52409
52409
|
const _forTrack0$k = ($index, $item) => $item.focusAreaDomain;
|
|
52410
52410
|
function SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
52411
52411
|
i0.ɵɵtext(0, " Shopify ");
|
|
@@ -53568,7 +53568,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53568
53568
|
}
|
|
53569
53569
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
53570
53570
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
53571
|
-
i0.ɵɵviewQuery(_c0$
|
|
53571
|
+
i0.ɵɵviewQuery(_c0$s, 5);
|
|
53572
53572
|
} if (rf & 2) {
|
|
53573
53573
|
let _t;
|
|
53574
53574
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -56465,7 +56465,7 @@ class ChartValueFormatter {
|
|
|
56465
56465
|
}
|
|
56466
56466
|
}
|
|
56467
56467
|
|
|
56468
|
-
const _c0$
|
|
56468
|
+
const _c0$r = ["chartdiv"];
|
|
56469
56469
|
class AreaChartComponent {
|
|
56470
56470
|
constructor() {
|
|
56471
56471
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -56773,7 +56773,7 @@ class AreaChartComponent {
|
|
|
56773
56773
|
}
|
|
56774
56774
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
56775
56775
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
56776
|
-
i0.ɵɵviewQuery(_c0$
|
|
56776
|
+
i0.ɵɵviewQuery(_c0$r, 7);
|
|
56777
56777
|
} if (rf & 2) {
|
|
56778
56778
|
let _t;
|
|
56779
56779
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -57699,6 +57699,7 @@ class IndeterminateSpinnerComponent {
|
|
|
57699
57699
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], color: [{ type: i0.Input, args: [{ isSignal: true, alias: "color", required: false }] }] }); })();
|
|
57700
57700
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IndeterminateSpinnerComponent, { className: "IndeterminateSpinnerComponent", filePath: "lib/components/shared/indeterminate-spinner.component.ts", lineNumber: 94 }); })();
|
|
57701
57701
|
|
|
57702
|
+
const _c0$q = () => [];
|
|
57702
57703
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
57703
57704
|
i0.ɵɵelementStart(0, "div", 12);
|
|
57704
57705
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 13);
|
|
@@ -57720,7 +57721,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_24_Template(rf,
|
|
|
57720
57721
|
i0.ɵɵelementEnd()()()()();
|
|
57721
57722
|
} if (rf & 2) {
|
|
57722
57723
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
57723
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus())("hasTargets", false);
|
|
57724
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", false);
|
|
57724
57725
|
i0.ɵɵadvance();
|
|
57725
57726
|
i0.ɵɵproperty("ngClass", ctx_r0.loadingMessageContainerClasses());
|
|
57726
57727
|
i0.ɵɵadvance();
|
|
@@ -57740,9 +57741,9 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template(rf,
|
|
|
57740
57741
|
i0.ɵɵelementEnd()();
|
|
57741
57742
|
} if (rf & 2) {
|
|
57742
57743
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
57743
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus())("hasTargets", false);
|
|
57744
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", false);
|
|
57744
57745
|
i0.ɵɵadvance(2);
|
|
57745
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics())("mainUiData", ctx_r0.mainUiData())("yoyUiData", ctx_r0.yoyUiData())("trendUiData", ctx_r0.trendUiData())("shopId", ctx_r0.shopId());
|
|
57746
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(9, _c0$q))("mainUiData", ctx_r0.mainUiData())("yoyUiData", ctx_r0.yoyUiData())("trendUiData", ctx_r0.trendUiData())("shopId", ctx_r0.shopId() ?? 0);
|
|
57746
57747
|
} }
|
|
57747
57748
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
57748
57749
|
i0.ɵɵelement(0, "symphiq-revenue-calculator-welcome-banner", 14);
|
|
@@ -57760,7 +57761,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Template(rf,
|
|
|
57760
57761
|
i0.ɵɵelementEnd()()();
|
|
57761
57762
|
} if (rf & 2) {
|
|
57762
57763
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
57763
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus())("hasTargets", true);
|
|
57764
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", true);
|
|
57764
57765
|
i0.ɵɵadvance();
|
|
57765
57766
|
i0.ɵɵproperty("ngClass", ctx_r0.placeholderContainerClasses());
|
|
57766
57767
|
i0.ɵɵadvance(3);
|
|
@@ -57795,8 +57796,8 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
57795
57796
|
this.scrollProgress = signal(0, ...(ngDevMode ? [{ debugName: "scrollProgress" }] : []));
|
|
57796
57797
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
57797
57798
|
this.hasCurrentYearTargets = computed(() => {
|
|
57798
|
-
const targets = this.targets();
|
|
57799
|
-
const metrics = this.funnelMetrics();
|
|
57799
|
+
const targets = this.targets() ?? [];
|
|
57800
|
+
const metrics = this.funnelMetrics() ?? [];
|
|
57800
57801
|
if (targets.length === 0 || metrics.length === 0) {
|
|
57801
57802
|
return false;
|
|
57802
57803
|
}
|
|
@@ -57915,7 +57916,7 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
57915
57916
|
i0.ɵɵlistener("stepClick", function SymphiqRevenueCalculatorDashboardComponent_Template_symphiq_journey_progress_indicator_stepClick_20_listener($event) { return ctx.stepClick.emit($event); })("nextStepClick", function SymphiqRevenueCalculatorDashboardComponent_Template_symphiq_journey_progress_indicator_nextStepClick_20_listener() { return ctx.nextStepClick.emit(); });
|
|
57916
57917
|
i0.ɵɵelementEnd();
|
|
57917
57918
|
i0.ɵɵelementStart(21, "main", 11)(22, "div", 6);
|
|
57918
|
-
i0.ɵɵconditionalCreate(23, SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template, 2, 1, "div", 12)(24, SymphiqRevenueCalculatorDashboardComponent_Conditional_24_Template, 10, 8)(25, SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template, 3,
|
|
57919
|
+
i0.ɵɵconditionalCreate(23, SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template, 2, 1, "div", 12)(24, SymphiqRevenueCalculatorDashboardComponent_Conditional_24_Template, 10, 8)(25, SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template, 3, 10)(26, SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Template, 10, 7);
|
|
57919
57920
|
i0.ɵɵelementEnd()()()();
|
|
57920
57921
|
} if (rf & 2) {
|
|
57921
57922
|
i0.ɵɵproperty("ngClass", ctx.getContainerClasses());
|
|
@@ -57964,172 +57965,172 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
57964
57965
|
IndeterminateSpinnerComponent
|
|
57965
57966
|
],
|
|
57966
57967
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
57967
|
-
template: `
|
|
57968
|
-
<div [ngClass]="getContainerClasses()">
|
|
57969
|
-
<!-- Scroll Progress Bar -->
|
|
57970
|
-
<div [class]="embedded() ? 'sticky top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30' : 'fixed top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30'">
|
|
57971
|
-
<div
|
|
57972
|
-
[style.width.%]="scrollProgress()"
|
|
57973
|
-
[ngClass]="isLightMode() ? 'bg-gradient-to-r from-blue-500 to-purple-500' : 'bg-gradient-to-r from-blue-400 to-purple-400'"
|
|
57974
|
-
class="h-full transition-all duration-200 ease-out">
|
|
57975
|
-
</div>
|
|
57976
|
-
</div>
|
|
57977
|
-
|
|
57978
|
-
<!-- Animated Background Bubbles -->
|
|
57979
|
-
<div class="animated-bubbles" [class.light-mode]="isLightMode()" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
57980
|
-
|
|
57981
|
-
<div class="relative z-[51]">
|
|
57982
|
-
<header [ngClass]="getHeaderClasses()" class="sticky top-0 z-50">
|
|
57983
|
-
<!-- Expanded Header -->
|
|
57984
|
-
<div
|
|
57985
|
-
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
57986
|
-
[class.max-h-0]="headerScrollService.isScrolled()"
|
|
57987
|
-
[class.opacity-0]="headerScrollService.isScrolled()"
|
|
57988
|
-
[class.max-h-96]="!headerScrollService.isScrolled()"
|
|
57989
|
-
[class.opacity-100]="!headerScrollService.isScrolled()">
|
|
57990
|
-
<div
|
|
57991
|
-
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8"
|
|
57992
|
-
[class.pointer-events-none]="headerScrollService.isScrolled()"
|
|
57993
|
-
[class.pointer-events-auto]="!headerScrollService.isScrolled()">
|
|
57994
|
-
<div class="flex items-center justify-between">
|
|
57995
|
-
<div>
|
|
57996
|
-
<h1 [ngClass]="getMainTitleClasses()">
|
|
57997
|
-
Revenue Calculator
|
|
57998
|
-
</h1>
|
|
57999
|
-
<p [ngClass]="getSubtitleClasses()">
|
|
58000
|
-
Set Metric-Level Targets for Bottom-Up Revenue Planning
|
|
58001
|
-
</p>
|
|
58002
|
-
</div>
|
|
58003
|
-
</div>
|
|
58004
|
-
</div>
|
|
58005
|
-
</div>
|
|
58006
|
-
|
|
58007
|
-
<!-- Condensed Header -->
|
|
58008
|
-
<div
|
|
58009
|
-
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
58010
|
-
[class.max-h-0]="!headerScrollService.isScrolled()"
|
|
58011
|
-
[class.opacity-0]="!headerScrollService.isScrolled()"
|
|
58012
|
-
[class.max-h-20]="headerScrollService.isScrolled()"
|
|
58013
|
-
[class.opacity-100]="headerScrollService.isScrolled()">
|
|
58014
|
-
<div
|
|
58015
|
-
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-3"
|
|
58016
|
-
[class.pointer-events-none]="!headerScrollService.isScrolled()"
|
|
58017
|
-
[class.pointer-events-auto]="headerScrollService.isScrolled()">
|
|
58018
|
-
<div class="flex items-center justify-between">
|
|
58019
|
-
<div class="flex-1 min-w-0 mr-4">
|
|
58020
|
-
<h1 [ngClass]="isLightMode() ? 'text-xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent truncate' : 'text-xl font-bold bg-gradient-to-r from-blue-400 to-purple-400 bg-clip-text text-transparent truncate'">
|
|
58021
|
-
Revenue Calculator
|
|
58022
|
-
</h1>
|
|
58023
|
-
</div>
|
|
58024
|
-
</div>
|
|
58025
|
-
</div>
|
|
58026
|
-
</div>
|
|
58027
|
-
</header>
|
|
58028
|
-
|
|
58029
|
-
<!-- Journey Progress Indicator -->
|
|
58030
|
-
<symphiq-journey-progress-indicator
|
|
58031
|
-
[viewMode]="viewMode()"
|
|
58032
|
-
[currentStepId]="JourneyStepIdEnum.REVENUE_CALCULATOR"
|
|
58033
|
-
[showNextStepAction]="hasCurrentYearTargets()"
|
|
58034
|
-
[forDemo]="forDemo()"
|
|
58035
|
-
[maxAccessibleStepId]="maxAccessibleStepId()"
|
|
58036
|
-
(stepClick)="stepClick.emit($event)"
|
|
58037
|
-
(nextStepClick)="nextStepClick.emit()"
|
|
58038
|
-
/>
|
|
58039
|
-
|
|
58040
|
-
<main class="relative">
|
|
58041
|
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
58042
|
-
|
|
58043
|
-
<!-- State 1: Pure Loading (isLoading = true) -->
|
|
58044
|
-
@if (isLoading()) {
|
|
58045
|
-
<div class="flex items-center justify-center min-h-[400px]">
|
|
58046
|
-
<symphiq-indeterminate-spinner
|
|
58047
|
-
[viewMode]="viewMode()"
|
|
58048
|
-
size="large"
|
|
58049
|
-
/>
|
|
58050
|
-
</div>
|
|
58051
|
-
}
|
|
58052
|
-
|
|
58053
|
-
<!-- State 2: Data Loading Message (isLoading = false && dataLoadStatus !== FULLY_LOADED) -->
|
|
58054
|
-
@else if (dataLoadStatus() !== ShopDataLoadStatusEnum.FULLY_LOADED) {
|
|
58055
|
-
<symphiq-revenue-calculator-welcome-banner
|
|
58056
|
-
[viewMode]="viewMode()"
|
|
58057
|
-
[dataLoadStatus]="dataLoadStatus()"
|
|
58058
|
-
[hasTargets]="false"
|
|
58059
|
-
/>
|
|
58060
|
-
|
|
58061
|
-
<!-- Loading Message Card -->
|
|
58062
|
-
<div [ngClass]="loadingMessageContainerClasses()" class="mt-8 rounded-2xl border shadow-lg overflow-hidden">
|
|
58063
|
-
<div [ngClass]="loadingMessageContentClasses()" class="px-8 py-12">
|
|
58064
|
-
<div class="flex flex-col items-center text-center space-y-6">
|
|
58065
|
-
<symphiq-indeterminate-spinner
|
|
58066
|
-
[viewMode]="viewMode()"
|
|
58067
|
-
size="large"
|
|
58068
|
-
/>
|
|
58069
|
-
<div class="space-y-2">
|
|
58070
|
-
<h3 [ngClass]="loadingTitleClasses()" class="text-xl font-bold">
|
|
58071
|
-
Downloading Your Google Analytics 4 Data
|
|
58072
|
-
</h3>
|
|
58073
|
-
<p [ngClass]="loadingTextClasses()" class="text-sm max-w-md">
|
|
58074
|
-
Symphiq is fetching your historical metrics to establish baseline performance. This may take a moment as we gather your funnel data.
|
|
58075
|
-
</p>
|
|
58076
|
-
</div>
|
|
58077
|
-
</div>
|
|
58078
|
-
</div>
|
|
58079
|
-
</div>
|
|
58080
|
-
}
|
|
58081
|
-
|
|
58082
|
-
<!-- State 3a: Initial Target Setting (isLoading = false && dataLoadStatus === FULLY_LOADED && !hasCurrentYearTargets) -->
|
|
58083
|
-
@else if (!hasCurrentYearTargets()) {
|
|
58084
|
-
<symphiq-revenue-calculator-welcome-banner
|
|
58085
|
-
[viewMode]="viewMode()"
|
|
58086
|
-
[dataLoadStatus]="dataLoadStatus()"
|
|
58087
|
-
[hasTargets]="false"
|
|
58088
|
-
/>
|
|
58089
|
-
|
|
58090
|
-
<div class="mt-8">
|
|
58091
|
-
<symphiq-initial-target-setting
|
|
58092
|
-
[viewMode]="viewMode()"
|
|
58093
|
-
[funnelMetrics]="funnelMetrics()"
|
|
58094
|
-
[mainUiData]="mainUiData()"
|
|
58095
|
-
[yoyUiData]="yoyUiData()"
|
|
58096
|
-
[trendUiData]="trendUiData()"
|
|
58097
|
-
[shopId]="shopId()"
|
|
58098
|
-
(targetsCreated)="targetsCreated.emit($event)"
|
|
58099
|
-
/>
|
|
58100
|
-
</div>
|
|
58101
|
-
}
|
|
58102
|
-
|
|
58103
|
-
<!-- State 3b: Final Dashboard (isLoading = false && dataLoadStatus === FULLY_LOADED && hasCurrentYearTargets) -->
|
|
58104
|
-
@else {
|
|
58105
|
-
<symphiq-revenue-calculator-welcome-banner
|
|
58106
|
-
[viewMode]="viewMode()"
|
|
58107
|
-
[dataLoadStatus]="dataLoadStatus()"
|
|
58108
|
-
[hasTargets]="true"
|
|
58109
|
-
/>
|
|
58110
|
-
|
|
58111
|
-
<!-- Placeholder for Revenue Calculator Content -->
|
|
58112
|
-
<div [ngClass]="placeholderContainerClasses()" class="mt-8 rounded-2xl border-2 border-dashed p-12">
|
|
58113
|
-
<div class="text-center space-y-4">
|
|
58114
|
-
<div class="flex justify-center">
|
|
58115
|
-
<svg [ngClass]="placeholderIconClasses()" class="w-16 h-16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
58116
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z"></path>
|
|
58117
|
-
</svg>
|
|
58118
|
-
</div>
|
|
58119
|
-
<h3 [ngClass]="placeholderTitleClasses()" class="text-2xl font-bold">
|
|
58120
|
-
Revenue Calculator Dashboard
|
|
58121
|
-
</h3>
|
|
58122
|
-
<p [ngClass]="placeholderTextClasses()" class="text-base max-w-2xl mx-auto">
|
|
58123
|
-
Your targets are set! The full revenue calculator dashboard with pacing and insights will be displayed here.
|
|
58124
|
-
</p>
|
|
58125
|
-
</div>
|
|
58126
|
-
</div>
|
|
58127
|
-
}
|
|
58128
|
-
|
|
58129
|
-
</div>
|
|
58130
|
-
</main>
|
|
58131
|
-
</div>
|
|
58132
|
-
</div>
|
|
57968
|
+
template: `
|
|
57969
|
+
<div [ngClass]="getContainerClasses()">
|
|
57970
|
+
<!-- Scroll Progress Bar -->
|
|
57971
|
+
<div [class]="embedded() ? 'sticky top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30' : 'fixed top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30'">
|
|
57972
|
+
<div
|
|
57973
|
+
[style.width.%]="scrollProgress()"
|
|
57974
|
+
[ngClass]="isLightMode() ? 'bg-gradient-to-r from-blue-500 to-purple-500' : 'bg-gradient-to-r from-blue-400 to-purple-400'"
|
|
57975
|
+
class="h-full transition-all duration-200 ease-out">
|
|
57976
|
+
</div>
|
|
57977
|
+
</div>
|
|
57978
|
+
|
|
57979
|
+
<!-- Animated Background Bubbles -->
|
|
57980
|
+
<div class="animated-bubbles" [class.light-mode]="isLightMode()" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
57981
|
+
|
|
57982
|
+
<div class="relative z-[51]">
|
|
57983
|
+
<header [ngClass]="getHeaderClasses()" class="sticky top-0 z-50">
|
|
57984
|
+
<!-- Expanded Header -->
|
|
57985
|
+
<div
|
|
57986
|
+
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
57987
|
+
[class.max-h-0]="headerScrollService.isScrolled()"
|
|
57988
|
+
[class.opacity-0]="headerScrollService.isScrolled()"
|
|
57989
|
+
[class.max-h-96]="!headerScrollService.isScrolled()"
|
|
57990
|
+
[class.opacity-100]="!headerScrollService.isScrolled()">
|
|
57991
|
+
<div
|
|
57992
|
+
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8"
|
|
57993
|
+
[class.pointer-events-none]="headerScrollService.isScrolled()"
|
|
57994
|
+
[class.pointer-events-auto]="!headerScrollService.isScrolled()">
|
|
57995
|
+
<div class="flex items-center justify-between">
|
|
57996
|
+
<div>
|
|
57997
|
+
<h1 [ngClass]="getMainTitleClasses()">
|
|
57998
|
+
Revenue Calculator
|
|
57999
|
+
</h1>
|
|
58000
|
+
<p [ngClass]="getSubtitleClasses()">
|
|
58001
|
+
Set Metric-Level Targets for Bottom-Up Revenue Planning
|
|
58002
|
+
</p>
|
|
58003
|
+
</div>
|
|
58004
|
+
</div>
|
|
58005
|
+
</div>
|
|
58006
|
+
</div>
|
|
58007
|
+
|
|
58008
|
+
<!-- Condensed Header -->
|
|
58009
|
+
<div
|
|
58010
|
+
class="transition-all duration-300 ease-in-out overflow-hidden"
|
|
58011
|
+
[class.max-h-0]="!headerScrollService.isScrolled()"
|
|
58012
|
+
[class.opacity-0]="!headerScrollService.isScrolled()"
|
|
58013
|
+
[class.max-h-20]="headerScrollService.isScrolled()"
|
|
58014
|
+
[class.opacity-100]="headerScrollService.isScrolled()">
|
|
58015
|
+
<div
|
|
58016
|
+
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-3"
|
|
58017
|
+
[class.pointer-events-none]="!headerScrollService.isScrolled()"
|
|
58018
|
+
[class.pointer-events-auto]="headerScrollService.isScrolled()">
|
|
58019
|
+
<div class="flex items-center justify-between">
|
|
58020
|
+
<div class="flex-1 min-w-0 mr-4">
|
|
58021
|
+
<h1 [ngClass]="isLightMode() ? 'text-xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent truncate' : 'text-xl font-bold bg-gradient-to-r from-blue-400 to-purple-400 bg-clip-text text-transparent truncate'">
|
|
58022
|
+
Revenue Calculator
|
|
58023
|
+
</h1>
|
|
58024
|
+
</div>
|
|
58025
|
+
</div>
|
|
58026
|
+
</div>
|
|
58027
|
+
</div>
|
|
58028
|
+
</header>
|
|
58029
|
+
|
|
58030
|
+
<!-- Journey Progress Indicator -->
|
|
58031
|
+
<symphiq-journey-progress-indicator
|
|
58032
|
+
[viewMode]="viewMode()"
|
|
58033
|
+
[currentStepId]="JourneyStepIdEnum.REVENUE_CALCULATOR"
|
|
58034
|
+
[showNextStepAction]="hasCurrentYearTargets()"
|
|
58035
|
+
[forDemo]="forDemo()"
|
|
58036
|
+
[maxAccessibleStepId]="maxAccessibleStepId()"
|
|
58037
|
+
(stepClick)="stepClick.emit($event)"
|
|
58038
|
+
(nextStepClick)="nextStepClick.emit()"
|
|
58039
|
+
/>
|
|
58040
|
+
|
|
58041
|
+
<main class="relative">
|
|
58042
|
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
58043
|
+
|
|
58044
|
+
<!-- State 1: Pure Loading (isLoading = true) -->
|
|
58045
|
+
@if (isLoading()) {
|
|
58046
|
+
<div class="flex items-center justify-center min-h-[400px]">
|
|
58047
|
+
<symphiq-indeterminate-spinner
|
|
58048
|
+
[viewMode]="viewMode()"
|
|
58049
|
+
size="large"
|
|
58050
|
+
/>
|
|
58051
|
+
</div>
|
|
58052
|
+
}
|
|
58053
|
+
|
|
58054
|
+
<!-- State 2: Data Loading Message (isLoading = false && dataLoadStatus !== FULLY_LOADED) -->
|
|
58055
|
+
@else if (dataLoadStatus() !== ShopDataLoadStatusEnum.FULLY_LOADED) {
|
|
58056
|
+
<symphiq-revenue-calculator-welcome-banner
|
|
58057
|
+
[viewMode]="viewMode()"
|
|
58058
|
+
[dataLoadStatus]="dataLoadStatus() ?? ShopDataLoadStatusEnum.NOT_LOADED"
|
|
58059
|
+
[hasTargets]="false"
|
|
58060
|
+
/>
|
|
58061
|
+
|
|
58062
|
+
<!-- Loading Message Card -->
|
|
58063
|
+
<div [ngClass]="loadingMessageContainerClasses()" class="mt-8 rounded-2xl border shadow-lg overflow-hidden">
|
|
58064
|
+
<div [ngClass]="loadingMessageContentClasses()" class="px-8 py-12">
|
|
58065
|
+
<div class="flex flex-col items-center text-center space-y-6">
|
|
58066
|
+
<symphiq-indeterminate-spinner
|
|
58067
|
+
[viewMode]="viewMode()"
|
|
58068
|
+
size="large"
|
|
58069
|
+
/>
|
|
58070
|
+
<div class="space-y-2">
|
|
58071
|
+
<h3 [ngClass]="loadingTitleClasses()" class="text-xl font-bold">
|
|
58072
|
+
Downloading Your Google Analytics 4 Data
|
|
58073
|
+
</h3>
|
|
58074
|
+
<p [ngClass]="loadingTextClasses()" class="text-sm max-w-md">
|
|
58075
|
+
Symphiq is fetching your historical metrics to establish baseline performance. This may take a moment as we gather your funnel data.
|
|
58076
|
+
</p>
|
|
58077
|
+
</div>
|
|
58078
|
+
</div>
|
|
58079
|
+
</div>
|
|
58080
|
+
</div>
|
|
58081
|
+
}
|
|
58082
|
+
|
|
58083
|
+
<!-- State 3a: Initial Target Setting (isLoading = false && dataLoadStatus === FULLY_LOADED && !hasCurrentYearTargets) -->
|
|
58084
|
+
@else if (!hasCurrentYearTargets()) {
|
|
58085
|
+
<symphiq-revenue-calculator-welcome-banner
|
|
58086
|
+
[viewMode]="viewMode()"
|
|
58087
|
+
[dataLoadStatus]="dataLoadStatus() ?? ShopDataLoadStatusEnum.NOT_LOADED"
|
|
58088
|
+
[hasTargets]="false"
|
|
58089
|
+
/>
|
|
58090
|
+
|
|
58091
|
+
<div class="mt-8">
|
|
58092
|
+
<symphiq-initial-target-setting
|
|
58093
|
+
[viewMode]="viewMode()"
|
|
58094
|
+
[funnelMetrics]="funnelMetrics() ?? []"
|
|
58095
|
+
[mainUiData]="mainUiData()"
|
|
58096
|
+
[yoyUiData]="yoyUiData()"
|
|
58097
|
+
[trendUiData]="trendUiData()"
|
|
58098
|
+
[shopId]="shopId() ?? 0"
|
|
58099
|
+
(targetsCreated)="targetsCreated.emit($event)"
|
|
58100
|
+
/>
|
|
58101
|
+
</div>
|
|
58102
|
+
}
|
|
58103
|
+
|
|
58104
|
+
<!-- State 3b: Final Dashboard (isLoading = false && dataLoadStatus === FULLY_LOADED && hasCurrentYearTargets) -->
|
|
58105
|
+
@else {
|
|
58106
|
+
<symphiq-revenue-calculator-welcome-banner
|
|
58107
|
+
[viewMode]="viewMode()"
|
|
58108
|
+
[dataLoadStatus]="dataLoadStatus() ?? ShopDataLoadStatusEnum.NOT_LOADED"
|
|
58109
|
+
[hasTargets]="true"
|
|
58110
|
+
/>
|
|
58111
|
+
|
|
58112
|
+
<!-- Placeholder for Revenue Calculator Content -->
|
|
58113
|
+
<div [ngClass]="placeholderContainerClasses()" class="mt-8 rounded-2xl border-2 border-dashed p-12">
|
|
58114
|
+
<div class="text-center space-y-4">
|
|
58115
|
+
<div class="flex justify-center">
|
|
58116
|
+
<svg [ngClass]="placeholderIconClasses()" class="w-16 h-16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
58117
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z"></path>
|
|
58118
|
+
</svg>
|
|
58119
|
+
</div>
|
|
58120
|
+
<h3 [ngClass]="placeholderTitleClasses()" class="text-2xl font-bold">
|
|
58121
|
+
Revenue Calculator Dashboard
|
|
58122
|
+
</h3>
|
|
58123
|
+
<p [ngClass]="placeholderTextClasses()" class="text-base max-w-2xl mx-auto">
|
|
58124
|
+
Your targets are set! The full revenue calculator dashboard with pacing and insights will be displayed here.
|
|
58125
|
+
</p>
|
|
58126
|
+
</div>
|
|
58127
|
+
</div>
|
|
58128
|
+
}
|
|
58129
|
+
|
|
58130
|
+
</div>
|
|
58131
|
+
</main>
|
|
58132
|
+
</div>
|
|
58133
|
+
</div>
|
|
58133
58134
|
`
|
|
58134
58135
|
}]
|
|
58135
58136
|
}], () => [], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], dataLoadStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataLoadStatus", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], yoyUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "yoyUiData", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], shopId: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopId", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], targetsCreated: [{ type: i0.Output, args: ["targetsCreated"] }], onWindowScroll: [{
|