@eric-emg/symphiq-components 1.2.405 → 1.2.407
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 +203 -152
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +39 -39
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -12791,6 +12791,7 @@ class ProfileContextService {
|
|
|
12791
12791
|
break;
|
|
12792
12792
|
case 'competitor-analysis':
|
|
12793
12793
|
index.competitors = subsection.items || [];
|
|
12794
|
+
console.log('[ProfileContextService.indexProfile] Found competitor-analysis subsection, items:', index.competitors);
|
|
12794
12795
|
break;
|
|
12795
12796
|
}
|
|
12796
12797
|
}
|
|
@@ -12838,6 +12839,7 @@ class ProfileContextService {
|
|
|
12838
12839
|
}
|
|
12839
12840
|
getCompetitorsByIds(ids) {
|
|
12840
12841
|
const competitors = this.getCompetitors();
|
|
12842
|
+
console.log('[ProfileContextService.getCompetitorsByIds] all competitors:', competitors, 'looking for ids:', ids);
|
|
12841
12843
|
return ids.map(id => competitors.find(comp => comp.id === id)).filter(Boolean);
|
|
12842
12844
|
}
|
|
12843
12845
|
getRecommendationsByProfileItemIds(itemIds) {
|
|
@@ -73282,7 +73284,9 @@ class CompetitiveComparisonCardComponent {
|
|
|
73282
73284
|
if (!competitorId)
|
|
73283
73285
|
return '';
|
|
73284
73286
|
const competitors = this.profileContextService.getCompetitorsByIds([competitorId]);
|
|
73285
|
-
|
|
73287
|
+
const result = competitors[0]?.label || competitors[0]?.value || competitorId;
|
|
73288
|
+
console.log('[getCompetitorTitle] competitorId:', competitorId, 'competitors:', competitors, 'result:', result);
|
|
73289
|
+
return result;
|
|
73286
73290
|
}
|
|
73287
73291
|
advantageBadgeClasses(advantage) {
|
|
73288
73292
|
if (this.isDark()) {
|
|
@@ -73560,7 +73564,7 @@ function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1
|
|
|
73560
73564
|
i0.ɵɵtext(4, " Recommendations ");
|
|
73561
73565
|
i0.ɵɵelementEnd();
|
|
73562
73566
|
i0.ɵɵnamespaceHTML();
|
|
73563
|
-
i0.ɵɵelementStart(5, "div",
|
|
73567
|
+
i0.ɵɵelementStart(5, "div", 18);
|
|
73564
73568
|
i0.ɵɵrepeaterCreate(6, PhaseTimelineCardComponent_Conditional_9_For_7_Template, 4, 5, "button", 14, _forTrack0$j);
|
|
73565
73569
|
i0.ɵɵelementEnd()();
|
|
73566
73570
|
} if (rf & 2) {
|
|
@@ -73571,13 +73575,13 @@ function PhaseTimelineCardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1
|
|
|
73571
73575
|
i0.ɵɵrepeater(ctx_r2.recommendationObjects());
|
|
73572
73576
|
} }
|
|
73573
73577
|
function PhaseTimelineCardComponent_Conditional_10_For_10_Template(rf, ctx) { if (rf & 1) {
|
|
73574
|
-
i0.ɵɵelementStart(0, "li",
|
|
73578
|
+
i0.ɵɵelementStart(0, "li", 24);
|
|
73575
73579
|
i0.ɵɵnamespaceSVG();
|
|
73576
|
-
i0.ɵɵelementStart(1, "svg",
|
|
73577
|
-
i0.ɵɵelement(2, "path",
|
|
73580
|
+
i0.ɵɵelementStart(1, "svg", 25);
|
|
73581
|
+
i0.ɵɵelement(2, "path", 26);
|
|
73578
73582
|
i0.ɵɵelementEnd();
|
|
73579
73583
|
i0.ɵɵnamespaceHTML();
|
|
73580
|
-
i0.ɵɵelementStart(3, "span",
|
|
73584
|
+
i0.ɵɵelementStart(3, "span", 27);
|
|
73581
73585
|
i0.ɵɵtext(4);
|
|
73582
73586
|
i0.ɵɵelementEnd()();
|
|
73583
73587
|
} if (rf & 2) {
|
|
@@ -73591,16 +73595,16 @@ function PhaseTimelineCardComponent_Conditional_10_For_10_Template(rf, ctx) { if
|
|
|
73591
73595
|
i0.ɵɵtextInterpolate(outcome_r6);
|
|
73592
73596
|
} }
|
|
73593
73597
|
function PhaseTimelineCardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
73594
|
-
i0.ɵɵelementStart(0, "div",
|
|
73598
|
+
i0.ɵɵelementStart(0, "div", 19)(1, "div", 20)(2, "div")(3, "h6", 10);
|
|
73595
73599
|
i0.ɵɵnamespaceSVG();
|
|
73596
73600
|
i0.ɵɵelementStart(4, "svg", 11);
|
|
73597
|
-
i0.ɵɵelement(5, "path",
|
|
73601
|
+
i0.ɵɵelement(5, "path", 21);
|
|
73598
73602
|
i0.ɵɵelementEnd();
|
|
73599
73603
|
i0.ɵɵtext(6, " Expected Outcomes ");
|
|
73600
73604
|
i0.ɵɵelementEnd();
|
|
73601
73605
|
i0.ɵɵnamespaceHTML();
|
|
73602
|
-
i0.ɵɵelementStart(7, "div",
|
|
73603
|
-
i0.ɵɵrepeaterCreate(9, PhaseTimelineCardComponent_Conditional_10_For_10_Template, 5, 3, "li",
|
|
73606
|
+
i0.ɵɵelementStart(7, "div", 22)(8, "ul", 23);
|
|
73607
|
+
i0.ɵɵrepeaterCreate(9, PhaseTimelineCardComponent_Conditional_10_For_10_Template, 5, 3, "li", 24, i0.ɵɵrepeaterTrackByIndex);
|
|
73604
73608
|
i0.ɵɵelementEnd()()()()();
|
|
73605
73609
|
} if (rf & 2) {
|
|
73606
73610
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -73614,14 +73618,14 @@ function PhaseTimelineCardComponent_Conditional_10_Template(rf, ctx) { if (rf &
|
|
|
73614
73618
|
} }
|
|
73615
73619
|
function PhaseTimelineCardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
73616
73620
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
73617
|
-
i0.ɵɵelementStart(0, "div",
|
|
73621
|
+
i0.ɵɵelementStart(0, "div", 28);
|
|
73618
73622
|
i0.ɵɵlistener("click", function PhaseTimelineCardComponent_Conditional_11_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.toggleExpanded($event)); });
|
|
73619
|
-
i0.ɵɵelementStart(1, "span",
|
|
73623
|
+
i0.ɵɵelementStart(1, "span", 29);
|
|
73620
73624
|
i0.ɵɵtext(2);
|
|
73621
73625
|
i0.ɵɵelementEnd();
|
|
73622
73626
|
i0.ɵɵnamespaceSVG();
|
|
73623
|
-
i0.ɵɵelementStart(3, "svg",
|
|
73624
|
-
i0.ɵɵelement(4, "path",
|
|
73627
|
+
i0.ɵɵelementStart(3, "svg", 30);
|
|
73628
|
+
i0.ɵɵelement(4, "path", 31);
|
|
73625
73629
|
i0.ɵɵelementEnd()();
|
|
73626
73630
|
} if (rf & 2) {
|
|
73627
73631
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -73650,10 +73654,17 @@ class PhaseTimelineCardComponent {
|
|
|
73650
73654
|
return this.allGoals().filter((goal) => goalIds.includes(goal.id || ''));
|
|
73651
73655
|
}, ...(ngDevMode ? [{ debugName: "goalObjects" }] : []));
|
|
73652
73656
|
this.recommendationObjects = computed(() => {
|
|
73653
|
-
const
|
|
73654
|
-
|
|
73655
|
-
|
|
73656
|
-
|
|
73657
|
+
const recommendations = [];
|
|
73658
|
+
for (const goal of this.goalObjects()) {
|
|
73659
|
+
for (const objective of goal.objectives || []) {
|
|
73660
|
+
for (const strategy of objective.strategies || []) {
|
|
73661
|
+
for (const recommendation of strategy.recommendations || []) {
|
|
73662
|
+
recommendations.push(recommendation);
|
|
73663
|
+
}
|
|
73664
|
+
}
|
|
73665
|
+
}
|
|
73666
|
+
}
|
|
73667
|
+
return recommendations;
|
|
73657
73668
|
}, ...(ngDevMode ? [{ debugName: "recommendationObjects" }] : []));
|
|
73658
73669
|
this.globalIsExpanded = computed(() => this.viewModeService.getViewMode() === 'expanded', ...(ngDevMode ? [{ debugName: "globalIsExpanded" }] : []));
|
|
73659
73670
|
this.formattedPhaseName = computed(() => {
|
|
@@ -73791,7 +73802,7 @@ class PhaseTimelineCardComponent {
|
|
|
73791
73802
|
this.modalService.navigateToBusinessInsightDetail(recommendation, goalContext, this.viewMode());
|
|
73792
73803
|
}
|
|
73793
73804
|
static { this.ɵfac = function PhaseTimelineCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PhaseTimelineCardComponent)(); }; }
|
|
73794
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PhaseTimelineCardComponent, selectors: [["symphiq-phase-timeline-card"]], inputs: { phase: [1, "phase"], viewMode: [1, "viewMode"], isLast: [1, "isLast"], allGoals: [1, "allGoals"] }, decls: 12, vars: 12, consts: [[1, "rounded-lg", "p-5", "relative", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4", "relative"], [1, "z-10", 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", "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"], [1, "flex-1"], [1, "font-bold", "text-lg", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out", 3, "grid-template-rows"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "text-sm", "font-semibold", "mb-2", "flex", "items-center", "gap-2", 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 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex", "flex-wrap", "gap-2"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "ngClass"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "click", "ngClass"], ["size", "w-3.5 h-3.5", 1, "flex-shrink-0", "opacity-60", 3, "icon"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "space-y-1.5"], [1, "flex", "items-start", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M5 13l4 4L19 7"], [1, "text-sm", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "transition-transform", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"]], template: function PhaseTimelineCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
73805
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PhaseTimelineCardComponent, selectors: [["symphiq-phase-timeline-card"]], inputs: { phase: [1, "phase"], viewMode: [1, "viewMode"], isLast: [1, "isLast"], allGoals: [1, "allGoals"] }, decls: 12, vars: 12, consts: [[1, "rounded-lg", "p-5", "relative", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-4", "relative"], [1, "z-10", 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", "M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"], [1, "flex-1"], [1, "font-bold", "text-lg", "mb-4", 3, "ngClass"], [1, "mb-4"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out", 3, "grid-template-rows"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer"], [1, "text-sm", "font-semibold", "mb-2", "flex", "items-center", "gap-2", 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 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"], [1, "flex", "flex-wrap", "gap-2"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "ngClass"], ["type", "button", 1, "cursor-pointer", "flex", "items-center", "gap-2", "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "transition-all", "duration-200", "hover:scale-105", "hover:shadow-md", 3, "click", "ngClass"], ["size", "w-3.5 h-3.5", 1, "flex-shrink-0", "opacity-60", 3, "icon"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"], [1, "flex", "flex-wrap", "gap-3"], [1, "grid", "transition-[grid-template-rows]", "duration-300", "ease-in-out"], [1, "overflow-hidden"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "p-3", "rounded-lg", 3, "ngClass"], [1, "space-y-1.5"], [1, "flex", "items-start", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M5 13l4 4L19 7"], [1, "text-sm", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-3", "cursor-pointer", 3, "click"], [1, "text-sm", "font-medium", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "transition-transform", "duration-200", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"]], template: function PhaseTimelineCardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
73795
73806
|
i0.ɵɵelementStart(0, "div", 0);
|
|
73796
73807
|
i0.ɵɵlistener("click", function PhaseTimelineCardComponent_Template_div_click_0_listener($event) { return ctx.onCardClick($event); });
|
|
73797
73808
|
i0.ɵɵelementStart(1, "div", 1)(2, "div", 2);
|
|
@@ -73885,7 +73896,7 @@ class PhaseTimelineCardComponent {
|
|
|
73885
73896
|
</svg>
|
|
73886
73897
|
Recommendations
|
|
73887
73898
|
</h6>
|
|
73888
|
-
<div class="flex flex-wrap gap-
|
|
73899
|
+
<div class="flex flex-wrap gap-3">
|
|
73889
73900
|
@for (recommendation of recommendationObjects(); track recommendation.id) {
|
|
73890
73901
|
<button
|
|
73891
73902
|
type="button"
|
|
@@ -92430,7 +92441,7 @@ const _c4 = a0 => [a0];
|
|
|
92430
92441
|
const _forTrack0 = ($index, $item) => $item.id;
|
|
92431
92442
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
92432
92443
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
92433
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
92444
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 25);
|
|
92434
92445
|
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)); });
|
|
92435
92446
|
i0.ɵɵelementEnd();
|
|
92436
92447
|
} if (rf & 2) {
|
|
@@ -92457,12 +92468,32 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Te
|
|
|
92457
92468
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92458
92469
|
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());
|
|
92459
92470
|
} }
|
|
92471
|
+
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92472
|
+
i0.ɵɵelementStart(0, "div", 30)(1, "div", 31);
|
|
92473
|
+
i0.ɵɵelement(2, "symphiq-indeterminate-spinner", 32);
|
|
92474
|
+
i0.ɵɵelementStart(3, "div", 33)(4, "h3", 34);
|
|
92475
|
+
i0.ɵɵtext(5, " Loading Your Shop Profile Analysis ");
|
|
92476
|
+
i0.ɵɵelementEnd();
|
|
92477
|
+
i0.ɵɵelementStart(6, "p", 35);
|
|
92478
|
+
i0.ɵɵtext(7, " Please wait while we prepare your personalized insights... ");
|
|
92479
|
+
i0.ɵɵelementEnd()()()();
|
|
92480
|
+
} if (rf & 2) {
|
|
92481
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92482
|
+
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/80 border-slate-200" : "bg-slate-800/80 border-slate-700");
|
|
92483
|
+
i0.ɵɵadvance(2);
|
|
92484
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
|
|
92485
|
+
i0.ɵɵadvance(2);
|
|
92486
|
+
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
|
|
92487
|
+
i0.ɵɵadvance(2);
|
|
92488
|
+
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600" : "text-slate-400");
|
|
92489
|
+
} }
|
|
92460
92490
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
92461
|
-
i0.ɵɵelementStart(0, "div",
|
|
92491
|
+
i0.ɵɵelementStart(0, "div", 26);
|
|
92462
92492
|
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner", 27);
|
|
92463
92493
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner", 28);
|
|
92464
92494
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner", 29);
|
|
92465
92495
|
i0.ɵɵelementEnd();
|
|
92496
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_4_Template, 8, 4, "div", 30);
|
|
92466
92497
|
} if (rf & 2) {
|
|
92467
92498
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92468
92499
|
i0.ɵɵadvance();
|
|
@@ -92471,10 +92502,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx
|
|
|
92471
92502
|
i0.ɵɵconditional(ctx_r1.isFocusAreaAnalysis() ? 2 : -1);
|
|
92472
92503
|
i0.ɵɵadvance();
|
|
92473
92504
|
i0.ɵɵconditional(ctx_r1.isMetricAnalysis() ? 3 : -1);
|
|
92505
|
+
i0.ɵɵadvance();
|
|
92506
|
+
i0.ɵɵconditional(ctx_r1.isLoading() ? 4 : -1);
|
|
92474
92507
|
} }
|
|
92475
92508
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92476
92509
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
92477
|
-
i0.ɵɵelementStart(0, "div",
|
|
92510
|
+
i0.ɵɵelementStart(0, "div", 36)(1, "symphiq-shop-profile-status-card", 37, 0);
|
|
92478
92511
|
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)); })("answerSave", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_answerSave_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleProfileQuestionAnswerSave($event)); })("adminAnswerAction", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_adminAnswerAction_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.shopProfileAdminAnswerAction.emit($event)); });
|
|
92479
92512
|
i0.ɵɵelementEnd()();
|
|
92480
92513
|
} if (rf & 2) {
|
|
@@ -92483,8 +92516,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Te
|
|
|
92483
92516
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("questions", ctx_r1.profileShopQuestions() || i0.ɵɵpureFunction0(8, _c1))("profileAnswers", ctx_r1.profileAnswers() || i0.ɵɵpureFunction0(9, _c1))("profileAnswerHistories", ctx_r1.profileAnswerHistories() || i0.ɵɵpureFunction0(10, _c1))("users", ctx_r1.users() || i0.ɵɵpureFunction0(11, _c1))("currentUser", ctx_r1.currentUser());
|
|
92484
92517
|
} }
|
|
92485
92518
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92486
|
-
i0.ɵɵelementStart(0, "div",
|
|
92487
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
92519
|
+
i0.ɵɵelementStart(0, "div", 38);
|
|
92520
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 40);
|
|
92488
92521
|
i0.ɵɵelementEnd();
|
|
92489
92522
|
} if (rf & 2) {
|
|
92490
92523
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
@@ -92493,8 +92526,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92493
92526
|
i0.ɵɵproperty("itemStatus", ctx_r1.itemStatusProfileShop())("viewMode", ctx_r1.viewMode());
|
|
92494
92527
|
} }
|
|
92495
92528
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92496
|
-
i0.ɵɵelementStart(0, "div",
|
|
92497
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
92529
|
+
i0.ɵɵelementStart(0, "div", 38);
|
|
92530
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 41);
|
|
92498
92531
|
i0.ɵɵelementEnd();
|
|
92499
92532
|
} if (rf & 2) {
|
|
92500
92533
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
@@ -92504,7 +92537,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92504
92537
|
} }
|
|
92505
92538
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92506
92539
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
92507
|
-
i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid",
|
|
92540
|
+
i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 42);
|
|
92508
92541
|
i0.ɵɵlistener("viewMoreClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_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)); });
|
|
92509
92542
|
i0.ɵɵelementEnd();
|
|
92510
92543
|
} if (rf & 2) {
|
|
@@ -92512,14 +92545,14 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92512
92545
|
i0.ɵɵproperty("goals", ctx_r1.strategicRoadmapGoals())("viewMode", ctx_r1.viewMode());
|
|
92513
92546
|
} }
|
|
92514
92547
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92515
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div",
|
|
92548
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div", 38)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template, 2, 4, "div", 38)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 39);
|
|
92516
92549
|
} if (rf & 2) {
|
|
92517
92550
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
92518
92551
|
i0.ɵɵconditional(ctx_r1.isProfileShopGenerating() && !ctx_r1.isFocusAreaAnalysis() && !ctx_r1.isMetricAnalysis() ? 0 : ctx_r1.isProfileAnalysisGenerating() ? 1 : 2);
|
|
92519
92552
|
} }
|
|
92520
92553
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92521
|
-
i0.ɵɵelementStart(0, "div",
|
|
92522
|
-
i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card",
|
|
92554
|
+
i0.ɵɵelementStart(0, "div", 36);
|
|
92555
|
+
i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 46);
|
|
92523
92556
|
i0.ɵɵelementEnd();
|
|
92524
92557
|
} if (rf & 2) {
|
|
92525
92558
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
|
@@ -92528,8 +92561,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92528
92561
|
} }
|
|
92529
92562
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92530
92563
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
92531
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div",
|
|
92532
|
-
i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card",
|
|
92564
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div", 36);
|
|
92565
|
+
i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card", 45);
|
|
92533
92566
|
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)); });
|
|
92534
92567
|
i0.ɵɵelementEnd();
|
|
92535
92568
|
} if (rf & 2) {
|
|
@@ -92541,7 +92574,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92541
92574
|
} }
|
|
92542
92575
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92543
92576
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
92544
|
-
i0.ɵɵelementStart(0, "div",
|
|
92577
|
+
i0.ɵɵelementStart(0, "div", 43)(1, "symphiq-plan-selection-container", 47);
|
|
92545
92578
|
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)); });
|
|
92546
92579
|
i0.ɵɵelementEnd()();
|
|
92547
92580
|
} if (rf & 2) {
|
|
@@ -92552,7 +92585,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92552
92585
|
} }
|
|
92553
92586
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92554
92587
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
92555
|
-
i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card",
|
|
92588
|
+
i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 48);
|
|
92556
92589
|
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()); });
|
|
92557
92590
|
i0.ɵɵelementEnd();
|
|
92558
92591
|
} if (rf & 2) {
|
|
@@ -92561,13 +92594,13 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92561
92594
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selectedCurrency", ((tmp_5_0 = ctx_r1.account()) == null ? null : tmp_5_0.billingCurrencyCode) || ctx_r1.CurrencyCodeEnum.USD);
|
|
92562
92595
|
} }
|
|
92563
92596
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92564
|
-
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",
|
|
92597
|
+
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", 43)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 44);
|
|
92565
92598
|
} if (rf & 2) {
|
|
92566
92599
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
92567
92600
|
i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() || ctx_r1.isEditingCurrency() ? 0 : ctx_r1.showPlanSelection() ? 1 : 2);
|
|
92568
92601
|
} }
|
|
92569
92602
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92570
|
-
i0.ɵɵelementStart(0, "div",
|
|
92603
|
+
i0.ɵɵelementStart(0, "div", 36);
|
|
92571
92604
|
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template, 3, 1)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template, 3, 1);
|
|
92572
92605
|
i0.ɵɵelementEnd();
|
|
92573
92606
|
} if (rf & 2) {
|
|
@@ -92577,7 +92610,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Te
|
|
|
92577
92610
|
} }
|
|
92578
92611
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92579
92612
|
i0.ɵɵelementStart(0, "div");
|
|
92580
|
-
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group",
|
|
92613
|
+
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 49);
|
|
92581
92614
|
i0.ɵɵelementEnd();
|
|
92582
92615
|
} if (rf & 2) {
|
|
92583
92616
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -92585,8 +92618,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Te
|
|
|
92585
92618
|
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());
|
|
92586
92619
|
} }
|
|
92587
92620
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
92588
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 12, "div",
|
|
92589
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div",
|
|
92621
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 12, "div", 36);
|
|
92622
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div", 36);
|
|
92590
92623
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 2, 11, "div");
|
|
92591
92624
|
} if (rf & 2) {
|
|
92592
92625
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -92597,15 +92630,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx
|
|
|
92597
92630
|
i0.ɵɵconditional(ctx_r1.nonStrategicSections().length > 0 ? 2 : -1);
|
|
92598
92631
|
} }
|
|
92599
92632
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
92600
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
92633
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 60);
|
|
92601
92634
|
} if (rf & 2) {
|
|
92602
92635
|
const summary_r9 = i0.ɵɵnextContext();
|
|
92603
92636
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92604
92637
|
i0.ɵɵproperty("grade", summary_r9.overallGrade)("gradeRationale", summary_r9.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
92605
92638
|
} }
|
|
92606
92639
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92607
|
-
i0.ɵɵelementStart(0, "div",
|
|
92608
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
92640
|
+
i0.ɵɵelementStart(0, "div", 73);
|
|
92641
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 76);
|
|
92609
92642
|
i0.ɵɵelementEnd();
|
|
92610
92643
|
} if (rf & 2) {
|
|
92611
92644
|
const summary_r9 = i0.ɵɵnextContext(2);
|
|
@@ -92614,15 +92647,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92614
92647
|
i0.ɵɵproperty("visual", summary_r9.napkinVisual)("viewMode", ctx_r1.viewMode());
|
|
92615
92648
|
} }
|
|
92616
92649
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
92617
|
-
i0.ɵɵelementStart(0, "div",
|
|
92650
|
+
i0.ɵɵelementStart(0, "div", 61)(1, "h3", 71);
|
|
92618
92651
|
i0.ɵɵtext(2, " Analysis Narrative ");
|
|
92619
92652
|
i0.ɵɵelementEnd();
|
|
92620
|
-
i0.ɵɵelementStart(3, "div",
|
|
92621
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div",
|
|
92622
|
-
i0.ɵɵelementStart(5, "p",
|
|
92653
|
+
i0.ɵɵelementStart(3, "div", 72);
|
|
92654
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 73);
|
|
92655
|
+
i0.ɵɵelementStart(5, "p", 74);
|
|
92623
92656
|
i0.ɵɵtext(6);
|
|
92624
92657
|
i0.ɵɵelementEnd();
|
|
92625
|
-
i0.ɵɵelement(7, "div",
|
|
92658
|
+
i0.ɵɵelement(7, "div", 75);
|
|
92626
92659
|
i0.ɵɵelementEnd()();
|
|
92627
92660
|
} if (rf & 2) {
|
|
92628
92661
|
const summary_r9 = i0.ɵɵnextContext();
|
|
@@ -92638,10 +92671,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92638
92671
|
i0.ɵɵtextInterpolate1(" ", summary_r9.narrative, " ");
|
|
92639
92672
|
} }
|
|
92640
92673
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
92641
|
-
i0.ɵɵelementStart(0, "div",
|
|
92674
|
+
i0.ɵɵelementStart(0, "div", 86);
|
|
92642
92675
|
i0.ɵɵnamespaceSVG();
|
|
92643
|
-
i0.ɵɵelementStart(1, "svg",
|
|
92644
|
-
i0.ɵɵelement(2, "path",
|
|
92676
|
+
i0.ɵɵelementStart(1, "svg", 88);
|
|
92677
|
+
i0.ɵɵelement(2, "path", 89);
|
|
92645
92678
|
i0.ɵɵelementEnd();
|
|
92646
92679
|
i0.ɵɵnamespaceHTML();
|
|
92647
92680
|
i0.ɵɵelementStart(3, "span");
|
|
@@ -92655,10 +92688,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92655
92688
|
i0.ɵɵtextInterpolate(win_r10.estimatedTimeframe);
|
|
92656
92689
|
} }
|
|
92657
92690
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
92658
|
-
i0.ɵɵelementStart(0, "div",
|
|
92691
|
+
i0.ɵɵelementStart(0, "div", 87)(1, "h4", 90);
|
|
92659
92692
|
i0.ɵɵtext(2, " Related Goal ");
|
|
92660
92693
|
i0.ɵɵelementEnd();
|
|
92661
|
-
i0.ɵɵelement(3, "symphiq-related-goal-chips",
|
|
92694
|
+
i0.ɵɵelement(3, "symphiq-related-goal-chips", 91);
|
|
92662
92695
|
i0.ɵɵelementEnd();
|
|
92663
92696
|
} if (rf & 2) {
|
|
92664
92697
|
const win_r10 = i0.ɵɵnextContext().$implicit;
|
|
@@ -92669,20 +92702,20 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92669
92702
|
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c4, win_r10.relatedGoalId))("allGoals", ctx_r1.allGoals())("viewMode", ctx_r1.viewMode());
|
|
92670
92703
|
} }
|
|
92671
92704
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
92672
|
-
i0.ɵɵelementStart(0, "div",
|
|
92705
|
+
i0.ɵɵelementStart(0, "div", 79)(1, "div", 80)(2, "div", 81)(3, "span", 82);
|
|
92673
92706
|
i0.ɵɵtext(4);
|
|
92674
92707
|
i0.ɵɵelementEnd();
|
|
92675
|
-
i0.ɵɵelementStart(5, "p",
|
|
92708
|
+
i0.ɵɵelementStart(5, "p", 83);
|
|
92676
92709
|
i0.ɵɵtext(6);
|
|
92677
92710
|
i0.ɵɵelementEnd()();
|
|
92678
|
-
i0.ɵɵelementStart(7, "div",
|
|
92711
|
+
i0.ɵɵelementStart(7, "div", 84)(8, "span", 85);
|
|
92679
92712
|
i0.ɵɵtext(9);
|
|
92680
92713
|
i0.ɵɵelementEnd();
|
|
92681
|
-
i0.ɵɵelementStart(10, "span",
|
|
92714
|
+
i0.ɵɵelementStart(10, "span", 85);
|
|
92682
92715
|
i0.ɵɵtext(11);
|
|
92683
92716
|
i0.ɵɵelementEnd()();
|
|
92684
|
-
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div",
|
|
92685
|
-
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div",
|
|
92717
|
+
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 86);
|
|
92718
|
+
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 87);
|
|
92686
92719
|
i0.ɵɵelementEnd()();
|
|
92687
92720
|
} if (rf & 2) {
|
|
92688
92721
|
const win_r10 = ctx.$implicit;
|
|
@@ -92711,11 +92744,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92711
92744
|
i0.ɵɵconditional(win_r10.relatedGoalId ? 13 : -1);
|
|
92712
92745
|
} }
|
|
92713
92746
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
|
|
92714
|
-
i0.ɵɵelementStart(0, "div",
|
|
92747
|
+
i0.ɵɵelementStart(0, "div", 70)(1, "h3", 77);
|
|
92715
92748
|
i0.ɵɵtext(2, " Quick Wins ");
|
|
92716
92749
|
i0.ɵɵelementEnd();
|
|
92717
|
-
i0.ɵɵelementStart(3, "div",
|
|
92718
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div",
|
|
92750
|
+
i0.ɵɵelementStart(3, "div", 78);
|
|
92751
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 79, i0.ɵɵrepeaterTrackByIndex);
|
|
92719
92752
|
i0.ɵɵelementEnd()();
|
|
92720
92753
|
} if (rf & 2) {
|
|
92721
92754
|
const summary_r9 = i0.ɵɵnextContext();
|
|
@@ -92727,55 +92760,55 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92727
92760
|
} }
|
|
92728
92761
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92729
92762
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
92730
|
-
i0.ɵɵelementStart(0, "section",
|
|
92763
|
+
i0.ɵɵelementStart(0, "section", 50)(1, "div", 54)(2, "div", 55)(3, "div", 56)(4, "div", 57)(5, "h2", 58);
|
|
92731
92764
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
92732
92765
|
i0.ɵɵelementEnd();
|
|
92733
|
-
i0.ɵɵelementStart(7, "p",
|
|
92766
|
+
i0.ɵɵelementStart(7, "p", 59);
|
|
92734
92767
|
i0.ɵɵtext(8);
|
|
92735
92768
|
i0.ɵɵelementEnd()();
|
|
92736
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
92769
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 60);
|
|
92737
92770
|
i0.ɵɵelementEnd();
|
|
92738
|
-
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div",
|
|
92739
|
-
i0.ɵɵelementStart(11, "div",
|
|
92771
|
+
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 61);
|
|
92772
|
+
i0.ɵɵelementStart(11, "div", 62)(12, "button", 63);
|
|
92740
92773
|
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)); });
|
|
92741
|
-
i0.ɵɵelementStart(13, "div",
|
|
92774
|
+
i0.ɵɵelementStart(13, "div", 64);
|
|
92742
92775
|
i0.ɵɵtext(14, " Key Strengths ");
|
|
92743
92776
|
i0.ɵɵelementEnd();
|
|
92744
|
-
i0.ɵɵelementStart(15, "div",
|
|
92777
|
+
i0.ɵɵelementStart(15, "div", 65);
|
|
92745
92778
|
i0.ɵɵtext(16);
|
|
92746
92779
|
i0.ɵɵelementEnd();
|
|
92747
|
-
i0.ɵɵelementStart(17, "div",
|
|
92780
|
+
i0.ɵɵelementStart(17, "div", 66)(18, "span", 67);
|
|
92748
92781
|
i0.ɵɵtext(19, "View Details");
|
|
92749
92782
|
i0.ɵɵelementEnd();
|
|
92750
|
-
i0.ɵɵelement(20, "symphiq-icon",
|
|
92783
|
+
i0.ɵɵelement(20, "symphiq-icon", 68);
|
|
92751
92784
|
i0.ɵɵelementEnd()();
|
|
92752
|
-
i0.ɵɵelementStart(21, "button",
|
|
92785
|
+
i0.ɵɵelementStart(21, "button", 63);
|
|
92753
92786
|
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)); });
|
|
92754
|
-
i0.ɵɵelementStart(22, "div",
|
|
92787
|
+
i0.ɵɵelementStart(22, "div", 64);
|
|
92755
92788
|
i0.ɵɵtext(23, " Critical Gaps ");
|
|
92756
92789
|
i0.ɵɵelementEnd();
|
|
92757
|
-
i0.ɵɵelementStart(24, "div",
|
|
92790
|
+
i0.ɵɵelementStart(24, "div", 65);
|
|
92758
92791
|
i0.ɵɵtext(25);
|
|
92759
92792
|
i0.ɵɵelementEnd();
|
|
92760
|
-
i0.ɵɵelementStart(26, "div",
|
|
92793
|
+
i0.ɵɵelementStart(26, "div", 66)(27, "span", 67);
|
|
92761
92794
|
i0.ɵɵtext(28, "View Details");
|
|
92762
92795
|
i0.ɵɵelementEnd();
|
|
92763
|
-
i0.ɵɵelement(29, "symphiq-icon",
|
|
92796
|
+
i0.ɵɵelement(29, "symphiq-icon", 68);
|
|
92764
92797
|
i0.ɵɵelementEnd()();
|
|
92765
|
-
i0.ɵɵelementStart(30, "button",
|
|
92798
|
+
i0.ɵɵelementStart(30, "button", 63);
|
|
92766
92799
|
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()); });
|
|
92767
|
-
i0.ɵɵelementStart(31, "div",
|
|
92800
|
+
i0.ɵɵelementStart(31, "div", 64);
|
|
92768
92801
|
i0.ɵɵtext(32, " Quick Wins ");
|
|
92769
92802
|
i0.ɵɵelementEnd();
|
|
92770
|
-
i0.ɵɵelementStart(33, "div",
|
|
92803
|
+
i0.ɵɵelementStart(33, "div", 65);
|
|
92771
92804
|
i0.ɵɵtext(34);
|
|
92772
92805
|
i0.ɵɵelementEnd();
|
|
92773
|
-
i0.ɵɵelementStart(35, "div",
|
|
92806
|
+
i0.ɵɵelementStart(35, "div", 66)(36, "span", 67);
|
|
92774
92807
|
i0.ɵɵtext(37, "Details Below");
|
|
92775
92808
|
i0.ɵɵelementEnd();
|
|
92776
|
-
i0.ɵɵelement(38, "symphiq-icon",
|
|
92809
|
+
i0.ɵɵelement(38, "symphiq-icon", 69);
|
|
92777
92810
|
i0.ɵɵelementEnd()()()()();
|
|
92778
|
-
i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div",
|
|
92811
|
+
i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 70);
|
|
92779
92812
|
i0.ɵɵelementEnd();
|
|
92780
92813
|
} if (rf & 2) {
|
|
92781
92814
|
const summary_r9 = ctx;
|
|
@@ -92833,7 +92866,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
|
|
|
92833
92866
|
} }
|
|
92834
92867
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92835
92868
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
92836
|
-
i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary",
|
|
92869
|
+
i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 92);
|
|
92837
92870
|
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)); });
|
|
92838
92871
|
i0.ɵɵelementEnd();
|
|
92839
92872
|
} if (rf & 2) {
|
|
@@ -92842,7 +92875,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_T
|
|
|
92842
92875
|
} }
|
|
92843
92876
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92844
92877
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
92845
|
-
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary",
|
|
92878
|
+
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 93);
|
|
92846
92879
|
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)); });
|
|
92847
92880
|
i0.ɵɵelementEnd();
|
|
92848
92881
|
} if (rf & 2) {
|
|
@@ -92850,21 +92883,21 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_T
|
|
|
92850
92883
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("summary", ctx)("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals());
|
|
92851
92884
|
} }
|
|
92852
92885
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92853
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
92886
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 94);
|
|
92854
92887
|
} if (rf & 2) {
|
|
92855
92888
|
const sectionList_r14 = i0.ɵɵnextContext();
|
|
92856
92889
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92857
92890
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r14[0].icon);
|
|
92858
92891
|
} }
|
|
92859
92892
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
92860
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider",
|
|
92893
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 94);
|
|
92861
92894
|
} if (rf & 2) {
|
|
92862
92895
|
const sectionList_r14 = ctx;
|
|
92863
92896
|
i0.ɵɵconditional(sectionList_r14.length > 0 && sectionList_r14[0].icon ? 0 : -1);
|
|
92864
92897
|
} }
|
|
92865
92898
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92866
|
-
i0.ɵɵelementStart(0, "div",
|
|
92867
|
-
i0.ɵɵelement(1, "symphiq-icon",
|
|
92899
|
+
i0.ɵɵelementStart(0, "div", 97);
|
|
92900
|
+
i0.ɵɵelement(1, "symphiq-icon", 101);
|
|
92868
92901
|
i0.ɵɵelementEnd();
|
|
92869
92902
|
} if (rf & 2) {
|
|
92870
92903
|
const section_r15 = i0.ɵɵnextContext().$implicit;
|
|
@@ -92874,8 +92907,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92874
92907
|
i0.ɵɵproperty("icon", section_r15.icon);
|
|
92875
92908
|
} }
|
|
92876
92909
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92877
|
-
i0.ɵɵelementStart(0, "div",
|
|
92878
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
92910
|
+
i0.ɵɵelementStart(0, "div", 103);
|
|
92911
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 76);
|
|
92879
92912
|
i0.ɵɵelementEnd();
|
|
92880
92913
|
} if (rf & 2) {
|
|
92881
92914
|
const section_r15 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -92884,7 +92917,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92884
92917
|
i0.ɵɵproperty("visual", section_r15.visual)("viewMode", ctx_r1.viewMode());
|
|
92885
92918
|
} }
|
|
92886
92919
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92887
|
-
i0.ɵɵelementStart(0, "div",
|
|
92920
|
+
i0.ɵɵelementStart(0, "div", 105)(1, "p", 74);
|
|
92888
92921
|
i0.ɵɵtext(2);
|
|
92889
92922
|
i0.ɵɵelementEnd()();
|
|
92890
92923
|
} if (rf & 2) {
|
|
@@ -92897,42 +92930,42 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92897
92930
|
i0.ɵɵtextInterpolate1(" ", section_r15.description, " ");
|
|
92898
92931
|
} }
|
|
92899
92932
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
92900
|
-
i0.ɵɵelementStart(0, "div",
|
|
92901
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div",
|
|
92902
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div",
|
|
92933
|
+
i0.ɵɵelementStart(0, "div", 102);
|
|
92934
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 103);
|
|
92935
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 104);
|
|
92903
92936
|
i0.ɵɵelementEnd();
|
|
92904
92937
|
} if (rf & 2) {
|
|
92905
92938
|
const ctx_r15 = i0.ɵɵnextContext();
|
|
92906
92939
|
const section_r15 = ctx_r15.$implicit;
|
|
92907
|
-
const ɵ$
|
|
92908
|
-
i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$
|
|
92940
|
+
const ɵ$index_236_r17 = ctx_r15.$index;
|
|
92941
|
+
i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_236_r17 % 2 === 0);
|
|
92909
92942
|
i0.ɵɵadvance();
|
|
92910
92943
|
i0.ɵɵconditional(section_r15.visual && section_r15.visual.enabled ? 1 : -1);
|
|
92911
92944
|
i0.ɵɵadvance();
|
|
92912
92945
|
i0.ɵɵconditional(section_r15.description ? 2 : -1);
|
|
92913
92946
|
} }
|
|
92914
92947
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
92915
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
92948
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 94);
|
|
92916
92949
|
} if (rf & 2) {
|
|
92917
|
-
const ɵ$
|
|
92950
|
+
const ɵ$index_236_r17 = i0.ɵɵnextContext().$index;
|
|
92918
92951
|
const sectionList_r18 = i0.ɵɵnextContext();
|
|
92919
92952
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92920
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$
|
|
92953
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$index_236_r17 + 1].icon);
|
|
92921
92954
|
} }
|
|
92922
92955
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
92923
|
-
i0.ɵɵelementStart(0, "div",
|
|
92924
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div",
|
|
92925
|
-
i0.ɵɵelementStart(3, "div",
|
|
92956
|
+
i0.ɵɵelementStart(0, "div", 95)(1, "div", 96);
|
|
92957
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 97);
|
|
92958
|
+
i0.ɵɵelementStart(3, "div", 57)(4, "h3", 98);
|
|
92926
92959
|
i0.ɵɵtext(5);
|
|
92927
92960
|
i0.ɵɵelementEnd()()();
|
|
92928
|
-
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div",
|
|
92929
|
-
i0.ɵɵelement(7, "symphiq-profile-section-content",
|
|
92961
|
+
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 99);
|
|
92962
|
+
i0.ɵɵelement(7, "symphiq-profile-section-content", 100);
|
|
92930
92963
|
i0.ɵɵelementEnd();
|
|
92931
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider",
|
|
92964
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 94);
|
|
92932
92965
|
} if (rf & 2) {
|
|
92933
92966
|
const section_r15 = ctx.$implicit;
|
|
92934
|
-
const ɵ$
|
|
92935
|
-
const ɵ$
|
|
92967
|
+
const ɵ$index_236_r17 = ctx.$index;
|
|
92968
|
+
const ɵ$count_236_r19 = ctx.$count;
|
|
92936
92969
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
92937
92970
|
i0.ɵɵproperty("id", "section-" + section_r15.id)("ngClass", ctx_r1.getSectionCardClasses());
|
|
92938
92971
|
i0.ɵɵadvance(2);
|
|
@@ -92944,12 +92977,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92944
92977
|
i0.ɵɵadvance();
|
|
92945
92978
|
i0.ɵɵconditional(section_r15.description || section_r15.visual && section_r15.visual.enabled ? 6 : -1);
|
|
92946
92979
|
i0.ɵɵadvance();
|
|
92947
|
-
i0.ɵɵproperty("section", section_r15)("executiveSummary", section_r15.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$
|
|
92980
|
+
i0.ɵɵproperty("section", section_r15)("executiveSummary", section_r15.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_236_r17)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
|
|
92948
92981
|
i0.ɵɵadvance();
|
|
92949
|
-
i0.ɵɵconditional(!(ɵ$
|
|
92982
|
+
i0.ɵɵconditional(!(ɵ$index_236_r17 === ɵ$count_236_r19 - 1) ? 8 : -1);
|
|
92950
92983
|
} }
|
|
92951
92984
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92952
|
-
i0.ɵɵelementStart(0, "section",
|
|
92985
|
+
i0.ɵɵelementStart(0, "section", 53);
|
|
92953
92986
|
i0.ɵɵrepeaterCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template, 9, 16, null, null, _forTrack0);
|
|
92954
92987
|
i0.ɵɵelementEnd();
|
|
92955
92988
|
} if (rf & 2) {
|
|
@@ -92957,11 +92990,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_T
|
|
|
92957
92990
|
i0.ɵɵrepeater(ctx);
|
|
92958
92991
|
} }
|
|
92959
92992
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
92960
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section",
|
|
92961
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary",
|
|
92962
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary",
|
|
92993
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 50);
|
|
92994
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 51);
|
|
92995
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 52);
|
|
92963
92996
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template, 1, 1);
|
|
92964
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section",
|
|
92997
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 53);
|
|
92965
92998
|
} if (rf & 2) {
|
|
92966
92999
|
let tmp_1_0;
|
|
92967
93000
|
let tmp_2_0;
|
|
@@ -92980,65 +93013,65 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ct
|
|
|
92980
93013
|
i0.ɵɵconditional((tmp_5_0 = ctx_r1.sections()) ? 4 : -1, tmp_5_0);
|
|
92981
93014
|
} }
|
|
92982
93015
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
92983
|
-
i0.ɵɵelement(0, "symphiq-floating-toc",
|
|
93016
|
+
i0.ɵɵelement(0, "symphiq-floating-toc", 8);
|
|
92984
93017
|
} if (rf & 2) {
|
|
92985
93018
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92986
93019
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
92987
93020
|
} }
|
|
92988
93021
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
92989
|
-
i0.ɵɵelement(0, "symphiq-section-navigation",
|
|
93022
|
+
i0.ɵɵelement(0, "symphiq-section-navigation", 8);
|
|
92990
93023
|
} if (rf & 2) {
|
|
92991
93024
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92992
93025
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
92993
93026
|
} }
|
|
92994
93027
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
92995
|
-
i0.ɵɵelement(0, "symphiq-goal-card",
|
|
93028
|
+
i0.ɵɵelement(0, "symphiq-goal-card", 12);
|
|
92996
93029
|
} if (rf & 2) {
|
|
92997
93030
|
const data_r20 = ctx;
|
|
92998
93031
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92999
93032
|
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());
|
|
93000
93033
|
} }
|
|
93001
93034
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
93002
|
-
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content",
|
|
93035
|
+
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 13);
|
|
93003
93036
|
} if (rf & 2) {
|
|
93004
93037
|
const data_r21 = ctx;
|
|
93005
93038
|
i0.ɵɵproperty("goal", data_r21.goal)("viewMode", data_r21.viewMode);
|
|
93006
93039
|
} }
|
|
93007
93040
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
93008
|
-
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content",
|
|
93041
|
+
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 14);
|
|
93009
93042
|
} if (rf & 2) {
|
|
93010
93043
|
const data_r22 = ctx;
|
|
93011
93044
|
i0.ɵɵproperty("objective", data_r22.objective)("goalTitle", data_r22.goalTitle)("viewMode", data_r22.viewMode);
|
|
93012
93045
|
} }
|
|
93013
93046
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
93014
|
-
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content",
|
|
93047
|
+
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 15);
|
|
93015
93048
|
} if (rf & 2) {
|
|
93016
93049
|
const data_r23 = ctx;
|
|
93017
93050
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93018
93051
|
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());
|
|
93019
93052
|
} }
|
|
93020
93053
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
93021
|
-
i0.ɵɵelement(0, "symphiq-category-detail-modal-content",
|
|
93054
|
+
i0.ɵɵelement(0, "symphiq-category-detail-modal-content", 16);
|
|
93022
93055
|
} if (rf & 2) {
|
|
93023
93056
|
const data_r24 = ctx;
|
|
93024
93057
|
i0.ɵɵproperty("category", data_r24.category)("viewMode", data_r24.viewMode)("scrollToSection", data_r24.scrollToSection);
|
|
93025
93058
|
} }
|
|
93026
93059
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
93027
|
-
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content",
|
|
93060
|
+
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content", 17);
|
|
93028
93061
|
} if (rf & 2) {
|
|
93029
93062
|
const data_r25 = ctx;
|
|
93030
93063
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93031
93064
|
i0.ɵɵproperty("strength", data_r25.strength)("viewMode", data_r25.viewMode)("allFunnelStrengths", ctx_r1.funnelStrengths())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93032
93065
|
} }
|
|
93033
93066
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
93034
|
-
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content",
|
|
93067
|
+
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content", 18);
|
|
93035
93068
|
} if (rf & 2) {
|
|
93036
93069
|
const data_r26 = ctx;
|
|
93037
93070
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93038
93071
|
i0.ɵɵproperty("gap", data_r26.gap)("viewMode", data_r26.viewMode)("allGoals", ctx_r1.allGoals())("allWeaknesses", ctx_r1.funnelWeaknesses())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93039
93072
|
} }
|
|
93040
93073
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
93041
|
-
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content",
|
|
93074
|
+
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content", 19);
|
|
93042
93075
|
} if (rf & 2) {
|
|
93043
93076
|
const data_r27 = ctx;
|
|
93044
93077
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -93046,7 +93079,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ct
|
|
|
93046
93079
|
} }
|
|
93047
93080
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
93048
93081
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
93049
|
-
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button",
|
|
93082
|
+
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 106);
|
|
93050
93083
|
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()); });
|
|
93051
93084
|
i0.ɵɵelementEnd();
|
|
93052
93085
|
} if (rf & 2) {
|
|
@@ -93055,7 +93088,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ct
|
|
|
93055
93088
|
} }
|
|
93056
93089
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
93057
93090
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
93058
|
-
i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer",
|
|
93091
|
+
i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer", 107);
|
|
93059
93092
|
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()); });
|
|
93060
93093
|
i0.ɵɵelementEnd();
|
|
93061
93094
|
} if (rf & 2) {
|
|
@@ -93064,18 +93097,18 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ct
|
|
|
93064
93097
|
} }
|
|
93065
93098
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
93066
93099
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
93067
|
-
i0.ɵɵelementStart(0, "div",
|
|
93100
|
+
i0.ɵɵelementStart(0, "div", 24)(1, "div", 108)(2, "div", 109)(3, "button", 110);
|
|
93068
93101
|
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()); });
|
|
93069
93102
|
i0.ɵɵtext(4, " Cancel ");
|
|
93070
93103
|
i0.ɵɵelementEnd();
|
|
93071
|
-
i0.ɵɵelementStart(5, "button",
|
|
93104
|
+
i0.ɵɵelementStart(5, "button", 111);
|
|
93072
93105
|
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()); });
|
|
93073
93106
|
i0.ɵɵelementStart(6, "span");
|
|
93074
93107
|
i0.ɵɵtext(7, "Continue to Plans");
|
|
93075
93108
|
i0.ɵɵelementEnd();
|
|
93076
93109
|
i0.ɵɵnamespaceSVG();
|
|
93077
|
-
i0.ɵɵelementStart(8, "svg",
|
|
93078
|
-
i0.ɵɵelement(9, "path",
|
|
93110
|
+
i0.ɵɵelementStart(8, "svg", 112);
|
|
93111
|
+
i0.ɵɵelement(9, "path", 113);
|
|
93079
93112
|
i0.ɵɵelementEnd()()()()();
|
|
93080
93113
|
} if (rf & 2) {
|
|
93081
93114
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -94041,7 +94074,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94041
94074
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopProfileStatusCard = _t.first);
|
|
94042
94075
|
} }, hostBindings: function SymphiqProfileAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
94043
94076
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onWindowScroll($event); }, i0.ɵɵresolveWindow);
|
|
94044
|
-
} }, 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"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], 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"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 52, 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", "showControls"], [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"], [
|
|
94077
|
+
} }, 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"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], 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"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 52, 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", "showControls"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [3, "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"], [1, "mb-12"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "space-y-4"], ["size", "large", 3, "viewMode"], [1, "text-center"], [1, "text-lg", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "mb-8"], [3, "startCategoryQuestions", "answerSave", "adminAnswerAction", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "currentUser"], [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"], ["subtitle", "We're analyzing your data to create your personalized analysis. It will appear when ready.", 3, "itemStatus", "viewMode", "title"], [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) {
|
|
94045
94078
|
i0.ɵɵelementStart(0, "div", 1);
|
|
94046
94079
|
i0.ɵɵelement(1, "div", 2);
|
|
94047
94080
|
i0.ɵɵelementStart(2, "div");
|
|
@@ -94052,32 +94085,32 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94052
94085
|
i0.ɵɵelementEnd();
|
|
94053
94086
|
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template, 1, 5, "symphiq-journey-progress-indicator", 6);
|
|
94054
94087
|
i0.ɵɵelementStart(7, "main", 7);
|
|
94055
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template,
|
|
94088
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template, 5, 4);
|
|
94056
94089
|
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template, 3, 3);
|
|
94057
94090
|
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template, 5, 5);
|
|
94058
94091
|
i0.ɵɵelementEnd();
|
|
94059
|
-
i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc",
|
|
94060
|
-
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation",
|
|
94061
|
-
i0.ɵɵelementStart(13, "symphiq-search-modal",
|
|
94092
|
+
i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc", 8);
|
|
94093
|
+
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation", 8);
|
|
94094
|
+
i0.ɵɵelementStart(13, "symphiq-search-modal", 9);
|
|
94062
94095
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_search_modal_close_13_listener() { return ctx.closeSearch(); });
|
|
94063
94096
|
i0.ɵɵelementEnd();
|
|
94064
|
-
i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal",
|
|
94097
|
+
i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal", 10);
|
|
94065
94098
|
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); });
|
|
94066
94099
|
i0.ɵɵelementEnd();
|
|
94067
|
-
i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal",
|
|
94068
|
-
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card",
|
|
94069
|
-
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content",
|
|
94070
|
-
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content",
|
|
94071
|
-
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content",
|
|
94072
|
-
i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content",
|
|
94073
|
-
i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content",
|
|
94074
|
-
i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content",
|
|
94075
|
-
i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content",
|
|
94100
|
+
i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal", 11);
|
|
94101
|
+
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card", 12);
|
|
94102
|
+
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content", 13);
|
|
94103
|
+
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content", 14);
|
|
94104
|
+
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 15);
|
|
94105
|
+
i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content", 16);
|
|
94106
|
+
i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content", 17);
|
|
94107
|
+
i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content", 18);
|
|
94108
|
+
i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content", 19);
|
|
94076
94109
|
i0.ɵɵelementEnd();
|
|
94077
|
-
i0.ɵɵelement(24, "symphiq-funnel-analysis-modal",
|
|
94078
|
-
i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button",
|
|
94079
|
-
i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer",
|
|
94080
|
-
i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div",
|
|
94110
|
+
i0.ɵɵelement(24, "symphiq-funnel-analysis-modal", 20)(25, "symphiq-business-analysis-modal", 21)(26, "symphiq-tooltip-container");
|
|
94111
|
+
i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button", 22);
|
|
94112
|
+
i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer", 23);
|
|
94113
|
+
i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div", 24);
|
|
94081
94114
|
i0.ɵɵelementEnd()();
|
|
94082
94115
|
} if (rf & 2) {
|
|
94083
94116
|
let tmp_5_0;
|
|
@@ -94146,14 +94179,14 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94146
94179
|
i0.ɵɵconditional(ctx.shouldShowShopProfileStickyFooter() ? 28 : -1);
|
|
94147
94180
|
i0.ɵɵadvance();
|
|
94148
94181
|
i0.ɵɵconditional(ctx.isEditingCurrency() ? 29 : -1);
|
|
94149
|
-
} }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
94182
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, IndeterminateSpinnerComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
94150
94183
|
}
|
|
94151
94184
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileAnalysisDashboardComponent, [{
|
|
94152
94185
|
type: Component,
|
|
94153
94186
|
args: [{
|
|
94154
94187
|
selector: 'symphiq-profile-analysis-dashboard',
|
|
94155
94188
|
standalone: true,
|
|
94156
|
-
imports: [CommonModule, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent],
|
|
94189
|
+
imports: [CommonModule, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, IndeterminateSpinnerComponent],
|
|
94157
94190
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
94158
94191
|
template: `
|
|
94159
94192
|
<div [ngClass]="getContainerClasses()" class="min-h-screen relative">
|
|
@@ -94229,6 +94262,24 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94229
94262
|
/>
|
|
94230
94263
|
}
|
|
94231
94264
|
</div>
|
|
94265
|
+
|
|
94266
|
+
<!-- Loading Card -->
|
|
94267
|
+
@if (isLoading()) {
|
|
94268
|
+
<div [ngClass]="isLightMode() ? 'bg-white/80 border-slate-200' : 'bg-slate-800/80 border-slate-700'"
|
|
94269
|
+
class="rounded-2xl border shadow-lg p-8 backdrop-blur-sm">
|
|
94270
|
+
<div class="flex flex-col items-center justify-center space-y-4">
|
|
94271
|
+
<symphiq-indeterminate-spinner [viewMode]="viewMode()" size="large" />
|
|
94272
|
+
<div class="text-center">
|
|
94273
|
+
<h3 [ngClass]="isLightMode() ? 'text-slate-900' : 'text-white'" class="text-lg font-semibold mb-1">
|
|
94274
|
+
Loading Your Shop Profile Analysis
|
|
94275
|
+
</h3>
|
|
94276
|
+
<p [ngClass]="isLightMode() ? 'text-slate-600' : 'text-slate-400'" class="text-sm">
|
|
94277
|
+
Please wait while we prepare your personalized insights...
|
|
94278
|
+
</p>
|
|
94279
|
+
</div>
|
|
94280
|
+
</div>
|
|
94281
|
+
</div>
|
|
94282
|
+
}
|
|
94232
94283
|
}
|
|
94233
94284
|
|
|
94234
94285
|
<!-- Simplified View Content -->
|
|
@@ -94831,7 +94882,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94831
94882
|
type: HostListener,
|
|
94832
94883
|
args: ['window:scroll', ['$event']]
|
|
94833
94884
|
}] }); })();
|
|
94834
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber:
|
|
94885
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 810 }); })();
|
|
94835
94886
|
|
|
94836
94887
|
class ScrollProgressBarComponent {
|
|
94837
94888
|
constructor() {
|