@eric-emg/symphiq-components 1.2.443 → 1.2.445
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 +427 -162
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +37 -1
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3258,7 +3258,7 @@ class DataLoaderService {
|
|
|
3258
3258
|
args: [{ providedIn: 'root' }]
|
|
3259
3259
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3260
3260
|
|
|
3261
|
-
const _c0$
|
|
3261
|
+
const _c0$1g = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3262
3262
|
const _c1$I = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3263
3263
|
class SkeletonLoaderComponent {
|
|
3264
3264
|
constructor() {
|
|
@@ -3275,7 +3275,7 @@ class SkeletonLoaderComponent {
|
|
|
3275
3275
|
} if (rf & 2) {
|
|
3276
3276
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
3277
3277
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
3278
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
3278
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$1g, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3279
3279
|
i0.ɵɵadvance();
|
|
3280
3280
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$I, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
3281
3281
|
} }, 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 }); }
|
|
@@ -3315,7 +3315,7 @@ const ChartContainerComponent_Conditional_1_Conditional_13_Defer_2_DepsFn = () =
|
|
|
3315
3315
|
const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
3316
3316
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
3317
3317
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
3318
|
-
const _c0$
|
|
3318
|
+
const _c0$1f = (a0, a1) => [a0, a1];
|
|
3319
3319
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3320
3320
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
3321
3321
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -3367,7 +3367,7 @@ function ChartContainerComponent_Conditional_1_Conditional_11_Template(rf, ctx)
|
|
|
3367
3367
|
i0.ɵɵelementEnd()();
|
|
3368
3368
|
} if (rf & 2) {
|
|
3369
3369
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
3370
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
3370
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$1f, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
3371
3371
|
} }
|
|
3372
3372
|
function ChartContainerComponent_Conditional_1_Conditional_13_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
3373
3373
|
i0.ɵɵelement(0, "symphiq-line-chart", 23);
|
|
@@ -4969,7 +4969,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
4969
4969
|
}], 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"] }] }); })();
|
|
4970
4970
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
4971
4971
|
|
|
4972
|
-
const _c0$
|
|
4972
|
+
const _c0$1e = () => [1, 2, 3, 4];
|
|
4973
4973
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
4974
4974
|
i0.ɵɵelementStart(0, "div", 9);
|
|
4975
4975
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -5003,7 +5003,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
5003
5003
|
i0.ɵɵadvance(2);
|
|
5004
5004
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
5005
5005
|
i0.ɵɵadvance(2);
|
|
5006
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
5006
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$1e));
|
|
5007
5007
|
i0.ɵɵadvance(2);
|
|
5008
5008
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
5009
5009
|
} }
|
|
@@ -6218,7 +6218,7 @@ class OverallAssessmentComponent {
|
|
|
6218
6218
|
}], 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"] }] }); })();
|
|
6219
6219
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
6220
6220
|
|
|
6221
|
-
const _c0$
|
|
6221
|
+
const _c0$1d = () => [1, 2, 3];
|
|
6222
6222
|
const _c1$H = () => [1, 2, 3, 4];
|
|
6223
6223
|
const _c2$u = () => [];
|
|
6224
6224
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -6256,7 +6256,7 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
6256
6256
|
i0.ɵɵadvance();
|
|
6257
6257
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
6258
6258
|
i0.ɵɵadvance();
|
|
6259
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
6259
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$1d));
|
|
6260
6260
|
i0.ɵɵadvance(3);
|
|
6261
6261
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$H));
|
|
6262
6262
|
} }
|
|
@@ -8956,7 +8956,7 @@ class MetricCardComponent {
|
|
|
8956
8956
|
}], () => [], { 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 }] }] }); })();
|
|
8957
8957
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
8958
8958
|
|
|
8959
|
-
const _c0$
|
|
8959
|
+
const _c0$1c = () => [1, 2, 3];
|
|
8960
8960
|
const _c1$G = (a0, a1, a2) => [a0, a1, a2];
|
|
8961
8961
|
const _c2$t = (a0, a1) => [a0, a1];
|
|
8962
8962
|
const _forTrack0$12 = ($index, $item) => $item.metric;
|
|
@@ -8986,7 +8986,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
8986
8986
|
i0.ɵɵadvance();
|
|
8987
8987
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
8988
8988
|
i0.ɵɵadvance(2);
|
|
8989
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
8989
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$1c));
|
|
8990
8990
|
} }
|
|
8991
8991
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
8992
8992
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -9005,7 +9005,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
9005
9005
|
i0.ɵɵadvance();
|
|
9006
9006
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
9007
9007
|
i0.ɵɵadvance(2);
|
|
9008
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
9008
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$1c));
|
|
9009
9009
|
} }
|
|
9010
9010
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
9011
9011
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -11533,7 +11533,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
11533
11533
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
11534
11534
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
11535
11535
|
|
|
11536
|
-
const _c0$
|
|
11536
|
+
const _c0$1b = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
11537
11537
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
11538
11538
|
i0.ɵɵelement(0, "div", 12);
|
|
11539
11539
|
} if (rf & 2) {
|
|
@@ -11809,7 +11809,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
11809
11809
|
i0.ɵɵadvance();
|
|
11810
11810
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
11811
11811
|
i0.ɵɵadvance(3);
|
|
11812
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$
|
|
11812
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$1b));
|
|
11813
11813
|
i0.ɵɵadvance(2);
|
|
11814
11814
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
11815
11815
|
i0.ɵɵadvance();
|
|
@@ -11985,7 +11985,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
11985
11985
|
}], 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 }] }] }); })();
|
|
11986
11986
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
11987
11987
|
|
|
11988
|
-
const _c0$
|
|
11988
|
+
const _c0$1a = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
11989
11989
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
11990
11990
|
i0.ɵɵelement(0, "div", 17);
|
|
11991
11991
|
} if (rf & 2) {
|
|
@@ -12496,7 +12496,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
12496
12496
|
i0.ɵɵadvance();
|
|
12497
12497
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12498
12498
|
i0.ɵɵadvance(3);
|
|
12499
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
12499
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$1a));
|
|
12500
12500
|
i0.ɵɵadvance(2);
|
|
12501
12501
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12502
12502
|
i0.ɵɵadvance();
|
|
@@ -12957,7 +12957,7 @@ class ProfileItemLookupService {
|
|
|
12957
12957
|
}]
|
|
12958
12958
|
}], null, null); })();
|
|
12959
12959
|
|
|
12960
|
-
const _c0$
|
|
12960
|
+
const _c0$19 = a0 => ({ name: "chevron-right", source: a0 });
|
|
12961
12961
|
const _forTrack0$$ = ($index, $item) => $item.id;
|
|
12962
12962
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
12963
12963
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -12975,7 +12975,7 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
12975
12975
|
i0.ɵɵadvance(2);
|
|
12976
12976
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
12977
12977
|
i0.ɵɵadvance();
|
|
12978
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
12978
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$19, ctx_r2.IconSourceEnum.HEROICONS));
|
|
12979
12979
|
} }
|
|
12980
12980
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
12981
12981
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13059,7 +13059,7 @@ class RelatedAreaChipsComponent {
|
|
|
13059
13059
|
}], 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 }] }] }); })();
|
|
13060
13060
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13061
13061
|
|
|
13062
|
-
const _c0$
|
|
13062
|
+
const _c0$18 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13063
13063
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13064
13064
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13065
13065
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13076,7 +13076,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
13076
13076
|
i0.ɵɵadvance(2);
|
|
13077
13077
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
13078
13078
|
i0.ɵɵadvance();
|
|
13079
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13079
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$18, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13080
13080
|
} }
|
|
13081
13081
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13082
13082
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13477,7 +13477,7 @@ class CompetitorContextSectionComponent {
|
|
|
13477
13477
|
}], 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"] }] }); })();
|
|
13478
13478
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
13479
13479
|
|
|
13480
|
-
const _c0$
|
|
13480
|
+
const _c0$17 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13481
13481
|
const _forTrack0$Z = ($index, $item) => $item.id;
|
|
13482
13482
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
13483
13483
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -13498,7 +13498,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
13498
13498
|
i0.ɵɵadvance(2);
|
|
13499
13499
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
13500
13500
|
i0.ɵɵadvance();
|
|
13501
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
13501
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$17, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13502
13502
|
} }
|
|
13503
13503
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
13504
13504
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -20466,7 +20466,7 @@ class MarkdownTooltipComponent {
|
|
|
20466
20466
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
20467
20467
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
|
|
20468
20468
|
|
|
20469
|
-
const _c0$
|
|
20469
|
+
const _c0$16 = () => [];
|
|
20470
20470
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20471
20471
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
20472
20472
|
} if (rf & 2) {
|
|
@@ -20630,7 +20630,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
20630
20630
|
} if (rf & 2) {
|
|
20631
20631
|
i0.ɵɵnextContext(2);
|
|
20632
20632
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
20633
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
20633
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$16));
|
|
20634
20634
|
} }
|
|
20635
20635
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
20636
20636
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -21760,7 +21760,7 @@ class SearchService {
|
|
|
21760
21760
|
}]
|
|
21761
21761
|
}], null, null); })();
|
|
21762
21762
|
|
|
21763
|
-
const _c0$
|
|
21763
|
+
const _c0$15 = ["searchInput"];
|
|
21764
21764
|
const _forTrack0$T = ($index, $item) => $item.id;
|
|
21765
21765
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
21766
21766
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -22122,7 +22122,7 @@ class SearchBarComponent {
|
|
|
22122
22122
|
}
|
|
22123
22123
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
22124
22124
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
22125
|
-
i0.ɵɵviewQuery(_c0$
|
|
22125
|
+
i0.ɵɵviewQuery(_c0$15, 5);
|
|
22126
22126
|
} if (rf & 2) {
|
|
22127
22127
|
let _t;
|
|
22128
22128
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -25858,7 +25858,7 @@ class FunnelWelcomeBannerComponent {
|
|
|
25858
25858
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
|
|
25859
25859
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 113 }); })();
|
|
25860
25860
|
|
|
25861
|
-
const _c0$
|
|
25861
|
+
const _c0$14 = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
25862
25862
|
const _c1$F = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
25863
25863
|
class CollapsibleFunnelSectionGroupComponent {
|
|
25864
25864
|
constructor() {
|
|
@@ -25991,7 +25991,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
25991
25991
|
}
|
|
25992
25992
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
25993
25993
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$F, 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) {
|
|
25994
|
-
i0.ɵɵprojectionDef(_c0$
|
|
25994
|
+
i0.ɵɵprojectionDef(_c0$14);
|
|
25995
25995
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
25996
25996
|
i0.ɵɵnamespaceSVG();
|
|
25997
25997
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -26834,7 +26834,7 @@ class ViewModeSwitcherModalComponent {
|
|
|
26834
26834
|
}], 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"] }] }); })();
|
|
26835
26835
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
26836
26836
|
|
|
26837
|
-
const _c0$
|
|
26837
|
+
const _c0$13 = a0 => ({ name: "check-badge", source: a0 });
|
|
26838
26838
|
const _c1$E = a0 => ({ name: "check-circle", source: a0 });
|
|
26839
26839
|
const _c2$s = a0 => ({ name: "chevron-right", source: a0 });
|
|
26840
26840
|
const _forTrack0$P = ($index, $item) => $item.area;
|
|
@@ -26851,7 +26851,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
26851
26851
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
26852
26852
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
26853
26853
|
i0.ɵɵadvance();
|
|
26854
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
26854
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$13, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
26855
26855
|
i0.ɵɵadvance();
|
|
26856
26856
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
26857
26857
|
i0.ɵɵadvance(2);
|
|
@@ -27066,7 +27066,7 @@ class KeyStrengthsListModalContentComponent {
|
|
|
27066
27066
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27067
27067
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
|
|
27068
27068
|
|
|
27069
|
-
const _c0$
|
|
27069
|
+
const _c0$12 = a0 => ({ name: "shield-check", source: a0 });
|
|
27070
27070
|
const _c1$D = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27071
27071
|
const _c2$r = a0 => ({ name: "document-text", source: a0 });
|
|
27072
27072
|
const _c3$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
@@ -27084,7 +27084,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
27084
27084
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
27085
27085
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
27086
27086
|
i0.ɵɵadvance();
|
|
27087
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
27087
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$12, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
27088
27088
|
i0.ɵɵadvance();
|
|
27089
27089
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
27090
27090
|
i0.ɵɵadvance(2);
|
|
@@ -27382,7 +27382,7 @@ class CriticalGapsListModalContentComponent {
|
|
|
27382
27382
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27383
27383
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
|
|
27384
27384
|
|
|
27385
|
-
const _c0$
|
|
27385
|
+
const _c0$11 = a0 => ({ name: "check-circle", source: a0 });
|
|
27386
27386
|
const _c1$C = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27387
27387
|
const _forTrack0$N = ($index, $item) => $item.questionId;
|
|
27388
27388
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -27438,7 +27438,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
27438
27438
|
i0.ɵɵadvance();
|
|
27439
27439
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
27440
27440
|
i0.ɵɵadvance();
|
|
27441
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
27441
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$11, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
27442
27442
|
i0.ɵɵadvance(3);
|
|
27443
27443
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
27444
27444
|
} }
|
|
@@ -27623,7 +27623,7 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
27623
27623
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27624
27624
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
|
|
27625
27625
|
|
|
27626
|
-
const _c0
|
|
27626
|
+
const _c0$10 = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27627
27627
|
const _c1$B = a0 => ({ name: "document-text", source: a0 });
|
|
27628
27628
|
const _c2$q = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27629
27629
|
const _forTrack0$M = ($index, $item) => $item.questionId;
|
|
@@ -27901,7 +27901,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
27901
27901
|
i0.ɵɵadvance();
|
|
27902
27902
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
27903
27903
|
i0.ɵɵadvance(2);
|
|
27904
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0
|
|
27904
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$10, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
27905
27905
|
i0.ɵɵadvance(2);
|
|
27906
27906
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
27907
27907
|
i0.ɵɵadvance(2);
|
|
@@ -29486,7 +29486,7 @@ class TopPriorityDetailModalContentComponent {
|
|
|
29486
29486
|
}], 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 }] }] }); })();
|
|
29487
29487
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
|
|
29488
29488
|
|
|
29489
|
-
const _c0
|
|
29489
|
+
const _c0$$ = a0 => ({ name: "check-badge", source: a0 });
|
|
29490
29490
|
const _c1$A = a0 => ({ name: "check-circle", source: a0 });
|
|
29491
29491
|
const _c2$p = a0 => ({ name: "chevron-right", source: a0 });
|
|
29492
29492
|
const _c3$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -29504,7 +29504,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
29504
29504
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
29505
29505
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
29506
29506
|
i0.ɵɵadvance();
|
|
29507
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0
|
|
29507
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$$, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
29508
29508
|
i0.ɵɵadvance();
|
|
29509
29509
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
29510
29510
|
i0.ɵɵadvance(2);
|
|
@@ -29809,7 +29809,7 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
29809
29809
|
}], 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 }] }] }); })();
|
|
29810
29810
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
|
|
29811
29811
|
|
|
29812
|
-
const _c0$
|
|
29812
|
+
const _c0$_ = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
29813
29813
|
const _c1$z = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
29814
29814
|
const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
29815
29815
|
function _forTrack0$K($index, $item) { return this.getGapTitle($item); }
|
|
@@ -29826,7 +29826,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
29826
29826
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
29827
29827
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
29828
29828
|
i0.ɵɵadvance();
|
|
29829
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
29829
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$_, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
29830
29830
|
i0.ɵɵadvance();
|
|
29831
29831
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
29832
29832
|
i0.ɵɵadvance(2);
|
|
@@ -30203,7 +30203,7 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
30203
30203
|
}], 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 }] }] }); })();
|
|
30204
30204
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
|
|
30205
30205
|
|
|
30206
|
-
const _c0$
|
|
30206
|
+
const _c0$Z = a0 => ({ name: "light-bulb", source: a0 });
|
|
30207
30207
|
const _c1$y = a0 => ({ name: "chevron-right", source: a0 });
|
|
30208
30208
|
const _c2$n = a0 => ({ name: "chart-bar", source: a0 });
|
|
30209
30209
|
const _forTrack0$J = ($index, $item) => $item.opportunity;
|
|
@@ -30220,7 +30220,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
30220
30220
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30221
30221
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30222
30222
|
i0.ɵɵadvance();
|
|
30223
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30223
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$Z, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30224
30224
|
i0.ɵɵadvance();
|
|
30225
30225
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30226
30226
|
i0.ɵɵadvance(2);
|
|
@@ -30472,7 +30472,7 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
30472
30472
|
}], 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 }] }] }); })();
|
|
30473
30473
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
|
|
30474
30474
|
|
|
30475
|
-
const _c0$
|
|
30475
|
+
const _c0$Y = a0 => ({ name: "chevron-right", source: a0 });
|
|
30476
30476
|
const _c1$x = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30477
30477
|
const _forTrack0$I = ($index, $item) => $item.performanceItemId;
|
|
30478
30478
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -30537,7 +30537,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
30537
30537
|
i0.ɵɵadvance(2);
|
|
30538
30538
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
30539
30539
|
i0.ɵɵadvance();
|
|
30540
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
30540
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$Y, ctx_r0.IconSourceEnum.HEROICONS));
|
|
30541
30541
|
} }
|
|
30542
30542
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
30543
30543
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
@@ -30857,7 +30857,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
30857
30857
|
}], 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 }] }] }); })();
|
|
30858
30858
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
|
|
30859
30859
|
|
|
30860
|
-
const _c0$
|
|
30860
|
+
const _c0$X = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30861
30861
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
30862
30862
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
30863
30863
|
i0.ɵɵtext(2);
|
|
@@ -30954,7 +30954,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
30954
30954
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
30955
30955
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
30956
30956
|
i0.ɵɵadvance(2);
|
|
30957
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
30957
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$X, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
30958
30958
|
i0.ɵɵadvance();
|
|
30959
30959
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
30960
30960
|
i0.ɵɵadvance();
|
|
@@ -31193,7 +31193,7 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
31193
31193
|
}], 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 }] }] }); })();
|
|
31194
31194
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
|
|
31195
31195
|
|
|
31196
|
-
const _c0$
|
|
31196
|
+
const _c0$W = a0 => ({ name: "chevron-right", source: a0 });
|
|
31197
31197
|
const _c1$w = () => [];
|
|
31198
31198
|
const _forTrack0$H = ($index, $item) => $item.performanceItemId;
|
|
31199
31199
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31240,7 +31240,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
31240
31240
|
i0.ɵɵadvance(2);
|
|
31241
31241
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31242
31242
|
i0.ɵɵadvance();
|
|
31243
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31243
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$W, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31244
31244
|
} }
|
|
31245
31245
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
31246
31246
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
@@ -31645,7 +31645,7 @@ class CircularProgressComponent {
|
|
|
31645
31645
|
}], 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 }] }] }); })();
|
|
31646
31646
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
31647
31647
|
|
|
31648
|
-
const _c0$
|
|
31648
|
+
const _c0$V = ["*"];
|
|
31649
31649
|
const _c1$v = (a0, a1) => [a0, a1];
|
|
31650
31650
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31651
31651
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -31690,7 +31690,7 @@ class VisualizationContainerComponent {
|
|
|
31690
31690
|
});
|
|
31691
31691
|
}
|
|
31692
31692
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
31693
|
-
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$
|
|
31693
|
+
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$V, 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) {
|
|
31694
31694
|
i0.ɵɵprojectionDef();
|
|
31695
31695
|
i0.ɵɵelementStart(0, "div", 0);
|
|
31696
31696
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -31811,7 +31811,7 @@ class MetricBadgeComponent {
|
|
|
31811
31811
|
}], 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 }] }] }); })();
|
|
31812
31812
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
31813
31813
|
|
|
31814
|
-
const _c0$
|
|
31814
|
+
const _c0$U = a0 => ({ name: "light-bulb", source: a0 });
|
|
31815
31815
|
const _c1$u = a0 => ({ name: "chevron-right", source: a0 });
|
|
31816
31816
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
31817
31817
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -31876,7 +31876,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31876
31876
|
i0.ɵɵadvance();
|
|
31877
31877
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
31878
31878
|
i0.ɵɵadvance();
|
|
31879
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
31879
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$U, ctx.iconSource));
|
|
31880
31880
|
i0.ɵɵadvance(3);
|
|
31881
31881
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
31882
31882
|
i0.ɵɵadvance();
|
|
@@ -31933,7 +31933,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31933
31933
|
}], 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"] }] }); })();
|
|
31934
31934
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
31935
31935
|
|
|
31936
|
-
const _c0$
|
|
31936
|
+
const _c0$T = a0 => ({ name: "users", source: a0 });
|
|
31937
31937
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
31938
31938
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
31939
31939
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -31948,7 +31948,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
31948
31948
|
i0.ɵɵadvance();
|
|
31949
31949
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
31950
31950
|
i0.ɵɵadvance();
|
|
31951
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
31951
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$T, ctx_r0.iconSource));
|
|
31952
31952
|
i0.ɵɵadvance(3);
|
|
31953
31953
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
31954
31954
|
} }
|
|
@@ -32512,7 +32512,7 @@ class ViewportAnimationDirective {
|
|
|
32512
32512
|
type: Input
|
|
32513
32513
|
}] }); })();
|
|
32514
32514
|
|
|
32515
|
-
const _c0$
|
|
32515
|
+
const _c0$S = a0 => ({ name: "star", source: a0 });
|
|
32516
32516
|
const _c1$t = a0 => ({ name: "globe-americas", source: a0 });
|
|
32517
32517
|
const _c2$m = a0 => ({ name: "academic-cap", source: a0 });
|
|
32518
32518
|
const _c3$i = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -32548,7 +32548,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
32548
32548
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
32549
32549
|
} if (rf & 2) {
|
|
32550
32550
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
32551
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
32551
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
32552
32552
|
} }
|
|
32553
32553
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
32554
32554
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -33586,7 +33586,7 @@ class CompetitiveInsightBadgeComponent {
|
|
|
33586
33586
|
}], 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 }] }] }); })();
|
|
33587
33587
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
33588
33588
|
|
|
33589
|
-
const _c0$
|
|
33589
|
+
const _c0$R = a0 => ({ name: "calendar-days", source: a0 });
|
|
33590
33590
|
const _c1$s = a0 => ({ name: "chart-bar", source: a0 });
|
|
33591
33591
|
const _c2$l = a0 => ({ name: "academic-cap", source: a0 });
|
|
33592
33592
|
const _c3$h = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -33607,7 +33607,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
33607
33607
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
33608
33608
|
} if (rf & 2) {
|
|
33609
33609
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33610
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
33610
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$R, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33611
33611
|
} }
|
|
33612
33612
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
33613
33613
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -34420,7 +34420,7 @@ class SeasonCardComponent {
|
|
|
34420
34420
|
}] }); })();
|
|
34421
34421
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
34422
34422
|
|
|
34423
|
-
const _c0$
|
|
34423
|
+
const _c0$Q = a0 => ({ name: "currency-dollar", source: a0 });
|
|
34424
34424
|
const _c1$r = a0 => ({ name: "chart-bar", source: a0 });
|
|
34425
34425
|
const _c2$k = a0 => ({ name: "academic-cap", source: a0 });
|
|
34426
34426
|
const _c3$g = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -34565,7 +34565,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
34565
34565
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34566
34566
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
34567
34567
|
i0.ɵɵadvance();
|
|
34568
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
34568
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$Q, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34569
34569
|
} }
|
|
34570
34570
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
34571
34571
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -35536,7 +35536,7 @@ class CustomerSegmentCardComponent {
|
|
|
35536
35536
|
}] }); })();
|
|
35537
35537
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
35538
35538
|
|
|
35539
|
-
const _c0$
|
|
35539
|
+
const _c0$P = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35540
35540
|
const _c1$q = a0 => ({ name: "document-text", source: a0 });
|
|
35541
35541
|
const _c2$j = a0 => ({ name: "academic-cap", source: a0 });
|
|
35542
35542
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -35634,7 +35634,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
35634
35634
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35635
35635
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35636
35636
|
i0.ɵɵadvance(2);
|
|
35637
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
35637
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$P, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
35638
35638
|
i0.ɵɵadvance();
|
|
35639
35639
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
35640
35640
|
i0.ɵɵadvance(2);
|
|
@@ -36372,7 +36372,7 @@ class PriceTierCardComponent {
|
|
|
36372
36372
|
}] }); })();
|
|
36373
36373
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
36374
36374
|
|
|
36375
|
-
const _c0$
|
|
36375
|
+
const _c0$O = () => ({ name: "cube", source: "HEROICONS" });
|
|
36376
36376
|
const _c1$p = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
36377
36377
|
const _c2$i = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
36378
36378
|
const _c3$e = a0 => ({ name: "chart-bar", source: a0 });
|
|
@@ -36419,7 +36419,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
36419
36419
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
36420
36420
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
36421
36421
|
i0.ɵɵadvance(2);
|
|
36422
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
36422
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$O))("ngClass", ctx_r0.getStatIconClasses());
|
|
36423
36423
|
i0.ɵɵadvance(2);
|
|
36424
36424
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
36425
36425
|
i0.ɵɵadvance(2);
|
|
@@ -37366,13 +37366,13 @@ class ProductCategoryCardComponent {
|
|
|
37366
37366
|
}] }); })();
|
|
37367
37367
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
37368
37368
|
|
|
37369
|
-
const _c0$
|
|
37369
|
+
const _c0$N = (a0, a1) => ({ name: a0, source: a1 });
|
|
37370
37370
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
37371
37371
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
37372
37372
|
} if (rf & 2) {
|
|
37373
37373
|
const star_r1 = ctx.$implicit;
|
|
37374
37374
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
37375
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
37375
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$N, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
37376
37376
|
} }
|
|
37377
37377
|
class CompetitiveStrengthIndicatorComponent {
|
|
37378
37378
|
constructor() {
|
|
@@ -37528,7 +37528,7 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
37528
37528
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
37529
37529
|
}
|
|
37530
37530
|
|
|
37531
|
-
const _c0$
|
|
37531
|
+
const _c0$M = a0 => ({ name: "shield-check", source: a0 });
|
|
37532
37532
|
const _c1$o = a0 => ({ name: "building-storefront", source: a0 });
|
|
37533
37533
|
const _c2$h = a0 => ({ name: "academic-cap", source: a0 });
|
|
37534
37534
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
@@ -37600,7 +37600,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
37600
37600
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
37601
37601
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
37602
37602
|
i0.ɵɵadvance(2);
|
|
37603
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
37603
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$M, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
37604
37604
|
i0.ɵɵadvance();
|
|
37605
37605
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
37606
37606
|
i0.ɵɵadvance(2);
|
|
@@ -38243,7 +38243,7 @@ class EnhancedListItemCardComponent {
|
|
|
38243
38243
|
}] }); })();
|
|
38244
38244
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
38245
38245
|
|
|
38246
|
-
const _c0$
|
|
38246
|
+
const _c0$L = a0 => ({ name: "academic-cap", source: a0 });
|
|
38247
38247
|
const _c1$n = a0 => ({ name: "information-circle", source: a0 });
|
|
38248
38248
|
const _c2$g = a0 => ({ name: "signal", source: a0 });
|
|
38249
38249
|
const _c3$c = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -38324,7 +38324,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
38324
38324
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
38325
38325
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
38326
38326
|
i0.ɵɵadvance(2);
|
|
38327
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
38327
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$L, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
38328
38328
|
i0.ɵɵadvance();
|
|
38329
38329
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
38330
38330
|
i0.ɵɵadvance(2);
|
|
@@ -40103,7 +40103,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
40103
40103
|
}] }); })();
|
|
40104
40104
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
40105
40105
|
|
|
40106
|
-
const _c0$
|
|
40106
|
+
const _c0$K = ["*"];
|
|
40107
40107
|
class SkeletonCardBaseComponent {
|
|
40108
40108
|
constructor() {
|
|
40109
40109
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -40123,7 +40123,7 @@ class SkeletonCardBaseComponent {
|
|
|
40123
40123
|
`.trim();
|
|
40124
40124
|
}
|
|
40125
40125
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
40126
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
40126
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$K, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
40127
40127
|
i0.ɵɵprojectionDef();
|
|
40128
40128
|
i0.ɵɵelementStart(0, "div", 0);
|
|
40129
40129
|
i0.ɵɵprojection(1);
|
|
@@ -41288,7 +41288,7 @@ class ProfileItemCardComponent {
|
|
|
41288
41288
|
}], 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 }] }] }); })();
|
|
41289
41289
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
41290
41290
|
|
|
41291
|
-
const _c0$
|
|
41291
|
+
const _c0$J = ["scrollContainer"];
|
|
41292
41292
|
const _c1$m = a0 => ({ name: "arrow-right", source: a0 });
|
|
41293
41293
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
41294
41294
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -41408,7 +41408,7 @@ class ItemDetailModalComponent {
|
|
|
41408
41408
|
}
|
|
41409
41409
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
41410
41410
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
41411
|
-
i0.ɵɵviewQuery(_c0$
|
|
41411
|
+
i0.ɵɵviewQuery(_c0$J, 5);
|
|
41412
41412
|
} if (rf & 2) {
|
|
41413
41413
|
let _t;
|
|
41414
41414
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -41487,7 +41487,7 @@ class ItemDetailModalComponent {
|
|
|
41487
41487
|
}] }); })();
|
|
41488
41488
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
41489
41489
|
|
|
41490
|
-
const _c0$
|
|
41490
|
+
const _c0$I = ["modalContent"];
|
|
41491
41491
|
const _c1$l = ["modalWrapper"];
|
|
41492
41492
|
const _c2$f = ["*"];
|
|
41493
41493
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
@@ -43736,7 +43736,7 @@ class ProfileAnalysisModalComponent {
|
|
|
43736
43736
|
}
|
|
43737
43737
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
43738
43738
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
43739
|
-
i0.ɵɵviewQuery(_c0$
|
|
43739
|
+
i0.ɵɵviewQuery(_c0$I, 5);
|
|
43740
43740
|
i0.ɵɵviewQuery(_c1$l, 5);
|
|
43741
43741
|
} if (rf & 2) {
|
|
43742
43742
|
let _t;
|
|
@@ -44291,7 +44291,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44291
44291
|
}] }); }); })();
|
|
44292
44292
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-shop-dashboard/profile-analysis-modal.component.ts", lineNumber: 554 }); })();
|
|
44293
44293
|
|
|
44294
|
-
const _c0$
|
|
44294
|
+
const _c0$H = a0 => ({ name: "light-bulb", source: a0 });
|
|
44295
44295
|
const _c1$k = a0 => ({ name: "trophy", source: a0 });
|
|
44296
44296
|
const _c2$e = a0 => ({ name: "academic-cap", source: a0 });
|
|
44297
44297
|
const _c3$a = a0 => ({ name: "signal", source: a0 });
|
|
@@ -44501,7 +44501,7 @@ class CompetitiveGapModalComponent {
|
|
|
44501
44501
|
i0.ɵɵadvance(2);
|
|
44502
44502
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
44503
44503
|
i0.ɵɵadvance();
|
|
44504
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
44504
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$H, ctx.iconSource));
|
|
44505
44505
|
i0.ɵɵadvance(3);
|
|
44506
44506
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
44507
44507
|
i0.ɵɵadvance();
|
|
@@ -44622,7 +44622,7 @@ class CompetitiveGapModalComponent {
|
|
|
44622
44622
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
44623
44623
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
44624
44624
|
|
|
44625
|
-
const _c0$
|
|
44625
|
+
const _c0$G = a0 => ({ name: "list-bullet", source: a0 });
|
|
44626
44626
|
const _c1$j = a0 => ({ name: "arrow-right", source: a0 });
|
|
44627
44627
|
const _c2$d = a0 => ({ name: "check-circle", source: a0 });
|
|
44628
44628
|
const _c3$9 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
@@ -44642,7 +44642,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
44642
44642
|
i0.ɵɵadvance();
|
|
44643
44643
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
44644
44644
|
i0.ɵɵadvance();
|
|
44645
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
44645
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$G, ctx_r0.iconSource));
|
|
44646
44646
|
i0.ɵɵadvance(2);
|
|
44647
44647
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
44648
44648
|
i0.ɵɵadvance(2);
|
|
@@ -44862,7 +44862,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
44862
44862
|
}], 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 }] }] }); })();
|
|
44863
44863
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
44864
44864
|
|
|
44865
|
-
const _c0$
|
|
44865
|
+
const _c0$F = ["modalContent"];
|
|
44866
44866
|
const _c1$i = ["modalWrapper"];
|
|
44867
44867
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_10_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
44868
44868
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -45381,7 +45381,7 @@ class BusinessAnalysisModalComponent {
|
|
|
45381
45381
|
}
|
|
45382
45382
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
45383
45383
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
45384
|
-
i0.ɵɵviewQuery(_c0$
|
|
45384
|
+
i0.ɵɵviewQuery(_c0$F, 5);
|
|
45385
45385
|
i0.ɵɵviewQuery(_c1$i, 5);
|
|
45386
45386
|
} if (rf & 2) {
|
|
45387
45387
|
let _t;
|
|
@@ -46019,7 +46019,7 @@ class IndeterminateSpinnerComponent {
|
|
|
46019
46019
|
}], 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 }] }] }); })();
|
|
46020
46020
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IndeterminateSpinnerComponent, { className: "IndeterminateSpinnerComponent", filePath: "lib/components/shared/indeterminate-spinner.component.ts", lineNumber: 94 }); })();
|
|
46021
46021
|
|
|
46022
|
-
const _c0$
|
|
46022
|
+
const _c0$E = ["dashboardContainer"];
|
|
46023
46023
|
const _c1$h = () => ({});
|
|
46024
46024
|
const _c2$c = () => [1, 2, 3, 4, 5, 6];
|
|
46025
46025
|
const _c3$8 = () => [1, 2, 3];
|
|
@@ -48314,7 +48314,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
48314
48314
|
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)); }; }
|
|
48315
48315
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
48316
48316
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
48317
|
-
i0.ɵɵviewQuery(_c0$
|
|
48317
|
+
i0.ɵɵviewQuery(_c0$E, 5);
|
|
48318
48318
|
} if (rf & 2) {
|
|
48319
48319
|
let _t;
|
|
48320
48320
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -52023,7 +52023,7 @@ class FocusAreaToolsModalComponent {
|
|
|
52023
52023
|
}] }); })();
|
|
52024
52024
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
52025
52025
|
|
|
52026
|
-
const _c0$
|
|
52026
|
+
const _c0$D = ["shopNameInput"];
|
|
52027
52027
|
const _forTrack0$A = ($index, $item) => $item.focusAreaDomain;
|
|
52028
52028
|
function SymphiqCreateAccountDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
52029
52029
|
i0.ɵɵelementStart(0, "div", 13);
|
|
@@ -53223,7 +53223,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53223
53223
|
}
|
|
53224
53224
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
53225
53225
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
53226
|
-
i0.ɵɵviewQuery(_c0$
|
|
53226
|
+
i0.ɵɵviewQuery(_c0$D, 5);
|
|
53227
53227
|
} if (rf & 2) {
|
|
53228
53228
|
let _t;
|
|
53229
53229
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -57261,7 +57261,7 @@ class ChartValueFormatter {
|
|
|
57261
57261
|
}
|
|
57262
57262
|
}
|
|
57263
57263
|
|
|
57264
|
-
const _c0$
|
|
57264
|
+
const _c0$C = ["chartdiv"];
|
|
57265
57265
|
class AreaChartComponent {
|
|
57266
57266
|
constructor() {
|
|
57267
57267
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -57574,7 +57574,7 @@ class AreaChartComponent {
|
|
|
57574
57574
|
}
|
|
57575
57575
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
57576
57576
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
57577
|
-
i0.ɵɵviewQuery(_c0$
|
|
57577
|
+
i0.ɵɵviewQuery(_c0$C, 7);
|
|
57578
57578
|
} if (rf & 2) {
|
|
57579
57579
|
let _t;
|
|
57580
57580
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -57606,7 +57606,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
|
|
|
57606
57606
|
AreaChartComponent: AreaChartComponent
|
|
57607
57607
|
});
|
|
57608
57608
|
|
|
57609
|
-
const _c0$
|
|
57609
|
+
const _c0$B = ["chartdiv"];
|
|
57610
57610
|
class LineChartComponent {
|
|
57611
57611
|
constructor() {
|
|
57612
57612
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -58056,7 +58056,7 @@ class LineChartComponent {
|
|
|
58056
58056
|
}
|
|
58057
58057
|
static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
|
|
58058
58058
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
58059
|
-
i0.ɵɵviewQuery(_c0$
|
|
58059
|
+
i0.ɵɵviewQuery(_c0$B, 7);
|
|
58060
58060
|
} if (rf & 2) {
|
|
58061
58061
|
let _t;
|
|
58062
58062
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -58088,7 +58088,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
|
|
|
58088
58088
|
LineChartComponent: LineChartComponent
|
|
58089
58089
|
});
|
|
58090
58090
|
|
|
58091
|
-
const _c0$
|
|
58091
|
+
const _c0$A = ["chartdiv"];
|
|
58092
58092
|
class ProgressToTargetChartComponent {
|
|
58093
58093
|
constructor() {
|
|
58094
58094
|
this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
@@ -58339,7 +58339,7 @@ class ProgressToTargetChartComponent {
|
|
|
58339
58339
|
}
|
|
58340
58340
|
static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
|
|
58341
58341
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
58342
|
-
i0.ɵɵviewQuery(_c0$
|
|
58342
|
+
i0.ɵɵviewQuery(_c0$A, 7);
|
|
58343
58343
|
} if (rf & 2) {
|
|
58344
58344
|
let _t;
|
|
58345
58345
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -60007,7 +60007,7 @@ class UserDisplayComponent {
|
|
|
60007
60007
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], user: [{ type: i0.Input, args: [{ isSignal: true, alias: "user", required: false }] }], avatarSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "avatarSize", required: false }] }], showEmail: [{ type: i0.Input, args: [{ isSignal: true, alias: "showEmail", required: false }] }] }); })();
|
|
60008
60008
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserDisplayComponent, { className: "UserDisplayComponent", filePath: "lib/components/shared/user-display.component.ts", lineNumber: 27 }); })();
|
|
60009
60009
|
|
|
60010
|
-
const _c0$
|
|
60010
|
+
const _c0$z = ["absoluteInputRef"];
|
|
60011
60011
|
const _c1$g = ["percentageInputRef"];
|
|
60012
60012
|
const _forTrack0$w = ($index, $item) => $item.id;
|
|
60013
60013
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -61140,7 +61140,7 @@ class EditMetricTargetModalComponent {
|
|
|
61140
61140
|
}
|
|
61141
61141
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
61142
61142
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
61143
|
-
i0.ɵɵviewQuery(_c0$
|
|
61143
|
+
i0.ɵɵviewQuery(_c0$z, 5);
|
|
61144
61144
|
i0.ɵɵviewQuery(_c1$g, 5);
|
|
61145
61145
|
} if (rf & 2) {
|
|
61146
61146
|
let _t;
|
|
@@ -61573,7 +61573,7 @@ class EditMetricTargetModalComponent {
|
|
|
61573
61573
|
}] }); })();
|
|
61574
61574
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 407 }); })();
|
|
61575
61575
|
|
|
61576
|
-
const _c0$
|
|
61576
|
+
const _c0$y = ["absoluteInputRef"];
|
|
61577
61577
|
const _c1$f = ["percentageInputRef"];
|
|
61578
61578
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
61579
61579
|
i0.ɵɵtext(0);
|
|
@@ -62865,7 +62865,7 @@ class InitialTargetSettingComponent {
|
|
|
62865
62865
|
}
|
|
62866
62866
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
62867
62867
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
62868
|
-
i0.ɵɵviewQuery(_c0$
|
|
62868
|
+
i0.ɵɵviewQuery(_c0$y, 5);
|
|
62869
62869
|
i0.ɵɵviewQuery(_c1$f, 5);
|
|
62870
62870
|
} if (rf & 2) {
|
|
62871
62871
|
let _t;
|
|
@@ -63475,7 +63475,7 @@ class InitialTargetSettingComponent {
|
|
|
63475
63475
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], shopId: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopId", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], dataResults: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataResults", required: false }] }], calculateRevenueReverseResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueReverseResponse", required: false }] }], calculateRevenueResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueResponse", required: false }] }], isCalculatingTargets: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCalculatingTargets", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], targetHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], targetsCreated: [{ type: i0.Output, args: ["targetsCreated"] }], calculateRevenueReverseRequest: [{ type: i0.Output, args: ["calculateRevenueReverseRequest"] }], calculateRevenueRequest: [{ type: i0.Output, args: ["calculateRevenueRequest"] }], editRelatedMetricTarget: [{ type: i0.Output, args: ["editRelatedMetricTarget"] }], saveTargetsClick: [{ type: i0.Output, args: ["saveTargetsClick"] }], discardChangesClick: [{ type: i0.Output, args: ["discardChangesClick"] }], targetsUpdated: [{ type: i0.Output, args: ["targetsUpdated"] }] }); })();
|
|
63476
63476
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 626 }); })();
|
|
63477
63477
|
|
|
63478
|
-
const _c0$
|
|
63478
|
+
const _c0$x = () => [];
|
|
63479
63479
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
63480
63480
|
i0.ɵɵelementStart(0, "div", 12);
|
|
63481
63481
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 14);
|
|
@@ -63519,7 +63519,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template(rf,
|
|
|
63519
63519
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
63520
63520
|
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", ctx_r0.hasCurrentYearTargets())("isOnboarded", ctx_r0.isOnboarded());
|
|
63521
63521
|
i0.ɵɵadvance(2);
|
|
63522
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$
|
|
63522
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$x))("mainUiData", ctx_r0.mainUiData())("trendUiData", ctx_r0.trendUiData())("shopId", ctx_r0.shopId())("pacingResponse", ctx_r0.pacingResponse())("dataResults", ctx_r0.dataResults())("calculateRevenueReverseResponse", ctx_r0.calculateRevenueReverseResponse())("calculateRevenueResponse", ctx_r0.calculateRevenueResponse())("isCalculatingTargets", ctx_r0.isCalculatingTargets())("targets", ctx_r0.targets())("targetHistories", ctx_r0.targetHistories() ?? i0.ɵɵpureFunction0(18, _c0$x))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(19, _c0$x));
|
|
63523
63523
|
} }
|
|
63524
63524
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63525
63525
|
i0.ɵɵnamespaceSVG();
|
|
@@ -64392,7 +64392,7 @@ class HierarchyDisplayComponent {
|
|
|
64392
64392
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
64393
64393
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
64394
64394
|
|
|
64395
|
-
const _c0$
|
|
64395
|
+
const _c0$w = a0 => ({ name: "chart-bar", source: a0 });
|
|
64396
64396
|
const _c1$e = a0 => ({ name: "light-bulb", source: a0 });
|
|
64397
64397
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
64398
64398
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -64588,7 +64588,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
64588
64588
|
i0.ɵɵadvance();
|
|
64589
64589
|
i0.ɵɵproperty("ngClass", ctx.getSectionClasses());
|
|
64590
64590
|
i0.ɵɵadvance(2);
|
|
64591
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
64591
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$w, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getSectionIconClasses());
|
|
64592
64592
|
i0.ɵɵadvance();
|
|
64593
64593
|
i0.ɵɵproperty("ngClass", ctx.getSectionTitleClasses());
|
|
64594
64594
|
i0.ɵɵadvance(2);
|
|
@@ -65435,7 +65435,7 @@ class SearchButtonComponent {
|
|
|
65435
65435
|
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], minimized: [{ type: i0.Input, args: [{ isSignal: true, alias: "minimized", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], searchClick: [{ type: i0.Output, args: ["searchClick"] }] }); })();
|
|
65436
65436
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
65437
65437
|
|
|
65438
|
-
const _c0$
|
|
65438
|
+
const _c0$v = ["searchInput"];
|
|
65439
65439
|
const _forTrack0$v = ($index, $item) => $item.id;
|
|
65440
65440
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65441
65441
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -65800,7 +65800,7 @@ class SearchModalComponent {
|
|
|
65800
65800
|
}
|
|
65801
65801
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
65802
65802
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
65803
|
-
i0.ɵɵviewQuery(_c0$
|
|
65803
|
+
i0.ɵɵviewQuery(_c0$v, 5);
|
|
65804
65804
|
} if (rf & 2) {
|
|
65805
65805
|
let _t;
|
|
65806
65806
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -66697,7 +66697,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
66697
66697
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], animationIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationIndex", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
66698
66698
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
66699
66699
|
|
|
66700
|
-
const _c0$
|
|
66700
|
+
const _c0$u = () => [0, 1, 2];
|
|
66701
66701
|
const _forTrack0$u = ($index, $item) => $item.id;
|
|
66702
66702
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
66703
66703
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -66767,7 +66767,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
66767
66767
|
i0.ɵɵelementEnd();
|
|
66768
66768
|
} if (rf & 2) {
|
|
66769
66769
|
i0.ɵɵadvance();
|
|
66770
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
66770
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$u));
|
|
66771
66771
|
} }
|
|
66772
66772
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
66773
66773
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -67365,7 +67365,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
67365
67365
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
67366
67366
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 100 }); })();
|
|
67367
67367
|
|
|
67368
|
-
const _c0$
|
|
67368
|
+
const _c0$t = () => [];
|
|
67369
67369
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
67370
67370
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
67371
67371
|
i0.ɵɵelementStart(0, "div", 8)(1, "symphiq-search-button", 20);
|
|
@@ -67509,7 +67509,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_
|
|
|
67509
67509
|
const ɵ$index_113_r7 = i0.ɵɵnextContext().$index;
|
|
67510
67510
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
67511
67511
|
i0.ɵɵadvance();
|
|
67512
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
67512
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$t));
|
|
67513
67513
|
} }
|
|
67514
67514
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
67515
67515
|
i0.ɵɵelement(0, "symphiq-profile-section", 36);
|
|
@@ -69590,7 +69590,7 @@ class MetricWelcomeBannerComponent {
|
|
|
69590
69590
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
|
|
69591
69591
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricWelcomeBannerComponent, { className: "MetricWelcomeBannerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-welcome-banner.component.ts", lineNumber: 113 }); })();
|
|
69592
69592
|
|
|
69593
|
-
const _c0$
|
|
69593
|
+
const _c0$s = a0 => ({ name: "chevron-right", source: a0 });
|
|
69594
69594
|
const _forTrack0$s = ($index, $item) => $item.id;
|
|
69595
69595
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
69596
69596
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -69608,7 +69608,7 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
69608
69608
|
i0.ɵɵadvance(2);
|
|
69609
69609
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
69610
69610
|
i0.ɵɵadvance();
|
|
69611
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
69611
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$s, ctx_r2.IconSourceEnum.HEROICONS));
|
|
69612
69612
|
} }
|
|
69613
69613
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
69614
69614
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -69681,7 +69681,7 @@ class RelatedGoalChipsComponent {
|
|
|
69681
69681
|
}], null, { relatedGoalIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedGoalIds", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
69682
69682
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedGoalChipsComponent, { className: "RelatedGoalChipsComponent", filePath: "lib/components/profile-analysis-shop-dashboard/shared/related-goal-chips.component.ts", lineNumber: 31 }); })();
|
|
69683
69683
|
|
|
69684
|
-
const _c0$
|
|
69684
|
+
const _c0$r = a0 => ({ name: "chart-bar", source: a0 });
|
|
69685
69685
|
const _c1$d = a0 => ({ name: "signal", source: a0 });
|
|
69686
69686
|
const _c2$b = (a0, a1) => ({ name: a0, source: a1 });
|
|
69687
69687
|
const _c3$7 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -70217,7 +70217,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
70217
70217
|
i0.ɵɵadvance();
|
|
70218
70218
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
70219
70219
|
i0.ɵɵadvance(5);
|
|
70220
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$
|
|
70220
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$r, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
70221
70221
|
i0.ɵɵadvance();
|
|
70222
70222
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
70223
70223
|
i0.ɵɵadvance();
|
|
@@ -70536,7 +70536,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
70536
70536
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], summary: [{ type: i0.Input, args: [{ isSignal: true, alias: "summary", required: true }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], topPrioritiesClick: [{ type: i0.Output, args: ["topPrioritiesClick"] }], priorityDetailClick: [{ type: i0.Output, args: ["priorityDetailClick"] }] }); })();
|
|
70537
70537
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricExecutiveSummaryComponent, { className: "MetricExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-executive-summary.component.ts", lineNumber: 287 }); })();
|
|
70538
70538
|
|
|
70539
|
-
const _c0$
|
|
70539
|
+
const _c0$q = a0 => ({ name: "chevron-right", source: a0 });
|
|
70540
70540
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
70541
70541
|
i0.ɵɵelementStart(0, "span", 12);
|
|
70542
70542
|
i0.ɵɵtext(1);
|
|
@@ -70821,7 +70821,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
70821
70821
|
i0.ɵɵadvance();
|
|
70822
70822
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
70823
70823
|
i0.ɵɵadvance();
|
|
70824
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
70824
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$q, ctx_r0.IconSourceEnum.HEROICONS));
|
|
70825
70825
|
} }
|
|
70826
70826
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
70827
70827
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -71443,7 +71443,7 @@ class GoalCardComponent {
|
|
|
71443
71443
|
}], () => [], { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], goalIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalIndex", required: false }] }], sectionIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionIndex", required: false }] }], isInModal: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInModal", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); })();
|
|
71444
71444
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
71445
71445
|
|
|
71446
|
-
const _c0$
|
|
71446
|
+
const _c0$p = a0 => ({ name: "link", source: a0 });
|
|
71447
71447
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
71448
71448
|
i0.ɵɵelementStart(0, "p", 4);
|
|
71449
71449
|
i0.ɵɵtext(1);
|
|
@@ -71506,7 +71506,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
71506
71506
|
} if (rf & 2) {
|
|
71507
71507
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
71508
71508
|
i0.ɵɵadvance(2);
|
|
71509
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
71509
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$p, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
71510
71510
|
i0.ɵɵadvance();
|
|
71511
71511
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
71512
71512
|
i0.ɵɵadvance(2);
|
|
@@ -72432,7 +72432,7 @@ class CompetitiveComparisonCardComponent {
|
|
|
72432
72432
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
72433
72433
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 126 }); })();
|
|
72434
72434
|
|
|
72435
|
-
const _c0$
|
|
72435
|
+
const _c0$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
72436
72436
|
const _forTrack0$q = ($index, $item) => $item.id;
|
|
72437
72437
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
72438
72438
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -72450,7 +72450,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
72450
72450
|
i0.ɵɵadvance(2);
|
|
72451
72451
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
72452
72452
|
i0.ɵɵadvance();
|
|
72453
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
72453
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$o, ctx_r2.IconSourceEnum.HEROICONS));
|
|
72454
72454
|
} }
|
|
72455
72455
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
72456
72456
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -72487,7 +72487,7 @@ function PhaseTimelineCardComponent_Conditional_9_For_7_Template(rf, ctx) { if (
|
|
|
72487
72487
|
i0.ɵɵadvance(2);
|
|
72488
72488
|
i0.ɵɵtextInterpolate(recommendation_r5.title);
|
|
72489
72489
|
i0.ɵɵadvance();
|
|
72490
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
72490
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$o, ctx_r2.IconSourceEnum.HEROICONS));
|
|
72491
72491
|
} }
|
|
72492
72492
|
function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
72493
72493
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -72912,7 +72912,7 @@ class PhaseTimelineCardComponent {
|
|
|
72912
72912
|
}], () => [], { phase: [{ type: i0.Input, args: [{ isSignal: true, alias: "phase", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLast: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLast", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
|
|
72913
72913
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 128 }); })();
|
|
72914
72914
|
|
|
72915
|
-
const _c0$
|
|
72915
|
+
const _c0$n = a0 => ({ name: "chevron-right", source: a0 });
|
|
72916
72916
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
72917
72917
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
72918
72918
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -72958,7 +72958,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
72958
72958
|
i0.ɵɵadvance(4);
|
|
72959
72959
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length, " Strength", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.strengths == null ? null : tmp_2_0.strengths.length) !== 1 ? "s" : "");
|
|
72960
72960
|
i0.ɵɵadvance();
|
|
72961
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
72961
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$n, ctx_r0.IconSourceEnum.HEROICONS));
|
|
72962
72962
|
} }
|
|
72963
72963
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
72964
72964
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -72981,7 +72981,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
72981
72981
|
i0.ɵɵadvance(4);
|
|
72982
72982
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length, " Gap", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.gaps == null ? null : tmp_2_0.gaps.length) !== 1 ? "s" : "");
|
|
72983
72983
|
i0.ɵɵadvance();
|
|
72984
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
72984
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$n, ctx_r0.IconSourceEnum.HEROICONS));
|
|
72985
72985
|
} }
|
|
72986
72986
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
72987
72987
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -73004,7 +73004,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
73004
73004
|
i0.ɵɵadvance(4);
|
|
73005
73005
|
i0.ɵɵtextInterpolate2("", (tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length, " Opportunit", ((tmp_2_0 = ctx_r0.category()) == null ? null : tmp_2_0.opportunities == null ? null : tmp_2_0.opportunities.length) !== 1 ? "ies" : "y");
|
|
73006
73006
|
i0.ɵɵadvance();
|
|
73007
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73007
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$n, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73008
73008
|
} }
|
|
73009
73009
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
73010
73010
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -73511,7 +73511,7 @@ class OperationalCategoryCardComponent {
|
|
|
73511
73511
|
}], () => [], { category: [{ type: i0.Input, args: [{ isSignal: true, alias: "category", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], categoryClick: [{ type: i0.Output, args: ["categoryClick"] }] }); })();
|
|
73512
73512
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
73513
73513
|
|
|
73514
|
-
const _c0$
|
|
73514
|
+
const _c0$m = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
73515
73515
|
const _c1$c = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
73516
73516
|
const _forTrack0$p = ($index, $item) => $item.questionId;
|
|
73517
73517
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -73645,7 +73645,7 @@ class KeyDriverCardComponent {
|
|
|
73645
73645
|
i0.ɵɵadvance(3);
|
|
73646
73646
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
73647
73647
|
i0.ɵɵadvance();
|
|
73648
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
73648
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$m, ctx.iconSource));
|
|
73649
73649
|
i0.ɵɵadvance(2);
|
|
73650
73650
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
73651
73651
|
i0.ɵɵadvance();
|
|
@@ -73721,7 +73721,7 @@ class KeyDriverCardComponent {
|
|
|
73721
73721
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73722
73722
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
73723
73723
|
|
|
73724
|
-
const _c0$
|
|
73724
|
+
const _c0$l = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
73725
73725
|
const _c1$b = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
73726
73726
|
const _forTrack0$o = ($index, $item) => $item.questionId;
|
|
73727
73727
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -73877,7 +73877,7 @@ class BottleneckCardComponent {
|
|
|
73877
73877
|
i0.ɵɵadvance(3);
|
|
73878
73878
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
73879
73879
|
i0.ɵɵadvance();
|
|
73880
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
73880
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$l, ctx.iconSource));
|
|
73881
73881
|
i0.ɵɵadvance(2);
|
|
73882
73882
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
73883
73883
|
i0.ɵɵadvance();
|
|
@@ -73948,7 +73948,7 @@ class BottleneckCardComponent {
|
|
|
73948
73948
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73949
73949
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
73950
73950
|
|
|
73951
|
-
const _c0$
|
|
73951
|
+
const _c0$k = a0 => ({ name: "arrow-right", source: a0 });
|
|
73952
73952
|
const _c1$a = a0 => ({ name: "arrow-left", source: a0 });
|
|
73953
73953
|
const _c2$a = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
73954
73954
|
const _c3$6 = a0 => ({ name: "scale", source: a0 });
|
|
@@ -73980,7 +73980,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
73980
73980
|
i0.ɵɵadvance(2);
|
|
73981
73981
|
i0.ɵɵproperty("ngClass", ctx_r1.getIconClasses("influences"));
|
|
73982
73982
|
i0.ɵɵadvance();
|
|
73983
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73983
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$k, ctx_r1.iconSource));
|
|
73984
73984
|
i0.ɵɵadvance();
|
|
73985
73985
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
73986
73986
|
i0.ɵɵadvance(3);
|
|
@@ -74250,7 +74250,7 @@ class MetricRelationshipsCardComponent {
|
|
|
74250
74250
|
}], null, { relationships: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationships", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74251
74251
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 105 }); })();
|
|
74252
74252
|
|
|
74253
|
-
const _c0$
|
|
74253
|
+
const _c0$j = a0 => ({ name: "link", source: a0 });
|
|
74254
74254
|
function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
74255
74255
|
i0.ɵɵelementStart(0, "div", 9);
|
|
74256
74256
|
i0.ɵɵelement(1, "symphiq-icon", 10);
|
|
@@ -74261,7 +74261,7 @@ function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf &
|
|
|
74261
74261
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
74262
74262
|
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
74263
74263
|
i0.ɵɵadvance();
|
|
74264
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
74264
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$j, ctx_r0.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r0.sharedGoalsIconClasses());
|
|
74265
74265
|
i0.ɵɵadvance();
|
|
74266
74266
|
i0.ɵɵproperty("ngClass", ctx_r0.sharedGoalsTextClasses());
|
|
74267
74267
|
i0.ɵɵadvance();
|
|
@@ -74930,7 +74930,7 @@ class RelatedMetricsListComponent {
|
|
|
74930
74930
|
}], null, { relatedMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedMetrics", required: true }] }], currentMetricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMetricName", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], metricClicked: [{ type: i0.Output, args: ["metricClicked"] }] }); })();
|
|
74931
74931
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/related-metrics-list.component.ts", lineNumber: 170 }); })();
|
|
74932
74932
|
|
|
74933
|
-
const _c0$
|
|
74933
|
+
const _c0$i = (a0, a1) => ({ name: a0, source: a1 });
|
|
74934
74934
|
const _c1$9 = a0 => ({ name: "signal", source: a0 });
|
|
74935
74935
|
const _c2$9 = a0 => ({ name: "calendar", source: a0 });
|
|
74936
74936
|
const _c3$5 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -75140,7 +75140,7 @@ class PerformanceMetricsCardComponent {
|
|
|
75140
75140
|
i0.ɵɵadvance();
|
|
75141
75141
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
75142
75142
|
i0.ɵɵadvance();
|
|
75143
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$
|
|
75143
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$i, ctx.trendIcon(), ctx.iconSource));
|
|
75144
75144
|
i0.ɵɵadvance();
|
|
75145
75145
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
75146
75146
|
i0.ɵɵadvance(2);
|
|
@@ -75288,7 +75288,7 @@ class PerformanceMetricsCardComponent {
|
|
|
75288
75288
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
75289
75289
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 144 }); })();
|
|
75290
75290
|
|
|
75291
|
-
const _c0$
|
|
75291
|
+
const _c0$h = a0 => ({ name: "funnel", source: a0 });
|
|
75292
75292
|
const _c1$8 = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
75293
75293
|
const _c2$8 = a0 => ({ name: "chevron-right", source: a0 });
|
|
75294
75294
|
const _c3$4 = a0 => ({ name: "arrow-left", source: a0 });
|
|
@@ -75479,7 +75479,7 @@ class FunnelContextCardComponent {
|
|
|
75479
75479
|
} if (rf & 2) {
|
|
75480
75480
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
75481
75481
|
i0.ɵɵadvance(2);
|
|
75482
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
75482
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$h, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
75483
75483
|
i0.ɵɵadvance();
|
|
75484
75484
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
75485
75485
|
i0.ɵɵadvance(3);
|
|
@@ -75615,7 +75615,7 @@ class FunnelContextCardComponent {
|
|
|
75615
75615
|
}], () => [], { funnelContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelContext", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
75616
75616
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/funnel-context-card.component.ts", lineNumber: 125 }); })();
|
|
75617
75617
|
|
|
75618
|
-
const _c0$
|
|
75618
|
+
const _c0$g = (a0, a1) => ({ name: a0, source: a1 });
|
|
75619
75619
|
const _c1$7 = a0 => ({ name: "target", source: a0 });
|
|
75620
75620
|
const _c2$7 = a0 => ({ name: "star", source: a0 });
|
|
75621
75621
|
class MetricComparisonStatsComponent {
|
|
@@ -75826,7 +75826,7 @@ class MetricComparisonStatsComponent {
|
|
|
75826
75826
|
i0.ɵɵadvance();
|
|
75827
75827
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
75828
75828
|
i0.ɵɵadvance(2);
|
|
75829
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
75829
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$g, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
75830
75830
|
i0.ɵɵadvance();
|
|
75831
75831
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
75832
75832
|
i0.ɵɵadvance(2);
|
|
@@ -76058,7 +76058,7 @@ class PerformanceOverviewContainerComponent {
|
|
|
76058
76058
|
}], () => [], { performanceOverviewData: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceOverviewData", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
76059
76059
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-overview-container.component.ts", lineNumber: 58 }); })();
|
|
76060
76060
|
|
|
76061
|
-
const _c0$
|
|
76061
|
+
const _c0$f = a0 => ({ name: "chevron-right", source: a0 });
|
|
76062
76062
|
const _c1$6 = a0 => ({ name: "chevron-down", source: a0 });
|
|
76063
76063
|
const _c2$6 = a0 => ({ name: "clock", source: a0 });
|
|
76064
76064
|
const _c3$3 = a0 => [a0];
|
|
@@ -76261,7 +76261,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
76261
76261
|
i0.ɵɵadvance(2);
|
|
76262
76262
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
76263
76263
|
i0.ɵɵadvance(2);
|
|
76264
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
76264
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$f, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
76265
76265
|
i0.ɵɵadvance();
|
|
76266
76266
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
76267
76267
|
i0.ɵɵadvance();
|
|
@@ -76273,7 +76273,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
76273
76273
|
i0.ɵɵadvance(2);
|
|
76274
76274
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
76275
76275
|
i0.ɵɵadvance(2);
|
|
76276
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
76276
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$f, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
76277
76277
|
i0.ɵɵadvance();
|
|
76278
76278
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
76279
76279
|
i0.ɵɵadvance();
|
|
@@ -76352,7 +76352,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
76352
76352
|
i0.ɵɵadvance(2);
|
|
76353
76353
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
76354
76354
|
i0.ɵɵadvance(2);
|
|
76355
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
76355
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$f, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
76356
76356
|
i0.ɵɵadvance();
|
|
76357
76357
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
76358
76358
|
i0.ɵɵadvance();
|
|
@@ -76364,7 +76364,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
76364
76364
|
i0.ɵɵadvance(2);
|
|
76365
76365
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
76366
76366
|
i0.ɵɵadvance(2);
|
|
76367
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
76367
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$f, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
76368
76368
|
i0.ɵɵadvance();
|
|
76369
76369
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
76370
76370
|
i0.ɵɵadvance();
|
|
@@ -76376,7 +76376,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
76376
76376
|
i0.ɵɵadvance(2);
|
|
76377
76377
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
76378
76378
|
i0.ɵɵadvance(2);
|
|
76379
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
76379
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$f, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
76380
76380
|
} }
|
|
76381
76381
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
76382
76382
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -76723,7 +76723,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
76723
76723
|
i0.ɵɵadvance(2);
|
|
76724
76724
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(recommendation_r19), " Related Metrics");
|
|
76725
76725
|
i0.ɵɵadvance();
|
|
76726
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
76726
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$f, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
76727
76727
|
} }
|
|
76728
76728
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
76729
76729
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 69)(2, "h4", 75);
|
|
@@ -82152,7 +82152,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
82152
82152
|
}], null, { strategy: [{ type: i0.Input, args: [{ isSignal: true, alias: "strategy", required: false }] }], objectiveTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "objectiveTitle", required: false }] }], goalTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "goalTitle", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], allBusinessInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allBusinessInsights", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }], expandedRecommendationId: [{ type: i0.Input, args: [{ isSignal: true, alias: "expandedRecommendationId", required: false }] }] }); })();
|
|
82153
82153
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategyRecommendationsModalContentComponent, { className: "StrategyRecommendationsModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/strategy-recommendations-modal-content.component.ts", lineNumber: 489 }); })();
|
|
82154
82154
|
|
|
82155
|
-
const _c0$
|
|
82155
|
+
const _c0$e = a0 => ({ name: "chevron-right", source: a0 });
|
|
82156
82156
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
82157
82157
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
82158
82158
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -82265,7 +82265,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
82265
82265
|
i0.ɵɵadvance();
|
|
82266
82266
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
82267
82267
|
i0.ɵɵadvance();
|
|
82268
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
82268
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$e, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
82269
82269
|
} }
|
|
82270
82270
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
82271
82271
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -82332,7 +82332,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
82332
82332
|
i0.ɵɵadvance();
|
|
82333
82333
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
82334
82334
|
i0.ɵɵadvance();
|
|
82335
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
82335
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$e, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
82336
82336
|
} }
|
|
82337
82337
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
82338
82338
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -82399,7 +82399,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
82399
82399
|
i0.ɵɵadvance();
|
|
82400
82400
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
82401
82401
|
i0.ɵɵadvance();
|
|
82402
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
82402
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$e, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
82403
82403
|
} }
|
|
82404
82404
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
82405
82405
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -83281,7 +83281,7 @@ class StrengthDetailModalContentComponent {
|
|
|
83281
83281
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allFunnelStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "allFunnelStrengths", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
83282
83282
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrengthDetailModalContentComponent, { className: "StrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/strength-detail-modal-content.component.ts", lineNumber: 124 }); })();
|
|
83283
83283
|
|
|
83284
|
-
const _c0$
|
|
83284
|
+
const _c0$d = () => [];
|
|
83285
83285
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
83286
83286
|
i0.ɵɵelementStart(0, "span", 9);
|
|
83287
83287
|
i0.ɵɵtext(1);
|
|
@@ -83394,7 +83394,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
83394
83394
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
83395
83395
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
83396
83396
|
i0.ɵɵadvance(2);
|
|
83397
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
83397
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$d))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
83398
83398
|
} }
|
|
83399
83399
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
83400
83400
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -83678,7 +83678,7 @@ class GapDetailModalContentComponent {
|
|
|
83678
83678
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allWeaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "allWeaknesses", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
83679
83679
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 129 }); })();
|
|
83680
83680
|
|
|
83681
|
-
const _c0$
|
|
83681
|
+
const _c0$c = a0 => ({ name: "chevron-right", source: a0 });
|
|
83682
83682
|
const _forTrack0$h = ($index, $item) => $item.id || $index;
|
|
83683
83683
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
83684
83684
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
@@ -83783,7 +83783,7 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
83783
83783
|
i0.ɵɵadvance(2);
|
|
83784
83784
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
83785
83785
|
i0.ɵɵadvance();
|
|
83786
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
83786
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$c, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83787
83787
|
} }
|
|
83788
83788
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
83789
83789
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
@@ -85057,7 +85057,7 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
85057
85057
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
85058
85058
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaHealthIndicatorComponent, { className: "FocusAreaHealthIndicatorComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/focus-area-health-indicator.component.ts", lineNumber: 46 }); })();
|
|
85059
85059
|
|
|
85060
|
-
const _c0$
|
|
85060
|
+
const _c0$b = a0 => ({ name: "chevron-right", source: a0 });
|
|
85061
85061
|
const _c1$5 = a0 => ({ name: "chevron-down", source: a0 });
|
|
85062
85062
|
const _c2$5 = a0 => [a0];
|
|
85063
85063
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -85386,7 +85386,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
85386
85386
|
i0.ɵɵadvance(2);
|
|
85387
85387
|
i0.ɵɵproperty("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
85388
85388
|
i0.ɵɵadvance(2);
|
|
85389
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
85389
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$b, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
85390
85390
|
i0.ɵɵadvance();
|
|
85391
85391
|
i0.ɵɵproperty("ngClass", ctx.getQuickWinsStatCardClasses());
|
|
85392
85392
|
i0.ɵɵadvance();
|
|
@@ -86621,7 +86621,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
86621
86621
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], selectedCurrency: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCurrency", required: false }] }], editCurrency: [{ type: i0.Output, args: ["editCurrency"] }] }); })();
|
|
86622
86622
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionPlaceholderCardComponent, { className: "PlanSelectionPlaceholderCardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/plan-selection-placeholder-card.component.ts", lineNumber: 74 }); })();
|
|
86623
86623
|
|
|
86624
|
-
const _c0$
|
|
86624
|
+
const _c0$a = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
86625
86625
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
86626
86626
|
i0.ɵɵelement(0, "div", 7);
|
|
86627
86627
|
} }
|
|
@@ -86710,7 +86710,7 @@ class BillingPeriodToggleComponent {
|
|
|
86710
86710
|
i0.ɵɵtext(14);
|
|
86711
86711
|
i0.ɵɵelementEnd()();
|
|
86712
86712
|
} if (rf & 2) {
|
|
86713
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
86713
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$a, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
86714
86714
|
i0.ɵɵadvance(2);
|
|
86715
86715
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
86716
86716
|
i0.ɵɵadvance(2);
|
|
@@ -87946,7 +87946,7 @@ class ProfileViewToggleComponent {
|
|
|
87946
87946
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentView: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentView", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], viewChanged: [{ type: i0.Output, args: ["viewChanged"] }] }); })();
|
|
87947
87947
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileViewToggleComponent, { className: "ProfileViewToggleComponent", filePath: "lib/components/shared/profile/profile-view-toggle.component.ts", lineNumber: 32 }); })();
|
|
87948
87948
|
|
|
87949
|
-
const _c0$
|
|
87949
|
+
const _c0$9 = ["scrollContainer"];
|
|
87950
87950
|
const _c1$4 = ["stickySentinel"];
|
|
87951
87951
|
const _c2$4 = ["stickyHeader"];
|
|
87952
87952
|
const _c3$2 = ["questionTitle"];
|
|
@@ -88596,7 +88596,7 @@ class ProfileQuestionAnswerComponent {
|
|
|
88596
88596
|
}
|
|
88597
88597
|
static { this.ɵfac = function ProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionAnswerComponent)(); }; }
|
|
88598
88598
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionAnswerComponent, selectors: [["symphiq-profile-question-answer"]], viewQuery: function ProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
88599
|
-
i0.ɵɵviewQuery(_c0$
|
|
88599
|
+
i0.ɵɵviewQuery(_c0$9, 5);
|
|
88600
88600
|
i0.ɵɵviewQuery(_c1$4, 5);
|
|
88601
88601
|
i0.ɵɵviewQuery(_c2$4, 5);
|
|
88602
88602
|
i0.ɵɵviewQuery(_c3$2, 5);
|
|
@@ -89972,7 +89972,7 @@ class ProfileQuestionHistoryComponent {
|
|
|
89972
89972
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], question: [{ type: i0.Input, args: [{ isSignal: true, alias: "question", required: true }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], back: [{ type: i0.Output, args: ["back"] }] }); })();
|
|
89973
89973
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionHistoryComponent, { className: "ProfileQuestionHistoryComponent", filePath: "lib/components/shared/profile/profile-question-history.component.ts", lineNumber: 151 }); })();
|
|
89974
89974
|
|
|
89975
|
-
const _c0$
|
|
89975
|
+
const _c0$8 = ["modalContent"];
|
|
89976
89976
|
const _c1$3 = ["modalWrapper"];
|
|
89977
89977
|
const _c2$3 = ["scrollContainer"];
|
|
89978
89978
|
const _forTrack0$7 = ($index, $item) => $item.id;
|
|
@@ -90534,7 +90534,7 @@ class ProfileQuestionsModalComponent {
|
|
|
90534
90534
|
}
|
|
90535
90535
|
static { this.ɵfac = function ProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionsModalComponent)(); }; }
|
|
90536
90536
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionsModalComponent, selectors: [["symphiq-profile-questions-modal"]], viewQuery: function ProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
90537
|
-
i0.ɵɵviewQuery(_c0$
|
|
90537
|
+
i0.ɵɵviewQuery(_c0$8, 5);
|
|
90538
90538
|
i0.ɵɵviewQuery(_c1$3, 5);
|
|
90539
90539
|
i0.ɵɵviewQuery(_c2$3, 5);
|
|
90540
90540
|
} if (rf & 2) {
|
|
@@ -90764,7 +90764,7 @@ class ProfileQuestionsModalComponent {
|
|
|
90764
90764
|
}] }); })();
|
|
90765
90765
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileQuestionsModalComponent, { className: "ProfileQuestionsModalComponent", filePath: "lib/components/shared/profile/profile-questions-modal.component.ts", lineNumber: 212 }); })();
|
|
90766
90766
|
|
|
90767
|
-
const _c0$
|
|
90767
|
+
const _c0$7 = ["chartdiv"];
|
|
90768
90768
|
function ProfileStatusCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
90769
90769
|
i0.ɵɵelementStart(0, "h3", 22);
|
|
90770
90770
|
i0.ɵɵtext(1);
|
|
@@ -91226,7 +91226,7 @@ class ProfileStatusCardComponent {
|
|
|
91226
91226
|
}
|
|
91227
91227
|
static { this.ɵfac = function ProfileStatusCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileStatusCardComponent)(); }; }
|
|
91228
91228
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileStatusCardComponent, selectors: [["symphiq-profile-status-card"]], viewQuery: function ProfileStatusCardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
91229
|
-
i0.ɵɵviewQuery(_c0$
|
|
91229
|
+
i0.ɵɵviewQuery(_c0$7, 5);
|
|
91230
91230
|
} if (rf & 2) {
|
|
91231
91231
|
let _t;
|
|
91232
91232
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -92226,7 +92226,7 @@ class StickySubscriptionContinueButtonComponent {
|
|
|
92226
92226
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "isEnabled", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
|
|
92227
92227
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StickySubscriptionContinueButtonComponent, { className: "StickySubscriptionContinueButtonComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/sticky-subscription-continue-button.component.ts", lineNumber: 41 }); })();
|
|
92228
92228
|
|
|
92229
|
-
const _c0$
|
|
92229
|
+
const _c0$6 = ["shopProfileStatusCard"];
|
|
92230
92230
|
const _c1$2 = () => [];
|
|
92231
92231
|
const _c2$2 = a0 => ({ name: "chevron-right", source: a0 });
|
|
92232
92232
|
const _c3$1 = a0 => ({ name: "chevron-down", source: a0 });
|
|
@@ -93764,7 +93764,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
93764
93764
|
static { this.ɵfac = function SymphiqProfileShopAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileShopAnalysisDashboardComponent)(); }; }
|
|
93765
93765
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileShopAnalysisDashboardComponent, selectors: [["symphiq-profile-shop-analysis-dashboard"]], viewQuery: function SymphiqProfileShopAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
93766
93766
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
93767
|
-
i0.ɵɵviewQuery(_c0$
|
|
93767
|
+
i0.ɵɵviewQuery(_c0$6, 5);
|
|
93768
93768
|
} if (rf & 2) {
|
|
93769
93769
|
let _t;
|
|
93770
93770
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
@@ -95693,6 +95693,271 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
95693
95693
|
}] }); })();
|
|
95694
95694
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 437 }); })();
|
|
95695
95695
|
|
|
95696
|
+
const _c0$5 = () => [];
|
|
95697
|
+
function SymphiqProfileFocusAreaDashboardComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
95698
|
+
i0.ɵɵelementStart(0, "div", 4)(1, "div", 8);
|
|
95699
|
+
i0.ɵɵelement(2, "symphiq-indeterminate-spinner", 9);
|
|
95700
|
+
i0.ɵɵelementStart(3, "div", 10)(4, "h3", 11);
|
|
95701
|
+
i0.ɵɵtext(5, " Loading Focus Area Profile ");
|
|
95702
|
+
i0.ɵɵelementEnd();
|
|
95703
|
+
i0.ɵɵelementStart(6, "p", 12);
|
|
95704
|
+
i0.ɵɵtext(7, " Please wait while we prepare your questions... ");
|
|
95705
|
+
i0.ɵɵelementEnd()()()();
|
|
95706
|
+
} if (rf & 2) {
|
|
95707
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
95708
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getLoadingCardClasses());
|
|
95709
|
+
i0.ɵɵadvance(2);
|
|
95710
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode());
|
|
95711
|
+
i0.ɵɵadvance(2);
|
|
95712
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getLoadingTitleClasses());
|
|
95713
|
+
i0.ɵɵadvance(2);
|
|
95714
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getLoadingSubtitleClasses());
|
|
95715
|
+
} }
|
|
95716
|
+
function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
95717
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
95718
|
+
i0.ɵɵelementStart(0, "symphiq-profile-status-card", 13);
|
|
95719
|
+
i0.ɵɵlistener("startCategoryQuestions", function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template_symphiq_profile_status_card_startCategoryQuestions_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.handleStartCategoryQuestions($event)); })("answerSave", function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template_symphiq_profile_status_card_answerSave_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.handleAnswerSave($event)); });
|
|
95720
|
+
i0.ɵɵelementEnd();
|
|
95721
|
+
} if (rf & 2) {
|
|
95722
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
95723
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("questions", ctx_r0.profileFocusAreaQuestions() || i0.ɵɵpureFunction0(10, _c0$5))("profileAnswers", ctx_r0.profileAnswers() || i0.ɵɵpureFunction0(11, _c0$5))("profileAnswerHistories", ctx_r0.profileAnswerHistories() || i0.ɵɵpureFunction0(12, _c0$5))("users", ctx_r0.users() || i0.ɵɵpureFunction0(13, _c0$5))("config", ctx_r0.statusCardConfig())("groupConfig", ctx_r0.statusCardGroupConfig)("categoryNameFormatter", ctx_r0.categoryNameFormatter);
|
|
95724
|
+
} }
|
|
95725
|
+
function SymphiqProfileFocusAreaDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
95726
|
+
i0.ɵɵelementStart(0, "div", 6);
|
|
95727
|
+
i0.ɵɵnamespaceSVG();
|
|
95728
|
+
i0.ɵɵelementStart(1, "svg", 14);
|
|
95729
|
+
i0.ɵɵelement(2, "path", 15);
|
|
95730
|
+
i0.ɵɵelementEnd();
|
|
95731
|
+
i0.ɵɵnamespaceHTML();
|
|
95732
|
+
i0.ɵɵelementStart(3, "h3", 16);
|
|
95733
|
+
i0.ɵɵtext(4, " No Focus Area Selected ");
|
|
95734
|
+
i0.ɵɵelementEnd();
|
|
95735
|
+
i0.ɵɵelementStart(5, "p", 12);
|
|
95736
|
+
i0.ɵɵtext(6, " Please select a focus area to view its profile questions. ");
|
|
95737
|
+
i0.ɵɵelementEnd()();
|
|
95738
|
+
} if (rf & 2) {
|
|
95739
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
95740
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getEmptyStateClasses());
|
|
95741
|
+
i0.ɵɵadvance(3);
|
|
95742
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getEmptyStateTitleClasses());
|
|
95743
|
+
i0.ɵɵadvance(2);
|
|
95744
|
+
i0.ɵɵproperty("ngClass", ctx_r0.getEmptyStateSubtitleClasses());
|
|
95745
|
+
} }
|
|
95746
|
+
function SymphiqProfileFocusAreaDashboardComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
95747
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
95748
|
+
i0.ɵɵelementStart(0, "symphiq-profile-sticky-footer", 17);
|
|
95749
|
+
i0.ɵɵlistener("continueClick", function SymphiqProfileFocusAreaDashboardComponent_Conditional_7_Template_symphiq_profile_sticky_footer_continueClick_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.handleContinueClick()); });
|
|
95750
|
+
i0.ɵɵelementEnd();
|
|
95751
|
+
} if (rf & 2) {
|
|
95752
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
95753
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("totalQuestions", ctx_r0.totalQuestions())("answeredQuestions", ctx_r0.answeredQuestions())("buttonConfig", ctx_r0.stickyFooterButtonConfig);
|
|
95754
|
+
} }
|
|
95755
|
+
class SymphiqProfileFocusAreaDashboardComponent {
|
|
95756
|
+
constructor() {
|
|
95757
|
+
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
95758
|
+
this.profileFocusArea = input(...(ngDevMode ? [undefined, { debugName: "profileFocusArea" }] : []));
|
|
95759
|
+
this.profileFocusAreaQuestions = input(...(ngDevMode ? [undefined, { debugName: "profileFocusAreaQuestions" }] : []));
|
|
95760
|
+
this.profileAnswers = input(...(ngDevMode ? [undefined, { debugName: "profileAnswers" }] : []));
|
|
95761
|
+
this.profileAnswerHistories = input(...(ngDevMode ? [undefined, { debugName: "profileAnswerHistories" }] : []));
|
|
95762
|
+
this.users = input([], ...(ngDevMode ? [{ debugName: "users" }] : []));
|
|
95763
|
+
this.isLoading = input(...(ngDevMode ? [undefined, { debugName: "isLoading" }] : []));
|
|
95764
|
+
this.forDemo = input(false, ...(ngDevMode ? [{ debugName: "forDemo" }] : []));
|
|
95765
|
+
this.currentUser = input(...(ngDevMode ? [undefined, { debugName: "currentUser" }] : []));
|
|
95766
|
+
this.startCategoryQuestions = output();
|
|
95767
|
+
this.answerSave = output();
|
|
95768
|
+
this.continueClick = output();
|
|
95769
|
+
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
95770
|
+
this.statusCardConfig = computed(() => {
|
|
95771
|
+
const focusArea = this.profileFocusArea();
|
|
95772
|
+
const domain = focusArea?.focusAreaDomain;
|
|
95773
|
+
const domainTitle = domain ? FocusAreaDomainEnumUtil.title(domain) : 'Focus Area';
|
|
95774
|
+
return {
|
|
95775
|
+
title: `${domainTitle} Profile`,
|
|
95776
|
+
introTitle: `Why ${domainTitle} Questions Matter`,
|
|
95777
|
+
introText: `These questions help Symphiq understand your current <strong>${domainTitle.toLowerCase()}</strong> capabilities, tools, and strategies. Your answers enable personalized analysis and recommendations tailored to your specific operational context.`,
|
|
95778
|
+
introTextMinimal: `<strong>Great progress!</strong> Continue answering questions to unlock deeper insights and more accurate recommendations for your ${domainTitle.toLowerCase()} strategy.`,
|
|
95779
|
+
breadcrumbPrefix: domainTitle
|
|
95780
|
+
};
|
|
95781
|
+
}, ...(ngDevMode ? [{ debugName: "statusCardConfig" }] : []));
|
|
95782
|
+
this.statusCardGroupConfig = {
|
|
95783
|
+
categoryLabel: 'Category',
|
|
95784
|
+
focusAreaLabel: 'Focus area',
|
|
95785
|
+
showFocusAreaToggle: false,
|
|
95786
|
+
showFocusAreaChips: false
|
|
95787
|
+
};
|
|
95788
|
+
this.stickyFooterButtonConfig = {
|
|
95789
|
+
startText: 'Start Answering Questions',
|
|
95790
|
+
continueText: 'Continue Answering Questions',
|
|
95791
|
+
reviewText: 'Review Your Answers'
|
|
95792
|
+
};
|
|
95793
|
+
this.categoryNameFormatter = (category) => {
|
|
95794
|
+
return category
|
|
95795
|
+
.replace(/_/g, ' ')
|
|
95796
|
+
.replace(/\b\w/g, (l) => l.toUpperCase());
|
|
95797
|
+
};
|
|
95798
|
+
this.totalQuestions = computed(() => {
|
|
95799
|
+
return this.profileFocusAreaQuestions()?.length || 0;
|
|
95800
|
+
}, ...(ngDevMode ? [{ debugName: "totalQuestions" }] : []));
|
|
95801
|
+
this.answeredQuestions = computed(() => {
|
|
95802
|
+
const questions = this.profileFocusAreaQuestions() || [];
|
|
95803
|
+
const answers = this.profileAnswers() || [];
|
|
95804
|
+
return questions.filter(q => answers.some(a => a.profileQuestionId === q.id)).length;
|
|
95805
|
+
}, ...(ngDevMode ? [{ debugName: "answeredQuestions" }] : []));
|
|
95806
|
+
this.shouldShowStickyFooter = computed(() => {
|
|
95807
|
+
return this.profileFocusArea() && this.totalQuestions() > 0 && !this.isLoading();
|
|
95808
|
+
}, ...(ngDevMode ? [{ debugName: "shouldShowStickyFooter" }] : []));
|
|
95809
|
+
}
|
|
95810
|
+
handleStartCategoryQuestions(categoryId) {
|
|
95811
|
+
this.startCategoryQuestions.emit(categoryId);
|
|
95812
|
+
}
|
|
95813
|
+
handleAnswerSave(event) {
|
|
95814
|
+
this.answerSave.emit(event);
|
|
95815
|
+
}
|
|
95816
|
+
handleContinueClick() {
|
|
95817
|
+
if (this.profileStatusCard) {
|
|
95818
|
+
this.profileStatusCard.openAllQuestionsAnswerMode();
|
|
95819
|
+
}
|
|
95820
|
+
this.continueClick.emit();
|
|
95821
|
+
}
|
|
95822
|
+
getContainerClasses() {
|
|
95823
|
+
return this.isLightMode()
|
|
95824
|
+
? 'bg-gradient-to-br from-slate-50 via-blue-50/30 to-purple-50/30'
|
|
95825
|
+
: 'bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900';
|
|
95826
|
+
}
|
|
95827
|
+
getLoadingCardClasses() {
|
|
95828
|
+
return this.isLightMode()
|
|
95829
|
+
? 'bg-white/80 border-slate-200'
|
|
95830
|
+
: 'bg-slate-800/80 border-slate-700';
|
|
95831
|
+
}
|
|
95832
|
+
getLoadingTitleClasses() {
|
|
95833
|
+
return this.isLightMode() ? 'text-slate-900' : 'text-white';
|
|
95834
|
+
}
|
|
95835
|
+
getLoadingSubtitleClasses() {
|
|
95836
|
+
return this.isLightMode() ? 'text-slate-600' : 'text-slate-400';
|
|
95837
|
+
}
|
|
95838
|
+
getEmptyStateClasses() {
|
|
95839
|
+
return this.isLightMode()
|
|
95840
|
+
? 'bg-white/80 border-slate-200'
|
|
95841
|
+
: 'bg-slate-800/80 border-slate-700';
|
|
95842
|
+
}
|
|
95843
|
+
getEmptyStateTitleClasses() {
|
|
95844
|
+
return this.isLightMode() ? 'text-slate-900' : 'text-white';
|
|
95845
|
+
}
|
|
95846
|
+
getEmptyStateSubtitleClasses() {
|
|
95847
|
+
return this.isLightMode() ? 'text-slate-600' : 'text-slate-400';
|
|
95848
|
+
}
|
|
95849
|
+
static { this.ɵfac = function SymphiqProfileFocusAreaDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileFocusAreaDashboardComponent)(); }; }
|
|
95850
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileFocusAreaDashboardComponent, selectors: [["symphiq-profile-focus-area-dashboard"]], viewQuery: function SymphiqProfileFocusAreaDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
95851
|
+
i0.ɵɵviewQuery(ProfileStatusCardComponent, 5);
|
|
95852
|
+
} if (rf & 2) {
|
|
95853
|
+
let _t;
|
|
95854
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.profileStatusCard = _t.first);
|
|
95855
|
+
} }, inputs: { viewMode: [1, "viewMode"], profileFocusArea: [1, "profileFocusArea"], profileFocusAreaQuestions: [1, "profileFocusAreaQuestions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"] }, outputs: { startCategoryQuestions: "startCategoryQuestions", answerSave: "answerSave", continueClick: "continueClick" }, decls: 8, vars: 7, consts: [[1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "relative", "z-10"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "backdrop-blur-sm", 3, "ngClass"], [3, "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "config", "groupConfig", "categoryNameFormatter"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "text-center", 3, "ngClass"], [3, "viewMode", "totalQuestions", "answeredQuestions", "buttonConfig"], [1, "flex", "flex-col", "items-center", "justify-center", "space-y-4"], ["size", "large", 3, "viewMode"], [1, "text-center"], [1, "text-lg", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "startCategoryQuestions", "answerSave", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "config", "groupConfig", "categoryNameFormatter"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-16", "h-16", "mx-auto", "mb-4", "opacity-50"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"], [1, "text-xl", "font-semibold", "mb-2", 3, "ngClass"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions", "buttonConfig"]], template: function SymphiqProfileFocusAreaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
95856
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
95857
|
+
i0.ɵɵelement(1, "div", 1);
|
|
95858
|
+
i0.ɵɵelementStart(2, "div", 2)(3, "main", 3);
|
|
95859
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileFocusAreaDashboardComponent_Conditional_4_Template, 8, 4, "div", 4)(5, SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template, 1, 14, "symphiq-profile-status-card", 5)(6, SymphiqProfileFocusAreaDashboardComponent_Conditional_6_Template, 7, 3, "div", 6);
|
|
95860
|
+
i0.ɵɵelementEnd();
|
|
95861
|
+
i0.ɵɵconditionalCreate(7, SymphiqProfileFocusAreaDashboardComponent_Conditional_7_Template, 1, 4, "symphiq-profile-sticky-footer", 7);
|
|
95862
|
+
i0.ɵɵelementEnd()();
|
|
95863
|
+
} if (rf & 2) {
|
|
95864
|
+
i0.ɵɵproperty("ngClass", ctx.getContainerClasses());
|
|
95865
|
+
i0.ɵɵadvance();
|
|
95866
|
+
i0.ɵɵclassProp("light-mode", ctx.isLightMode());
|
|
95867
|
+
i0.ɵɵadvance(2);
|
|
95868
|
+
i0.ɵɵclassProp("pb-32", ctx.shouldShowStickyFooter());
|
|
95869
|
+
i0.ɵɵadvance();
|
|
95870
|
+
i0.ɵɵconditional(ctx.isLoading() ? 4 : ctx.profileFocusArea() ? 5 : 6);
|
|
95871
|
+
i0.ɵɵadvance(3);
|
|
95872
|
+
i0.ɵɵconditional(ctx.shouldShowStickyFooter() ? 7 : -1);
|
|
95873
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, ProfileStatusCardComponent,
|
|
95874
|
+
ProfileStickyFooterComponent,
|
|
95875
|
+
IndeterminateSpinnerComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
95876
|
+
}
|
|
95877
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileFocusAreaDashboardComponent, [{
|
|
95878
|
+
type: Component,
|
|
95879
|
+
args: [{
|
|
95880
|
+
selector: 'symphiq-profile-focus-area-dashboard',
|
|
95881
|
+
standalone: true,
|
|
95882
|
+
imports: [
|
|
95883
|
+
CommonModule,
|
|
95884
|
+
ProfileStatusCardComponent,
|
|
95885
|
+
ProfileStickyFooterComponent,
|
|
95886
|
+
IndeterminateSpinnerComponent
|
|
95887
|
+
],
|
|
95888
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
95889
|
+
template: `
|
|
95890
|
+
<div [ngClass]="getContainerClasses()" class="min-h-screen relative">
|
|
95891
|
+
<div class="animated-bubbles" [class.light-mode]="isLightMode()"
|
|
95892
|
+
style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
95893
|
+
|
|
95894
|
+
<div class="relative z-10">
|
|
95895
|
+
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8"
|
|
95896
|
+
[class.pb-32]="shouldShowStickyFooter()">
|
|
95897
|
+
|
|
95898
|
+
@if (isLoading()) {
|
|
95899
|
+
<div [ngClass]="getLoadingCardClasses()" class="rounded-2xl border shadow-lg p-8 backdrop-blur-sm">
|
|
95900
|
+
<div class="flex flex-col items-center justify-center space-y-4">
|
|
95901
|
+
<symphiq-indeterminate-spinner [viewMode]="viewMode()" size="large" />
|
|
95902
|
+
<div class="text-center">
|
|
95903
|
+
<h3 [ngClass]="getLoadingTitleClasses()" class="text-lg font-semibold mb-1">
|
|
95904
|
+
Loading Focus Area Profile
|
|
95905
|
+
</h3>
|
|
95906
|
+
<p [ngClass]="getLoadingSubtitleClasses()" class="text-sm">
|
|
95907
|
+
Please wait while we prepare your questions...
|
|
95908
|
+
</p>
|
|
95909
|
+
</div>
|
|
95910
|
+
</div>
|
|
95911
|
+
</div>
|
|
95912
|
+
} @else if (profileFocusArea()) {
|
|
95913
|
+
<symphiq-profile-status-card
|
|
95914
|
+
[viewMode]="viewMode()"
|
|
95915
|
+
[totalQuestions]="totalQuestions()"
|
|
95916
|
+
[answeredQuestions]="answeredQuestions()"
|
|
95917
|
+
[questions]="profileFocusAreaQuestions() || []"
|
|
95918
|
+
[profileAnswers]="profileAnswers() || []"
|
|
95919
|
+
[profileAnswerHistories]="profileAnswerHistories() || []"
|
|
95920
|
+
[users]="users() || []"
|
|
95921
|
+
[config]="statusCardConfig()"
|
|
95922
|
+
[groupConfig]="statusCardGroupConfig"
|
|
95923
|
+
[categoryNameFormatter]="categoryNameFormatter"
|
|
95924
|
+
(startCategoryQuestions)="handleStartCategoryQuestions($event)"
|
|
95925
|
+
(answerSave)="handleAnswerSave($event)"
|
|
95926
|
+
/>
|
|
95927
|
+
} @else {
|
|
95928
|
+
<div [ngClass]="getEmptyStateClasses()" class="rounded-2xl border shadow-lg p-8 text-center">
|
|
95929
|
+
<svg class="w-16 h-16 mx-auto mb-4 opacity-50" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
95930
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path>
|
|
95931
|
+
</svg>
|
|
95932
|
+
<h3 [ngClass]="getEmptyStateTitleClasses()" class="text-xl font-semibold mb-2">
|
|
95933
|
+
No Focus Area Selected
|
|
95934
|
+
</h3>
|
|
95935
|
+
<p [ngClass]="getEmptyStateSubtitleClasses()" class="text-sm">
|
|
95936
|
+
Please select a focus area to view its profile questions.
|
|
95937
|
+
</p>
|
|
95938
|
+
</div>
|
|
95939
|
+
}
|
|
95940
|
+
</main>
|
|
95941
|
+
|
|
95942
|
+
@if (shouldShowStickyFooter()) {
|
|
95943
|
+
<symphiq-profile-sticky-footer
|
|
95944
|
+
[viewMode]="viewMode()"
|
|
95945
|
+
[totalQuestions]="totalQuestions()"
|
|
95946
|
+
[answeredQuestions]="answeredQuestions()"
|
|
95947
|
+
[buttonConfig]="stickyFooterButtonConfig"
|
|
95948
|
+
(continueClick)="handleContinueClick()"
|
|
95949
|
+
/>
|
|
95950
|
+
}
|
|
95951
|
+
</div>
|
|
95952
|
+
</div>
|
|
95953
|
+
`
|
|
95954
|
+
}]
|
|
95955
|
+
}], null, { profileStatusCard: [{
|
|
95956
|
+
type: ViewChild,
|
|
95957
|
+
args: [ProfileStatusCardComponent]
|
|
95958
|
+
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], profileFocusArea: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusArea", required: false }] }], profileFocusAreaQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusAreaQuestions", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], currentUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentUser", required: false }] }], startCategoryQuestions: [{ type: i0.Output, args: ["startCategoryQuestions"] }], answerSave: [{ type: i0.Output, args: ["answerSave"] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
|
|
95959
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreaDashboardComponent, { className: "SymphiqProfileFocusAreaDashboardComponent", filePath: "lib/components/profile-focus-area-dashboard/symphiq-profile-focus-area-dashboard.component.ts", lineNumber: 105 }); })();
|
|
95960
|
+
|
|
95696
95961
|
const _forTrack0$4 = ($index, $item) => $item.id;
|
|
95697
95962
|
function ShopProfileCategoryListComponent_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
95698
95963
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -100818,5 +101083,5 @@ var pieChart_component = /*#__PURE__*/Object.freeze({
|
|
|
100818
101083
|
* Generated bundle index. Do not edit.
|
|
100819
101084
|
*/
|
|
100820
101085
|
|
|
100821
|
-
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, SymphiqProfileShopAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, UserAvatarComponent, UserDisplayComponent, ViewModeService, ViewModeSwitcherModalComponent, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
|
|
101086
|
+
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DashboardHeaderComponent, DataLoaderService, DisplayModeEnum, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, FocusAreaStatusCardComponent, FocusAreaToolsModalComponent, FunnelOrderService, GradeBadgeComponent, HeaderScrollService, HierarchyDisplayComponent, HorizontalBarComponent, IconService, IndeterminateSpinnerComponent, InsightCardComponent, JourneyProgressIndicatorComponent, JourneyStepIdEnum, LineChartComponent, MetricCardComponent, MetricExecutiveSummaryComponent, MetricFormatterService, MetricListItemComponent, MetricReportModalComponent, MetricWelcomeBannerComponent, MobileBottomNavComponent, MobileFABComponent, ModalComponent, ModalService, NapkinVisualPlaceholderComponent, NavigationStateService, OpportunityHighlightBannerComponent, OverallAssessmentComponent, PacingStatusBadgeComponent, PieChartComponent, ProfileItemCardComponent, ProfileSectionComponent, ProfileSubsectionComponent, RelatedContentSidebarComponent, RevenueCalculatorService, RevenueCalculatorWelcomeBannerComponent, ScrollDepthService, ScrollProgressBarComponent, SearchButtonComponent, SearchModalComponent, SectionDividerComponent, SectionNavigationComponent, ShadowElevationDirective, ShopPlatformEnum, ShopProfileCategoryListComponent, ShopProfileQuestionAnswerComponent, ShopProfileQuestionCardComponent, ShopProfileQuestionsModalComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileFocusAreaDashboardComponent, SymphiqProfileFocusAreasAnalysesDashboardComponent, SymphiqProfileShopAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, UserAvatarComponent, UserDisplayComponent, ViewModeService, ViewModeSwitcherModalComponent, ViewportAnimationDirective, VisualizationContainerComponent, calculateFunnelRatios, calculateMetricTargetsFromRevenue, calculateMetricTargetsFromRevenueReverse, calculateRelatedMetricRatios, generateTargetsFromCalculations, getBadgeLabelClasses, getButtonClasses, getCategoryBadgeClasses, getCategoryColor, getCompetitiveBadgeClasses, getContainerClasses, getFooterClasses, getFunnelStageMetrics, getGradeBadgeClasses, getHeaderClasses, getInsightsBadgeClasses, getInsightsCardClasses, getMetricLabelClasses, getMetricMiniCardClasses, getMetricValueClasses, getNarrativeTextClasses, getRevenueCardClasses, getRevenueIconClasses, getStatusBadgeClasses, getStatusDotClasses, getStatusIconClasses, getStatusSummaryClasses, getSubtitleClasses, getTitleClasses, getTrendClasses, getTrendIconClasses, getTrendValueClasses, groupMetricsByFunnelStage, isLightMode, validateRevenueTarget };
|
|
100822
101087
|
//# sourceMappingURL=symphiq-components.mjs.map
|