@eric-emg/symphiq-components 1.2.357 → 1.2.358
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 +1272 -390
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +114 -24
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +3 -0
|
@@ -3232,8 +3232,8 @@ class DataLoaderService {
|
|
|
3232
3232
|
args: [{ providedIn: 'root' }]
|
|
3233
3233
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3234
3234
|
|
|
3235
|
-
const _c0$
|
|
3236
|
-
const _c1$
|
|
3235
|
+
const _c0$1b = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3236
|
+
const _c1$F = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3237
3237
|
class SkeletonLoaderComponent {
|
|
3238
3238
|
constructor() {
|
|
3239
3239
|
this.width = input('100%', ...(ngDevMode ? [{ debugName: "width" }] : []));
|
|
@@ -3249,9 +3249,9 @@ class SkeletonLoaderComponent {
|
|
|
3249
3249
|
} if (rf & 2) {
|
|
3250
3250
|
i0.ɵɵstyleProp("width", ctx.width())("height", ctx.height());
|
|
3251
3251
|
i0.ɵɵclassProp("skeleton-shimmer", true)("skeleton-pulse", ctx.pulse());
|
|
3252
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$
|
|
3252
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$1b, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3253
3253
|
i0.ɵɵadvance();
|
|
3254
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$
|
|
3254
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c1$F, ctx.isLightMode() ? "from-transparent via-white/60 to-transparent" : "from-transparent via-slate-500/40 to-transparent"));
|
|
3255
3255
|
} }, 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 }); }
|
|
3256
3256
|
}
|
|
3257
3257
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonLoaderComponent, [{
|
|
@@ -3289,7 +3289,7 @@ const ChartContainerComponent_Conditional_1_Conditional_13_Defer_2_DepsFn = () =
|
|
|
3289
3289
|
const ChartContainerComponent_Conditional_1_Conditional_14_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
3290
3290
|
const ChartContainerComponent_Conditional_1_Conditional_15_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
3291
3291
|
const ChartContainerComponent_Conditional_1_Conditional_16_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
3292
|
-
const _c0$
|
|
3292
|
+
const _c0$1a = (a0, a1) => [a0, a1];
|
|
3293
3293
|
function ChartContainerComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
3294
3294
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
3295
3295
|
i0.ɵɵelement(2, "symphiq-skeleton-loader", 3)(3, "symphiq-skeleton-loader", 3);
|
|
@@ -3341,7 +3341,7 @@ function ChartContainerComponent_Conditional_1_Conditional_11_Template(rf, ctx)
|
|
|
3341
3341
|
i0.ɵɵelementEnd()();
|
|
3342
3342
|
} if (rf & 2) {
|
|
3343
3343
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
3344
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$
|
|
3344
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c0$1a, ctx_r0.iconClass(), ctx_r0.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
3345
3345
|
} }
|
|
3346
3346
|
function ChartContainerComponent_Conditional_1_Conditional_13_Defer_0_Template(rf, ctx) { if (rf & 1) {
|
|
3347
3347
|
i0.ɵɵelement(0, "symphiq-line-chart", 23);
|
|
@@ -3888,7 +3888,7 @@ class CompetitiveScoreService {
|
|
|
3888
3888
|
}]
|
|
3889
3889
|
}], null, null); })();
|
|
3890
3890
|
|
|
3891
|
-
const _forTrack0$
|
|
3891
|
+
const _forTrack0$V = ($index, $item) => $item.category;
|
|
3892
3892
|
function CompetitivePositioningSummaryComponent_Conditional_1_For_47_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
3893
3893
|
i0.ɵɵelementStart(0, "div", 15);
|
|
3894
3894
|
i0.ɵɵelement(1, "div", 37);
|
|
@@ -4047,7 +4047,7 @@ function CompetitivePositioningSummaryComponent_Conditional_1_Template(rf, ctx)
|
|
|
4047
4047
|
i0.ɵɵelementEnd()();
|
|
4048
4048
|
i0.ɵɵnamespaceHTML();
|
|
4049
4049
|
i0.ɵɵelementStart(43, "div", 24)(44, "div", 25)(45, "div", 26);
|
|
4050
|
-
i0.ɵɵrepeaterCreate(46, CompetitivePositioningSummaryComponent_Conditional_1_For_47_Template, 15, 12, "div", 27, _forTrack0$
|
|
4050
|
+
i0.ɵɵrepeaterCreate(46, CompetitivePositioningSummaryComponent_Conditional_1_For_47_Template, 15, 12, "div", 27, _forTrack0$V);
|
|
4051
4051
|
i0.ɵɵelementEnd()()()();
|
|
4052
4052
|
i0.ɵɵelementStart(48, "div", 28)(49, "button", 29);
|
|
4053
4053
|
i0.ɵɵlistener("click", function CompetitivePositioningSummaryComponent_Conditional_1_Template_button_click_49_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.scrollToCompetitive.emit()); });
|
|
@@ -4256,7 +4256,7 @@ function CompetitivePositioningSummaryComponent_Conditional_2_Template(rf, ctx)
|
|
|
4256
4256
|
i0.ɵɵelementStart(32, "div", 50)(33, "h4", 51);
|
|
4257
4257
|
i0.ɵɵtext(34, "By Funnel Stage");
|
|
4258
4258
|
i0.ɵɵelementEnd();
|
|
4259
|
-
i0.ɵɵrepeaterCreate(35, CompetitivePositioningSummaryComponent_Conditional_2_For_36_Template, 12, 11, "div", 52, _forTrack0$
|
|
4259
|
+
i0.ɵɵrepeaterCreate(35, CompetitivePositioningSummaryComponent_Conditional_2_For_36_Template, 12, 11, "div", 52, _forTrack0$V);
|
|
4260
4260
|
i0.ɵɵelementEnd();
|
|
4261
4261
|
i0.ɵɵelementStart(37, "div", 28)(38, "button", 53);
|
|
4262
4262
|
i0.ɵɵlistener("click", function CompetitivePositioningSummaryComponent_Conditional_2_Template_button_click_38_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.scrollToCompetitive.emit()); });
|
|
@@ -4943,7 +4943,7 @@ class CompetitivePositioningSummaryComponent {
|
|
|
4943
4943
|
}], 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"] }] }); })();
|
|
4944
4944
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitivePositioningSummaryComponent, { className: "CompetitivePositioningSummaryComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-positioning-summary.component.ts", lineNumber: 298 }); })();
|
|
4945
4945
|
|
|
4946
|
-
const _c0$
|
|
4946
|
+
const _c0$19 = () => [1, 2, 3, 4];
|
|
4947
4947
|
function OverallAssessmentComponent_Conditional_0_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
4948
4948
|
i0.ɵɵelementStart(0, "div", 9);
|
|
4949
4949
|
i0.ɵɵelement(1, "symphiq-skeleton-loader", 6)(2, "symphiq-skeleton-loader", 6);
|
|
@@ -4977,7 +4977,7 @@ function OverallAssessmentComponent_Conditional_0_Template(rf, ctx) { if (rf & 1
|
|
|
4977
4977
|
i0.ɵɵadvance(2);
|
|
4978
4978
|
i0.ɵɵproperty("width", "100px")("height", "70px")("isLightMode", ctx_r0.isLightMode());
|
|
4979
4979
|
i0.ɵɵadvance(2);
|
|
4980
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$
|
|
4980
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(14, _c0$19));
|
|
4981
4981
|
i0.ɵɵadvance(2);
|
|
4982
4982
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
4983
4983
|
} }
|
|
@@ -6192,8 +6192,8 @@ class OverallAssessmentComponent {
|
|
|
6192
6192
|
}], 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"] }] }); })();
|
|
6193
6193
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OverallAssessmentComponent, { className: "OverallAssessmentComponent", filePath: "lib/components/funnel-analysis-dashboard/overall-assessment.component.ts", lineNumber: 303 }); })();
|
|
6194
6194
|
|
|
6195
|
-
const _c0$
|
|
6196
|
-
const _c1$
|
|
6195
|
+
const _c0$18 = () => [1, 2, 3];
|
|
6196
|
+
const _c1$E = () => [1, 2, 3, 4];
|
|
6197
6197
|
const _c2$q = () => [];
|
|
6198
6198
|
function InsightCardComponent_Conditional_0_Conditional_0_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
6199
6199
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -6230,9 +6230,9 @@ function InsightCardComponent_Conditional_0_Conditional_0_Template(rf, ctx) { if
|
|
|
6230
6230
|
i0.ɵɵadvance();
|
|
6231
6231
|
i0.ɵɵproperty("width", "60%")("height", "20px")("isLightMode", ctx_r0.isLightMode());
|
|
6232
6232
|
i0.ɵɵadvance();
|
|
6233
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$
|
|
6233
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(8, _c0$18));
|
|
6234
6234
|
i0.ɵɵadvance(3);
|
|
6235
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$
|
|
6235
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$E));
|
|
6236
6236
|
} }
|
|
6237
6237
|
function InsightCardComponent_Conditional_0_Conditional_1_Conditional_7_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
6238
6238
|
i0.ɵɵnamespaceSVG();
|
|
@@ -8930,10 +8930,10 @@ class MetricCardComponent {
|
|
|
8930
8930
|
}], () => [], { 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 }] }] }); })();
|
|
8931
8931
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricCardComponent, { className: "MetricCardComponent", filePath: "lib/components/funnel-analysis-dashboard/metric-card.component.ts", lineNumber: 537 }); })();
|
|
8932
8932
|
|
|
8933
|
-
const _c0$
|
|
8934
|
-
const _c1$
|
|
8933
|
+
const _c0$17 = () => [1, 2, 3];
|
|
8934
|
+
const _c1$D = (a0, a1, a2) => [a0, a1, a2];
|
|
8935
8935
|
const _c2$p = (a0, a1) => [a0, a1];
|
|
8936
|
-
const _forTrack0$
|
|
8936
|
+
const _forTrack0$U = ($index, $item) => $item.metric;
|
|
8937
8937
|
const _forTrack1$7 = ($index, $item) => $item.dimensionValue;
|
|
8938
8938
|
function BreakdownSectionComponent_Conditional_0_For_7_For_4_Template(rf, ctx) { if (rf & 1) {
|
|
8939
8939
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -8960,7 +8960,7 @@ function BreakdownSectionComponent_Conditional_0_For_7_Template(rf, ctx) { if (r
|
|
|
8960
8960
|
i0.ɵɵadvance();
|
|
8961
8961
|
i0.ɵɵproperty("width", "30%")("height", "18px")("isLightMode", ctx_r0.isLightMode());
|
|
8962
8962
|
i0.ɵɵadvance(2);
|
|
8963
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$
|
|
8963
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(3, _c0$17));
|
|
8964
8964
|
} }
|
|
8965
8965
|
function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
8966
8966
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 2);
|
|
@@ -8979,7 +8979,7 @@ function BreakdownSectionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1)
|
|
|
8979
8979
|
i0.ɵɵadvance();
|
|
8980
8980
|
i0.ɵɵproperty("width", "85%")("height", "14px")("isLightMode", ctx_r0.isLightMode());
|
|
8981
8981
|
i0.ɵɵadvance(2);
|
|
8982
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$
|
|
8982
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(10, _c0$17));
|
|
8983
8983
|
} }
|
|
8984
8984
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
8985
8985
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -9143,7 +9143,7 @@ function BreakdownSectionComponent_Conditional_1_For_9_For_27_Template(rf, ctx)
|
|
|
9143
9143
|
const ɵ$index_133_r9 = ctx.$index;
|
|
9144
9144
|
const group_r5 = i0.ɵɵnextContext().$implicit;
|
|
9145
9145
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
9146
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(31, _c1$
|
|
9146
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(31, _c1$D, ctx_r0.getRowBackgroundClass(metric_r8, ɵ$index_133_r9), ctx_r0.getPriorityDividerClass(metric_r8, ɵ$index_133_r9, group_r5.values), ctx_r0.isLightMode() ? "hover:bg-blue-50" : "hover:bg-slate-700/30"));
|
|
9147
9147
|
i0.ɵɵadvance(3);
|
|
9148
9148
|
i0.ɵɵproperty("ngClass", ctx_r0.isLightMode() ? "text-slate-600 group-hover:text-slate-900" : "text-slate-400 group-hover:text-white")("libSymphiqTooltip", ctx_r0.getBreakdownRowTooltip(metric_r8))("tooltipPosition", "auto");
|
|
9149
9149
|
i0.ɵɵadvance();
|
|
@@ -9256,7 +9256,7 @@ function BreakdownSectionComponent_Conditional_1_Template(rf, ctx) { if (rf & 1)
|
|
|
9256
9256
|
i0.ɵɵelementEnd()();
|
|
9257
9257
|
i0.ɵɵconditionalCreate(6, BreakdownSectionComponent_Conditional_1_Conditional_6_Template, 3, 0, "div", 11);
|
|
9258
9258
|
i0.ɵɵelementStart(7, "div", 12);
|
|
9259
|
-
i0.ɵɵrepeaterCreate(8, BreakdownSectionComponent_Conditional_1_For_9_Template, 28, 18, "div", 13, _forTrack0$
|
|
9259
|
+
i0.ɵɵrepeaterCreate(8, BreakdownSectionComponent_Conditional_1_For_9_Template, 28, 18, "div", 13, _forTrack0$U);
|
|
9260
9260
|
i0.ɵɵelementEnd()();
|
|
9261
9261
|
} if (rf & 2) {
|
|
9262
9262
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -10654,7 +10654,7 @@ class ChartCardComponent {
|
|
|
10654
10654
|
}], null, { chart: [{ type: i0.Input, args: [{ isSignal: true, alias: "chart", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], chartClick: [{ type: i0.Output, args: ["chartClick"] }] }); }); })();
|
|
10655
10655
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChartCardComponent, { className: "ChartCardComponent", filePath: "lib/components/shared/chart-card.component.ts", lineNumber: 101 }); })();
|
|
10656
10656
|
|
|
10657
|
-
const _forTrack0$
|
|
10657
|
+
const _forTrack0$T = ($index, $item) => $item.id;
|
|
10658
10658
|
function FunnelStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
10659
10659
|
i0.ɵɵelementStart(0, "div", 1);
|
|
10660
10660
|
i0.ɵɵnamespaceSVG();
|
|
@@ -10768,7 +10768,7 @@ function FunnelStrengthsListModalContentComponent_Conditional_2_For_2_Template(r
|
|
|
10768
10768
|
} }
|
|
10769
10769
|
function FunnelStrengthsListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
10770
10770
|
i0.ɵɵelementStart(0, "div", 2);
|
|
10771
|
-
i0.ɵɵrepeaterCreate(1, FunnelStrengthsListModalContentComponent_Conditional_2_For_2_Template, 30, 22, "button", 7, _forTrack0$
|
|
10771
|
+
i0.ɵɵrepeaterCreate(1, FunnelStrengthsListModalContentComponent_Conditional_2_For_2_Template, 30, 22, "button", 7, _forTrack0$T);
|
|
10772
10772
|
i0.ɵɵelementEnd();
|
|
10773
10773
|
} if (rf & 2) {
|
|
10774
10774
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -10978,7 +10978,7 @@ class FunnelStrengthsListModalContentComponent {
|
|
|
10978
10978
|
}], null, { strengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "strengths", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
10979
10979
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthsListModalContentComponent, { className: "FunnelStrengthsListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strengths-list-modal-content.component.ts", lineNumber: 93 }); })();
|
|
10980
10980
|
|
|
10981
|
-
const _forTrack0$
|
|
10981
|
+
const _forTrack0$S = ($index, $item) => $item.severity;
|
|
10982
10982
|
const _forTrack1$6 = ($index, $item) => $item.id;
|
|
10983
10983
|
function FunnelWeaknessesListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
10984
10984
|
i0.ɵɵelementStart(0, "div", 1);
|
|
@@ -11157,7 +11157,7 @@ function FunnelWeaknessesListModalContentComponent_Conditional_2_For_2_Template(
|
|
|
11157
11157
|
} }
|
|
11158
11158
|
function FunnelWeaknessesListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
11159
11159
|
i0.ɵɵelementStart(0, "div", 2);
|
|
11160
|
-
i0.ɵɵrepeaterCreate(1, FunnelWeaknessesListModalContentComponent_Conditional_2_For_2_Template, 9, 7, "div", null, _forTrack0$
|
|
11160
|
+
i0.ɵɵrepeaterCreate(1, FunnelWeaknessesListModalContentComponent_Conditional_2_For_2_Template, 9, 7, "div", null, _forTrack0$S);
|
|
11161
11161
|
i0.ɵɵelementEnd();
|
|
11162
11162
|
} if (rf & 2) {
|
|
11163
11163
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -11507,7 +11507,7 @@ class FunnelWeaknessesListModalContentComponent {
|
|
|
11507
11507
|
}], null, { weaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "weaknesses", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: true }] }] }); })();
|
|
11508
11508
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWeaknessesListModalContentComponent, { className: "FunnelWeaknessesListModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-weaknesses-list-modal-content.component.ts", lineNumber: 132 }); })();
|
|
11509
11509
|
|
|
11510
|
-
const _c0$
|
|
11510
|
+
const _c0$16 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
11511
11511
|
function FunnelStrengthDetailModalContentComponent_For_18_Template(rf, ctx) { if (rf & 1) {
|
|
11512
11512
|
i0.ɵɵelement(0, "div", 12);
|
|
11513
11513
|
} if (rf & 2) {
|
|
@@ -11783,7 +11783,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
11783
11783
|
i0.ɵɵadvance();
|
|
11784
11784
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
11785
11785
|
i0.ɵɵadvance(3);
|
|
11786
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$
|
|
11786
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(35, _c0$16));
|
|
11787
11787
|
i0.ɵɵadvance(2);
|
|
11788
11788
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
11789
11789
|
i0.ɵɵadvance();
|
|
@@ -11959,7 +11959,7 @@ class FunnelStrengthDetailModalContentComponent {
|
|
|
11959
11959
|
}], 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 }] }] }); })();
|
|
11960
11960
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelStrengthDetailModalContentComponent, { className: "FunnelStrengthDetailModalContentComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-strength-detail-modal-content.component.ts", lineNumber: 128 }); })();
|
|
11961
11961
|
|
|
11962
|
-
const _c0$
|
|
11962
|
+
const _c0$15 = () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
11963
11963
|
function FunnelWeaknessDetailModalContentComponent_For_27_Template(rf, ctx) { if (rf & 1) {
|
|
11964
11964
|
i0.ɵɵelement(0, "div", 17);
|
|
11965
11965
|
} if (rf & 2) {
|
|
@@ -12470,7 +12470,7 @@ class FunnelWeaknessDetailModalContentComponent {
|
|
|
12470
12470
|
i0.ɵɵadvance();
|
|
12471
12471
|
i0.ɵɵproperty("ngClass", ctx.impactScoreLabelClasses());
|
|
12472
12472
|
i0.ɵɵadvance(3);
|
|
12473
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$
|
|
12473
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(49, _c0$15));
|
|
12474
12474
|
i0.ɵɵadvance(2);
|
|
12475
12475
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12476
12476
|
i0.ɵɵadvance();
|
|
@@ -12931,8 +12931,8 @@ class ProfileItemLookupService {
|
|
|
12931
12931
|
}]
|
|
12932
12932
|
}], null, null); })();
|
|
12933
12933
|
|
|
12934
|
-
const _c0$
|
|
12935
|
-
const _forTrack0$
|
|
12934
|
+
const _c0$14 = a0 => ({ name: "chevron-right", source: a0 });
|
|
12935
|
+
const _forTrack0$R = ($index, $item) => $item.id;
|
|
12936
12936
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
12937
12937
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
12938
12938
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -12949,11 +12949,11 @@ function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
12949
12949
|
i0.ɵɵadvance(2);
|
|
12950
12950
|
i0.ɵɵtextInterpolate(item_r2.label);
|
|
12951
12951
|
i0.ɵɵadvance();
|
|
12952
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
12952
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$14, ctx_r2.IconSourceEnum.HEROICONS));
|
|
12953
12953
|
} }
|
|
12954
12954
|
function RelatedAreaChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
12955
12955
|
i0.ɵɵelementStart(0, "div", 0);
|
|
12956
|
-
i0.ɵɵrepeaterCreate(1, RelatedAreaChipsComponent_Conditional_0_For_2_Template, 4, 5, "button", 1, _forTrack0$
|
|
12956
|
+
i0.ɵɵrepeaterCreate(1, RelatedAreaChipsComponent_Conditional_0_For_2_Template, 4, 5, "button", 1, _forTrack0$R);
|
|
12957
12957
|
i0.ɵɵelementEnd();
|
|
12958
12958
|
} if (rf & 2) {
|
|
12959
12959
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -13033,7 +13033,7 @@ class RelatedAreaChipsComponent {
|
|
|
13033
13033
|
}], 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 }] }] }); })();
|
|
13034
13034
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedAreaChipsComponent, { className: "RelatedAreaChipsComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-area-chips.component.ts", lineNumber: 31 }); })();
|
|
13035
13035
|
|
|
13036
|
-
const _c0$
|
|
13036
|
+
const _c0$13 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13037
13037
|
function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
13038
13038
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13039
13039
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -13050,7 +13050,7 @@ function CompetitorChipListComponent_Conditional_0_For_2_Template(rf, ctx) { if
|
|
|
13050
13050
|
i0.ɵɵadvance(2);
|
|
13051
13051
|
i0.ɵɵtextInterpolate(ctx_r2.getItemLabel(item_r2));
|
|
13052
13052
|
i0.ɵɵadvance();
|
|
13053
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
13053
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$13, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13054
13054
|
} }
|
|
13055
13055
|
function CompetitorChipListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13056
13056
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -13178,7 +13178,7 @@ class CompetitorChipListComponent {
|
|
|
13178
13178
|
}], null, { relatedCompetitorIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "relatedCompetitorIds", required: false }] }], competitors: [{ type: i0.Input, args: [{ isSignal: true, alias: "competitors", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }], inModalContext: [{ type: i0.Input, args: [{ isSignal: true, alias: "inModalContext", required: false }] }] }); })();
|
|
13179
13179
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorChipListComponent, { className: "CompetitorChipListComponent", filePath: "lib/components/business-analysis-dashboard/shared/competitor-chip-list.component.ts", lineNumber: 37 }); })();
|
|
13180
13180
|
|
|
13181
|
-
const _forTrack0$
|
|
13181
|
+
const _forTrack0$Q = ($index, $item) => $item.id;
|
|
13182
13182
|
function CompetitorContextSectionComponent_Conditional_0_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
13183
13183
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13184
13184
|
i0.ɵɵelementStart(0, "button", 8);
|
|
@@ -13261,7 +13261,7 @@ function CompetitorContextSectionComponent_Conditional_0_Template(rf, ctx) { if
|
|
|
13261
13261
|
i0.ɵɵconditionalCreate(8, CompetitorContextSectionComponent_Conditional_0_Conditional_8_Template, 5, 4, "button", 4);
|
|
13262
13262
|
i0.ɵɵelementEnd();
|
|
13263
13263
|
i0.ɵɵelementStart(9, "div", 5)(10, "div", 6);
|
|
13264
|
-
i0.ɵɵrepeaterCreate(11, CompetitorContextSectionComponent_Conditional_0_For_12_Template, 10, 6, "button", 7, _forTrack0$
|
|
13264
|
+
i0.ɵɵrepeaterCreate(11, CompetitorContextSectionComponent_Conditional_0_For_12_Template, 10, 6, "button", 7, _forTrack0$Q);
|
|
13265
13265
|
i0.ɵɵelementEnd()()();
|
|
13266
13266
|
} if (rf & 2) {
|
|
13267
13267
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -13451,8 +13451,8 @@ class CompetitorContextSectionComponent {
|
|
|
13451
13451
|
}], 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"] }] }); })();
|
|
13452
13452
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorContextSectionComponent, { className: "CompetitorContextSectionComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-context-section.component.ts", lineNumber: 86 }); })();
|
|
13453
13453
|
|
|
13454
|
-
const _c0$
|
|
13455
|
-
const _forTrack0$
|
|
13454
|
+
const _c0$12 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13455
|
+
const _forTrack0$P = ($index, $item) => $item.id;
|
|
13456
13456
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
13457
13457
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13458
13458
|
i0.ɵɵelementStart(0, "button", 4);
|
|
@@ -13472,7 +13472,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ct
|
|
|
13472
13472
|
i0.ɵɵadvance(2);
|
|
13473
13473
|
i0.ɵɵtextInterpolate(rec_r2.title);
|
|
13474
13474
|
i0.ɵɵadvance();
|
|
13475
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
13475
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$12, ctx_r2.IconSourceEnum.HEROICONS));
|
|
13476
13476
|
} }
|
|
13477
13477
|
function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
13478
13478
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -13495,7 +13495,7 @@ function RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Templat
|
|
|
13495
13495
|
} }
|
|
13496
13496
|
function RelatedRecommendationChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
13497
13497
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
13498
|
-
i0.ɵɵrepeaterCreate(2, RelatedRecommendationChipsComponent_Conditional_0_For_3_Template, 5, 6, "button", 2, _forTrack0$
|
|
13498
|
+
i0.ɵɵrepeaterCreate(2, RelatedRecommendationChipsComponent_Conditional_0_For_3_Template, 5, 6, "button", 2, _forTrack0$P);
|
|
13499
13499
|
i0.ɵɵelementEnd();
|
|
13500
13500
|
i0.ɵɵconditionalCreate(4, RelatedRecommendationChipsComponent_Conditional_0_Conditional_4_Template, 5, 4, "button", 3);
|
|
13501
13501
|
i0.ɵɵelementEnd();
|
|
@@ -13951,7 +13951,7 @@ class RelatedFunnelInsightsSectionComponent {
|
|
|
13951
13951
|
}], null, { insightCount: [{ type: i0.Input, args: [{ isSignal: true, alias: "insightCount", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], insightsClicked: [{ type: i0.Output, args: ["insightsClicked"] }] }); })();
|
|
13952
13952
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedFunnelInsightsSectionComponent, { className: "RelatedFunnelInsightsSectionComponent", filePath: "lib/components/business-analysis-dashboard/shared/related-funnel-insights-section.component.ts", lineNumber: 47 }); })();
|
|
13953
13953
|
|
|
13954
|
-
const _forTrack0$
|
|
13954
|
+
const _forTrack0$O = ($index, $item) => $item.order;
|
|
13955
13955
|
function RecommendationCardComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
13956
13956
|
i0.ɵɵelementStart(0, "div", 9);
|
|
13957
13957
|
i0.ɵɵelement(1, "symphiq-icon", 11);
|
|
@@ -14304,7 +14304,7 @@ function RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6
|
|
|
14304
14304
|
} }
|
|
14305
14305
|
function RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
14306
14306
|
i0.ɵɵelementStart(0, "div", 37);
|
|
14307
|
-
i0.ɵɵrepeaterCreate(1, RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6_For_2_Template, 13, 9, "div", 41, _forTrack0$
|
|
14307
|
+
i0.ɵɵrepeaterCreate(1, RecommendationCardComponent_Conditional_13_Conditional_12_Conditional_6_For_2_Template, 13, 9, "div", 41, _forTrack0$O);
|
|
14308
14308
|
i0.ɵɵelementEnd();
|
|
14309
14309
|
} if (rf & 2) {
|
|
14310
14310
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
@@ -15143,7 +15143,7 @@ const ModalComponent_Conditional_0_Conditional_19_Conditional_4_Defer_2_DepsFn =
|
|
|
15143
15143
|
const ModalComponent_Conditional_0_Conditional_19_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
15144
15144
|
const ModalComponent_Conditional_0_Conditional_19_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
15145
15145
|
const ModalComponent_Conditional_0_Conditional_19_Conditional_7_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
15146
|
-
const _forTrack0$
|
|
15146
|
+
const _forTrack0$N = ($index, $item) => $item.id || $index;
|
|
15147
15147
|
function ModalComponent_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
15148
15148
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
15149
15149
|
i0.ɵɵelementStart(0, "button", 13);
|
|
@@ -15517,7 +15517,7 @@ function ModalComponent_Conditional_0_Conditional_22_For_3_Template(rf, ctx) { i
|
|
|
15517
15517
|
function ModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
15518
15518
|
i0.ɵɵelementStart(0, "div", 22);
|
|
15519
15519
|
i0.ɵɵconditionalCreate(1, ModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 2, 2, "p", 55);
|
|
15520
|
-
i0.ɵɵrepeaterCreate(2, ModalComponent_Conditional_0_Conditional_22_For_3_Template, 2, 5, "div", null, _forTrack0$
|
|
15520
|
+
i0.ɵɵrepeaterCreate(2, ModalComponent_Conditional_0_Conditional_22_For_3_Template, 2, 5, "div", null, _forTrack0$N);
|
|
15521
15521
|
i0.ɵɵelementEnd();
|
|
15522
15522
|
} if (rf & 2) {
|
|
15523
15523
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -19754,7 +19754,7 @@ class NarrativeTooltipComponent {
|
|
|
19754
19754
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
19755
19755
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NarrativeTooltipComponent, { className: "NarrativeTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/narrative-tooltip.component.ts", lineNumber: 27 }); })();
|
|
19756
19756
|
|
|
19757
|
-
const _forTrack0$
|
|
19757
|
+
const _forTrack0$M = ($index, $item) => $item.name;
|
|
19758
19758
|
function CompetitiveStatusTooltipComponent_Conditional_6_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
19759
19759
|
i0.ɵɵelementStart(0, "div", 7)(1, "div", 8)(2, "div", 9);
|
|
19760
19760
|
i0.ɵɵelement(3, "div", 10);
|
|
@@ -19798,7 +19798,7 @@ function CompetitiveStatusTooltipComponent_Conditional_6_Template(rf, ctx) { if
|
|
|
19798
19798
|
i0.ɵɵtext(3);
|
|
19799
19799
|
i0.ɵɵelementEnd();
|
|
19800
19800
|
i0.ɵɵelementStart(4, "div", 5);
|
|
19801
|
-
i0.ɵɵrepeaterCreate(5, CompetitiveStatusTooltipComponent_Conditional_6_For_6_Template, 13, 12, "div", 6, _forTrack0$
|
|
19801
|
+
i0.ɵɵrepeaterCreate(5, CompetitiveStatusTooltipComponent_Conditional_6_For_6_Template, 13, 12, "div", 6, _forTrack0$M);
|
|
19802
19802
|
i0.ɵɵelementEnd()();
|
|
19803
19803
|
} if (rf & 2) {
|
|
19804
19804
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -20045,7 +20045,7 @@ class CompetitiveStatusTooltipComponent {
|
|
|
20045
20045
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
20046
20046
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveStatusTooltipComponent, { className: "CompetitiveStatusTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/competitive-status-tooltip.component.ts", lineNumber: 60 }); })();
|
|
20047
20047
|
|
|
20048
|
-
const _forTrack0$
|
|
20048
|
+
const _forTrack0$L = ($index, $item) => $item.name;
|
|
20049
20049
|
function FunnelStageCompetitiveTooltipComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
20050
20050
|
i0.ɵɵelementStart(0, "div", 9)(1, "div", 10)(2, "span", 11);
|
|
20051
20051
|
i0.ɵɵtext(3);
|
|
@@ -20085,7 +20085,7 @@ function FunnelStageCompetitiveTooltipComponent_Conditional_8_Template(rf, ctx)
|
|
|
20085
20085
|
i0.ɵɵtext(4);
|
|
20086
20086
|
i0.ɵɵelementEnd()();
|
|
20087
20087
|
i0.ɵɵelementStart(5, "div", 8);
|
|
20088
|
-
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_8_For_7_Template, 11, 9, "div", 9, _forTrack0$
|
|
20088
|
+
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_8_For_7_Template, 11, 9, "div", 9, _forTrack0$L);
|
|
20089
20089
|
i0.ɵɵelementEnd()();
|
|
20090
20090
|
} if (rf & 2) {
|
|
20091
20091
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -20135,7 +20135,7 @@ function FunnelStageCompetitiveTooltipComponent_Conditional_9_Template(rf, ctx)
|
|
|
20135
20135
|
i0.ɵɵtext(4);
|
|
20136
20136
|
i0.ɵɵelementEnd()();
|
|
20137
20137
|
i0.ɵɵelementStart(5, "div", 8);
|
|
20138
|
-
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_9_For_7_Template, 11, 9, "div", 9, _forTrack0$
|
|
20138
|
+
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_9_For_7_Template, 11, 9, "div", 9, _forTrack0$L);
|
|
20139
20139
|
i0.ɵɵelementEnd()();
|
|
20140
20140
|
} if (rf & 2) {
|
|
20141
20141
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -20185,7 +20185,7 @@ function FunnelStageCompetitiveTooltipComponent_Conditional_10_Template(rf, ctx)
|
|
|
20185
20185
|
i0.ɵɵtext(4);
|
|
20186
20186
|
i0.ɵɵelementEnd()();
|
|
20187
20187
|
i0.ɵɵelementStart(5, "div", 8);
|
|
20188
|
-
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_10_For_7_Template, 11, 9, "div", 9, _forTrack0$
|
|
20188
|
+
i0.ɵɵrepeaterCreate(6, FunnelStageCompetitiveTooltipComponent_Conditional_10_For_7_Template, 11, 9, "div", 9, _forTrack0$L);
|
|
20189
20189
|
i0.ɵɵelementEnd()();
|
|
20190
20190
|
} if (rf & 2) {
|
|
20191
20191
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -20441,7 +20441,7 @@ class MarkdownTooltipComponent {
|
|
|
20441
20441
|
}], null, { content: [{ type: i0.Input, args: [{ isSignal: true, alias: "content", required: true }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }] }); })();
|
|
20442
20442
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MarkdownTooltipComponent, { className: "MarkdownTooltipComponent", filePath: "lib/components/funnel-analysis-dashboard/tooltip/markdown-tooltip.component.ts", lineNumber: 69 }); })();
|
|
20443
20443
|
|
|
20444
|
-
const _c0$
|
|
20444
|
+
const _c0$11 = () => [];
|
|
20445
20445
|
function TooltipContainerComponent_Conditional_0_Case_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
20446
20446
|
i0.ɵɵelement(0, "symphiq-metric-value-tooltip", 6);
|
|
20447
20447
|
} if (rf & 2) {
|
|
@@ -20605,7 +20605,7 @@ function TooltipContainerComponent_Conditional_0_Case_15_Conditional_1_Template(
|
|
|
20605
20605
|
} if (rf & 2) {
|
|
20606
20606
|
i0.ɵɵnextContext(2);
|
|
20607
20607
|
const content_r4 = i0.ɵɵreadContextLet(2);
|
|
20608
|
-
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$
|
|
20608
|
+
i0.ɵɵrepeater(content_r4["sections"] || i0.ɵɵpureFunction0(0, _c0$11));
|
|
20609
20609
|
} }
|
|
20610
20610
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
20611
20611
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -21449,7 +21449,7 @@ class MobileFABComponent {
|
|
|
21449
21449
|
}], null, { isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], isExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isExpanded", required: false }] }], expandedChange: [{ type: i0.Output, args: ["expandedChange"] }], scrollToTop: [{ type: i0.Output, args: ["scrollToTop"] }], toggleView: [{ type: i0.Output, args: ["toggleView"] }] }); })();
|
|
21450
21450
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MobileFABComponent, { className: "MobileFABComponent", filePath: "lib/components/funnel-analysis-dashboard/mobile-fab.component.ts", lineNumber: 75 }); })();
|
|
21451
21451
|
|
|
21452
|
-
const _forTrack0$
|
|
21452
|
+
const _forTrack0$K = ($index, $item) => $item.id;
|
|
21453
21453
|
function MobileBottomNavComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
21454
21454
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
21455
21455
|
i0.ɵɵelementStart(0, "button", 3);
|
|
@@ -21507,7 +21507,7 @@ class MobileBottomNavComponent {
|
|
|
21507
21507
|
static { this.ɵfac = function MobileBottomNavComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MobileBottomNavComponent)(); }; }
|
|
21508
21508
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MobileBottomNavComponent, selectors: [["symphiq-mobile-bottom-nav"]], inputs: { isLightMode: [1, "isLightMode"], sections: [1, "sections"], activeSection: [1, "activeSection"] }, outputs: { navigate: "navigate" }, decls: 4, vars: 1, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "lg:hidden", "border-t", "backdrop-blur-md", 3, "ngClass"], [1, "flex", "items-center", "justify-around", "px-2", "py-3"], [1, "flex", "flex-col", "items-center", "gap-1", "px-3", "py-2", "rounded-lg", "transition-all", "duration-200", "active:scale-95", "min-w-[64px]", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "gap-1", "px-3", "py-2", "rounded-lg", "transition-all", "duration-200", "active:scale-95", "min-w-[64px]", 3, "click", "ngClass"], [1, "w-6", "h-6", 3, "innerHTML"], [1, "text-xs", "font-medium"]], template: function MobileBottomNavComponent_Template(rf, ctx) { if (rf & 1) {
|
|
21509
21509
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
21510
|
-
i0.ɵɵrepeaterCreate(2, MobileBottomNavComponent_For_3_Template, 4, 3, "button", 2, _forTrack0$
|
|
21510
|
+
i0.ɵɵrepeaterCreate(2, MobileBottomNavComponent_For_3_Template, 4, 3, "button", 2, _forTrack0$K);
|
|
21511
21511
|
i0.ɵɵelementEnd()();
|
|
21512
21512
|
} if (rf & 2) {
|
|
21513
21513
|
i0.ɵɵproperty("ngClass", ctx.containerClass());
|
|
@@ -21711,8 +21711,8 @@ class SearchService {
|
|
|
21711
21711
|
}]
|
|
21712
21712
|
}], null, null); })();
|
|
21713
21713
|
|
|
21714
|
-
const _c0
|
|
21715
|
-
const _forTrack0$
|
|
21714
|
+
const _c0$10 = ["searchInput"];
|
|
21715
|
+
const _forTrack0$J = ($index, $item) => $item.id;
|
|
21716
21716
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
21717
21717
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
21718
21718
|
i0.ɵɵelementStart(0, "button", 18);
|
|
@@ -21805,7 +21805,7 @@ function SearchBarComponent_Conditional_0_Conditional_14_For_2_Template(rf, ctx)
|
|
|
21805
21805
|
} }
|
|
21806
21806
|
function SearchBarComponent_Conditional_0_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
21807
21807
|
i0.ɵɵelementStart(0, "div", 15);
|
|
21808
|
-
i0.ɵɵrepeaterCreate(1, SearchBarComponent_Conditional_0_Conditional_14_For_2_Template, 16, 12, "button", 19, _forTrack0$
|
|
21808
|
+
i0.ɵɵrepeaterCreate(1, SearchBarComponent_Conditional_0_Conditional_14_For_2_Template, 16, 12, "button", 19, _forTrack0$J);
|
|
21809
21809
|
i0.ɵɵelementEnd();
|
|
21810
21810
|
} if (rf & 2) {
|
|
21811
21811
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -22073,7 +22073,7 @@ class SearchBarComponent {
|
|
|
22073
22073
|
}
|
|
22074
22074
|
static { this.ɵfac = function SearchBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchBarComponent)(); }; }
|
|
22075
22075
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchBarComponent, selectors: [["symphiq-search-bar"]], viewQuery: function SearchBarComponent_Query(rf, ctx) { if (rf & 1) {
|
|
22076
|
-
i0.ɵɵviewQuery(_c0
|
|
22076
|
+
i0.ɵɵviewQuery(_c0$10, 5);
|
|
22077
22077
|
} if (rf & 2) {
|
|
22078
22078
|
let _t;
|
|
22079
22079
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -22296,7 +22296,7 @@ class SearchHighlightDirective {
|
|
|
22296
22296
|
}]
|
|
22297
22297
|
}], () => [], { symphiqSearchHighlight: [{ type: i0.Input, args: [{ isSignal: true, alias: "libSymphiqSearchHighlight", required: false }] }], highlightId: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlightId", required: false }] }] }); })();
|
|
22298
22298
|
|
|
22299
|
-
const _forTrack0$
|
|
22299
|
+
const _forTrack0$I = ($index, $item) => $item.value;
|
|
22300
22300
|
const _forTrack1$5 = ($index, $item) => $item.performanceItemId;
|
|
22301
22301
|
function CompetitiveScorecardComponent_For_12_Template(rf, ctx) { if (rf & 1) {
|
|
22302
22302
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -22671,7 +22671,7 @@ class CompetitiveScorecardComponent {
|
|
|
22671
22671
|
i0.ɵɵtext(9);
|
|
22672
22672
|
i0.ɵɵelementEnd()()();
|
|
22673
22673
|
i0.ɵɵelementStart(10, "div", 6);
|
|
22674
|
-
i0.ɵɵrepeaterCreate(11, CompetitiveScorecardComponent_For_12_Template, 4, 7, "div", 7, _forTrack0$
|
|
22674
|
+
i0.ɵɵrepeaterCreate(11, CompetitiveScorecardComponent_For_12_Template, 4, 7, "div", 7, _forTrack0$I);
|
|
22675
22675
|
i0.ɵɵelementEnd();
|
|
22676
22676
|
i0.ɵɵelementStart(13, "div", 8)(14, "table", 9)(15, "thead")(16, "tr", 10)(17, "th", 11);
|
|
22677
22677
|
i0.ɵɵtext(18, "Metric");
|
|
@@ -23306,7 +23306,7 @@ class SectionDividerComponent {
|
|
|
23306
23306
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], animationDelay: [{ type: i0.Input, args: [{ isSignal: true, alias: "animationDelay", required: false }] }], sectionIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionIcon", required: false }] }], subsections: [{ type: i0.Input, args: [{ isSignal: true, alias: "subsections", required: false }] }] }); })();
|
|
23307
23307
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionDividerComponent, { className: "SectionDividerComponent", filePath: "lib/components/shared/section-divider.component.ts", lineNumber: 36 }); })();
|
|
23308
23308
|
|
|
23309
|
-
const _forTrack0$
|
|
23309
|
+
const _forTrack0$H = ($index, $item) => $item.id;
|
|
23310
23310
|
function FloatingTocComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
23311
23311
|
i0.ɵɵnamespaceSVG();
|
|
23312
23312
|
i0.ɵɵelement(0, "path", 8);
|
|
@@ -23358,7 +23358,7 @@ function FloatingTocComponent_For_19_Conditional_7_For_2_Template(rf, ctx) { if
|
|
|
23358
23358
|
} }
|
|
23359
23359
|
function FloatingTocComponent_For_19_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
23360
23360
|
i0.ɵɵelementStart(0, "div", 17);
|
|
23361
|
-
i0.ɵɵrepeaterCreate(1, FloatingTocComponent_For_19_Conditional_7_For_2_Template, 4, 4, "button", 19, _forTrack0$
|
|
23361
|
+
i0.ɵɵrepeaterCreate(1, FloatingTocComponent_For_19_Conditional_7_For_2_Template, 4, 4, "button", 19, _forTrack0$H);
|
|
23362
23362
|
i0.ɵɵelementEnd();
|
|
23363
23363
|
} if (rf & 2) {
|
|
23364
23364
|
const section_r2 = i0.ɵɵnextContext().$implicit;
|
|
@@ -23748,7 +23748,7 @@ class FloatingTocComponent {
|
|
|
23748
23748
|
i0.ɵɵelementEnd()()();
|
|
23749
23749
|
i0.ɵɵnamespaceHTML();
|
|
23750
23750
|
i0.ɵɵelementStart(17, "nav", 9);
|
|
23751
|
-
i0.ɵɵrepeaterCreate(18, FloatingTocComponent_For_19_Template, 8, 6, "div", 10, _forTrack0$
|
|
23751
|
+
i0.ɵɵrepeaterCreate(18, FloatingTocComponent_For_19_Template, 8, 6, "div", 10, _forTrack0$H);
|
|
23752
23752
|
i0.ɵɵelementEnd();
|
|
23753
23753
|
i0.ɵɵelementStart(20, "div", 11)(21, "button", 7);
|
|
23754
23754
|
i0.ɵɵlistener("click", function FloatingTocComponent_Template_button_click_21_listener() { return ctx.scrollToTop(); });
|
|
@@ -23902,7 +23902,7 @@ class FloatingTocComponent {
|
|
|
23902
23902
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], containerElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "containerElement", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }] }); })();
|
|
23903
23903
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FloatingTocComponent, { className: "FloatingTocComponent", filePath: "lib/components/business-analysis-dashboard/floating-toc.component.ts", lineNumber: 125 }); })();
|
|
23904
23904
|
|
|
23905
|
-
const _forTrack0$
|
|
23905
|
+
const _forTrack0$G = ($index, $item) => $item.id;
|
|
23906
23906
|
function JourneyProgressIndicatorComponent_For_5_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
23907
23907
|
i0.ɵɵnamespaceSVG();
|
|
23908
23908
|
i0.ɵɵelementStart(0, "svg", 22);
|
|
@@ -24135,7 +24135,7 @@ function JourneyProgressIndicatorComponent_Conditional_23_Template(rf, ctx) { if
|
|
|
24135
24135
|
i0.ɵɵtext(2, "Journey Progress");
|
|
24136
24136
|
i0.ɵɵelementEnd();
|
|
24137
24137
|
i0.ɵɵelementStart(3, "div", 44);
|
|
24138
|
-
i0.ɵɵrepeaterCreate(4, JourneyProgressIndicatorComponent_Conditional_23_For_5_Template, 14, 8, "div", 45, _forTrack0$
|
|
24138
|
+
i0.ɵɵrepeaterCreate(4, JourneyProgressIndicatorComponent_Conditional_23_For_5_Template, 14, 8, "div", 45, _forTrack0$G);
|
|
24139
24139
|
i0.ɵɵelementEnd()();
|
|
24140
24140
|
} if (rf & 2) {
|
|
24141
24141
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -24584,7 +24584,7 @@ class JourneyProgressIndicatorComponent {
|
|
|
24584
24584
|
static { this.ɵfac = function JourneyProgressIndicatorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || JourneyProgressIndicatorComponent)(); }; }
|
|
24585
24585
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: JourneyProgressIndicatorComponent, selectors: [["symphiq-journey-progress-indicator"]], inputs: { viewMode: [1, "viewMode"], currentStepId: [1, "currentStepId"], showNextStepAction: [1, "showNextStepAction"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { nextStepClick: "nextStepClick", stepClick: "stepClick" }, decls: 25, vars: 12, consts: [[1, "sticky", "top-[60px]", "z-40", "border-b", "pt-8", "pb-6", "px-6", "transition-all", "duration-200", "overflow-visible", 3, "ngClass"], [1, "max-w-7xl", "mx-auto", "overflow-visible"], [1, "hidden", "lg:flex", "items-start", "justify-between", "overflow-visible"], [1, "flex-1", "flex", "items-start", "justify-start", "overflow-visible"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex-shrink-0", "flex", "items-center", "gap-2", "whitespace-nowrap", "ml-4", "mt-0", 3, "disabled", "ngClass", "cursor-pointer", "cursor-not-allowed", "opacity-50", "hover:scale-105"], [1, "lg:hidden"], [1, "flex", "items-center", "justify-between", "gap-4"], [1, "flex-1", "flex", "items-center", "gap-3"], [1, "w-10", "h-10", "min-w-[2.5rem]", "min-h-[2.5rem]", "rounded-full", "flex", "items-center", "justify-center", "flex-shrink-0", 3, "ngClass"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-5", "h-5"], [1, "w-3", "h-3", "min-w-[0.75rem]", "min-h-[0.75rem]", "rounded-full", "animate-pulse", 3, "ngClass"], [1, "text-sm", "font-bold", 3, "ngClass"], [1, "flex-1", "text-left"], [1, "flex", "items-center", "gap-1.5", "relative", 3, "mouseenter", "mouseleave", "click"], [1, "text-xs", "cursor-pointer", 3, "ngClass"], [1, "p-0.5", "rounded-full", "cursor-pointer", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["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, "absolute", "top-full", "left-0", "mt-2", "w-80", "max-w-[calc(100vw-2rem)]", "p-4", "rounded-lg", "shadow-xl", "z-50", 3, "ngClass"], ["type", "button", 1, "px-3", "py-1.5", "rounded-lg", "font-medium", "text-xs", "transition-all", "duration-200", "flex-shrink-0", "flex", "items-center", "gap-1.5", "whitespace-nowrap", 3, "disabled", "ngClass", "cursor-pointer", "cursor-not-allowed", "opacity-50", "hover:scale-105"], [1, "flex", "flex-col", "items-center", "relative", "step-column", "overflow-visible", "flex-shrink-0", 3, "mouseenter", "mouseleave", "click"], [1, "w-8", "h-8", "min-w-[2rem]", "min-h-[2rem]", "rounded-full", "flex", "items-center", "justify-center", "flex-shrink-0", "step-circle", "relative", "z-10", "mb-1.5", 3, "ngClass"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-4", "h-4"], [1, "w-2.5", "h-2.5", "min-w-[0.625rem]", "min-h-[0.625rem]", "rounded-full", "animate-pulse", 3, "ngClass"], [1, "w-2", "h-2", "min-w-[0.5rem]", "min-h-[0.5rem]", "rounded-full", 3, "ngClass"], [1, "text-xs", "font-bold", 3, "ngClass"], [1, "text-[10px]", "text-center", "leading-tight", "whitespace-nowrap", "max-w-[64px]", "overflow-hidden", "text-ellipsis", 3, "ngClass"], [1, "absolute", "rounded-lg", "shadow-2xl", "z-50", "pointer-events-none", 3, "ngClass", "expanded-card-right", "expanded-card-left", "top", "left", "right"], [1, "flex-1", "h-0.5", "transition-all", "duration-200", "mt-[16px]", 3, "ngClass"], ["fill-rule", "evenodd", "d", "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z", "clip-rule", "evenodd"], [1, "absolute", "rounded-lg", "shadow-2xl", "z-50", "pointer-events-none", 3, "ngClass"], [1, "flex", "items-start", "px-4", "py-3", "expanded-content"], [1, "flex", "items-start", "gap-2", "w-full"], [1, "text-xs", "font-bold", "flex-shrink-0", "mt-0.5", 3, "ngClass"], [1, "flex", "flex-col", "gap-1", "flex-1"], [1, "text-sm", "font-bold", "leading-tight", 3, "ngClass"], [1, "text-xs", "leading-relaxed", "description-fade", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex-shrink-0", "flex", "items-center", "gap-2", "whitespace-nowrap", "ml-4", "mt-0", 3, "click", "disabled", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "animate-spin"], ["cx", "12", "cy", "12", "r", "10", "stroke", "currentColor", "stroke-width", "4", 1, "opacity-25"], ["fill", "currentColor", "d", "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z", 1, "opacity-75"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"], [1, "text-sm", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "flex", "items-start", "gap-2"], [1, "w-6", "h-6", "min-w-[1.5rem]", "min-h-[1.5rem]", "rounded-full", "flex", "items-center", "justify-center", "flex-shrink-0", 3, "ngClass"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-3", "h-3"], [1, "w-2", "h-2", "min-w-[0.5rem]", "min-h-[0.5rem]", "rounded-full", "animate-pulse", 3, "ngClass"], [1, "w-1.5", "h-1.5", "min-w-[0.375rem]", "min-h-[0.375rem]", "rounded-full", 3, "ngClass"], [1, "text-[10px]", "font-bold", 3, "ngClass"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2"], [1, "text-xs", "font-medium", 3, "ngClass"], [1, "text-[10px]", "mt-0.5", 3, "ngClass"], ["type", "button", 1, "px-3", "py-1.5", "rounded-lg", "font-medium", "text-xs", "transition-all", "duration-200", "flex-shrink-0", "flex", "items-center", "gap-1.5", "whitespace-nowrap", 3, "click", "disabled", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5", "animate-spin"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3.5", "h-3.5"]], template: function JourneyProgressIndicatorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
24586
24586
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3);
|
|
24587
|
-
i0.ɵɵrepeaterCreate(4, JourneyProgressIndicatorComponent_For_5_Template, 10, 10, null, null, _forTrack0$
|
|
24587
|
+
i0.ɵɵrepeaterCreate(4, JourneyProgressIndicatorComponent_For_5_Template, 10, 10, null, null, _forTrack0$G);
|
|
24588
24588
|
i0.ɵɵelementEnd();
|
|
24589
24589
|
i0.ɵɵconditionalCreate(6, JourneyProgressIndicatorComponent_Conditional_6_Template, 3, 11, "button", 4);
|
|
24590
24590
|
i0.ɵɵelementEnd();
|
|
@@ -25756,8 +25756,8 @@ class FunnelWelcomeBannerComponent {
|
|
|
25756
25756
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }] }); })();
|
|
25757
25757
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelWelcomeBannerComponent, { className: "FunnelWelcomeBannerComponent", filePath: "lib/components/funnel-analysis-dashboard/funnel-welcome-banner.component.ts", lineNumber: 113 }); })();
|
|
25758
25758
|
|
|
25759
|
-
const _c0
|
|
25760
|
-
const _c1$
|
|
25759
|
+
const _c0$$ = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
25760
|
+
const _c1$C = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
25761
25761
|
class CollapsibleFunnelSectionGroupComponent {
|
|
25762
25762
|
constructor() {
|
|
25763
25763
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -25888,8 +25888,8 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
25888
25888
|
: 'border-slate-200';
|
|
25889
25889
|
}
|
|
25890
25890
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
25891
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$
|
|
25892
|
-
i0.ɵɵprojectionDef(_c0
|
|
25891
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CollapsibleFunnelSectionGroupComponent, selectors: [["symphiq-collapsible-funnel-section-group"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c1$C, 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) {
|
|
25892
|
+
i0.ɵɵprojectionDef(_c0$$);
|
|
25893
25893
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
25894
25894
|
i0.ɵɵnamespaceSVG();
|
|
25895
25895
|
i0.ɵɵelementStart(5, "svg", 5);
|
|
@@ -26732,10 +26732,10 @@ class ViewModeSwitcherModalComponent {
|
|
|
26732
26732
|
}], 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"] }] }); })();
|
|
26733
26733
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ViewModeSwitcherModalComponent, { className: "ViewModeSwitcherModalComponent", filePath: "lib/components/shared/view-mode-switcher-modal.component.ts", lineNumber: 160 }); })();
|
|
26734
26734
|
|
|
26735
|
-
const _c0$
|
|
26736
|
-
const _c1$
|
|
26735
|
+
const _c0$_ = a0 => ({ name: "check-badge", source: a0 });
|
|
26736
|
+
const _c1$B = a0 => ({ name: "check-circle", source: a0 });
|
|
26737
26737
|
const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
26738
|
-
const _forTrack0$
|
|
26738
|
+
const _forTrack0$F = ($index, $item) => $item.area;
|
|
26739
26739
|
function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
26740
26740
|
i0.ɵɵelementStart(0, "div", 1);
|
|
26741
26741
|
i0.ɵɵelement(1, "symphiq-icon", 3);
|
|
@@ -26749,7 +26749,7 @@ function KeyStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
26749
26749
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
26750
26750
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
26751
26751
|
i0.ɵɵadvance();
|
|
26752
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
26752
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$_, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
26753
26753
|
i0.ɵɵadvance();
|
|
26754
26754
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
26755
26755
|
i0.ɵɵadvance(2);
|
|
@@ -26794,7 +26794,7 @@ function KeyStrengthsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
26794
26794
|
i0.ɵɵadvance();
|
|
26795
26795
|
i0.ɵɵtextInterpolate1(" ", strength_r3.description, " ");
|
|
26796
26796
|
i0.ɵɵadvance(3);
|
|
26797
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$
|
|
26797
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$B, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
|
|
26798
26798
|
i0.ɵɵadvance();
|
|
26799
26799
|
i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
|
|
26800
26800
|
i0.ɵɵadvance();
|
|
@@ -26804,7 +26804,7 @@ function KeyStrengthsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
26804
26804
|
} }
|
|
26805
26805
|
function KeyStrengthsListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
26806
26806
|
i0.ɵɵelementStart(0, "div", 2);
|
|
26807
|
-
i0.ɵɵrepeaterCreate(1, KeyStrengthsListModalContentComponent_Conditional_2_For_2_Template, 15, 18, "button", 6, _forTrack0$
|
|
26807
|
+
i0.ɵɵrepeaterCreate(1, KeyStrengthsListModalContentComponent_Conditional_2_For_2_Template, 15, 18, "button", 6, _forTrack0$F);
|
|
26808
26808
|
i0.ɵɵelementEnd();
|
|
26809
26809
|
} if (rf & 2) {
|
|
26810
26810
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -26964,11 +26964,11 @@ class KeyStrengthsListModalContentComponent {
|
|
|
26964
26964
|
}], null, { keyStrengths: [{ type: i0.Input, args: [{ isSignal: true, alias: "keyStrengths", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
26965
26965
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthsListModalContentComponent, { className: "KeyStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strengths-list-modal-content.component.ts", lineNumber: 79 }); })();
|
|
26966
26966
|
|
|
26967
|
-
const _c0$
|
|
26968
|
-
const _c1$
|
|
26967
|
+
const _c0$Z = a0 => ({ name: "shield-check", source: a0 });
|
|
26968
|
+
const _c1$A = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
26969
26969
|
const _c2$n = a0 => ({ name: "document-text", source: a0 });
|
|
26970
26970
|
const _c3$i = a0 => ({ name: "chevron-right", source: a0 });
|
|
26971
|
-
const _forTrack0$
|
|
26971
|
+
const _forTrack0$E = ($index, $item) => $item.area;
|
|
26972
26972
|
function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
26973
26973
|
i0.ɵɵelementStart(0, "div", 1);
|
|
26974
26974
|
i0.ɵɵelement(1, "symphiq-icon", 3);
|
|
@@ -26982,7 +26982,7 @@ function CriticalGapsListModalContentComponent_Conditional_1_Template(rf, ctx) {
|
|
|
26982
26982
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
26983
26983
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
26984
26984
|
i0.ɵɵadvance();
|
|
26985
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
26985
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$Z, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
26986
26986
|
i0.ɵɵadvance();
|
|
26987
26987
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
26988
26988
|
i0.ɵɵadvance(2);
|
|
@@ -27035,7 +27035,7 @@ function CriticalGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
27035
27035
|
i0.ɵɵadvance();
|
|
27036
27036
|
i0.ɵɵproperty("ngClass", ctx_r0.impactContainerClasses());
|
|
27037
27037
|
i0.ɵɵadvance(2);
|
|
27038
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c1$
|
|
27038
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c1$A, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.impactIconClasses(gap_r3.urgency));
|
|
27039
27039
|
i0.ɵɵadvance(2);
|
|
27040
27040
|
i0.ɵɵproperty("ngClass", ctx_r0.impactLabelClasses());
|
|
27041
27041
|
i0.ɵɵadvance(2);
|
|
@@ -27053,7 +27053,7 @@ function CriticalGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
27053
27053
|
} }
|
|
27054
27054
|
function CriticalGapsListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
27055
27055
|
i0.ɵɵelementStart(0, "div", 2);
|
|
27056
|
-
i0.ɵɵrepeaterCreate(1, CriticalGapsListModalContentComponent_Conditional_2_For_2_Template, 23, 25, "button", 6, _forTrack0$
|
|
27056
|
+
i0.ɵɵrepeaterCreate(1, CriticalGapsListModalContentComponent_Conditional_2_For_2_Template, 23, 25, "button", 6, _forTrack0$E);
|
|
27057
27057
|
i0.ɵɵelementEnd();
|
|
27058
27058
|
} if (rf & 2) {
|
|
27059
27059
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -27280,9 +27280,9 @@ class CriticalGapsListModalContentComponent {
|
|
|
27280
27280
|
}], null, { criticalGaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "criticalGaps", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27281
27281
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CriticalGapsListModalContentComponent, { className: "CriticalGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/critical-gaps-list-modal-content.component.ts", lineNumber: 98 }); })();
|
|
27282
27282
|
|
|
27283
|
-
const _c0$
|
|
27284
|
-
const _c1$
|
|
27285
|
-
const _forTrack0$
|
|
27283
|
+
const _c0$Y = a0 => ({ name: "check-circle", source: a0 });
|
|
27284
|
+
const _c1$z = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27285
|
+
const _forTrack0$D = ($index, $item) => $item.questionId;
|
|
27286
27286
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
27287
27287
|
i0.ɵɵelementStart(0, "div", 19)(1, "span", 20);
|
|
27288
27288
|
i0.ɵɵtext(2);
|
|
@@ -27311,7 +27311,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Template(rf
|
|
|
27311
27311
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
27312
27312
|
i0.ɵɵproperty("ngClass", ctx_r1.answerCardClasses());
|
|
27313
27313
|
i0.ɵɵadvance(2);
|
|
27314
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c1$
|
|
27314
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c1$z, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.answerIconClasses());
|
|
27315
27315
|
i0.ɵɵadvance(2);
|
|
27316
27316
|
i0.ɵɵproperty("ngClass", ctx_r1.questionClasses());
|
|
27317
27317
|
i0.ɵɵadvance();
|
|
@@ -27329,14 +27329,14 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
27329
27329
|
i0.ɵɵtext(3, " Supporting Evidence ");
|
|
27330
27330
|
i0.ɵɵelementEnd();
|
|
27331
27331
|
i0.ɵɵelementStart(4, "div", 12);
|
|
27332
|
-
i0.ɵɵrepeaterCreate(5, KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Template, 9, 10, "div", 13, _forTrack0$
|
|
27332
|
+
i0.ɵɵrepeaterCreate(5, KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Template, 9, 10, "div", 13, _forTrack0$D);
|
|
27333
27333
|
i0.ɵɵelementEnd()();
|
|
27334
27334
|
} if (rf & 2) {
|
|
27335
27335
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
27336
27336
|
i0.ɵɵadvance();
|
|
27337
27337
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
27338
27338
|
i0.ɵɵadvance();
|
|
27339
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
27339
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$Y, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
27340
27340
|
i0.ɵɵadvance(3);
|
|
27341
27341
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
27342
27342
|
} }
|
|
@@ -27521,10 +27521,10 @@ class KeyStrengthDetailModalContentComponent {
|
|
|
27521
27521
|
}], null, { strength: [{ type: i0.Input, args: [{ isSignal: true, alias: "strength", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: true }] }] }); })();
|
|
27522
27522
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyStrengthDetailModalContentComponent, { className: "KeyStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/key-strength-detail-modal-content.component.ts", lineNumber: 79 }); })();
|
|
27523
27523
|
|
|
27524
|
-
const _c0$
|
|
27525
|
-
const _c1$
|
|
27524
|
+
const _c0$X = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27525
|
+
const _c1$y = a0 => ({ name: "document-text", source: a0 });
|
|
27526
27526
|
const _c2$m = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27527
|
-
const _forTrack0$
|
|
27527
|
+
const _forTrack0$C = ($index, $item) => $item.questionId;
|
|
27528
27528
|
function CriticalGapDetailModalContentComponent_Conditional_20_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
27529
27529
|
i0.ɵɵelementStart(0, "div", 23)(1, "p", 25);
|
|
27530
27530
|
i0.ɵɵtext(2, " Gap Identified: ");
|
|
@@ -27592,7 +27592,7 @@ function CriticalGapDetailModalContentComponent_Conditional_20_Template(rf, ctx)
|
|
|
27592
27592
|
i0.ɵɵtext(3, " Supporting Evidence ");
|
|
27593
27593
|
i0.ɵɵelementEnd();
|
|
27594
27594
|
i0.ɵɵelementStart(4, "div", 17);
|
|
27595
|
-
i0.ɵɵrepeaterCreate(5, CriticalGapDetailModalContentComponent_Conditional_20_For_6_Template, 10, 11, "div", 18, _forTrack0$
|
|
27595
|
+
i0.ɵɵrepeaterCreate(5, CriticalGapDetailModalContentComponent_Conditional_20_For_6_Template, 10, 11, "div", 18, _forTrack0$C);
|
|
27596
27596
|
i0.ɵɵelementEnd()();
|
|
27597
27597
|
} if (rf & 2) {
|
|
27598
27598
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -27600,7 +27600,7 @@ function CriticalGapDetailModalContentComponent_Conditional_20_Template(rf, ctx)
|
|
|
27600
27600
|
i0.ɵɵclassMap(ctx_r1.isLightMode() ? "border-slate-200" : "border-slate-700");
|
|
27601
27601
|
i0.ɵɵproperty("ngClass", ctx_r1.sectionTitleClasses());
|
|
27602
27602
|
i0.ɵɵadvance();
|
|
27603
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c1$
|
|
27603
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c1$y, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
27604
27604
|
i0.ɵɵadvance(3);
|
|
27605
27605
|
i0.ɵɵrepeater(ctx_r1.gap().supportingAnswers);
|
|
27606
27606
|
} }
|
|
@@ -27799,7 +27799,7 @@ class CriticalGapDetailModalContentComponent {
|
|
|
27799
27799
|
i0.ɵɵadvance();
|
|
27800
27800
|
i0.ɵɵproperty("ngClass", ctx.impactSectionClasses());
|
|
27801
27801
|
i0.ɵɵadvance(2);
|
|
27802
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$
|
|
27802
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c0$X, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
27803
27803
|
i0.ɵɵadvance(2);
|
|
27804
27804
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
27805
27805
|
i0.ɵɵadvance(2);
|
|
@@ -29384,11 +29384,11 @@ class TopPriorityDetailModalContentComponent {
|
|
|
29384
29384
|
}], 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 }] }] }); })();
|
|
29385
29385
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TopPriorityDetailModalContentComponent, { className: "TopPriorityDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/top-priority-detail-modal-content.component.ts", lineNumber: 72 }); })();
|
|
29386
29386
|
|
|
29387
|
-
const _c0$
|
|
29388
|
-
const _c1$
|
|
29387
|
+
const _c0$W = a0 => ({ name: "check-badge", source: a0 });
|
|
29388
|
+
const _c1$x = a0 => ({ name: "check-circle", source: a0 });
|
|
29389
29389
|
const _c2$l = a0 => ({ name: "chevron-right", source: a0 });
|
|
29390
29390
|
const _c3$h = a0 => ({ name: "chart-bar", source: a0 });
|
|
29391
|
-
const _forTrack0$
|
|
29391
|
+
const _forTrack0$B = ($index, $item) => $item.capability;
|
|
29392
29392
|
function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
29393
29393
|
i0.ɵɵelementStart(0, "div", 1);
|
|
29394
29394
|
i0.ɵɵelement(1, "symphiq-icon", 3);
|
|
@@ -29402,7 +29402,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_1_Template(rf,
|
|
|
29402
29402
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
29403
29403
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
29404
29404
|
i0.ɵɵadvance();
|
|
29405
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
29405
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$W, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
29406
29406
|
i0.ɵɵadvance();
|
|
29407
29407
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
29408
29408
|
i0.ɵɵadvance(2);
|
|
@@ -29493,7 +29493,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_2_For_2_Templat
|
|
|
29493
29493
|
i0.ɵɵadvance(2);
|
|
29494
29494
|
i0.ɵɵconditional(ctx_r0.getLinkedMetricsCount(strength_r3) > 0 ? 9 : -1);
|
|
29495
29495
|
i0.ɵɵadvance(2);
|
|
29496
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$
|
|
29496
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$x, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses());
|
|
29497
29497
|
i0.ɵɵadvance();
|
|
29498
29498
|
i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
|
|
29499
29499
|
i0.ɵɵadvance();
|
|
@@ -29503,7 +29503,7 @@ function FocusAreaStrengthsListModalContentComponent_Conditional_2_For_2_Templat
|
|
|
29503
29503
|
} }
|
|
29504
29504
|
function FocusAreaStrengthsListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
29505
29505
|
i0.ɵɵelementStart(0, "div", 2);
|
|
29506
|
-
i0.ɵɵrepeaterCreate(1, FocusAreaStrengthsListModalContentComponent_Conditional_2_For_2_Template, 16, 18, "button", 6, _forTrack0$
|
|
29506
|
+
i0.ɵɵrepeaterCreate(1, FocusAreaStrengthsListModalContentComponent_Conditional_2_For_2_Template, 16, 18, "button", 6, _forTrack0$B);
|
|
29507
29507
|
i0.ɵɵelementEnd();
|
|
29508
29508
|
} if (rf & 2) {
|
|
29509
29509
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -29707,10 +29707,10 @@ class FocusAreaStrengthsListModalContentComponent {
|
|
|
29707
29707
|
}], 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 }] }] }); })();
|
|
29708
29708
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthsListModalContentComponent, { className: "FocusAreaStrengthsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strengths-list-modal-content.component.ts", lineNumber: 109 }); })();
|
|
29709
29709
|
|
|
29710
|
-
const _c0$
|
|
29711
|
-
const _c1$
|
|
29710
|
+
const _c0$V = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
29711
|
+
const _c1$w = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
29712
29712
|
const _c2$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
29713
|
-
function _forTrack0$
|
|
29713
|
+
function _forTrack0$A($index, $item) { return this.getGapTitle($item); }
|
|
29714
29714
|
function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
29715
29715
|
i0.ɵɵelementStart(0, "div", 1);
|
|
29716
29716
|
i0.ɵɵelement(1, "symphiq-icon", 3);
|
|
@@ -29724,7 +29724,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_1_Template(rf, ctx)
|
|
|
29724
29724
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
29725
29725
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
29726
29726
|
i0.ɵɵadvance();
|
|
29727
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
29727
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$V, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
29728
29728
|
i0.ɵɵadvance();
|
|
29729
29729
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
29730
29730
|
i0.ɵɵadvance(2);
|
|
@@ -29817,7 +29817,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
29817
29817
|
i0.ɵɵadvance();
|
|
29818
29818
|
i0.ɵɵconditional(ctx_r0.getImpactOnMetric(gap_r3) ? 8 : -1);
|
|
29819
29819
|
i0.ɵɵadvance(3);
|
|
29820
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$
|
|
29820
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c1$w, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.iconClasses(gap_r3));
|
|
29821
29821
|
i0.ɵɵadvance();
|
|
29822
29822
|
i0.ɵɵproperty("ngClass", ctx_r0.countClasses());
|
|
29823
29823
|
i0.ɵɵadvance();
|
|
@@ -29827,7 +29827,7 @@ function FocusAreaGapsListModalContentComponent_Conditional_2_For_2_Template(rf,
|
|
|
29827
29827
|
} }
|
|
29828
29828
|
function FocusAreaGapsListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
29829
29829
|
i0.ɵɵelementStart(0, "div", 2);
|
|
29830
|
-
i0.ɵɵrepeaterCreate(1, FocusAreaGapsListModalContentComponent_Conditional_2_For_2_Template, 15, 18, "button", 6, _forTrack0$
|
|
29830
|
+
i0.ɵɵrepeaterCreate(1, FocusAreaGapsListModalContentComponent_Conditional_2_For_2_Template, 15, 18, "button", 6, _forTrack0$A, true);
|
|
29831
29831
|
i0.ɵɵelementEnd();
|
|
29832
29832
|
} if (rf & 2) {
|
|
29833
29833
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -30101,10 +30101,10 @@ class FocusAreaGapsListModalContentComponent {
|
|
|
30101
30101
|
}], 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 }] }] }); })();
|
|
30102
30102
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapsListModalContentComponent, { className: "FocusAreaGapsListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gaps-list-modal-content.component.ts", lineNumber: 106 }); })();
|
|
30103
30103
|
|
|
30104
|
-
const _c0$
|
|
30105
|
-
const _c1$
|
|
30104
|
+
const _c0$U = a0 => ({ name: "light-bulb", source: a0 });
|
|
30105
|
+
const _c1$v = a0 => ({ name: "chevron-right", source: a0 });
|
|
30106
30106
|
const _c2$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
30107
|
-
const _forTrack0$
|
|
30107
|
+
const _forTrack0$z = ($index, $item) => $item.opportunity;
|
|
30108
30108
|
function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
30109
30109
|
i0.ɵɵelementStart(0, "div", 1);
|
|
30110
30110
|
i0.ɵɵelement(1, "symphiq-icon", 3);
|
|
@@ -30118,7 +30118,7 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_1_Template(
|
|
|
30118
30118
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
30119
30119
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateClasses());
|
|
30120
30120
|
i0.ɵɵadvance();
|
|
30121
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
30121
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$U, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.emptyIconClasses());
|
|
30122
30122
|
i0.ɵɵadvance();
|
|
30123
30123
|
i0.ɵɵproperty("ngClass", ctx_r0.emptyTitleClasses());
|
|
30124
30124
|
i0.ɵɵadvance(2);
|
|
@@ -30191,11 +30191,11 @@ function FocusAreaOpportunitiesListModalContentComponent_Conditional_2_For_2_Tem
|
|
|
30191
30191
|
i0.ɵɵadvance(2);
|
|
30192
30192
|
i0.ɵɵconditional(ctx_r0.getLinkedMetricsCount(opportunity_r3) > 0 ? 8 : -1);
|
|
30193
30193
|
i0.ɵɵadvance(2);
|
|
30194
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$
|
|
30194
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$v, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
30195
30195
|
} }
|
|
30196
30196
|
function FocusAreaOpportunitiesListModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
30197
30197
|
i0.ɵɵelementStart(0, "div", 2);
|
|
30198
|
-
i0.ɵɵrepeaterCreate(1, FocusAreaOpportunitiesListModalContentComponent_Conditional_2_For_2_Template, 11, 11, "button", 6, _forTrack0$
|
|
30198
|
+
i0.ɵɵrepeaterCreate(1, FocusAreaOpportunitiesListModalContentComponent_Conditional_2_For_2_Template, 11, 11, "button", 6, _forTrack0$z);
|
|
30199
30199
|
i0.ɵɵelementEnd();
|
|
30200
30200
|
} if (rf & 2) {
|
|
30201
30201
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -30370,9 +30370,9 @@ class FocusAreaOpportunitiesListModalContentComponent {
|
|
|
30370
30370
|
}], 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 }] }] }); })();
|
|
30371
30371
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaOpportunitiesListModalContentComponent, { className: "FocusAreaOpportunitiesListModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-opportunities-list-modal-content.component.ts", lineNumber: 90 }); })();
|
|
30372
30372
|
|
|
30373
|
-
const _c0$
|
|
30374
|
-
const _c1$
|
|
30375
|
-
const _forTrack0$
|
|
30373
|
+
const _c0$T = a0 => ({ name: "chevron-right", source: a0 });
|
|
30374
|
+
const _c1$u = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30375
|
+
const _forTrack0$y = ($index, $item) => $item.performanceItemId;
|
|
30376
30376
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
30377
30377
|
i0.ɵɵelementStart(0, "div")(1, "p", 2);
|
|
30378
30378
|
i0.ɵɵtext(2);
|
|
@@ -30435,14 +30435,14 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Templa
|
|
|
30435
30435
|
i0.ɵɵadvance(2);
|
|
30436
30436
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
30437
30437
|
i0.ɵɵadvance();
|
|
30438
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
30438
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$T, ctx_r0.IconSourceEnum.HEROICONS));
|
|
30439
30439
|
} }
|
|
30440
30440
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
30441
30441
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 8);
|
|
30442
30442
|
i0.ɵɵtext(2);
|
|
30443
30443
|
i0.ɵɵelementEnd();
|
|
30444
30444
|
i0.ɵɵelementStart(3, "div", 9);
|
|
30445
|
-
i0.ɵɵrepeaterCreate(4, FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Template, 4, 5, "button", 10, _forTrack0$
|
|
30445
|
+
i0.ɵɵrepeaterCreate(4, FocusAreaStrengthDetailModalContentComponent_Conditional_4_For_5_Template, 4, 5, "button", 10, _forTrack0$y);
|
|
30446
30446
|
i0.ɵɵelementEnd()();
|
|
30447
30447
|
} if (rf & 2) {
|
|
30448
30448
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -30494,7 +30494,7 @@ function FocusAreaStrengthDetailModalContentComponent_Conditional_6_For_5_Templa
|
|
|
30494
30494
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
30495
30495
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
30496
30496
|
i0.ɵɵadvance(2);
|
|
30497
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
30497
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$u, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
30498
30498
|
i0.ɵɵadvance();
|
|
30499
30499
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
30500
30500
|
i0.ɵɵadvance();
|
|
@@ -30755,7 +30755,7 @@ class FocusAreaStrengthDetailModalContentComponent {
|
|
|
30755
30755
|
}], 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 }] }] }); })();
|
|
30756
30756
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaStrengthDetailModalContentComponent, { className: "FocusAreaStrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-strength-detail-modal-content.component.ts", lineNumber: 121 }); })();
|
|
30757
30757
|
|
|
30758
|
-
const _c0$
|
|
30758
|
+
const _c0$S = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30759
30759
|
function FocusAreaGapDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
30760
30760
|
i0.ɵɵelementStart(0, "div", 1)(1, "span", 3);
|
|
30761
30761
|
i0.ɵɵtext(2);
|
|
@@ -30852,7 +30852,7 @@ function FocusAreaGapDetailModalContentComponent_Conditional_6_For_5_Template(rf
|
|
|
30852
30852
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
30853
30853
|
i0.ɵɵproperty("ngClass", ctx_r0.answerClasses());
|
|
30854
30854
|
i0.ɵɵadvance(2);
|
|
30855
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
30855
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$S, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.answerIconClasses());
|
|
30856
30856
|
i0.ɵɵadvance();
|
|
30857
30857
|
i0.ɵɵproperty("ngClass", ctx_r0.answerQuestionClasses());
|
|
30858
30858
|
i0.ɵɵadvance();
|
|
@@ -31091,9 +31091,9 @@ class FocusAreaGapDetailModalContentComponent {
|
|
|
31091
31091
|
}], 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 }] }] }); })();
|
|
31092
31092
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaGapDetailModalContentComponent, { className: "FocusAreaGapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/focus-area-gap-detail-modal-content.component.ts", lineNumber: 98 }); })();
|
|
31093
31093
|
|
|
31094
|
-
const _c0$
|
|
31095
|
-
const _c1$
|
|
31096
|
-
const _forTrack0$
|
|
31094
|
+
const _c0$R = a0 => ({ name: "chevron-right", source: a0 });
|
|
31095
|
+
const _c1$t = () => [];
|
|
31096
|
+
const _forTrack0$x = ($index, $item) => $item.performanceItemId;
|
|
31097
31097
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31098
31098
|
i0.ɵɵelementStart(0, "div")(1, "p", 2);
|
|
31099
31099
|
i0.ɵɵtext(2);
|
|
@@ -31138,14 +31138,14 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Tem
|
|
|
31138
31138
|
i0.ɵɵadvance(2);
|
|
31139
31139
|
i0.ɵɵtextInterpolate(ctx_r0.formatMetricName(metric_r3.metric || ""));
|
|
31140
31140
|
i0.ɵɵadvance();
|
|
31141
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
31141
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$R, ctx_r0.IconSourceEnum.HEROICONS));
|
|
31142
31142
|
} }
|
|
31143
31143
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
31144
31144
|
i0.ɵɵelementStart(0, "div", 1)(1, "h4", 5);
|
|
31145
31145
|
i0.ɵɵtext(2);
|
|
31146
31146
|
i0.ɵɵelementEnd();
|
|
31147
31147
|
i0.ɵɵelementStart(3, "div", 6);
|
|
31148
|
-
i0.ɵɵrepeaterCreate(4, FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Template, 4, 5, "button", 7, _forTrack0$
|
|
31148
|
+
i0.ɵɵrepeaterCreate(4, FocusAreaOpportunityDetailModalContentComponent_Conditional_3_For_5_Template, 4, 5, "button", 7, _forTrack0$x);
|
|
31149
31149
|
i0.ɵɵelementEnd()();
|
|
31150
31150
|
} if (rf & 2) {
|
|
31151
31151
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -31181,7 +31181,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_4_Template(
|
|
|
31181
31181
|
i0.ɵɵadvance();
|
|
31182
31182
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
31183
31183
|
i0.ɵɵadvance(3);
|
|
31184
|
-
i0.ɵɵrepeater(ctx_r0.opportunity().linkedGoalIds || i0.ɵɵpureFunction0(2, _c1$
|
|
31184
|
+
i0.ɵɵrepeater(ctx_r0.opportunity().linkedGoalIds || i0.ɵɵpureFunction0(2, _c1$t));
|
|
31185
31185
|
} }
|
|
31186
31186
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_5_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
31187
31187
|
i0.ɵɵelementStart(0, "span", 10);
|
|
@@ -31207,7 +31207,7 @@ function FocusAreaOpportunityDetailModalContentComponent_Conditional_5_Template(
|
|
|
31207
31207
|
i0.ɵɵadvance();
|
|
31208
31208
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
31209
31209
|
i0.ɵɵadvance(3);
|
|
31210
|
-
i0.ɵɵrepeater(ctx_r0.opportunity().linkedFunnelStrengthIds || i0.ɵɵpureFunction0(2, _c1$
|
|
31210
|
+
i0.ɵɵrepeater(ctx_r0.opportunity().linkedFunnelStrengthIds || i0.ɵɵpureFunction0(2, _c1$t));
|
|
31211
31211
|
} }
|
|
31212
31212
|
class FocusAreaOpportunityDetailModalContentComponent {
|
|
31213
31213
|
constructor() {
|
|
@@ -31543,8 +31543,8 @@ class CircularProgressComponent {
|
|
|
31543
31543
|
}], 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 }] }] }); })();
|
|
31544
31544
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CircularProgressComponent, { className: "CircularProgressComponent", filePath: "lib/components/business-analysis-dashboard/visualizations/circular-progress.component.ts", lineNumber: 41 }); })();
|
|
31545
31545
|
|
|
31546
|
-
const _c0$
|
|
31547
|
-
const _c1$
|
|
31546
|
+
const _c0$Q = ["*"];
|
|
31547
|
+
const _c1$s = (a0, a1) => [a0, a1];
|
|
31548
31548
|
function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
31549
31549
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
31550
31550
|
i0.ɵɵelementStart(0, "button", 3);
|
|
@@ -31555,7 +31555,7 @@ function VisualizationContainerComponent_Conditional_1_Template(rf, ctx) { if (r
|
|
|
31555
31555
|
i0.ɵɵelementEnd()();
|
|
31556
31556
|
} if (rf & 2) {
|
|
31557
31557
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
31558
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$
|
|
31558
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(1, _c1$s, ctx_r1.iconClass(), ctx_r1.isLightMode() ? "bg-white/90 hover:bg-white" : "bg-slate-800/90 hover:bg-slate-800"));
|
|
31559
31559
|
} }
|
|
31560
31560
|
class VisualizationContainerComponent {
|
|
31561
31561
|
constructor() {
|
|
@@ -31588,7 +31588,7 @@ class VisualizationContainerComponent {
|
|
|
31588
31588
|
});
|
|
31589
31589
|
}
|
|
31590
31590
|
static { this.ɵfac = function VisualizationContainerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VisualizationContainerComponent)(); }; }
|
|
31591
|
-
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$
|
|
31591
|
+
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$Q, 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) {
|
|
31592
31592
|
i0.ɵɵprojectionDef();
|
|
31593
31593
|
i0.ɵɵelementStart(0, "div", 0);
|
|
31594
31594
|
i0.ɵɵlistener("click", function VisualizationContainerComponent_Template_div_click_0_listener($event) { return ctx.onVisualizationClick($event); });
|
|
@@ -31709,8 +31709,8 @@ class MetricBadgeComponent {
|
|
|
31709
31709
|
}], 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 }] }] }); })();
|
|
31710
31710
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricBadgeComponent, { className: "MetricBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/metric-badge.component.ts", lineNumber: 22 }); })();
|
|
31711
31711
|
|
|
31712
|
-
const _c0$
|
|
31713
|
-
const _c1$
|
|
31712
|
+
const _c0$P = a0 => ({ name: "light-bulb", source: a0 });
|
|
31713
|
+
const _c1$r = a0 => ({ name: "chevron-right", source: a0 });
|
|
31714
31714
|
function OpportunityHighlightBannerComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
31715
31715
|
i0.ɵɵelementStart(0, "p", 7);
|
|
31716
31716
|
i0.ɵɵtext(1);
|
|
@@ -31774,7 +31774,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31774
31774
|
i0.ɵɵadvance();
|
|
31775
31775
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
31776
31776
|
i0.ɵɵadvance();
|
|
31777
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$
|
|
31777
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(11, _c0$P, ctx.iconSource));
|
|
31778
31778
|
i0.ɵɵadvance(3);
|
|
31779
31779
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
31780
31780
|
i0.ɵɵadvance();
|
|
@@ -31785,7 +31785,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31785
31785
|
i0.ɵɵconditional(ctx.message() ? 9 : -1);
|
|
31786
31786
|
i0.ɵɵadvance();
|
|
31787
31787
|
i0.ɵɵclassProp("rotate-90", ctx.isExpanded());
|
|
31788
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c1$
|
|
31788
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c1$r, ctx.iconSource))("ngClass", ctx.chevronClasses());
|
|
31789
31789
|
} }, dependencies: [CommonModule, i1$1.NgClass, SymphiqIconComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
31790
31790
|
}
|
|
31791
31791
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(OpportunityHighlightBannerComponent, [{
|
|
@@ -31831,7 +31831,7 @@ class OpportunityHighlightBannerComponent {
|
|
|
31831
31831
|
}], 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"] }] }); })();
|
|
31832
31832
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OpportunityHighlightBannerComponent, { className: "OpportunityHighlightBannerComponent", filePath: "lib/components/business-analysis-dashboard/banners/opportunity-highlight-banner.component.ts", lineNumber: 44 }); })();
|
|
31833
31833
|
|
|
31834
|
-
const _c0$
|
|
31834
|
+
const _c0$O = a0 => ({ name: "users", source: a0 });
|
|
31835
31835
|
function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
31836
31836
|
i0.ɵɵelementStart(0, "div", 5)(1, "div", 6);
|
|
31837
31837
|
i0.ɵɵelement(2, "symphiq-icon", 7);
|
|
@@ -31846,7 +31846,7 @@ function CompetitorOverlapVisualizationComponent_Conditional_18_Template(rf, ctx
|
|
|
31846
31846
|
i0.ɵɵadvance();
|
|
31847
31847
|
i0.ɵɵproperty("ngClass", ctx_r0.competitorListLabelClasses());
|
|
31848
31848
|
i0.ɵɵadvance();
|
|
31849
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
31849
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$O, ctx_r0.iconSource));
|
|
31850
31850
|
i0.ɵɵadvance(3);
|
|
31851
31851
|
i0.ɵɵproperty("relatedCompetitorIds", ctx_r0.relatedCompetitorIds())("viewMode", ctx_r0.isDark() ? ctx_r0.ViewModeEnum.DARK : ctx_r0.ViewModeEnum.LIGHT)("isDark", ctx_r0.isDark());
|
|
31852
31852
|
} }
|
|
@@ -32410,8 +32410,8 @@ class ViewportAnimationDirective {
|
|
|
32410
32410
|
type: Input
|
|
32411
32411
|
}] }); })();
|
|
32412
32412
|
|
|
32413
|
-
const _c0$
|
|
32414
|
-
const _c1$
|
|
32413
|
+
const _c0$N = a0 => ({ name: "star", source: a0 });
|
|
32414
|
+
const _c1$q = a0 => ({ name: "globe-americas", source: a0 });
|
|
32415
32415
|
const _c2$i = a0 => ({ name: "academic-cap", source: a0 });
|
|
32416
32416
|
const _c3$g = a0 => ({ name: "information-circle", source: a0 });
|
|
32417
32417
|
const _c4$b = a0 => ({ name: "signal", source: a0 });
|
|
@@ -32446,7 +32446,7 @@ function RegionCardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
|
32446
32446
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
32447
32447
|
} if (rf & 2) {
|
|
32448
32448
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
32449
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$
|
|
32449
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c0$N, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
32450
32450
|
} }
|
|
32451
32451
|
function RegionCardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
32452
32452
|
i0.ɵɵelement(0, "symphiq-metric-badge", 14);
|
|
@@ -32519,7 +32519,7 @@ function RegionCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
32519
32519
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
32520
32520
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
32521
32521
|
i0.ɵɵadvance(2);
|
|
32522
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
32522
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$q, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
32523
32523
|
i0.ɵɵadvance();
|
|
32524
32524
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
32525
32525
|
i0.ɵɵadvance(2);
|
|
@@ -33488,8 +33488,8 @@ class CompetitiveInsightBadgeComponent {
|
|
|
33488
33488
|
}], 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 }] }] }); })();
|
|
33489
33489
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveInsightBadgeComponent, { className: "CompetitiveInsightBadgeComponent", filePath: "lib/components/business-analysis-dashboard/badges/competitive-insight-badge.component.ts", lineNumber: 25 }); })();
|
|
33490
33490
|
|
|
33491
|
-
const _c0$
|
|
33492
|
-
const _c1$
|
|
33491
|
+
const _c0$M = a0 => ({ name: "calendar-days", source: a0 });
|
|
33492
|
+
const _c1$p = a0 => ({ name: "chart-bar", source: a0 });
|
|
33493
33493
|
const _c2$h = a0 => ({ name: "academic-cap", source: a0 });
|
|
33494
33494
|
const _c3$f = a0 => ({ name: "information-circle", source: a0 });
|
|
33495
33495
|
const _c4$a = a0 => ({ name: "signal", source: a0 });
|
|
@@ -33509,7 +33509,7 @@ function SeasonCardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
|
33509
33509
|
i0.ɵɵelement(0, "symphiq-metric-badge", 12);
|
|
33510
33510
|
} if (rf & 2) {
|
|
33511
33511
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33512
|
-
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
33512
|
+
i0.ɵɵproperty("label", ctx_r0.formatMonthRange())("icon", i0.ɵɵpureFunction1(3, _c0$M, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
33513
33513
|
} }
|
|
33514
33514
|
function SeasonCardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
33515
33515
|
i0.ɵɵelement(0, "symphiq-metric-badge", 13);
|
|
@@ -33605,7 +33605,7 @@ function SeasonCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
|
33605
33605
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
33606
33606
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
33607
33607
|
i0.ɵɵadvance(2);
|
|
33608
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
33608
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$p, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
33609
33609
|
i0.ɵɵadvance();
|
|
33610
33610
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
33611
33611
|
i0.ɵɵadvance(2);
|
|
@@ -34326,8 +34326,8 @@ class SeasonCardComponent {
|
|
|
34326
34326
|
}] }); })();
|
|
34327
34327
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SeasonCardComponent, { className: "SeasonCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/season-card.component.ts", lineNumber: 270 }); })();
|
|
34328
34328
|
|
|
34329
|
-
const _c0$
|
|
34330
|
-
const _c1$
|
|
34329
|
+
const _c0$L = a0 => ({ name: "currency-dollar", source: a0 });
|
|
34330
|
+
const _c1$o = a0 => ({ name: "chart-bar", source: a0 });
|
|
34331
34331
|
const _c2$g = a0 => ({ name: "academic-cap", source: a0 });
|
|
34332
34332
|
const _c3$e = a0 => ({ name: "information-circle", source: a0 });
|
|
34333
34333
|
const _c4$9 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -34471,7 +34471,7 @@ function CustomerSegmentCardComponent_Conditional_22_Template(rf, ctx) { if (rf
|
|
|
34471
34471
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34472
34472
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
34473
34473
|
i0.ɵɵadvance();
|
|
34474
|
-
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
34474
|
+
i0.ɵɵproperty("label", ctx_r0.formatPercentage(ctx_r0.item().percentageOfRevenue) + " of Revenue")("icon", i0.ɵɵpureFunction1(4, _c0$L, ctx_r0.IconSourceEnum.HEROICONS))("isDark", ctx_r0.isDark);
|
|
34475
34475
|
} }
|
|
34476
34476
|
function CustomerSegmentCardComponent_Conditional_23_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
34477
34477
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -34616,7 +34616,7 @@ function CustomerSegmentCardComponent_Conditional_23_Template(rf, ctx) { if (rf
|
|
|
34616
34616
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
34617
34617
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
34618
34618
|
i0.ɵɵadvance(2);
|
|
34619
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c1$
|
|
34619
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c1$o, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
34620
34620
|
i0.ɵɵadvance();
|
|
34621
34621
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
34622
34622
|
i0.ɵɵadvance(2);
|
|
@@ -35443,8 +35443,8 @@ class CustomerSegmentCardComponent {
|
|
|
35443
35443
|
}] }); })();
|
|
35444
35444
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CustomerSegmentCardComponent, { className: "CustomerSegmentCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/customer-segment-card.component.ts", lineNumber: 366 }); })();
|
|
35445
35445
|
|
|
35446
|
-
const _c0$
|
|
35447
|
-
const _c1$
|
|
35446
|
+
const _c0$K = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35447
|
+
const _c1$n = a0 => ({ name: "document-text", source: a0 });
|
|
35448
35448
|
const _c2$f = a0 => ({ name: "academic-cap", source: a0 });
|
|
35449
35449
|
const _c3$d = a0 => ({ name: "information-circle", source: a0 });
|
|
35450
35450
|
const _c4$8 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -35541,7 +35541,7 @@ function PriceTierCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
|
35541
35541
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35542
35542
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35543
35543
|
i0.ɵɵadvance(2);
|
|
35544
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
35544
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$K, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
35545
35545
|
i0.ɵɵadvance();
|
|
35546
35546
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
35547
35547
|
i0.ɵɵadvance(2);
|
|
@@ -35564,7 +35564,7 @@ function PriceTierCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
|
35564
35564
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
35565
35565
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
35566
35566
|
i0.ɵɵadvance(2);
|
|
35567
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$
|
|
35567
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$n, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
35568
35568
|
i0.ɵɵadvance();
|
|
35569
35569
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
35570
35570
|
i0.ɵɵadvance(2);
|
|
@@ -36280,15 +36280,15 @@ class PriceTierCardComponent {
|
|
|
36280
36280
|
}] }); })();
|
|
36281
36281
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PriceTierCardComponent, { className: "PriceTierCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/price-tier-card.component.ts", lineNumber: 261 }); })();
|
|
36282
36282
|
|
|
36283
|
-
const _c0$
|
|
36284
|
-
const _c1$
|
|
36283
|
+
const _c0$J = () => ({ name: "cube", source: "HEROICONS" });
|
|
36284
|
+
const _c1$m = () => ({ name: "currency-dollar", source: "HEROICONS" });
|
|
36285
36285
|
const _c2$e = () => ({ name: "chart-bar", source: "HEROICONS" });
|
|
36286
36286
|
const _c3$c = a0 => ({ name: "chart-bar", source: a0 });
|
|
36287
36287
|
const _c4$7 = a0 => ({ name: "academic-cap", source: a0 });
|
|
36288
36288
|
const _c5$5 = a0 => ({ name: "information-circle", source: a0 });
|
|
36289
36289
|
const _c6$2 = a0 => ({ name: "signal", source: a0 });
|
|
36290
36290
|
const _c7$1 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
36291
|
-
const _forTrack0$
|
|
36291
|
+
const _forTrack0$w = ($index, $item) => $item.name;
|
|
36292
36292
|
function ProductCategoryCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
36293
36293
|
i0.ɵɵelementStart(0, "p", 8);
|
|
36294
36294
|
i0.ɵɵtext(1);
|
|
@@ -36327,7 +36327,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_2_Template(rf,
|
|
|
36327
36327
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
36328
36328
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
36329
36329
|
i0.ɵɵadvance(2);
|
|
36330
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$
|
|
36330
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c0$J))("ngClass", ctx_r0.getStatIconClasses());
|
|
36331
36331
|
i0.ɵɵadvance(2);
|
|
36332
36332
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
36333
36333
|
i0.ɵɵadvance(2);
|
|
@@ -36348,7 +36348,7 @@ function ProductCategoryCardComponent_Conditional_14_Conditional_3_Template(rf,
|
|
|
36348
36348
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
36349
36349
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatBoxClasses());
|
|
36350
36350
|
i0.ɵɵadvance(2);
|
|
36351
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$
|
|
36351
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction0(6, _c1$m))("ngClass", ctx_r0.getStatIconClasses());
|
|
36352
36352
|
i0.ɵɵadvance(2);
|
|
36353
36353
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
36354
36354
|
i0.ɵɵadvance(2);
|
|
@@ -36419,7 +36419,7 @@ function ProductCategoryCardComponent_Conditional_16_Template(rf, ctx) { if (rf
|
|
|
36419
36419
|
i0.ɵɵelementStart(6, "symphiq-visualization-container", 21);
|
|
36420
36420
|
i0.ɵɵlistener("visualizationClick", function ProductCategoryCardComponent_Conditional_16_Template_symphiq_visualization_container_visualizationClick_6_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.openHorizontalBarModal($event)); });
|
|
36421
36421
|
i0.ɵɵelementStart(7, "div", 22);
|
|
36422
|
-
i0.ɵɵrepeaterCreate(8, ProductCategoryCardComponent_Conditional_16_For_9_Template, 2, 5, "div", 23, _forTrack0$
|
|
36422
|
+
i0.ɵɵrepeaterCreate(8, ProductCategoryCardComponent_Conditional_16_For_9_Template, 2, 5, "div", 23, _forTrack0$w);
|
|
36423
36423
|
i0.ɵɵelementEnd()()()();
|
|
36424
36424
|
} if (rf & 2) {
|
|
36425
36425
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -37275,13 +37275,13 @@ class ProductCategoryCardComponent {
|
|
|
37275
37275
|
}] }); })();
|
|
37276
37276
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProductCategoryCardComponent, { className: "ProductCategoryCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/product-category-card.component.ts", lineNumber: 324 }); })();
|
|
37277
37277
|
|
|
37278
|
-
const _c0$
|
|
37278
|
+
const _c0$I = (a0, a1) => ({ name: a0, source: a1 });
|
|
37279
37279
|
function CompetitiveStrengthIndicatorComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
37280
37280
|
i0.ɵɵelement(0, "symphiq-icon", 2);
|
|
37281
37281
|
} if (rf & 2) {
|
|
37282
37282
|
const star_r1 = ctx.$implicit;
|
|
37283
37283
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
37284
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$
|
|
37284
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(2, _c0$I, star_r1.filled ? "star" : "star", ctx_r1.iconSource))("ngClass", star_r1.filled ? ctx_r1.filledStarClasses() : ctx_r1.emptyStarClasses());
|
|
37285
37285
|
} }
|
|
37286
37286
|
class CompetitiveStrengthIndicatorComponent {
|
|
37287
37287
|
constructor() {
|
|
@@ -37437,8 +37437,8 @@ function getCategoryBadgeClasses(category, isDark) {
|
|
|
37437
37437
|
return `px-3 py-1 rounded-full text-xs font-semibold whitespace-nowrap ${colorClasses}`;
|
|
37438
37438
|
}
|
|
37439
37439
|
|
|
37440
|
-
const _c0$
|
|
37441
|
-
const _c1$
|
|
37440
|
+
const _c0$H = a0 => ({ name: "shield-check", source: a0 });
|
|
37441
|
+
const _c1$l = a0 => ({ name: "building-storefront", source: a0 });
|
|
37442
37442
|
const _c2$d = a0 => ({ name: "academic-cap", source: a0 });
|
|
37443
37443
|
const _c3$b = a0 => ({ name: "information-circle", source: a0 });
|
|
37444
37444
|
const _c4$6 = a0 => ({ name: "signal", source: a0 });
|
|
@@ -37488,7 +37488,7 @@ function EnhancedListItemCardComponent_Conditional_21_Conditional_7_Template(rf,
|
|
|
37488
37488
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37489
37489
|
i0.ɵɵclassProp("mt-3", ctx_r0.getCompetitorPositioning() || ((tmp_2_0 = ctx_r0.item()) == null ? null : tmp_2_0.differentiationStrength));
|
|
37490
37490
|
i0.ɵɵadvance(2);
|
|
37491
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
37491
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$l, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
37492
37492
|
i0.ɵɵadvance();
|
|
37493
37493
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSubtitleClasses());
|
|
37494
37494
|
i0.ɵɵadvance(2);
|
|
@@ -37509,7 +37509,7 @@ function EnhancedListItemCardComponent_Conditional_21_Template(rf, ctx) { if (rf
|
|
|
37509
37509
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
37510
37510
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedSectionClasses());
|
|
37511
37511
|
i0.ɵɵadvance(2);
|
|
37512
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
37512
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$H, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
37513
37513
|
i0.ɵɵadvance();
|
|
37514
37514
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
37515
37515
|
i0.ɵɵadvance(2);
|
|
@@ -38153,8 +38153,8 @@ class EnhancedListItemCardComponent {
|
|
|
38153
38153
|
}] }); })();
|
|
38154
38154
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EnhancedListItemCardComponent, { className: "EnhancedListItemCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/enhanced-list-item-card.component.ts", lineNumber: 221 }); })();
|
|
38155
38155
|
|
|
38156
|
-
const _c0$
|
|
38157
|
-
const _c1$
|
|
38156
|
+
const _c0$G = a0 => ({ name: "academic-cap", source: a0 });
|
|
38157
|
+
const _c1$k = a0 => ({ name: "information-circle", source: a0 });
|
|
38158
38158
|
const _c2$c = a0 => ({ name: "signal", source: a0 });
|
|
38159
38159
|
const _c3$a = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
38160
38160
|
function FocusAreaDetailCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -38234,7 +38234,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_5_Template(rf,
|
|
|
38234
38234
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
38235
38235
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
38236
38236
|
i0.ɵɵadvance(2);
|
|
38237
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
38237
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$G, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
38238
38238
|
i0.ɵɵadvance();
|
|
38239
38239
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
38240
38240
|
i0.ɵɵadvance(2);
|
|
@@ -38255,7 +38255,7 @@ function FocusAreaDetailCardComponent_Conditional_16_Conditional_6_Template(rf,
|
|
|
38255
38255
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
38256
38256
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
38257
38257
|
i0.ɵɵadvance(2);
|
|
38258
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$
|
|
38258
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$k, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.expandedIconClasses());
|
|
38259
38259
|
i0.ɵɵadvance();
|
|
38260
38260
|
i0.ɵɵproperty("ngClass", ctx_r0.expandedTitleClasses());
|
|
38261
38261
|
i0.ɵɵadvance(2);
|
|
@@ -40015,7 +40015,7 @@ class CompetitorAnalysisCardComponent {
|
|
|
40015
40015
|
}] }); })();
|
|
40016
40016
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitorAnalysisCardComponent, { className: "CompetitorAnalysisCardComponent", filePath: "lib/components/business-analysis-dashboard/cards/competitor-analysis-card.component.ts", lineNumber: 312 }); })();
|
|
40017
40017
|
|
|
40018
|
-
const _c0$
|
|
40018
|
+
const _c0$F = ["*"];
|
|
40019
40019
|
class SkeletonCardBaseComponent {
|
|
40020
40020
|
constructor() {
|
|
40021
40021
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
@@ -40035,7 +40035,7 @@ class SkeletonCardBaseComponent {
|
|
|
40035
40035
|
`.trim();
|
|
40036
40036
|
}
|
|
40037
40037
|
static { this.ɵfac = function SkeletonCardBaseComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SkeletonCardBaseComponent)(); }; }
|
|
40038
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$
|
|
40038
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SkeletonCardBaseComponent, selectors: [["symphiq-skeleton-card-base"]], inputs: { viewMode: [1, "viewMode"] }, ngContentSelectors: _c0$F, decls: 2, vars: 1, consts: [[1, "animate-pulse", 3, "ngClass"]], template: function SkeletonCardBaseComponent_Template(rf, ctx) { if (rf & 1) {
|
|
40039
40039
|
i0.ɵɵprojectionDef();
|
|
40040
40040
|
i0.ɵɵelementStart(0, "div", 0);
|
|
40041
40041
|
i0.ɵɵprojection(1);
|
|
@@ -41200,8 +41200,8 @@ class ProfileItemCardComponent {
|
|
|
41200
41200
|
}], 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 }] }] }); })();
|
|
41201
41201
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileItemCardComponent, { className: "ProfileItemCardComponent", filePath: "lib/components/business-analysis-dashboard/profile-item-card.component.ts", lineNumber: 171 }); })();
|
|
41202
41202
|
|
|
41203
|
-
const _c0$
|
|
41204
|
-
const _c1$
|
|
41203
|
+
const _c0$E = ["scrollContainer"];
|
|
41204
|
+
const _c1$j = a0 => ({ name: "arrow-right", source: a0 });
|
|
41205
41205
|
function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
41206
41206
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
41207
41207
|
i0.ɵɵelementStart(0, "button", 7);
|
|
@@ -41213,7 +41213,7 @@ function ItemDetailModalComponent_Conditional_7_Template(rf, ctx) { if (rf & 1)
|
|
|
41213
41213
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
41214
41214
|
i0.ɵɵproperty("ngClass", ctx_r2.getPrimaryButtonClasses());
|
|
41215
41215
|
i0.ɵɵadvance();
|
|
41216
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c1$
|
|
41216
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c1$j, ctx_r2.IconSourceEnum.HEROICONS));
|
|
41217
41217
|
} }
|
|
41218
41218
|
class ItemDetailModalComponent {
|
|
41219
41219
|
constructor() {
|
|
@@ -41320,7 +41320,7 @@ class ItemDetailModalComponent {
|
|
|
41320
41320
|
}
|
|
41321
41321
|
static { this.ɵfac = function ItemDetailModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ItemDetailModalComponent)(); }; }
|
|
41322
41322
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemDetailModalComponent, selectors: [["symphiq-item-detail-modal"]], viewQuery: function ItemDetailModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
41323
|
-
i0.ɵɵviewQuery(_c0$
|
|
41323
|
+
i0.ɵɵviewQuery(_c0$E, 5);
|
|
41324
41324
|
} if (rf & 2) {
|
|
41325
41325
|
let _t;
|
|
41326
41326
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -41399,8 +41399,8 @@ class ItemDetailModalComponent {
|
|
|
41399
41399
|
}] }); })();
|
|
41400
41400
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ItemDetailModalComponent, { className: "ItemDetailModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/item-detail-modal.component.ts", lineNumber: 53 }); })();
|
|
41401
41401
|
|
|
41402
|
-
const _c0$
|
|
41403
|
-
const _c1$
|
|
41402
|
+
const _c0$D = ["modalContent"];
|
|
41403
|
+
const _c1$i = ["modalWrapper"];
|
|
41404
41404
|
const _c2$b = ["*"];
|
|
41405
41405
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_3_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return lineChart_component; }).then(m => m.LineChartComponent)];
|
|
41406
41406
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_4_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return barChart_component; }).then(m => m.BarChartComponent)];
|
|
@@ -41408,7 +41408,7 @@ const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_5_D
|
|
|
41408
41408
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_6_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return areaChart_component; }).then(m => m.AreaChartComponent)];
|
|
41409
41409
|
const _c3$9 = a0 => ({ name: "arrow-left", source: a0 });
|
|
41410
41410
|
const _c4$5 = a0 => ({ name: "chevron-right", source: a0 });
|
|
41411
|
-
const _forTrack0$
|
|
41411
|
+
const _forTrack0$v = ($index, $item) => $item.performanceItemId || $index;
|
|
41412
41412
|
const _forTrack1$4 = ($index, $item) => $item.id || $index;
|
|
41413
41413
|
function ProfileAnalysisModalComponent_Conditional_0_Conditional_10_For_5_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
41414
41414
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -41619,7 +41619,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Templa
|
|
|
41619
41619
|
function ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
41620
41620
|
i0.ɵɵelementStart(0, "div", 20);
|
|
41621
41621
|
i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_Conditional_1_Template, 2, 2, "p", 52);
|
|
41622
|
-
i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template, 13, 10, "div", 53, _forTrack0$
|
|
41622
|
+
i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_21_For_3_Template, 13, 10, "div", 53, _forTrack0$v);
|
|
41623
41623
|
i0.ɵɵelementEnd();
|
|
41624
41624
|
} if (rf & 2) {
|
|
41625
41625
|
const data_r11 = ctx;
|
|
@@ -41699,7 +41699,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Templa
|
|
|
41699
41699
|
function ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
41700
41700
|
i0.ɵɵelementStart(0, "div", 20);
|
|
41701
41701
|
i0.ɵɵconditionalCreate(1, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_Conditional_1_Template, 2, 2, "p", 52);
|
|
41702
|
-
i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Template, 13, 10, "div", 53, _forTrack0$
|
|
41702
|
+
i0.ɵɵrepeaterCreate(2, ProfileAnalysisModalComponent_Conditional_0_Conditional_22_For_3_Template, 13, 10, "div", 53, _forTrack0$v);
|
|
41703
41703
|
i0.ɵɵelementEnd();
|
|
41704
41704
|
} if (rf & 2) {
|
|
41705
41705
|
const data_r14 = ctx;
|
|
@@ -41818,7 +41818,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_
|
|
|
41818
41818
|
i0.ɵɵelementStart(0, "div", 69)(1, "h3", 70);
|
|
41819
41819
|
i0.ɵɵtext(2, " Directly Affected Metric ");
|
|
41820
41820
|
i0.ɵɵelementEnd();
|
|
41821
|
-
i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Conditional_0_For_4_Template, 1, 1, null, null, _forTrack0$
|
|
41821
|
+
i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Conditional_0_For_4_Template, 1, 1, null, null, _forTrack0$v);
|
|
41822
41822
|
i0.ɵɵelementEnd();
|
|
41823
41823
|
} if (rf & 2) {
|
|
41824
41824
|
const data_r32 = i0.ɵɵnextContext(2);
|
|
@@ -41852,7 +41852,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_
|
|
|
41852
41852
|
i0.ɵɵelementStart(0, "div", 69)(1, "h3", 70);
|
|
41853
41853
|
i0.ɵɵtext(2, " Indirectly Affected Metrics ");
|
|
41854
41854
|
i0.ɵɵelementEnd();
|
|
41855
|
-
i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Conditional_1_For_4_Template, 1, 1, null, null, _forTrack0$
|
|
41855
|
+
i0.ɵɵrepeaterCreate(3, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_1_Conditional_1_For_4_Template, 1, 1, null, null, _forTrack0$v);
|
|
41856
41856
|
i0.ɵɵelementEnd();
|
|
41857
41857
|
} if (rf & 2) {
|
|
41858
41858
|
const data_r32 = i0.ɵɵnextContext(2);
|
|
@@ -41884,7 +41884,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_
|
|
|
41884
41884
|
i0.ɵɵproperty("metric", metric_r38)("isLightMode", ctx_r1.isLightMode())("animationKey", $index_r39);
|
|
41885
41885
|
} }
|
|
41886
41886
|
function ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
41887
|
-
i0.ɵɵrepeaterCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_2_For_1_Template, 2, 3, "div", null, _forTrack0$
|
|
41887
|
+
i0.ɵɵrepeaterCreate(0, ProfileAnalysisModalComponent_Conditional_0_Conditional_27_Conditional_2_For_1_Template, 2, 3, "div", null, _forTrack0$v);
|
|
41888
41888
|
} if (rf & 2) {
|
|
41889
41889
|
const data_r32 = i0.ɵɵnextContext();
|
|
41890
41890
|
i0.ɵɵrepeater(data_r32.metrics);
|
|
@@ -43648,8 +43648,8 @@ class ProfileAnalysisModalComponent {
|
|
|
43648
43648
|
}
|
|
43649
43649
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
43650
43650
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
43651
|
-
i0.ɵɵviewQuery(_c0$
|
|
43652
|
-
i0.ɵɵviewQuery(_c1$
|
|
43651
|
+
i0.ɵɵviewQuery(_c0$D, 5);
|
|
43652
|
+
i0.ɵɵviewQuery(_c1$i, 5);
|
|
43653
43653
|
} if (rf & 2) {
|
|
43654
43654
|
let _t;
|
|
43655
43655
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -44203,8 +44203,8 @@ class ProfileAnalysisModalComponent {
|
|
|
44203
44203
|
}] }); }); })();
|
|
44204
44204
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisModalComponent, { className: "ProfileAnalysisModalComponent", filePath: "lib/components/profile-analysis-dashboard/profile-analysis-modal.component.ts", lineNumber: 554 }); })();
|
|
44205
44205
|
|
|
44206
|
-
const _c0$
|
|
44207
|
-
const _c1$
|
|
44206
|
+
const _c0$C = a0 => ({ name: "light-bulb", source: a0 });
|
|
44207
|
+
const _c1$h = a0 => ({ name: "trophy", source: a0 });
|
|
44208
44208
|
const _c2$a = a0 => ({ name: "academic-cap", source: a0 });
|
|
44209
44209
|
const _c3$8 = a0 => ({ name: "signal", source: a0 });
|
|
44210
44210
|
const _c4$4 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
@@ -44242,7 +44242,7 @@ function CompetitiveGapModalComponent_Conditional_10_Template(rf, ctx) { if (rf
|
|
|
44242
44242
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
44243
44243
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionClasses());
|
|
44244
44244
|
i0.ɵɵadvance(2);
|
|
44245
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$
|
|
44245
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c1$h, ctx_r0.iconSource))("ngClass", ctx_r0.sectionIconClasses());
|
|
44246
44246
|
i0.ɵɵadvance();
|
|
44247
44247
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
44248
44248
|
i0.ɵɵadvance(2);
|
|
@@ -44413,7 +44413,7 @@ class CompetitiveGapModalComponent {
|
|
|
44413
44413
|
i0.ɵɵadvance(2);
|
|
44414
44414
|
i0.ɵɵproperty("ngClass", ctx.iconContainerClasses());
|
|
44415
44415
|
i0.ɵɵadvance();
|
|
44416
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$
|
|
44416
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(12, _c0$C, ctx.iconSource));
|
|
44417
44417
|
i0.ɵɵadvance(3);
|
|
44418
44418
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
44419
44419
|
i0.ɵɵadvance();
|
|
@@ -44534,11 +44534,11 @@ class CompetitiveGapModalComponent {
|
|
|
44534
44534
|
}], null, { item: [{ type: i0.Input, args: [{ isSignal: true, alias: "item", required: false }] }], isDark: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDark", required: false }] }] }); })();
|
|
44535
44535
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveGapModalComponent, { className: "CompetitiveGapModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/competitive-gap-modal.component.ts", lineNumber: 101 }); })();
|
|
44536
44536
|
|
|
44537
|
-
const _c0$
|
|
44538
|
-
const _c1$
|
|
44537
|
+
const _c0$B = a0 => ({ name: "list-bullet", source: a0 });
|
|
44538
|
+
const _c1$g = a0 => ({ name: "arrow-right", source: a0 });
|
|
44539
44539
|
const _c2$9 = a0 => ({ name: "check-circle", source: a0 });
|
|
44540
44540
|
const _c3$7 = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
44541
|
-
const _forTrack0$
|
|
44541
|
+
const _forTrack0$u = ($index, $item) => $item.order;
|
|
44542
44542
|
function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
44543
44543
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 5);
|
|
44544
44544
|
i0.ɵɵelement(2, "symphiq-icon", 6);
|
|
@@ -44554,7 +44554,7 @@ function RecommendationActionStepsModalComponent_Conditional_1_Template(rf, ctx)
|
|
|
44554
44554
|
i0.ɵɵadvance();
|
|
44555
44555
|
i0.ɵɵproperty("ngClass", ctx_r0.iconContainerClasses());
|
|
44556
44556
|
i0.ɵɵadvance();
|
|
44557
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
44557
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$B, ctx_r0.iconSource));
|
|
44558
44558
|
i0.ɵɵadvance(2);
|
|
44559
44559
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
44560
44560
|
i0.ɵɵadvance(2);
|
|
@@ -44607,7 +44607,7 @@ function RecommendationActionStepsModalComponent_For_4_Template(rf, ctx) { if (r
|
|
|
44607
44607
|
i0.ɵɵadvance();
|
|
44608
44608
|
i0.ɵɵtextInterpolate1(" ", step_r2.order, " ");
|
|
44609
44609
|
i0.ɵɵadvance(4);
|
|
44610
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$
|
|
44610
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c1$g, ctx_r0.iconSource))("ngClass", ctx_r0.actionIconClasses());
|
|
44611
44611
|
i0.ɵɵadvance();
|
|
44612
44612
|
i0.ɵɵproperty("ngClass", ctx_r0.actionTitleClasses());
|
|
44613
44613
|
i0.ɵɵadvance(2);
|
|
@@ -44692,7 +44692,7 @@ class RecommendationActionStepsModalComponent {
|
|
|
44692
44692
|
i0.ɵɵelementStart(0, "div", 0);
|
|
44693
44693
|
i0.ɵɵconditionalCreate(1, RecommendationActionStepsModalComponent_Conditional_1_Template, 8, 7, "div", 1);
|
|
44694
44694
|
i0.ɵɵelementStart(2, "div", 2);
|
|
44695
|
-
i0.ɵɵrepeaterCreate(3, RecommendationActionStepsModalComponent_For_4_Template, 13, 11, "div", 3, _forTrack0$
|
|
44695
|
+
i0.ɵɵrepeaterCreate(3, RecommendationActionStepsModalComponent_For_4_Template, 13, 11, "div", 3, _forTrack0$u);
|
|
44696
44696
|
i0.ɵɵelementEnd();
|
|
44697
44697
|
i0.ɵɵconditionalCreate(5, RecommendationActionStepsModalComponent_Conditional_5_Template, 4, 5, "div", 4);
|
|
44698
44698
|
i0.ɵɵelementEnd();
|
|
@@ -44774,8 +44774,8 @@ class RecommendationActionStepsModalComponent {
|
|
|
44774
44774
|
}], 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 }] }] }); })();
|
|
44775
44775
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationActionStepsModalComponent, { className: "RecommendationActionStepsModalComponent", filePath: "lib/components/business-analysis-dashboard/modals/recommendation-action-steps-modal.component.ts", lineNumber: 69 }); })();
|
|
44776
44776
|
|
|
44777
|
-
const _c0$
|
|
44778
|
-
const _c1$
|
|
44777
|
+
const _c0$A = ["modalContent"];
|
|
44778
|
+
const _c1$f = ["modalWrapper"];
|
|
44779
44779
|
function BusinessAnalysisModalComponent_Conditional_0_Conditional_10_For_6_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
44780
44780
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
44781
44781
|
i0.ɵɵelementStart(0, "button", 28);
|
|
@@ -45297,8 +45297,8 @@ class BusinessAnalysisModalComponent {
|
|
|
45297
45297
|
}
|
|
45298
45298
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
45299
45299
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
45300
|
-
i0.ɵɵviewQuery(_c0$
|
|
45301
|
-
i0.ɵɵviewQuery(_c1$
|
|
45300
|
+
i0.ɵɵviewQuery(_c0$A, 5);
|
|
45301
|
+
i0.ɵɵviewQuery(_c1$f, 5);
|
|
45302
45302
|
} if (rf & 2) {
|
|
45303
45303
|
let _t;
|
|
45304
45304
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -45935,13 +45935,13 @@ class IndeterminateSpinnerComponent {
|
|
|
45935
45935
|
}], 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 }] }] }); })();
|
|
45936
45936
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IndeterminateSpinnerComponent, { className: "IndeterminateSpinnerComponent", filePath: "lib/components/shared/indeterminate-spinner.component.ts", lineNumber: 94 }); })();
|
|
45937
45937
|
|
|
45938
|
-
const _c0$
|
|
45939
|
-
const _c1$
|
|
45938
|
+
const _c0$z = ["dashboardContainer"];
|
|
45939
|
+
const _c1$e = () => ({});
|
|
45940
45940
|
const _c2$8 = () => [1, 2, 3, 4, 5, 6];
|
|
45941
45941
|
const _c3$6 = () => [1, 2, 3];
|
|
45942
45942
|
const _c4$3 = () => [1, 2, 3, 4];
|
|
45943
45943
|
const _c5$2 = () => [1, 2];
|
|
45944
|
-
const _forTrack0$
|
|
45944
|
+
const _forTrack0$t = ($index, $item) => $item.value;
|
|
45945
45945
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
45946
45946
|
i0.ɵɵelement(0, "div", 11);
|
|
45947
45947
|
} }
|
|
@@ -45980,7 +45980,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_25_Template(rf, ctx
|
|
|
45980
45980
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_25_Template_div_click_3_listener($event) { i0.ɵɵrestoreView(_r4); return i0.ɵɵresetView($event.stopPropagation()); })("mousedown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_25_Template_div_mousedown_3_listener($event) { i0.ɵɵrestoreView(_r4); return i0.ɵɵresetView($event.stopPropagation()); })("pointerdown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_25_Template_div_pointerdown_3_listener($event) { i0.ɵɵrestoreView(_r4); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
45981
45981
|
i0.ɵɵelementStart(4, "select", 49);
|
|
45982
45982
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_25_Template_select_ngModelChange_4_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeSectionFilter($event)); });
|
|
45983
|
-
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_25_For_6_Template, 2, 2, "option", 50, _forTrack0$
|
|
45983
|
+
i0.ɵɵrepeaterCreate(5, SymphiqFunnelAnalysisDashboardComponent_Conditional_25_For_6_Template, 2, 2, "option", 50, _forTrack0$t);
|
|
45984
45984
|
i0.ɵɵelementEnd()()();
|
|
45985
45985
|
} if (rf & 2) {
|
|
45986
45986
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -46060,7 +46060,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_46_Template(rf, ctx
|
|
|
46060
46060
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_46_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r7); return i0.ɵɵresetView($event.stopPropagation()); })("mousedown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_46_Template_div_mousedown_0_listener($event) { i0.ɵɵrestoreView(_r7); return i0.ɵɵresetView($event.stopPropagation()); })("pointerdown", function SymphiqFunnelAnalysisDashboardComponent_Conditional_46_Template_div_pointerdown_0_listener($event) { i0.ɵɵrestoreView(_r7); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
46061
46061
|
i0.ɵɵelementStart(1, "select", 55);
|
|
46062
46062
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_46_Template_select_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.changeSectionFilter($event)); });
|
|
46063
|
-
i0.ɵɵrepeaterCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_46_For_3_Template, 2, 2, "option", 50, _forTrack0$
|
|
46063
|
+
i0.ɵɵrepeaterCreate(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_46_For_3_Template, 2, 2, "option", 50, _forTrack0$t);
|
|
46064
46064
|
i0.ɵɵelementEnd()();
|
|
46065
46065
|
} if (rf & 2) {
|
|
46066
46066
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -46271,7 +46271,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_52_Conditional_8_Co
|
|
|
46271
46271
|
i0.ɵɵelementEnd();
|
|
46272
46272
|
} if (rf & 2) {
|
|
46273
46273
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
46274
|
-
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$
|
|
46274
|
+
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$e))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", true)("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
|
|
46275
46275
|
} }
|
|
46276
46276
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_52_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
46277
46277
|
i0.ɵɵelementStart(0, "div", 76);
|
|
@@ -46421,7 +46421,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_2_Co
|
|
|
46421
46421
|
i0.ɵɵelementEnd();
|
|
46422
46422
|
} if (rf & 2) {
|
|
46423
46423
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
46424
|
-
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$
|
|
46424
|
+
i0.ɵɵproperty("assessment", ctx_r2.performanceOverview().overallAssessment || i0.ɵɵpureFunction0(11, _c1$e))("revenueMetric", ctx_r2.revenueMetric())("charts", ctx_r2.chartsForItem("OVERALL_ASSESSMENT"))("metrics", ctx_r2.allMetrics())("isLightMode", ctx_r2.isLightMode())("isLoading", ctx_r2.isOverallAssessmentLoading())("isCompactMode", ctx_r2.viewModeService.isCompact())("isChartsLoading", ctx_r2.areChartsLoading())("strengths", ctx_r2.strengths())("weaknesses", ctx_r2.weaknesses())("currencySymbol", ctx_r2.currencySymbol());
|
|
46425
46425
|
} }
|
|
46426
46426
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
46427
46427
|
i0.ɵɵelementStart(0, "div", 96);
|
|
@@ -46834,7 +46834,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Te
|
|
|
46834
46834
|
i0.ɵɵconditionalCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_14_Template, 2, 0, "div", 125);
|
|
46835
46835
|
i0.ɵɵelementStart(15, "select", 126);
|
|
46836
46836
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Template_select_ngModelChange_15_listener($event) { i0.ɵɵrestoreView(_r27); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeCategoryFilter($event)); });
|
|
46837
|
-
i0.ɵɵrepeaterCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_For_17_Template, 2, 1, null, null, _forTrack0$
|
|
46837
|
+
i0.ɵɵrepeaterCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_For_17_Template, 2, 1, null, null, _forTrack0$t);
|
|
46838
46838
|
i0.ɵɵelementEnd();
|
|
46839
46839
|
i0.ɵɵelementStart(18, "button", 127);
|
|
46840
46840
|
i0.ɵɵlistener("click", function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r27); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.toggleSortOrder()); });
|
|
@@ -46848,7 +46848,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Te
|
|
|
46848
46848
|
i0.ɵɵtext(23, "Sort");
|
|
46849
46849
|
i0.ɵɵelementEnd()()()();
|
|
46850
46850
|
i0.ɵɵelementStart(24, "div", 130)(25, "div", 131);
|
|
46851
|
-
i0.ɵɵrepeaterCreate(26, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_For_27_Template, 1, 1, null, null, _forTrack0$
|
|
46851
|
+
i0.ɵɵrepeaterCreate(26, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_For_27_Template, 1, 1, null, null, _forTrack0$t);
|
|
46852
46852
|
i0.ɵɵelementEnd()()();
|
|
46853
46853
|
i0.ɵɵconditionalCreate(28, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_28_Template, 3, 1, "div", 132)(29, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_29_Template, 4, 5, "div", 133);
|
|
46854
46854
|
i0.ɵɵelementEnd()();
|
|
@@ -47025,7 +47025,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Te
|
|
|
47025
47025
|
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Conditional_12_Template, 2, 0, "div", 125);
|
|
47026
47026
|
i0.ɵɵelementStart(13, "select", 167);
|
|
47027
47027
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Template_select_ngModelChange_13_listener($event) { i0.ɵɵrestoreView(_r37); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeBreakdownFilter($event)); });
|
|
47028
|
-
i0.ɵɵrepeaterCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_For_15_Template, 2, 1, null, null, _forTrack0$
|
|
47028
|
+
i0.ɵɵrepeaterCreate(14, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_For_15_Template, 2, 1, null, null, _forTrack0$t);
|
|
47029
47029
|
i0.ɵɵelementEnd()()();
|
|
47030
47030
|
i0.ɵɵconditionalCreate(16, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Conditional_16_Template, 3, 1, "div", 98)(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Conditional_17_Template, 4, 5, "div", 168);
|
|
47031
47031
|
i0.ɵɵelementEnd()();
|
|
@@ -47136,7 +47136,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_Te
|
|
|
47136
47136
|
i0.ɵɵconditionalCreate(13, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_Conditional_13_Template, 2, 0, "div", 125);
|
|
47137
47137
|
i0.ɵɵelementStart(14, "select", 126);
|
|
47138
47138
|
i0.ɵɵlistener("ngModelChange", function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_Template_select_ngModelChange_14_listener($event) { i0.ɵɵrestoreView(_r41); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.changeCompetitiveFilter($event)); });
|
|
47139
|
-
i0.ɵɵrepeaterCreate(15, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_For_16_Template, 2, 1, null, null, _forTrack0$
|
|
47139
|
+
i0.ɵɵrepeaterCreate(15, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_For_16_Template, 2, 1, null, null, _forTrack0$t);
|
|
47140
47140
|
i0.ɵɵelementEnd()()();
|
|
47141
47141
|
i0.ɵɵconditionalCreate(17, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_Conditional_17_Template, 6, 5, "div", 98)(18, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_6_Conditional_18_Template, 1, 6, "symphiq-competitive-intelligence-view", 95);
|
|
47142
47142
|
i0.ɵɵelementEnd()();
|
|
@@ -48230,7 +48230,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
48230
48230
|
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)); }; }
|
|
48231
48231
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
48232
48232
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
48233
|
-
i0.ɵɵviewQuery(_c0$
|
|
48233
|
+
i0.ɵɵviewQuery(_c0$z, 5);
|
|
48234
48234
|
} if (rf & 2) {
|
|
48235
48235
|
let _t;
|
|
48236
48236
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -49744,7 +49744,7 @@ function getTrendClasses(trendPercent, viewMode) {
|
|
|
49744
49744
|
}
|
|
49745
49745
|
}
|
|
49746
49746
|
|
|
49747
|
-
const _forTrack0$
|
|
49747
|
+
const _forTrack0$s = ($index, $item) => $item.performanceItemId;
|
|
49748
49748
|
function SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
49749
49749
|
i0.ɵɵelementStart(0, "div", 17)(1, "p", 18);
|
|
49750
49750
|
i0.ɵɵtext(2);
|
|
@@ -50363,7 +50363,7 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
50363
50363
|
i0.ɵɵconditionalCreate(12, SymphiqFunnelAnalysisPreviewComponent_Conditional_12_Template, 3, 7, "div", 9);
|
|
50364
50364
|
i0.ɵɵconditionalCreate(13, SymphiqFunnelAnalysisPreviewComponent_Conditional_13_Template, 18, 23, "div", 10);
|
|
50365
50365
|
i0.ɵɵelementStart(14, "div", 11);
|
|
50366
|
-
i0.ɵɵrepeaterCreate(15, SymphiqFunnelAnalysisPreviewComponent_For_16_Template, 10, 17, "div", 12, _forTrack0$
|
|
50366
|
+
i0.ɵɵrepeaterCreate(15, SymphiqFunnelAnalysisPreviewComponent_For_16_Template, 10, 17, "div", 12, _forTrack0$s);
|
|
50367
50367
|
i0.ɵɵelementEnd();
|
|
50368
50368
|
i0.ɵɵconditionalCreate(17, SymphiqFunnelAnalysisPreviewComponent_Conditional_17_Template, 9, 11, "div", 9);
|
|
50369
50369
|
i0.ɵɵconditionalCreate(18, SymphiqFunnelAnalysisPreviewComponent_Conditional_18_Template, 14, 19, "div", 9);
|
|
@@ -50606,7 +50606,7 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
50606
50606
|
}], () => [], { analysisInput: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], onViewAnalysis: [{ type: i0.Output, args: ["onViewAnalysis"] }] }); })();
|
|
50607
50607
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisPreviewComponent, { className: "SymphiqFunnelAnalysisPreviewComponent", filePath: "lib/components/funnel-analysis-preview/symphiq-funnel-analysis-preview.component.ts", lineNumber: 228 }); })();
|
|
50608
50608
|
|
|
50609
|
-
const _forTrack0$
|
|
50609
|
+
const _forTrack0$r = ($index, $item) => $item.id;
|
|
50610
50610
|
function SymphiqWelcomeDashboardComponent_For_65_Template(rf, ctx) { if (rf & 1) {
|
|
50611
50611
|
i0.ɵɵelementStart(0, "div", 31)(1, "div", 36)(2, "div", 37)(3, "span", 38);
|
|
50612
50612
|
i0.ɵɵtext(4);
|
|
@@ -50901,7 +50901,7 @@ class SymphiqWelcomeDashboardComponent {
|
|
|
50901
50901
|
i0.ɵɵtext(62, " Your Onboarding Journey ");
|
|
50902
50902
|
i0.ɵɵelementEnd();
|
|
50903
50903
|
i0.ɵɵelementStart(63, "div", 30);
|
|
50904
|
-
i0.ɵɵrepeaterCreate(64, SymphiqWelcomeDashboardComponent_For_65_Template, 9, 3, "div", 31, _forTrack0$
|
|
50904
|
+
i0.ɵɵrepeaterCreate(64, SymphiqWelcomeDashboardComponent_For_65_Template, 9, 3, "div", 31, _forTrack0$r);
|
|
50905
50905
|
i0.ɵɵelementEnd()()();
|
|
50906
50906
|
i0.ɵɵelementStart(66, "div", 32);
|
|
50907
50907
|
i0.ɵɵnamespaceSVG();
|
|
@@ -51939,8 +51939,8 @@ class FocusAreaToolsModalComponent {
|
|
|
51939
51939
|
}] }); })();
|
|
51940
51940
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaToolsModalComponent, { className: "FocusAreaToolsModalComponent", filePath: "lib/components/create-account-dashboard/focus-area-tools-modal.component.ts", lineNumber: 149 }); })();
|
|
51941
51941
|
|
|
51942
|
-
const _c0$
|
|
51943
|
-
const _forTrack0$
|
|
51942
|
+
const _c0$y = ["shopNameInput"];
|
|
51943
|
+
const _forTrack0$q = ($index, $item) => $item.focusAreaDomain;
|
|
51944
51944
|
function SymphiqCreateAccountDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
51945
51945
|
i0.ɵɵelementStart(0, "div", 13);
|
|
51946
51946
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 17);
|
|
@@ -52285,7 +52285,7 @@ function SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Con
|
|
|
52285
52285
|
i0.ɵɵtext(3);
|
|
52286
52286
|
i0.ɵɵelementEnd();
|
|
52287
52287
|
i0.ɵɵelementStart(4, "div", 58);
|
|
52288
|
-
i0.ɵɵrepeaterCreate(5, SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Conditional_12_For_6_Template, 7, 5, "div", 59, _forTrack0$
|
|
52288
|
+
i0.ɵɵrepeaterCreate(5, SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Conditional_12_For_6_Template, 7, 5, "div", 59, _forTrack0$q);
|
|
52289
52289
|
i0.ɵɵelementEnd()();
|
|
52290
52290
|
} if (rf & 2) {
|
|
52291
52291
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
@@ -52315,7 +52315,7 @@ function SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Con
|
|
|
52315
52315
|
i0.ɵɵtext(3);
|
|
52316
52316
|
i0.ɵɵelementEnd();
|
|
52317
52317
|
i0.ɵɵelementStart(4, "div", 68);
|
|
52318
|
-
i0.ɵɵrepeaterCreate(5, SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Conditional_13_For_6_Template, 3, 3, "div", 69, _forTrack0$
|
|
52318
|
+
i0.ɵɵrepeaterCreate(5, SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Conditional_13_For_6_Template, 3, 3, "div", 69, _forTrack0$q);
|
|
52319
52319
|
i0.ɵɵelementEnd()();
|
|
52320
52320
|
} if (rf & 2) {
|
|
52321
52321
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
@@ -52345,7 +52345,7 @@ function SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Con
|
|
|
52345
52345
|
i0.ɵɵtext(3);
|
|
52346
52346
|
i0.ɵɵelementEnd();
|
|
52347
52347
|
i0.ɵɵelementStart(4, "div", 71);
|
|
52348
|
-
i0.ɵɵrepeaterCreate(5, SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Conditional_14_For_6_Template, 3, 3, "div", 72, _forTrack0$
|
|
52348
|
+
i0.ɵɵrepeaterCreate(5, SymphiqCreateAccountDashboardComponent_Conditional_23_Conditional_3_Conditional_14_For_6_Template, 3, 3, "div", 72, _forTrack0$q);
|
|
52349
52349
|
i0.ɵɵelementEnd()();
|
|
52350
52350
|
} if (rf & 2) {
|
|
52351
52351
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
@@ -53139,7 +53139,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53139
53139
|
}
|
|
53140
53140
|
static { this.ɵfac = function SymphiqCreateAccountDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqCreateAccountDashboardComponent)(); }; }
|
|
53141
53141
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqCreateAccountDashboardComponent, selectors: [["symphiq-create-account-dashboard"]], viewQuery: function SymphiqCreateAccountDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
53142
|
-
i0.ɵɵviewQuery(_c0$
|
|
53142
|
+
i0.ɵɵviewQuery(_c0$y, 5);
|
|
53143
53143
|
} if (rf & 2) {
|
|
53144
53144
|
let _t;
|
|
53145
53145
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -53760,7 +53760,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
53760
53760
|
}] }); })();
|
|
53761
53761
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqCreateAccountDashboardComponent, { className: "SymphiqCreateAccountDashboardComponent", filePath: "lib/components/create-account-dashboard/symphiq-create-account-dashboard.component.ts", lineNumber: 642 }); })();
|
|
53762
53762
|
|
|
53763
|
-
const _forTrack0$
|
|
53763
|
+
const _forTrack0$p = ($index, $item) => $item.id;
|
|
53764
53764
|
function SymphiqConnectGaDashboardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
53765
53765
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 14)(2, "div", 15);
|
|
53766
53766
|
i0.ɵɵelement(3, "symphiq-indeterminate-spinner", 16);
|
|
@@ -53989,7 +53989,7 @@ function SymphiqConnectGaDashboardComponent_Conditional_23_Conditional_14_For_2_
|
|
|
53989
53989
|
function SymphiqConnectGaDashboardComponent_Conditional_23_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
53990
53990
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
53991
53991
|
i0.ɵɵelementStart(0, "div", 56);
|
|
53992
|
-
i0.ɵɵrepeaterCreate(1, SymphiqConnectGaDashboardComponent_Conditional_23_Conditional_14_For_2_Template, 11, 8, "label", 57, _forTrack0$
|
|
53992
|
+
i0.ɵɵrepeaterCreate(1, SymphiqConnectGaDashboardComponent_Conditional_23_Conditional_14_For_2_Template, 11, 8, "label", 57, _forTrack0$p);
|
|
53993
53993
|
i0.ɵɵelementEnd();
|
|
53994
53994
|
i0.ɵɵelement(3, "div", 58);
|
|
53995
53995
|
i0.ɵɵelementStart(4, "button", 59);
|
|
@@ -55945,7 +55945,7 @@ class TargetChangeBadgeComponent {
|
|
|
55945
55945
|
}], () => [{ type: i0.ElementRef }], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], percentageChange: [{ type: i0.Input, args: [{ isSignal: true, alias: "percentageChange", required: false }] }], metric: [{ type: i0.Input, args: [{ isSignal: true, alias: "metric", required: false }] }], priorYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "priorYear", required: false }] }], isCompact: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompact", required: false }] }] }); })();
|
|
55946
55946
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TargetChangeBadgeComponent, { className: "TargetChangeBadgeComponent", filePath: "lib/components/revenue-calculator-dashboard/target-change-badge.component.ts", lineNumber: 27 }); })();
|
|
55947
55947
|
|
|
55948
|
-
const _forTrack0$
|
|
55948
|
+
const _forTrack0$o = ($index, $item) => $item.stageMetric.metric;
|
|
55949
55949
|
const _forTrack1$3 = ($index, $item) => $item.calc.metric;
|
|
55950
55950
|
function FunnelMetricsVisualizationComponent_For_4_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
55951
55951
|
i0.ɵɵelementStart(0, "button", 7);
|
|
@@ -56462,7 +56462,7 @@ class FunnelMetricsVisualizationComponent {
|
|
|
56462
56462
|
i0.ɵɵelementStart(0, "div", 0);
|
|
56463
56463
|
i0.ɵɵelement(1, "symphiq-tooltip-container");
|
|
56464
56464
|
i0.ɵɵelementStart(2, "div", 1);
|
|
56465
|
-
i0.ɵɵrepeaterCreate(3, FunnelMetricsVisualizationComponent_For_4_Template, 28, 15, "div", 2, _forTrack0$
|
|
56465
|
+
i0.ɵɵrepeaterCreate(3, FunnelMetricsVisualizationComponent_For_4_Template, 28, 15, "div", 2, _forTrack0$o);
|
|
56466
56466
|
i0.ɵɵelementEnd()();
|
|
56467
56467
|
} if (rf & 2) {
|
|
56468
56468
|
i0.ɵɵadvance(3);
|
|
@@ -57177,7 +57177,7 @@ class ChartValueFormatter {
|
|
|
57177
57177
|
}
|
|
57178
57178
|
}
|
|
57179
57179
|
|
|
57180
|
-
const _c0$
|
|
57180
|
+
const _c0$x = ["chartdiv"];
|
|
57181
57181
|
class AreaChartComponent {
|
|
57182
57182
|
constructor() {
|
|
57183
57183
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -57486,7 +57486,7 @@ class AreaChartComponent {
|
|
|
57486
57486
|
}
|
|
57487
57487
|
static { this.ɵfac = function AreaChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AreaChartComponent)(); }; }
|
|
57488
57488
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AreaChartComponent, selectors: [["symphiq-area-chart"]], viewQuery: function AreaChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
57489
|
-
i0.ɵɵviewQuery(_c0$
|
|
57489
|
+
i0.ɵɵviewQuery(_c0$x, 7);
|
|
57490
57490
|
} if (rf & 2) {
|
|
57491
57491
|
let _t;
|
|
57492
57492
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -57518,7 +57518,7 @@ var areaChart_component = /*#__PURE__*/Object.freeze({
|
|
|
57518
57518
|
AreaChartComponent: AreaChartComponent
|
|
57519
57519
|
});
|
|
57520
57520
|
|
|
57521
|
-
const _c0$
|
|
57521
|
+
const _c0$w = ["chartdiv"];
|
|
57522
57522
|
class LineChartComponent {
|
|
57523
57523
|
constructor() {
|
|
57524
57524
|
this.chart = input({}, ...(ngDevMode ? [{ debugName: "chart" }] : []));
|
|
@@ -57968,7 +57968,7 @@ class LineChartComponent {
|
|
|
57968
57968
|
}
|
|
57969
57969
|
static { this.ɵfac = function LineChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LineChartComponent)(); }; }
|
|
57970
57970
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LineChartComponent, selectors: [["symphiq-line-chart"]], viewQuery: function LineChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
57971
|
-
i0.ɵɵviewQuery(_c0$
|
|
57971
|
+
i0.ɵɵviewQuery(_c0$w, 7);
|
|
57972
57972
|
} if (rf & 2) {
|
|
57973
57973
|
let _t;
|
|
57974
57974
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -58000,7 +58000,7 @@ var lineChart_component = /*#__PURE__*/Object.freeze({
|
|
|
58000
58000
|
LineChartComponent: LineChartComponent
|
|
58001
58001
|
});
|
|
58002
58002
|
|
|
58003
|
-
const _c0$
|
|
58003
|
+
const _c0$v = ["chartdiv"];
|
|
58004
58004
|
class ProgressToTargetChartComponent {
|
|
58005
58005
|
constructor() {
|
|
58006
58006
|
this.data = input(null, ...(ngDevMode ? [{ debugName: "data" }] : []));
|
|
@@ -58251,7 +58251,7 @@ class ProgressToTargetChartComponent {
|
|
|
58251
58251
|
}
|
|
58252
58252
|
static { this.ɵfac = function ProgressToTargetChartComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressToTargetChartComponent)(); }; }
|
|
58253
58253
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressToTargetChartComponent, selectors: [["symphiq-progress-to-target-chart"]], viewQuery: function ProgressToTargetChartComponent_Query(rf, ctx) { if (rf & 1) {
|
|
58254
|
-
i0.ɵɵviewQuery(_c0$
|
|
58254
|
+
i0.ɵɵviewQuery(_c0$v, 7);
|
|
58255
58255
|
} if (rf & 2) {
|
|
58256
58256
|
let _t;
|
|
58257
58257
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -58274,7 +58274,7 @@ class ProgressToTargetChartComponent {
|
|
|
58274
58274
|
}] }); })();
|
|
58275
58275
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressToTargetChartComponent, { className: "ProgressToTargetChartComponent", filePath: "lib/components/revenue-calculator-dashboard/progress-to-target-chart.component.ts", lineNumber: 66 }); })();
|
|
58276
58276
|
|
|
58277
|
-
const _forTrack0$
|
|
58277
|
+
const _forTrack0$n = ($index, $item) => $item.metric;
|
|
58278
58278
|
function MetricReportModalComponent_Conditional_0_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
58279
58279
|
i0.ɵɵelementStart(0, "button", 10);
|
|
58280
58280
|
i0.ɵɵnamespaceSVG();
|
|
@@ -58410,7 +58410,7 @@ function MetricReportModalComponent_Conditional_0_Conditional_65_Template(rf, ct
|
|
|
58410
58410
|
i0.ɵɵtext(12, "Improve by");
|
|
58411
58411
|
i0.ɵɵelementEnd()()();
|
|
58412
58412
|
i0.ɵɵelementStart(13, "tbody");
|
|
58413
|
-
i0.ɵɵrepeaterCreate(14, MetricReportModalComponent_Conditional_0_Conditional_65_For_15_Template, 15, 7, "tr", 47, _forTrack0$
|
|
58413
|
+
i0.ɵɵrepeaterCreate(14, MetricReportModalComponent_Conditional_0_Conditional_65_For_15_Template, 15, 7, "tr", 47, _forTrack0$n);
|
|
58414
58414
|
i0.ɵɵelementEnd()()()();
|
|
58415
58415
|
} if (rf & 2) {
|
|
58416
58416
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -59725,9 +59725,9 @@ class MetricReportModalComponent {
|
|
|
59725
59725
|
}] }); })();
|
|
59726
59726
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricReportModalComponent, { className: "MetricReportModalComponent", filePath: "lib/components/revenue-calculator-dashboard/metric-report-modal.component.ts", lineNumber: 483 }); })();
|
|
59727
59727
|
|
|
59728
|
-
const _c0$
|
|
59729
|
-
const _c1$
|
|
59730
|
-
const _forTrack0$
|
|
59728
|
+
const _c0$u = ["absoluteInputRef"];
|
|
59729
|
+
const _c1$d = ["percentageInputRef"];
|
|
59730
|
+
const _forTrack0$m = ($index, $item) => $item.id;
|
|
59731
59731
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
59732
59732
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
59733
59733
|
i0.ɵɵelementStart(0, "div", 18);
|
|
@@ -60175,7 +60175,7 @@ function EditMetricTargetModalComponent_Conditional_0_Conditional_37_Template(rf
|
|
|
60175
60175
|
i0.ɵɵtext(8, "Amount set");
|
|
60176
60176
|
i0.ɵɵelementEnd()();
|
|
60177
60177
|
i0.ɵɵelementStart(9, "div", 61);
|
|
60178
|
-
i0.ɵɵrepeaterCreate(10, EditMetricTargetModalComponent_Conditional_0_Conditional_37_For_11_Template, 9, 5, "div", 62, _forTrack0$
|
|
60178
|
+
i0.ɵɵrepeaterCreate(10, EditMetricTargetModalComponent_Conditional_0_Conditional_37_For_11_Template, 9, 5, "div", 62, _forTrack0$m);
|
|
60179
60179
|
i0.ɵɵelementEnd()()();
|
|
60180
60180
|
} if (rf & 2) {
|
|
60181
60181
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -60945,8 +60945,8 @@ class EditMetricTargetModalComponent {
|
|
|
60945
60945
|
}
|
|
60946
60946
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
60947
60947
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
60948
|
-
i0.ɵɵviewQuery(_c0$
|
|
60949
|
-
i0.ɵɵviewQuery(_c1$
|
|
60948
|
+
i0.ɵɵviewQuery(_c0$u, 5);
|
|
60949
|
+
i0.ɵɵviewQuery(_c1$d, 5);
|
|
60950
60950
|
} if (rf & 2) {
|
|
60951
60951
|
let _t;
|
|
60952
60952
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -61396,8 +61396,8 @@ class EditMetricTargetModalComponent {
|
|
|
61396
61396
|
}] }); })();
|
|
61397
61397
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 424 }); })();
|
|
61398
61398
|
|
|
61399
|
-
const _c0$
|
|
61400
|
-
const _c1$
|
|
61399
|
+
const _c0$t = ["absoluteInputRef"];
|
|
61400
|
+
const _c1$c = ["percentageInputRef"];
|
|
61401
61401
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
61402
61402
|
i0.ɵɵtext(0);
|
|
61403
61403
|
} if (rf & 2) {
|
|
@@ -62688,8 +62688,8 @@ class InitialTargetSettingComponent {
|
|
|
62688
62688
|
}
|
|
62689
62689
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
62690
62690
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
62691
|
-
i0.ɵɵviewQuery(_c0$
|
|
62692
|
-
i0.ɵɵviewQuery(_c1$
|
|
62691
|
+
i0.ɵɵviewQuery(_c0$t, 5);
|
|
62692
|
+
i0.ɵɵviewQuery(_c1$c, 5);
|
|
62693
62693
|
} if (rf & 2) {
|
|
62694
62694
|
let _t;
|
|
62695
62695
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -63298,7 +63298,7 @@ class InitialTargetSettingComponent {
|
|
|
63298
63298
|
}], 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"] }] }); })();
|
|
63299
63299
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 626 }); })();
|
|
63300
63300
|
|
|
63301
|
-
const _c0$
|
|
63301
|
+
const _c0$s = () => [];
|
|
63302
63302
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
63303
63303
|
i0.ɵɵelementStart(0, "div", 12);
|
|
63304
63304
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 14);
|
|
@@ -63342,7 +63342,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template(rf,
|
|
|
63342
63342
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
63343
63343
|
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", ctx_r0.hasCurrentYearTargets())("isOnboarded", ctx_r0.isOnboarded());
|
|
63344
63344
|
i0.ɵɵadvance(2);
|
|
63345
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$
|
|
63345
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$s))("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$s))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(19, _c0$s));
|
|
63346
63346
|
} }
|
|
63347
63347
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63348
63348
|
i0.ɵɵnamespaceSVG();
|
|
@@ -64215,8 +64215,8 @@ class HierarchyDisplayComponent {
|
|
|
64215
64215
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
64216
64216
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
64217
64217
|
|
|
64218
|
-
const _c0$
|
|
64219
|
-
const _c1$
|
|
64218
|
+
const _c0$r = a0 => ({ name: "chart-bar", source: a0 });
|
|
64219
|
+
const _c1$b = a0 => ({ name: "light-bulb", source: a0 });
|
|
64220
64220
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
64221
64221
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
64222
64222
|
i0.ɵɵelementStart(0, "div", 7)(1, "button", 8);
|
|
@@ -64411,7 +64411,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
64411
64411
|
i0.ɵɵadvance();
|
|
64412
64412
|
i0.ɵɵproperty("ngClass", ctx.getSectionClasses());
|
|
64413
64413
|
i0.ɵɵadvance(2);
|
|
64414
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
64414
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$r, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getSectionIconClasses());
|
|
64415
64415
|
i0.ɵɵadvance();
|
|
64416
64416
|
i0.ɵɵproperty("ngClass", ctx.getSectionTitleClasses());
|
|
64417
64417
|
i0.ɵɵadvance(2);
|
|
@@ -64421,7 +64421,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
64421
64421
|
i0.ɵɵadvance();
|
|
64422
64422
|
i0.ɵɵproperty("ngClass", ctx.getSectionClasses());
|
|
64423
64423
|
i0.ɵɵadvance(2);
|
|
64424
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c1$
|
|
64424
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c1$b, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getSectionIconClasses());
|
|
64425
64425
|
i0.ɵɵadvance();
|
|
64426
64426
|
i0.ɵɵproperty("ngClass", ctx.getSectionTitleClasses());
|
|
64427
64427
|
i0.ɵɵadvance(2);
|
|
@@ -65258,8 +65258,8 @@ class SearchButtonComponent {
|
|
|
65258
65258
|
}], 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"] }] }); })();
|
|
65259
65259
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
65260
65260
|
|
|
65261
|
-
const _c0$
|
|
65262
|
-
const _forTrack0$
|
|
65261
|
+
const _c0$q = ["searchInput"];
|
|
65262
|
+
const _forTrack0$l = ($index, $item) => $item.id;
|
|
65263
65263
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65264
65264
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
65265
65265
|
i0.ɵɵelementStart(0, "button", 18);
|
|
@@ -65387,7 +65387,7 @@ function SearchModalComponent_Conditional_0_Conditional_14_For_2_Template(rf, ct
|
|
|
65387
65387
|
} }
|
|
65388
65388
|
function SearchModalComponent_Conditional_0_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
65389
65389
|
i0.ɵɵelementStart(0, "div", 15);
|
|
65390
|
-
i0.ɵɵrepeaterCreate(1, SearchModalComponent_Conditional_0_Conditional_14_For_2_Template, 17, 13, "button", 19, _forTrack0$
|
|
65390
|
+
i0.ɵɵrepeaterCreate(1, SearchModalComponent_Conditional_0_Conditional_14_For_2_Template, 17, 13, "button", 19, _forTrack0$l);
|
|
65391
65391
|
i0.ɵɵelementEnd();
|
|
65392
65392
|
} if (rf & 2) {
|
|
65393
65393
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -65623,7 +65623,7 @@ class SearchModalComponent {
|
|
|
65623
65623
|
}
|
|
65624
65624
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
65625
65625
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
65626
|
-
i0.ɵɵviewQuery(_c0$
|
|
65626
|
+
i0.ɵɵviewQuery(_c0$q, 5);
|
|
65627
65627
|
} if (rf & 2) {
|
|
65628
65628
|
let _t;
|
|
65629
65629
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -66520,8 +66520,8 @@ class SimplifiedRecommendationCardComponent {
|
|
|
66520
66520
|
}], 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"] }] }); })();
|
|
66521
66521
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
66522
66522
|
|
|
66523
|
-
const _c0$
|
|
66524
|
-
const _forTrack0$
|
|
66523
|
+
const _c0$p = () => [0, 1, 2];
|
|
66524
|
+
const _forTrack0$k = ($index, $item) => $item.id;
|
|
66525
66525
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
66526
66526
|
i0.ɵɵelementStart(0, "div", 9);
|
|
66527
66527
|
i0.ɵɵtext(1);
|
|
@@ -66545,7 +66545,7 @@ function RecommendationsTiledGridComponent_Conditional_14_For_2_Template(rf, ctx
|
|
|
66545
66545
|
} }
|
|
66546
66546
|
function RecommendationsTiledGridComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
66547
66547
|
i0.ɵɵelementStart(0, "div", 11);
|
|
66548
|
-
i0.ɵɵrepeaterCreate(1, RecommendationsTiledGridComponent_Conditional_14_For_2_Template, 1, 3, "symphiq-simplified-recommendation-card", 13, _forTrack0$
|
|
66548
|
+
i0.ɵɵrepeaterCreate(1, RecommendationsTiledGridComponent_Conditional_14_For_2_Template, 1, 3, "symphiq-simplified-recommendation-card", 13, _forTrack0$k);
|
|
66549
66549
|
i0.ɵɵelementEnd();
|
|
66550
66550
|
} if (rf & 2) {
|
|
66551
66551
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -66590,7 +66590,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
66590
66590
|
i0.ɵɵelementEnd();
|
|
66591
66591
|
} if (rf & 2) {
|
|
66592
66592
|
i0.ɵɵadvance();
|
|
66593
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
66593
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$p));
|
|
66594
66594
|
} }
|
|
66595
66595
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
66596
66596
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -66837,7 +66837,7 @@ class RecommendationsTiledGridComponent {
|
|
|
66837
66837
|
}], null, { recommendations: [{ type: i0.Input, args: [{ isSignal: true, alias: "recommendations", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
66838
66838
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecommendationsTiledGridComponent, { className: "RecommendationsTiledGridComponent", filePath: "lib/components/business-analysis-dashboard/recommendations-tiled-grid.component.ts", lineNumber: 92 }); })();
|
|
66839
66839
|
|
|
66840
|
-
const _forTrack0$
|
|
66840
|
+
const _forTrack0$j = ($index, $item) => $item.id;
|
|
66841
66841
|
function CollapsibleSectionGroupComponent_For_23_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
66842
66842
|
i0.ɵɵelementStart(0, "div", 20);
|
|
66843
66843
|
i0.ɵɵelement(1, "symphiq-icon", 30);
|
|
@@ -67064,7 +67064,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
67064
67064
|
i0.ɵɵtext(20, " The information below was gathered from your website and competitor research. While recommendations above are based on this initial analysis, connecting your GA4 data will provide quantitative insights that dramatically improve recommendation accuracy. ");
|
|
67065
67065
|
i0.ɵɵelementEnd()()();
|
|
67066
67066
|
i0.ɵɵelementStart(21, "div", 16);
|
|
67067
|
-
i0.ɵɵrepeaterCreate(22, CollapsibleSectionGroupComponent_For_23_Template, 15, 17, "div", 17, _forTrack0$
|
|
67067
|
+
i0.ɵɵrepeaterCreate(22, CollapsibleSectionGroupComponent_For_23_Template, 15, 17, "div", 17, _forTrack0$j);
|
|
67068
67068
|
i0.ɵɵelementEnd()()();
|
|
67069
67069
|
} if (rf & 2) {
|
|
67070
67070
|
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
@@ -67188,7 +67188,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
67188
67188
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
67189
67189
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 100 }); })();
|
|
67190
67190
|
|
|
67191
|
-
const _c0$
|
|
67191
|
+
const _c0$o = () => [];
|
|
67192
67192
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
67193
67193
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
67194
67194
|
i0.ɵɵelementStart(0, "div", 8)(1, "symphiq-search-button", 20);
|
|
@@ -67332,7 +67332,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_
|
|
|
67332
67332
|
const ɵ$index_113_r7 = i0.ɵɵnextContext().$index;
|
|
67333
67333
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
67334
67334
|
i0.ɵɵadvance();
|
|
67335
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
67335
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$o));
|
|
67336
67336
|
} }
|
|
67337
67337
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
67338
67338
|
i0.ɵɵelement(0, "symphiq-profile-section", 36);
|
|
@@ -69997,8 +69997,8 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
69997
69997
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
69998
69998
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaHealthIndicatorComponent, { className: "FocusAreaHealthIndicatorComponent", filePath: "lib/components/profile-analysis-dashboard/focus-area-health-indicator.component.ts", lineNumber: 46 }); })();
|
|
69999
69999
|
|
|
70000
|
-
const _c0$
|
|
70001
|
-
const _forTrack0$
|
|
70000
|
+
const _c0$n = a0 => ({ name: "chevron-right", source: a0 });
|
|
70001
|
+
const _forTrack0$i = ($index, $item) => $item.id;
|
|
70002
70002
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
70003
70003
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
70004
70004
|
i0.ɵɵelementStart(0, "button", 2);
|
|
@@ -70015,11 +70015,11 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
70015
70015
|
i0.ɵɵadvance(2);
|
|
70016
70016
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
70017
70017
|
i0.ɵɵadvance();
|
|
70018
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
70018
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$n, ctx_r2.IconSourceEnum.HEROICONS));
|
|
70019
70019
|
} }
|
|
70020
70020
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
70021
70021
|
i0.ɵɵelementStart(0, "div", 0);
|
|
70022
|
-
i0.ɵɵrepeaterCreate(1, RelatedGoalChipsComponent_Conditional_0_For_2_Template, 4, 5, "button", 1, _forTrack0$
|
|
70022
|
+
i0.ɵɵrepeaterCreate(1, RelatedGoalChipsComponent_Conditional_0_For_2_Template, 4, 5, "button", 1, _forTrack0$i);
|
|
70023
70023
|
i0.ɵɵelementEnd();
|
|
70024
70024
|
} if (rf & 2) {
|
|
70025
70025
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -70088,8 +70088,8 @@ class RelatedGoalChipsComponent {
|
|
|
70088
70088
|
}], 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 }] }] }); })();
|
|
70089
70089
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedGoalChipsComponent, { className: "RelatedGoalChipsComponent", filePath: "lib/components/profile-analysis-dashboard/shared/related-goal-chips.component.ts", lineNumber: 31 }); })();
|
|
70090
70090
|
|
|
70091
|
-
const _c0$
|
|
70092
|
-
const _c1$
|
|
70091
|
+
const _c0$m = a0 => ({ name: "chevron-right", source: a0 });
|
|
70092
|
+
const _c1$a = a0 => ({ name: "chevron-down", source: a0 });
|
|
70093
70093
|
const _c2$7 = a0 => [a0];
|
|
70094
70094
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
70095
70095
|
i0.ɵɵelement(0, "symphiq-grade-badge", 7);
|
|
@@ -70417,7 +70417,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70417
70417
|
i0.ɵɵadvance(2);
|
|
70418
70418
|
i0.ɵɵproperty("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
70419
70419
|
i0.ɵɵadvance(2);
|
|
70420
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
70420
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$m, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
70421
70421
|
i0.ɵɵadvance();
|
|
70422
70422
|
i0.ɵɵproperty("ngClass", ctx.getQuickWinsStatCardClasses());
|
|
70423
70423
|
i0.ɵɵadvance();
|
|
@@ -70429,7 +70429,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70429
70429
|
i0.ɵɵadvance(2);
|
|
70430
70430
|
i0.ɵɵproperty("ngClass", ctx.getQuickWinsButtonTextClasses());
|
|
70431
70431
|
i0.ɵɵadvance(2);
|
|
70432
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c1$
|
|
70432
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(24, _c1$a, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getQuickWinsButtonTextClasses());
|
|
70433
70433
|
i0.ɵɵadvance();
|
|
70434
70434
|
i0.ɵɵconditional(((tmp_21_0 = ctx.summary()) == null ? null : tmp_21_0.quickWins == null ? null : tmp_21_0.quickWins.length) ? 33 : -1);
|
|
70435
70435
|
} }, dependencies: [CommonModule, i1$1.NgClass, GradeBadgeComponent,
|
|
@@ -70628,8 +70628,8 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70628
70628
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], summary: [{ type: i0.Input, args: [{ isSignal: true, alias: "summary", 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"] }] }); })();
|
|
70629
70629
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaExecutiveSummaryComponent, { className: "FocusAreaExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-dashboard/focus-area-executive-summary.component.ts", lineNumber: 195 }); })();
|
|
70630
70630
|
|
|
70631
|
-
const _c0$
|
|
70632
|
-
const _c1$
|
|
70631
|
+
const _c0$l = a0 => ({ name: "chart-bar", source: a0 });
|
|
70632
|
+
const _c1$9 = a0 => ({ name: "signal", source: a0 });
|
|
70633
70633
|
const _c2$6 = (a0, a1) => ({ name: a0, source: a1 });
|
|
70634
70634
|
const _c3$5 = a0 => ({ name: "flag", source: a0 });
|
|
70635
70635
|
const _c4$2 = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
@@ -70684,7 +70684,7 @@ function MetricExecutiveSummaryComponent_Conditional_17_Template(rf, ctx) { if (
|
|
|
70684
70684
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
70685
70685
|
i0.ɵɵproperty("ngClass", ctx_r0.metricCardClasses());
|
|
70686
70686
|
i0.ɵɵadvance(2);
|
|
70687
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$
|
|
70687
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c1$9, ctx_r0.iconSource))("ngClass", ctx_r0.metricLabelClasses());
|
|
70688
70688
|
i0.ɵɵadvance();
|
|
70689
70689
|
i0.ɵɵproperty("ngClass", ctx_r0.metricLabelClasses());
|
|
70690
70690
|
i0.ɵɵadvance(2);
|
|
@@ -71164,7 +71164,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71164
71164
|
i0.ɵɵadvance();
|
|
71165
71165
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
71166
71166
|
i0.ɵɵadvance(5);
|
|
71167
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$
|
|
71167
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$l, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
71168
71168
|
i0.ɵɵadvance();
|
|
71169
71169
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
71170
71170
|
i0.ɵɵadvance();
|
|
@@ -71483,7 +71483,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71483
71483
|
}], 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"] }] }); })();
|
|
71484
71484
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricExecutiveSummaryComponent, { className: "MetricExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-dashboard/metric-executive-summary.component.ts", lineNumber: 287 }); })();
|
|
71485
71485
|
|
|
71486
|
-
const _c0$
|
|
71486
|
+
const _c0$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
71487
71487
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
71488
71488
|
i0.ɵɵelementStart(0, "span", 12);
|
|
71489
71489
|
i0.ɵɵtext(1);
|
|
@@ -71768,7 +71768,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
71768
71768
|
i0.ɵɵadvance();
|
|
71769
71769
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
71770
71770
|
i0.ɵɵadvance();
|
|
71771
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
71771
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$k, ctx_r0.IconSourceEnum.HEROICONS));
|
|
71772
71772
|
} }
|
|
71773
71773
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
71774
71774
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -72390,7 +72390,7 @@ class GoalCardComponent {
|
|
|
72390
72390
|
}], () => [], { 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 }] }] }); })();
|
|
72391
72391
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
72392
72392
|
|
|
72393
|
-
const _c0$
|
|
72393
|
+
const _c0$j = a0 => ({ name: "link", source: a0 });
|
|
72394
72394
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
72395
72395
|
i0.ɵɵelementStart(0, "p", 4);
|
|
72396
72396
|
i0.ɵɵtext(1);
|
|
@@ -72453,7 +72453,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
72453
72453
|
} if (rf & 2) {
|
|
72454
72454
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
72455
72455
|
i0.ɵɵadvance(2);
|
|
72456
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
72456
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$j, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
72457
72457
|
i0.ɵɵadvance();
|
|
72458
72458
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
72459
72459
|
i0.ɵɵadvance(2);
|
|
@@ -72878,7 +72878,7 @@ class CapabilityMatrixCardComponent {
|
|
|
72878
72878
|
}], () => [], { capability: [{ type: i0.Input, args: [{ isSignal: true, alias: "capability", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }] }); })();
|
|
72879
72879
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CapabilityMatrixCardComponent, { className: "CapabilityMatrixCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/capability-matrix-card.component.ts", lineNumber: 118 }); })();
|
|
72880
72880
|
|
|
72881
|
-
const _forTrack0$
|
|
72881
|
+
const _forTrack0$h = ($index, $item) => $item.competitorId || $index;
|
|
72882
72882
|
function CompetitiveComparisonCardComponent_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
72883
72883
|
i0.ɵɵelementStart(0, "span", 15);
|
|
72884
72884
|
i0.ɵɵtext(1);
|
|
@@ -72991,7 +72991,7 @@ function CompetitiveComparisonCardComponent_Conditional_13_Template(rf, ctx) { i
|
|
|
72991
72991
|
i0.ɵɵelementStart(0, "div", 12)(1, "h6", 21);
|
|
72992
72992
|
i0.ɵɵtext(2, " Competitor Positions ");
|
|
72993
72993
|
i0.ɵɵelementEnd();
|
|
72994
|
-
i0.ɵɵrepeaterCreate(3, CompetitiveComparisonCardComponent_Conditional_13_For_4_Template, 7, 6, "div", 22, _forTrack0$
|
|
72994
|
+
i0.ɵɵrepeaterCreate(3, CompetitiveComparisonCardComponent_Conditional_13_For_4_Template, 7, 6, "div", 22, _forTrack0$h);
|
|
72995
72995
|
i0.ɵɵelementEnd();
|
|
72996
72996
|
} if (rf & 2) {
|
|
72997
72997
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -73372,8 +73372,8 @@ class CompetitiveComparisonCardComponent {
|
|
|
73372
73372
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73373
73373
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 125 }); })();
|
|
73374
73374
|
|
|
73375
|
-
const _c0$
|
|
73376
|
-
const _forTrack0$
|
|
73375
|
+
const _c0$i = a0 => ({ name: "chevron-right", source: a0 });
|
|
73376
|
+
const _forTrack0$g = ($index, $item) => $item.id;
|
|
73377
73377
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
73378
73378
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
73379
73379
|
i0.ɵɵelementStart(0, "button", 15);
|
|
@@ -73390,7 +73390,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
73390
73390
|
i0.ɵɵadvance(2);
|
|
73391
73391
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
73392
73392
|
i0.ɵɵadvance();
|
|
73393
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73393
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$i, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73394
73394
|
} }
|
|
73395
73395
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
73396
73396
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -73402,7 +73402,7 @@ function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1
|
|
|
73402
73402
|
i0.ɵɵelementEnd();
|
|
73403
73403
|
i0.ɵɵnamespaceHTML();
|
|
73404
73404
|
i0.ɵɵelementStart(5, "div", 13);
|
|
73405
|
-
i0.ɵɵrepeaterCreate(6, PhaseTimelineCardComponent_Conditional_8_For_7_Template, 4, 5, "button", 14, _forTrack0$
|
|
73405
|
+
i0.ɵɵrepeaterCreate(6, PhaseTimelineCardComponent_Conditional_8_For_7_Template, 4, 5, "button", 14, _forTrack0$g);
|
|
73406
73406
|
i0.ɵɵelementEnd()();
|
|
73407
73407
|
} if (rf & 2) {
|
|
73408
73408
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -73798,7 +73798,7 @@ class PhaseTimelineCardComponent {
|
|
|
73798
73798
|
}], () => [], { 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 }] }] }); })();
|
|
73799
73799
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 123 }); })();
|
|
73800
73800
|
|
|
73801
|
-
const _c0$
|
|
73801
|
+
const _c0$h = a0 => ({ name: "chevron-right", source: a0 });
|
|
73802
73802
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
73803
73803
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
73804
73804
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -73844,7 +73844,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
73844
73844
|
i0.ɵɵadvance(4);
|
|
73845
73845
|
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" : "");
|
|
73846
73846
|
i0.ɵɵadvance();
|
|
73847
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73847
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$h, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73848
73848
|
} }
|
|
73849
73849
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
73850
73850
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -73867,7 +73867,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
73867
73867
|
i0.ɵɵadvance(4);
|
|
73868
73868
|
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" : "");
|
|
73869
73869
|
i0.ɵɵadvance();
|
|
73870
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73870
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$h, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73871
73871
|
} }
|
|
73872
73872
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
73873
73873
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -73890,7 +73890,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
73890
73890
|
i0.ɵɵadvance(4);
|
|
73891
73891
|
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");
|
|
73892
73892
|
i0.ɵɵadvance();
|
|
73893
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73893
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$h, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73894
73894
|
} }
|
|
73895
73895
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
73896
73896
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -74397,9 +74397,9 @@ class OperationalCategoryCardComponent {
|
|
|
74397
74397
|
}], () => [], { 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"] }] }); })();
|
|
74398
74398
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
74399
74399
|
|
|
74400
|
-
const _c0$
|
|
74401
|
-
const _c1$
|
|
74402
|
-
const _forTrack0$
|
|
74400
|
+
const _c0$g = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
74401
|
+
const _c1$8 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74402
|
+
const _forTrack0$f = ($index, $item) => $item.questionId;
|
|
74403
74403
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
74404
74404
|
i0.ɵɵelementStart(0, "div", 13)(1, "p", 14);
|
|
74405
74405
|
i0.ɵɵtext(2);
|
|
@@ -74419,13 +74419,13 @@ function KeyDriverCardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
|
74419
74419
|
i0.ɵɵelementStart(3, "span", 12);
|
|
74420
74420
|
i0.ɵɵtext(4, " Supporting Profile Insights ");
|
|
74421
74421
|
i0.ɵɵelementEnd()();
|
|
74422
|
-
i0.ɵɵrepeaterCreate(5, KeyDriverCardComponent_Conditional_12_For_6_Template, 3, 3, "div", 13, _forTrack0$
|
|
74422
|
+
i0.ɵɵrepeaterCreate(5, KeyDriverCardComponent_Conditional_12_For_6_Template, 3, 3, "div", 13, _forTrack0$f);
|
|
74423
74423
|
i0.ɵɵelementEnd();
|
|
74424
74424
|
} if (rf & 2) {
|
|
74425
74425
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
74426
74426
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingAnswersClasses());
|
|
74427
74427
|
i0.ɵɵadvance(2);
|
|
74428
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$
|
|
74428
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$8, ctx_r1.iconSource))("ngClass", ctx_r1.supportingLabelClasses());
|
|
74429
74429
|
i0.ɵɵadvance();
|
|
74430
74430
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingLabelClasses());
|
|
74431
74431
|
i0.ɵɵadvance(2);
|
|
@@ -74531,7 +74531,7 @@ class KeyDriverCardComponent {
|
|
|
74531
74531
|
i0.ɵɵadvance(3);
|
|
74532
74532
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74533
74533
|
i0.ɵɵadvance();
|
|
74534
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
74534
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$g, ctx.iconSource));
|
|
74535
74535
|
i0.ɵɵadvance(2);
|
|
74536
74536
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74537
74537
|
i0.ɵɵadvance();
|
|
@@ -74607,9 +74607,9 @@ class KeyDriverCardComponent {
|
|
|
74607
74607
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74608
74608
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
74609
74609
|
|
|
74610
|
-
const _c0$
|
|
74611
|
-
const _c1$
|
|
74612
|
-
const _forTrack0$
|
|
74610
|
+
const _c0$f = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
74611
|
+
const _c1$7 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74612
|
+
const _forTrack0$e = ($index, $item) => $item.questionId;
|
|
74613
74613
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
74614
74614
|
i0.ɵɵelementStart(0, "div", 13)(1, "p", 14);
|
|
74615
74615
|
i0.ɵɵtext(2);
|
|
@@ -74629,13 +74629,13 @@ function BottleneckCardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1)
|
|
|
74629
74629
|
i0.ɵɵelementStart(3, "span", 12);
|
|
74630
74630
|
i0.ɵɵtext(4, " Supporting Profile Insights ");
|
|
74631
74631
|
i0.ɵɵelementEnd()();
|
|
74632
|
-
i0.ɵɵrepeaterCreate(5, BottleneckCardComponent_Conditional_12_For_6_Template, 3, 3, "div", 13, _forTrack0$
|
|
74632
|
+
i0.ɵɵrepeaterCreate(5, BottleneckCardComponent_Conditional_12_For_6_Template, 3, 3, "div", 13, _forTrack0$e);
|
|
74633
74633
|
i0.ɵɵelementEnd();
|
|
74634
74634
|
} if (rf & 2) {
|
|
74635
74635
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
74636
74636
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingAnswersClasses());
|
|
74637
74637
|
i0.ɵɵadvance(2);
|
|
74638
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$
|
|
74638
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$7, ctx_r1.iconSource))("ngClass", ctx_r1.supportingLabelClasses());
|
|
74639
74639
|
i0.ɵɵadvance();
|
|
74640
74640
|
i0.ɵɵproperty("ngClass", ctx_r1.supportingLabelClasses());
|
|
74641
74641
|
i0.ɵɵadvance(2);
|
|
@@ -74763,7 +74763,7 @@ class BottleneckCardComponent {
|
|
|
74763
74763
|
i0.ɵɵadvance(3);
|
|
74764
74764
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74765
74765
|
i0.ɵɵadvance();
|
|
74766
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
74766
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$f, ctx.iconSource));
|
|
74767
74767
|
i0.ɵɵadvance(2);
|
|
74768
74768
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74769
74769
|
i0.ɵɵadvance();
|
|
@@ -74834,11 +74834,11 @@ class BottleneckCardComponent {
|
|
|
74834
74834
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74835
74835
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
74836
74836
|
|
|
74837
|
-
const _c0$
|
|
74838
|
-
const _c1$
|
|
74837
|
+
const _c0$e = a0 => ({ name: "arrow-right", source: a0 });
|
|
74838
|
+
const _c1$6 = a0 => ({ name: "arrow-left", source: a0 });
|
|
74839
74839
|
const _c2$5 = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
74840
74840
|
const _c3$4 = a0 => ({ name: "scale", source: a0 });
|
|
74841
|
-
const _forTrack0$
|
|
74841
|
+
const _forTrack0$d = ($index, $item) => $item.metric;
|
|
74842
74842
|
function MetricRelationshipsCardComponent_Conditional_1_For_8_Template(rf, ctx) { if (rf & 1) {
|
|
74843
74843
|
i0.ɵɵelementStart(0, "span", 7);
|
|
74844
74844
|
i0.ɵɵtext(1);
|
|
@@ -74866,7 +74866,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
74866
74866
|
i0.ɵɵadvance(2);
|
|
74867
74867
|
i0.ɵɵproperty("ngClass", ctx_r1.getIconClasses("influences"));
|
|
74868
74868
|
i0.ɵɵadvance();
|
|
74869
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74869
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$e, ctx_r1.iconSource));
|
|
74870
74870
|
i0.ɵɵadvance();
|
|
74871
74871
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
74872
74872
|
i0.ɵɵadvance(3);
|
|
@@ -74899,7 +74899,7 @@ function MetricRelationshipsCardComponent_Conditional_2_Template(rf, ctx) { if (
|
|
|
74899
74899
|
i0.ɵɵadvance(2);
|
|
74900
74900
|
i0.ɵɵproperty("ngClass", ctx_r1.getIconClasses("influencedBy"));
|
|
74901
74901
|
i0.ɵɵadvance();
|
|
74902
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$
|
|
74902
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c1$6, ctx_r1.iconSource));
|
|
74903
74903
|
i0.ɵɵadvance();
|
|
74904
74904
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
74905
74905
|
i0.ɵɵadvance(3);
|
|
@@ -74937,7 +74937,7 @@ function MetricRelationshipsCardComponent_Conditional_3_Template(rf, ctx) { if (
|
|
|
74937
74937
|
i0.ɵɵtext(5, " Trade-offs ");
|
|
74938
74938
|
i0.ɵɵelementEnd()();
|
|
74939
74939
|
i0.ɵɵelementStart(6, "div", 8);
|
|
74940
|
-
i0.ɵɵrepeaterCreate(7, MetricRelationshipsCardComponent_Conditional_3_For_8_Template, 7, 9, "div", 9, _forTrack0$
|
|
74940
|
+
i0.ɵɵrepeaterCreate(7, MetricRelationshipsCardComponent_Conditional_3_For_8_Template, 7, 9, "div", 9, _forTrack0$d);
|
|
74941
74941
|
i0.ɵɵelementEnd()();
|
|
74942
74942
|
} if (rf & 2) {
|
|
74943
74943
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -75136,7 +75136,7 @@ class MetricRelationshipsCardComponent {
|
|
|
75136
75136
|
}], null, { relationships: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationships", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75137
75137
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 105 }); })();
|
|
75138
75138
|
|
|
75139
|
-
const _c0$
|
|
75139
|
+
const _c0$d = a0 => ({ name: "link", source: a0 });
|
|
75140
75140
|
function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
75141
75141
|
i0.ɵɵelementStart(0, "div", 9);
|
|
75142
75142
|
i0.ɵɵelement(1, "symphiq-icon", 10);
|
|
@@ -75147,7 +75147,7 @@ function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf &
|
|
|
75147
75147
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
75148
75148
|
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
75149
75149
|
i0.ɵɵadvance();
|
|
75150
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
75150
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$d, ctx_r0.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r0.sharedGoalsIconClasses());
|
|
75151
75151
|
i0.ɵɵadvance();
|
|
75152
75152
|
i0.ɵɵproperty("ngClass", ctx_r0.sharedGoalsTextClasses());
|
|
75153
75153
|
i0.ɵɵadvance();
|
|
@@ -75374,7 +75374,7 @@ class RelatedMetricCardComponent {
|
|
|
75374
75374
|
}], null, { metric: [{ type: i0.Input, args: [{ isSignal: true, alias: "metric", required: true }] }], relationship: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationship", required: true }] }], relationshipDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationshipDescription", required: true }] }], priority: [{ type: i0.Input, args: [{ isSignal: true, alias: "priority", required: true }] }], sharedGoalIds: [{ type: i0.Input, args: [{ isSignal: true, alias: "sharedGoalIds", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], cardClicked: [{ type: i0.Output, args: ["cardClicked"] }] }); })();
|
|
75375
75375
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricCardComponent, { className: "RelatedMetricCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/related-metric-card.component.ts", lineNumber: 68 }); })();
|
|
75376
75376
|
|
|
75377
|
-
const _forTrack0$
|
|
75377
|
+
const _forTrack0$c = ($index, $item) => $item.metric;
|
|
75378
75378
|
function RelatedMetricsListComponent_Conditional_1_For_14_Template(rf, ctx) { if (rf & 1) {
|
|
75379
75379
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
75380
75380
|
i0.ɵɵelementStart(0, "symphiq-related-metric-card", 12);
|
|
@@ -75402,7 +75402,7 @@ function RelatedMetricsListComponent_Conditional_1_Template(rf, ctx) { if (rf &
|
|
|
75402
75402
|
i0.ɵɵtext(11);
|
|
75403
75403
|
i0.ɵɵelementEnd()();
|
|
75404
75404
|
i0.ɵɵelementStart(12, "div", 10);
|
|
75405
|
-
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_1_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$
|
|
75405
|
+
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_1_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$c);
|
|
75406
75406
|
i0.ɵɵelementEnd()();
|
|
75407
75407
|
} if (rf & 2) {
|
|
75408
75408
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -75448,7 +75448,7 @@ function RelatedMetricsListComponent_Conditional_2_Template(rf, ctx) { if (rf &
|
|
|
75448
75448
|
i0.ɵɵtext(11);
|
|
75449
75449
|
i0.ɵɵelementEnd()();
|
|
75450
75450
|
i0.ɵɵelementStart(12, "div", 10);
|
|
75451
|
-
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_2_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$
|
|
75451
|
+
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_2_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$c);
|
|
75452
75452
|
i0.ɵɵelementEnd()();
|
|
75453
75453
|
} if (rf & 2) {
|
|
75454
75454
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -75494,7 +75494,7 @@ function RelatedMetricsListComponent_Conditional_3_Template(rf, ctx) { if (rf &
|
|
|
75494
75494
|
i0.ɵɵtext(11);
|
|
75495
75495
|
i0.ɵɵelementEnd()();
|
|
75496
75496
|
i0.ɵɵelementStart(12, "div", 10);
|
|
75497
|
-
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_3_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$
|
|
75497
|
+
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_3_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$c);
|
|
75498
75498
|
i0.ɵɵelementEnd()();
|
|
75499
75499
|
} if (rf & 2) {
|
|
75500
75500
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -75540,7 +75540,7 @@ function RelatedMetricsListComponent_Conditional_4_Template(rf, ctx) { if (rf &
|
|
|
75540
75540
|
i0.ɵɵtext(11);
|
|
75541
75541
|
i0.ɵɵelementEnd()();
|
|
75542
75542
|
i0.ɵɵelementStart(12, "div", 10);
|
|
75543
|
-
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_4_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$
|
|
75543
|
+
i0.ɵɵrepeaterCreate(13, RelatedMetricsListComponent_Conditional_4_For_14_Template, 1, 6, "symphiq-related-metric-card", 11, _forTrack0$c);
|
|
75544
75544
|
i0.ɵɵelementEnd()();
|
|
75545
75545
|
} if (rf & 2) {
|
|
75546
75546
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -75816,8 +75816,8 @@ class RelatedMetricsListComponent {
|
|
|
75816
75816
|
}], 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"] }] }); })();
|
|
75817
75817
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-dashboard/cards/related-metrics-list.component.ts", lineNumber: 170 }); })();
|
|
75818
75818
|
|
|
75819
|
-
const _c0$
|
|
75820
|
-
const _c1$
|
|
75819
|
+
const _c0$c = (a0, a1) => ({ name: a0, source: a1 });
|
|
75820
|
+
const _c1$5 = a0 => ({ name: "signal", source: a0 });
|
|
75821
75821
|
const _c2$4 = a0 => ({ name: "calendar", source: a0 });
|
|
75822
75822
|
const _c3$3 = a0 => ({ name: "flag", source: a0 });
|
|
75823
75823
|
class PerformanceMetricsCardComponent {
|
|
@@ -76026,13 +76026,13 @@ class PerformanceMetricsCardComponent {
|
|
|
76026
76026
|
i0.ɵɵadvance();
|
|
76027
76027
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
76028
76028
|
i0.ɵɵadvance();
|
|
76029
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$
|
|
76029
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$c, ctx.trendIcon(), ctx.iconSource));
|
|
76030
76030
|
i0.ɵɵadvance();
|
|
76031
76031
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
76032
76032
|
i0.ɵɵadvance(2);
|
|
76033
76033
|
i0.ɵɵproperty("ngClass", ctx.metricBoxClasses());
|
|
76034
76034
|
i0.ɵɵadvance(2);
|
|
76035
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(35, _c1$
|
|
76035
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(35, _c1$5, ctx.iconSource))("ngClass", ctx.labelClasses());
|
|
76036
76036
|
i0.ɵɵadvance();
|
|
76037
76037
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
76038
76038
|
i0.ɵɵadvance(2);
|
|
@@ -76174,8 +76174,8 @@ class PerformanceMetricsCardComponent {
|
|
|
76174
76174
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
76175
76175
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 144 }); })();
|
|
76176
76176
|
|
|
76177
|
-
const _c0$
|
|
76178
|
-
const _c1$
|
|
76177
|
+
const _c0$b = a0 => ({ name: "funnel", source: a0 });
|
|
76178
|
+
const _c1$4 = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
76179
76179
|
const _c2$3 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76180
76180
|
const _c3$2 = a0 => ({ name: "arrow-left", source: a0 });
|
|
76181
76181
|
const _c4$1 = a0 => ({ name: "arrow-right", source: a0 });
|
|
@@ -76365,13 +76365,13 @@ class FunnelContextCardComponent {
|
|
|
76365
76365
|
} if (rf & 2) {
|
|
76366
76366
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
76367
76367
|
i0.ɵɵadvance(2);
|
|
76368
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
76368
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$b, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
76369
76369
|
i0.ɵɵadvance();
|
|
76370
76370
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
76371
76371
|
i0.ɵɵadvance(3);
|
|
76372
76372
|
i0.ɵɵproperty("ngClass", ctx.stageBadgeClasses());
|
|
76373
76373
|
i0.ɵɵadvance();
|
|
76374
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c1$
|
|
76374
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(15, _c1$4, ctx.iconSource));
|
|
76375
76375
|
i0.ɵɵadvance(2);
|
|
76376
76376
|
i0.ɵɵtextInterpolate(ctx.formatFunnelStage(ctx.context().funnelStage));
|
|
76377
76377
|
i0.ɵɵadvance();
|
|
@@ -76501,8 +76501,8 @@ class FunnelContextCardComponent {
|
|
|
76501
76501
|
}], () => [], { 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"] }] }); })();
|
|
76502
76502
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/funnel-context-card.component.ts", lineNumber: 125 }); })();
|
|
76503
76503
|
|
|
76504
|
-
const _c0$
|
|
76505
|
-
const _c1$
|
|
76504
|
+
const _c0$a = (a0, a1) => ({ name: a0, source: a1 });
|
|
76505
|
+
const _c1$3 = a0 => ({ name: "target", source: a0 });
|
|
76506
76506
|
const _c2$2 = a0 => ({ name: "star", source: a0 });
|
|
76507
76507
|
class MetricComparisonStatsComponent {
|
|
76508
76508
|
constructor() {
|
|
@@ -76712,7 +76712,7 @@ class MetricComparisonStatsComponent {
|
|
|
76712
76712
|
i0.ɵɵadvance();
|
|
76713
76713
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
76714
76714
|
i0.ɵɵadvance(2);
|
|
76715
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
76715
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$a, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
76716
76716
|
i0.ɵɵadvance();
|
|
76717
76717
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
76718
76718
|
i0.ɵɵadvance(2);
|
|
@@ -76726,7 +76726,7 @@ class MetricComparisonStatsComponent {
|
|
|
76726
76726
|
i0.ɵɵadvance();
|
|
76727
76727
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
76728
76728
|
i0.ɵɵadvance(2);
|
|
76729
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(27, _c1$
|
|
76729
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(27, _c1$3, ctx.iconSource))("ngClass", ctx.gapIconClasses());
|
|
76730
76730
|
i0.ɵɵadvance();
|
|
76731
76731
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
76732
76732
|
i0.ɵɵadvance(2);
|
|
@@ -76944,14 +76944,14 @@ class PerformanceOverviewContainerComponent {
|
|
|
76944
76944
|
}], () => [], { 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"] }] }); })();
|
|
76945
76945
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-dashboard/cards/performance-overview-container.component.ts", lineNumber: 58 }); })();
|
|
76946
76946
|
|
|
76947
|
-
const _c0$
|
|
76948
|
-
const _c1$
|
|
76947
|
+
const _c0$9 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76948
|
+
const _c1$2 = a0 => ({ name: "chevron-down", source: a0 });
|
|
76949
76949
|
const _c2$1 = a0 => ({ name: "clock", source: a0 });
|
|
76950
76950
|
const _c3$1 = a0 => [a0];
|
|
76951
76951
|
const _c4 = () => [];
|
|
76952
76952
|
const _c5 = a0 => ({ name: "chart-bar", source: a0 });
|
|
76953
76953
|
const _c6 = a0 => ({ name: "user", source: a0 });
|
|
76954
|
-
const _forTrack0$
|
|
76954
|
+
const _forTrack0$b = ($index, $item) => $item.id || $index;
|
|
76955
76955
|
const _forTrack1$2 = ($index, $item) => $item.dimension || $index;
|
|
76956
76956
|
const _forTrack2$1 = ($index, $item) => $item.phase || $index;
|
|
76957
76957
|
const _forTrack3$1 = ($index, $item) => $item.driver;
|
|
@@ -77147,7 +77147,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77147
77147
|
i0.ɵɵadvance(2);
|
|
77148
77148
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77149
77149
|
i0.ɵɵadvance(2);
|
|
77150
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
77150
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$9, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77151
77151
|
i0.ɵɵadvance();
|
|
77152
77152
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
77153
77153
|
i0.ɵɵadvance();
|
|
@@ -77159,7 +77159,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77159
77159
|
i0.ɵɵadvance(2);
|
|
77160
77160
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77161
77161
|
i0.ɵɵadvance(2);
|
|
77162
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
77162
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$9, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77163
77163
|
i0.ɵɵadvance();
|
|
77164
77164
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
77165
77165
|
i0.ɵɵadvance();
|
|
@@ -77171,7 +77171,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77171
77171
|
i0.ɵɵadvance(2);
|
|
77172
77172
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsButtonClasses());
|
|
77173
77173
|
i0.ɵɵadvance(2);
|
|
77174
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(30, _c1$
|
|
77174
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(30, _c1$2, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.quickWinsButtonClasses());
|
|
77175
77175
|
i0.ɵɵadvance();
|
|
77176
77176
|
i0.ɵɵconditional(ctx_r1.getQuickWins() && ctx_r1.getQuickWins().length > 0 ? 34 : -1);
|
|
77177
77177
|
} }
|
|
@@ -77238,7 +77238,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77238
77238
|
i0.ɵɵadvance(2);
|
|
77239
77239
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77240
77240
|
i0.ɵɵadvance(2);
|
|
77241
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
77241
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$9, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77242
77242
|
i0.ɵɵadvance();
|
|
77243
77243
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
77244
77244
|
i0.ɵɵadvance();
|
|
@@ -77250,7 +77250,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77250
77250
|
i0.ɵɵadvance(2);
|
|
77251
77251
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77252
77252
|
i0.ɵɵadvance(2);
|
|
77253
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
77253
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$9, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77254
77254
|
i0.ɵɵadvance();
|
|
77255
77255
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
77256
77256
|
i0.ɵɵadvance();
|
|
@@ -77262,7 +77262,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77262
77262
|
i0.ɵɵadvance(2);
|
|
77263
77263
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77264
77264
|
i0.ɵɵadvance(2);
|
|
77265
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
77265
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$9, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77266
77266
|
} }
|
|
77267
77267
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
77268
77268
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -77277,7 +77277,7 @@ function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) {
|
|
|
77277
77277
|
} }
|
|
77278
77278
|
function ProfileSectionContentComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
77279
77279
|
i0.ɵɵelementStart(0, "div", 3);
|
|
77280
|
-
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_4_For_2_Template, 2, 3, "div", null, _forTrack0$
|
|
77280
|
+
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_4_For_2_Template, 2, 3, "div", null, _forTrack0$b);
|
|
77281
77281
|
i0.ɵɵelementEnd();
|
|
77282
77282
|
} if (rf & 2) {
|
|
77283
77283
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -77294,7 +77294,7 @@ function ProfileSectionContentComponent_Conditional_5_For_2_Template(rf, ctx) {
|
|
|
77294
77294
|
} }
|
|
77295
77295
|
function ProfileSectionContentComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
77296
77296
|
i0.ɵɵelementStart(0, "div", 4);
|
|
77297
|
-
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_5_For_2_Template, 1, 8, "symphiq-goal-card", 48, _forTrack0$
|
|
77297
|
+
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_5_For_2_Template, 1, 8, "symphiq-goal-card", 48, _forTrack0$b);
|
|
77298
77298
|
i0.ɵɵelementEnd();
|
|
77299
77299
|
} if (rf & 2) {
|
|
77300
77300
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -77310,7 +77310,7 @@ function ProfileSectionContentComponent_Conditional_6_For_2_Template(rf, ctx) {
|
|
|
77310
77310
|
} }
|
|
77311
77311
|
function ProfileSectionContentComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
77312
77312
|
i0.ɵɵelementStart(0, "div", 5);
|
|
77313
|
-
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_6_For_2_Template, 1, 3, "symphiq-capability-matrix-card", 49, _forTrack0$
|
|
77313
|
+
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_6_For_2_Template, 1, 3, "symphiq-capability-matrix-card", 49, _forTrack0$b);
|
|
77314
77314
|
i0.ɵɵelementEnd();
|
|
77315
77315
|
} if (rf & 2) {
|
|
77316
77316
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -77365,7 +77365,7 @@ function ProfileSectionContentComponent_Conditional_9_For_2_Template(rf, ctx) {
|
|
|
77365
77365
|
} }
|
|
77366
77366
|
function ProfileSectionContentComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
77367
77367
|
i0.ɵɵelementStart(0, "div", 8);
|
|
77368
|
-
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_9_For_2_Template, 1, 2, "symphiq-operational-category-card", 53, _forTrack0$
|
|
77368
|
+
i0.ɵɵrepeaterCreate(1, ProfileSectionContentComponent_Conditional_9_For_2_Template, 1, 2, "symphiq-operational-category-card", 53, _forTrack0$b);
|
|
77369
77369
|
i0.ɵɵelementEnd();
|
|
77370
77370
|
} if (rf & 2) {
|
|
77371
77371
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -77609,7 +77609,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
77609
77609
|
i0.ɵɵadvance(2);
|
|
77610
77610
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(recommendation_r19), " Related Metrics");
|
|
77611
77611
|
i0.ɵɵadvance();
|
|
77612
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
77612
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$9, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
77613
77613
|
} }
|
|
77614
77614
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
77615
77615
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 69)(2, "h4", 75);
|
|
@@ -77661,7 +77661,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_Template(rf
|
|
|
77661
77661
|
i0.ɵɵtext(2, "Tactical Recommendations");
|
|
77662
77662
|
i0.ɵɵelementEnd();
|
|
77663
77663
|
i0.ɵɵelementStart(3, "div", 74);
|
|
77664
|
-
i0.ɵɵrepeaterCreate(4, ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template, 14, 12, "div", 16, _forTrack0$
|
|
77664
|
+
i0.ɵɵrepeaterCreate(4, ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template, 14, 12, "div", 16, _forTrack0$b);
|
|
77665
77665
|
i0.ɵɵelementEnd()();
|
|
77666
77666
|
} if (rf & 2) {
|
|
77667
77667
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -79698,7 +79698,7 @@ class ProfileSectionContentComponent {
|
|
|
79698
79698
|
}], null, { section: [{ type: i0.Input, args: [{ isSignal: true, alias: "section", required: false }] }], executiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "executiveSummary", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], sectionIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "sectionIndex", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); })();
|
|
79699
79699
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileSectionContentComponent, { className: "ProfileSectionContentComponent", filePath: "lib/components/profile-analysis-dashboard/profile-section-content.component.ts", lineNumber: 760 }); })();
|
|
79700
79700
|
|
|
79701
|
-
const _forTrack0$
|
|
79701
|
+
const _forTrack0$a = ($index, $item) => $item.id || $index;
|
|
79702
79702
|
function GoalObjectivesModalContentComponent_For_2_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
79703
79703
|
i0.ɵɵelementStart(0, "p", 9);
|
|
79704
79704
|
i0.ɵɵtext(1);
|
|
@@ -79956,7 +79956,7 @@ class GoalObjectivesModalContentComponent {
|
|
|
79956
79956
|
static { this.ɵfac = function GoalObjectivesModalContentComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GoalObjectivesModalContentComponent)(); }; }
|
|
79957
79957
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: GoalObjectivesModalContentComponent, selectors: [["symphiq-goal-objectives-modal-content"]], inputs: { goal: [1, "goal"], viewMode: [1, "viewMode"] }, decls: 3, vars: 0, consts: [[1, "space-y-6"], [1, "rounded-lg", "p-5", "transition-all", "duration-200", 3, "ngClass"], [1, "flex", "items-start", "gap-3"], [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 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 2m-6 9l2 2 4-4"], [1, "flex-1", "min-w-0"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "font-semibold", "text-base", "mb-2", 3, "ngClass"], [1, "text-sm", "mb-3", 3, "ngClass"], [1, "p-3", "rounded-lg", "mb-3", 3, "ngClass"], [1, "grid", "grid-cols-2", "gap-3", "mb-3"], [1, "w-full", "px-5", "py-4", "rounded-lg", "border-2", "transition-all", "duration-200", "hover:scale-[1.01]", "active:scale-[0.99]", "cursor-pointer", "group", 3, "ngClass"], [1, "flex", "items-start", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["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"], [1, "text-xs", "font-medium", "mb-1", 3, "ngClass"], [1, "text-sm", "font-semibold", 3, "ngClass"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "w-full", "px-5", "py-4", "rounded-lg", "border-2", "transition-all", "duration-200", "hover:scale-[1.01]", "active:scale-[0.99]", "cursor-pointer", "group", 3, "click", "ngClass"], [1, "flex", "items-center", "justify-between"], [1, "flex", "items-center", "gap-3"], [1, "w-10", "h-10", "rounded-lg", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "text-left"], [1, "text-xs", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "transition-transform", "group-hover:translate-x-1", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"]], template: function GoalObjectivesModalContentComponent_Template(rf, ctx) { if (rf & 1) {
|
|
79958
79958
|
i0.ɵɵelementStart(0, "div", 0);
|
|
79959
|
-
i0.ɵɵrepeaterCreate(1, GoalObjectivesModalContentComponent_For_2_Template, 14, 9, "div", 1, _forTrack0$
|
|
79959
|
+
i0.ɵɵrepeaterCreate(1, GoalObjectivesModalContentComponent_For_2_Template, 14, 9, "div", 1, _forTrack0$a);
|
|
79960
79960
|
i0.ɵɵelementEnd();
|
|
79961
79961
|
} if (rf & 2) {
|
|
79962
79962
|
let tmp_0_0;
|
|
@@ -80056,7 +80056,7 @@ class GoalObjectivesModalContentComponent {
|
|
|
80056
80056
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
80057
80057
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalObjectivesModalContentComponent, { className: "GoalObjectivesModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/goal-objectives-modal-content.component.ts", lineNumber: 94 }); })();
|
|
80058
80058
|
|
|
80059
|
-
const _forTrack0$
|
|
80059
|
+
const _forTrack0$9 = ($index, $item) => $item.id || $index;
|
|
80060
80060
|
const _forTrack1$1 = ($index, $item) => ($item == null ? null : $item.questionId) || $index;
|
|
80061
80061
|
function ObjectiveStrategiesModalContentComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
80062
80062
|
i0.ɵɵelementStart(0, "div", 2)(1, "p", 6);
|
|
@@ -80497,7 +80497,7 @@ class ObjectiveStrategiesModalContentComponent {
|
|
|
80497
80497
|
i0.ɵɵconditionalCreate(3, ObjectiveStrategiesModalContentComponent_Conditional_3_Template, 10, 5, "div", 3);
|
|
80498
80498
|
i0.ɵɵconditionalCreate(4, ObjectiveStrategiesModalContentComponent_Conditional_4_Template, 6, 2, "div", 4);
|
|
80499
80499
|
i0.ɵɵelementEnd();
|
|
80500
|
-
i0.ɵɵrepeaterCreate(5, ObjectiveStrategiesModalContentComponent_For_6_Template, 17, 10, "div", 5, _forTrack0$
|
|
80500
|
+
i0.ɵɵrepeaterCreate(5, ObjectiveStrategiesModalContentComponent_For_6_Template, 17, 10, "div", 5, _forTrack0$9);
|
|
80501
80501
|
i0.ɵɵelementEnd();
|
|
80502
80502
|
} if (rf & 2) {
|
|
80503
80503
|
let tmp_1_0;
|
|
@@ -80798,7 +80798,7 @@ class TooltipContentBuilder {
|
|
|
80798
80798
|
}
|
|
80799
80799
|
}
|
|
80800
80800
|
|
|
80801
|
-
const _forTrack0$
|
|
80801
|
+
const _forTrack0$8 = ($index, $item) => $item.id || $index;
|
|
80802
80802
|
const _forTrack1 = ($index, $item) => $item.type + $item.label;
|
|
80803
80803
|
const _forTrack2 = ($index, $item) => $item.order || $index;
|
|
80804
80804
|
const _forTrack3 = ($index, $item) => ($item == null ? null : $item.questionId) || $index;
|
|
@@ -82521,7 +82521,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
82521
82521
|
i0.ɵɵconditionalCreate(5, StrategyRecommendationsModalContentComponent_Conditional_5_Template, 2, 2, "span", 4);
|
|
82522
82522
|
i0.ɵɵconditionalCreate(6, StrategyRecommendationsModalContentComponent_Conditional_6_Template, 2, 2, "span", 4);
|
|
82523
82523
|
i0.ɵɵelementEnd()();
|
|
82524
|
-
i0.ɵɵrepeaterCreate(7, StrategyRecommendationsModalContentComponent_For_8_Template, 35, 31, "div", 5, _forTrack0$
|
|
82524
|
+
i0.ɵɵrepeaterCreate(7, StrategyRecommendationsModalContentComponent_For_8_Template, 35, 31, "div", 5, _forTrack0$8);
|
|
82525
82525
|
i0.ɵɵelementEnd();
|
|
82526
82526
|
} if (rf & 2) {
|
|
82527
82527
|
let tmp_1_0;
|
|
@@ -83024,7 +83024,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
83024
83024
|
}], 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 }] }] }); })();
|
|
83025
83025
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategyRecommendationsModalContentComponent, { className: "StrategyRecommendationsModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/strategy-recommendations-modal-content.component.ts", lineNumber: 489 }); })();
|
|
83026
83026
|
|
|
83027
|
-
const _c0$
|
|
83027
|
+
const _c0$8 = a0 => ({ name: "chevron-right", source: a0 });
|
|
83028
83028
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
83029
83029
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
83030
83030
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -83137,7 +83137,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
83137
83137
|
i0.ɵɵadvance();
|
|
83138
83138
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
83139
83139
|
i0.ɵɵadvance();
|
|
83140
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
83140
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$8, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83141
83141
|
} }
|
|
83142
83142
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
83143
83143
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -83204,7 +83204,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
83204
83204
|
i0.ɵɵadvance();
|
|
83205
83205
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
83206
83206
|
i0.ɵɵadvance();
|
|
83207
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83207
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$8, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83208
83208
|
} }
|
|
83209
83209
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
83210
83210
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -83271,7 +83271,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
83271
83271
|
i0.ɵɵadvance();
|
|
83272
83272
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
83273
83273
|
i0.ɵɵadvance();
|
|
83274
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83274
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$8, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83275
83275
|
} }
|
|
83276
83276
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
83277
83277
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -84153,7 +84153,7 @@ class StrengthDetailModalContentComponent {
|
|
|
84153
84153
|
}], 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 }] }] }); })();
|
|
84154
84154
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrengthDetailModalContentComponent, { className: "StrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/strength-detail-modal-content.component.ts", lineNumber: 124 }); })();
|
|
84155
84155
|
|
|
84156
|
-
const _c0$
|
|
84156
|
+
const _c0$7 = () => [];
|
|
84157
84157
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
84158
84158
|
i0.ɵɵelementStart(0, "span", 9);
|
|
84159
84159
|
i0.ɵɵtext(1);
|
|
@@ -84266,7 +84266,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
84266
84266
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
84267
84267
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
84268
84268
|
i0.ɵɵadvance(2);
|
|
84269
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
84269
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$7))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
84270
84270
|
} }
|
|
84271
84271
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
84272
84272
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -84550,8 +84550,8 @@ class GapDetailModalContentComponent {
|
|
|
84550
84550
|
}], 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 }] }] }); })();
|
|
84551
84551
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 129 }); })();
|
|
84552
84552
|
|
|
84553
|
-
const _c0$
|
|
84554
|
-
const _forTrack0$
|
|
84553
|
+
const _c0$6 = a0 => ({ name: "chevron-right", source: a0 });
|
|
84554
|
+
const _forTrack0$7 = ($index, $item) => $item.id || $index;
|
|
84555
84555
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
84556
84556
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
84557
84557
|
i0.ɵɵnamespaceSVG();
|
|
@@ -84655,14 +84655,14 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
84655
84655
|
i0.ɵɵadvance(2);
|
|
84656
84656
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
84657
84657
|
i0.ɵɵadvance();
|
|
84658
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
84658
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$6, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84659
84659
|
} }
|
|
84660
84660
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
84661
84661
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
84662
84662
|
i0.ɵɵtext(2, " Related Goals ");
|
|
84663
84663
|
i0.ɵɵelementEnd();
|
|
84664
84664
|
i0.ɵɵelementStart(3, "div", 25);
|
|
84665
|
-
i0.ɵɵrepeaterCreate(4, OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For_5_Template, 4, 6, "div", 26, _forTrack0$
|
|
84665
|
+
i0.ɵɵrepeaterCreate(4, OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For_5_Template, 4, 6, "div", 26, _forTrack0$7);
|
|
84666
84666
|
i0.ɵɵelementEnd()();
|
|
84667
84667
|
} if (rf & 2) {
|
|
84668
84668
|
const goals_r6 = i0.ɵɵnextContext();
|
|
@@ -85455,7 +85455,7 @@ class SimplifiedGoalCardComponent {
|
|
|
85455
85455
|
}], null, { goal: [{ type: i0.Input, args: [{ isSignal: true, alias: "goal", required: true }] }], 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"] }] }); })();
|
|
85456
85456
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedGoalCardComponent, { className: "SimplifiedGoalCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/simplified-goal-card.component.ts", lineNumber: 127 }); })();
|
|
85457
85457
|
|
|
85458
|
-
const _forTrack0$
|
|
85458
|
+
const _forTrack0$6 = ($index, $item) => $item.id;
|
|
85459
85459
|
function StrategicGoalsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
85460
85460
|
i0.ɵɵelementStart(0, "div", 9);
|
|
85461
85461
|
i0.ɵɵtext(1);
|
|
@@ -85479,7 +85479,7 @@ function StrategicGoalsTiledGridComponent_Conditional_14_For_2_Template(rf, ctx)
|
|
|
85479
85479
|
} }
|
|
85480
85480
|
function StrategicGoalsTiledGridComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
85481
85481
|
i0.ɵɵelementStart(0, "div", 11);
|
|
85482
|
-
i0.ɵɵrepeaterCreate(1, StrategicGoalsTiledGridComponent_Conditional_14_For_2_Template, 1, 3, "symphiq-simplified-goal-card", 13, _forTrack0$
|
|
85482
|
+
i0.ɵɵrepeaterCreate(1, StrategicGoalsTiledGridComponent_Conditional_14_For_2_Template, 1, 3, "symphiq-simplified-goal-card", 13, _forTrack0$6);
|
|
85483
85483
|
i0.ɵɵelementEnd();
|
|
85484
85484
|
} if (rf & 2) {
|
|
85485
85485
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -85693,7 +85693,7 @@ class StrategicGoalsTiledGridComponent {
|
|
|
85693
85693
|
}], null, { goals: [{ type: i0.Input, args: [{ isSignal: true, alias: "goals", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], viewMoreClick: [{ type: i0.Output, args: ["viewMoreClick"] }] }); })();
|
|
85694
85694
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategicGoalsTiledGridComponent, { className: "StrategicGoalsTiledGridComponent", filePath: "lib/components/profile-analysis-dashboard/cards/strategic-goals-tiled-grid.component.ts", lineNumber: 69 }); })();
|
|
85695
85695
|
|
|
85696
|
-
const _forTrack0$
|
|
85696
|
+
const _forTrack0$5 = ($index, $item) => $item.id;
|
|
85697
85697
|
function CollapsibleAnalysisSectionGroupComponent_For_23_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
85698
85698
|
i0.ɵɵelementStart(0, "div", 20);
|
|
85699
85699
|
i0.ɵɵelement(1, "symphiq-icon", 31);
|
|
@@ -86063,7 +86063,7 @@ class CollapsibleAnalysisSectionGroupComponent {
|
|
|
86063
86063
|
i0.ɵɵtext(20);
|
|
86064
86064
|
i0.ɵɵelementEnd()()();
|
|
86065
86065
|
i0.ɵɵelementStart(21, "div", 16);
|
|
86066
|
-
i0.ɵɵrepeaterCreate(22, CollapsibleAnalysisSectionGroupComponent_For_23_Template, 16, 14, "div", 17, _forTrack0$
|
|
86066
|
+
i0.ɵɵrepeaterCreate(22, CollapsibleAnalysisSectionGroupComponent_For_23_Template, 16, 14, "div", 17, _forTrack0$5);
|
|
86067
86067
|
i0.ɵɵelementEnd()()();
|
|
86068
86068
|
} if (rf & 2) {
|
|
86069
86069
|
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
@@ -86257,7 +86257,7 @@ class CollapsibleAnalysisSectionGroupComponent {
|
|
|
86257
86257
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], executiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "executiveSummary", required: false }] }], focusAreaExecutiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaExecutiveSummary", required: false }] }], metricExecutiveSummary: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricExecutiveSummary", required: false }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "allMetrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], allInsights: [{ type: i0.Input, args: [{ isSignal: true, alias: "allInsights", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }] }); })();
|
|
86258
86258
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleAnalysisSectionGroupComponent, { className: "CollapsibleAnalysisSectionGroupComponent", filePath: "lib/components/profile-analysis-dashboard/cards/collapsible-analysis-section-group.component.ts", lineNumber: 172 }); })();
|
|
86259
86259
|
|
|
86260
|
-
const _forTrack0$
|
|
86260
|
+
const _forTrack0$4 = ($index, $item) => $item.code;
|
|
86261
86261
|
function BillingCurrencySelectorCardComponent_For_15_Template(rf, ctx) { if (rf & 1) {
|
|
86262
86262
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
86263
86263
|
i0.ɵɵelementStart(0, "label", 11)(1, "input", 12);
|
|
@@ -86406,7 +86406,7 @@ class BillingCurrencySelectorCardComponent {
|
|
|
86406
86406
|
i0.ɵɵtext(10, " Choose the currency for your subscription ");
|
|
86407
86407
|
i0.ɵɵelementEnd()()()();
|
|
86408
86408
|
i0.ɵɵelementStart(11, "div", 8)(12, "div", 9)(13, "div", 10);
|
|
86409
|
-
i0.ɵɵrepeaterCreate(14, BillingCurrencySelectorCardComponent_For_15_Template, 10, 12, "label", 11, _forTrack0$
|
|
86409
|
+
i0.ɵɵrepeaterCreate(14, BillingCurrencySelectorCardComponent_For_15_Template, 10, 12, "label", 11, _forTrack0$4);
|
|
86410
86410
|
i0.ɵɵelementEnd()()()();
|
|
86411
86411
|
} if (rf & 2) {
|
|
86412
86412
|
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
@@ -86717,7 +86717,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
86717
86717
|
}], 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"] }] }); })();
|
|
86718
86718
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionPlaceholderCardComponent, { className: "PlanSelectionPlaceholderCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-selection-placeholder-card.component.ts", lineNumber: 74 }); })();
|
|
86719
86719
|
|
|
86720
|
-
const _c0$
|
|
86720
|
+
const _c0$5 = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
86721
86721
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
86722
86722
|
i0.ɵɵelement(0, "div", 7);
|
|
86723
86723
|
} }
|
|
@@ -86806,7 +86806,7 @@ class BillingPeriodToggleComponent {
|
|
|
86806
86806
|
i0.ɵɵtext(14);
|
|
86807
86807
|
i0.ɵɵelementEnd()();
|
|
86808
86808
|
} if (rf & 2) {
|
|
86809
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
86809
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$5, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
86810
86810
|
i0.ɵɵadvance(2);
|
|
86811
86811
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
86812
86812
|
i0.ɵɵadvance(2);
|
|
@@ -87438,7 +87438,7 @@ At the end of each month, your total AI usage is calculated and automatically bi
|
|
|
87438
87438
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], planInfo: [{ type: i0.Input, args: [{ isSignal: true, alias: "planInfo", required: true }] }], isSelected: [{ type: i0.Input, args: [{ isSignal: true, alias: "isSelected", required: false }] }], selectedPeriodUnit: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedPeriodUnit", required: false }] }], monthlyComparisonPrice: [{ type: i0.Input, args: [{ isSignal: true, alias: "monthlyComparisonPrice", required: false }] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }] }); })();
|
|
87439
87439
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanCardComponent, { className: "PlanCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-card.component.ts", lineNumber: 274 }); })();
|
|
87440
87440
|
|
|
87441
|
-
const _forTrack0$
|
|
87441
|
+
const _forTrack0$3 = ($index, $item) => $item.planItemPrice.id;
|
|
87442
87442
|
function PlanSelectionContainerComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
87443
87443
|
i0.ɵɵelementStart(0, "div", 14);
|
|
87444
87444
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 18);
|
|
@@ -87464,7 +87464,7 @@ function PlanSelectionContainerComponent_Conditional_20_For_2_Template(rf, ctx)
|
|
|
87464
87464
|
} }
|
|
87465
87465
|
function PlanSelectionContainerComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
87466
87466
|
i0.ɵɵelementStart(0, "div", 15);
|
|
87467
|
-
i0.ɵɵrepeaterCreate(1, PlanSelectionContainerComponent_Conditional_20_For_2_Template, 1, 5, "symphiq-plan-card", 20, _forTrack0$
|
|
87467
|
+
i0.ɵɵrepeaterCreate(1, PlanSelectionContainerComponent_Conditional_20_For_2_Template, 1, 5, "symphiq-plan-card", 20, _forTrack0$3);
|
|
87468
87468
|
i0.ɵɵelementEnd();
|
|
87469
87469
|
} if (rf & 2) {
|
|
87470
87470
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -87778,7 +87778,7 @@ class PlanSelectionContainerComponent {
|
|
|
87778
87778
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], selectedCurrency: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCurrency", required: false }] }], planCardInfos: [{ type: i0.Input, args: [{ isSignal: true, alias: "planCardInfos", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], selectedPeriodUnit: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedPeriodUnit", required: false }] }], periodUnitChanged: [{ type: i0.Output, args: ["periodUnitChanged"] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }], editCurrency: [{ type: i0.Output, args: ["editCurrency"] }], checkout: [{ type: i0.Output, args: ["checkout"] }] }); })();
|
|
87779
87779
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionContainerComponent, { className: "PlanSelectionContainerComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-selection-container.component.ts", lineNumber: 107 }); })();
|
|
87780
87780
|
|
|
87781
|
-
const _forTrack0$
|
|
87781
|
+
const _forTrack0$2 = ($index, $item) => $item.id;
|
|
87782
87782
|
function ShopProfileCategoryListComponent_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
87783
87783
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
87784
87784
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 0)(2, "div", 2)(3, "div", 3)(4, "div", 4);
|
|
@@ -87889,7 +87889,7 @@ class ShopProfileCategoryListComponent {
|
|
|
87889
87889
|
static { this.ɵfac = function ShopProfileCategoryListComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShopProfileCategoryListComponent)(); }; }
|
|
87890
87890
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileCategoryListComponent, selectors: [["symphiq-shop-profile-category-list"]], inputs: { viewMode: [1, "viewMode"], items: [1, "items"] }, outputs: { itemClick: "itemClick" }, decls: 3, vars: 0, consts: [[1, "space-y-4"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", "hover:scale-[1.01]", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1", "min-w-0"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-2", 3, "ngClass"], [1, "text-lg", "font-semibold", "leading-tight", 3, "ngClass"], ["type", "button", 1, "flex-shrink-0", "px-5", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-300", "flex", "items-center", "gap-2", "hover:scale-105", "active:scale-95", 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", "M9 5l7 7-7 7"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "flex", "justify-between", "items-center"], [1, "text-sm", "font-medium", 3, "ngClass"]], template: function ShopProfileCategoryListComponent_Template(rf, ctx) { if (rf & 1) {
|
|
87891
87891
|
i0.ɵɵelementStart(0, "div", 0);
|
|
87892
|
-
i0.ɵɵrepeaterCreate(1, ShopProfileCategoryListComponent_For_2_Template, 19, 14, "div", 1, _forTrack0$
|
|
87892
|
+
i0.ɵɵrepeaterCreate(1, ShopProfileCategoryListComponent_For_2_Template, 19, 14, "div", 1, _forTrack0$2);
|
|
87893
87893
|
i0.ɵɵelementEnd();
|
|
87894
87894
|
} if (rf & 2) {
|
|
87895
87895
|
i0.ɵɵadvance();
|
|
@@ -88035,9 +88035,855 @@ class ShopProfileViewToggleComponent {
|
|
|
88035
88035
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentView: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentView", required: false }] }], viewChanged: [{ type: i0.Output, args: ["viewChanged"] }] }); })();
|
|
88036
88036
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileViewToggleComponent, { className: "ShopProfileViewToggleComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-view-toggle.component.ts", lineNumber: 33 }); })();
|
|
88037
88037
|
|
|
88038
|
+
function ShopProfileQuestionCardComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
88039
|
+
i0.ɵɵelementStart(0, "p", 2);
|
|
88040
|
+
i0.ɵɵtext(1);
|
|
88041
|
+
i0.ɵɵelementEnd();
|
|
88042
|
+
} if (rf & 2) {
|
|
88043
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
88044
|
+
i0.ɵɵproperty("ngClass", ctx_r0.contextTextClasses());
|
|
88045
|
+
i0.ɵɵadvance();
|
|
88046
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.question().context, " ");
|
|
88047
|
+
} }
|
|
88048
|
+
function ShopProfileQuestionCardComponent_Conditional_4_For_9_Template(rf, ctx) { if (rf & 1) {
|
|
88049
|
+
i0.ɵɵelementStart(0, "span", 16);
|
|
88050
|
+
i0.ɵɵtext(1);
|
|
88051
|
+
i0.ɵɵelementEnd();
|
|
88052
|
+
} if (rf & 2) {
|
|
88053
|
+
const focusArea_r3 = ctx.$implicit;
|
|
88054
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
88055
|
+
i0.ɵɵproperty("ngClass", ctx_r0.focusAreaChipClasses());
|
|
88056
|
+
i0.ɵɵadvance();
|
|
88057
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.getFocusAreaTitle(focusArea_r3), " ");
|
|
88058
|
+
} }
|
|
88059
|
+
function ShopProfileQuestionCardComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
88060
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
88061
|
+
i0.ɵɵelementStart(0, "div", 3)(1, "div", 10)(2, "span", 11);
|
|
88062
|
+
i0.ɵɵtext(3);
|
|
88063
|
+
i0.ɵɵelementEnd();
|
|
88064
|
+
i0.ɵɵelementStart(4, "button", 12);
|
|
88065
|
+
i0.ɵɵlistener("mouseenter", function ShopProfileQuestionCardComponent_Conditional_4_Template_button_mouseenter_4_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.showFocusAreaTooltip($event)); })("mouseleave", function ShopProfileQuestionCardComponent_Conditional_4_Template_button_mouseleave_4_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.hideTooltip()); });
|
|
88066
|
+
i0.ɵɵnamespaceSVG();
|
|
88067
|
+
i0.ɵɵelementStart(5, "svg", 13);
|
|
88068
|
+
i0.ɵɵelement(6, "path", 14);
|
|
88069
|
+
i0.ɵɵelementEnd()()();
|
|
88070
|
+
i0.ɵɵnamespaceHTML();
|
|
88071
|
+
i0.ɵɵelementStart(7, "div", 15);
|
|
88072
|
+
i0.ɵɵrepeaterCreate(8, ShopProfileQuestionCardComponent_Conditional_4_For_9_Template, 2, 2, "span", 16, i0.ɵɵrepeaterTrackByIdentity);
|
|
88073
|
+
i0.ɵɵelementEnd()();
|
|
88074
|
+
} if (rf & 2) {
|
|
88075
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
88076
|
+
i0.ɵɵadvance(2);
|
|
88077
|
+
i0.ɵɵproperty("ngClass", ctx_r0.relatedLabelClasses());
|
|
88078
|
+
i0.ɵɵadvance();
|
|
88079
|
+
i0.ɵɵtextInterpolate1(" Related to ", ctx_r0.relatedFocusAreas().length, " focus area(s) ");
|
|
88080
|
+
i0.ɵɵadvance();
|
|
88081
|
+
i0.ɵɵproperty("ngClass", ctx_r0.infoIconClasses());
|
|
88082
|
+
i0.ɵɵadvance(4);
|
|
88083
|
+
i0.ɵɵrepeater(ctx_r0.relatedFocusAreas());
|
|
88084
|
+
} }
|
|
88085
|
+
function ShopProfileQuestionCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
88086
|
+
i0.ɵɵelementStart(0, "div", 4)(1, "div", 17)(2, "div", 18);
|
|
88087
|
+
i0.ɵɵnamespaceSVG();
|
|
88088
|
+
i0.ɵɵelementStart(3, "svg", 8);
|
|
88089
|
+
i0.ɵɵelement(4, "path", 19);
|
|
88090
|
+
i0.ɵɵelementEnd()();
|
|
88091
|
+
i0.ɵɵnamespaceHTML();
|
|
88092
|
+
i0.ɵɵelementStart(5, "div", 20)(6, "div", 21);
|
|
88093
|
+
i0.ɵɵtext(7, " Your Answer ");
|
|
88094
|
+
i0.ɵɵelementEnd();
|
|
88095
|
+
i0.ɵɵelementStart(8, "div", 22);
|
|
88096
|
+
i0.ɵɵtext(9);
|
|
88097
|
+
i0.ɵɵelementEnd()()()();
|
|
88098
|
+
} if (rf & 2) {
|
|
88099
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
88100
|
+
i0.ɵɵproperty("ngClass", ctx_r0.answeredContainerClasses());
|
|
88101
|
+
i0.ɵɵadvance(2);
|
|
88102
|
+
i0.ɵɵproperty("ngClass", ctx_r0.checkmarkClasses());
|
|
88103
|
+
i0.ɵɵadvance(4);
|
|
88104
|
+
i0.ɵɵproperty("ngClass", ctx_r0.answerLabelClasses());
|
|
88105
|
+
i0.ɵɵadvance(2);
|
|
88106
|
+
i0.ɵɵproperty("ngClass", ctx_r0.answerTextClasses());
|
|
88107
|
+
i0.ɵɵadvance();
|
|
88108
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.getAnswerDisplay(), " ");
|
|
88109
|
+
} }
|
|
88110
|
+
function ShopProfileQuestionCardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
88111
|
+
i0.ɵɵelementStart(0, "div", 5)(1, "div", 23)(2, "div", 24);
|
|
88112
|
+
i0.ɵɵnamespaceSVG();
|
|
88113
|
+
i0.ɵɵelementStart(3, "svg", 25);
|
|
88114
|
+
i0.ɵɵelement(4, "path", 26);
|
|
88115
|
+
i0.ɵɵelementEnd();
|
|
88116
|
+
i0.ɵɵnamespaceHTML();
|
|
88117
|
+
i0.ɵɵelement(5, "div", 27);
|
|
88118
|
+
i0.ɵɵelementEnd();
|
|
88119
|
+
i0.ɵɵelementStart(6, "div")(7, "div", 28);
|
|
88120
|
+
i0.ɵɵtext(8, " Not answered yet ");
|
|
88121
|
+
i0.ɵɵelementEnd();
|
|
88122
|
+
i0.ɵɵelementStart(9, "div", 29);
|
|
88123
|
+
i0.ɵɵtext(10, " Click the button below to provide your answer ");
|
|
88124
|
+
i0.ɵɵelementEnd()()()();
|
|
88125
|
+
} if (rf & 2) {
|
|
88126
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
88127
|
+
i0.ɵɵproperty("ngClass", ctx_r0.unansweredContainerClasses());
|
|
88128
|
+
i0.ɵɵadvance(2);
|
|
88129
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateIconContainerClasses());
|
|
88130
|
+
i0.ɵɵadvance();
|
|
88131
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateIconClasses());
|
|
88132
|
+
i0.ɵɵadvance(2);
|
|
88133
|
+
i0.ɵɵproperty("ngClass", ctx_r0.emptyStateDotClasses());
|
|
88134
|
+
i0.ɵɵadvance(2);
|
|
88135
|
+
i0.ɵɵproperty("ngClass", ctx_r0.unansweredLabelClasses());
|
|
88136
|
+
i0.ɵɵadvance(2);
|
|
88137
|
+
i0.ɵɵproperty("ngClass", ctx_r0.unansweredTextClasses());
|
|
88138
|
+
} }
|
|
88139
|
+
class ShopProfileQuestionCardComponent {
|
|
88140
|
+
constructor() {
|
|
88141
|
+
this.question = input.required(...(ngDevMode ? [{ debugName: "question" }] : []));
|
|
88142
|
+
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
88143
|
+
this.viewType = input('category', ...(ngDevMode ? [{ debugName: "viewType" }] : []));
|
|
88144
|
+
this.answerClick = output();
|
|
88145
|
+
this.tooltipService = inject(TooltipService);
|
|
88146
|
+
this.isAnswered = computed(() => {
|
|
88147
|
+
return this.question().answered === true;
|
|
88148
|
+
}, ...(ngDevMode ? [{ debugName: "isAnswered" }] : []));
|
|
88149
|
+
this.showFocusAreaChips = computed(() => {
|
|
88150
|
+
return this.viewType() === 'category';
|
|
88151
|
+
}, ...(ngDevMode ? [{ debugName: "showFocusAreaChips" }] : []));
|
|
88152
|
+
this.relatedFocusAreas = computed(() => {
|
|
88153
|
+
const q = this.question();
|
|
88154
|
+
return q.focusAreaDomains || [];
|
|
88155
|
+
}, ...(ngDevMode ? [{ debugName: "relatedFocusAreas" }] : []));
|
|
88156
|
+
}
|
|
88157
|
+
getFocusAreaTitle(focusArea) {
|
|
88158
|
+
return FocusAreaDomainEnumUtil.title(focusArea);
|
|
88159
|
+
}
|
|
88160
|
+
getAnswerDisplay() {
|
|
88161
|
+
const q = this.question();
|
|
88162
|
+
if (q.answer) {
|
|
88163
|
+
return q.answer;
|
|
88164
|
+
}
|
|
88165
|
+
if (q.answerText) {
|
|
88166
|
+
return q.answerText;
|
|
88167
|
+
}
|
|
88168
|
+
if (q.answerDetails) {
|
|
88169
|
+
return JSON.stringify(q.answerDetails);
|
|
88170
|
+
}
|
|
88171
|
+
return 'Answer provided';
|
|
88172
|
+
}
|
|
88173
|
+
showFocusAreaTooltip(event) {
|
|
88174
|
+
const target = event.target;
|
|
88175
|
+
const rect = target.getBoundingClientRect();
|
|
88176
|
+
const focusAreas = this.relatedFocusAreas();
|
|
88177
|
+
const tooltipContent = focusAreas
|
|
88178
|
+
.map(fa => `• ${this.getFocusAreaTitle(fa)}`)
|
|
88179
|
+
.join('\n');
|
|
88180
|
+
this.tooltipService.show('text', tooltipContent, rect, 'top');
|
|
88181
|
+
}
|
|
88182
|
+
hideTooltip() {
|
|
88183
|
+
this.tooltipService.hide();
|
|
88184
|
+
}
|
|
88185
|
+
onAnswerClick() {
|
|
88186
|
+
this.answerClick.emit(this.question());
|
|
88187
|
+
}
|
|
88188
|
+
isLightMode() {
|
|
88189
|
+
return this.viewMode() === ViewModeEnum.LIGHT;
|
|
88190
|
+
}
|
|
88191
|
+
containerClasses() {
|
|
88192
|
+
return this.isLightMode()
|
|
88193
|
+
? 'bg-white border-slate-200 hover:border-slate-300 hover:shadow-lg'
|
|
88194
|
+
: 'bg-slate-800/50 border-slate-700/50 hover:border-slate-600/70 hover:shadow-xl hover:shadow-slate-900/30';
|
|
88195
|
+
}
|
|
88196
|
+
questionTextClasses() {
|
|
88197
|
+
return this.isLightMode()
|
|
88198
|
+
? 'text-slate-900'
|
|
88199
|
+
: 'text-white';
|
|
88200
|
+
}
|
|
88201
|
+
contextTextClasses() {
|
|
88202
|
+
return this.isLightMode()
|
|
88203
|
+
? 'text-slate-600'
|
|
88204
|
+
: 'text-slate-400';
|
|
88205
|
+
}
|
|
88206
|
+
relatedLabelClasses() {
|
|
88207
|
+
return this.isLightMode()
|
|
88208
|
+
? 'text-slate-600'
|
|
88209
|
+
: 'text-slate-400';
|
|
88210
|
+
}
|
|
88211
|
+
infoIconClasses() {
|
|
88212
|
+
return this.isLightMode()
|
|
88213
|
+
? 'text-slate-500 hover:text-slate-700 hover:bg-slate-100'
|
|
88214
|
+
: 'text-slate-400 hover:text-slate-200 hover:bg-slate-700';
|
|
88215
|
+
}
|
|
88216
|
+
focusAreaChipClasses() {
|
|
88217
|
+
return this.isLightMode()
|
|
88218
|
+
? 'bg-blue-100 text-blue-700 border border-blue-200'
|
|
88219
|
+
: 'bg-blue-900/30 text-blue-300 border border-blue-700/50';
|
|
88220
|
+
}
|
|
88221
|
+
answeredContainerClasses() {
|
|
88222
|
+
return this.isLightMode()
|
|
88223
|
+
? 'bg-emerald-50 border-emerald-200'
|
|
88224
|
+
: 'bg-emerald-900/20 border-emerald-700/50';
|
|
88225
|
+
}
|
|
88226
|
+
checkmarkClasses() {
|
|
88227
|
+
return this.isLightMode()
|
|
88228
|
+
? 'bg-emerald-500 text-white'
|
|
88229
|
+
: 'bg-emerald-400 text-slate-900';
|
|
88230
|
+
}
|
|
88231
|
+
answerLabelClasses() {
|
|
88232
|
+
return this.isLightMode()
|
|
88233
|
+
? 'text-emerald-700'
|
|
88234
|
+
: 'text-emerald-400';
|
|
88235
|
+
}
|
|
88236
|
+
answerTextClasses() {
|
|
88237
|
+
return this.isLightMode()
|
|
88238
|
+
? 'text-slate-700'
|
|
88239
|
+
: 'text-slate-300';
|
|
88240
|
+
}
|
|
88241
|
+
unansweredContainerClasses() {
|
|
88242
|
+
return this.isLightMode()
|
|
88243
|
+
? 'bg-slate-50 border-slate-300'
|
|
88244
|
+
: 'bg-slate-900/30 border-slate-700';
|
|
88245
|
+
}
|
|
88246
|
+
emptyStateIconContainerClasses() {
|
|
88247
|
+
return this.isLightMode()
|
|
88248
|
+
? 'text-slate-300'
|
|
88249
|
+
: 'text-slate-600';
|
|
88250
|
+
}
|
|
88251
|
+
emptyStateIconClasses() {
|
|
88252
|
+
return this.isLightMode()
|
|
88253
|
+
? 'text-slate-300'
|
|
88254
|
+
: 'text-slate-600';
|
|
88255
|
+
}
|
|
88256
|
+
emptyStateDotClasses() {
|
|
88257
|
+
return this.isLightMode()
|
|
88258
|
+
? 'bg-white border-slate-300'
|
|
88259
|
+
: 'bg-slate-900 border-slate-600';
|
|
88260
|
+
}
|
|
88261
|
+
unansweredLabelClasses() {
|
|
88262
|
+
return this.isLightMode()
|
|
88263
|
+
? 'text-slate-600'
|
|
88264
|
+
: 'text-slate-400';
|
|
88265
|
+
}
|
|
88266
|
+
unansweredTextClasses() {
|
|
88267
|
+
return this.isLightMode()
|
|
88268
|
+
? 'text-slate-500'
|
|
88269
|
+
: 'text-slate-500';
|
|
88270
|
+
}
|
|
88271
|
+
buttonClasses() {
|
|
88272
|
+
const isAnswered = this.isAnswered();
|
|
88273
|
+
if (isAnswered) {
|
|
88274
|
+
return this.isLightMode()
|
|
88275
|
+
? 'border border-blue-500 text-blue-600 hover:bg-blue-50 hover:border-blue-600'
|
|
88276
|
+
: 'border border-blue-500/50 text-blue-400 hover:bg-blue-500/10 hover:border-blue-400';
|
|
88277
|
+
}
|
|
88278
|
+
return this.isLightMode()
|
|
88279
|
+
? 'bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white shadow-md'
|
|
88280
|
+
: 'bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white shadow-lg shadow-blue-500/20';
|
|
88281
|
+
}
|
|
88282
|
+
static { this.ɵfac = function ShopProfileQuestionCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShopProfileQuestionCardComponent)(); }; }
|
|
88283
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileQuestionCardComponent, selectors: [["symphiq-shop-profile-question-card"]], inputs: { question: [1, "question"], viewMode: [1, "viewMode"], viewType: [1, "viewType"] }, outputs: { answerClick: "answerClick" }, decls: 13, vars: 8, consts: [[1, "rounded-xl", "border-2", "p-6", "transition-all", "duration-200", 3, "ngClass"], [1, "text-lg", "font-bold", "mb-2", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "rounded-lg", "p-4", "border", 3, "ngClass"], [1, "rounded-lg", "p-6", "border-2", "border-dashed", "text-center", 3, "ngClass"], [1, "mt-4", "flex", "justify-end"], ["type", "button", 1, "px-5", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-300", "flex", "items-center", "gap-2", "hover:scale-105", "active:scale-95", 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", "M9 5l7 7-7 7"], [1, "flex", "items-center", "gap-2", "mb-2"], [1, "text-xs", "font-semibold", 3, "ngClass"], ["type", "button", 1, "w-4", "h-4", "rounded-full", "flex", "items-center", "justify-center", "transition-colors", 3, "mouseenter", "mouseleave", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-3", "h-3"], ["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", "flex-wrap", "gap-2"], [1, "px-3", "py-1.5", "rounded-full", "text-xs", "font-medium", 3, "ngClass"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-6", "h-6", "rounded-full", "flex", "items-center", "justify-center", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M5 13l4 4L19 7"], [1, "flex-1", "min-w-0"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "gap-3"], [1, "relative", "w-16", "h-16", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12h6m-6 4h6m2 5H7a2 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, "absolute", "top-1", "right-1", "w-3", "h-3", "rounded-full", "border-2", 3, "ngClass"], [1, "text-sm", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-xs", 3, "ngClass"]], template: function ShopProfileQuestionCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88284
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "h3", 1);
|
|
88285
|
+
i0.ɵɵtext(2);
|
|
88286
|
+
i0.ɵɵelementEnd();
|
|
88287
|
+
i0.ɵɵconditionalCreate(3, ShopProfileQuestionCardComponent_Conditional_3_Template, 2, 2, "p", 2);
|
|
88288
|
+
i0.ɵɵconditionalCreate(4, ShopProfileQuestionCardComponent_Conditional_4_Template, 10, 3, "div", 3);
|
|
88289
|
+
i0.ɵɵconditionalCreate(5, ShopProfileQuestionCardComponent_Conditional_5_Template, 10, 5, "div", 4)(6, ShopProfileQuestionCardComponent_Conditional_6_Template, 11, 6, "div", 5);
|
|
88290
|
+
i0.ɵɵelementStart(7, "div", 6)(8, "button", 7);
|
|
88291
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionCardComponent_Template_button_click_8_listener() { return ctx.onAnswerClick(); });
|
|
88292
|
+
i0.ɵɵelementStart(9, "span");
|
|
88293
|
+
i0.ɵɵtext(10);
|
|
88294
|
+
i0.ɵɵelementEnd();
|
|
88295
|
+
i0.ɵɵnamespaceSVG();
|
|
88296
|
+
i0.ɵɵelementStart(11, "svg", 8);
|
|
88297
|
+
i0.ɵɵelement(12, "path", 9);
|
|
88298
|
+
i0.ɵɵelementEnd()()()();
|
|
88299
|
+
} if (rf & 2) {
|
|
88300
|
+
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
88301
|
+
i0.ɵɵadvance();
|
|
88302
|
+
i0.ɵɵproperty("ngClass", ctx.questionTextClasses());
|
|
88303
|
+
i0.ɵɵadvance();
|
|
88304
|
+
i0.ɵɵtextInterpolate1(" ", ctx.question().question, " ");
|
|
88305
|
+
i0.ɵɵadvance();
|
|
88306
|
+
i0.ɵɵconditional(ctx.question().context ? 3 : -1);
|
|
88307
|
+
i0.ɵɵadvance();
|
|
88308
|
+
i0.ɵɵconditional(ctx.showFocusAreaChips() && ctx.relatedFocusAreas().length > 0 ? 4 : -1);
|
|
88309
|
+
i0.ɵɵadvance();
|
|
88310
|
+
i0.ɵɵconditional(ctx.isAnswered() ? 5 : 6);
|
|
88311
|
+
i0.ɵɵadvance(3);
|
|
88312
|
+
i0.ɵɵproperty("ngClass", ctx.buttonClasses());
|
|
88313
|
+
i0.ɵɵadvance(2);
|
|
88314
|
+
i0.ɵɵtextInterpolate(ctx.isAnswered() ? "Edit Answer" : "Answer");
|
|
88315
|
+
} }, dependencies: [CommonModule, i1$1.NgClass], encapsulation: 2, changeDetection: 0 }); }
|
|
88316
|
+
}
|
|
88317
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ShopProfileQuestionCardComponent, [{
|
|
88318
|
+
type: Component,
|
|
88319
|
+
args: [{
|
|
88320
|
+
selector: 'symphiq-shop-profile-question-card',
|
|
88321
|
+
standalone: true,
|
|
88322
|
+
imports: [CommonModule],
|
|
88323
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
88324
|
+
template: `
|
|
88325
|
+
<div [ngClass]="containerClasses()" class="rounded-xl border-2 p-6 transition-all duration-200">
|
|
88326
|
+
<!-- Question Text -->
|
|
88327
|
+
<h3 [ngClass]="questionTextClasses()" class="text-lg font-bold mb-2">
|
|
88328
|
+
{{ question().question }}
|
|
88329
|
+
</h3>
|
|
88330
|
+
|
|
88331
|
+
<!-- Context -->
|
|
88332
|
+
@if (question().context) {
|
|
88333
|
+
<p [ngClass]="contextTextClasses()" class="text-sm leading-relaxed mb-4">
|
|
88334
|
+
{{ question().context }}
|
|
88335
|
+
</p>
|
|
88336
|
+
}
|
|
88337
|
+
|
|
88338
|
+
<!-- Related Focus Areas (only show when viewing by category) -->
|
|
88339
|
+
@if (showFocusAreaChips() && relatedFocusAreas().length > 0) {
|
|
88340
|
+
<div class="mb-4">
|
|
88341
|
+
<div class="flex items-center gap-2 mb-2">
|
|
88342
|
+
<span [ngClass]="relatedLabelClasses()" class="text-xs font-semibold">
|
|
88343
|
+
Related to {{ relatedFocusAreas().length }} focus area(s)
|
|
88344
|
+
</span>
|
|
88345
|
+
<button
|
|
88346
|
+
type="button"
|
|
88347
|
+
(mouseenter)="showFocusAreaTooltip($event)"
|
|
88348
|
+
(mouseleave)="hideTooltip()"
|
|
88349
|
+
[ngClass]="infoIconClasses()"
|
|
88350
|
+
class="w-4 h-4 rounded-full flex items-center justify-center transition-colors">
|
|
88351
|
+
<svg class="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
88352
|
+
<path 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"></path>
|
|
88353
|
+
</svg>
|
|
88354
|
+
</button>
|
|
88355
|
+
</div>
|
|
88356
|
+
<div class="flex flex-wrap gap-2">
|
|
88357
|
+
@for (focusArea of relatedFocusAreas(); track focusArea) {
|
|
88358
|
+
<span [ngClass]="focusAreaChipClasses()" class="px-3 py-1.5 rounded-full text-xs font-medium">
|
|
88359
|
+
{{ getFocusAreaTitle(focusArea) }}
|
|
88360
|
+
</span>
|
|
88361
|
+
}
|
|
88362
|
+
</div>
|
|
88363
|
+
</div>
|
|
88364
|
+
}
|
|
88365
|
+
|
|
88366
|
+
<!-- Answer Section -->
|
|
88367
|
+
@if (isAnswered()) {
|
|
88368
|
+
<div [ngClass]="answeredContainerClasses()" class="rounded-lg p-4 border">
|
|
88369
|
+
<div class="flex items-start gap-3">
|
|
88370
|
+
<div [ngClass]="checkmarkClasses()" class="flex-shrink-0 w-6 h-6 rounded-full flex items-center justify-center">
|
|
88371
|
+
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
88372
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
|
|
88373
|
+
</svg>
|
|
88374
|
+
</div>
|
|
88375
|
+
<div class="flex-1 min-w-0">
|
|
88376
|
+
<div [ngClass]="answerLabelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-1">
|
|
88377
|
+
Your Answer
|
|
88378
|
+
</div>
|
|
88379
|
+
<div [ngClass]="answerTextClasses()" class="text-sm">
|
|
88380
|
+
{{ getAnswerDisplay() }}
|
|
88381
|
+
</div>
|
|
88382
|
+
</div>
|
|
88383
|
+
</div>
|
|
88384
|
+
</div>
|
|
88385
|
+
} @else {
|
|
88386
|
+
<!-- Unanswered State -->
|
|
88387
|
+
<div [ngClass]="unansweredContainerClasses()" class="rounded-lg p-6 border-2 border-dashed text-center">
|
|
88388
|
+
<div class="flex flex-col items-center gap-3">
|
|
88389
|
+
<!-- Empty State Icon -->
|
|
88390
|
+
<div [ngClass]="emptyStateIconContainerClasses()" class="relative w-16 h-16">
|
|
88391
|
+
<svg [ngClass]="emptyStateIconClasses()" class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
88392
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12h6m-6 4h6m2 5H7a2 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"></path>
|
|
88393
|
+
</svg>
|
|
88394
|
+
<div [ngClass]="emptyStateDotClasses()" class="absolute top-1 right-1 w-3 h-3 rounded-full border-2"></div>
|
|
88395
|
+
</div>
|
|
88396
|
+
<div>
|
|
88397
|
+
<div [ngClass]="unansweredLabelClasses()" class="text-sm font-semibold mb-1">
|
|
88398
|
+
Not answered yet
|
|
88399
|
+
</div>
|
|
88400
|
+
<div [ngClass]="unansweredTextClasses()" class="text-xs">
|
|
88401
|
+
Click the button below to provide your answer
|
|
88402
|
+
</div>
|
|
88403
|
+
</div>
|
|
88404
|
+
</div>
|
|
88405
|
+
</div>
|
|
88406
|
+
}
|
|
88407
|
+
|
|
88408
|
+
<!-- Action Button -->
|
|
88409
|
+
<div class="mt-4 flex justify-end">
|
|
88410
|
+
<button
|
|
88411
|
+
type="button"
|
|
88412
|
+
(click)="onAnswerClick()"
|
|
88413
|
+
[ngClass]="buttonClasses()"
|
|
88414
|
+
class="px-5 py-2.5 rounded-lg font-medium text-sm transition-all duration-300 flex items-center gap-2 hover:scale-105 active:scale-95">
|
|
88415
|
+
<span>{{ isAnswered() ? 'Edit Answer' : 'Answer' }}</span>
|
|
88416
|
+
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
88417
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
|
|
88418
|
+
</svg>
|
|
88419
|
+
</button>
|
|
88420
|
+
</div>
|
|
88421
|
+
</div>
|
|
88422
|
+
`
|
|
88423
|
+
}]
|
|
88424
|
+
}], null, { question: [{ type: i0.Input, args: [{ isSignal: true, alias: "question", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], viewType: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewType", required: false }] }], answerClick: [{ type: i0.Output, args: ["answerClick"] }] }); })();
|
|
88425
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionCardComponent, { className: "ShopProfileQuestionCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-question-card.component.ts", lineNumber: 118 }); })();
|
|
88426
|
+
|
|
88427
|
+
const _c0$4 = ["modalContent"];
|
|
88428
|
+
const _c1$1 = ["modalWrapper"];
|
|
88429
|
+
const _forTrack0$1 = ($index, $item) => $item.id;
|
|
88430
|
+
function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
88431
|
+
i0.ɵɵelementStart(0, "div", 21)(1, "div", 23);
|
|
88432
|
+
i0.ɵɵnamespaceSVG();
|
|
88433
|
+
i0.ɵɵelementStart(2, "svg", 24);
|
|
88434
|
+
i0.ɵɵelement(3, "path", 25);
|
|
88435
|
+
i0.ɵɵelementEnd()();
|
|
88436
|
+
i0.ɵɵnamespaceHTML();
|
|
88437
|
+
i0.ɵɵelementStart(4, "h3", 26);
|
|
88438
|
+
i0.ɵɵtext(5, " No questions found ");
|
|
88439
|
+
i0.ɵɵelementEnd();
|
|
88440
|
+
i0.ɵɵelementStart(6, "p", 27);
|
|
88441
|
+
i0.ɵɵtext(7);
|
|
88442
|
+
i0.ɵɵelementEnd()();
|
|
88443
|
+
} if (rf & 2) {
|
|
88444
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
88445
|
+
i0.ɵɵadvance();
|
|
88446
|
+
i0.ɵɵproperty("ngClass", ctx_r1.emptyStateIconClasses());
|
|
88447
|
+
i0.ɵɵadvance(3);
|
|
88448
|
+
i0.ɵɵproperty("ngClass", ctx_r1.emptyStateTitleClasses());
|
|
88449
|
+
i0.ɵɵadvance(2);
|
|
88450
|
+
i0.ɵɵproperty("ngClass", ctx_r1.emptyStateTextClasses());
|
|
88451
|
+
i0.ɵɵadvance();
|
|
88452
|
+
i0.ɵɵtextInterpolate1(" There are no questions for this ", ctx_r1.viewType() === "category" ? "category" : "focus area", ". ");
|
|
88453
|
+
} }
|
|
88454
|
+
function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_25_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
88455
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
88456
|
+
i0.ɵɵelementStart(0, "symphiq-shop-profile-question-card", 29);
|
|
88457
|
+
i0.ɵɵlistener("answerClick", function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_25_For_2_Template_symphiq_shop_profile_question_card_answerClick_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.onQuestionAnswerClick($event)); });
|
|
88458
|
+
i0.ɵɵelementEnd();
|
|
88459
|
+
} if (rf & 2) {
|
|
88460
|
+
const question_r4 = ctx.$implicit;
|
|
88461
|
+
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
88462
|
+
i0.ɵɵproperty("question", question_r4)("viewMode", ctx_r1.viewMode())("viewType", ctx_r1.viewType());
|
|
88463
|
+
} }
|
|
88464
|
+
function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
88465
|
+
i0.ɵɵelementStart(0, "div", 22);
|
|
88466
|
+
i0.ɵɵrepeaterCreate(1, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_25_For_2_Template, 1, 3, "symphiq-shop-profile-question-card", 28, _forTrack0$1);
|
|
88467
|
+
i0.ɵɵelementEnd();
|
|
88468
|
+
} if (rf & 2) {
|
|
88469
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
88470
|
+
i0.ɵɵadvance();
|
|
88471
|
+
i0.ɵɵrepeater(ctx_r1.filteredQuestions());
|
|
88472
|
+
} }
|
|
88473
|
+
function ShopProfileQuestionsModalComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
88474
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
88475
|
+
i0.ɵɵelementStart(0, "div", 3, 0);
|
|
88476
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBackdropClick()); });
|
|
88477
|
+
i0.ɵɵelementStart(2, "div", 4);
|
|
88478
|
+
i0.ɵɵelement(3, "div", 5);
|
|
88479
|
+
i0.ɵɵelementStart(4, "span", 6);
|
|
88480
|
+
i0.ɵɵtext(5, "\u200B");
|
|
88481
|
+
i0.ɵɵelementEnd();
|
|
88482
|
+
i0.ɵɵelementStart(6, "div", 7, 1);
|
|
88483
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_div_click_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView($event.stopPropagation()); });
|
|
88484
|
+
i0.ɵɵelementStart(8, "div", 8)(9, "div", 9)(10, "div", 10)(11, "div", 11);
|
|
88485
|
+
i0.ɵɵtext(12);
|
|
88486
|
+
i0.ɵɵelementEnd();
|
|
88487
|
+
i0.ɵɵelementStart(13, "h3", 12);
|
|
88488
|
+
i0.ɵɵtext(14);
|
|
88489
|
+
i0.ɵɵelementEnd();
|
|
88490
|
+
i0.ɵɵelementStart(15, "div", 13)(16, "div", 14);
|
|
88491
|
+
i0.ɵɵelement(17, "div", 15);
|
|
88492
|
+
i0.ɵɵelementEnd();
|
|
88493
|
+
i0.ɵɵelementStart(18, "div", 16);
|
|
88494
|
+
i0.ɵɵtext(19);
|
|
88495
|
+
i0.ɵɵelementEnd()()();
|
|
88496
|
+
i0.ɵɵelementStart(20, "button", 17);
|
|
88497
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionsModalComponent_Conditional_0_Template_button_click_20_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onClose()); });
|
|
88498
|
+
i0.ɵɵnamespaceSVG();
|
|
88499
|
+
i0.ɵɵelementStart(21, "svg", 18);
|
|
88500
|
+
i0.ɵɵelement(22, "path", 19);
|
|
88501
|
+
i0.ɵɵelementEnd()()()();
|
|
88502
|
+
i0.ɵɵnamespaceHTML();
|
|
88503
|
+
i0.ɵɵelementStart(23, "div", 20);
|
|
88504
|
+
i0.ɵɵconditionalCreate(24, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_24_Template, 8, 4, "div", 21)(25, ShopProfileQuestionsModalComponent_Conditional_0_Conditional_25_Template, 3, 0, "div", 22);
|
|
88505
|
+
i0.ɵɵelementEnd()()()();
|
|
88506
|
+
} if (rf & 2) {
|
|
88507
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88508
|
+
i0.ɵɵadvance(3);
|
|
88509
|
+
i0.ɵɵproperty("ngClass", ctx_r1.backdropClasses())("@fadeIn", undefined);
|
|
88510
|
+
i0.ɵɵadvance(3);
|
|
88511
|
+
i0.ɵɵproperty("ngClass", ctx_r1.containerClasses())("@slideUpFade", undefined);
|
|
88512
|
+
i0.ɵɵadvance(2);
|
|
88513
|
+
i0.ɵɵproperty("ngClass", ctx_r1.headerClasses());
|
|
88514
|
+
i0.ɵɵadvance(3);
|
|
88515
|
+
i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
|
|
88516
|
+
i0.ɵɵadvance();
|
|
88517
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
|
|
88518
|
+
i0.ɵɵadvance();
|
|
88519
|
+
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
88520
|
+
i0.ɵɵadvance();
|
|
88521
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.displayTitle(), " ");
|
|
88522
|
+
i0.ɵɵadvance(2);
|
|
88523
|
+
i0.ɵɵproperty("ngClass", ctx_r1.progressBarContainerClasses());
|
|
88524
|
+
i0.ɵɵadvance();
|
|
88525
|
+
i0.ɵɵstyleProp("width", ctx_r1.progressPercentage(), "%");
|
|
88526
|
+
i0.ɵɵproperty("ngClass", ctx_r1.progressBarFillClasses());
|
|
88527
|
+
i0.ɵɵadvance();
|
|
88528
|
+
i0.ɵɵproperty("ngClass", ctx_r1.progressTextClasses());
|
|
88529
|
+
i0.ɵɵadvance();
|
|
88530
|
+
i0.ɵɵtextInterpolate2(" ", ctx_r1.answeredCount(), " / ", ctx_r1.totalCount(), " questions answered ");
|
|
88531
|
+
i0.ɵɵadvance();
|
|
88532
|
+
i0.ɵɵproperty("ngClass", ctx_r1.closeButtonClasses());
|
|
88533
|
+
i0.ɵɵadvance(3);
|
|
88534
|
+
i0.ɵɵproperty("ngClass", ctx_r1.contentClasses());
|
|
88535
|
+
i0.ɵɵadvance();
|
|
88536
|
+
i0.ɵɵconditional(ctx_r1.filteredQuestions().length === 0 ? 24 : 25);
|
|
88537
|
+
} }
|
|
88538
|
+
class ShopProfileQuestionsModalComponent {
|
|
88539
|
+
constructor() {
|
|
88540
|
+
this.isOpen = input(false, ...(ngDevMode ? [{ debugName: "isOpen" }] : []));
|
|
88541
|
+
this.questions = input([], ...(ngDevMode ? [{ debugName: "questions" }] : []));
|
|
88542
|
+
this.selectedCategoryId = input(null, ...(ngDevMode ? [{ debugName: "selectedCategoryId" }] : []));
|
|
88543
|
+
this.selectedFocusAreaId = input(null, ...(ngDevMode ? [{ debugName: "selectedFocusAreaId" }] : []));
|
|
88544
|
+
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
88545
|
+
this.close = output();
|
|
88546
|
+
this.questionAnswerClick = output();
|
|
88547
|
+
this.renderer = inject(Renderer2);
|
|
88548
|
+
this.document = inject(DOCUMENT);
|
|
88549
|
+
this.hostElement = inject(ElementRef);
|
|
88550
|
+
this.modalReady = signal(false, ...(ngDevMode ? [{ debugName: "modalReady" }] : []));
|
|
88551
|
+
this.modalMovedToBody = false;
|
|
88552
|
+
this.viewType = computed(() => {
|
|
88553
|
+
return this.selectedCategoryId() !== null ? 'category' : 'focus-area';
|
|
88554
|
+
}, ...(ngDevMode ? [{ debugName: "viewType" }] : []));
|
|
88555
|
+
this.displayTitle = computed(() => {
|
|
88556
|
+
if (this.viewType() === 'category') {
|
|
88557
|
+
const categoryId = this.selectedCategoryId();
|
|
88558
|
+
if (!categoryId)
|
|
88559
|
+
return 'Category';
|
|
88560
|
+
return this.formatCategoryName(categoryId);
|
|
88561
|
+
}
|
|
88562
|
+
else {
|
|
88563
|
+
const focusAreaId = this.selectedFocusAreaId();
|
|
88564
|
+
if (!focusAreaId)
|
|
88565
|
+
return 'Focus Area';
|
|
88566
|
+
return this.formatFocusAreaName(focusAreaId);
|
|
88567
|
+
}
|
|
88568
|
+
}, ...(ngDevMode ? [{ debugName: "displayTitle" }] : []));
|
|
88569
|
+
this.filteredQuestions = computed(() => {
|
|
88570
|
+
const allQuestions = this.questions();
|
|
88571
|
+
const categoryId = this.selectedCategoryId();
|
|
88572
|
+
const focusAreaId = this.selectedFocusAreaId();
|
|
88573
|
+
if (categoryId) {
|
|
88574
|
+
return allQuestions.filter(q => {
|
|
88575
|
+
const qCategory = q.category;
|
|
88576
|
+
return qCategory === categoryId;
|
|
88577
|
+
});
|
|
88578
|
+
}
|
|
88579
|
+
else if (focusAreaId) {
|
|
88580
|
+
return allQuestions.filter(q => {
|
|
88581
|
+
const focusAreas = q.focusAreaDomains || [];
|
|
88582
|
+
return focusAreas.includes(focusAreaId);
|
|
88583
|
+
});
|
|
88584
|
+
}
|
|
88585
|
+
return [];
|
|
88586
|
+
}, ...(ngDevMode ? [{ debugName: "filteredQuestions" }] : []));
|
|
88587
|
+
this.answeredCount = computed(() => {
|
|
88588
|
+
return this.filteredQuestions().filter(q => q.answered === true).length;
|
|
88589
|
+
}, ...(ngDevMode ? [{ debugName: "answeredCount" }] : []));
|
|
88590
|
+
this.totalCount = computed(() => {
|
|
88591
|
+
return this.filteredQuestions().length;
|
|
88592
|
+
}, ...(ngDevMode ? [{ debugName: "totalCount" }] : []));
|
|
88593
|
+
this.progressPercentage = computed(() => {
|
|
88594
|
+
const total = this.totalCount();
|
|
88595
|
+
if (total === 0)
|
|
88596
|
+
return 0;
|
|
88597
|
+
return (this.answeredCount() / total) * 100;
|
|
88598
|
+
}, ...(ngDevMode ? [{ debugName: "progressPercentage" }] : []));
|
|
88599
|
+
effect(() => {
|
|
88600
|
+
const open = this.isOpen();
|
|
88601
|
+
if (open) {
|
|
88602
|
+
this.modalReady.set(false);
|
|
88603
|
+
setTimeout(() => {
|
|
88604
|
+
this.moveModalToBody();
|
|
88605
|
+
this.modalReady.set(true);
|
|
88606
|
+
}, 0);
|
|
88607
|
+
}
|
|
88608
|
+
else {
|
|
88609
|
+
this.modalReady.set(false);
|
|
88610
|
+
this.returnModalToHost();
|
|
88611
|
+
}
|
|
88612
|
+
});
|
|
88613
|
+
}
|
|
88614
|
+
onBackdropClick() {
|
|
88615
|
+
this.onClose();
|
|
88616
|
+
}
|
|
88617
|
+
onClose() {
|
|
88618
|
+
this.close.emit();
|
|
88619
|
+
}
|
|
88620
|
+
onQuestionAnswerClick(question) {
|
|
88621
|
+
this.questionAnswerClick.emit(question);
|
|
88622
|
+
}
|
|
88623
|
+
formatCategoryName(category) {
|
|
88624
|
+
return category
|
|
88625
|
+
.split('_')
|
|
88626
|
+
.map(word => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())
|
|
88627
|
+
.join(' ');
|
|
88628
|
+
}
|
|
88629
|
+
formatFocusAreaName(focusArea) {
|
|
88630
|
+
if (focusArea === 'general')
|
|
88631
|
+
return 'General';
|
|
88632
|
+
try {
|
|
88633
|
+
const focusAreaEnum = focusArea;
|
|
88634
|
+
return FocusAreaDomainEnumUtil.title(focusAreaEnum);
|
|
88635
|
+
}
|
|
88636
|
+
catch {
|
|
88637
|
+
return focusArea
|
|
88638
|
+
.split('_')
|
|
88639
|
+
.map(word => word.charAt(0).toUpperCase() + word.slice(1).toLowerCase())
|
|
88640
|
+
.join(' ');
|
|
88641
|
+
}
|
|
88642
|
+
}
|
|
88643
|
+
moveModalToBody() {
|
|
88644
|
+
if (this.modalMovedToBody || !this.modalWrapper?.nativeElement) {
|
|
88645
|
+
return;
|
|
88646
|
+
}
|
|
88647
|
+
const modalEl = this.modalWrapper.nativeElement;
|
|
88648
|
+
this.renderer.appendChild(this.document.body, modalEl);
|
|
88649
|
+
this.modalMovedToBody = true;
|
|
88650
|
+
}
|
|
88651
|
+
returnModalToHost() {
|
|
88652
|
+
if (!this.modalMovedToBody || !this.modalWrapper?.nativeElement) {
|
|
88653
|
+
return;
|
|
88654
|
+
}
|
|
88655
|
+
const modalEl = this.modalWrapper.nativeElement;
|
|
88656
|
+
this.renderer.appendChild(this.hostElement.nativeElement, modalEl);
|
|
88657
|
+
this.modalMovedToBody = false;
|
|
88658
|
+
}
|
|
88659
|
+
isLightMode() {
|
|
88660
|
+
return this.viewMode() === ViewModeEnum.LIGHT;
|
|
88661
|
+
}
|
|
88662
|
+
backdropClasses() {
|
|
88663
|
+
return this.isLightMode()
|
|
88664
|
+
? 'bg-slate-900/15'
|
|
88665
|
+
: 'bg-slate-950/25';
|
|
88666
|
+
}
|
|
88667
|
+
containerClasses() {
|
|
88668
|
+
return this.isLightMode()
|
|
88669
|
+
? 'bg-white/90 border-slate-200/50'
|
|
88670
|
+
: 'bg-slate-800/90 border-slate-700/50';
|
|
88671
|
+
}
|
|
88672
|
+
headerClasses() {
|
|
88673
|
+
return this.isLightMode()
|
|
88674
|
+
? 'bg-white/50 border-slate-200/50'
|
|
88675
|
+
: 'bg-slate-800/50 border-slate-700/50';
|
|
88676
|
+
}
|
|
88677
|
+
labelClasses() {
|
|
88678
|
+
return this.isLightMode()
|
|
88679
|
+
? 'text-slate-500'
|
|
88680
|
+
: 'text-slate-400';
|
|
88681
|
+
}
|
|
88682
|
+
titleClasses() {
|
|
88683
|
+
return this.isLightMode()
|
|
88684
|
+
? 'text-slate-900'
|
|
88685
|
+
: 'text-white';
|
|
88686
|
+
}
|
|
88687
|
+
progressBarContainerClasses() {
|
|
88688
|
+
return this.isLightMode()
|
|
88689
|
+
? 'bg-slate-200'
|
|
88690
|
+
: 'bg-slate-700/50';
|
|
88691
|
+
}
|
|
88692
|
+
progressBarFillClasses() {
|
|
88693
|
+
return this.isLightMode()
|
|
88694
|
+
? 'bg-gradient-to-r from-emerald-600 to-emerald-500'
|
|
88695
|
+
: 'bg-gradient-to-r from-emerald-500 to-emerald-400';
|
|
88696
|
+
}
|
|
88697
|
+
progressTextClasses() {
|
|
88698
|
+
return this.isLightMode()
|
|
88699
|
+
? 'text-emerald-600'
|
|
88700
|
+
: 'text-emerald-400';
|
|
88701
|
+
}
|
|
88702
|
+
closeButtonClasses() {
|
|
88703
|
+
return this.isLightMode()
|
|
88704
|
+
? 'text-slate-600 hover:text-slate-900 hover:bg-slate-100'
|
|
88705
|
+
: 'text-slate-400 hover:text-white hover:bg-slate-700';
|
|
88706
|
+
}
|
|
88707
|
+
contentClasses() {
|
|
88708
|
+
return this.isLightMode()
|
|
88709
|
+
? 'bg-white/30'
|
|
88710
|
+
: 'bg-slate-800/30';
|
|
88711
|
+
}
|
|
88712
|
+
emptyStateIconClasses() {
|
|
88713
|
+
return this.isLightMode()
|
|
88714
|
+
? 'text-slate-300'
|
|
88715
|
+
: 'text-slate-600';
|
|
88716
|
+
}
|
|
88717
|
+
emptyStateTitleClasses() {
|
|
88718
|
+
return this.isLightMode()
|
|
88719
|
+
? 'text-slate-900'
|
|
88720
|
+
: 'text-white';
|
|
88721
|
+
}
|
|
88722
|
+
emptyStateTextClasses() {
|
|
88723
|
+
return this.isLightMode()
|
|
88724
|
+
? 'text-slate-600'
|
|
88725
|
+
: 'text-slate-400';
|
|
88726
|
+
}
|
|
88727
|
+
ngOnDestroy() {
|
|
88728
|
+
this.returnModalToHost();
|
|
88729
|
+
}
|
|
88730
|
+
static { this.ɵfac = function ShopProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShopProfileQuestionsModalComponent)(); }; }
|
|
88731
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileQuestionsModalComponent, selectors: [["symphiq-shop-profile-questions-modal"]], viewQuery: function ShopProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
88732
|
+
i0.ɵɵviewQuery(_c0$4, 5);
|
|
88733
|
+
i0.ɵɵviewQuery(_c1$1, 5);
|
|
88734
|
+
} if (rf & 2) {
|
|
88735
|
+
let _t;
|
|
88736
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
88737
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
88738
|
+
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], viewMode: [1, "viewMode"] }, outputs: { close: "close", questionAnswerClick: "questionAnswerClick" }, decls: 1, vars: 1, consts: [["modalWrapper", ""], ["modalContent", ""], [1, "fixed", "inset-0", "overflow-y-auto", "z-[9000]"], [1, "fixed", "inset-0", "overflow-y-auto", "z-[9000]", 3, "click"], [1, "flex", "items-center", "justify-center", "min-h-screen", "px-4", "pt-4", "pb-20", "text-center", "sm:block", "sm:p-0"], ["aria-hidden", "true", 1, "fixed", "inset-0", "backdrop-blur-sm", 3, "ngClass"], ["aria-hidden", "true", 1, "hidden", "sm:inline-block", "sm:align-middle", "sm:h-screen"], [1, "relative", "inline-block", "align-bottom", "rounded-2xl", "text-left", "overflow-hidden", "shadow-xl", "sm:my-8", "sm:align-middle", "sm:w-full", "sm:max-w-4xl", "border", "backdrop-blur-xl", 3, "click", "ngClass"], [1, "px-6", "py-5", "border-b", "backdrop-blur-sm", "sticky", "top-0", "z-10", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "flex-1"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "mb-1", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-3", 3, "ngClass"], [1, "space-y-2"], [1, "h-2", "rounded-full", "overflow-hidden", 3, "ngClass"], [1, "h-full", "transition-all", "duration-500", "ease-out", "rounded-full", 3, "ngClass"], [1, "text-sm", "font-medium", 3, "ngClass"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", "relative", "ml-4", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M6 18L18 6M6 6l12 12"], [1, "px-6", "py-8", "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm", 3, "ngClass"], [1, "text-center", "py-12"], [1, "space-y-4"], [1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-full", "h-full"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "1.5", "d", "M9 12h6m-6 4h6m2 5H7a2 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-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [3, "question", "viewMode", "viewType"], [3, "answerClick", "question", "viewMode", "viewType"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88739
|
+
i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Template, 26, 19, "div", 2);
|
|
88740
|
+
} if (rf & 2) {
|
|
88741
|
+
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
88742
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, ShopProfileQuestionCardComponent], encapsulation: 2, data: { animation: [
|
|
88743
|
+
trigger('fadeIn', [
|
|
88744
|
+
transition(':enter', [
|
|
88745
|
+
style({ opacity: 0 }),
|
|
88746
|
+
animate('200ms ease-out', style({ opacity: 1 }))
|
|
88747
|
+
])
|
|
88748
|
+
]),
|
|
88749
|
+
trigger('slideUpFade', [
|
|
88750
|
+
transition(':enter', [
|
|
88751
|
+
style({ opacity: 0, transform: 'translateY(30px) scale(0.95)' }),
|
|
88752
|
+
animate('400ms 50ms cubic-bezier(0.16, 1, 0.3, 1)', style({ opacity: 1, transform: 'translateY(0) scale(1)' }))
|
|
88753
|
+
])
|
|
88754
|
+
])
|
|
88755
|
+
] }, changeDetection: 0 }); }
|
|
88756
|
+
}
|
|
88757
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ShopProfileQuestionsModalComponent, [{
|
|
88758
|
+
type: Component,
|
|
88759
|
+
args: [{
|
|
88760
|
+
selector: 'symphiq-shop-profile-questions-modal',
|
|
88761
|
+
standalone: true,
|
|
88762
|
+
imports: [CommonModule, ShopProfileQuestionCardComponent],
|
|
88763
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
88764
|
+
animations: [
|
|
88765
|
+
trigger('fadeIn', [
|
|
88766
|
+
transition(':enter', [
|
|
88767
|
+
style({ opacity: 0 }),
|
|
88768
|
+
animate('200ms ease-out', style({ opacity: 1 }))
|
|
88769
|
+
])
|
|
88770
|
+
]),
|
|
88771
|
+
trigger('slideUpFade', [
|
|
88772
|
+
transition(':enter', [
|
|
88773
|
+
style({ opacity: 0, transform: 'translateY(30px) scale(0.95)' }),
|
|
88774
|
+
animate('400ms 50ms cubic-bezier(0.16, 1, 0.3, 1)', style({ opacity: 1, transform: 'translateY(0) scale(1)' }))
|
|
88775
|
+
])
|
|
88776
|
+
])
|
|
88777
|
+
],
|
|
88778
|
+
template: `
|
|
88779
|
+
@if (isOpen()) {
|
|
88780
|
+
<div
|
|
88781
|
+
#modalWrapper
|
|
88782
|
+
class="fixed inset-0 overflow-y-auto z-[9000]"
|
|
88783
|
+
(click)="onBackdropClick()">
|
|
88784
|
+
<div class="flex items-center justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0">
|
|
88785
|
+
<div
|
|
88786
|
+
[ngClass]="backdropClasses()"
|
|
88787
|
+
class="fixed inset-0 backdrop-blur-sm"
|
|
88788
|
+
aria-hidden="true"
|
|
88789
|
+
@fadeIn></div>
|
|
88790
|
+
|
|
88791
|
+
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">​</span>
|
|
88792
|
+
|
|
88793
|
+
<div
|
|
88794
|
+
#modalContent
|
|
88795
|
+
(click)="$event.stopPropagation()"
|
|
88796
|
+
[ngClass]="containerClasses()"
|
|
88797
|
+
class="relative inline-block align-bottom rounded-2xl text-left overflow-hidden shadow-xl sm:my-8 sm:align-middle sm:w-full sm:max-w-4xl border backdrop-blur-xl"
|
|
88798
|
+
@slideUpFade>
|
|
88799
|
+
|
|
88800
|
+
<!-- Header -->
|
|
88801
|
+
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
|
|
88802
|
+
<div class="flex items-start justify-between">
|
|
88803
|
+
<div class="flex-1">
|
|
88804
|
+
<!-- Label -->
|
|
88805
|
+
<div [ngClass]="labelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-1">
|
|
88806
|
+
{{ viewType() === 'category' ? 'Category' : 'Focus Area' }}
|
|
88807
|
+
</div>
|
|
88808
|
+
|
|
88809
|
+
<!-- Title -->
|
|
88810
|
+
<h3 [ngClass]="titleClasses()" class="text-xl font-bold mb-3">
|
|
88811
|
+
{{ displayTitle() }}
|
|
88812
|
+
</h3>
|
|
88813
|
+
|
|
88814
|
+
<!-- Progress Bar -->
|
|
88815
|
+
<div class="space-y-2">
|
|
88816
|
+
<div [ngClass]="progressBarContainerClasses()" class="h-2 rounded-full overflow-hidden">
|
|
88817
|
+
<div
|
|
88818
|
+
[ngClass]="progressBarFillClasses()"
|
|
88819
|
+
class="h-full transition-all duration-500 ease-out rounded-full"
|
|
88820
|
+
[style.width.%]="progressPercentage()"></div>
|
|
88821
|
+
</div>
|
|
88822
|
+
<div [ngClass]="progressTextClasses()" class="text-sm font-medium">
|
|
88823
|
+
{{ answeredCount() }} / {{ totalCount() }} questions answered
|
|
88824
|
+
</div>
|
|
88825
|
+
</div>
|
|
88826
|
+
</div>
|
|
88827
|
+
|
|
88828
|
+
<!-- Close Button -->
|
|
88829
|
+
<button
|
|
88830
|
+
type="button"
|
|
88831
|
+
(click)="onClose()"
|
|
88832
|
+
[ngClass]="closeButtonClasses()"
|
|
88833
|
+
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer relative ml-4">
|
|
88834
|
+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
88835
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
88836
|
+
</svg>
|
|
88837
|
+
</button>
|
|
88838
|
+
</div>
|
|
88839
|
+
</div>
|
|
88840
|
+
|
|
88841
|
+
<!-- Content -->
|
|
88842
|
+
<div [ngClass]="contentClasses()" class="px-6 py-8 max-h-[70vh] overflow-y-auto backdrop-blur-sm">
|
|
88843
|
+
@if (filteredQuestions().length === 0) {
|
|
88844
|
+
<div class="text-center py-12">
|
|
88845
|
+
<div [ngClass]="emptyStateIconClasses()" class="w-16 h-16 mx-auto mb-4">
|
|
88846
|
+
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
88847
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 12h6m-6 4h6m2 5H7a2 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"></path>
|
|
88848
|
+
</svg>
|
|
88849
|
+
</div>
|
|
88850
|
+
<h3 [ngClass]="emptyStateTitleClasses()" class="text-lg font-semibold mb-2">
|
|
88851
|
+
No questions found
|
|
88852
|
+
</h3>
|
|
88853
|
+
<p [ngClass]="emptyStateTextClasses()" class="text-sm">
|
|
88854
|
+
There are no questions for this {{ viewType() === 'category' ? 'category' : 'focus area' }}.
|
|
88855
|
+
</p>
|
|
88856
|
+
</div>
|
|
88857
|
+
} @else {
|
|
88858
|
+
<div class="space-y-4">
|
|
88859
|
+
@for (question of filteredQuestions(); track question.id) {
|
|
88860
|
+
<symphiq-shop-profile-question-card
|
|
88861
|
+
[question]="question"
|
|
88862
|
+
[viewMode]="viewMode()"
|
|
88863
|
+
[viewType]="viewType()"
|
|
88864
|
+
(answerClick)="onQuestionAnswerClick($event)" />
|
|
88865
|
+
}
|
|
88866
|
+
</div>
|
|
88867
|
+
}
|
|
88868
|
+
</div>
|
|
88869
|
+
</div>
|
|
88870
|
+
</div>
|
|
88871
|
+
</div>
|
|
88872
|
+
}
|
|
88873
|
+
`
|
|
88874
|
+
}]
|
|
88875
|
+
}], () => [], { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], selectedCategoryId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCategoryId", required: false }] }], selectedFocusAreaId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedFocusAreaId", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], close: [{ type: i0.Output, args: ["close"] }], questionAnswerClick: [{ type: i0.Output, args: ["questionAnswerClick"] }], modalContent: [{
|
|
88876
|
+
type: ViewChild,
|
|
88877
|
+
args: ['modalContent']
|
|
88878
|
+
}], modalWrapper: [{
|
|
88879
|
+
type: ViewChild,
|
|
88880
|
+
args: ['modalWrapper']
|
|
88881
|
+
}] }); })();
|
|
88882
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionsModalComponent, { className: "ShopProfileQuestionsModalComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-questions-modal.component.ts", lineNumber: 135 }); })();
|
|
88883
|
+
|
|
88038
88884
|
const _c0$3 = ["chartdiv"];
|
|
88039
88885
|
function ShopProfileStatusCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
88040
|
-
i0.ɵɵelementStart(0, "h3",
|
|
88886
|
+
i0.ɵɵelementStart(0, "h3", 20);
|
|
88041
88887
|
i0.ɵɵtext(1, " Why Shop Profile Questions Matter ");
|
|
88042
88888
|
i0.ɵɵelementEnd();
|
|
88043
88889
|
i0.ɵɵelementStart(2, "p", 18);
|
|
@@ -88048,10 +88894,10 @@ function ShopProfileStatusCardComponent_Conditional_22_Template(rf, ctx) { if (r
|
|
|
88048
88894
|
i0.ɵɵtext(6, ". These questions provide crucial qualitative data to the Symphiq engine, enabling personalized analysis and strategic recommendations tailored to your business. Your insights help us understand your unique operations, challenges, and goals. ");
|
|
88049
88895
|
i0.ɵɵelementEnd();
|
|
88050
88896
|
} if (rf & 2) {
|
|
88051
|
-
const
|
|
88052
|
-
i0.ɵɵproperty("ngClass",
|
|
88897
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88898
|
+
i0.ɵɵproperty("ngClass", ctx_r1.getIntroTitleClasses());
|
|
88053
88899
|
i0.ɵɵadvance(2);
|
|
88054
|
-
i0.ɵɵproperty("ngClass",
|
|
88900
|
+
i0.ɵɵproperty("ngClass", ctx_r1.getIntroTextClasses());
|
|
88055
88901
|
} }
|
|
88056
88902
|
function ShopProfileStatusCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
88057
88903
|
i0.ɵɵelementStart(0, "p", 18)(1, "strong");
|
|
@@ -88060,23 +88906,23 @@ function ShopProfileStatusCardComponent_Conditional_23_Template(rf, ctx) { if (r
|
|
|
88060
88906
|
i0.ɵɵtext(3, " Continue answering questions to unlock deeper insights and more accurate recommendations. Each answer helps Symphiq better understand your business context. ");
|
|
88061
88907
|
i0.ɵɵelementEnd();
|
|
88062
88908
|
} if (rf & 2) {
|
|
88063
|
-
const
|
|
88064
|
-
i0.ɵɵproperty("ngClass",
|
|
88909
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88910
|
+
i0.ɵɵproperty("ngClass", ctx_r1.getIntroTextClasses());
|
|
88065
88911
|
} }
|
|
88066
88912
|
function ShopProfileStatusCardComponent_Conditional_24_Template(rf, ctx) { if (rf & 1) {
|
|
88067
|
-
const
|
|
88068
|
-
i0.ɵɵelementStart(0, "div",
|
|
88069
|
-
i0.ɵɵlistener("viewChanged", function ShopProfileStatusCardComponent_Conditional_24_Template_symphiq_shop_profile_view_toggle_viewChanged_1_listener($event) { i0.ɵɵrestoreView(
|
|
88913
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
88914
|
+
i0.ɵɵelementStart(0, "div", 21)(1, "symphiq-shop-profile-view-toggle", 22);
|
|
88915
|
+
i0.ɵɵlistener("viewChanged", function ShopProfileStatusCardComponent_Conditional_24_Template_symphiq_shop_profile_view_toggle_viewChanged_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleViewChange($event)); });
|
|
88070
88916
|
i0.ɵɵelementEnd()();
|
|
88071
|
-
i0.ɵɵelementStart(2, "symphiq-shop-profile-category-list",
|
|
88072
|
-
i0.ɵɵlistener("itemClick", function ShopProfileStatusCardComponent_Conditional_24_Template_symphiq_shop_profile_category_list_itemClick_2_listener($event) { i0.ɵɵrestoreView(
|
|
88917
|
+
i0.ɵɵelementStart(2, "symphiq-shop-profile-category-list", 23);
|
|
88918
|
+
i0.ɵɵlistener("itemClick", function ShopProfileStatusCardComponent_Conditional_24_Template_symphiq_shop_profile_category_list_itemClick_2_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleItemClick($event)); });
|
|
88073
88919
|
i0.ɵɵelementEnd();
|
|
88074
88920
|
} if (rf & 2) {
|
|
88075
|
-
const
|
|
88921
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88076
88922
|
i0.ɵɵadvance();
|
|
88077
|
-
i0.ɵɵproperty("viewMode",
|
|
88923
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentView", ctx_r1.currentView());
|
|
88078
88924
|
i0.ɵɵadvance();
|
|
88079
|
-
i0.ɵɵproperty("viewMode",
|
|
88925
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("items", ctx_r1.currentGroupedQuestions());
|
|
88080
88926
|
} }
|
|
88081
88927
|
class ShopProfileStatusCardComponent {
|
|
88082
88928
|
constructor() {
|
|
@@ -88085,7 +88931,11 @@ class ShopProfileStatusCardComponent {
|
|
|
88085
88931
|
this.answeredQuestions = input(0, ...(ngDevMode ? [{ debugName: "answeredQuestions" }] : []));
|
|
88086
88932
|
this.questions = input([], ...(ngDevMode ? [{ debugName: "questions" }] : []));
|
|
88087
88933
|
this.startCategoryQuestions = output();
|
|
88934
|
+
this.questionAnswerRequested = output();
|
|
88088
88935
|
this.currentView = signal('category', ...(ngDevMode ? [{ debugName: "currentView" }] : []));
|
|
88936
|
+
this.questionsModalOpen = signal(false, ...(ngDevMode ? [{ debugName: "questionsModalOpen" }] : []));
|
|
88937
|
+
this.selectedCategoryId = signal(null, ...(ngDevMode ? [{ debugName: "selectedCategoryId" }] : []));
|
|
88938
|
+
this.selectedFocusAreaId = signal(null, ...(ngDevMode ? [{ debugName: "selectedFocusAreaId" }] : []));
|
|
88089
88939
|
this.completionPercentage = computed(() => {
|
|
88090
88940
|
const total = this.totalQuestions();
|
|
88091
88941
|
if (total === 0)
|
|
@@ -88184,7 +89034,23 @@ class ShopProfileStatusCardComponent {
|
|
|
88184
89034
|
this.currentView.set(view);
|
|
88185
89035
|
}
|
|
88186
89036
|
handleItemClick(item) {
|
|
88187
|
-
this.
|
|
89037
|
+
if (this.currentView() === 'category') {
|
|
89038
|
+
this.selectedCategoryId.set(item.id);
|
|
89039
|
+
this.selectedFocusAreaId.set(null);
|
|
89040
|
+
}
|
|
89041
|
+
else {
|
|
89042
|
+
this.selectedFocusAreaId.set(item.id);
|
|
89043
|
+
this.selectedCategoryId.set(null);
|
|
89044
|
+
}
|
|
89045
|
+
this.questionsModalOpen.set(true);
|
|
89046
|
+
}
|
|
89047
|
+
onQuestionsModalClose() {
|
|
89048
|
+
this.questionsModalOpen.set(false);
|
|
89049
|
+
this.selectedCategoryId.set(null);
|
|
89050
|
+
this.selectedFocusAreaId.set(null);
|
|
89051
|
+
}
|
|
89052
|
+
onQuestionAnswerClick(question) {
|
|
89053
|
+
this.questionAnswerRequested.emit(question);
|
|
88188
89054
|
}
|
|
88189
89055
|
formatCategoryName(category) {
|
|
88190
89056
|
return category
|
|
@@ -88356,7 +89222,8 @@ class ShopProfileStatusCardComponent {
|
|
|
88356
89222
|
} if (rf & 2) {
|
|
88357
89223
|
let _t;
|
|
88358
89224
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
88359
|
-
} }, inputs: { viewMode: [1, "viewMode"], totalQuestions: [1, "totalQuestions"], answeredQuestions: [1, "answeredQuestions"], questions: [1, "questions"] }, outputs: { startCategoryQuestions: "startCategoryQuestions" }, decls:
|
|
89225
|
+
} }, inputs: { viewMode: [1, "viewMode"], totalQuestions: [1, "totalQuestions"], answeredQuestions: [1, "answeredQuestions"], questions: [1, "questions"] }, outputs: { startCategoryQuestions: "startCategoryQuestions", questionAnswerRequested: "questionAnswerRequested" }, decls: 26, vars: 17, consts: [["chartdiv", ""], [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 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 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "flex", "items-center", "justify-center", "mb-8"], [1, "w-full", 2, "height", "300px"], [1, "rounded-xl", "p-6", "mb-8", 3, "ngClass"], [1, "flex", "items-start", "gap-4"], [1, "flex-shrink-0", "p-2", "rounded-lg", 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, "leading-relaxed", 3, "ngClass"], [3, "close", "questionAnswerClick", "isOpen", "questions", "selectedCategoryId", "selectedFocusAreaId", "viewMode"], [1, "font-semibold", "text-lg", "mb-3", 3, "ngClass"], [1, "flex", "justify-center", "mb-6"], [3, "viewChanged", "viewMode", "currentView"], [3, "itemClick", "viewMode", "items"]], template: function ShopProfileStatusCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
89226
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
88360
89227
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2)(2, "div", 3)(3, "div", 4)(4, "div", 5);
|
|
88361
89228
|
i0.ɵɵnamespaceSVG();
|
|
88362
89229
|
i0.ɵɵelementStart(5, "svg", 6);
|
|
@@ -88383,6 +89250,9 @@ class ShopProfileStatusCardComponent {
|
|
|
88383
89250
|
i0.ɵɵelementEnd()()();
|
|
88384
89251
|
i0.ɵɵconditionalCreate(24, ShopProfileStatusCardComponent_Conditional_24_Template, 3, 4);
|
|
88385
89252
|
i0.ɵɵelementEnd()();
|
|
89253
|
+
i0.ɵɵelementStart(25, "symphiq-shop-profile-questions-modal", 19);
|
|
89254
|
+
i0.ɵɵlistener("close", function ShopProfileStatusCardComponent_Template_symphiq_shop_profile_questions_modal_close_25_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onQuestionsModalClose()); })("questionAnswerClick", function ShopProfileStatusCardComponent_Template_symphiq_shop_profile_questions_modal_questionAnswerClick_25_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onQuestionAnswerClick($event)); });
|
|
89255
|
+
i0.ɵɵelementEnd();
|
|
88386
89256
|
} if (rf & 2) {
|
|
88387
89257
|
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
88388
89258
|
i0.ɵɵadvance();
|
|
@@ -88405,14 +89275,16 @@ class ShopProfileStatusCardComponent {
|
|
|
88405
89275
|
i0.ɵɵconditional(ctx.shouldShowFullIntro() ? 22 : 23);
|
|
88406
89276
|
i0.ɵɵadvance(2);
|
|
88407
89277
|
i0.ɵɵconditional(ctx.hasQuestions() ? 24 : -1);
|
|
88408
|
-
|
|
89278
|
+
i0.ɵɵadvance();
|
|
89279
|
+
i0.ɵɵproperty("isOpen", ctx.questionsModalOpen())("questions", ctx.questions())("selectedCategoryId", ctx.selectedCategoryId())("selectedFocusAreaId", ctx.selectedFocusAreaId())("viewMode", ctx.viewMode());
|
|
89280
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, ShopProfileCategoryListComponent, ShopProfileViewToggleComponent, ShopProfileQuestionsModalComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
88409
89281
|
}
|
|
88410
89282
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ShopProfileStatusCardComponent, [{
|
|
88411
89283
|
type: Component,
|
|
88412
89284
|
args: [{
|
|
88413
89285
|
selector: 'symphiq-shop-profile-status-card',
|
|
88414
89286
|
standalone: true,
|
|
88415
|
-
imports: [CommonModule, ShopProfileCategoryListComponent, ShopProfileViewToggleComponent],
|
|
89287
|
+
imports: [CommonModule, ShopProfileCategoryListComponent, ShopProfileViewToggleComponent, ShopProfileQuestionsModalComponent],
|
|
88416
89288
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
88417
89289
|
template: `
|
|
88418
89290
|
<div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden">
|
|
@@ -88486,13 +89358,23 @@ class ShopProfileStatusCardComponent {
|
|
|
88486
89358
|
}
|
|
88487
89359
|
</div>
|
|
88488
89360
|
</div>
|
|
89361
|
+
|
|
89362
|
+
<!-- Questions Modal -->
|
|
89363
|
+
<symphiq-shop-profile-questions-modal
|
|
89364
|
+
[isOpen]="questionsModalOpen()"
|
|
89365
|
+
[questions]="questions()"
|
|
89366
|
+
[selectedCategoryId]="selectedCategoryId()"
|
|
89367
|
+
[selectedFocusAreaId]="selectedFocusAreaId()"
|
|
89368
|
+
[viewMode]="viewMode()"
|
|
89369
|
+
(close)="onQuestionsModalClose()"
|
|
89370
|
+
(questionAnswerClick)="onQuestionAnswerClick($event)" />
|
|
88489
89371
|
`
|
|
88490
89372
|
}]
|
|
88491
|
-
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], totalQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalQuestions", required: false }] }], answeredQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "answeredQuestions", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], startCategoryQuestions: [{ type: i0.Output, args: ["startCategoryQuestions"] }], chartDiv: [{
|
|
89373
|
+
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], totalQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalQuestions", required: false }] }], answeredQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "answeredQuestions", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], startCategoryQuestions: [{ type: i0.Output, args: ["startCategoryQuestions"] }], questionAnswerRequested: [{ type: i0.Output, args: ["questionAnswerRequested"] }], chartDiv: [{
|
|
88492
89374
|
type: ViewChild,
|
|
88493
89375
|
args: ['chartdiv', { static: false }]
|
|
88494
89376
|
}] }); })();
|
|
88495
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileStatusCardComponent, { className: "ShopProfileStatusCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-status-card.component.ts", lineNumber:
|
|
89377
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileStatusCardComponent, { className: "ShopProfileStatusCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-status-card.component.ts", lineNumber: 117 }); })();
|
|
88496
89378
|
|
|
88497
89379
|
function ShopProfileStickyFooterComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
88498
89380
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -92601,5 +93483,5 @@ var pieChart_component = /*#__PURE__*/Object.freeze({
|
|
|
92601
93483
|
* Generated bundle index. Do not edit.
|
|
92602
93484
|
*/
|
|
92603
93485
|
|
|
92604
|
-
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, 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, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, ShopProfileViewToggleComponent, ShopWelcomeBannerComponent, SkeletonBarComponent, SkeletonCardBaseComponent, SkeletonCircleComponent, SkeletonCompetitorCardComponent, SkeletonCustomerSegmentCardComponent, SkeletonFocusAreaCardComponent, SkeletonGenericCardComponent, SkeletonLoaderComponent, SkeletonPriceTierCardComponent, SkeletonProductCategoryCardComponent, SkeletonRegionCardComponent, SkeletonSeasonCardComponent, StickySubscriptionContinueButtonComponent, SubscriptionValuePropositionCardComponent, SymphiqBusinessAnalysisDashboardComponent, SymphiqConnectGaDashboardComponent, SymphiqCreateAccountDashboardComponent, SymphiqFunnelAnalysisDashboardComponent, SymphiqFunnelAnalysisPreviewComponent, SymphiqIconComponent, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, 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 };
|
|
93486
|
+
export { AreaChartComponent, BarChartComponent, BreakdownSectionComponent, BusinessAnalysisModalComponent, BusinessProfileSearchService, ChartCardComponent, ChartContainerComponent, ChartThemeService, CircularProgressComponent, CompetitivePositioningSummaryComponent, CompetitorAnalysisCardComponent, ConfettiService, ConfidenceLevelCardComponent, ContentGenerationProgressComponent, ContentGenerationProgressWithConfettiComponent, CrossDashboardRelationshipsService, DataLoaderService, FloatingBackButtonComponent, FloatingTocComponent, FocusAreaDetailCardComponent, FocusAreaExecutiveSummaryComponent, FocusAreaQuestionComponent, 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, 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, SymphiqProfileAnalysisDashboardComponent, SymphiqRevenueCalculatorDashboardComponent, SymphiqWelcomeDashboardComponent, TargetChangeBadgeComponent, TooltipContainerComponent, TooltipDataService, TooltipDirective, TooltipService, ViewModeService, 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 };
|
|
92605
93487
|
//# sourceMappingURL=symphiq-components.mjs.map
|