@eric-emg/symphiq-components 1.2.361 → 1.2.362
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 +841 -742
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +127 -120
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/styles.css +6 -0
|
@@ -3232,7 +3232,7 @@ class DataLoaderService {
|
|
|
3232
3232
|
args: [{ providedIn: 'root' }]
|
|
3233
3233
|
}], () => [{ type: i1.HttpClient }], null); })();
|
|
3234
3234
|
|
|
3235
|
-
const _c0$
|
|
3235
|
+
const _c0$1c = a0 => ["skeleton-loader", "rounded-lg", "relative", "overflow-hidden", a0];
|
|
3236
3236
|
const _c1$F = a0 => ["skeleton-shimmer-overlay", "absolute", "inset-0", "bg-gradient-to-r", a0];
|
|
3237
3237
|
class SkeletonLoaderComponent {
|
|
3238
3238
|
constructor() {
|
|
@@ -3249,7 +3249,7 @@ 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$1c, ctx.isLightMode() ? "bg-slate-200/80" : "bg-slate-700/80"));
|
|
3253
3253
|
i0.ɵɵadvance();
|
|
3254
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 }); }
|
|
@@ -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$1b = (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$1b, 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);
|
|
@@ -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$1a = () => [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$1a));
|
|
4981
4981
|
i0.ɵɵadvance(2);
|
|
4982
4982
|
i0.ɵɵproperty("width", "100%")("height", "200px")("isLightMode", ctx_r0.isLightMode());
|
|
4983
4983
|
} }
|
|
@@ -6192,7 +6192,7 @@ 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$
|
|
6195
|
+
const _c0$19 = () => [1, 2, 3];
|
|
6196
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) {
|
|
@@ -6230,7 +6230,7 @@ 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$19));
|
|
6234
6234
|
i0.ɵɵadvance(3);
|
|
6235
6235
|
i0.ɵɵrepeater(i0.ɵɵpureFunction0(9, _c1$E));
|
|
6236
6236
|
} }
|
|
@@ -8930,7 +8930,7 @@ 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$
|
|
8933
|
+
const _c0$18 = () => [1, 2, 3];
|
|
8934
8934
|
const _c1$D = (a0, a1, a2) => [a0, a1, a2];
|
|
8935
8935
|
const _c2$p = (a0, a1) => [a0, a1];
|
|
8936
8936
|
const _forTrack0$W = ($index, $item) => $item.metric;
|
|
@@ -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$18));
|
|
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$18));
|
|
8983
8983
|
} }
|
|
8984
8984
|
function BreakdownSectionComponent_Conditional_1_Conditional_6_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
8985
8985
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
@@ -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$17 = () => [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$17));
|
|
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$16 = () => [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$16));
|
|
12474
12474
|
i0.ɵɵadvance(2);
|
|
12475
12475
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
12476
12476
|
i0.ɵɵadvance();
|
|
@@ -12931,7 +12931,7 @@ class ProfileItemLookupService {
|
|
|
12931
12931
|
}]
|
|
12932
12932
|
}], null, null); })();
|
|
12933
12933
|
|
|
12934
|
-
const _c0$
|
|
12934
|
+
const _c0$15 = a0 => ({ name: "chevron-right", source: a0 });
|
|
12935
12935
|
const _forTrack0$T = ($index, $item) => $item.id;
|
|
12936
12936
|
function RelatedAreaChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
12937
12937
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -12949,7 +12949,7 @@ 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$15, 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);
|
|
@@ -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$14 = 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$14, 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);
|
|
@@ -13451,7 +13451,7 @@ 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$
|
|
13454
|
+
const _c0$13 = a0 => ({ name: "chevron-right", source: a0 });
|
|
13455
13455
|
const _forTrack0$R = ($index, $item) => $item.id;
|
|
13456
13456
|
function RelatedRecommendationChipsComponent_Conditional_0_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
13457
13457
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -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$13, 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();
|
|
@@ -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$12 = () => [];
|
|
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$12));
|
|
20609
20609
|
} }
|
|
20610
20610
|
function TooltipContainerComponent_Conditional_0_Case_15_Template(rf, ctx) { if (rf & 1) {
|
|
20611
20611
|
i0.ɵɵelementStart(0, "div", 3);
|
|
@@ -21711,7 +21711,7 @@ class SearchService {
|
|
|
21711
21711
|
}]
|
|
21712
21712
|
}], null, null); })();
|
|
21713
21713
|
|
|
21714
|
-
const _c0$
|
|
21714
|
+
const _c0$11 = ["searchInput"];
|
|
21715
21715
|
const _forTrack0$L = ($index, $item) => $item.id;
|
|
21716
21716
|
function SearchBarComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
21717
21717
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -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$11, 5);
|
|
22077
22077
|
} if (rf & 2) {
|
|
22078
22078
|
let _t;
|
|
22079
22079
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -25756,7 +25756,7 @@ 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
|
|
25759
|
+
const _c0$10 = [[["", "slot", "overall-performance"]], [["", "slot", "performance-metrics"]], [["", "slot", "performance-breakdowns"]], [["", "slot", "competitive-intelligence"]]];
|
|
25760
25760
|
const _c1$C = ["[slot=overall-performance]", "[slot=performance-metrics]", "[slot=performance-breakdowns]", "[slot=competitive-intelligence]"];
|
|
25761
25761
|
class CollapsibleFunnelSectionGroupComponent {
|
|
25762
25762
|
constructor() {
|
|
@@ -25889,7 +25889,7 @@ class CollapsibleFunnelSectionGroupComponent {
|
|
|
25889
25889
|
}
|
|
25890
25890
|
static { this.ɵfac = function CollapsibleFunnelSectionGroupComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CollapsibleFunnelSectionGroupComponent)(); }; }
|
|
25891
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
|
|
25892
|
+
i0.ɵɵprojectionDef(_c0$10);
|
|
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,7 +26732,7 @@ 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
|
|
26735
|
+
const _c0$$ = a0 => ({ name: "check-badge", source: a0 });
|
|
26736
26736
|
const _c1$B = a0 => ({ name: "check-circle", source: a0 });
|
|
26737
26737
|
const _c2$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
26738
26738
|
const _forTrack0$H = ($index, $item) => $item.area;
|
|
@@ -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);
|
|
@@ -26964,7 +26964,7 @@ 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$
|
|
26967
|
+
const _c0$_ = a0 => ({ name: "shield-check", source: a0 });
|
|
26968
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 });
|
|
@@ -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$_, 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);
|
|
@@ -27280,7 +27280,7 @@ 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$
|
|
27283
|
+
const _c0$Z = a0 => ({ name: "check-circle", source: a0 });
|
|
27284
27284
|
const _c1$z = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27285
27285
|
const _forTrack0$F = ($index, $item) => $item.questionId;
|
|
27286
27286
|
function KeyStrengthDetailModalContentComponent_Conditional_13_For_6_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -27336,7 +27336,7 @@ function KeyStrengthDetailModalContentComponent_Conditional_13_Template(rf, ctx)
|
|
|
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$Z, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.sectionIconClasses());
|
|
27340
27340
|
i0.ɵɵadvance(3);
|
|
27341
27341
|
i0.ɵɵrepeater(ctx_r1.strength().supportingAnswers);
|
|
27342
27342
|
} }
|
|
@@ -27521,7 +27521,7 @@ 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$
|
|
27524
|
+
const _c0$Y = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
27525
27525
|
const _c1$y = a0 => ({ name: "document-text", source: a0 });
|
|
27526
27526
|
const _c2$m = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
27527
27527
|
const _forTrack0$E = ($index, $item) => $item.questionId;
|
|
@@ -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$Y, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.impactIconClasses());
|
|
27803
27803
|
i0.ɵɵadvance(2);
|
|
27804
27804
|
i0.ɵɵproperty("ngClass", ctx.impactTitleClasses());
|
|
27805
27805
|
i0.ɵɵadvance(2);
|
|
@@ -29384,7 +29384,7 @@ 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$
|
|
29387
|
+
const _c0$X = a0 => ({ name: "check-badge", source: a0 });
|
|
29388
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 });
|
|
@@ -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$X, 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);
|
|
@@ -29707,7 +29707,7 @@ 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$
|
|
29710
|
+
const _c0$W = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
29711
29711
|
const _c1$w = a0 => ({ name: "exclamation-circle", source: a0 });
|
|
29712
29712
|
const _c2$k = a0 => ({ name: "chevron-right", source: a0 });
|
|
29713
29713
|
function _forTrack0$C($index, $item) { return this.getGapTitle($item); }
|
|
@@ -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$W, 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);
|
|
@@ -30101,7 +30101,7 @@ 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$
|
|
30104
|
+
const _c0$V = a0 => ({ name: "light-bulb", source: a0 });
|
|
30105
30105
|
const _c1$v = a0 => ({ name: "chevron-right", source: a0 });
|
|
30106
30106
|
const _c2$j = a0 => ({ name: "chart-bar", source: a0 });
|
|
30107
30107
|
const _forTrack0$B = ($index, $item) => $item.opportunity;
|
|
@@ -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$V, 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);
|
|
@@ -30370,7 +30370,7 @@ 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$
|
|
30373
|
+
const _c0$U = a0 => ({ name: "chevron-right", source: a0 });
|
|
30374
30374
|
const _c1$u = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
30375
30375
|
const _forTrack0$A = ($index, $item) => $item.performanceItemId;
|
|
30376
30376
|
function FocusAreaStrengthDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -30435,7 +30435,7 @@ 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$U, 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);
|
|
@@ -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$T = 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$T, 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,7 +31091,7 @@ 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$
|
|
31094
|
+
const _c0$S = a0 => ({ name: "chevron-right", source: a0 });
|
|
31095
31095
|
const _c1$t = () => [];
|
|
31096
31096
|
const _forTrack0$z = ($index, $item) => $item.performanceItemId;
|
|
31097
31097
|
function FocusAreaOpportunityDetailModalContentComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -31138,7 +31138,7 @@ 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$S, 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);
|
|
@@ -31543,7 +31543,7 @@ 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$
|
|
31546
|
+
const _c0$R = ["*"];
|
|
31547
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();
|
|
@@ -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$R, 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,7 +31709,7 @@ 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$
|
|
31712
|
+
const _c0$Q = a0 => ({ name: "light-bulb", source: a0 });
|
|
31713
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);
|
|
@@ -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$Q, ctx.iconSource));
|
|
31778
31778
|
i0.ɵɵadvance(3);
|
|
31779
31779
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
31780
31780
|
i0.ɵɵadvance();
|
|
@@ -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$P = 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$P, 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,11 +32410,11 @@ class ViewportAnimationDirective {
|
|
|
32410
32410
|
type: Input
|
|
32411
32411
|
}] }); })();
|
|
32412
32412
|
|
|
32413
|
-
const _c0$
|
|
32413
|
+
const _c0$O = a0 => ({ name: "star", source: a0 });
|
|
32414
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
|
-
const _c4$
|
|
32417
|
+
const _c4$c = a0 => ({ name: "signal", source: a0 });
|
|
32418
32418
|
const _c5$9 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
32419
32419
|
function RegionCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
32420
32420
|
i0.ɵɵelementStart(0, "p", 2);
|
|
@@ -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$O, 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);
|
|
@@ -32605,7 +32605,7 @@ function RegionCardComponent_Conditional_21_Conditional_7_Template(rf, ctx) { if
|
|
|
32605
32605
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
32606
32606
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
32607
32607
|
i0.ɵɵadvance(2);
|
|
32608
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
32608
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$c, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
32609
32609
|
i0.ɵɵadvance();
|
|
32610
32610
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
32611
32611
|
i0.ɵɵadvance(2);
|
|
@@ -33488,11 +33488,11 @@ 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$
|
|
33491
|
+
const _c0$N = a0 => ({ name: "calendar-days", source: a0 });
|
|
33492
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
|
-
const _c4$
|
|
33495
|
+
const _c4$b = a0 => ({ name: "signal", source: a0 });
|
|
33496
33496
|
const _c5$8 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
33497
33497
|
function SeasonCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
33498
33498
|
i0.ɵɵelementStart(0, "p", 2);
|
|
@@ -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$N, 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);
|
|
@@ -33691,7 +33691,7 @@ function SeasonCardComponent_Conditional_20_Conditional_7_Template(rf, ctx) { if
|
|
|
33691
33691
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
33692
33692
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
33693
33693
|
i0.ɵɵadvance(2);
|
|
33694
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
33694
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$b, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
33695
33695
|
i0.ɵɵadvance();
|
|
33696
33696
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
33697
33697
|
i0.ɵɵadvance(2);
|
|
@@ -34326,11 +34326,11 @@ 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$
|
|
34329
|
+
const _c0$M = a0 => ({ name: "currency-dollar", source: a0 });
|
|
34330
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
|
-
const _c4$
|
|
34333
|
+
const _c4$a = a0 => ({ name: "signal", source: a0 });
|
|
34334
34334
|
const _c5$7 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
34335
34335
|
function CustomerSegmentCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
34336
34336
|
i0.ɵɵelementStart(0, "p", 8);
|
|
@@ -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$M, 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();
|
|
@@ -34538,7 +34538,7 @@ function CustomerSegmentCardComponent_Conditional_23_Conditional_11_Template(rf,
|
|
|
34538
34538
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
34539
34539
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
34540
34540
|
i0.ɵɵadvance(2);
|
|
34541
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
34541
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$a, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
34542
34542
|
i0.ɵɵadvance();
|
|
34543
34543
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
34544
34544
|
i0.ɵɵadvance(2);
|
|
@@ -34689,7 +34689,7 @@ function CustomerSegmentCardComponent_Conditional_24_Conditional_7_Template(rf,
|
|
|
34689
34689
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
34690
34690
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
34691
34691
|
i0.ɵɵadvance(2);
|
|
34692
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
34692
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$a, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
34693
34693
|
i0.ɵɵadvance();
|
|
34694
34694
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
34695
34695
|
i0.ɵɵadvance(2);
|
|
@@ -35443,11 +35443,11 @@ 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$
|
|
35446
|
+
const _c0$L = a0 => ({ name: "currency-dollar", source: a0 });
|
|
35447
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
|
-
const _c4$
|
|
35450
|
+
const _c4$9 = a0 => ({ name: "signal", source: a0 });
|
|
35451
35451
|
const _c5$6 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
35452
35452
|
function PriceTierCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
35453
35453
|
i0.ɵɵelementStart(0, "p", 7);
|
|
@@ -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$L, 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);
|
|
@@ -35627,7 +35627,7 @@ function PriceTierCardComponent_Conditional_27_Conditional_7_Template(rf, ctx) {
|
|
|
35627
35627
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
35628
35628
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
35629
35629
|
i0.ɵɵadvance(2);
|
|
35630
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
35630
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$9, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
35631
35631
|
i0.ɵɵadvance();
|
|
35632
35632
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
35633
35633
|
i0.ɵɵadvance(2);
|
|
@@ -36280,11 +36280,11 @@ 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$
|
|
36283
|
+
const _c0$K = () => ({ name: "cube", source: "HEROICONS" });
|
|
36284
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
|
-
const _c4$
|
|
36287
|
+
const _c4$8 = 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 });
|
|
@@ -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$K))("ngClass", ctx_r0.getStatIconClasses());
|
|
36331
36331
|
i0.ɵɵadvance(2);
|
|
36332
36332
|
i0.ɵɵproperty("ngClass", ctx_r0.getStatLabelClasses());
|
|
36333
36333
|
i0.ɵɵadvance(2);
|
|
@@ -36517,7 +36517,7 @@ function ProductCategoryCardComponent_Conditional_18_Conditional_5_Template(rf,
|
|
|
36517
36517
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
36518
36518
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
36519
36519
|
i0.ɵɵadvance(2);
|
|
36520
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
36520
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$8, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
36521
36521
|
i0.ɵɵadvance();
|
|
36522
36522
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
36523
36523
|
i0.ɵɵadvance(2);
|
|
@@ -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$J = (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$J, 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,11 +37437,11 @@ 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$
|
|
37440
|
+
const _c0$I = a0 => ({ name: "shield-check", source: a0 });
|
|
37441
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
|
-
const _c4$
|
|
37444
|
+
const _c4$7 = a0 => ({ name: "signal", source: a0 });
|
|
37445
37445
|
const _c5$4 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
37446
37446
|
function EnhancedListItemCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
37447
37447
|
i0.ɵɵelementStart(0, "div", 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$I, 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);
|
|
@@ -37574,7 +37574,7 @@ function EnhancedListItemCardComponent_Conditional_22_Conditional_7_Template(rf,
|
|
|
37574
37574
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
37575
37575
|
i0.ɵɵproperty("ngClass", ctx_r0.getCompetitiveGapSectionClasses());
|
|
37576
37576
|
i0.ɵɵadvance(2);
|
|
37577
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
37577
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$7, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.getExpandedIconClasses());
|
|
37578
37578
|
i0.ɵɵadvance();
|
|
37579
37579
|
i0.ɵɵproperty("ngClass", ctx_r0.getExpandedTitleClasses());
|
|
37580
37580
|
i0.ɵɵadvance(2);
|
|
@@ -38153,7 +38153,7 @@ 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$
|
|
38156
|
+
const _c0$H = a0 => ({ name: "academic-cap", source: a0 });
|
|
38157
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 });
|
|
@@ -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$H, 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);
|
|
@@ -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$G = ["*"];
|
|
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$G, 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,7 +41200,7 @@ 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$
|
|
41203
|
+
const _c0$F = ["scrollContainer"];
|
|
41204
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();
|
|
@@ -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$F, 5);
|
|
41324
41324
|
} if (rf & 2) {
|
|
41325
41325
|
let _t;
|
|
41326
41326
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -41399,7 +41399,7 @@ 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$
|
|
41402
|
+
const _c0$E = ["modalContent"];
|
|
41403
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)];
|
|
@@ -41407,7 +41407,7 @@ const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_4_D
|
|
|
41407
41407
|
const ProfileAnalysisModalComponent_Conditional_0_Conditional_31_Conditional_5_Defer_2_DepsFn = () => [Promise.resolve().then(function () { return pieChart_component; }).then(m => m.PieChartComponent)];
|
|
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
|
-
const _c4$
|
|
41410
|
+
const _c4$6 = a0 => ({ name: "chevron-right", source: a0 });
|
|
41411
41411
|
const _forTrack0$x = ($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) {
|
|
@@ -41440,7 +41440,7 @@ function ProfileAnalysisModalComponent_Conditional_0_Conditional_10_For_5_Condit
|
|
|
41440
41440
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
41441
41441
|
i0.ɵɵconditional(crumb_r5.stackIndex !== undefined || crumb_r5.backSteps !== undefined ? 0 : 1);
|
|
41442
41442
|
i0.ɵɵadvance(2);
|
|
41443
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c4$
|
|
41443
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(2, _c4$6, ctx_r1.IconSourceEnum.HEROICONS));
|
|
41444
41444
|
} }
|
|
41445
41445
|
function ProfileAnalysisModalComponent_Conditional_0_Conditional_10_For_5_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
41446
41446
|
i0.ɵɵelementStart(0, "span", 42);
|
|
@@ -43648,7 +43648,7 @@ 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$
|
|
43651
|
+
i0.ɵɵviewQuery(_c0$E, 5);
|
|
43652
43652
|
i0.ɵɵviewQuery(_c1$i, 5);
|
|
43653
43653
|
} if (rf & 2) {
|
|
43654
43654
|
let _t;
|
|
@@ -44203,11 +44203,11 @@ 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$
|
|
44206
|
+
const _c0$D = a0 => ({ name: "light-bulb", source: a0 });
|
|
44207
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
|
-
const _c4$
|
|
44210
|
+
const _c4$5 = a0 => ({ name: "wrench-screwdriver", source: a0 });
|
|
44211
44211
|
const _c5$3 = a0 => ({ name: "link", source: a0 });
|
|
44212
44212
|
function CompetitiveGapModalComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
44213
44213
|
i0.ɵɵelementStart(0, "span", 7);
|
|
@@ -44316,7 +44316,7 @@ function CompetitiveGapModalComponent_Conditional_13_Template(rf, ctx) { if (rf
|
|
|
44316
44316
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
44317
44317
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionClasses());
|
|
44318
44318
|
i0.ɵɵadvance(2);
|
|
44319
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c4$
|
|
44319
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c4$5, ctx_r0.iconSource))("ngClass", ctx_r0.sectionIconClasses());
|
|
44320
44320
|
i0.ɵɵadvance();
|
|
44321
44321
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
44322
44322
|
i0.ɵɵadvance(3);
|
|
@@ -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$D, ctx.iconSource));
|
|
44417
44417
|
i0.ɵɵadvance(3);
|
|
44418
44418
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
44419
44419
|
i0.ɵɵadvance();
|
|
@@ -44534,7 +44534,7 @@ 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$
|
|
44537
|
+
const _c0$C = a0 => ({ name: "list-bullet", source: a0 });
|
|
44538
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 });
|
|
@@ -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$C, ctx_r0.iconSource));
|
|
44558
44558
|
i0.ɵɵadvance(2);
|
|
44559
44559
|
i0.ɵɵproperty("ngClass", ctx_r0.titleClasses());
|
|
44560
44560
|
i0.ɵɵadvance(2);
|
|
@@ -44774,7 +44774,7 @@ 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$
|
|
44777
|
+
const _c0$B = ["modalContent"];
|
|
44778
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();
|
|
@@ -45297,7 +45297,7 @@ 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$
|
|
45300
|
+
i0.ɵɵviewQuery(_c0$B, 5);
|
|
45301
45301
|
i0.ɵɵviewQuery(_c1$f, 5);
|
|
45302
45302
|
} if (rf & 2) {
|
|
45303
45303
|
let _t;
|
|
@@ -45935,11 +45935,11 @@ 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$
|
|
45938
|
+
const _c0$A = ["dashboardContainer"];
|
|
45939
45939
|
const _c1$e = () => ({});
|
|
45940
45940
|
const _c2$8 = () => [1, 2, 3, 4, 5, 6];
|
|
45941
45941
|
const _c3$6 = () => [1, 2, 3];
|
|
45942
|
-
const _c4$
|
|
45942
|
+
const _c4$4 = () => [1, 2, 3, 4];
|
|
45943
45943
|
const _c5$2 = () => [1, 2];
|
|
45944
45944
|
const _forTrack0$v = ($index, $item) => $item.value;
|
|
45945
45945
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -46666,7 +46666,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Co
|
|
|
46666
46666
|
i0.ɵɵadvance();
|
|
46667
46667
|
i0.ɵɵproperty("width", "80px")("height", "36px")("isLightMode", ctx_r2.isLightMode());
|
|
46668
46668
|
i0.ɵɵadvance(2);
|
|
46669
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(13, _c4$
|
|
46669
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(13, _c4$4));
|
|
46670
46670
|
} }
|
|
46671
46671
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
46672
46672
|
i0.ɵɵelementStart(0, "div", 132);
|
|
@@ -46759,7 +46759,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Co
|
|
|
46759
46759
|
i0.ɵɵelementEnd();
|
|
46760
46760
|
} if (rf & 2) {
|
|
46761
46761
|
i0.ɵɵadvance();
|
|
46762
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c4$
|
|
46762
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c4$4));
|
|
46763
46763
|
} }
|
|
46764
46764
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_29_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
46765
46765
|
i0.ɵɵconditionalCreate(0, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_0_Template, 3, 0, "div", 149)(1, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_1_Template, 3, 0, "div", 150)(2, SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_4_Conditional_29_For_2_Conditional_2_Conditional_2_Template, 3, 1, "div", 149);
|
|
@@ -46950,7 +46950,7 @@ function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Co
|
|
|
46950
46950
|
i0.ɵɵadvance();
|
|
46951
46951
|
i0.ɵɵproperty("width", "100px")("height", "24px")("isLightMode", ctx_r2.isLightMode());
|
|
46952
46952
|
i0.ɵɵadvance(2);
|
|
46953
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(7, _c4$
|
|
46953
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(7, _c4$4));
|
|
46954
46954
|
} }
|
|
46955
46955
|
function SymphiqFunnelAnalysisDashboardComponent_Conditional_53_Conditional_5_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
46956
46956
|
i0.ɵɵelementStart(0, "div", 98);
|
|
@@ -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$A, 5);
|
|
48234
48234
|
} if (rf & 2) {
|
|
48235
48235
|
let _t;
|
|
48236
48236
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
@@ -51939,7 +51939,7 @@ 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$
|
|
51942
|
+
const _c0$z = ["shopNameInput"];
|
|
51943
51943
|
const _forTrack0$s = ($index, $item) => $item.focusAreaDomain;
|
|
51944
51944
|
function SymphiqCreateAccountDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
51945
51945
|
i0.ɵɵelementStart(0, "div", 13);
|
|
@@ -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$z, 5);
|
|
53143
53143
|
} if (rf & 2) {
|
|
53144
53144
|
let _t;
|
|
53145
53145
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
@@ -57177,7 +57177,7 @@ class ChartValueFormatter {
|
|
|
57177
57177
|
}
|
|
57178
57178
|
}
|
|
57179
57179
|
|
|
57180
|
-
const _c0$
|
|
57180
|
+
const _c0$y = ["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$y, 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$x = ["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$x, 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$w = ["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$w, 7);
|
|
58255
58255
|
} if (rf & 2) {
|
|
58256
58256
|
let _t;
|
|
58257
58257
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
@@ -59919,7 +59919,7 @@ class UserDisplayComponent {
|
|
|
59919
59919
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], user: [{ type: i0.Input, args: [{ isSignal: true, alias: "user", required: false }] }], avatarSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "avatarSize", required: false }] }], showEmail: [{ type: i0.Input, args: [{ isSignal: true, alias: "showEmail", required: false }] }] }); })();
|
|
59920
59920
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserDisplayComponent, { className: "UserDisplayComponent", filePath: "lib/components/shared/user-display.component.ts", lineNumber: 27 }); })();
|
|
59921
59921
|
|
|
59922
|
-
const _c0$
|
|
59922
|
+
const _c0$v = ["absoluteInputRef"];
|
|
59923
59923
|
const _c1$d = ["percentageInputRef"];
|
|
59924
59924
|
const _forTrack0$o = ($index, $item) => $item.id;
|
|
59925
59925
|
function EditMetricTargetModalComponent_Conditional_0_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -61052,7 +61052,7 @@ class EditMetricTargetModalComponent {
|
|
|
61052
61052
|
}
|
|
61053
61053
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
61054
61054
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
61055
|
-
i0.ɵɵviewQuery(_c0$
|
|
61055
|
+
i0.ɵɵviewQuery(_c0$v, 5);
|
|
61056
61056
|
i0.ɵɵviewQuery(_c1$d, 5);
|
|
61057
61057
|
} if (rf & 2) {
|
|
61058
61058
|
let _t;
|
|
@@ -61485,7 +61485,7 @@ class EditMetricTargetModalComponent {
|
|
|
61485
61485
|
}] }); })();
|
|
61486
61486
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EditMetricTargetModalComponent, { className: "EditMetricTargetModalComponent", filePath: "lib/components/revenue-calculator-dashboard/edit-metric-target-modal.component.ts", lineNumber: 407 }); })();
|
|
61487
61487
|
|
|
61488
|
-
const _c0$
|
|
61488
|
+
const _c0$u = ["absoluteInputRef"];
|
|
61489
61489
|
const _c1$c = ["percentageInputRef"];
|
|
61490
61490
|
function InitialTargetSettingComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
61491
61491
|
i0.ɵɵtext(0);
|
|
@@ -62777,7 +62777,7 @@ class InitialTargetSettingComponent {
|
|
|
62777
62777
|
}
|
|
62778
62778
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
62779
62779
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
62780
|
-
i0.ɵɵviewQuery(_c0$
|
|
62780
|
+
i0.ɵɵviewQuery(_c0$u, 5);
|
|
62781
62781
|
i0.ɵɵviewQuery(_c1$c, 5);
|
|
62782
62782
|
} if (rf & 2) {
|
|
62783
62783
|
let _t;
|
|
@@ -63387,7 +63387,7 @@ class InitialTargetSettingComponent {
|
|
|
63387
63387
|
}], 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"] }] }); })();
|
|
63388
63388
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(InitialTargetSettingComponent, { className: "InitialTargetSettingComponent", filePath: "lib/components/revenue-calculator-dashboard/initial-target-setting.component.ts", lineNumber: 626 }); })();
|
|
63389
63389
|
|
|
63390
|
-
const _c0$
|
|
63390
|
+
const _c0$t = () => [];
|
|
63391
63391
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
63392
63392
|
i0.ɵɵelementStart(0, "div", 12);
|
|
63393
63393
|
i0.ɵɵelement(1, "symphiq-indeterminate-spinner", 14);
|
|
@@ -63431,7 +63431,7 @@ function SymphiqRevenueCalculatorDashboardComponent_Conditional_25_Template(rf,
|
|
|
63431
63431
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
63432
63432
|
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("dataLoadStatus", ctx_r0.dataLoadStatus() ?? ctx_r0.ShopDataLoadStatusEnum.NOT_LOADED)("hasTargets", ctx_r0.hasCurrentYearTargets())("isOnboarded", ctx_r0.isOnboarded());
|
|
63433
63433
|
i0.ɵɵadvance(2);
|
|
63434
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$
|
|
63434
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("funnelMetrics", ctx_r0.funnelMetrics() ?? i0.ɵɵpureFunction0(17, _c0$t))("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$t))("users", ctx_r0.users() ?? i0.ɵɵpureFunction0(19, _c0$t));
|
|
63435
63435
|
} }
|
|
63436
63436
|
function SymphiqRevenueCalculatorDashboardComponent_Conditional_26_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
63437
63437
|
i0.ɵɵnamespaceSVG();
|
|
@@ -64304,7 +64304,7 @@ class HierarchyDisplayComponent {
|
|
|
64304
64304
|
}], null, { hierarchyData: [{ type: i0.Input, args: [{ isSignal: true, alias: "hierarchyData", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
64305
64305
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(HierarchyDisplayComponent, { className: "HierarchyDisplayComponent", filePath: "lib/components/business-analysis-dashboard/hierarchy-display.component.ts", lineNumber: 119 }); })();
|
|
64306
64306
|
|
|
64307
|
-
const _c0$
|
|
64307
|
+
const _c0$s = a0 => ({ name: "chart-bar", source: a0 });
|
|
64308
64308
|
const _c1$b = a0 => ({ name: "light-bulb", source: a0 });
|
|
64309
64309
|
function CompetitiveBenchmarkCardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
64310
64310
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -64500,7 +64500,7 @@ class CompetitiveBenchmarkCardComponent {
|
|
|
64500
64500
|
i0.ɵɵadvance();
|
|
64501
64501
|
i0.ɵɵproperty("ngClass", ctx.getSectionClasses());
|
|
64502
64502
|
i0.ɵɵadvance(2);
|
|
64503
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
64503
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$s, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getSectionIconClasses());
|
|
64504
64504
|
i0.ɵɵadvance();
|
|
64505
64505
|
i0.ɵɵproperty("ngClass", ctx.getSectionTitleClasses());
|
|
64506
64506
|
i0.ɵɵadvance(2);
|
|
@@ -65347,7 +65347,7 @@ class SearchButtonComponent {
|
|
|
65347
65347
|
}], 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"] }] }); })();
|
|
65348
65348
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchButtonComponent, { className: "SearchButtonComponent", filePath: "lib/components/shared/search-button.component.ts", lineNumber: 30 }); })();
|
|
65349
65349
|
|
|
65350
|
-
const _c0$
|
|
65350
|
+
const _c0$r = ["searchInput"];
|
|
65351
65351
|
const _forTrack0$n = ($index, $item) => $item.id;
|
|
65352
65352
|
function SearchModalComponent_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
65353
65353
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -65712,7 +65712,7 @@ class SearchModalComponent {
|
|
|
65712
65712
|
}
|
|
65713
65713
|
static { this.ɵfac = function SearchModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SearchModalComponent)(); }; }
|
|
65714
65714
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchModalComponent, selectors: [["symphiq-search-modal"]], viewQuery: function SearchModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
65715
|
-
i0.ɵɵviewQuery(_c0$
|
|
65715
|
+
i0.ɵɵviewQuery(_c0$r, 5);
|
|
65716
65716
|
} if (rf & 2) {
|
|
65717
65717
|
let _t;
|
|
65718
65718
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.searchInput = _t.first);
|
|
@@ -66609,7 +66609,7 @@ class SimplifiedRecommendationCardComponent {
|
|
|
66609
66609
|
}], 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"] }] }); })();
|
|
66610
66610
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SimplifiedRecommendationCardComponent, { className: "SimplifiedRecommendationCardComponent", filePath: "lib/components/business-analysis-dashboard/simplified-recommendation-card.component.ts", lineNumber: 121 }); })();
|
|
66611
66611
|
|
|
66612
|
-
const _c0$
|
|
66612
|
+
const _c0$q = () => [0, 1, 2];
|
|
66613
66613
|
const _forTrack0$m = ($index, $item) => $item.id;
|
|
66614
66614
|
function RecommendationsTiledGridComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
66615
66615
|
i0.ɵɵelementStart(0, "div", 9);
|
|
@@ -66679,7 +66679,7 @@ function RecommendationsTiledGridComponent_Conditional_15_Template(rf, ctx) { if
|
|
|
66679
66679
|
i0.ɵɵelementEnd();
|
|
66680
66680
|
} if (rf & 2) {
|
|
66681
66681
|
i0.ɵɵadvance();
|
|
66682
|
-
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$
|
|
66682
|
+
i0.ɵɵrepeater(i0.ɵɵpureFunction0(0, _c0$q));
|
|
66683
66683
|
} }
|
|
66684
66684
|
function RecommendationsTiledGridComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
66685
66685
|
i0.ɵɵelementStart(0, "div", 12)(1, "div", 27);
|
|
@@ -67277,7 +67277,7 @@ class CollapsibleSectionGroupComponent {
|
|
|
67277
67277
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
67278
67278
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CollapsibleSectionGroupComponent, { className: "CollapsibleSectionGroupComponent", filePath: "lib/components/business-analysis-dashboard/collapsible-section-group.component.ts", lineNumber: 100 }); })();
|
|
67279
67279
|
|
|
67280
|
-
const _c0$
|
|
67280
|
+
const _c0$p = () => [];
|
|
67281
67281
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
67282
67282
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
67283
67283
|
i0.ɵɵelementStart(0, "div", 8)(1, "symphiq-search-button", 20);
|
|
@@ -67421,7 +67421,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_
|
|
|
67421
67421
|
const ɵ$index_113_r7 = i0.ɵɵnextContext().$index;
|
|
67422
67422
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
67423
67423
|
i0.ɵɵadvance();
|
|
67424
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$
|
|
67424
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("subsections", ctx_r1.sections()[ɵ$index_113_r7 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$p));
|
|
67425
67425
|
} }
|
|
67426
67426
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_27_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
67427
67427
|
i0.ɵɵelement(0, "symphiq-profile-section", 36);
|
|
@@ -70086,7 +70086,7 @@ class FocusAreaHealthIndicatorComponent {
|
|
|
70086
70086
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], health: [{ type: i0.Input, args: [{ isSignal: true, alias: "health", required: false }] }] }); })();
|
|
70087
70087
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaHealthIndicatorComponent, { className: "FocusAreaHealthIndicatorComponent", filePath: "lib/components/profile-analysis-dashboard/focus-area-health-indicator.component.ts", lineNumber: 46 }); })();
|
|
70088
70088
|
|
|
70089
|
-
const _c0$
|
|
70089
|
+
const _c0$o = a0 => ({ name: "chevron-right", source: a0 });
|
|
70090
70090
|
const _forTrack0$k = ($index, $item) => $item.id;
|
|
70091
70091
|
function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
70092
70092
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -70104,7 +70104,7 @@ function RelatedGoalChipsComponent_Conditional_0_For_2_Template(rf, ctx) { if (r
|
|
|
70104
70104
|
i0.ɵɵadvance(2);
|
|
70105
70105
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
70106
70106
|
i0.ɵɵadvance();
|
|
70107
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
70107
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$o, ctx_r2.IconSourceEnum.HEROICONS));
|
|
70108
70108
|
} }
|
|
70109
70109
|
function RelatedGoalChipsComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
70110
70110
|
i0.ɵɵelementStart(0, "div", 0);
|
|
@@ -70177,7 +70177,7 @@ class RelatedGoalChipsComponent {
|
|
|
70177
70177
|
}], 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 }] }] }); })();
|
|
70178
70178
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedGoalChipsComponent, { className: "RelatedGoalChipsComponent", filePath: "lib/components/profile-analysis-dashboard/shared/related-goal-chips.component.ts", lineNumber: 31 }); })();
|
|
70179
70179
|
|
|
70180
|
-
const _c0$
|
|
70180
|
+
const _c0$n = a0 => ({ name: "chevron-right", source: a0 });
|
|
70181
70181
|
const _c1$a = a0 => ({ name: "chevron-down", source: a0 });
|
|
70182
70182
|
const _c2$7 = a0 => [a0];
|
|
70183
70183
|
function FocusAreaExecutiveSummaryComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -70506,7 +70506,7 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70506
70506
|
i0.ɵɵadvance(2);
|
|
70507
70507
|
i0.ɵɵproperty("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
70508
70508
|
i0.ɵɵadvance(2);
|
|
70509
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$
|
|
70509
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(22, _c0$n, ctx.IconSourceEnum.HEROICONS))("ngClass", ctx.getTopPrioritiesButtonTextClasses());
|
|
70510
70510
|
i0.ɵɵadvance();
|
|
70511
70511
|
i0.ɵɵproperty("ngClass", ctx.getQuickWinsStatCardClasses());
|
|
70512
70512
|
i0.ɵɵadvance();
|
|
@@ -70717,11 +70717,11 @@ class FocusAreaExecutiveSummaryComponent {
|
|
|
70717
70717
|
}], 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"] }] }); })();
|
|
70718
70718
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FocusAreaExecutiveSummaryComponent, { className: "FocusAreaExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-dashboard/focus-area-executive-summary.component.ts", lineNumber: 195 }); })();
|
|
70719
70719
|
|
|
70720
|
-
const _c0$
|
|
70720
|
+
const _c0$m = a0 => ({ name: "chart-bar", source: a0 });
|
|
70721
70721
|
const _c1$9 = a0 => ({ name: "signal", source: a0 });
|
|
70722
70722
|
const _c2$6 = (a0, a1) => ({ name: a0, source: a1 });
|
|
70723
70723
|
const _c3$5 = a0 => ({ name: "flag", source: a0 });
|
|
70724
|
-
const _c4$
|
|
70724
|
+
const _c4$3 = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
70725
70725
|
const _c5$1 = a0 => ({ name: "heart", source: a0 });
|
|
70726
70726
|
const _c6$1 = a0 => ({ name: "light-bulb", source: a0 });
|
|
70727
70727
|
const _c7 = a0 => ({ name: "clock", source: a0 });
|
|
@@ -70817,7 +70817,7 @@ function MetricExecutiveSummaryComponent_Conditional_19_Template(rf, ctx) { if (
|
|
|
70817
70817
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
70818
70818
|
i0.ɵɵproperty("ngClass", ctx_r0.metricCardClasses());
|
|
70819
70819
|
i0.ɵɵadvance(2);
|
|
70820
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$
|
|
70820
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c4$3, ctx_r0.iconSource))("ngClass", ctx_r0.metricLabelClasses());
|
|
70821
70821
|
i0.ɵɵadvance();
|
|
70822
70822
|
i0.ɵɵproperty("ngClass", ctx_r0.metricLabelClasses());
|
|
70823
70823
|
i0.ɵɵadvance(2);
|
|
@@ -71253,7 +71253,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71253
71253
|
i0.ɵɵadvance();
|
|
71254
71254
|
i0.ɵɵproperty("ngClass", ctx.bannerClasses());
|
|
71255
71255
|
i0.ɵɵadvance(5);
|
|
71256
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$
|
|
71256
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(19, _c0$m, ctx.iconSource))("size", "w-8 h-8")("ngClass", ctx.iconClasses());
|
|
71257
71257
|
i0.ɵɵadvance();
|
|
71258
71258
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
71259
71259
|
i0.ɵɵadvance();
|
|
@@ -71572,7 +71572,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
71572
71572
|
}], 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"] }] }); })();
|
|
71573
71573
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricExecutiveSummaryComponent, { className: "MetricExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-dashboard/metric-executive-summary.component.ts", lineNumber: 287 }); })();
|
|
71574
71574
|
|
|
71575
|
-
const _c0$
|
|
71575
|
+
const _c0$l = a0 => ({ name: "chevron-right", source: a0 });
|
|
71576
71576
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
71577
71577
|
i0.ɵɵelementStart(0, "span", 12);
|
|
71578
71578
|
i0.ɵɵtext(1);
|
|
@@ -71857,7 +71857,7 @@ function GoalCardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
|
71857
71857
|
i0.ɵɵadvance();
|
|
71858
71858
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.goal().objectives.length, " ");
|
|
71859
71859
|
i0.ɵɵadvance();
|
|
71860
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$
|
|
71860
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(5, _c0$l, ctx_r0.IconSourceEnum.HEROICONS));
|
|
71861
71861
|
} }
|
|
71862
71862
|
function GoalCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
71863
71863
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
@@ -72479,7 +72479,7 @@ class GoalCardComponent {
|
|
|
72479
72479
|
}], () => [], { 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 }] }] }); })();
|
|
72480
72480
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GoalCardComponent, { className: "GoalCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/goal-card.component.ts", lineNumber: 239 }); })();
|
|
72481
72481
|
|
|
72482
|
-
const _c0$
|
|
72482
|
+
const _c0$k = a0 => ({ name: "link", source: a0 });
|
|
72483
72483
|
function CapabilityMatrixCardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
72484
72484
|
i0.ɵɵelementStart(0, "p", 4);
|
|
72485
72485
|
i0.ɵɵtext(1);
|
|
@@ -72542,7 +72542,7 @@ function CapabilityMatrixCardComponent_Conditional_29_Template(rf, ctx) { if (rf
|
|
|
72542
72542
|
} if (rf & 2) {
|
|
72543
72543
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
72544
72544
|
i0.ɵɵadvance(2);
|
|
72545
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
72545
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$k, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.relatedGoalsIconClasses());
|
|
72546
72546
|
i0.ɵɵadvance();
|
|
72547
72547
|
i0.ɵɵproperty("ngClass", ctx_r0.relatedGoalsTitleClasses());
|
|
72548
72548
|
i0.ɵɵadvance(2);
|
|
@@ -73461,7 +73461,7 @@ class CompetitiveComparisonCardComponent {
|
|
|
73461
73461
|
}], () => [], { comparison: [{ type: i0.Input, args: [{ isSignal: true, alias: "comparison", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
73462
73462
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveComparisonCardComponent, { className: "CompetitiveComparisonCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/competitive-comparison-card.component.ts", lineNumber: 125 }); })();
|
|
73463
73463
|
|
|
73464
|
-
const _c0$
|
|
73464
|
+
const _c0$j = a0 => ({ name: "chevron-right", source: a0 });
|
|
73465
73465
|
const _forTrack0$i = ($index, $item) => $item.id;
|
|
73466
73466
|
function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
73467
73467
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -73479,7 +73479,7 @@ function PhaseTimelineCardComponent_Conditional_8_For_7_Template(rf, ctx) { if (
|
|
|
73479
73479
|
i0.ɵɵadvance(2);
|
|
73480
73480
|
i0.ɵɵtextInterpolate(goal_r2.title);
|
|
73481
73481
|
i0.ɵɵadvance();
|
|
73482
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$
|
|
73482
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c0$j, ctx_r2.IconSourceEnum.HEROICONS));
|
|
73483
73483
|
} }
|
|
73484
73484
|
function PhaseTimelineCardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
73485
73485
|
i0.ɵɵelementStart(0, "div", 7)(1, "h6", 10);
|
|
@@ -73887,7 +73887,7 @@ class PhaseTimelineCardComponent {
|
|
|
73887
73887
|
}], () => [], { 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 }] }] }); })();
|
|
73888
73888
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PhaseTimelineCardComponent, { className: "PhaseTimelineCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/phase-timeline-card.component.ts", lineNumber: 123 }); })();
|
|
73889
73889
|
|
|
73890
|
-
const _c0$
|
|
73890
|
+
const _c0$i = a0 => ({ name: "chevron-right", source: a0 });
|
|
73891
73891
|
function OperationalCategoryCardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
73892
73892
|
i0.ɵɵelementStart(0, "div", 13)(1, "div", 19)(2, "span", 20);
|
|
73893
73893
|
i0.ɵɵtext(3, "Industry Benchmark");
|
|
@@ -73933,7 +73933,7 @@ function OperationalCategoryCardComponent_Conditional_20_Template(rf, ctx) { if
|
|
|
73933
73933
|
i0.ɵɵadvance(4);
|
|
73934
73934
|
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" : "");
|
|
73935
73935
|
i0.ɵɵadvance();
|
|
73936
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73936
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$i, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73937
73937
|
} }
|
|
73938
73938
|
function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
73939
73939
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
@@ -73956,7 +73956,7 @@ function OperationalCategoryCardComponent_Conditional_21_Template(rf, ctx) { if
|
|
|
73956
73956
|
i0.ɵɵadvance(4);
|
|
73957
73957
|
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" : "");
|
|
73958
73958
|
i0.ɵɵadvance();
|
|
73959
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73959
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$i, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73960
73960
|
} }
|
|
73961
73961
|
function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
73962
73962
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
@@ -73979,7 +73979,7 @@ function OperationalCategoryCardComponent_Conditional_22_Template(rf, ctx) { if
|
|
|
73979
73979
|
i0.ɵɵadvance(4);
|
|
73980
73980
|
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");
|
|
73981
73981
|
i0.ɵɵadvance();
|
|
73982
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
73982
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$i, ctx_r0.IconSourceEnum.HEROICONS));
|
|
73983
73983
|
} }
|
|
73984
73984
|
function OperationalCategoryCardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
73985
73985
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
@@ -74486,7 +74486,7 @@ class OperationalCategoryCardComponent {
|
|
|
74486
74486
|
}], () => [], { 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"] }] }); })();
|
|
74487
74487
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(OperationalCategoryCardComponent, { className: "OperationalCategoryCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/operational-category-card.component.ts", lineNumber: 164 }); })();
|
|
74488
74488
|
|
|
74489
|
-
const _c0$
|
|
74489
|
+
const _c0$h = a0 => ({ name: "arrow-trending-up", source: a0 });
|
|
74490
74490
|
const _c1$8 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74491
74491
|
const _forTrack0$h = ($index, $item) => $item.questionId;
|
|
74492
74492
|
function KeyDriverCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -74620,7 +74620,7 @@ class KeyDriverCardComponent {
|
|
|
74620
74620
|
i0.ɵɵadvance(3);
|
|
74621
74621
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74622
74622
|
i0.ɵɵadvance();
|
|
74623
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$
|
|
74623
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(10, _c0$h, ctx.iconSource));
|
|
74624
74624
|
i0.ɵɵadvance(2);
|
|
74625
74625
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74626
74626
|
i0.ɵɵadvance();
|
|
@@ -74696,7 +74696,7 @@ class KeyDriverCardComponent {
|
|
|
74696
74696
|
}], null, { driver: [{ type: i0.Input, args: [{ isSignal: true, alias: "driver", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74697
74697
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KeyDriverCardComponent, { className: "KeyDriverCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/key-driver-card.component.ts", lineNumber: 73 }); })();
|
|
74698
74698
|
|
|
74699
|
-
const _c0$
|
|
74699
|
+
const _c0$g = a0 => ({ name: "exclamation-triangle", source: a0 });
|
|
74700
74700
|
const _c1$7 = a0 => ({ name: "chat-bubble-left-right", source: a0 });
|
|
74701
74701
|
const _forTrack0$g = ($index, $item) => $item.questionId;
|
|
74702
74702
|
function BottleneckCardComponent_Conditional_12_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -74852,7 +74852,7 @@ class BottleneckCardComponent {
|
|
|
74852
74852
|
i0.ɵɵadvance(3);
|
|
74853
74853
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
74854
74854
|
i0.ɵɵadvance();
|
|
74855
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$
|
|
74855
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(14, _c0$g, ctx.iconSource));
|
|
74856
74856
|
i0.ɵɵadvance(2);
|
|
74857
74857
|
i0.ɵɵproperty("ngClass", ctx.titleClasses());
|
|
74858
74858
|
i0.ɵɵadvance();
|
|
@@ -74923,7 +74923,7 @@ class BottleneckCardComponent {
|
|
|
74923
74923
|
}], null, { bottleneck: [{ type: i0.Input, args: [{ isSignal: true, alias: "bottleneck", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
74924
74924
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BottleneckCardComponent, { className: "BottleneckCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/bottleneck-card.component.ts", lineNumber: 104 }); })();
|
|
74925
74925
|
|
|
74926
|
-
const _c0$
|
|
74926
|
+
const _c0$f = a0 => ({ name: "arrow-right", source: a0 });
|
|
74927
74927
|
const _c1$6 = a0 => ({ name: "arrow-left", source: a0 });
|
|
74928
74928
|
const _c2$5 = a0 => ({ name: "arrows-right-left", source: a0 });
|
|
74929
74929
|
const _c3$4 = a0 => ({ name: "scale", source: a0 });
|
|
@@ -74955,7 +74955,7 @@ function MetricRelationshipsCardComponent_Conditional_1_Template(rf, ctx) { if (
|
|
|
74955
74955
|
i0.ɵɵadvance(2);
|
|
74956
74956
|
i0.ɵɵproperty("ngClass", ctx_r1.getIconClasses("influences"));
|
|
74957
74957
|
i0.ɵɵadvance();
|
|
74958
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
74958
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$f, ctx_r1.iconSource));
|
|
74959
74959
|
i0.ɵɵadvance();
|
|
74960
74960
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
74961
74961
|
i0.ɵɵadvance(3);
|
|
@@ -75225,7 +75225,7 @@ class MetricRelationshipsCardComponent {
|
|
|
75225
75225
|
}], null, { relationships: [{ type: i0.Input, args: [{ isSignal: true, alias: "relationships", required: true }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }] }); })();
|
|
75226
75226
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricRelationshipsCardComponent, { className: "MetricRelationshipsCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/metric-relationships-card.component.ts", lineNumber: 105 }); })();
|
|
75227
75227
|
|
|
75228
|
-
const _c0$
|
|
75228
|
+
const _c0$e = a0 => ({ name: "link", source: a0 });
|
|
75229
75229
|
function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
75230
75230
|
i0.ɵɵelementStart(0, "div", 9);
|
|
75231
75231
|
i0.ɵɵelement(1, "symphiq-icon", 10);
|
|
@@ -75236,7 +75236,7 @@ function RelatedMetricCardComponent_Conditional_13_Template(rf, ctx) { if (rf &
|
|
|
75236
75236
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
75237
75237
|
i0.ɵɵproperty("ngClass", ctx_r0.borderClasses());
|
|
75238
75238
|
i0.ɵɵadvance();
|
|
75239
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
75239
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$e, ctx_r0.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r0.sharedGoalsIconClasses());
|
|
75240
75240
|
i0.ɵɵadvance();
|
|
75241
75241
|
i0.ɵɵproperty("ngClass", ctx_r0.sharedGoalsTextClasses());
|
|
75242
75242
|
i0.ɵɵadvance();
|
|
@@ -75905,7 +75905,7 @@ class RelatedMetricsListComponent {
|
|
|
75905
75905
|
}], 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"] }] }); })();
|
|
75906
75906
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RelatedMetricsListComponent, { className: "RelatedMetricsListComponent", filePath: "lib/components/profile-analysis-dashboard/cards/related-metrics-list.component.ts", lineNumber: 170 }); })();
|
|
75907
75907
|
|
|
75908
|
-
const _c0$
|
|
75908
|
+
const _c0$d = (a0, a1) => ({ name: a0, source: a1 });
|
|
75909
75909
|
const _c1$5 = a0 => ({ name: "signal", source: a0 });
|
|
75910
75910
|
const _c2$4 = a0 => ({ name: "calendar", source: a0 });
|
|
75911
75911
|
const _c3$3 = a0 => ({ name: "flag", source: a0 });
|
|
@@ -76115,7 +76115,7 @@ class PerformanceMetricsCardComponent {
|
|
|
76115
76115
|
i0.ɵɵadvance();
|
|
76116
76116
|
i0.ɵɵproperty("ngClass", ctx.trendBadgeClasses());
|
|
76117
76117
|
i0.ɵɵadvance();
|
|
76118
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$
|
|
76118
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(32, _c0$d, ctx.trendIcon(), ctx.iconSource));
|
|
76119
76119
|
i0.ɵɵadvance();
|
|
76120
76120
|
i0.ɵɵtextInterpolate1(" ", ctx.metrics().trendDirection, " ");
|
|
76121
76121
|
i0.ɵɵadvance(2);
|
|
@@ -76263,11 +76263,11 @@ class PerformanceMetricsCardComponent {
|
|
|
76263
76263
|
}], () => [], { performanceMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceMetrics", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }] }); })();
|
|
76264
76264
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceMetricsCardComponent, { className: "PerformanceMetricsCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/performance-metrics-card.component.ts", lineNumber: 144 }); })();
|
|
76265
76265
|
|
|
76266
|
-
const _c0$
|
|
76266
|
+
const _c0$c = a0 => ({ name: "funnel", source: a0 });
|
|
76267
76267
|
const _c1$4 = a0 => ({ name: "chart-bar-square", source: a0 });
|
|
76268
76268
|
const _c2$3 = a0 => ({ name: "chevron-right", source: a0 });
|
|
76269
76269
|
const _c3$2 = a0 => ({ name: "arrow-left", source: a0 });
|
|
76270
|
-
const _c4$
|
|
76270
|
+
const _c4$2 = a0 => ({ name: "arrow-right", source: a0 });
|
|
76271
76271
|
function FunnelContextCardComponent_Conditional_13_For_7_Template(rf, ctx) { if (rf & 1) {
|
|
76272
76272
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
76273
76273
|
i0.ɵɵelementStart(0, "button", 15);
|
|
@@ -76334,7 +76334,7 @@ function FunnelContextCardComponent_Conditional_14_Template(rf, ctx) { if (rf &
|
|
|
76334
76334
|
} if (rf & 2) {
|
|
76335
76335
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
76336
76336
|
i0.ɵɵadvance(2);
|
|
76337
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c4$
|
|
76337
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(3, _c4$2, ctx_r2.iconSource))("ngClass", ctx_r2.labelClasses());
|
|
76338
76338
|
i0.ɵɵadvance();
|
|
76339
76339
|
i0.ɵɵproperty("ngClass", ctx_r2.sectionHeaderClasses());
|
|
76340
76340
|
i0.ɵɵadvance(3);
|
|
@@ -76454,7 +76454,7 @@ class FunnelContextCardComponent {
|
|
|
76454
76454
|
} if (rf & 2) {
|
|
76455
76455
|
i0.ɵɵproperty("ngClass", ctx.cardClasses());
|
|
76456
76456
|
i0.ɵɵadvance(2);
|
|
76457
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$
|
|
76457
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(13, _c0$c, ctx.iconSource))("ngClass", ctx.iconClasses());
|
|
76458
76458
|
i0.ɵɵadvance();
|
|
76459
76459
|
i0.ɵɵproperty("ngClass", ctx.headerClasses());
|
|
76460
76460
|
i0.ɵɵadvance(3);
|
|
@@ -76590,7 +76590,7 @@ class FunnelContextCardComponent {
|
|
|
76590
76590
|
}], () => [], { 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"] }] }); })();
|
|
76591
76591
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FunnelContextCardComponent, { className: "FunnelContextCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/funnel-context-card.component.ts", lineNumber: 125 }); })();
|
|
76592
76592
|
|
|
76593
|
-
const _c0$
|
|
76593
|
+
const _c0$b = (a0, a1) => ({ name: a0, source: a1 });
|
|
76594
76594
|
const _c1$3 = a0 => ({ name: "target", source: a0 });
|
|
76595
76595
|
const _c2$2 = a0 => ({ name: "star", source: a0 });
|
|
76596
76596
|
class MetricComparisonStatsComponent {
|
|
@@ -76801,7 +76801,7 @@ class MetricComparisonStatsComponent {
|
|
|
76801
76801
|
i0.ɵɵadvance();
|
|
76802
76802
|
i0.ɵɵproperty("ngClass", ctx.statCardClasses());
|
|
76803
76803
|
i0.ɵɵadvance(2);
|
|
76804
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$
|
|
76804
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction2(24, _c0$b, ctx.yoyIcon(), ctx.iconSource))("ngClass", ctx.yoyIconClasses());
|
|
76805
76805
|
i0.ɵɵadvance();
|
|
76806
76806
|
i0.ɵɵproperty("ngClass", ctx.labelClasses());
|
|
76807
76807
|
i0.ɵɵadvance(2);
|
|
@@ -77033,11 +77033,11 @@ class PerformanceOverviewContainerComponent {
|
|
|
77033
77033
|
}], () => [], { 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"] }] }); })();
|
|
77034
77034
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-dashboard/cards/performance-overview-container.component.ts", lineNumber: 58 }); })();
|
|
77035
77035
|
|
|
77036
|
-
const _c0$
|
|
77036
|
+
const _c0$a = a0 => ({ name: "chevron-right", source: a0 });
|
|
77037
77037
|
const _c1$2 = a0 => ({ name: "chevron-down", source: a0 });
|
|
77038
77038
|
const _c2$1 = a0 => ({ name: "clock", source: a0 });
|
|
77039
77039
|
const _c3$1 = a0 => [a0];
|
|
77040
|
-
const _c4 = () => [];
|
|
77040
|
+
const _c4$1 = () => [];
|
|
77041
77041
|
const _c5 = a0 => ({ name: "chart-bar", source: a0 });
|
|
77042
77042
|
const _c6 = a0 => ({ name: "user", source: a0 });
|
|
77043
77043
|
const _forTrack0$d = ($index, $item) => $item.id || $index;
|
|
@@ -77111,7 +77111,7 @@ function ProfileSectionContentComponent_Conditional_1_Conditional_34_For_5_Condi
|
|
|
77111
77111
|
i0.ɵɵadvance();
|
|
77112
77112
|
i0.ɵɵproperty("ngClass", ctx_r1.metaTextClasses());
|
|
77113
77113
|
i0.ɵɵadvance(2);
|
|
77114
|
-
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c3$1, win_r3.relatedGoalId))("allGoals", ctx_r1.allGoals() || i0.ɵɵpureFunction0(6, _c4))("viewMode", ctx_r1.viewMode());
|
|
77114
|
+
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c3$1, win_r3.relatedGoalId))("allGoals", ctx_r1.allGoals() || i0.ɵɵpureFunction0(6, _c4$1))("viewMode", ctx_r1.viewMode());
|
|
77115
77115
|
} }
|
|
77116
77116
|
function ProfileSectionContentComponent_Conditional_1_Conditional_34_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
77117
77117
|
i0.ɵɵelementStart(0, "div", 34)(1, "div", 35)(2, "div", 36)(3, "span", 37);
|
|
@@ -77236,7 +77236,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77236
77236
|
i0.ɵɵadvance(2);
|
|
77237
77237
|
i0.ɵɵproperty("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77238
77238
|
i0.ɵɵadvance(2);
|
|
77239
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$
|
|
77239
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(26, _c0$a, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.keyStrengthsButtonClasses());
|
|
77240
77240
|
i0.ɵɵadvance();
|
|
77241
77241
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsCardClasses());
|
|
77242
77242
|
i0.ɵɵadvance();
|
|
@@ -77248,7 +77248,7 @@ function ProfileSectionContentComponent_Conditional_1_Template(rf, ctx) { if (rf
|
|
|
77248
77248
|
i0.ɵɵadvance(2);
|
|
77249
77249
|
i0.ɵɵproperty("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77250
77250
|
i0.ɵɵadvance(2);
|
|
77251
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$
|
|
77251
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c0$a, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.criticalGapsButtonClasses());
|
|
77252
77252
|
i0.ɵɵadvance();
|
|
77253
77253
|
i0.ɵɵproperty("ngClass", ctx_r1.quickWinsCardClasses());
|
|
77254
77254
|
i0.ɵɵadvance();
|
|
@@ -77327,7 +77327,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77327
77327
|
i0.ɵɵadvance(2);
|
|
77328
77328
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77329
77329
|
i0.ɵɵadvance(2);
|
|
77330
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$
|
|
77330
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(21, _c0$a, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaStrengthsButtonClasses());
|
|
77331
77331
|
i0.ɵɵadvance();
|
|
77332
77332
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsStatCardClasses());
|
|
77333
77333
|
i0.ɵɵadvance();
|
|
@@ -77339,7 +77339,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77339
77339
|
i0.ɵɵadvance(2);
|
|
77340
77340
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77341
77341
|
i0.ɵɵadvance(2);
|
|
77342
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$
|
|
77342
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(23, _c0$a, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaGapsButtonClasses());
|
|
77343
77343
|
i0.ɵɵadvance();
|
|
77344
77344
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesStatCardClasses());
|
|
77345
77345
|
i0.ɵɵadvance();
|
|
@@ -77351,7 +77351,7 @@ function ProfileSectionContentComponent_Conditional_3_Template(rf, ctx) { if (rf
|
|
|
77351
77351
|
i0.ɵɵadvance(2);
|
|
77352
77352
|
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77353
77353
|
i0.ɵɵadvance(2);
|
|
77354
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$
|
|
77354
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(25, _c0$a, ctx_r1.IconSourceEnumValue.HEROICONS))("ngClass", ctx_r1.focusAreaOpportunitiesButtonClasses());
|
|
77355
77355
|
} }
|
|
77356
77356
|
function ProfileSectionContentComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
77357
77357
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -77428,7 +77428,7 @@ function ProfileSectionContentComponent_Conditional_8_For_3_Template(rf, ctx) {
|
|
|
77428
77428
|
const phase_r13 = ctx.$implicit;
|
|
77429
77429
|
const $index_r14 = ctx.$index;
|
|
77430
77430
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
77431
|
-
i0.ɵɵproperty("phase", phase_r13)("viewMode", ctx_r1.viewMode())("isLast", $index_r14 === ctx_r1.section().phases.length - 1)("allGoals", ctx_r1.allGoals() || i0.ɵɵpureFunction0(4, _c4));
|
|
77431
|
+
i0.ɵɵproperty("phase", phase_r13)("viewMode", ctx_r1.viewMode())("isLast", $index_r14 === ctx_r1.section().phases.length - 1)("allGoals", ctx_r1.allGoals() || i0.ɵɵpureFunction0(4, _c4$1));
|
|
77432
77432
|
} }
|
|
77433
77433
|
function ProfileSectionContentComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
77434
77434
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -77698,7 +77698,7 @@ function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Condi
|
|
|
77698
77698
|
i0.ɵɵadvance(2);
|
|
77699
77699
|
i0.ɵɵtextInterpolate1("", ctx_r1.getTacticalRecRelatedMetricsCount(recommendation_r19), " Related Metrics");
|
|
77700
77700
|
i0.ɵɵadvance();
|
|
77701
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$
|
|
77701
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(6, _c0$a, ctx_r1.IconSourceEnumValue.HEROICONS));
|
|
77702
77702
|
} }
|
|
77703
77703
|
function ProfileSectionContentComponent_Conditional_11_Conditional_2_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
77704
77704
|
i0.ɵɵelementStart(0, "div", 16)(1, "div", 69)(2, "h4", 75);
|
|
@@ -83113,7 +83113,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
83113
83113
|
}], 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 }] }] }); })();
|
|
83114
83114
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrategyRecommendationsModalContentComponent, { className: "StrategyRecommendationsModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/strategy-recommendations-modal-content.component.ts", lineNumber: 489 }); })();
|
|
83115
83115
|
|
|
83116
|
-
const _c0$
|
|
83116
|
+
const _c0$9 = a0 => ({ name: "chevron-right", source: a0 });
|
|
83117
83117
|
function CategoryDetailModalContentComponent_Conditional_16_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
83118
83118
|
i0.ɵɵelementStart(0, "div")(1, "span", 19);
|
|
83119
83119
|
i0.ɵɵtext(2, "Industry:");
|
|
@@ -83226,7 +83226,7 @@ function CategoryDetailModalContentComponent_Conditional_17_For_7_Template(rf, c
|
|
|
83226
83226
|
i0.ɵɵadvance();
|
|
83227
83227
|
i0.ɵɵtextInterpolate1(" ", strength_r3 == null ? null : strength_r3.description, " ");
|
|
83228
83228
|
i0.ɵɵadvance();
|
|
83229
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$
|
|
83229
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(7, _c0$9, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83230
83230
|
} }
|
|
83231
83231
|
function CategoryDetailModalContentComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
83232
83232
|
i0.ɵɵelementStart(0, "div", 27)(1, "h4", 15);
|
|
@@ -83293,7 +83293,7 @@ function CategoryDetailModalContentComponent_Conditional_18_For_7_Template(rf, c
|
|
|
83293
83293
|
i0.ɵɵadvance();
|
|
83294
83294
|
i0.ɵɵtextInterpolate1(" ", gap_r5 == null ? null : gap_r5.description, " ");
|
|
83295
83295
|
i0.ɵɵadvance();
|
|
83296
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83296
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$9, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83297
83297
|
} }
|
|
83298
83298
|
function CategoryDetailModalContentComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
83299
83299
|
i0.ɵɵelementStart(0, "div", 38)(1, "h4", 15);
|
|
@@ -83360,7 +83360,7 @@ function CategoryDetailModalContentComponent_Conditional_19_For_7_Template(rf, c
|
|
|
83360
83360
|
i0.ɵɵadvance();
|
|
83361
83361
|
i0.ɵɵconditional((opportunity_r7 == null ? null : opportunity_r7.potentialImpact) ? 7 : -1);
|
|
83362
83362
|
i0.ɵɵadvance();
|
|
83363
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$
|
|
83363
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(8, _c0$9, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
83364
83364
|
} }
|
|
83365
83365
|
function CategoryDetailModalContentComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
83366
83366
|
i0.ɵɵelementStart(0, "div", 44)(1, "h4", 15);
|
|
@@ -84242,7 +84242,7 @@ class StrengthDetailModalContentComponent {
|
|
|
84242
84242
|
}], 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 }] }] }); })();
|
|
84243
84243
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StrengthDetailModalContentComponent, { className: "StrengthDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/strength-detail-modal-content.component.ts", lineNumber: 124 }); })();
|
|
84244
84244
|
|
|
84245
|
-
const _c0$
|
|
84245
|
+
const _c0$8 = () => [];
|
|
84246
84246
|
function GapDetailModalContentComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
84247
84247
|
i0.ɵɵelementStart(0, "span", 9);
|
|
84248
84248
|
i0.ɵɵtext(1);
|
|
@@ -84355,7 +84355,7 @@ function GapDetailModalContentComponent_Conditional_16_Template(rf, ctx) { if (r
|
|
|
84355
84355
|
i0.ɵɵclassMap(ctx_r0.isDark() ? "border-slate-700" : "border-slate-200");
|
|
84356
84356
|
i0.ɵɵproperty("ngClass", ctx_r0.sectionTitleClasses());
|
|
84357
84357
|
i0.ɵɵadvance(2);
|
|
84358
|
-
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$
|
|
84358
|
+
i0.ɵɵproperty("relatedGoalIds", ((tmp_4_0 = ctx_r0.gap()) == null ? null : tmp_4_0.linkedGoalIds) ?? i0.ɵɵpureFunction0(7, _c0$8))("allGoals", ctx_r0.allGoals())("viewMode", ctx_r0.viewMode());
|
|
84359
84359
|
} }
|
|
84360
84360
|
function GapDetailModalContentComponent_Conditional_17_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
84361
84361
|
i0.ɵɵelementStart(0, "div", 25);
|
|
@@ -84639,7 +84639,7 @@ class GapDetailModalContentComponent {
|
|
|
84639
84639
|
}], 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 }] }] }); })();
|
|
84640
84640
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 129 }); })();
|
|
84641
84641
|
|
|
84642
|
-
const _c0$
|
|
84642
|
+
const _c0$7 = a0 => ({ name: "chevron-right", source: a0 });
|
|
84643
84643
|
const _forTrack0$9 = ($index, $item) => $item.id || $index;
|
|
84644
84644
|
function OpportunityDetailModalContentComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
84645
84645
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 10);
|
|
@@ -84744,7 +84744,7 @@ function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_For
|
|
|
84744
84744
|
i0.ɵɵadvance(2);
|
|
84745
84745
|
i0.ɵɵtextInterpolate(goal_r5.title || goal_r5.id);
|
|
84746
84746
|
i0.ɵɵadvance();
|
|
84747
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$
|
|
84747
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(4, _c0$7, ctx_r0.IconSourceEnum.HEROICONS))("ngClass", ctx_r0.chevronClasses());
|
|
84748
84748
|
} }
|
|
84749
84749
|
function OpportunityDetailModalContentComponent_Conditional_14_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
84750
84750
|
i0.ɵɵelementStart(0, "div", 9)(1, "h4", 24);
|
|
@@ -86806,7 +86806,7 @@ class PlanSelectionPlaceholderCardComponent {
|
|
|
86806
86806
|
}], 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"] }] }); })();
|
|
86807
86807
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PlanSelectionPlaceholderCardComponent, { className: "PlanSelectionPlaceholderCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/plan-selection-placeholder-card.component.ts", lineNumber: 74 }); })();
|
|
86808
86808
|
|
|
86809
|
-
const _c0$
|
|
86809
|
+
const _c0$6 = (a0, a1) => ({ "mb-8": a0, "mb-12": a1 });
|
|
86810
86810
|
function BillingPeriodToggleComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
86811
86811
|
i0.ɵɵelement(0, "div", 7);
|
|
86812
86812
|
} }
|
|
@@ -86895,7 +86895,7 @@ class BillingPeriodToggleComponent {
|
|
|
86895
86895
|
i0.ɵɵtext(14);
|
|
86896
86896
|
i0.ɵɵelementEnd()();
|
|
86897
86897
|
} if (rf & 2) {
|
|
86898
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
86898
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$6, ctx.selectedPeriodUnit() !== ctx.periodUnitEnum.YEAR, ctx.selectedPeriodUnit() === ctx.periodUnitEnum.YEAR));
|
|
86899
86899
|
i0.ɵɵadvance(2);
|
|
86900
86900
|
i0.ɵɵproperty("ngClass", ctx.iconClasses());
|
|
86901
86901
|
i0.ɵɵadvance(2);
|
|
@@ -88518,69 +88518,80 @@ class ShopProfileQuestionCardComponent {
|
|
|
88518
88518
|
}], 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 }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], answerClick: [{ type: i0.Output, args: ["answerClick"] }] }); })();
|
|
88519
88519
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionCardComponent, { className: "ShopProfileQuestionCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-question-card.component.ts", lineNumber: 119 }); })();
|
|
88520
88520
|
|
|
88521
|
+
const _c0$5 = ["scrollContainer"];
|
|
88521
88522
|
const _forTrack0$2 = ($index, $item) => $item.tempId;
|
|
88522
|
-
function
|
|
88523
|
-
i0.ɵɵelementStart(0, "p",
|
|
88523
|
+
function ShopProfileQuestionAnswerComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
88524
|
+
i0.ɵɵelementStart(0, "p", 13);
|
|
88524
88525
|
i0.ɵɵtext(1);
|
|
88525
88526
|
i0.ɵɵelementEnd();
|
|
88526
88527
|
} if (rf & 2) {
|
|
88527
|
-
const
|
|
88528
|
-
i0.ɵɵproperty("ngClass",
|
|
88528
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88529
|
+
i0.ɵɵproperty("ngClass", ctx_r1.contextTextClasses());
|
|
88529
88530
|
i0.ɵɵadvance();
|
|
88530
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
88531
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.question().context, " ");
|
|
88531
88532
|
} }
|
|
88532
|
-
function
|
|
88533
|
-
i0.ɵɵelementStart(0, "span",
|
|
88533
|
+
function ShopProfileQuestionAnswerComponent_Conditional_18_For_8_Template(rf, ctx) { if (rf & 1) {
|
|
88534
|
+
i0.ɵɵelementStart(0, "span", 37);
|
|
88534
88535
|
i0.ɵɵtext(1);
|
|
88535
88536
|
i0.ɵɵelementEnd();
|
|
88536
88537
|
} if (rf & 2) {
|
|
88537
|
-
const
|
|
88538
|
-
const
|
|
88539
|
-
i0.ɵɵproperty("ngClass",
|
|
88538
|
+
const focusArea_r3 = ctx.$implicit;
|
|
88539
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
88540
|
+
i0.ɵɵproperty("ngClass", ctx_r1.focusAreaChipClasses());
|
|
88540
88541
|
i0.ɵɵadvance();
|
|
88541
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
88542
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.getFocusAreaTitle(focusArea_r3), " ");
|
|
88542
88543
|
} }
|
|
88543
|
-
function
|
|
88544
|
-
i0.ɵɵelementStart(0, "div",
|
|
88544
|
+
function ShopProfileQuestionAnswerComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
88545
|
+
i0.ɵɵelementStart(0, "div", 14)(1, "div", 32)(2, "span", 33);
|
|
88545
88546
|
i0.ɵɵtext(3);
|
|
88546
88547
|
i0.ɵɵelementEnd();
|
|
88547
88548
|
i0.ɵɵnamespaceSVG();
|
|
88548
|
-
i0.ɵɵelementStart(4, "svg",
|
|
88549
|
-
i0.ɵɵelement(5, "path",
|
|
88549
|
+
i0.ɵɵelementStart(4, "svg", 34);
|
|
88550
|
+
i0.ɵɵelement(5, "path", 35);
|
|
88550
88551
|
i0.ɵɵelementEnd()();
|
|
88551
88552
|
i0.ɵɵnamespaceHTML();
|
|
88552
|
-
i0.ɵɵelementStart(6, "div",
|
|
88553
|
-
i0.ɵɵrepeaterCreate(7,
|
|
88553
|
+
i0.ɵɵelementStart(6, "div", 36);
|
|
88554
|
+
i0.ɵɵrepeaterCreate(7, ShopProfileQuestionAnswerComponent_Conditional_18_For_8_Template, 2, 2, "span", 37, i0.ɵɵrepeaterTrackByIdentity);
|
|
88554
88555
|
i0.ɵɵelementEnd()();
|
|
88555
88556
|
} if (rf & 2) {
|
|
88556
|
-
const
|
|
88557
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88557
88558
|
i0.ɵɵadvance(2);
|
|
88558
|
-
i0.ɵɵproperty("ngClass",
|
|
88559
|
+
i0.ɵɵproperty("ngClass", ctx_r1.relatedLabelClasses());
|
|
88559
88560
|
i0.ɵɵadvance();
|
|
88560
|
-
i0.ɵɵtextInterpolate1(" Related to ",
|
|
88561
|
+
i0.ɵɵtextInterpolate1(" Related to ", ctx_r1.relatedFocusAreas().length, " focus area(s) ");
|
|
88561
88562
|
i0.ɵɵadvance();
|
|
88562
|
-
i0.ɵɵproperty("ngClass",
|
|
88563
|
+
i0.ɵɵproperty("ngClass", ctx_r1.relatedLabelClasses());
|
|
88563
88564
|
i0.ɵɵadvance(3);
|
|
88564
|
-
i0.ɵɵrepeater(
|
|
88565
|
+
i0.ɵɵrepeater(ctx_r1.relatedFocusAreas());
|
|
88565
88566
|
} }
|
|
88566
|
-
function
|
|
88567
|
-
const
|
|
88568
|
-
i0.ɵɵelementStart(0, "label",
|
|
88569
|
-
i0.ɵɵlistener("change", function
|
|
88567
|
+
function ShopProfileQuestionAnswerComponent_For_22_Template(rf, ctx) { if (rf & 1) {
|
|
88568
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
88569
|
+
i0.ɵɵelementStart(0, "label", 17)(1, "input", 38);
|
|
88570
|
+
i0.ɵɵlistener("change", function ShopProfileQuestionAnswerComponent_For_22_Template_input_change_1_listener() { const option_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.toggleAnswer(option_r5.text)); });
|
|
88570
88571
|
i0.ɵɵelementEnd();
|
|
88571
|
-
i0.ɵɵelementStart(2, "span",
|
|
88572
|
+
i0.ɵɵelementStart(2, "span", 39);
|
|
88572
88573
|
i0.ɵɵtext(3);
|
|
88573
88574
|
i0.ɵɵelementEnd()();
|
|
88574
88575
|
} if (rf & 2) {
|
|
88575
|
-
const
|
|
88576
|
-
const
|
|
88577
|
-
i0.ɵɵproperty("ngClass",
|
|
88576
|
+
const option_r5 = ctx.$implicit;
|
|
88577
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88578
|
+
i0.ɵɵproperty("ngClass", ctx_r1.checkboxRowClasses());
|
|
88578
88579
|
i0.ɵɵadvance();
|
|
88579
|
-
i0.ɵɵproperty("checked",
|
|
88580
|
+
i0.ɵɵproperty("checked", option_r5.isSelected)("ngClass", ctx_r1.checkboxClasses());
|
|
88580
88581
|
i0.ɵɵadvance();
|
|
88581
|
-
i0.ɵɵproperty("ngClass",
|
|
88582
|
+
i0.ɵɵproperty("ngClass", ctx_r1.checkboxLabelClasses());
|
|
88582
88583
|
i0.ɵɵadvance();
|
|
88583
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
88584
|
+
i0.ɵɵtextInterpolate1(" ", option_r5.text, " ");
|
|
88585
|
+
} }
|
|
88586
|
+
function ShopProfileQuestionAnswerComponent_Conditional_33_Template(rf, ctx) { if (rf & 1) {
|
|
88587
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
88588
|
+
i0.ɵɵelementStart(0, "button", 40);
|
|
88589
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionAnswerComponent_Conditional_33_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.toggleAddOtherAnswers()); });
|
|
88590
|
+
i0.ɵɵtext(1, " Add other answers ");
|
|
88591
|
+
i0.ɵɵelementEnd();
|
|
88592
|
+
} if (rf & 2) {
|
|
88593
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
88594
|
+
i0.ɵɵproperty("ngClass", ctx_r1.addOtherAnswersButtonClasses());
|
|
88584
88595
|
} }
|
|
88585
88596
|
class ShopProfileQuestionAnswerComponent {
|
|
88586
88597
|
constructor() {
|
|
@@ -88597,6 +88608,7 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88597
88608
|
this.selectedAnswerTexts = signal([], ...(ngDevMode ? [{ debugName: "selectedAnswerTexts" }] : []));
|
|
88598
88609
|
this.addOtherAnswersExpanded = signal(false, ...(ngDevMode ? [{ debugName: "addOtherAnswersExpanded" }] : []));
|
|
88599
88610
|
this.customAnswerText = signal('', ...(ngDevMode ? [{ debugName: "customAnswerText" }] : []));
|
|
88611
|
+
this.isSticky = signal(false, ...(ngDevMode ? [{ debugName: "isSticky" }] : []));
|
|
88600
88612
|
this.answerOptions = computed(() => {
|
|
88601
88613
|
const q = this.question();
|
|
88602
88614
|
const potentialAnswers = q.potentialAnswers || [];
|
|
@@ -88623,6 +88635,9 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88623
88635
|
return q.focusAreaDomains || [];
|
|
88624
88636
|
}, ...(ngDevMode ? [{ debugName: "relatedFocusAreas" }] : []));
|
|
88625
88637
|
this.breadcrumbPath = computed(() => {
|
|
88638
|
+
if (this.viewType() === 'all') {
|
|
88639
|
+
return 'All questions';
|
|
88640
|
+
}
|
|
88626
88641
|
if (this.viewType() === 'category') {
|
|
88627
88642
|
const categoryId = this.selectedCategoryId();
|
|
88628
88643
|
return categoryId ? this.formatCategoryName(categoryId) : 'Category';
|
|
@@ -88662,6 +88677,12 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88662
88677
|
this.selectedAnswerTexts.set(existingAnswers);
|
|
88663
88678
|
});
|
|
88664
88679
|
}
|
|
88680
|
+
onScroll() {
|
|
88681
|
+
const container = this.scrollContainer?.nativeElement;
|
|
88682
|
+
if (container) {
|
|
88683
|
+
this.isSticky.set(container.scrollTop > 10);
|
|
88684
|
+
}
|
|
88685
|
+
}
|
|
88665
88686
|
toggleAnswer(text) {
|
|
88666
88687
|
const current = this.selectedAnswerTexts();
|
|
88667
88688
|
if (current.includes(text)) {
|
|
@@ -88765,6 +88786,16 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88765
88786
|
? 'text-slate-500'
|
|
88766
88787
|
: 'text-slate-400';
|
|
88767
88788
|
}
|
|
88789
|
+
stickyHeaderClasses() {
|
|
88790
|
+
if (this.isSticky()) {
|
|
88791
|
+
return this.isLightMode()
|
|
88792
|
+
? 'bg-white/95 backdrop-blur-sm'
|
|
88793
|
+
: 'bg-slate-800/95 backdrop-blur-sm';
|
|
88794
|
+
}
|
|
88795
|
+
return this.isLightMode()
|
|
88796
|
+
? 'bg-transparent'
|
|
88797
|
+
: 'bg-transparent';
|
|
88798
|
+
}
|
|
88768
88799
|
questionTextClasses() {
|
|
88769
88800
|
return this.isLightMode()
|
|
88770
88801
|
? 'text-slate-900'
|
|
@@ -88851,54 +88882,61 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88851
88882
|
: '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';
|
|
88852
88883
|
}
|
|
88853
88884
|
static { this.ɵfac = function ShopProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShopProfileQuestionAnswerComponent)(); }; }
|
|
88854
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileQuestionAnswerComponent, selectors: [["symphiq-shop-profile-question-answer"]],
|
|
88855
|
-
i0.ɵɵ
|
|
88885
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileQuestionAnswerComponent, selectors: [["symphiq-shop-profile-question-answer"]], viewQuery: function ShopProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
88886
|
+
i0.ɵɵviewQuery(_c0$5, 5);
|
|
88887
|
+
} if (rf & 2) {
|
|
88888
|
+
let _t;
|
|
88889
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
88890
|
+
} }, inputs: { question: [1, "question"], viewMode: [1, "viewMode"], viewType: [1, "viewType"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], filteredQuestions: [1, "filteredQuestions"], profileShopAnswers: [1, "profileShopAnswers"] }, outputs: { backClick: "backClick", saveClick: "saveClick", saveAndNextClick: "saveAndNextClick" }, decls: 43, vars: 35, consts: [["scrollContainer", ""], [1, "flex", "flex-col", "h-full"], [1, "px-6", "py-4", "border-b", 3, "ngClass"], [1, "text-sm", "font-semibold", "mb-3", 3, "ngClass"], [1, "flex", "items-center", "gap-3"], [1, "flex-1"], [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", "whitespace-nowrap", 3, "ngClass"], [1, "flex-1", "overflow-y-auto", 3, "scroll"], [1, "sticky", "top-0", "z-10", "px-6", "py-4", "transition-all", "duration-300", 3, "ngClass"], [1, "text-sm", "italic", "mb-2", 3, "ngClass"], [1, "font-bold", "transition-all", "duration-300", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mt-3", 3, "ngClass"], [1, "mt-4"], [1, "px-6", "py-6"], [1, "space-y-3", "mb-4"], [1, "flex", "items-start", "gap-3", "p-4", "rounded-lg", "cursor-pointer", "transition-all", "duration-200", "hover:scale-[1.01]", 3, "ngClass"], [1, "mb-6"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden", "min-h-0"], [1, "pb-4"], ["rows", "5", "placeholder", "Enter your answer(s) here, separated by returns.", 1, "w-full", "px-4", "py-3", "rounded-lg", "border-2", "text-sm", "resize-y", "transition-colors", "duration-200", "focus:ring-2", "focus:ring-offset-2", 3, "ngModelChange", "ngModel", "ngClass"], [1, "flex", "items-center", "gap-3", "mt-3"], ["type", "button", 1, "px-5", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", "active:scale-95", 3, "click", "ngClass"], ["type", "button", 1, "flex-1", "px-5", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "disabled:opacity-50", "disabled:cursor-not-allowed", "disabled:hover:scale-100", 3, "click", "disabled", "ngClass"], ["type", "button", 1, "w-full", "px-5", "py-3", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "border-2", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "ngClass"], [1, "px-6", "py-4", "border-t", "backdrop-blur-sm", "sticky", "bottom-0", "z-10", 3, "ngClass"], ["type", "button", 1, "px-5", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "border", "disabled:opacity-50", "disabled:cursor-not-allowed", "hover:scale-105", "active:scale-95", "disabled:hover:scale-100", 3, "click", "disabled", "ngClass"], ["type", "button", 1, "flex-1", "px-5", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-2", "disabled:opacity-50", "disabled:cursor-not-allowed", "hover:scale-105", "active:scale-95", "disabled:hover:scale-100", 3, "click", "disabled", "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"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", 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", "flex-wrap", "gap-2"], [1, "px-3", "py-1.5", "rounded-full", "text-xs", "font-medium", 3, "ngClass"], ["type", "checkbox", 1, "mt-0.5", "w-5", "h-5", "rounded", "border-2", "cursor-pointer", "transition-all", "duration-200", "focus:ring-2", "focus:ring-offset-2", 3, "change", "checked", "ngClass"], [1, "text-base", "flex-1", 3, "ngClass"], ["type", "button", 1, "w-full", "px-5", "py-3", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "border-2", "hover:scale-[1.01]", "active:scale-[0.99]", 3, "click", "ngClass"]], template: function ShopProfileQuestionAnswerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
88891
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
88892
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2)(2, "h4", 3);
|
|
88856
88893
|
i0.ɵɵtext(3, " Unanswered questions status ");
|
|
88857
88894
|
i0.ɵɵelementEnd();
|
|
88858
|
-
i0.ɵɵelementStart(4, "div",
|
|
88859
|
-
i0.ɵɵelement(7, "div",
|
|
88895
|
+
i0.ɵɵelementStart(4, "div", 4)(5, "div", 5)(6, "div", 6);
|
|
88896
|
+
i0.ɵɵelement(7, "div", 7);
|
|
88860
88897
|
i0.ɵɵelementEnd()();
|
|
88861
|
-
i0.ɵɵelementStart(8, "div",
|
|
88898
|
+
i0.ɵɵelementStart(8, "div", 8);
|
|
88862
88899
|
i0.ɵɵtext(9);
|
|
88863
88900
|
i0.ɵɵelementEnd()()();
|
|
88864
|
-
i0.ɵɵelementStart(10, "div",
|
|
88865
|
-
i0.ɵɵ
|
|
88866
|
-
i0.ɵɵ
|
|
88867
|
-
i0.ɵɵelementStart(13, "h2", 10);
|
|
88901
|
+
i0.ɵɵelementStart(10, "div", 9, 0);
|
|
88902
|
+
i0.ɵɵlistener("scroll", function ShopProfileQuestionAnswerComponent_Template_div_scroll_10_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onScroll()); });
|
|
88903
|
+
i0.ɵɵelementStart(12, "div", 10)(13, "div", 11);
|
|
88868
88904
|
i0.ɵɵtext(14);
|
|
88869
88905
|
i0.ɵɵelementEnd();
|
|
88870
|
-
i0.ɵɵ
|
|
88871
|
-
i0.ɵɵ
|
|
88872
|
-
i0.ɵɵ
|
|
88873
|
-
i0.ɵɵ
|
|
88906
|
+
i0.ɵɵelementStart(15, "h2", 12);
|
|
88907
|
+
i0.ɵɵtext(16);
|
|
88908
|
+
i0.ɵɵelementEnd();
|
|
88909
|
+
i0.ɵɵconditionalCreate(17, ShopProfileQuestionAnswerComponent_Conditional_17_Template, 2, 2, "p", 13);
|
|
88910
|
+
i0.ɵɵconditionalCreate(18, ShopProfileQuestionAnswerComponent_Conditional_18_Template, 9, 3, "div", 14);
|
|
88874
88911
|
i0.ɵɵelementEnd();
|
|
88875
|
-
i0.ɵɵelementStart(
|
|
88876
|
-
i0.ɵɵ
|
|
88912
|
+
i0.ɵɵelementStart(19, "div", 15)(20, "div", 16);
|
|
88913
|
+
i0.ɵɵrepeaterCreate(21, ShopProfileQuestionAnswerComponent_For_22_Template, 4, 5, "label", 17, _forTrack0$2);
|
|
88877
88914
|
i0.ɵɵelementEnd();
|
|
88878
|
-
i0.ɵɵelementStart(
|
|
88879
|
-
i0.ɵɵ
|
|
88880
|
-
i0.ɵɵtext(27, " Cancel ");
|
|
88915
|
+
i0.ɵɵelementStart(23, "div", 18)(24, "div", 19)(25, "div", 20)(26, "div", 21)(27, "textarea", 22);
|
|
88916
|
+
i0.ɵɵtwoWayListener("ngModelChange", function ShopProfileQuestionAnswerComponent_Template_textarea_ngModelChange_27_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.customAnswerText, $event) || (ctx.customAnswerText = $event); return i0.ɵɵresetView($event); });
|
|
88881
88917
|
i0.ɵɵelementEnd();
|
|
88882
|
-
i0.ɵɵelementStart(28, "button",
|
|
88883
|
-
i0.ɵɵlistener("click", function
|
|
88884
|
-
i0.ɵɵtext(
|
|
88918
|
+
i0.ɵɵelementStart(28, "div", 23)(29, "button", 24);
|
|
88919
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionAnswerComponent_Template_button_click_29_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.cancelCustomAnswers()); });
|
|
88920
|
+
i0.ɵɵtext(30, " Cancel ");
|
|
88921
|
+
i0.ɵɵelementEnd();
|
|
88922
|
+
i0.ɵɵelementStart(31, "button", 25);
|
|
88923
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionAnswerComponent_Template_button_click_31_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.addCustomAnswers()); });
|
|
88924
|
+
i0.ɵɵtext(32, " Add ");
|
|
88885
88925
|
i0.ɵɵelementEnd()()()()();
|
|
88886
|
-
i0.ɵɵ
|
|
88887
|
-
i0.ɵɵlistener("click", function ShopProfileQuestionAnswerComponent_Template_button_click_30_listener() { return ctx.toggleAddOtherAnswers(); });
|
|
88888
|
-
i0.ɵɵtext(31, " Add other answers ");
|
|
88926
|
+
i0.ɵɵconditionalCreate(33, ShopProfileQuestionAnswerComponent_Conditional_33_Template, 2, 1, "button", 26);
|
|
88889
88927
|
i0.ɵɵelementEnd()()();
|
|
88890
|
-
i0.ɵɵelementStart(
|
|
88891
|
-
i0.ɵɵlistener("click", function
|
|
88892
|
-
i0.ɵɵtext(
|
|
88928
|
+
i0.ɵɵelementStart(34, "div", 27)(35, "div", 4)(36, "button", 28);
|
|
88929
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionAnswerComponent_Template_button_click_36_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSave()); });
|
|
88930
|
+
i0.ɵɵtext(37, " Save ");
|
|
88893
88931
|
i0.ɵɵelementEnd();
|
|
88894
|
-
i0.ɵɵelementStart(
|
|
88895
|
-
i0.ɵɵlistener("click", function
|
|
88896
|
-
i0.ɵɵelementStart(
|
|
88897
|
-
i0.ɵɵtext(
|
|
88932
|
+
i0.ɵɵelementStart(38, "button", 29);
|
|
88933
|
+
i0.ɵɵlistener("click", function ShopProfileQuestionAnswerComponent_Template_button_click_38_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSaveAndNext()); });
|
|
88934
|
+
i0.ɵɵelementStart(39, "span");
|
|
88935
|
+
i0.ɵɵtext(40, "Save & next unanswered");
|
|
88898
88936
|
i0.ɵɵelementEnd();
|
|
88899
88937
|
i0.ɵɵnamespaceSVG();
|
|
88900
|
-
i0.ɵɵelementStart(
|
|
88901
|
-
i0.ɵɵelement(
|
|
88938
|
+
i0.ɵɵelementStart(41, "svg", 30);
|
|
88939
|
+
i0.ɵɵelement(42, "path", 31);
|
|
88902
88940
|
i0.ɵɵelementEnd()()()()();
|
|
88903
88941
|
} if (rf & 2) {
|
|
88904
88942
|
i0.ɵɵadvance();
|
|
@@ -88914,19 +88952,23 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88914
88952
|
i0.ɵɵproperty("ngClass", ctx.progressTextClasses());
|
|
88915
88953
|
i0.ɵɵadvance();
|
|
88916
88954
|
i0.ɵɵtextInterpolate2(" ", ctx.answeredCount(), " / ", ctx.totalCount(), " answered ");
|
|
88917
|
-
i0.ɵɵadvance(
|
|
88955
|
+
i0.ɵɵadvance(3);
|
|
88956
|
+
i0.ɵɵclassProp("shadow-md", ctx.isSticky());
|
|
88957
|
+
i0.ɵɵproperty("ngClass", ctx.stickyHeaderClasses());
|
|
88958
|
+
i0.ɵɵadvance();
|
|
88918
88959
|
i0.ɵɵproperty("ngClass", ctx.breadcrumbClasses());
|
|
88919
88960
|
i0.ɵɵadvance();
|
|
88920
88961
|
i0.ɵɵtextInterpolate1(" Shop > ", ctx.breadcrumbPath(), " ");
|
|
88921
88962
|
i0.ɵɵadvance();
|
|
88963
|
+
i0.ɵɵclassProp("text-xl", !ctx.isSticky())("text-lg", ctx.isSticky());
|
|
88922
88964
|
i0.ɵɵproperty("ngClass", ctx.questionTextClasses());
|
|
88923
88965
|
i0.ɵɵadvance();
|
|
88924
88966
|
i0.ɵɵtextInterpolate1(" ", ctx.question().question, " ");
|
|
88925
88967
|
i0.ɵɵadvance();
|
|
88926
|
-
i0.ɵɵconditional(ctx.question().context ?
|
|
88968
|
+
i0.ɵɵconditional(ctx.question().context && !ctx.isSticky() ? 17 : -1);
|
|
88927
88969
|
i0.ɵɵadvance();
|
|
88928
|
-
i0.ɵɵconditional(ctx.relatedFocusAreas().length > 0 ?
|
|
88929
|
-
i0.ɵɵadvance(
|
|
88970
|
+
i0.ɵɵconditional(ctx.relatedFocusAreas().length > 0 && !ctx.isSticky() ? 18 : -1);
|
|
88971
|
+
i0.ɵɵadvance(3);
|
|
88930
88972
|
i0.ɵɵrepeater(ctx.answerOptions());
|
|
88931
88973
|
i0.ɵɵadvance(3);
|
|
88932
88974
|
i0.ɵɵstyleProp("grid-template-rows", ctx.addOtherAnswersExpanded() ? "1fr" : "0fr");
|
|
@@ -88938,8 +88980,8 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88938
88980
|
i0.ɵɵadvance(2);
|
|
88939
88981
|
i0.ɵɵproperty("disabled", !ctx.canAddCustomAnswers())("ngClass", ctx.addButtonClasses());
|
|
88940
88982
|
i0.ɵɵadvance(2);
|
|
88941
|
-
i0.ɵɵ
|
|
88942
|
-
i0.ɵɵadvance(
|
|
88983
|
+
i0.ɵɵconditional(!ctx.addOtherAnswersExpanded() ? 33 : -1);
|
|
88984
|
+
i0.ɵɵadvance();
|
|
88943
88985
|
i0.ɵɵproperty("ngClass", ctx.footerClasses());
|
|
88944
88986
|
i0.ɵɵadvance(2);
|
|
88945
88987
|
i0.ɵɵproperty("disabled", ctx.saveButtonsDisabled())("ngClass", ctx.saveButtonClasses());
|
|
@@ -88969,160 +89011,171 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
88969
89011
|
])
|
|
88970
89012
|
])
|
|
88971
89013
|
],
|
|
88972
|
-
template: `
|
|
88973
|
-
<div class="flex flex-col h-full">
|
|
88974
|
-
<!-- Unanswered Questions Status -->
|
|
88975
|
-
<div [ngClass]="statusHeaderClasses()" class="px-6 py-4 border-b">
|
|
88976
|
-
<h4 [ngClass]="statusTitleClasses()" class="text-sm font-semibold mb-3">
|
|
88977
|
-
Unanswered questions status
|
|
88978
|
-
</h4>
|
|
88979
|
-
<div class="flex items-center gap-3">
|
|
88980
|
-
<div class="flex-1">
|
|
88981
|
-
<div [ngClass]="progressBarContainerClasses()" class="h-2 rounded-full overflow-hidden">
|
|
88982
|
-
<div
|
|
88983
|
-
[ngClass]="progressBarFillClasses()"
|
|
88984
|
-
class="h-full transition-all duration-500 ease-out rounded-full"
|
|
88985
|
-
[style.width.%]="progressPercentage()"></div>
|
|
88986
|
-
</div>
|
|
88987
|
-
</div>
|
|
88988
|
-
<div [ngClass]="progressTextClasses()" class="text-sm font-medium whitespace-nowrap">
|
|
88989
|
-
{{ answeredCount() }} / {{ totalCount() }} answered
|
|
88990
|
-
</div>
|
|
88991
|
-
</div>
|
|
88992
|
-
</div>
|
|
88993
|
-
|
|
88994
|
-
<!-- Scrollable Content -->
|
|
88995
|
-
<div class="flex-1 overflow-y-auto
|
|
88996
|
-
<!--
|
|
88997
|
-
<div [ngClass]="
|
|
88998
|
-
|
|
88999
|
-
|
|
89000
|
-
|
|
89001
|
-
|
|
89002
|
-
|
|
89003
|
-
|
|
89004
|
-
|
|
89005
|
-
|
|
89006
|
-
|
|
89007
|
-
|
|
89008
|
-
|
|
89009
|
-
|
|
89010
|
-
|
|
89011
|
-
|
|
89012
|
-
|
|
89013
|
-
|
|
89014
|
-
|
|
89015
|
-
|
|
89016
|
-
|
|
89017
|
-
|
|
89018
|
-
|
|
89019
|
-
|
|
89020
|
-
|
|
89021
|
-
|
|
89022
|
-
|
|
89023
|
-
|
|
89024
|
-
|
|
89025
|
-
|
|
89026
|
-
|
|
89027
|
-
|
|
89028
|
-
|
|
89029
|
-
|
|
89030
|
-
|
|
89031
|
-
|
|
89032
|
-
|
|
89033
|
-
|
|
89034
|
-
|
|
89035
|
-
|
|
89036
|
-
|
|
89037
|
-
|
|
89038
|
-
|
|
89039
|
-
|
|
89040
|
-
|
|
89041
|
-
|
|
89042
|
-
|
|
89043
|
-
|
|
89044
|
-
|
|
89045
|
-
|
|
89046
|
-
|
|
89047
|
-
|
|
89048
|
-
|
|
89049
|
-
|
|
89050
|
-
|
|
89051
|
-
|
|
89052
|
-
|
|
89053
|
-
|
|
89054
|
-
|
|
89055
|
-
|
|
89056
|
-
|
|
89057
|
-
|
|
89058
|
-
|
|
89059
|
-
|
|
89060
|
-
|
|
89061
|
-
|
|
89062
|
-
|
|
89063
|
-
|
|
89064
|
-
|
|
89065
|
-
|
|
89066
|
-
|
|
89067
|
-
|
|
89068
|
-
|
|
89069
|
-
|
|
89070
|
-
|
|
89071
|
-
|
|
89072
|
-
|
|
89073
|
-
|
|
89074
|
-
|
|
89075
|
-
|
|
89076
|
-
|
|
89077
|
-
|
|
89078
|
-
|
|
89079
|
-
|
|
89080
|
-
|
|
89081
|
-
|
|
89082
|
-
|
|
89083
|
-
|
|
89084
|
-
|
|
89085
|
-
|
|
89086
|
-
|
|
89087
|
-
|
|
89088
|
-
|
|
89089
|
-
|
|
89090
|
-
|
|
89091
|
-
|
|
89092
|
-
|
|
89093
|
-
|
|
89094
|
-
|
|
89095
|
-
|
|
89096
|
-
|
|
89097
|
-
|
|
89098
|
-
|
|
89099
|
-
|
|
89100
|
-
|
|
89101
|
-
|
|
89102
|
-
|
|
89103
|
-
|
|
89104
|
-
|
|
89105
|
-
|
|
89106
|
-
|
|
89107
|
-
|
|
89108
|
-
<button
|
|
89109
|
-
type="button"
|
|
89110
|
-
(click)="
|
|
89111
|
-
[disabled]="saveButtonsDisabled()"
|
|
89112
|
-
[ngClass]="
|
|
89113
|
-
class="
|
|
89114
|
-
|
|
89115
|
-
|
|
89116
|
-
|
|
89117
|
-
|
|
89118
|
-
|
|
89119
|
-
|
|
89120
|
-
|
|
89121
|
-
|
|
89014
|
+
template: `
|
|
89015
|
+
<div class="flex flex-col h-full">
|
|
89016
|
+
<!-- Unanswered Questions Status -->
|
|
89017
|
+
<div [ngClass]="statusHeaderClasses()" class="px-6 py-4 border-b">
|
|
89018
|
+
<h4 [ngClass]="statusTitleClasses()" class="text-sm font-semibold mb-3">
|
|
89019
|
+
Unanswered questions status
|
|
89020
|
+
</h4>
|
|
89021
|
+
<div class="flex items-center gap-3">
|
|
89022
|
+
<div class="flex-1">
|
|
89023
|
+
<div [ngClass]="progressBarContainerClasses()" class="h-2 rounded-full overflow-hidden">
|
|
89024
|
+
<div
|
|
89025
|
+
[ngClass]="progressBarFillClasses()"
|
|
89026
|
+
class="h-full transition-all duration-500 ease-out rounded-full"
|
|
89027
|
+
[style.width.%]="progressPercentage()"></div>
|
|
89028
|
+
</div>
|
|
89029
|
+
</div>
|
|
89030
|
+
<div [ngClass]="progressTextClasses()" class="text-sm font-medium whitespace-nowrap">
|
|
89031
|
+
{{ answeredCount() }} / {{ totalCount() }} answered
|
|
89032
|
+
</div>
|
|
89033
|
+
</div>
|
|
89034
|
+
</div>
|
|
89035
|
+
|
|
89036
|
+
<!-- Scrollable Content -->
|
|
89037
|
+
<div #scrollContainer class="flex-1 overflow-y-auto" (scroll)="onScroll()">
|
|
89038
|
+
<!-- Sticky Question Header -->
|
|
89039
|
+
<div [ngClass]="stickyHeaderClasses()" class="sticky top-0 z-10 px-6 py-4 transition-all duration-300" [class.shadow-md]="isSticky()">
|
|
89040
|
+
<!-- Breadcrumb -->
|
|
89041
|
+
<div [ngClass]="breadcrumbClasses()" class="text-sm italic mb-2">
|
|
89042
|
+
Shop > {{ breadcrumbPath() }}
|
|
89043
|
+
</div>
|
|
89044
|
+
|
|
89045
|
+
<!-- Question -->
|
|
89046
|
+
<h2 [ngClass]="questionTextClasses()" class="font-bold transition-all duration-300" [class.text-xl]="!isSticky()" [class.text-lg]="isSticky()">
|
|
89047
|
+
{{ question().question }}
|
|
89048
|
+
</h2>
|
|
89049
|
+
|
|
89050
|
+
<!-- Context - only show when not sticky -->
|
|
89051
|
+
@if (question().context && !isSticky()) {
|
|
89052
|
+
<p [ngClass]="contextTextClasses()" class="text-sm leading-relaxed mt-3">
|
|
89053
|
+
{{ question().context }}
|
|
89054
|
+
</p>
|
|
89055
|
+
}
|
|
89056
|
+
|
|
89057
|
+
<!-- Related Focus Areas - only show when not sticky -->
|
|
89058
|
+
@if (relatedFocusAreas().length > 0 && !isSticky()) {
|
|
89059
|
+
<div class="mt-4">
|
|
89060
|
+
<div class="flex items-center gap-2 mb-2">
|
|
89061
|
+
<span [ngClass]="relatedLabelClasses()" class="text-xs font-semibold">
|
|
89062
|
+
Related to {{ relatedFocusAreas().length }} focus area(s)
|
|
89063
|
+
</span>
|
|
89064
|
+
<svg class="w-4 h-4" [ngClass]="relatedLabelClasses()" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89065
|
+
<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>
|
|
89066
|
+
</svg>
|
|
89067
|
+
</div>
|
|
89068
|
+
<div class="flex flex-wrap gap-2">
|
|
89069
|
+
@for (focusArea of relatedFocusAreas(); track focusArea) {
|
|
89070
|
+
<span [ngClass]="focusAreaChipClasses()" class="px-3 py-1.5 rounded-full text-xs font-medium">
|
|
89071
|
+
{{ getFocusAreaTitle(focusArea) }}
|
|
89072
|
+
</span>
|
|
89073
|
+
}
|
|
89074
|
+
</div>
|
|
89075
|
+
</div>
|
|
89076
|
+
}
|
|
89077
|
+
</div>
|
|
89078
|
+
|
|
89079
|
+
<div class="px-6 py-6">
|
|
89080
|
+
|
|
89081
|
+
<!-- Answer Options -->
|
|
89082
|
+
<div class="space-y-3 mb-4">
|
|
89083
|
+
@for (option of answerOptions(); track option.tempId) {
|
|
89084
|
+
<label
|
|
89085
|
+
[ngClass]="checkboxRowClasses()"
|
|
89086
|
+
class="flex items-start gap-3 p-4 rounded-lg cursor-pointer transition-all duration-200 hover:scale-[1.01]">
|
|
89087
|
+
<input
|
|
89088
|
+
type="checkbox"
|
|
89089
|
+
[checked]="option.isSelected"
|
|
89090
|
+
(change)="toggleAnswer(option.text)"
|
|
89091
|
+
[ngClass]="checkboxClasses()"
|
|
89092
|
+
class="mt-0.5 w-5 h-5 rounded border-2 cursor-pointer transition-all duration-200 focus:ring-2 focus:ring-offset-2" />
|
|
89093
|
+
<span [ngClass]="checkboxLabelClasses()" class="text-base flex-1">
|
|
89094
|
+
{{ option.text }}
|
|
89095
|
+
</span>
|
|
89096
|
+
</label>
|
|
89097
|
+
}
|
|
89098
|
+
</div>
|
|
89099
|
+
|
|
89100
|
+
<!-- Add Other Answers -->
|
|
89101
|
+
<div class="mb-6">
|
|
89102
|
+
<div
|
|
89103
|
+
class="grid transition-[grid-template-rows] duration-300 ease-in-out"
|
|
89104
|
+
[style.grid-template-rows]="addOtherAnswersExpanded() ? '1fr' : '0fr'">
|
|
89105
|
+
<div class="overflow-hidden min-h-0">
|
|
89106
|
+
<div class="pb-4">
|
|
89107
|
+
<textarea
|
|
89108
|
+
[(ngModel)]="customAnswerText"
|
|
89109
|
+
[ngClass]="textareaClasses()"
|
|
89110
|
+
class="w-full px-4 py-3 rounded-lg border-2 text-sm resize-y transition-colors duration-200 focus:ring-2 focus:ring-offset-2"
|
|
89111
|
+
rows="5"
|
|
89112
|
+
placeholder="Enter your answer(s) here, separated by returns."></textarea>
|
|
89113
|
+
<div class="flex items-center gap-3 mt-3">
|
|
89114
|
+
<button
|
|
89115
|
+
type="button"
|
|
89116
|
+
(click)="cancelCustomAnswers()"
|
|
89117
|
+
[ngClass]="cancelButtonClasses()"
|
|
89118
|
+
class="px-5 py-2.5 rounded-lg font-medium text-sm transition-all duration-200 hover:scale-105 active:scale-95">
|
|
89119
|
+
Cancel
|
|
89120
|
+
</button>
|
|
89121
|
+
<button
|
|
89122
|
+
type="button"
|
|
89123
|
+
(click)="addCustomAnswers()"
|
|
89124
|
+
[disabled]="!canAddCustomAnswers()"
|
|
89125
|
+
[ngClass]="addButtonClasses()"
|
|
89126
|
+
class="flex-1 px-5 py-2.5 rounded-lg font-medium text-sm transition-all duration-200 disabled:opacity-50 disabled:cursor-not-allowed disabled:hover:scale-100">
|
|
89127
|
+
Add
|
|
89128
|
+
</button>
|
|
89129
|
+
</div>
|
|
89130
|
+
</div>
|
|
89131
|
+
</div>
|
|
89132
|
+
</div>
|
|
89133
|
+
|
|
89134
|
+
@if (!addOtherAnswersExpanded()) {
|
|
89135
|
+
<button
|
|
89136
|
+
type="button"
|
|
89137
|
+
(click)="toggleAddOtherAnswers()"
|
|
89138
|
+
[ngClass]="addOtherAnswersButtonClasses()"
|
|
89139
|
+
class="w-full px-5 py-3 rounded-lg font-medium text-sm transition-all duration-200 border-2 hover:scale-[1.01] active:scale-[0.99]">
|
|
89140
|
+
Add other answers
|
|
89141
|
+
</button>
|
|
89142
|
+
}
|
|
89143
|
+
</div>
|
|
89144
|
+
</div>
|
|
89145
|
+
</div>
|
|
89146
|
+
|
|
89147
|
+
<!-- Sticky Footer -->
|
|
89148
|
+
<div [ngClass]="footerClasses()" class="px-6 py-4 border-t backdrop-blur-sm sticky bottom-0 z-10">
|
|
89149
|
+
<div class="flex items-center gap-3">
|
|
89150
|
+
<button
|
|
89151
|
+
type="button"
|
|
89152
|
+
(click)="onSave()"
|
|
89153
|
+
[disabled]="saveButtonsDisabled()"
|
|
89154
|
+
[ngClass]="saveButtonClasses()"
|
|
89155
|
+
class="px-5 py-2.5 rounded-lg font-medium text-sm transition-all duration-200 border disabled:opacity-50 disabled:cursor-not-allowed hover:scale-105 active:scale-95 disabled:hover:scale-100">
|
|
89156
|
+
Save
|
|
89157
|
+
</button>
|
|
89158
|
+
<button
|
|
89159
|
+
type="button"
|
|
89160
|
+
(click)="onSaveAndNext()"
|
|
89161
|
+
[disabled]="saveButtonsDisabled()"
|
|
89162
|
+
[ngClass]="saveAndNextButtonClasses()"
|
|
89163
|
+
class="flex-1 px-5 py-2.5 rounded-lg font-medium text-sm transition-all duration-200 flex items-center justify-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed hover:scale-105 active:scale-95 disabled:hover:scale-100">
|
|
89164
|
+
<span>Save & next unanswered</span>
|
|
89165
|
+
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89166
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
|
|
89167
|
+
</svg>
|
|
89168
|
+
</button>
|
|
89169
|
+
</div>
|
|
89170
|
+
</div>
|
|
89171
|
+
</div>
|
|
89122
89172
|
`
|
|
89123
89173
|
}]
|
|
89124
|
-
}], () => [], { 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 }] }], selectedCategoryId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCategoryId", required: false }] }], selectedFocusAreaId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedFocusAreaId", required: false }] }], filteredQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "filteredQuestions", required: false }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], backClick: [{ type: i0.Output, args: ["backClick"] }], saveClick: [{ type: i0.Output, args: ["saveClick"] }], saveAndNextClick: [{ type: i0.Output, args: ["saveAndNextClick"] }]
|
|
89125
|
-
|
|
89174
|
+
}], () => [], { 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 }] }], selectedCategoryId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCategoryId", required: false }] }], selectedFocusAreaId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedFocusAreaId", required: false }] }], filteredQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "filteredQuestions", required: false }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], backClick: [{ type: i0.Output, args: ["backClick"] }], saveClick: [{ type: i0.Output, args: ["saveClick"] }], saveAndNextClick: [{ type: i0.Output, args: ["saveAndNextClick"] }], scrollContainer: [{
|
|
89175
|
+
type: ViewChild,
|
|
89176
|
+
args: ['scrollContainer']
|
|
89177
|
+
}] }); })();
|
|
89178
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionAnswerComponent, { className: "ShopProfileQuestionAnswerComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-question-answer.component.ts", lineNumber: 199 }); })();
|
|
89126
89179
|
|
|
89127
89180
|
const _c0$4 = ["modalContent"];
|
|
89128
89181
|
const _c1$1 = ["modalWrapper"];
|
|
@@ -89200,7 +89253,7 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_8_Template
|
|
|
89200
89253
|
i0.ɵɵadvance(3);
|
|
89201
89254
|
i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
|
|
89202
89255
|
i0.ɵɵadvance();
|
|
89203
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
|
|
89256
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "all" ? "All Questions" : ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
|
|
89204
89257
|
i0.ɵɵadvance();
|
|
89205
89258
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
89206
89259
|
i0.ɵɵadvance();
|
|
@@ -89263,7 +89316,7 @@ function ShopProfileQuestionsModalComponent_Conditional_0_Conditional_9_Template
|
|
|
89263
89316
|
i0.ɵɵadvance(4);
|
|
89264
89317
|
i0.ɵɵproperty("ngClass", ctx_r1.labelClasses());
|
|
89265
89318
|
i0.ɵɵadvance();
|
|
89266
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
|
|
89319
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.viewType() === "all" ? "All Questions" : ctx_r1.viewType() === "category" ? "Category" : "Focus Area", " ");
|
|
89267
89320
|
i0.ɵɵadvance();
|
|
89268
89321
|
i0.ɵɵproperty("ngClass", ctx_r1.titleClasses());
|
|
89269
89322
|
i0.ɵɵadvance();
|
|
@@ -89303,6 +89356,8 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89303
89356
|
this.users = input([], ...(ngDevMode ? [{ debugName: "users" }] : []));
|
|
89304
89357
|
this.selectedCategoryId = input(null, ...(ngDevMode ? [{ debugName: "selectedCategoryId" }] : []));
|
|
89305
89358
|
this.selectedFocusAreaId = input(null, ...(ngDevMode ? [{ debugName: "selectedFocusAreaId" }] : []));
|
|
89359
|
+
this.showAllQuestions = input(false, ...(ngDevMode ? [{ debugName: "showAllQuestions" }] : []));
|
|
89360
|
+
this.startDirectAnswer = input(false, ...(ngDevMode ? [{ debugName: "startDirectAnswer" }] : []));
|
|
89306
89361
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
89307
89362
|
this.close = output();
|
|
89308
89363
|
this.questionAnswerClick = output();
|
|
@@ -89315,9 +89370,14 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89315
89370
|
this.navigationHistory = signal([], ...(ngDevMode ? [{ debugName: "navigationHistory" }] : []));
|
|
89316
89371
|
this.modalMovedToBody = false;
|
|
89317
89372
|
this.viewType = computed(() => {
|
|
89373
|
+
if (this.showAllQuestions())
|
|
89374
|
+
return 'all';
|
|
89318
89375
|
return this.selectedCategoryId() !== null ? 'category' : 'focus-area';
|
|
89319
89376
|
}, ...(ngDevMode ? [{ debugName: "viewType" }] : []));
|
|
89320
89377
|
this.displayTitle = computed(() => {
|
|
89378
|
+
if (this.viewType() === 'all') {
|
|
89379
|
+
return 'All questions';
|
|
89380
|
+
}
|
|
89321
89381
|
if (this.viewType() === 'category') {
|
|
89322
89382
|
const categoryId = this.selectedCategoryId();
|
|
89323
89383
|
if (!categoryId)
|
|
@@ -89333,6 +89393,9 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89333
89393
|
}, ...(ngDevMode ? [{ debugName: "displayTitle" }] : []));
|
|
89334
89394
|
this.filteredQuestions = computed(() => {
|
|
89335
89395
|
const allQuestions = this.questions();
|
|
89396
|
+
if (this.showAllQuestions()) {
|
|
89397
|
+
return allQuestions;
|
|
89398
|
+
}
|
|
89336
89399
|
const categoryId = this.selectedCategoryId();
|
|
89337
89400
|
const focusAreaId = this.selectedFocusAreaId();
|
|
89338
89401
|
if (categoryId) {
|
|
@@ -89368,6 +89431,16 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89368
89431
|
setTimeout(() => {
|
|
89369
89432
|
this.moveModalToBody();
|
|
89370
89433
|
this.modalReady.set(true);
|
|
89434
|
+
if (this.startDirectAnswer()) {
|
|
89435
|
+
const firstUnanswered = this.filteredQuestions().find(q => !q.answered);
|
|
89436
|
+
if (firstUnanswered) {
|
|
89437
|
+
this.answerModeActive.set(true);
|
|
89438
|
+
this.questionForAnswer.set(firstUnanswered);
|
|
89439
|
+
if (firstUnanswered.id) {
|
|
89440
|
+
this.navigationHistory.set([firstUnanswered.id]);
|
|
89441
|
+
}
|
|
89442
|
+
}
|
|
89443
|
+
}
|
|
89371
89444
|
}, 0);
|
|
89372
89445
|
}
|
|
89373
89446
|
else {
|
|
@@ -89536,7 +89609,7 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89536
89609
|
let _t;
|
|
89537
89610
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
89538
89611
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalWrapper = _t.first);
|
|
89539
|
-
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileShopAnswers: [1, "profileShopAnswers"], users: [1, "users"], 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, "flex", "flex-col", "gap-6"], [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", "profileShopAnswers", "users"], [3, "answerClick", "question", "viewMode", "viewType", "profileShopAnswers", "users"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm"], [3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileShopAnswers"], [3, "backClick", "saveClick", "saveAndNextClick", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileShopAnswers"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
89612
|
+
} }, inputs: { isOpen: [1, "isOpen"], questions: [1, "questions"], profileShopAnswers: [1, "profileShopAnswers"], users: [1, "users"], selectedCategoryId: [1, "selectedCategoryId"], selectedFocusAreaId: [1, "selectedFocusAreaId"], showAllQuestions: [1, "showAllQuestions"], startDirectAnswer: [1, "startDirectAnswer"], 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, "flex", "flex-col", "gap-6"], [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", "profileShopAnswers", "users"], [3, "answerClick", "question", "viewMode", "viewType", "profileShopAnswers", "users"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "transition-all", "rounded-lg", "p-1", "hover:scale-110", "active:scale-90", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 19l-7-7 7-7"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "max-h-[70vh]", "overflow-y-auto", "backdrop-blur-sm"], [3, "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileShopAnswers"], [3, "backClick", "saveClick", "saveAndNextClick", "question", "viewMode", "viewType", "selectedCategoryId", "selectedFocusAreaId", "filteredQuestions", "profileShopAnswers"]], template: function ShopProfileQuestionsModalComponent_Template(rf, ctx) { if (rf & 1) {
|
|
89540
89613
|
i0.ɵɵconditionalCreate(0, ShopProfileQuestionsModalComponent_Conditional_0_Template, 10, 5, "div", 2);
|
|
89541
89614
|
} if (rf & 2) {
|
|
89542
89615
|
i0.ɵɵconditional(ctx.isOpen() ? 0 : -1);
|
|
@@ -89576,164 +89649,164 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89576
89649
|
])
|
|
89577
89650
|
])
|
|
89578
89651
|
],
|
|
89579
|
-
template: `
|
|
89580
|
-
@if (isOpen()) {
|
|
89581
|
-
<div
|
|
89582
|
-
#modalWrapper
|
|
89583
|
-
class="fixed inset-0 overflow-y-auto z-[9000]"
|
|
89584
|
-
(click)="onBackdropClick()">
|
|
89585
|
-
<div class="flex items-center justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0">
|
|
89586
|
-
<div
|
|
89587
|
-
[ngClass]="backdropClasses()"
|
|
89588
|
-
class="fixed inset-0 backdrop-blur-sm"
|
|
89589
|
-
aria-hidden="true"
|
|
89590
|
-
@fadeIn></div>
|
|
89591
|
-
|
|
89592
|
-
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">​</span>
|
|
89593
|
-
|
|
89594
|
-
<div
|
|
89595
|
-
#modalContent
|
|
89596
|
-
(click)="$event.stopPropagation()"
|
|
89597
|
-
[ngClass]="containerClasses()"
|
|
89598
|
-
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"
|
|
89599
|
-
@slideUpFade>
|
|
89600
|
-
|
|
89601
|
-
@if (!answerModeActive()) {
|
|
89602
|
-
<!-- Header -->
|
|
89603
|
-
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
|
|
89604
|
-
<div class="flex items-start justify-between">
|
|
89605
|
-
<div class="flex-1">
|
|
89606
|
-
<!-- Label -->
|
|
89607
|
-
<div [ngClass]="labelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-1">
|
|
89608
|
-
{{ viewType() === 'category' ? 'Category' : 'Focus Area' }}
|
|
89609
|
-
</div>
|
|
89610
|
-
|
|
89611
|
-
<!-- Title -->
|
|
89612
|
-
<h3 [ngClass]="titleClasses()" class="text-xl font-bold mb-3">
|
|
89613
|
-
{{ displayTitle() }}
|
|
89614
|
-
</h3>
|
|
89615
|
-
|
|
89616
|
-
<!-- Progress Bar -->
|
|
89617
|
-
<div class="space-y-2">
|
|
89618
|
-
<div [ngClass]="progressBarContainerClasses()" class="h-2 rounded-full overflow-hidden">
|
|
89619
|
-
<div
|
|
89620
|
-
[ngClass]="progressBarFillClasses()"
|
|
89621
|
-
class="h-full transition-all duration-500 ease-out rounded-full"
|
|
89622
|
-
[style.width.%]="progressPercentage()"></div>
|
|
89623
|
-
</div>
|
|
89624
|
-
<div [ngClass]="progressTextClasses()" class="text-sm font-medium">
|
|
89625
|
-
{{ answeredCount() }} / {{ totalCount() }} questions answered
|
|
89626
|
-
</div>
|
|
89627
|
-
</div>
|
|
89628
|
-
</div>
|
|
89629
|
-
|
|
89630
|
-
<!-- Close Button -->
|
|
89631
|
-
<button
|
|
89632
|
-
type="button"
|
|
89633
|
-
(click)="onClose()"
|
|
89634
|
-
[ngClass]="closeButtonClasses()"
|
|
89635
|
-
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer relative ml-4">
|
|
89636
|
-
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89637
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
89638
|
-
</svg>
|
|
89639
|
-
</button>
|
|
89640
|
-
</div>
|
|
89641
|
-
</div>
|
|
89642
|
-
|
|
89643
|
-
<!-- Content -->
|
|
89644
|
-
<div [ngClass]="contentClasses()" class="px-6 py-8 max-h-[70vh] overflow-y-auto backdrop-blur-sm">
|
|
89645
|
-
@if (filteredQuestions().length === 0) {
|
|
89646
|
-
<div class="text-center py-12">
|
|
89647
|
-
<div [ngClass]="emptyStateIconClasses()" class="w-16 h-16 mx-auto mb-4">
|
|
89648
|
-
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89649
|
-
<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>
|
|
89650
|
-
</svg>
|
|
89651
|
-
</div>
|
|
89652
|
-
<h3 [ngClass]="emptyStateTitleClasses()" class="text-lg font-semibold mb-2">
|
|
89653
|
-
No questions found
|
|
89654
|
-
</h3>
|
|
89655
|
-
<p [ngClass]="emptyStateTextClasses()" class="text-sm">
|
|
89656
|
-
There are no questions for this {{ viewType() === 'category' ? 'category' : 'focus area' }}.
|
|
89657
|
-
</p>
|
|
89658
|
-
</div>
|
|
89659
|
-
} @else {
|
|
89660
|
-
<div class="flex flex-col gap-6">
|
|
89661
|
-
@for (question of filteredQuestions(); track question.id) {
|
|
89662
|
-
<symphiq-shop-profile-question-card
|
|
89663
|
-
[question]="question"
|
|
89664
|
-
[viewMode]="viewMode()"
|
|
89665
|
-
[viewType]="viewType()"
|
|
89666
|
-
[profileShopAnswers]="profileShopAnswers()"
|
|
89667
|
-
[users]="users()"
|
|
89668
|
-
(answerClick)="onQuestionAnswerClick($event)" />
|
|
89669
|
-
}
|
|
89670
|
-
</div>
|
|
89671
|
-
}
|
|
89672
|
-
</div>
|
|
89673
|
-
} @else {
|
|
89674
|
-
<!-- Answer Mode Header -->
|
|
89675
|
-
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
|
|
89676
|
-
<div class="flex items-start justify-between">
|
|
89677
|
-
<div class="flex items-center gap-3">
|
|
89678
|
-
<!-- Back Button -->
|
|
89679
|
-
<button
|
|
89680
|
-
type="button"
|
|
89681
|
-
(click)="onBackFromAnswerMode()"
|
|
89682
|
-
[ngClass]="closeButtonClasses()"
|
|
89683
|
-
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer">
|
|
89684
|
-
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89685
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"></path>
|
|
89686
|
-
</svg>
|
|
89687
|
-
</button>
|
|
89688
|
-
<div>
|
|
89689
|
-
<!-- Label -->
|
|
89690
|
-
<div [ngClass]="labelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-1">
|
|
89691
|
-
{{ viewType() === 'category' ? 'Category' : 'Focus Area' }}
|
|
89692
|
-
</div>
|
|
89693
|
-
<!-- Title -->
|
|
89694
|
-
<h3 [ngClass]="titleClasses()" class="text-xl font-bold">
|
|
89695
|
-
{{ displayTitle() }}
|
|
89696
|
-
</h3>
|
|
89697
|
-
</div>
|
|
89698
|
-
</div>
|
|
89699
|
-
|
|
89700
|
-
<!-- Close Button -->
|
|
89701
|
-
<button
|
|
89702
|
-
type="button"
|
|
89703
|
-
(click)="onClose()"
|
|
89704
|
-
[ngClass]="closeButtonClasses()"
|
|
89705
|
-
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer">
|
|
89706
|
-
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89707
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
89708
|
-
</svg>
|
|
89709
|
-
</button>
|
|
89710
|
-
</div>
|
|
89711
|
-
</div>
|
|
89712
|
-
|
|
89713
|
-
<!-- Answer Mode Content -->
|
|
89714
|
-
<div class="max-h-[70vh] overflow-y-auto backdrop-blur-sm">
|
|
89715
|
-
@if (questionForAnswer()) {
|
|
89716
|
-
<symphiq-shop-profile-question-answer
|
|
89717
|
-
[question]="questionForAnswer()!"
|
|
89718
|
-
[viewMode]="viewMode()"
|
|
89719
|
-
[viewType]="viewType()"
|
|
89720
|
-
[selectedCategoryId]="selectedCategoryId()"
|
|
89721
|
-
[selectedFocusAreaId]="selectedFocusAreaId()"
|
|
89722
|
-
[filteredQuestions]="filteredQuestions()"
|
|
89723
|
-
[profileShopAnswers]="profileShopAnswers()"
|
|
89724
|
-
(backClick)="onBackFromAnswerMode()"
|
|
89725
|
-
(saveClick)="onSaveAnswer()"
|
|
89726
|
-
(saveAndNextClick)="onSaveAndNextAnswer()" />
|
|
89727
|
-
}
|
|
89728
|
-
</div>
|
|
89729
|
-
}
|
|
89730
|
-
</div>
|
|
89731
|
-
</div>
|
|
89732
|
-
</div>
|
|
89733
|
-
}
|
|
89652
|
+
template: `
|
|
89653
|
+
@if (isOpen()) {
|
|
89654
|
+
<div
|
|
89655
|
+
#modalWrapper
|
|
89656
|
+
class="fixed inset-0 overflow-y-auto z-[9000]"
|
|
89657
|
+
(click)="onBackdropClick()">
|
|
89658
|
+
<div class="flex items-center justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0">
|
|
89659
|
+
<div
|
|
89660
|
+
[ngClass]="backdropClasses()"
|
|
89661
|
+
class="fixed inset-0 backdrop-blur-sm"
|
|
89662
|
+
aria-hidden="true"
|
|
89663
|
+
@fadeIn></div>
|
|
89664
|
+
|
|
89665
|
+
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">​</span>
|
|
89666
|
+
|
|
89667
|
+
<div
|
|
89668
|
+
#modalContent
|
|
89669
|
+
(click)="$event.stopPropagation()"
|
|
89670
|
+
[ngClass]="containerClasses()"
|
|
89671
|
+
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"
|
|
89672
|
+
@slideUpFade>
|
|
89673
|
+
|
|
89674
|
+
@if (!answerModeActive()) {
|
|
89675
|
+
<!-- Header -->
|
|
89676
|
+
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
|
|
89677
|
+
<div class="flex items-start justify-between">
|
|
89678
|
+
<div class="flex-1">
|
|
89679
|
+
<!-- Label -->
|
|
89680
|
+
<div [ngClass]="labelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-1">
|
|
89681
|
+
{{ viewType() === 'all' ? 'All Questions' : (viewType() === 'category' ? 'Category' : 'Focus Area') }}
|
|
89682
|
+
</div>
|
|
89683
|
+
|
|
89684
|
+
<!-- Title -->
|
|
89685
|
+
<h3 [ngClass]="titleClasses()" class="text-xl font-bold mb-3">
|
|
89686
|
+
{{ displayTitle() }}
|
|
89687
|
+
</h3>
|
|
89688
|
+
|
|
89689
|
+
<!-- Progress Bar -->
|
|
89690
|
+
<div class="space-y-2">
|
|
89691
|
+
<div [ngClass]="progressBarContainerClasses()" class="h-2 rounded-full overflow-hidden">
|
|
89692
|
+
<div
|
|
89693
|
+
[ngClass]="progressBarFillClasses()"
|
|
89694
|
+
class="h-full transition-all duration-500 ease-out rounded-full"
|
|
89695
|
+
[style.width.%]="progressPercentage()"></div>
|
|
89696
|
+
</div>
|
|
89697
|
+
<div [ngClass]="progressTextClasses()" class="text-sm font-medium">
|
|
89698
|
+
{{ answeredCount() }} / {{ totalCount() }} questions answered
|
|
89699
|
+
</div>
|
|
89700
|
+
</div>
|
|
89701
|
+
</div>
|
|
89702
|
+
|
|
89703
|
+
<!-- Close Button -->
|
|
89704
|
+
<button
|
|
89705
|
+
type="button"
|
|
89706
|
+
(click)="onClose()"
|
|
89707
|
+
[ngClass]="closeButtonClasses()"
|
|
89708
|
+
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer relative ml-4">
|
|
89709
|
+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89710
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
89711
|
+
</svg>
|
|
89712
|
+
</button>
|
|
89713
|
+
</div>
|
|
89714
|
+
</div>
|
|
89715
|
+
|
|
89716
|
+
<!-- Content -->
|
|
89717
|
+
<div [ngClass]="contentClasses()" class="px-6 py-8 max-h-[70vh] overflow-y-auto backdrop-blur-sm">
|
|
89718
|
+
@if (filteredQuestions().length === 0) {
|
|
89719
|
+
<div class="text-center py-12">
|
|
89720
|
+
<div [ngClass]="emptyStateIconClasses()" class="w-16 h-16 mx-auto mb-4">
|
|
89721
|
+
<svg class="w-full h-full" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89722
|
+
<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>
|
|
89723
|
+
</svg>
|
|
89724
|
+
</div>
|
|
89725
|
+
<h3 [ngClass]="emptyStateTitleClasses()" class="text-lg font-semibold mb-2">
|
|
89726
|
+
No questions found
|
|
89727
|
+
</h3>
|
|
89728
|
+
<p [ngClass]="emptyStateTextClasses()" class="text-sm">
|
|
89729
|
+
There are no questions for this {{ viewType() === 'category' ? 'category' : 'focus area' }}.
|
|
89730
|
+
</p>
|
|
89731
|
+
</div>
|
|
89732
|
+
} @else {
|
|
89733
|
+
<div class="flex flex-col gap-6">
|
|
89734
|
+
@for (question of filteredQuestions(); track question.id) {
|
|
89735
|
+
<symphiq-shop-profile-question-card
|
|
89736
|
+
[question]="question"
|
|
89737
|
+
[viewMode]="viewMode()"
|
|
89738
|
+
[viewType]="viewType()"
|
|
89739
|
+
[profileShopAnswers]="profileShopAnswers()"
|
|
89740
|
+
[users]="users()"
|
|
89741
|
+
(answerClick)="onQuestionAnswerClick($event)" />
|
|
89742
|
+
}
|
|
89743
|
+
</div>
|
|
89744
|
+
}
|
|
89745
|
+
</div>
|
|
89746
|
+
} @else {
|
|
89747
|
+
<!-- Answer Mode Header -->
|
|
89748
|
+
<div [ngClass]="headerClasses()" class="px-6 py-5 border-b backdrop-blur-sm sticky top-0 z-10">
|
|
89749
|
+
<div class="flex items-start justify-between">
|
|
89750
|
+
<div class="flex items-center gap-3">
|
|
89751
|
+
<!-- Back Button -->
|
|
89752
|
+
<button
|
|
89753
|
+
type="button"
|
|
89754
|
+
(click)="onBackFromAnswerMode()"
|
|
89755
|
+
[ngClass]="closeButtonClasses()"
|
|
89756
|
+
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer">
|
|
89757
|
+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89758
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"></path>
|
|
89759
|
+
</svg>
|
|
89760
|
+
</button>
|
|
89761
|
+
<div>
|
|
89762
|
+
<!-- Label -->
|
|
89763
|
+
<div [ngClass]="labelClasses()" class="text-xs font-semibold uppercase tracking-wider mb-1">
|
|
89764
|
+
{{ viewType() === 'all' ? 'All Questions' : (viewType() === 'category' ? 'Category' : 'Focus Area') }}
|
|
89765
|
+
</div>
|
|
89766
|
+
<!-- Title -->
|
|
89767
|
+
<h3 [ngClass]="titleClasses()" class="text-xl font-bold">
|
|
89768
|
+
{{ displayTitle() }}
|
|
89769
|
+
</h3>
|
|
89770
|
+
</div>
|
|
89771
|
+
</div>
|
|
89772
|
+
|
|
89773
|
+
<!-- Close Button -->
|
|
89774
|
+
<button
|
|
89775
|
+
type="button"
|
|
89776
|
+
(click)="onClose()"
|
|
89777
|
+
[ngClass]="closeButtonClasses()"
|
|
89778
|
+
class="transition-all rounded-lg p-1 hover:scale-110 active:scale-90 cursor-pointer">
|
|
89779
|
+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
89780
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
89781
|
+
</svg>
|
|
89782
|
+
</button>
|
|
89783
|
+
</div>
|
|
89784
|
+
</div>
|
|
89785
|
+
|
|
89786
|
+
<!-- Answer Mode Content -->
|
|
89787
|
+
<div class="max-h-[70vh] overflow-y-auto backdrop-blur-sm">
|
|
89788
|
+
@if (questionForAnswer()) {
|
|
89789
|
+
<symphiq-shop-profile-question-answer
|
|
89790
|
+
[question]="questionForAnswer()!"
|
|
89791
|
+
[viewMode]="viewMode()"
|
|
89792
|
+
[viewType]="viewType()"
|
|
89793
|
+
[selectedCategoryId]="selectedCategoryId()"
|
|
89794
|
+
[selectedFocusAreaId]="selectedFocusAreaId()"
|
|
89795
|
+
[filteredQuestions]="filteredQuestions()"
|
|
89796
|
+
[profileShopAnswers]="profileShopAnswers()"
|
|
89797
|
+
(backClick)="onBackFromAnswerMode()"
|
|
89798
|
+
(saveClick)="onSaveAnswer()"
|
|
89799
|
+
(saveAndNextClick)="onSaveAndNextAnswer()" />
|
|
89800
|
+
}
|
|
89801
|
+
</div>
|
|
89802
|
+
}
|
|
89803
|
+
</div>
|
|
89804
|
+
</div>
|
|
89805
|
+
</div>
|
|
89806
|
+
}
|
|
89734
89807
|
`
|
|
89735
89808
|
}]
|
|
89736
|
-
}], () => [], { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", 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: [{
|
|
89809
|
+
}], () => [], { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], questions: [{ type: i0.Input, args: [{ isSignal: true, alias: "questions", required: false }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], selectedCategoryId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedCategoryId", required: false }] }], selectedFocusAreaId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedFocusAreaId", required: false }] }], showAllQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "showAllQuestions", required: false }] }], startDirectAnswer: [{ type: i0.Input, args: [{ isSignal: true, alias: "startDirectAnswer", 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: [{
|
|
89737
89810
|
type: ViewChild,
|
|
89738
89811
|
args: ['modalContent']
|
|
89739
89812
|
}], modalWrapper: [{
|
|
@@ -89743,11 +89816,11 @@ class ShopProfileQuestionsModalComponent {
|
|
|
89743
89816
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileQuestionsModalComponent, { className: "ShopProfileQuestionsModalComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-questions-modal.component.ts", lineNumber: 196 }); })();
|
|
89744
89817
|
|
|
89745
89818
|
const _c0$3 = ["chartdiv"];
|
|
89746
|
-
function
|
|
89747
|
-
i0.ɵɵelementStart(0, "h3",
|
|
89819
|
+
function ShopProfileStatusCardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
89820
|
+
i0.ɵɵelementStart(0, "h3", 21);
|
|
89748
89821
|
i0.ɵɵtext(1, " Why Shop Profile Questions Matter ");
|
|
89749
89822
|
i0.ɵɵelementEnd();
|
|
89750
|
-
i0.ɵɵelementStart(2, "p",
|
|
89823
|
+
i0.ɵɵelementStart(2, "p", 17);
|
|
89751
89824
|
i0.ɵɵtext(3, " Shop Profile questions are a ");
|
|
89752
89825
|
i0.ɵɵelementStart(4, "strong");
|
|
89753
89826
|
i0.ɵɵtext(5, "critical part of your onboarding journey");
|
|
@@ -89760,8 +89833,8 @@ function ShopProfileStatusCardComponent_Conditional_22_Template(rf, ctx) { if (r
|
|
|
89760
89833
|
i0.ɵɵadvance(2);
|
|
89761
89834
|
i0.ɵɵproperty("ngClass", ctx_r1.getIntroTextClasses());
|
|
89762
89835
|
} }
|
|
89763
|
-
function
|
|
89764
|
-
i0.ɵɵelementStart(0, "p",
|
|
89836
|
+
function ShopProfileStatusCardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
89837
|
+
i0.ɵɵelementStart(0, "p", 17)(1, "strong");
|
|
89765
89838
|
i0.ɵɵtext(2, "Great progress!");
|
|
89766
89839
|
i0.ɵɵelementEnd();
|
|
89767
89840
|
i0.ɵɵtext(3, " Continue answering questions to unlock deeper insights and more accurate recommendations. Each answer helps Symphiq better understand your business context. ");
|
|
@@ -89770,13 +89843,13 @@ function ShopProfileStatusCardComponent_Conditional_23_Template(rf, ctx) { if (r
|
|
|
89770
89843
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
89771
89844
|
i0.ɵɵproperty("ngClass", ctx_r1.getIntroTextClasses());
|
|
89772
89845
|
} }
|
|
89773
|
-
function
|
|
89846
|
+
function ShopProfileStatusCardComponent_Conditional_25_Template(rf, ctx) { if (rf & 1) {
|
|
89774
89847
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
89775
|
-
i0.ɵɵelementStart(0, "div",
|
|
89776
|
-
i0.ɵɵlistener("viewChanged", function
|
|
89848
|
+
i0.ɵɵelementStart(0, "div", 22)(1, "symphiq-shop-profile-view-toggle", 23);
|
|
89849
|
+
i0.ɵɵlistener("viewChanged", function ShopProfileStatusCardComponent_Conditional_25_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)); });
|
|
89777
89850
|
i0.ɵɵelementEnd()();
|
|
89778
|
-
i0.ɵɵelementStart(2, "symphiq-shop-profile-category-list",
|
|
89779
|
-
i0.ɵɵlistener("itemClick", function
|
|
89851
|
+
i0.ɵɵelementStart(2, "symphiq-shop-profile-category-list", 24);
|
|
89852
|
+
i0.ɵɵlistener("itemClick", function ShopProfileStatusCardComponent_Conditional_25_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)); });
|
|
89780
89853
|
i0.ɵɵelementEnd();
|
|
89781
89854
|
} if (rf & 2) {
|
|
89782
89855
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -89793,12 +89866,15 @@ class ShopProfileStatusCardComponent {
|
|
|
89793
89866
|
this.questions = input([], ...(ngDevMode ? [{ debugName: "questions" }] : []));
|
|
89794
89867
|
this.profileShopAnswers = input([], ...(ngDevMode ? [{ debugName: "profileShopAnswers" }] : []));
|
|
89795
89868
|
this.users = input([], ...(ngDevMode ? [{ debugName: "users" }] : []));
|
|
89869
|
+
this.startAnsweringAll = input(false, ...(ngDevMode ? [{ debugName: "startAnsweringAll" }] : []));
|
|
89796
89870
|
this.startCategoryQuestions = output();
|
|
89797
89871
|
this.questionAnswerRequested = output();
|
|
89798
89872
|
this.currentView = signal('category', ...(ngDevMode ? [{ debugName: "currentView" }] : []));
|
|
89799
89873
|
this.questionsModalOpen = signal(false, ...(ngDevMode ? [{ debugName: "questionsModalOpen" }] : []));
|
|
89800
89874
|
this.selectedCategoryId = signal(null, ...(ngDevMode ? [{ debugName: "selectedCategoryId" }] : []));
|
|
89801
89875
|
this.selectedFocusAreaId = signal(null, ...(ngDevMode ? [{ debugName: "selectedFocusAreaId" }] : []));
|
|
89876
|
+
this.showAllQuestions = signal(false, ...(ngDevMode ? [{ debugName: "showAllQuestions" }] : []));
|
|
89877
|
+
this.startDirectAnswer = signal(false, ...(ngDevMode ? [{ debugName: "startDirectAnswer" }] : []));
|
|
89802
89878
|
this.completionPercentage = computed(() => {
|
|
89803
89879
|
const total = this.totalQuestions();
|
|
89804
89880
|
if (total === 0)
|
|
@@ -89911,6 +89987,15 @@ class ShopProfileStatusCardComponent {
|
|
|
89911
89987
|
this.questionsModalOpen.set(false);
|
|
89912
89988
|
this.selectedCategoryId.set(null);
|
|
89913
89989
|
this.selectedFocusAreaId.set(null);
|
|
89990
|
+
this.showAllQuestions.set(false);
|
|
89991
|
+
this.startDirectAnswer.set(false);
|
|
89992
|
+
}
|
|
89993
|
+
openAllQuestionsAnswerMode() {
|
|
89994
|
+
this.selectedCategoryId.set(null);
|
|
89995
|
+
this.selectedFocusAreaId.set(null);
|
|
89996
|
+
this.showAllQuestions.set(true);
|
|
89997
|
+
this.startDirectAnswer.set(true);
|
|
89998
|
+
this.questionsModalOpen.set(true);
|
|
89914
89999
|
}
|
|
89915
90000
|
onQuestionAnswerClick(question) {
|
|
89916
90001
|
this.questionAnswerRequested.emit(question);
|
|
@@ -90085,7 +90170,7 @@ class ShopProfileStatusCardComponent {
|
|
|
90085
90170
|
} if (rf & 2) {
|
|
90086
90171
|
let _t;
|
|
90087
90172
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chartDiv = _t.first);
|
|
90088
|
-
} }, inputs: { viewMode: [1, "viewMode"], totalQuestions: [1, "totalQuestions"], answeredQuestions: [1, "answeredQuestions"], questions: [1, "questions"], profileShopAnswers: [1, "profileShopAnswers"], users: [1, "users"] }, outputs: { startCategoryQuestions: "startCategoryQuestions", questionAnswerRequested: "questionAnswerRequested" }, decls:
|
|
90173
|
+
} }, inputs: { viewMode: [1, "viewMode"], totalQuestions: [1, "totalQuestions"], answeredQuestions: [1, "answeredQuestions"], questions: [1, "questions"], profileShopAnswers: [1, "profileShopAnswers"], users: [1, "users"], startAnsweringAll: [1, "startAnsweringAll"] }, outputs: { startCategoryQuestions: "startCategoryQuestions", questionAnswerRequested: "questionAnswerRequested" }, decls: 27, vars: 21, 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", "flex-wrap", "items-center", "gap-6", "mb-8"], [1, "rounded-xl", "p-6", "flex-1", "min-w-[300px]", 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"], [1, "flex-shrink-0"], [1, "w-[250px]", "h-[250px]"], [3, "close", "questionAnswerClick", "isOpen", "questions", "profileShopAnswers", "users", "selectedCategoryId", "selectedFocusAreaId", "showAllQuestions", "startDirectAnswer", "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) {
|
|
90089
90174
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
90090
90175
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2)(2, "div", 3)(3, "div", 4)(4, "div", 5);
|
|
90091
90176
|
i0.ɵɵnamespaceSVG();
|
|
@@ -90099,22 +90184,22 @@ class ShopProfileStatusCardComponent {
|
|
|
90099
90184
|
i0.ɵɵelementStart(10, "p", 9);
|
|
90100
90185
|
i0.ɵɵtext(11);
|
|
90101
90186
|
i0.ɵɵelementEnd()()()()();
|
|
90102
|
-
i0.ɵɵelementStart(12, "div", 10)(13, "div", 11);
|
|
90103
|
-
i0.ɵɵelement(14, "div", 12, 0);
|
|
90104
|
-
i0.ɵɵelementEnd();
|
|
90105
|
-
i0.ɵɵelementStart(16, "div", 13)(17, "div", 14)(18, "div", 15);
|
|
90187
|
+
i0.ɵɵelementStart(12, "div", 10)(13, "div", 11)(14, "div", 12)(15, "div", 13)(16, "div", 14);
|
|
90106
90188
|
i0.ɵɵnamespaceSVG();
|
|
90107
|
-
i0.ɵɵelementStart(
|
|
90108
|
-
i0.ɵɵelement(
|
|
90189
|
+
i0.ɵɵelementStart(17, "svg", 6);
|
|
90190
|
+
i0.ɵɵelement(18, "path", 15);
|
|
90109
90191
|
i0.ɵɵelementEnd()();
|
|
90110
90192
|
i0.ɵɵnamespaceHTML();
|
|
90111
|
-
i0.ɵɵelementStart(
|
|
90112
|
-
i0.ɵɵconditionalCreate(
|
|
90193
|
+
i0.ɵɵelementStart(19, "div", 16);
|
|
90194
|
+
i0.ɵɵconditionalCreate(20, ShopProfileStatusCardComponent_Conditional_20_Template, 7, 2)(21, ShopProfileStatusCardComponent_Conditional_21_Template, 4, 1, "p", 17);
|
|
90113
90195
|
i0.ɵɵelementEnd()()();
|
|
90114
|
-
i0.ɵɵ
|
|
90196
|
+
i0.ɵɵelementStart(22, "div", 18);
|
|
90197
|
+
i0.ɵɵelement(23, "div", 19, 0);
|
|
90115
90198
|
i0.ɵɵelementEnd()();
|
|
90116
|
-
i0.ɵɵ
|
|
90117
|
-
i0.ɵɵ
|
|
90199
|
+
i0.ɵɵconditionalCreate(25, ShopProfileStatusCardComponent_Conditional_25_Template, 3, 4);
|
|
90200
|
+
i0.ɵɵelementEnd()();
|
|
90201
|
+
i0.ɵɵelementStart(26, "symphiq-shop-profile-questions-modal", 20);
|
|
90202
|
+
i0.ɵɵlistener("close", function ShopProfileStatusCardComponent_Template_symphiq_shop_profile_questions_modal_close_26_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onQuestionsModalClose()); })("questionAnswerClick", function ShopProfileStatusCardComponent_Template_symphiq_shop_profile_questions_modal_questionAnswerClick_26_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onQuestionAnswerClick($event)); });
|
|
90118
90203
|
i0.ɵɵelementEnd();
|
|
90119
90204
|
} if (rf & 2) {
|
|
90120
90205
|
i0.ɵɵproperty("ngClass", ctx.containerClasses());
|
|
@@ -90130,16 +90215,16 @@ class ShopProfileStatusCardComponent {
|
|
|
90130
90215
|
i0.ɵɵtextInterpolate2(" ", ctx.answeredQuestions(), " of ", ctx.totalQuestions(), " questions answered ");
|
|
90131
90216
|
i0.ɵɵadvance();
|
|
90132
90217
|
i0.ɵɵproperty("ngClass", ctx.contentClasses());
|
|
90133
|
-
i0.ɵɵadvance(
|
|
90218
|
+
i0.ɵɵadvance(2);
|
|
90134
90219
|
i0.ɵɵproperty("ngClass", ctx.getIntroductionContainerClasses());
|
|
90135
90220
|
i0.ɵɵadvance(2);
|
|
90136
90221
|
i0.ɵɵproperty("ngClass", ctx.getIntroIconClasses());
|
|
90137
90222
|
i0.ɵɵadvance(4);
|
|
90138
|
-
i0.ɵɵconditional(ctx.shouldShowFullIntro() ?
|
|
90139
|
-
i0.ɵɵadvance(
|
|
90140
|
-
i0.ɵɵconditional(ctx.hasQuestions() ?
|
|
90223
|
+
i0.ɵɵconditional(ctx.shouldShowFullIntro() ? 20 : 21);
|
|
90224
|
+
i0.ɵɵadvance(5);
|
|
90225
|
+
i0.ɵɵconditional(ctx.hasQuestions() ? 25 : -1);
|
|
90141
90226
|
i0.ɵɵadvance();
|
|
90142
|
-
i0.ɵɵproperty("isOpen", ctx.questionsModalOpen())("questions", ctx.questions())("profileShopAnswers", ctx.profileShopAnswers())("users", ctx.users())("selectedCategoryId", ctx.selectedCategoryId())("selectedFocusAreaId", ctx.selectedFocusAreaId())("viewMode", ctx.viewMode());
|
|
90227
|
+
i0.ɵɵproperty("isOpen", ctx.questionsModalOpen())("questions", ctx.questions())("profileShopAnswers", ctx.profileShopAnswers())("users", ctx.users())("selectedCategoryId", ctx.selectedCategoryId())("selectedFocusAreaId", ctx.selectedFocusAreaId())("showAllQuestions", ctx.showAllQuestions())("startDirectAnswer", ctx.startDirectAnswer())("viewMode", ctx.viewMode());
|
|
90143
90228
|
} }, dependencies: [CommonModule, i1$1.NgClass, ShopProfileCategoryListComponent, ShopProfileViewToggleComponent, ShopProfileQuestionsModalComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
90144
90229
|
}
|
|
90145
90230
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ShopProfileStatusCardComponent, [{
|
|
@@ -90172,13 +90257,10 @@ class ShopProfileStatusCardComponent {
|
|
|
90172
90257
|
</div>
|
|
90173
90258
|
|
|
90174
90259
|
<div [ngClass]="contentClasses()" class="p-6">
|
|
90175
|
-
<!--
|
|
90176
|
-
<div class="flex items-center
|
|
90177
|
-
|
|
90178
|
-
|
|
90179
|
-
|
|
90180
|
-
<!-- Explanatory Text -->
|
|
90181
|
-
<div [ngClass]="getIntroductionContainerClasses()" class="rounded-xl p-6 mb-8">
|
|
90260
|
+
<!-- Chart and Explanatory Text Side by Side -->
|
|
90261
|
+
<div class="flex flex-wrap items-center gap-6 mb-8">
|
|
90262
|
+
<!-- Explanatory Text -->
|
|
90263
|
+
<div [ngClass]="getIntroductionContainerClasses()" class="rounded-xl p-6 flex-1 min-w-[300px]">
|
|
90182
90264
|
<div class="flex items-start gap-4">
|
|
90183
90265
|
<div [ngClass]="getIntroIconClasses()" class="flex-shrink-0 p-2 rounded-lg">
|
|
90184
90266
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
@@ -90202,6 +90284,12 @@ class ShopProfileStatusCardComponent {
|
|
|
90202
90284
|
</div>
|
|
90203
90285
|
</div>
|
|
90204
90286
|
|
|
90287
|
+
<!-- Donut Chart -->
|
|
90288
|
+
<div class="flex-shrink-0">
|
|
90289
|
+
<div #chartdiv class="w-[250px] h-[250px]"></div>
|
|
90290
|
+
</div>
|
|
90291
|
+
</div>
|
|
90292
|
+
|
|
90205
90293
|
<!-- View Toggle -->
|
|
90206
90294
|
@if (hasQuestions()) {
|
|
90207
90295
|
<div class="flex justify-center mb-6">
|
|
@@ -90230,16 +90318,18 @@ class ShopProfileStatusCardComponent {
|
|
|
90230
90318
|
[users]="users()"
|
|
90231
90319
|
[selectedCategoryId]="selectedCategoryId()"
|
|
90232
90320
|
[selectedFocusAreaId]="selectedFocusAreaId()"
|
|
90321
|
+
[showAllQuestions]="showAllQuestions()"
|
|
90322
|
+
[startDirectAnswer]="startDirectAnswer()"
|
|
90233
90323
|
[viewMode]="viewMode()"
|
|
90234
90324
|
(close)="onQuestionsModalClose()"
|
|
90235
90325
|
(questionAnswerClick)="onQuestionAnswerClick($event)" />
|
|
90236
90326
|
`
|
|
90237
90327
|
}]
|
|
90238
|
-
}], 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 }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], startCategoryQuestions: [{ type: i0.Output, args: ["startCategoryQuestions"] }], questionAnswerRequested: [{ type: i0.Output, args: ["questionAnswerRequested"] }], chartDiv: [{
|
|
90328
|
+
}], 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 }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], startAnsweringAll: [{ type: i0.Input, args: [{ isSignal: true, alias: "startAnsweringAll", required: false }] }], startCategoryQuestions: [{ type: i0.Output, args: ["startCategoryQuestions"] }], questionAnswerRequested: [{ type: i0.Output, args: ["questionAnswerRequested"] }], chartDiv: [{
|
|
90239
90329
|
type: ViewChild,
|
|
90240
90330
|
args: ['chartdiv', { static: false }]
|
|
90241
90331
|
}] }); })();
|
|
90242
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileStatusCardComponent, { className: "ShopProfileStatusCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-status-card.component.ts", lineNumber:
|
|
90332
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ShopProfileStatusCardComponent, { className: "ShopProfileStatusCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/shop-profile-status-card.component.ts", lineNumber: 125 }); })();
|
|
90243
90333
|
|
|
90244
90334
|
function ShopProfileStickyFooterComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
90245
90335
|
i0.ɵɵelementStart(0, "div", 5);
|
|
@@ -91033,14 +91123,15 @@ class StickySubscriptionContinueButtonComponent {
|
|
|
91033
91123
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "isEnabled", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
|
|
91034
91124
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StickySubscriptionContinueButtonComponent, { className: "StickySubscriptionContinueButtonComponent", filePath: "lib/components/profile-analysis-dashboard/cards/sticky-subscription-continue-button.component.ts", lineNumber: 41 }); })();
|
|
91035
91125
|
|
|
91036
|
-
const _c0$2 =
|
|
91037
|
-
const _c1 =
|
|
91038
|
-
const _c2 = a0 => ({ name: "chevron-
|
|
91039
|
-
const _c3 = a0 =>
|
|
91126
|
+
const _c0$2 = ["shopProfileStatusCard"];
|
|
91127
|
+
const _c1 = () => [];
|
|
91128
|
+
const _c2 = a0 => ({ name: "chevron-right", source: a0 });
|
|
91129
|
+
const _c3 = a0 => ({ name: "chevron-down", source: a0 });
|
|
91130
|
+
const _c4 = a0 => [a0];
|
|
91040
91131
|
const _forTrack0 = ($index, $item) => $item.id;
|
|
91041
91132
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
91042
91133
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
91043
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
91134
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 26);
|
|
91044
91135
|
i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); })("stepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.stepClick.emit($event)); });
|
|
91045
91136
|
i0.ɵɵelementEnd();
|
|
91046
91137
|
} if (rf & 2) {
|
|
@@ -91048,30 +91139,30 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx
|
|
|
91048
91139
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentStepId", ctx_r1.currentStepId())("showNextStepAction", ctx_r1.shouldShowContinueButton())("forDemo", ctx_r1.forDemo())("maxAccessibleStepId", ctx_r1.maxAccessibleStepId());
|
|
91049
91140
|
} }
|
|
91050
91141
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91051
|
-
i0.ɵɵelement(0, "symphiq-shop-welcome-banner",
|
|
91142
|
+
i0.ɵɵelement(0, "symphiq-shop-welcome-banner", 27);
|
|
91052
91143
|
} if (rf & 2) {
|
|
91053
91144
|
let tmp_3_0;
|
|
91054
91145
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
91055
91146
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("businessName", ((tmp_3_0 = ctx_r1.profileAnalysis()) == null ? null : tmp_3_0.profileAnalysisStructured == null ? null : tmp_3_0.profileAnalysisStructured.businessName) || "your shop")("isOnboarded", ctx_r1.isOnboarded());
|
|
91056
91147
|
} }
|
|
91057
91148
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91058
|
-
i0.ɵɵelement(0, "symphiq-focus-area-welcome-banner",
|
|
91149
|
+
i0.ɵɵelement(0, "symphiq-focus-area-welcome-banner", 28);
|
|
91059
91150
|
} if (rf & 2) {
|
|
91060
91151
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
91061
91152
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("focusAreaDomain", ctx_r1.focusAreaDomain())("focusAreaName", ctx_r1.focusAreaName())("focusAreaDetails", ctx_r1.focusAreaDetails());
|
|
91062
91153
|
} }
|
|
91063
91154
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
91064
|
-
i0.ɵɵelement(0, "symphiq-metric-welcome-banner",
|
|
91155
|
+
i0.ɵɵelement(0, "symphiq-metric-welcome-banner", 29);
|
|
91065
91156
|
} if (rf & 2) {
|
|
91066
91157
|
let tmp_3_0;
|
|
91067
91158
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
91068
91159
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("metricName", (tmp_3_0 = ctx_r1.profileAnalysis()) == null ? null : tmp_3_0.profileAnalysisStructured == null ? null : tmp_3_0.profileAnalysisStructured.metricExecutiveSummary == null ? null : tmp_3_0.profileAnalysisStructured.metricExecutiveSummary.metric)("isOnboarded", ctx_r1.isOnboarded());
|
|
91069
91160
|
} }
|
|
91070
91161
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
91071
|
-
i0.ɵɵelementStart(0, "div",
|
|
91072
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner",
|
|
91073
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner",
|
|
91074
|
-
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner",
|
|
91162
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
91163
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner", 27);
|
|
91164
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner", 28);
|
|
91165
|
+
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner", 29);
|
|
91075
91166
|
i0.ɵɵelementEnd();
|
|
91076
91167
|
} if (rf & 2) {
|
|
91077
91168
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -91084,17 +91175,17 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx
|
|
|
91084
91175
|
} }
|
|
91085
91176
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
91086
91177
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
91087
|
-
i0.ɵɵelementStart(0, "div",
|
|
91178
|
+
i0.ɵɵelementStart(0, "div", 30)(1, "symphiq-shop-profile-status-card", 31, 0);
|
|
91088
91179
|
i0.ɵɵlistener("startCategoryQuestions", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_startCategoryQuestions_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleStartCategoryQuestions($event)); });
|
|
91089
91180
|
i0.ɵɵelementEnd()();
|
|
91090
91181
|
} if (rf & 2) {
|
|
91091
91182
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
91092
91183
|
i0.ɵɵadvance();
|
|
91093
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("questions", ctx_r1.profileShopQuestions() || i0.ɵɵpureFunction0(6,
|
|
91184
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("questions", ctx_r1.profileShopQuestions() || i0.ɵɵpureFunction0(6, _c1))("profileShopAnswers", ctx_r1.profileShopAnswers() || i0.ɵɵpureFunction0(7, _c1))("users", ctx_r1.users() || i0.ɵɵpureFunction0(8, _c1));
|
|
91094
91185
|
} }
|
|
91095
91186
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
91096
|
-
i0.ɵɵelementStart(0, "div",
|
|
91097
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
91187
|
+
i0.ɵɵelementStart(0, "div", 32);
|
|
91188
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 34);
|
|
91098
91189
|
i0.ɵɵelementEnd();
|
|
91099
91190
|
} if (rf & 2) {
|
|
91100
91191
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
@@ -91104,7 +91195,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
91104
91195
|
} }
|
|
91105
91196
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91106
91197
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
91107
|
-
i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid",
|
|
91198
|
+
i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 35);
|
|
91108
91199
|
i0.ɵɵlistener("viewMoreClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template_symphiq_strategic_goals_tiled_grid_viewMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.openGoalModal($event)); });
|
|
91109
91200
|
i0.ɵɵelementEnd();
|
|
91110
91201
|
} if (rf & 2) {
|
|
@@ -91112,14 +91203,14 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
91112
91203
|
i0.ɵɵproperty("goals", ctx_r1.strategicRoadmapGoals())("viewMode", ctx_r1.viewMode());
|
|
91113
91204
|
} }
|
|
91114
91205
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91115
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div",
|
|
91206
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div", 32)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 33);
|
|
91116
91207
|
} if (rf & 2) {
|
|
91117
91208
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
91118
91209
|
i0.ɵɵconditional(ctx_r1.isProfileShopGenerating() && !ctx_r1.isFocusAreaAnalysis() && !ctx_r1.isMetricAnalysis() ? 0 : 1);
|
|
91119
91210
|
} }
|
|
91120
91211
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
91121
|
-
i0.ɵɵelementStart(0, "div",
|
|
91122
|
-
i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card",
|
|
91212
|
+
i0.ɵɵelementStart(0, "div", 30);
|
|
91213
|
+
i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 39);
|
|
91123
91214
|
i0.ɵɵelementEnd();
|
|
91124
91215
|
} if (rf & 2) {
|
|
91125
91216
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
|
@@ -91128,8 +91219,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
91128
91219
|
} }
|
|
91129
91220
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
91130
91221
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
91131
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div",
|
|
91132
|
-
i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card",
|
|
91222
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div", 30);
|
|
91223
|
+
i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card", 38);
|
|
91133
91224
|
i0.ɵɵlistener("currencySelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template_symphiq_billing_currency_selector_card_currencySelected_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleCurrencyChange($event)); });
|
|
91134
91225
|
i0.ɵɵelementEnd();
|
|
91135
91226
|
} if (rf & 2) {
|
|
@@ -91141,7 +91232,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
91141
91232
|
} }
|
|
91142
91233
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91143
91234
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
91144
|
-
i0.ɵɵelementStart(0, "div",
|
|
91235
|
+
i0.ɵɵelementStart(0, "div", 36)(1, "symphiq-plan-selection-container", 40);
|
|
91145
91236
|
i0.ɵɵlistener("periodUnitChanged", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_periodUnitChanged_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handlePeriodUnitChange($event)); })("planSelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_planSelected_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handlePlanSelection($event)); })("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_editCurrency_1_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); })("checkout", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_checkout_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.checkoutPlanClick.emit($event)); });
|
|
91146
91237
|
i0.ɵɵelementEnd()();
|
|
91147
91238
|
} if (rf & 2) {
|
|
@@ -91152,7 +91243,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
91152
91243
|
} }
|
|
91153
91244
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91154
91245
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
91155
|
-
i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card",
|
|
91246
|
+
i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 41);
|
|
91156
91247
|
i0.ɵɵlistener("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template_symphiq_plan_selection_placeholder_card_editCurrency_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); });
|
|
91157
91248
|
i0.ɵɵelementEnd();
|
|
91158
91249
|
} if (rf & 2) {
|
|
@@ -91161,13 +91252,13 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
91161
91252
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selectedCurrency", ((tmp_5_0 = ctx_r1.account()) == null ? null : tmp_5_0.billingCurrencyCode) || ctx_r1.CurrencyCodeEnum.USD);
|
|
91162
91253
|
} }
|
|
91163
91254
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91164
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template, 2, 5, "div",
|
|
91255
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template, 2, 5, "div", 36)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 37);
|
|
91165
91256
|
} if (rf & 2) {
|
|
91166
91257
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
91167
91258
|
i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() || ctx_r1.isEditingCurrency() ? 0 : ctx_r1.showPlanSelection() ? 1 : 2);
|
|
91168
91259
|
} }
|
|
91169
91260
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91170
|
-
i0.ɵɵelementStart(0, "div",
|
|
91261
|
+
i0.ɵɵelementStart(0, "div", 30);
|
|
91171
91262
|
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template, 2, 1)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template, 3, 1);
|
|
91172
91263
|
i0.ɵɵelementEnd();
|
|
91173
91264
|
} if (rf & 2) {
|
|
@@ -91177,7 +91268,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Te
|
|
|
91177
91268
|
} }
|
|
91178
91269
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91179
91270
|
i0.ɵɵelementStart(0, "div");
|
|
91180
|
-
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group",
|
|
91271
|
+
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 42);
|
|
91181
91272
|
i0.ɵɵelementEnd();
|
|
91182
91273
|
} if (rf & 2) {
|
|
91183
91274
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -91185,8 +91276,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Te
|
|
|
91185
91276
|
i0.ɵɵproperty("sections", ctx_r1.nonStrategicSections())("viewMode", ctx_r1.viewMode())("executiveSummary", ctx_r1.executiveSummary())("focusAreaExecutiveSummary", ctx_r1.focusAreaExecutiveSummary())("metricExecutiveSummary", ctx_r1.metricExecutiveSummary())("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
|
|
91186
91277
|
} }
|
|
91187
91278
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
91188
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template,
|
|
91189
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div",
|
|
91279
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 9, "div", 30);
|
|
91280
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div", 30);
|
|
91190
91281
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 2, 11, "div");
|
|
91191
91282
|
} if (rf & 2) {
|
|
91192
91283
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -91197,15 +91288,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx
|
|
|
91197
91288
|
i0.ɵɵconditional(ctx_r1.nonStrategicSections().length > 0 ? 2 : -1);
|
|
91198
91289
|
} }
|
|
91199
91290
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
91200
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
91291
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 53);
|
|
91201
91292
|
} if (rf & 2) {
|
|
91202
91293
|
const summary_r9 = i0.ɵɵnextContext();
|
|
91203
91294
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
91204
91295
|
i0.ɵɵproperty("grade", summary_r9.overallGrade)("gradeRationale", summary_r9.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
91205
91296
|
} }
|
|
91206
91297
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
91207
|
-
i0.ɵɵelementStart(0, "div",
|
|
91208
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
91298
|
+
i0.ɵɵelementStart(0, "div", 66);
|
|
91299
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 69);
|
|
91209
91300
|
i0.ɵɵelementEnd();
|
|
91210
91301
|
} if (rf & 2) {
|
|
91211
91302
|
const summary_r9 = i0.ɵɵnextContext(2);
|
|
@@ -91214,15 +91305,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
91214
91305
|
i0.ɵɵproperty("visual", summary_r9.napkinVisual)("viewMode", ctx_r1.viewMode());
|
|
91215
91306
|
} }
|
|
91216
91307
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
91217
|
-
i0.ɵɵelementStart(0, "div",
|
|
91308
|
+
i0.ɵɵelementStart(0, "div", 54)(1, "h3", 64);
|
|
91218
91309
|
i0.ɵɵtext(2, " Analysis Narrative ");
|
|
91219
91310
|
i0.ɵɵelementEnd();
|
|
91220
|
-
i0.ɵɵelementStart(3, "div",
|
|
91221
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div",
|
|
91222
|
-
i0.ɵɵelementStart(5, "p",
|
|
91311
|
+
i0.ɵɵelementStart(3, "div", 65);
|
|
91312
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 66);
|
|
91313
|
+
i0.ɵɵelementStart(5, "p", 67);
|
|
91223
91314
|
i0.ɵɵtext(6);
|
|
91224
91315
|
i0.ɵɵelementEnd();
|
|
91225
|
-
i0.ɵɵelement(7, "div",
|
|
91316
|
+
i0.ɵɵelement(7, "div", 68);
|
|
91226
91317
|
i0.ɵɵelementEnd()();
|
|
91227
91318
|
} if (rf & 2) {
|
|
91228
91319
|
const summary_r9 = i0.ɵɵnextContext();
|
|
@@ -91238,10 +91329,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
91238
91329
|
i0.ɵɵtextInterpolate1(" ", summary_r9.narrative, " ");
|
|
91239
91330
|
} }
|
|
91240
91331
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
91241
|
-
i0.ɵɵelementStart(0, "div",
|
|
91332
|
+
i0.ɵɵelementStart(0, "div", 79);
|
|
91242
91333
|
i0.ɵɵnamespaceSVG();
|
|
91243
|
-
i0.ɵɵelementStart(1, "svg",
|
|
91244
|
-
i0.ɵɵelement(2, "path",
|
|
91334
|
+
i0.ɵɵelementStart(1, "svg", 81);
|
|
91335
|
+
i0.ɵɵelement(2, "path", 82);
|
|
91245
91336
|
i0.ɵɵelementEnd();
|
|
91246
91337
|
i0.ɵɵnamespaceHTML();
|
|
91247
91338
|
i0.ɵɵelementStart(3, "span");
|
|
@@ -91255,10 +91346,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
91255
91346
|
i0.ɵɵtextInterpolate(win_r10.estimatedTimeframe);
|
|
91256
91347
|
} }
|
|
91257
91348
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
91258
|
-
i0.ɵɵelementStart(0, "div",
|
|
91349
|
+
i0.ɵɵelementStart(0, "div", 80)(1, "h4", 83);
|
|
91259
91350
|
i0.ɵɵtext(2, " Related Goal ");
|
|
91260
91351
|
i0.ɵɵelementEnd();
|
|
91261
|
-
i0.ɵɵelement(3, "symphiq-related-goal-chips",
|
|
91352
|
+
i0.ɵɵelement(3, "symphiq-related-goal-chips", 84);
|
|
91262
91353
|
i0.ɵɵelementEnd();
|
|
91263
91354
|
} if (rf & 2) {
|
|
91264
91355
|
const win_r10 = i0.ɵɵnextContext().$implicit;
|
|
@@ -91266,23 +91357,23 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
91266
91357
|
i0.ɵɵadvance();
|
|
91267
91358
|
i0.ɵɵproperty("ngClass", ctx_r1.getMetaTextClasses());
|
|
91268
91359
|
i0.ɵɵadvance(2);
|
|
91269
|
-
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4,
|
|
91360
|
+
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c4, win_r10.relatedGoalId))("allGoals", ctx_r1.allGoals())("viewMode", ctx_r1.viewMode());
|
|
91270
91361
|
} }
|
|
91271
91362
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
91272
|
-
i0.ɵɵelementStart(0, "div",
|
|
91363
|
+
i0.ɵɵelementStart(0, "div", 72)(1, "div", 73)(2, "div", 74)(3, "span", 75);
|
|
91273
91364
|
i0.ɵɵtext(4);
|
|
91274
91365
|
i0.ɵɵelementEnd();
|
|
91275
|
-
i0.ɵɵelementStart(5, "p",
|
|
91366
|
+
i0.ɵɵelementStart(5, "p", 76);
|
|
91276
91367
|
i0.ɵɵtext(6);
|
|
91277
91368
|
i0.ɵɵelementEnd()();
|
|
91278
|
-
i0.ɵɵelementStart(7, "div",
|
|
91369
|
+
i0.ɵɵelementStart(7, "div", 77)(8, "span", 78);
|
|
91279
91370
|
i0.ɵɵtext(9);
|
|
91280
91371
|
i0.ɵɵelementEnd();
|
|
91281
|
-
i0.ɵɵelementStart(10, "span",
|
|
91372
|
+
i0.ɵɵelementStart(10, "span", 78);
|
|
91282
91373
|
i0.ɵɵtext(11);
|
|
91283
91374
|
i0.ɵɵelementEnd()();
|
|
91284
|
-
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div",
|
|
91285
|
-
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div",
|
|
91375
|
+
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 79);
|
|
91376
|
+
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 80);
|
|
91286
91377
|
i0.ɵɵelementEnd()();
|
|
91287
91378
|
} if (rf & 2) {
|
|
91288
91379
|
const win_r10 = ctx.$implicit;
|
|
@@ -91311,11 +91402,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
91311
91402
|
i0.ɵɵconditional(win_r10.relatedGoalId ? 13 : -1);
|
|
91312
91403
|
} }
|
|
91313
91404
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
|
|
91314
|
-
i0.ɵɵelementStart(0, "div",
|
|
91405
|
+
i0.ɵɵelementStart(0, "div", 63)(1, "h3", 70);
|
|
91315
91406
|
i0.ɵɵtext(2, " Quick Wins ");
|
|
91316
91407
|
i0.ɵɵelementEnd();
|
|
91317
|
-
i0.ɵɵelementStart(3, "div",
|
|
91318
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div",
|
|
91408
|
+
i0.ɵɵelementStart(3, "div", 71);
|
|
91409
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 72, i0.ɵɵrepeaterTrackByIndex);
|
|
91319
91410
|
i0.ɵɵelementEnd()();
|
|
91320
91411
|
} if (rf & 2) {
|
|
91321
91412
|
const summary_r9 = i0.ɵɵnextContext();
|
|
@@ -91327,55 +91418,55 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
91327
91418
|
} }
|
|
91328
91419
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
91329
91420
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
91330
|
-
i0.ɵɵelementStart(0, "section",
|
|
91421
|
+
i0.ɵɵelementStart(0, "section", 43)(1, "div", 47)(2, "div", 48)(3, "div", 49)(4, "div", 50)(5, "h2", 51);
|
|
91331
91422
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
91332
91423
|
i0.ɵɵelementEnd();
|
|
91333
|
-
i0.ɵɵelementStart(7, "p",
|
|
91424
|
+
i0.ɵɵelementStart(7, "p", 52);
|
|
91334
91425
|
i0.ɵɵtext(8);
|
|
91335
91426
|
i0.ɵɵelementEnd()();
|
|
91336
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
91427
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 53);
|
|
91337
91428
|
i0.ɵɵelementEnd();
|
|
91338
|
-
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div",
|
|
91339
|
-
i0.ɵɵelementStart(11, "div",
|
|
91429
|
+
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 54);
|
|
91430
|
+
i0.ɵɵelementStart(11, "div", 55)(12, "button", 56);
|
|
91340
91431
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_12_listener() { const summary_r9 = i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onKeyStrengthsClick(summary_r9)); });
|
|
91341
|
-
i0.ɵɵelementStart(13, "div",
|
|
91432
|
+
i0.ɵɵelementStart(13, "div", 57);
|
|
91342
91433
|
i0.ɵɵtext(14, " Key Strengths ");
|
|
91343
91434
|
i0.ɵɵelementEnd();
|
|
91344
|
-
i0.ɵɵelementStart(15, "div",
|
|
91435
|
+
i0.ɵɵelementStart(15, "div", 58);
|
|
91345
91436
|
i0.ɵɵtext(16);
|
|
91346
91437
|
i0.ɵɵelementEnd();
|
|
91347
|
-
i0.ɵɵelementStart(17, "div",
|
|
91438
|
+
i0.ɵɵelementStart(17, "div", 59)(18, "span", 60);
|
|
91348
91439
|
i0.ɵɵtext(19, "View Details");
|
|
91349
91440
|
i0.ɵɵelementEnd();
|
|
91350
|
-
i0.ɵɵelement(20, "symphiq-icon",
|
|
91441
|
+
i0.ɵɵelement(20, "symphiq-icon", 61);
|
|
91351
91442
|
i0.ɵɵelementEnd()();
|
|
91352
|
-
i0.ɵɵelementStart(21, "button",
|
|
91443
|
+
i0.ɵɵelementStart(21, "button", 56);
|
|
91353
91444
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_21_listener() { const summary_r9 = i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onCriticalGapsClick(summary_r9)); });
|
|
91354
|
-
i0.ɵɵelementStart(22, "div",
|
|
91445
|
+
i0.ɵɵelementStart(22, "div", 57);
|
|
91355
91446
|
i0.ɵɵtext(23, " Critical Gaps ");
|
|
91356
91447
|
i0.ɵɵelementEnd();
|
|
91357
|
-
i0.ɵɵelementStart(24, "div",
|
|
91448
|
+
i0.ɵɵelementStart(24, "div", 58);
|
|
91358
91449
|
i0.ɵɵtext(25);
|
|
91359
91450
|
i0.ɵɵelementEnd();
|
|
91360
|
-
i0.ɵɵelementStart(26, "div",
|
|
91451
|
+
i0.ɵɵelementStart(26, "div", 59)(27, "span", 60);
|
|
91361
91452
|
i0.ɵɵtext(28, "View Details");
|
|
91362
91453
|
i0.ɵɵelementEnd();
|
|
91363
|
-
i0.ɵɵelement(29, "symphiq-icon",
|
|
91454
|
+
i0.ɵɵelement(29, "symphiq-icon", 61);
|
|
91364
91455
|
i0.ɵɵelementEnd()();
|
|
91365
|
-
i0.ɵɵelementStart(30, "button",
|
|
91456
|
+
i0.ɵɵelementStart(30, "button", 56);
|
|
91366
91457
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollToQuickWins()); });
|
|
91367
|
-
i0.ɵɵelementStart(31, "div",
|
|
91458
|
+
i0.ɵɵelementStart(31, "div", 57);
|
|
91368
91459
|
i0.ɵɵtext(32, " Quick Wins ");
|
|
91369
91460
|
i0.ɵɵelementEnd();
|
|
91370
|
-
i0.ɵɵelementStart(33, "div",
|
|
91461
|
+
i0.ɵɵelementStart(33, "div", 58);
|
|
91371
91462
|
i0.ɵɵtext(34);
|
|
91372
91463
|
i0.ɵɵelementEnd();
|
|
91373
|
-
i0.ɵɵelementStart(35, "div",
|
|
91464
|
+
i0.ɵɵelementStart(35, "div", 59)(36, "span", 60);
|
|
91374
91465
|
i0.ɵɵtext(37, "Details Below");
|
|
91375
91466
|
i0.ɵɵelementEnd();
|
|
91376
|
-
i0.ɵɵelement(38, "symphiq-icon",
|
|
91467
|
+
i0.ɵɵelement(38, "symphiq-icon", 62);
|
|
91377
91468
|
i0.ɵɵelementEnd()()()()();
|
|
91378
|
-
i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div",
|
|
91469
|
+
i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 63);
|
|
91379
91470
|
i0.ɵɵelementEnd();
|
|
91380
91471
|
} if (rf & 2) {
|
|
91381
91472
|
const summary_r9 = ctx;
|
|
@@ -91403,7 +91494,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
|
|
|
91403
91494
|
i0.ɵɵadvance(2);
|
|
91404
91495
|
i0.ɵɵproperty("ngClass", ctx_r1.getKeyStrengthsButtonTextClasses());
|
|
91405
91496
|
i0.ɵɵadvance(2);
|
|
91406
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28,
|
|
91497
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(28, _c2, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.getKeyStrengthsButtonTextClasses());
|
|
91407
91498
|
i0.ɵɵadvance();
|
|
91408
91499
|
i0.ɵɵproperty("ngClass", ctx_r1.getCriticalGapsStatCardClasses());
|
|
91409
91500
|
i0.ɵɵadvance();
|
|
@@ -91415,7 +91506,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
|
|
|
91415
91506
|
i0.ɵɵadvance(2);
|
|
91416
91507
|
i0.ɵɵproperty("ngClass", ctx_r1.getCriticalGapsButtonTextClasses());
|
|
91417
91508
|
i0.ɵɵadvance(2);
|
|
91418
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(30,
|
|
91509
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(30, _c2, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.getCriticalGapsButtonTextClasses());
|
|
91419
91510
|
i0.ɵɵadvance();
|
|
91420
91511
|
i0.ɵɵproperty("ngClass", ctx_r1.getQuickWinsStatCardClasses());
|
|
91421
91512
|
i0.ɵɵadvance();
|
|
@@ -91427,13 +91518,13 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
|
|
|
91427
91518
|
i0.ɵɵadvance(2);
|
|
91428
91519
|
i0.ɵɵproperty("ngClass", ctx_r1.getQuickWinsButtonTextClasses());
|
|
91429
91520
|
i0.ɵɵadvance(2);
|
|
91430
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(32,
|
|
91521
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(32, _c3, ctx_r1.IconSourceEnum.HEROICONS))("ngClass", ctx_r1.getQuickWinsButtonTextClasses());
|
|
91431
91522
|
i0.ɵɵadvance();
|
|
91432
91523
|
i0.ɵɵconditional(summary_r9.quickWins && summary_r9.quickWins.length > 0 ? 39 : -1);
|
|
91433
91524
|
} }
|
|
91434
91525
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91435
91526
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
91436
|
-
i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary",
|
|
91527
|
+
i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 85);
|
|
91437
91528
|
i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handlePriorityDetailClick($event)); });
|
|
91438
91529
|
i0.ɵɵelementEnd();
|
|
91439
91530
|
} if (rf & 2) {
|
|
@@ -91442,7 +91533,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_T
|
|
|
91442
91533
|
} }
|
|
91443
91534
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91444
91535
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
91445
|
-
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary",
|
|
91536
|
+
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 86);
|
|
91446
91537
|
i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricPriorityDetailClick($event)); });
|
|
91447
91538
|
i0.ɵɵelementEnd();
|
|
91448
91539
|
} if (rf & 2) {
|
|
@@ -91450,21 +91541,21 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_T
|
|
|
91450
91541
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("summary", ctx)("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals());
|
|
91451
91542
|
} }
|
|
91452
91543
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
91453
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
91544
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 87);
|
|
91454
91545
|
} if (rf & 2) {
|
|
91455
91546
|
const sectionList_r14 = i0.ɵɵnextContext();
|
|
91456
91547
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
91457
91548
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r14[0].icon);
|
|
91458
91549
|
} }
|
|
91459
91550
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
91460
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider",
|
|
91551
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 87);
|
|
91461
91552
|
} if (rf & 2) {
|
|
91462
91553
|
const sectionList_r14 = ctx;
|
|
91463
91554
|
i0.ɵɵconditional(sectionList_r14.length > 0 && sectionList_r14[0].icon ? 0 : -1);
|
|
91464
91555
|
} }
|
|
91465
91556
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91466
|
-
i0.ɵɵelementStart(0, "div",
|
|
91467
|
-
i0.ɵɵelement(1, "symphiq-icon",
|
|
91557
|
+
i0.ɵɵelementStart(0, "div", 90);
|
|
91558
|
+
i0.ɵɵelement(1, "symphiq-icon", 94);
|
|
91468
91559
|
i0.ɵɵelementEnd();
|
|
91469
91560
|
} if (rf & 2) {
|
|
91470
91561
|
const section_r15 = i0.ɵɵnextContext().$implicit;
|
|
@@ -91474,8 +91565,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
91474
91565
|
i0.ɵɵproperty("icon", section_r15.icon);
|
|
91475
91566
|
} }
|
|
91476
91567
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
91477
|
-
i0.ɵɵelementStart(0, "div",
|
|
91478
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
91568
|
+
i0.ɵɵelementStart(0, "div", 96);
|
|
91569
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 69);
|
|
91479
91570
|
i0.ɵɵelementEnd();
|
|
91480
91571
|
} if (rf & 2) {
|
|
91481
91572
|
const section_r15 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -91484,7 +91575,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
91484
91575
|
i0.ɵɵproperty("visual", section_r15.visual)("viewMode", ctx_r1.viewMode());
|
|
91485
91576
|
} }
|
|
91486
91577
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
91487
|
-
i0.ɵɵelementStart(0, "div",
|
|
91578
|
+
i0.ɵɵelementStart(0, "div", 98)(1, "p", 67);
|
|
91488
91579
|
i0.ɵɵtext(2);
|
|
91489
91580
|
i0.ɵɵelementEnd()();
|
|
91490
91581
|
} if (rf & 2) {
|
|
@@ -91497,9 +91588,9 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
91497
91588
|
i0.ɵɵtextInterpolate1(" ", section_r15.description, " ");
|
|
91498
91589
|
} }
|
|
91499
91590
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
91500
|
-
i0.ɵɵelementStart(0, "div",
|
|
91501
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div",
|
|
91502
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div",
|
|
91591
|
+
i0.ɵɵelementStart(0, "div", 95);
|
|
91592
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 96);
|
|
91593
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 97);
|
|
91503
91594
|
i0.ɵɵelementEnd();
|
|
91504
91595
|
} if (rf & 2) {
|
|
91505
91596
|
const ctx_r15 = i0.ɵɵnextContext();
|
|
@@ -91512,7 +91603,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
91512
91603
|
i0.ɵɵconditional(section_r15.description ? 2 : -1);
|
|
91513
91604
|
} }
|
|
91514
91605
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
91515
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
91606
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 87);
|
|
91516
91607
|
} if (rf & 2) {
|
|
91517
91608
|
const ɵ$index_216_r17 = i0.ɵɵnextContext().$index;
|
|
91518
91609
|
const sectionList_r18 = i0.ɵɵnextContext();
|
|
@@ -91520,15 +91611,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
91520
91611
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$index_216_r17 + 1].icon);
|
|
91521
91612
|
} }
|
|
91522
91613
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
91523
|
-
i0.ɵɵelementStart(0, "div",
|
|
91524
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div",
|
|
91525
|
-
i0.ɵɵelementStart(3, "div",
|
|
91614
|
+
i0.ɵɵelementStart(0, "div", 88)(1, "div", 89);
|
|
91615
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 90);
|
|
91616
|
+
i0.ɵɵelementStart(3, "div", 50)(4, "h3", 91);
|
|
91526
91617
|
i0.ɵɵtext(5);
|
|
91527
91618
|
i0.ɵɵelementEnd()()();
|
|
91528
|
-
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div",
|
|
91529
|
-
i0.ɵɵelement(7, "symphiq-profile-section-content",
|
|
91619
|
+
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 92);
|
|
91620
|
+
i0.ɵɵelement(7, "symphiq-profile-section-content", 93);
|
|
91530
91621
|
i0.ɵɵelementEnd();
|
|
91531
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider",
|
|
91622
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 87);
|
|
91532
91623
|
} if (rf & 2) {
|
|
91533
91624
|
const section_r15 = ctx.$implicit;
|
|
91534
91625
|
const ɵ$index_216_r17 = ctx.$index;
|
|
@@ -91549,7 +91640,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
91549
91640
|
i0.ɵɵconditional(!(ɵ$index_216_r17 === ɵ$count_216_r19 - 1) ? 8 : -1);
|
|
91550
91641
|
} }
|
|
91551
91642
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
91552
|
-
i0.ɵɵelementStart(0, "section",
|
|
91643
|
+
i0.ɵɵelementStart(0, "section", 46);
|
|
91553
91644
|
i0.ɵɵrepeaterCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template, 9, 16, null, null, _forTrack0);
|
|
91554
91645
|
i0.ɵɵelementEnd();
|
|
91555
91646
|
} if (rf & 2) {
|
|
@@ -91557,11 +91648,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_T
|
|
|
91557
91648
|
i0.ɵɵrepeater(ctx);
|
|
91558
91649
|
} }
|
|
91559
91650
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
91560
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section",
|
|
91561
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary",
|
|
91562
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary",
|
|
91651
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 43);
|
|
91652
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 44);
|
|
91653
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 45);
|
|
91563
91654
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template, 1, 1);
|
|
91564
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section",
|
|
91655
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 46);
|
|
91565
91656
|
} if (rf & 2) {
|
|
91566
91657
|
let tmp_1_0;
|
|
91567
91658
|
let tmp_2_0;
|
|
@@ -91580,65 +91671,65 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ct
|
|
|
91580
91671
|
i0.ɵɵconditional((tmp_5_0 = ctx_r1.sections()) ? 4 : -1, tmp_5_0);
|
|
91581
91672
|
} }
|
|
91582
91673
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
91583
|
-
i0.ɵɵelement(0, "symphiq-floating-toc",
|
|
91674
|
+
i0.ɵɵelement(0, "symphiq-floating-toc", 9);
|
|
91584
91675
|
} if (rf & 2) {
|
|
91585
91676
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91586
91677
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
91587
91678
|
} }
|
|
91588
91679
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
91589
|
-
i0.ɵɵelement(0, "symphiq-section-navigation",
|
|
91680
|
+
i0.ɵɵelement(0, "symphiq-section-navigation", 9);
|
|
91590
91681
|
} if (rf & 2) {
|
|
91591
91682
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91592
91683
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
91593
91684
|
} }
|
|
91594
91685
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
91595
|
-
i0.ɵɵelement(0, "symphiq-goal-card",
|
|
91686
|
+
i0.ɵɵelement(0, "symphiq-goal-card", 13);
|
|
91596
91687
|
} if (rf & 2) {
|
|
91597
91688
|
const data_r20 = ctx;
|
|
91598
91689
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91599
91690
|
i0.ɵɵproperty("goal", data_r20.goal)("viewMode", data_r20.viewMode)("isInModal", true)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("currentModalState", ctx_r1.getCurrentModalState())("businessProfile", ctx_r1.profile());
|
|
91600
91691
|
} }
|
|
91601
91692
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
91602
|
-
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content",
|
|
91693
|
+
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 14);
|
|
91603
91694
|
} if (rf & 2) {
|
|
91604
91695
|
const data_r21 = ctx;
|
|
91605
91696
|
i0.ɵɵproperty("goal", data_r21.goal)("viewMode", data_r21.viewMode);
|
|
91606
91697
|
} }
|
|
91607
91698
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
91608
|
-
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content",
|
|
91699
|
+
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 15);
|
|
91609
91700
|
} if (rf & 2) {
|
|
91610
91701
|
const data_r22 = ctx;
|
|
91611
91702
|
i0.ɵɵproperty("objective", data_r22.objective)("goalTitle", data_r22.goalTitle)("viewMode", data_r22.viewMode);
|
|
91612
91703
|
} }
|
|
91613
91704
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
91614
|
-
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content",
|
|
91705
|
+
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 16);
|
|
91615
91706
|
} if (rf & 2) {
|
|
91616
91707
|
const data_r23 = ctx;
|
|
91617
91708
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91618
91709
|
i0.ɵɵproperty("strategy", data_r23.strategy)("objectiveTitle", data_r23.objectiveTitle)("goalTitle", data_r23.goalTitle)("viewMode", data_r23.viewMode)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("allBusinessInsights", ctx_r1.allBusinessInsights())("currentModalState", ctx_r1.getCurrentModalState());
|
|
91619
91710
|
} }
|
|
91620
91711
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
91621
|
-
i0.ɵɵelement(0, "symphiq-category-detail-modal-content",
|
|
91712
|
+
i0.ɵɵelement(0, "symphiq-category-detail-modal-content", 17);
|
|
91622
91713
|
} if (rf & 2) {
|
|
91623
91714
|
const data_r24 = ctx;
|
|
91624
91715
|
i0.ɵɵproperty("category", data_r24.category)("viewMode", data_r24.viewMode)("scrollToSection", data_r24.scrollToSection);
|
|
91625
91716
|
} }
|
|
91626
91717
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
91627
|
-
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content",
|
|
91718
|
+
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content", 18);
|
|
91628
91719
|
} if (rf & 2) {
|
|
91629
91720
|
const data_r25 = ctx;
|
|
91630
91721
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91631
91722
|
i0.ɵɵproperty("strength", data_r25.strength)("viewMode", data_r25.viewMode)("allFunnelStrengths", ctx_r1.funnelStrengths())("currentModalState", ctx_r1.getCurrentModalState());
|
|
91632
91723
|
} }
|
|
91633
91724
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
91634
|
-
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content",
|
|
91725
|
+
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content", 19);
|
|
91635
91726
|
} if (rf & 2) {
|
|
91636
91727
|
const data_r26 = ctx;
|
|
91637
91728
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
91638
91729
|
i0.ɵɵproperty("gap", data_r26.gap)("viewMode", data_r26.viewMode)("allGoals", ctx_r1.allGoals())("allWeaknesses", ctx_r1.funnelWeaknesses())("currentModalState", ctx_r1.getCurrentModalState());
|
|
91639
91730
|
} }
|
|
91640
91731
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
91641
|
-
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content",
|
|
91732
|
+
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content", 20);
|
|
91642
91733
|
} if (rf & 2) {
|
|
91643
91734
|
const data_r27 = ctx;
|
|
91644
91735
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -91646,7 +91737,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ct
|
|
|
91646
91737
|
} }
|
|
91647
91738
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
91648
91739
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
91649
|
-
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button",
|
|
91740
|
+
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 99);
|
|
91650
91741
|
i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template_symphiq_sticky_subscription_continue_button_continueClick_0_listener() { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleStickyButtonClick()); });
|
|
91651
91742
|
i0.ɵɵelementEnd();
|
|
91652
91743
|
} if (rf & 2) {
|
|
@@ -91655,7 +91746,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ct
|
|
|
91655
91746
|
} }
|
|
91656
91747
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
91657
91748
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
91658
|
-
i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer",
|
|
91749
|
+
i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer", 100);
|
|
91659
91750
|
i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template_symphiq_shop_profile_sticky_footer_continueClick_0_listener() { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleShopProfileContinueClick()); });
|
|
91660
91751
|
i0.ɵɵelementEnd();
|
|
91661
91752
|
} if (rf & 2) {
|
|
@@ -91664,18 +91755,18 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ct
|
|
|
91664
91755
|
} }
|
|
91665
91756
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
91666
91757
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
91667
|
-
i0.ɵɵelementStart(0, "div",
|
|
91758
|
+
i0.ɵɵelementStart(0, "div", 25)(1, "div", 101)(2, "div", 102)(3, "button", 103);
|
|
91668
91759
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCancelCurrencyEdit()); });
|
|
91669
91760
|
i0.ɵɵtext(4, " Cancel ");
|
|
91670
91761
|
i0.ɵɵelementEnd();
|
|
91671
|
-
i0.ɵɵelementStart(5, "button",
|
|
91762
|
+
i0.ɵɵelementStart(5, "button", 104);
|
|
91672
91763
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleContinueToPlans()); });
|
|
91673
91764
|
i0.ɵɵelementStart(6, "span");
|
|
91674
91765
|
i0.ɵɵtext(7, "Continue to Plans");
|
|
91675
91766
|
i0.ɵɵelementEnd();
|
|
91676
91767
|
i0.ɵɵnamespaceSVG();
|
|
91677
|
-
i0.ɵɵelementStart(8, "svg",
|
|
91678
|
-
i0.ɵɵelement(9, "path",
|
|
91768
|
+
i0.ɵɵelementStart(8, "svg", 105);
|
|
91769
|
+
i0.ɵɵelement(9, "path", 106);
|
|
91679
91770
|
i0.ɵɵelementEnd()()()()();
|
|
91680
91771
|
} if (rf & 2) {
|
|
91681
91772
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -92595,53 +92686,57 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
92595
92686
|
this.answerShopProfileQuestions.emit(categoryId);
|
|
92596
92687
|
}
|
|
92597
92688
|
handleShopProfileContinueClick() {
|
|
92598
|
-
this.
|
|
92689
|
+
if (this.shopProfileStatusCard) {
|
|
92690
|
+
this.shopProfileStatusCard.openAllQuestionsAnswerMode();
|
|
92691
|
+
}
|
|
92599
92692
|
}
|
|
92600
92693
|
static { this.ɵfac = function SymphiqProfileAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisDashboardComponent)(); }; }
|
|
92601
92694
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisDashboardComponent, selectors: [["symphiq-profile-analysis-dashboard"]], viewQuery: function SymphiqProfileAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
92602
92695
|
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
92696
|
+
i0.ɵɵviewQuery(_c0$2, 5);
|
|
92603
92697
|
} if (rf & 2) {
|
|
92604
92698
|
let _t;
|
|
92605
92699
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
92700
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopProfileStatusCard = _t.first);
|
|
92606
92701
|
} }, hostBindings: function SymphiqProfileAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
92607
92702
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onWindowScroll($event); }, i0.ɵɵresolveWindow);
|
|
92608
|
-
} }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], analysisType: [1, "analysisType"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileShop: [1, "profileShop"], profileShopQuestions: [1, "profileShopQuestions"], profileShopAnswers: [1, "profileShopAnswers"], profileShopAnswerHistories: [1, "profileShopAnswerHistories"], itemStatusProfileShop: [1, "itemStatusProfileShop"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 51, consts: [[1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [1, "mb-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [3, "viewMode", "totalQuestions", "answeredQuestions"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "mb-8"], [3, "startCategoryQuestions", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileShopAnswers", "users"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Shop Profile", "subtitle", "We're analyzing your data to create shop specific questions and answers. They will appear when ready.", 3, "itemStatus", "viewMode"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "focusAreaExecutiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "summary", "allGoals"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], ["type", "button", 1, "p-4", "rounded-xl", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "group", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-3xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "text-xs", "font-medium"], [3, "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-x-1", 3, "icon", "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-y-1", "animate-bounce", 3, "icon", "ngClass"], ["id", "quick-wins-section", 1, "space-y-4", "scroll-mt-24"], [1, "text-lg", "font-semibold", "mb-3", 3, "ngClass"], [1, "relative"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[66%]"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [3, "visual", "viewMode"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-6"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "font-semibold", "leading-tight", "flex-1", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", 3, "ngClass"], [1, "space-y-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "sectionIcon"], [1, "rounded-xl", "p-8", "scroll-mt-24", 3, "id", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-6"], [1, "flex-shrink-0", "w-12", "h-12", "rounded-xl", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start", 3, "lg:flex-row-reverse"], [3, "section", "executiveSummary", "viewMode", "sectionIndex", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["size", "w-6 h-6", 3, "icon"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start"], [1, "w-full", "lg:w-2/3"], [1, "w-full", 3, "lg:w-1/3", "lg:w-full"], [1, "w-full"], [3, "continueClick", "viewMode", "isEnabled", "isLoading"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-4"], [1, "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "cursor-pointer", 3, "click", "ngClass"], [1, "flex-1", "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "flex", "items-center", "justify-center", "gap-3", "shadow-2xl", 3, "click", "disabled", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "transition-transform", "duration-200"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92609
|
-
i0.ɵɵelementStart(0, "div",
|
|
92610
|
-
i0.ɵɵelement(1, "div",
|
|
92703
|
+
} }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], analysisType: [1, "analysisType"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileShop: [1, "profileShop"], profileShopQuestions: [1, "profileShopQuestions"], profileShopAnswers: [1, "profileShopAnswers"], profileShopAnswerHistories: [1, "profileShopAnswerHistories"], itemStatusProfileShop: [1, "itemStatusProfileShop"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 51, consts: [["shopProfileStatusCard", ""], [1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [1, "mb-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [3, "viewMode", "totalQuestions", "answeredQuestions"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "mb-8"], [3, "startCategoryQuestions", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileShopAnswers", "users"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Shop Profile", "subtitle", "We're analyzing your data to create shop specific questions and answers. They will appear when ready.", 3, "itemStatus", "viewMode"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "focusAreaExecutiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "summary", "allGoals"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], ["type", "button", 1, "p-4", "rounded-xl", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "group", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-3xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "text-xs", "font-medium"], [3, "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-x-1", 3, "icon", "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-y-1", "animate-bounce", 3, "icon", "ngClass"], ["id", "quick-wins-section", 1, "space-y-4", "scroll-mt-24"], [1, "text-lg", "font-semibold", "mb-3", 3, "ngClass"], [1, "relative"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[66%]"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [3, "visual", "viewMode"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-6"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "font-semibold", "leading-tight", "flex-1", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", 3, "ngClass"], [1, "space-y-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "sectionIcon"], [1, "rounded-xl", "p-8", "scroll-mt-24", 3, "id", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-6"], [1, "flex-shrink-0", "w-12", "h-12", "rounded-xl", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start", 3, "lg:flex-row-reverse"], [3, "section", "executiveSummary", "viewMode", "sectionIndex", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["size", "w-6 h-6", 3, "icon"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start"], [1, "w-full", "lg:w-2/3"], [1, "w-full", 3, "lg:w-1/3", "lg:w-full"], [1, "w-full"], [3, "continueClick", "viewMode", "isEnabled", "isLoading"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-4"], [1, "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "cursor-pointer", 3, "click", "ngClass"], [1, "flex-1", "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "flex", "items-center", "justify-center", "gap-3", "shadow-2xl", 3, "click", "disabled", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "transition-transform", "duration-200"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
92704
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
92705
|
+
i0.ɵɵelement(1, "div", 2);
|
|
92611
92706
|
i0.ɵɵelementStart(2, "div");
|
|
92612
|
-
i0.ɵɵelement(3, "div",
|
|
92707
|
+
i0.ɵɵelement(3, "div", 3);
|
|
92613
92708
|
i0.ɵɵelementEnd();
|
|
92614
|
-
i0.ɵɵelementStart(4, "div",
|
|
92709
|
+
i0.ɵɵelementStart(4, "div", 4)(5, "symphiq-dashboard-header", 5);
|
|
92615
92710
|
i0.ɵɵlistener("searchClick", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_dashboard_header_searchClick_5_listener() { return ctx.openSearch(); })("viewModeClick", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_dashboard_header_viewModeClick_5_listener() { return ctx.openViewModeSwitcher(); });
|
|
92616
92711
|
i0.ɵɵelementEnd();
|
|
92617
|
-
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template, 1, 5, "symphiq-journey-progress-indicator",
|
|
92618
|
-
i0.ɵɵelementStart(7, "main",
|
|
92619
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template, 4, 3, "div",
|
|
92712
|
+
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template, 1, 5, "symphiq-journey-progress-indicator", 6);
|
|
92713
|
+
i0.ɵɵelementStart(7, "main", 7);
|
|
92714
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template, 4, 3, "div", 8);
|
|
92620
92715
|
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template, 3, 3);
|
|
92621
92716
|
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template, 5, 5);
|
|
92622
92717
|
i0.ɵɵelementEnd();
|
|
92623
|
-
i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc",
|
|
92624
|
-
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation",
|
|
92625
|
-
i0.ɵɵelementStart(13, "symphiq-search-modal",
|
|
92718
|
+
i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc", 9);
|
|
92719
|
+
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation", 9);
|
|
92720
|
+
i0.ɵɵelementStart(13, "symphiq-search-modal", 10);
|
|
92626
92721
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_search_modal_close_13_listener() { return ctx.closeSearch(); });
|
|
92627
92722
|
i0.ɵɵelementEnd();
|
|
92628
|
-
i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal",
|
|
92723
|
+
i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal", 11);
|
|
92629
92724
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_close_14_listener() { return ctx.closeViewModeSwitcher(); })("modeSelected", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_modeSelected_14_listener($event) { return ctx.handleDisplayModeChange($event); });
|
|
92630
92725
|
i0.ɵɵelementEnd();
|
|
92631
|
-
i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal",
|
|
92632
|
-
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card",
|
|
92633
|
-
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content",
|
|
92634
|
-
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content",
|
|
92635
|
-
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content",
|
|
92636
|
-
i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content",
|
|
92637
|
-
i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content",
|
|
92638
|
-
i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content",
|
|
92639
|
-
i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content",
|
|
92640
|
-
i0.ɵɵelementEnd();
|
|
92641
|
-
i0.ɵɵelement(24, "symphiq-funnel-analysis-modal",
|
|
92642
|
-
i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button",
|
|
92643
|
-
i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer",
|
|
92644
|
-
i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div",
|
|
92726
|
+
i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal", 12);
|
|
92727
|
+
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card", 13);
|
|
92728
|
+
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content", 14);
|
|
92729
|
+
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content", 15);
|
|
92730
|
+
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 16);
|
|
92731
|
+
i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content", 17);
|
|
92732
|
+
i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content", 18);
|
|
92733
|
+
i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content", 19);
|
|
92734
|
+
i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content", 20);
|
|
92735
|
+
i0.ɵɵelementEnd();
|
|
92736
|
+
i0.ɵɵelement(24, "symphiq-funnel-analysis-modal", 21)(25, "symphiq-business-analysis-modal", 22)(26, "symphiq-tooltip-container");
|
|
92737
|
+
i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button", 23);
|
|
92738
|
+
i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer", 24);
|
|
92739
|
+
i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div", 25);
|
|
92645
92740
|
i0.ɵɵelementEnd()();
|
|
92646
92741
|
} if (rf & 2) {
|
|
92647
92742
|
let tmp_5_0;
|
|
@@ -92798,6 +92893,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
92798
92893
|
@if (shouldShowShopProfileStatus() && !isFocusAreaAnalysis() && !isMetricAnalysis()) {
|
|
92799
92894
|
<div class="mb-8">
|
|
92800
92895
|
<symphiq-shop-profile-status-card
|
|
92896
|
+
#shopProfileStatusCard
|
|
92801
92897
|
[viewMode]="viewMode()"
|
|
92802
92898
|
[totalQuestions]="totalShopQuestions()"
|
|
92803
92899
|
[answeredQuestions]="answeredShopQuestions()"
|
|
@@ -93368,11 +93464,14 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
93368
93464
|
}], () => [], { funnelModalComponent: [{
|
|
93369
93465
|
type: ViewChild,
|
|
93370
93466
|
args: [ModalComponent]
|
|
93467
|
+
}], shopProfileStatusCard: [{
|
|
93468
|
+
type: ViewChild,
|
|
93469
|
+
args: ['shopProfileStatusCard']
|
|
93371
93470
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], createdDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "createdDate", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], analysisType: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisType", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], profileShop: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShop", required: false }] }], profileShopQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopQuestions", required: false }] }], profileShopAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswers", required: false }] }], profileShopAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopAnswerHistories", required: false }] }], itemStatusProfileShop: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusProfileShop", required: false }] }], itemStatusProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusProfileAnalysis", required: false }] }], planCardInfos: [{ type: i0.Input, args: [{ isSignal: true, alias: "planCardInfos", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], currencySelectionClick: [{ type: i0.Output, args: ["currencySelectionClick"] }], editCurrencyClick: [{ type: i0.Output, args: ["editCurrencyClick"] }], periodUnitChanged: [{ type: i0.Output, args: ["periodUnitChanged"] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }], checkoutPlanClick: [{ type: i0.Output, args: ["checkoutPlanClick"] }], answerShopProfileQuestions: [{ type: i0.Output, args: ["answerShopProfileQuestions"] }], continueShopProfileQuestions: [{ type: i0.Output, args: ["continueShopProfileQuestions"] }], onWindowScroll: [{
|
|
93372
93471
|
type: HostListener,
|
|
93373
93472
|
args: ['window:scroll', ['$event']]
|
|
93374
93473
|
}] }); })();
|
|
93375
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber:
|
|
93474
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 769 }); })();
|
|
93376
93475
|
|
|
93377
93476
|
class ScrollProgressBarComponent {
|
|
93378
93477
|
constructor() {
|