@eric-emg/symphiq-components 1.2.345 → 1.2.346
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 +611 -609
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +52 -51
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -88512,7 +88512,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Co
|
|
|
88512
88512
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
88513
88513
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
88514
88514
|
i0.ɵɵelementStart(0, "div", 31)(1, "symphiq-plan-selection-container", 35);
|
|
88515
|
-
i0.ɵɵlistener("periodUnitChanged", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_periodUnitChanged_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handlePeriodUnitChange($event)); })("planSelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_planSelected_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handlePlanSelection($event)); })("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_editCurrency_1_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); });
|
|
88515
|
+
i0.ɵɵlistener("periodUnitChanged", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_periodUnitChanged_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handlePeriodUnitChange($event)); })("planSelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_planSelected_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handlePlanSelection($event)); })("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_editCurrency_1_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); })("checkout", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_checkout_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.checkoutPlanClick.emit($event)); });
|
|
88516
88516
|
i0.ɵɵelementEnd()();
|
|
88517
88517
|
} if (rf & 2) {
|
|
88518
88518
|
let tmp_4_0;
|
|
@@ -89064,6 +89064,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
89064
89064
|
this.editCurrencyClick = output();
|
|
89065
89065
|
this.periodUnitChanged = output();
|
|
89066
89066
|
this.planSelected = output();
|
|
89067
|
+
this.checkoutPlanClick = output();
|
|
89067
89068
|
this.isCurrencySelectionLoading = signal(false, ...(ngDevMode ? [{ debugName: "isCurrencySelectionLoading" }] : []));
|
|
89068
89069
|
this.selectedCurrency = signal(null, ...(ngDevMode ? [{ debugName: "selectedCurrency" }] : []));
|
|
89069
89070
|
this.isPlanLoading = signal(false, ...(ngDevMode ? [{ debugName: "isPlanLoading" }] : []));
|
|
@@ -89899,7 +89900,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
89899
89900
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
89900
89901
|
} }, hostBindings: function SymphiqProfileAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
89901
89902
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onWindowScroll($event); }, i0.ɵɵresolveWindow);
|
|
89902
|
-
} }, 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"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected" }, features: [i0.ɵɵNgOnChangesFeature], decls: 29, vars: 50, consts: [[1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [1, "mb-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "mb-8"], [3, "goals", "viewMode"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "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"], [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) {
|
|
89903
|
+
} }, 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"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick" }, features: [i0.ɵɵNgOnChangesFeature], decls: 29, vars: 50, consts: [[1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [1, "mb-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "mb-8"], [3, "goals", "viewMode"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "focusAreaExecutiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "summary", "allGoals"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], ["type", "button", 1, "p-4", "rounded-xl", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "group", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-3xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "text-xs", "font-medium"], [3, "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-x-1", 3, "icon", "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-y-1", "animate-bounce", 3, "icon", "ngClass"], ["id", "quick-wins-section", 1, "space-y-4", "scroll-mt-24"], [1, "text-lg", "font-semibold", "mb-3", 3, "ngClass"], [1, "relative"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[66%]"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [3, "visual", "viewMode"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-6"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "font-semibold", "leading-tight", "flex-1", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", 3, "ngClass"], [1, "space-y-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "sectionIcon"], [1, "rounded-xl", "p-8", "scroll-mt-24", 3, "id", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-6"], [1, "flex-shrink-0", "w-12", "h-12", "rounded-xl", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start", 3, "lg:flex-row-reverse"], [3, "section", "executiveSummary", "viewMode", "sectionIndex", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["size", "w-6 h-6", 3, "icon"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start"], [1, "w-full", "lg:w-2/3"], [1, "w-full", 3, "lg:w-1/3", "lg:w-full"], [1, "w-full"], [3, "continueClick", "viewMode", "isEnabled", "isLoading"], [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) {
|
|
89903
89904
|
i0.ɵɵelementStart(0, "div", 0);
|
|
89904
89905
|
i0.ɵɵelement(1, "div", 1);
|
|
89905
89906
|
i0.ɵɵelementStart(2, "div");
|
|
@@ -90010,621 +90011,622 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
90010
90011
|
standalone: true,
|
|
90011
90012
|
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],
|
|
90012
90013
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
90013
|
-
template: `
|
|
90014
|
-
<div [ngClass]="getContainerClasses()" class="min-h-screen relative">
|
|
90015
|
-
<div class="animated-bubbles" [class.light-mode]="isLightMode()" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
90016
|
-
|
|
90017
|
-
<!-- Scroll Progress Bar -->
|
|
90018
|
-
<div
|
|
90019
|
-
[class]="embedded() ? 'sticky top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30' : 'fixed top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30'">
|
|
90020
|
-
<div
|
|
90021
|
-
[style.width.%]="scrollProgress()"
|
|
90022
|
-
[ngClass]="isLightMode() ? 'bg-gradient-to-r from-blue-500 to-purple-500' : 'bg-gradient-to-r from-blue-400 to-purple-400'"
|
|
90023
|
-
class="h-full transition-all duration-200 ease-out">
|
|
90024
|
-
</div>
|
|
90025
|
-
</div>
|
|
90026
|
-
|
|
90027
|
-
<div class="relative z-[51]">
|
|
90028
|
-
<!-- Dashboard Header -->
|
|
90029
|
-
<symphiq-dashboard-header
|
|
90030
|
-
[title]="profileAnalysis()?.profileAnalysisStructured?.businessName || 'Profile Analysis'"
|
|
90031
|
-
[subtitle]="getAnalysisSubtitle()"
|
|
90032
|
-
[currentSection]="getAnalysisSubtitle()"
|
|
90033
|
-
[viewMode]="viewMode()"
|
|
90034
|
-
[viewModeLabel]="displayModeLabel()"
|
|
90035
|
-
[isLoading]="isLoading()"
|
|
90036
|
-
[requestedByUser]="requestedByUser()"
|
|
90037
|
-
[createdDate]="profileAnalysis()?.selfContentCompletedDate"
|
|
90038
|
-
(searchClick)="openSearch()"
|
|
90039
|
-
(viewModeClick)="openViewModeSwitcher()"
|
|
90040
|
-
/>
|
|
90041
|
-
|
|
90042
|
-
<!-- Journey Progress Banner -->
|
|
90043
|
-
@if (isSimplifiedView() && !isOnboarded()) {
|
|
90044
|
-
<symphiq-journey-progress-indicator
|
|
90045
|
-
[viewMode]="viewMode()"
|
|
90046
|
-
[currentStepId]="currentStepId()"
|
|
90047
|
-
[showNextStepAction]="shouldShowContinueButton()"
|
|
90048
|
-
[forDemo]="forDemo()"
|
|
90049
|
-
[maxAccessibleStepId]="maxAccessibleStepId()"
|
|
90050
|
-
(nextStepClick)="nextStepClick.emit()"
|
|
90051
|
-
(stepClick)="stepClick.emit($event)"
|
|
90052
|
-
/>
|
|
90053
|
-
}
|
|
90054
|
-
|
|
90055
|
-
<!-- Main Content -->
|
|
90056
|
-
<main class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-12" [class.pb-32]="shouldShowStickyButton()">
|
|
90057
|
-
|
|
90058
|
-
<!-- Welcome Banner (Simplified View Only) -->
|
|
90059
|
-
@if (isSimplifiedView()) {
|
|
90060
|
-
<div class="mb-12">
|
|
90061
|
-
@if (!isFocusAreaAnalysis() && !isMetricAnalysis()) {
|
|
90062
|
-
<symphiq-shop-welcome-banner
|
|
90063
|
-
[viewMode]="viewMode()"
|
|
90064
|
-
[businessName]="profileAnalysis()?.profileAnalysisStructured?.businessName || 'your shop'"
|
|
90065
|
-
[isOnboarded]="isOnboarded()"
|
|
90066
|
-
/>
|
|
90067
|
-
}
|
|
90068
|
-
@if (isFocusAreaAnalysis()) {
|
|
90069
|
-
<symphiq-focus-area-welcome-banner
|
|
90070
|
-
[viewMode]="viewMode()"
|
|
90071
|
-
[focusAreaDomain]="focusAreaDomain()"
|
|
90072
|
-
[focusAreaName]="focusAreaName()"
|
|
90073
|
-
[focusAreaDetails]="focusAreaDetails()"
|
|
90074
|
-
/>
|
|
90075
|
-
}
|
|
90076
|
-
@if (isMetricAnalysis()) {
|
|
90077
|
-
<symphiq-metric-welcome-banner
|
|
90078
|
-
[viewMode]="viewMode()"
|
|
90079
|
-
[metricName]="profileAnalysis()?.profileAnalysisStructured?.metricExecutiveSummary?.metric"
|
|
90080
|
-
[isOnboarded]="isOnboarded()"
|
|
90081
|
-
/>
|
|
90082
|
-
}
|
|
90083
|
-
</div>
|
|
90084
|
-
}
|
|
90085
|
-
|
|
90086
|
-
<!-- Simplified View Content -->
|
|
90087
|
-
@if (isSimplifiedView()) {
|
|
90088
|
-
<!-- Strategic Insights & Goals (or Subscription Flow) -->
|
|
90089
|
-
<div class="mb-8">
|
|
90090
|
-
@if (isSubscriptionActive() || isFocusAreaAnalysis() || isMetricAnalysis()) {
|
|
90091
|
-
<symphiq-strategic-goals-tiled-grid
|
|
90092
|
-
[goals]="strategicRoadmapGoals()"
|
|
90093
|
-
[viewMode]="viewMode()"
|
|
90094
|
-
(viewMoreClick)="openGoalModal($event)"
|
|
90095
|
-
/>
|
|
90096
|
-
} @else {
|
|
90097
|
-
<!-- Subscription Value Proposition -->
|
|
90098
|
-
@if (!hasBillingCurrency() || isEditingCurrency()) {
|
|
90099
|
-
@if (!hasBillingCurrency()) {
|
|
90100
|
-
<div class="mb-8">
|
|
90101
|
-
<symphiq-subscription-value-proposition-card
|
|
90102
|
-
[viewMode]="viewMode()"
|
|
90103
|
-
/>
|
|
90104
|
-
</div>
|
|
90105
|
-
}
|
|
90106
|
-
|
|
90107
|
-
<!-- Currency Selection -->
|
|
90108
|
-
<symphiq-billing-currency-selector-card
|
|
90109
|
-
[viewMode]="viewMode()"
|
|
90110
|
-
[isLoading]="isCurrencySelectionLoading()"
|
|
90111
|
-
[initialCurrency]="isEditingCurrency() ? (account()?.billingCurrencyCode || null) : null"
|
|
90112
|
-
(currencySelected)="handleCurrencyChange($event)"
|
|
90113
|
-
/>
|
|
90114
|
-
} @else if (showPlanSelection()) {
|
|
90115
|
-
<!-- Plan Selection -->
|
|
90116
|
-
|
|
90117
|
-
<div class="mb-32">
|
|
90118
|
-
<symphiq-plan-selection-container
|
|
90119
|
-
[viewMode]="viewMode()"
|
|
90120
|
-
[selectedCurrency]="account()?.billingCurrencyCode || CurrencyCodeEnum.USD"
|
|
90121
|
-
[planCardInfos]="planCardInfos()"
|
|
90122
|
-
[isLoading]="isPlanLoading()"
|
|
90123
|
-
[selectedPeriodUnit]="selectedPeriodUnit()"
|
|
90124
|
-
(periodUnitChanged)="handlePeriodUnitChange($event)"
|
|
90125
|
-
(planSelected)="handlePlanSelection($event)"
|
|
90126
|
-
(editCurrency)="handleEditCurrencyClick()"
|
|
90127
|
-
|
|
90128
|
-
|
|
90129
|
-
|
|
90130
|
-
|
|
90131
|
-
|
|
90132
|
-
[
|
|
90133
|
-
|
|
90134
|
-
|
|
90135
|
-
|
|
90136
|
-
|
|
90137
|
-
|
|
90138
|
-
|
|
90139
|
-
|
|
90140
|
-
|
|
90141
|
-
|
|
90142
|
-
|
|
90143
|
-
|
|
90144
|
-
[
|
|
90145
|
-
[
|
|
90146
|
-
[
|
|
90147
|
-
[
|
|
90148
|
-
[
|
|
90149
|
-
[
|
|
90150
|
-
[
|
|
90151
|
-
[
|
|
90152
|
-
[
|
|
90153
|
-
[
|
|
90154
|
-
|
|
90155
|
-
|
|
90156
|
-
|
|
90157
|
-
|
|
90158
|
-
|
|
90159
|
-
|
|
90160
|
-
|
|
90161
|
-
|
|
90162
|
-
|
|
90163
|
-
|
|
90164
|
-
|
|
90165
|
-
|
|
90166
|
-
|
|
90167
|
-
|
|
90168
|
-
|
|
90169
|
-
|
|
90170
|
-
|
|
90171
|
-
|
|
90172
|
-
|
|
90173
|
-
|
|
90174
|
-
|
|
90175
|
-
|
|
90176
|
-
|
|
90177
|
-
|
|
90178
|
-
|
|
90179
|
-
[
|
|
90180
|
-
[
|
|
90181
|
-
|
|
90182
|
-
|
|
90183
|
-
|
|
90184
|
-
|
|
90185
|
-
|
|
90186
|
-
|
|
90187
|
-
|
|
90188
|
-
|
|
90189
|
-
|
|
90190
|
-
|
|
90191
|
-
|
|
90192
|
-
|
|
90193
|
-
|
|
90194
|
-
|
|
90195
|
-
[
|
|
90196
|
-
|
|
90197
|
-
|
|
90198
|
-
|
|
90199
|
-
|
|
90200
|
-
|
|
90201
|
-
|
|
90202
|
-
|
|
90203
|
-
|
|
90204
|
-
|
|
90205
|
-
|
|
90206
|
-
|
|
90207
|
-
|
|
90208
|
-
|
|
90209
|
-
|
|
90210
|
-
|
|
90211
|
-
|
|
90212
|
-
|
|
90213
|
-
|
|
90214
|
-
|
|
90215
|
-
|
|
90216
|
-
|
|
90217
|
-
|
|
90218
|
-
|
|
90219
|
-
|
|
90220
|
-
|
|
90221
|
-
|
|
90222
|
-
<
|
|
90223
|
-
|
|
90224
|
-
|
|
90225
|
-
|
|
90226
|
-
|
|
90227
|
-
|
|
90228
|
-
|
|
90229
|
-
|
|
90230
|
-
|
|
90231
|
-
|
|
90232
|
-
|
|
90233
|
-
|
|
90234
|
-
|
|
90235
|
-
|
|
90236
|
-
|
|
90237
|
-
|
|
90238
|
-
|
|
90239
|
-
|
|
90240
|
-
|
|
90241
|
-
|
|
90242
|
-
|
|
90243
|
-
<
|
|
90244
|
-
|
|
90245
|
-
|
|
90246
|
-
|
|
90247
|
-
|
|
90248
|
-
|
|
90249
|
-
|
|
90250
|
-
|
|
90251
|
-
|
|
90252
|
-
|
|
90253
|
-
|
|
90254
|
-
|
|
90255
|
-
|
|
90256
|
-
|
|
90257
|
-
|
|
90258
|
-
|
|
90259
|
-
|
|
90260
|
-
|
|
90261
|
-
|
|
90262
|
-
|
|
90263
|
-
|
|
90264
|
-
<
|
|
90265
|
-
|
|
90266
|
-
|
|
90267
|
-
|
|
90268
|
-
|
|
90269
|
-
|
|
90270
|
-
|
|
90271
|
-
|
|
90272
|
-
|
|
90273
|
-
|
|
90274
|
-
|
|
90275
|
-
|
|
90276
|
-
|
|
90277
|
-
|
|
90278
|
-
|
|
90279
|
-
|
|
90280
|
-
|
|
90281
|
-
|
|
90282
|
-
|
|
90283
|
-
|
|
90284
|
-
|
|
90285
|
-
|
|
90286
|
-
|
|
90287
|
-
|
|
90288
|
-
|
|
90289
|
-
|
|
90290
|
-
|
|
90291
|
-
|
|
90292
|
-
|
|
90293
|
-
|
|
90294
|
-
|
|
90295
|
-
|
|
90296
|
-
|
|
90297
|
-
|
|
90298
|
-
|
|
90299
|
-
|
|
90300
|
-
|
|
90301
|
-
|
|
90302
|
-
|
|
90303
|
-
|
|
90304
|
-
|
|
90305
|
-
|
|
90306
|
-
|
|
90307
|
-
|
|
90308
|
-
|
|
90309
|
-
|
|
90310
|
-
|
|
90311
|
-
|
|
90312
|
-
|
|
90313
|
-
|
|
90314
|
-
|
|
90315
|
-
|
|
90316
|
-
|
|
90317
|
-
|
|
90318
|
-
|
|
90319
|
-
|
|
90320
|
-
|
|
90321
|
-
|
|
90322
|
-
|
|
90323
|
-
|
|
90324
|
-
|
|
90325
|
-
|
|
90326
|
-
[
|
|
90327
|
-
[
|
|
90328
|
-
|
|
90329
|
-
|
|
90330
|
-
|
|
90331
|
-
|
|
90332
|
-
|
|
90333
|
-
|
|
90334
|
-
|
|
90335
|
-
|
|
90336
|
-
|
|
90337
|
-
|
|
90338
|
-
|
|
90339
|
-
|
|
90340
|
-
|
|
90341
|
-
|
|
90342
|
-
|
|
90343
|
-
|
|
90344
|
-
[
|
|
90345
|
-
[
|
|
90346
|
-
|
|
90347
|
-
(
|
|
90348
|
-
|
|
90349
|
-
|
|
90350
|
-
|
|
90351
|
-
|
|
90352
|
-
|
|
90353
|
-
|
|
90354
|
-
|
|
90355
|
-
[
|
|
90356
|
-
[
|
|
90357
|
-
[
|
|
90358
|
-
|
|
90359
|
-
(
|
|
90360
|
-
|
|
90361
|
-
|
|
90362
|
-
|
|
90363
|
-
|
|
90364
|
-
|
|
90365
|
-
|
|
90366
|
-
|
|
90367
|
-
|
|
90368
|
-
[
|
|
90369
|
-
|
|
90370
|
-
|
|
90371
|
-
|
|
90372
|
-
|
|
90373
|
-
|
|
90374
|
-
|
|
90375
|
-
|
|
90376
|
-
|
|
90377
|
-
|
|
90378
|
-
|
|
90379
|
-
|
|
90380
|
-
|
|
90381
|
-
|
|
90382
|
-
|
|
90383
|
-
|
|
90384
|
-
|
|
90385
|
-
|
|
90386
|
-
|
|
90387
|
-
|
|
90388
|
-
|
|
90389
|
-
|
|
90390
|
-
|
|
90391
|
-
|
|
90392
|
-
|
|
90393
|
-
|
|
90394
|
-
|
|
90395
|
-
|
|
90396
|
-
|
|
90397
|
-
|
|
90398
|
-
|
|
90399
|
-
|
|
90400
|
-
|
|
90401
|
-
|
|
90402
|
-
[
|
|
90403
|
-
|
|
90404
|
-
|
|
90405
|
-
|
|
90406
|
-
|
|
90407
|
-
|
|
90408
|
-
|
|
90409
|
-
|
|
90410
|
-
|
|
90411
|
-
|
|
90412
|
-
|
|
90413
|
-
</
|
|
90414
|
-
|
|
90415
|
-
|
|
90416
|
-
|
|
90417
|
-
|
|
90418
|
-
|
|
90419
|
-
|
|
90420
|
-
|
|
90421
|
-
[
|
|
90422
|
-
[
|
|
90423
|
-
[
|
|
90424
|
-
[
|
|
90425
|
-
[
|
|
90426
|
-
[
|
|
90427
|
-
[
|
|
90428
|
-
[
|
|
90429
|
-
|
|
90430
|
-
|
|
90431
|
-
|
|
90432
|
-
|
|
90433
|
-
|
|
90434
|
-
|
|
90435
|
-
|
|
90436
|
-
[
|
|
90437
|
-
|
|
90438
|
-
|
|
90439
|
-
|
|
90440
|
-
|
|
90441
|
-
|
|
90442
|
-
|
|
90443
|
-
|
|
90444
|
-
|
|
90445
|
-
|
|
90446
|
-
|
|
90447
|
-
|
|
90448
|
-
|
|
90449
|
-
|
|
90450
|
-
[
|
|
90451
|
-
[
|
|
90452
|
-
[
|
|
90453
|
-
|
|
90454
|
-
|
|
90455
|
-
|
|
90456
|
-
|
|
90457
|
-
|
|
90458
|
-
|
|
90459
|
-
|
|
90460
|
-
[
|
|
90461
|
-
[
|
|
90462
|
-
[
|
|
90463
|
-
|
|
90464
|
-
|
|
90465
|
-
|
|
90466
|
-
|
|
90467
|
-
|
|
90468
|
-
|
|
90469
|
-
[
|
|
90470
|
-
|
|
90471
|
-
|
|
90472
|
-
|
|
90473
|
-
|
|
90474
|
-
|
|
90475
|
-
|
|
90476
|
-
[
|
|
90477
|
-
[
|
|
90478
|
-
|
|
90479
|
-
(
|
|
90480
|
-
|
|
90481
|
-
|
|
90482
|
-
|
|
90483
|
-
|
|
90484
|
-
|
|
90485
|
-
[
|
|
90486
|
-
[
|
|
90487
|
-
[
|
|
90488
|
-
[
|
|
90489
|
-
|
|
90490
|
-
|
|
90491
|
-
|
|
90492
|
-
|
|
90493
|
-
[
|
|
90494
|
-
[
|
|
90495
|
-
[
|
|
90496
|
-
[
|
|
90497
|
-
[
|
|
90498
|
-
[
|
|
90499
|
-
[
|
|
90500
|
-
|
|
90501
|
-
|
|
90502
|
-
|
|
90503
|
-
|
|
90504
|
-
|
|
90505
|
-
[
|
|
90506
|
-
|
|
90507
|
-
|
|
90508
|
-
|
|
90509
|
-
|
|
90510
|
-
|
|
90511
|
-
[
|
|
90512
|
-
[
|
|
90513
|
-
|
|
90514
|
-
|
|
90515
|
-
|
|
90516
|
-
|
|
90517
|
-
|
|
90518
|
-
[
|
|
90519
|
-
[
|
|
90520
|
-
[
|
|
90521
|
-
[
|
|
90522
|
-
[
|
|
90523
|
-
[
|
|
90524
|
-
[
|
|
90525
|
-
[
|
|
90526
|
-
|
|
90527
|
-
|
|
90528
|
-
|
|
90529
|
-
|
|
90530
|
-
|
|
90531
|
-
[
|
|
90532
|
-
[
|
|
90533
|
-
|
|
90534
|
-
|
|
90535
|
-
|
|
90536
|
-
|
|
90537
|
-
|
|
90538
|
-
[
|
|
90539
|
-
[
|
|
90540
|
-
[
|
|
90541
|
-
|
|
90542
|
-
|
|
90543
|
-
|
|
90544
|
-
|
|
90545
|
-
|
|
90546
|
-
[
|
|
90547
|
-
[
|
|
90548
|
-
[
|
|
90549
|
-
[
|
|
90550
|
-
|
|
90551
|
-
|
|
90552
|
-
|
|
90553
|
-
|
|
90554
|
-
|
|
90555
|
-
[
|
|
90556
|
-
[
|
|
90557
|
-
[
|
|
90558
|
-
|
|
90559
|
-
|
|
90560
|
-
|
|
90561
|
-
|
|
90562
|
-
|
|
90563
|
-
|
|
90564
|
-
|
|
90565
|
-
[
|
|
90566
|
-
[
|
|
90567
|
-
[
|
|
90568
|
-
[
|
|
90569
|
-
|
|
90570
|
-
|
|
90571
|
-
|
|
90572
|
-
|
|
90573
|
-
|
|
90574
|
-
|
|
90575
|
-
|
|
90576
|
-
|
|
90577
|
-
|
|
90578
|
-
|
|
90579
|
-
|
|
90580
|
-
|
|
90581
|
-
[
|
|
90582
|
-
[
|
|
90583
|
-
|
|
90584
|
-
|
|
90585
|
-
|
|
90586
|
-
|
|
90587
|
-
|
|
90588
|
-
|
|
90589
|
-
|
|
90590
|
-
|
|
90591
|
-
|
|
90592
|
-
|
|
90593
|
-
|
|
90594
|
-
|
|
90595
|
-
|
|
90596
|
-
|
|
90597
|
-
|
|
90598
|
-
|
|
90599
|
-
|
|
90600
|
-
|
|
90601
|
-
|
|
90602
|
-
|
|
90603
|
-
|
|
90604
|
-
|
|
90605
|
-
[
|
|
90606
|
-
|
|
90607
|
-
|
|
90608
|
-
|
|
90609
|
-
<
|
|
90610
|
-
|
|
90611
|
-
|
|
90612
|
-
|
|
90613
|
-
|
|
90614
|
-
|
|
90615
|
-
|
|
90616
|
-
|
|
90617
|
-
|
|
90014
|
+
template: `
|
|
90015
|
+
<div [ngClass]="getContainerClasses()" class="min-h-screen relative">
|
|
90016
|
+
<div class="animated-bubbles" [class.light-mode]="isLightMode()" style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; z-index: 1; pointer-events: none;"></div>
|
|
90017
|
+
|
|
90018
|
+
<!-- Scroll Progress Bar -->
|
|
90019
|
+
<div
|
|
90020
|
+
[class]="embedded() ? 'sticky top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30' : 'fixed top-0 left-0 right-0 h-1 z-[60] bg-slate-200/30'">
|
|
90021
|
+
<div
|
|
90022
|
+
[style.width.%]="scrollProgress()"
|
|
90023
|
+
[ngClass]="isLightMode() ? 'bg-gradient-to-r from-blue-500 to-purple-500' : 'bg-gradient-to-r from-blue-400 to-purple-400'"
|
|
90024
|
+
class="h-full transition-all duration-200 ease-out">
|
|
90025
|
+
</div>
|
|
90026
|
+
</div>
|
|
90027
|
+
|
|
90028
|
+
<div class="relative z-[51]">
|
|
90029
|
+
<!-- Dashboard Header -->
|
|
90030
|
+
<symphiq-dashboard-header
|
|
90031
|
+
[title]="profileAnalysis()?.profileAnalysisStructured?.businessName || 'Profile Analysis'"
|
|
90032
|
+
[subtitle]="getAnalysisSubtitle()"
|
|
90033
|
+
[currentSection]="getAnalysisSubtitle()"
|
|
90034
|
+
[viewMode]="viewMode()"
|
|
90035
|
+
[viewModeLabel]="displayModeLabel()"
|
|
90036
|
+
[isLoading]="isLoading()"
|
|
90037
|
+
[requestedByUser]="requestedByUser()"
|
|
90038
|
+
[createdDate]="profileAnalysis()?.selfContentCompletedDate"
|
|
90039
|
+
(searchClick)="openSearch()"
|
|
90040
|
+
(viewModeClick)="openViewModeSwitcher()"
|
|
90041
|
+
/>
|
|
90042
|
+
|
|
90043
|
+
<!-- Journey Progress Banner -->
|
|
90044
|
+
@if (isSimplifiedView() && !isOnboarded()) {
|
|
90045
|
+
<symphiq-journey-progress-indicator
|
|
90046
|
+
[viewMode]="viewMode()"
|
|
90047
|
+
[currentStepId]="currentStepId()"
|
|
90048
|
+
[showNextStepAction]="shouldShowContinueButton()"
|
|
90049
|
+
[forDemo]="forDemo()"
|
|
90050
|
+
[maxAccessibleStepId]="maxAccessibleStepId()"
|
|
90051
|
+
(nextStepClick)="nextStepClick.emit()"
|
|
90052
|
+
(stepClick)="stepClick.emit($event)"
|
|
90053
|
+
/>
|
|
90054
|
+
}
|
|
90055
|
+
|
|
90056
|
+
<!-- Main Content -->
|
|
90057
|
+
<main class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 space-y-12" [class.pb-32]="shouldShowStickyButton()">
|
|
90058
|
+
|
|
90059
|
+
<!-- Welcome Banner (Simplified View Only) -->
|
|
90060
|
+
@if (isSimplifiedView()) {
|
|
90061
|
+
<div class="mb-12">
|
|
90062
|
+
@if (!isFocusAreaAnalysis() && !isMetricAnalysis()) {
|
|
90063
|
+
<symphiq-shop-welcome-banner
|
|
90064
|
+
[viewMode]="viewMode()"
|
|
90065
|
+
[businessName]="profileAnalysis()?.profileAnalysisStructured?.businessName || 'your shop'"
|
|
90066
|
+
[isOnboarded]="isOnboarded()"
|
|
90067
|
+
/>
|
|
90068
|
+
}
|
|
90069
|
+
@if (isFocusAreaAnalysis()) {
|
|
90070
|
+
<symphiq-focus-area-welcome-banner
|
|
90071
|
+
[viewMode]="viewMode()"
|
|
90072
|
+
[focusAreaDomain]="focusAreaDomain()"
|
|
90073
|
+
[focusAreaName]="focusAreaName()"
|
|
90074
|
+
[focusAreaDetails]="focusAreaDetails()"
|
|
90075
|
+
/>
|
|
90076
|
+
}
|
|
90077
|
+
@if (isMetricAnalysis()) {
|
|
90078
|
+
<symphiq-metric-welcome-banner
|
|
90079
|
+
[viewMode]="viewMode()"
|
|
90080
|
+
[metricName]="profileAnalysis()?.profileAnalysisStructured?.metricExecutiveSummary?.metric"
|
|
90081
|
+
[isOnboarded]="isOnboarded()"
|
|
90082
|
+
/>
|
|
90083
|
+
}
|
|
90084
|
+
</div>
|
|
90085
|
+
}
|
|
90086
|
+
|
|
90087
|
+
<!-- Simplified View Content -->
|
|
90088
|
+
@if (isSimplifiedView()) {
|
|
90089
|
+
<!-- Strategic Insights & Goals (or Subscription Flow) -->
|
|
90090
|
+
<div class="mb-8">
|
|
90091
|
+
@if (isSubscriptionActive() || isFocusAreaAnalysis() || isMetricAnalysis()) {
|
|
90092
|
+
<symphiq-strategic-goals-tiled-grid
|
|
90093
|
+
[goals]="strategicRoadmapGoals()"
|
|
90094
|
+
[viewMode]="viewMode()"
|
|
90095
|
+
(viewMoreClick)="openGoalModal($event)"
|
|
90096
|
+
/>
|
|
90097
|
+
} @else {
|
|
90098
|
+
<!-- Subscription Value Proposition -->
|
|
90099
|
+
@if (!hasBillingCurrency() || isEditingCurrency()) {
|
|
90100
|
+
@if (!hasBillingCurrency()) {
|
|
90101
|
+
<div class="mb-8">
|
|
90102
|
+
<symphiq-subscription-value-proposition-card
|
|
90103
|
+
[viewMode]="viewMode()"
|
|
90104
|
+
/>
|
|
90105
|
+
</div>
|
|
90106
|
+
}
|
|
90107
|
+
|
|
90108
|
+
<!-- Currency Selection -->
|
|
90109
|
+
<symphiq-billing-currency-selector-card
|
|
90110
|
+
[viewMode]="viewMode()"
|
|
90111
|
+
[isLoading]="isCurrencySelectionLoading()"
|
|
90112
|
+
[initialCurrency]="isEditingCurrency() ? (account()?.billingCurrencyCode || null) : null"
|
|
90113
|
+
(currencySelected)="handleCurrencyChange($event)"
|
|
90114
|
+
/>
|
|
90115
|
+
} @else if (showPlanSelection()) {
|
|
90116
|
+
<!-- Plan Selection -->
|
|
90117
|
+
|
|
90118
|
+
<div class="mb-32">
|
|
90119
|
+
<symphiq-plan-selection-container
|
|
90120
|
+
[viewMode]="viewMode()"
|
|
90121
|
+
[selectedCurrency]="account()?.billingCurrencyCode || CurrencyCodeEnum.USD"
|
|
90122
|
+
[planCardInfos]="planCardInfos()"
|
|
90123
|
+
[isLoading]="isPlanLoading()"
|
|
90124
|
+
[selectedPeriodUnit]="selectedPeriodUnit()"
|
|
90125
|
+
(periodUnitChanged)="handlePeriodUnitChange($event)"
|
|
90126
|
+
(planSelected)="handlePlanSelection($event)"
|
|
90127
|
+
(editCurrency)="handleEditCurrencyClick()"
|
|
90128
|
+
(checkout)="checkoutPlanClick.emit($event)"
|
|
90129
|
+
/>
|
|
90130
|
+
</div>
|
|
90131
|
+
} @else {
|
|
90132
|
+
<symphiq-plan-selection-placeholder-card
|
|
90133
|
+
[viewMode]="viewMode()"
|
|
90134
|
+
[selectedCurrency]="account()?.billingCurrencyCode || CurrencyCodeEnum.USD"
|
|
90135
|
+
(editCurrency)="handleEditCurrencyClick()"
|
|
90136
|
+
/>
|
|
90137
|
+
}
|
|
90138
|
+
}
|
|
90139
|
+
</div>
|
|
90140
|
+
|
|
90141
|
+
<!-- Supporting Business Context -->
|
|
90142
|
+
@if (nonStrategicSections().length > 0) {
|
|
90143
|
+
<div>
|
|
90144
|
+
<symphiq-collapsible-analysis-section-group
|
|
90145
|
+
[sections]="nonStrategicSections()"
|
|
90146
|
+
[viewMode]="viewMode()"
|
|
90147
|
+
[executiveSummary]="executiveSummary()"
|
|
90148
|
+
[focusAreaExecutiveSummary]="focusAreaExecutiveSummary()"
|
|
90149
|
+
[metricExecutiveSummary]="metricExecutiveSummary()"
|
|
90150
|
+
[metricName]="metricName()"
|
|
90151
|
+
[allGoals]="allGoals()"
|
|
90152
|
+
[allMetrics]="allMetrics()"
|
|
90153
|
+
[allCharts]="allCharts()"
|
|
90154
|
+
[allInsights]="allInsights()"
|
|
90155
|
+
[businessProfile]="profile()"
|
|
90156
|
+
/>
|
|
90157
|
+
</div>
|
|
90158
|
+
}
|
|
90159
|
+
}
|
|
90160
|
+
|
|
90161
|
+
<!-- Compact & Expanded View Content -->
|
|
90162
|
+
@if (!isSimplifiedView()) {
|
|
90163
|
+
<!-- SHOP Executive Summary -->
|
|
90164
|
+
@if (!isFocusAreaAnalysis() && executiveSummary(); as summary) {
|
|
90165
|
+
<section id="section-executive-summary" class="space-y-6 scroll-mt-24">
|
|
90166
|
+
<!-- Summary Banner -->
|
|
90167
|
+
<div [ngClass]="getBannerClasses()" class="rounded-2xl p-8 shadow-xl">
|
|
90168
|
+
<div class="space-y-6">
|
|
90169
|
+
<div class="flex items-start justify-between gap-4">
|
|
90170
|
+
<div class="flex-1">
|
|
90171
|
+
<h2 [ngClass]="getSectionTitleClasses()" class="text-2xl font-bold mb-3">
|
|
90172
|
+
Executive Summary
|
|
90173
|
+
</h2>
|
|
90174
|
+
<p [ngClass]="getTextClasses()" class="text-lg leading-relaxed">
|
|
90175
|
+
{{ summary.gradeRationale }}
|
|
90176
|
+
</p>
|
|
90177
|
+
</div>
|
|
90178
|
+
@if (summary.overallGrade) {
|
|
90179
|
+
<symphiq-grade-badge
|
|
90180
|
+
[grade]="summary.overallGrade"
|
|
90181
|
+
[gradeRationale]="summary.gradeRationale || ''"
|
|
90182
|
+
[viewMode]="viewMode()"
|
|
90183
|
+
/>
|
|
90184
|
+
}
|
|
90185
|
+
</div>
|
|
90186
|
+
|
|
90187
|
+
@if (summary.narrative) {
|
|
90188
|
+
<div [ngClass]="getNarrativeClasses()" class="rounded-xl p-6">
|
|
90189
|
+
<h3 [ngClass]="getSubheadingClasses()" class="text-lg font-semibold mb-3">
|
|
90190
|
+
Analysis Narrative
|
|
90191
|
+
</h3>
|
|
90192
|
+
<div class="relative">
|
|
90193
|
+
@if (summary.napkinVisual && summary.napkinVisual.enabled) {
|
|
90194
|
+
<div class="mb-6 lg:float-left lg:mr-6 lg:mb-4 lg:max-w-[66%]">
|
|
90195
|
+
<symphiq-napkin-visual-placeholder
|
|
90196
|
+
[visual]="summary.napkinVisual"
|
|
90197
|
+
[viewMode]="viewMode()"
|
|
90198
|
+
/>
|
|
90199
|
+
</div>
|
|
90200
|
+
}
|
|
90201
|
+
<p [ngClass]="getTextClasses()" class="text-sm leading-relaxed whitespace-pre-line">
|
|
90202
|
+
{{ summary.narrative }}
|
|
90203
|
+
</p>
|
|
90204
|
+
<div class="clear-both"></div>
|
|
90205
|
+
</div>
|
|
90206
|
+
</div>
|
|
90207
|
+
}
|
|
90208
|
+
|
|
90209
|
+
<!-- Stats -->
|
|
90210
|
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
|
90211
|
+
<button
|
|
90212
|
+
type="button"
|
|
90213
|
+
(click)="onKeyStrengthsClick(summary)"
|
|
90214
|
+
[ngClass]="getKeyStrengthsStatCardClasses()"
|
|
90215
|
+
class="p-4 rounded-xl text-left transition-all duration-200 hover:scale-[1.02] active:scale-[0.98] group cursor-pointer">
|
|
90216
|
+
<div [ngClass]="getKeyStrengthsStatLabelClasses()" class="text-xs font-semibold uppercase mb-1">
|
|
90217
|
+
Key Strengths
|
|
90218
|
+
</div>
|
|
90219
|
+
<div [ngClass]="getKeyStrengthsStatValueClasses()" class="text-3xl font-bold mb-2">
|
|
90220
|
+
{{ summary.keyStrengths?.length || 0 }}
|
|
90221
|
+
</div>
|
|
90222
|
+
<div class="flex items-center gap-1.5 text-xs font-medium">
|
|
90223
|
+
<span [ngClass]="getKeyStrengthsButtonTextClasses()">View Details</span>
|
|
90224
|
+
<symphiq-icon
|
|
90225
|
+
[icon]="{ name: 'chevron-right', source: IconSourceEnum.HEROICONS }"
|
|
90226
|
+
size="w-4 h-4"
|
|
90227
|
+
[ngClass]="getKeyStrengthsButtonTextClasses()"
|
|
90228
|
+
class="transition-transform group-hover:translate-x-1"
|
|
90229
|
+
/>
|
|
90230
|
+
</div>
|
|
90231
|
+
</button>
|
|
90232
|
+
<button
|
|
90233
|
+
type="button"
|
|
90234
|
+
(click)="onCriticalGapsClick(summary)"
|
|
90235
|
+
[ngClass]="getCriticalGapsStatCardClasses()"
|
|
90236
|
+
class="p-4 rounded-xl text-left transition-all duration-200 hover:scale-[1.02] active:scale-[0.98] group cursor-pointer">
|
|
90237
|
+
<div [ngClass]="getCriticalGapsStatLabelClasses()" class="text-xs font-semibold uppercase mb-1">
|
|
90238
|
+
Critical Gaps
|
|
90239
|
+
</div>
|
|
90240
|
+
<div [ngClass]="getCriticalGapsStatValueClasses()" class="text-3xl font-bold mb-2">
|
|
90241
|
+
{{ summary.criticalGaps?.length || 0 }}
|
|
90242
|
+
</div>
|
|
90243
|
+
<div class="flex items-center gap-1.5 text-xs font-medium">
|
|
90244
|
+
<span [ngClass]="getCriticalGapsButtonTextClasses()">View Details</span>
|
|
90245
|
+
<symphiq-icon
|
|
90246
|
+
[icon]="{ name: 'chevron-right', source: IconSourceEnum.HEROICONS }"
|
|
90247
|
+
size="w-4 h-4"
|
|
90248
|
+
[ngClass]="getCriticalGapsButtonTextClasses()"
|
|
90249
|
+
class="transition-transform group-hover:translate-x-1"
|
|
90250
|
+
/>
|
|
90251
|
+
</div>
|
|
90252
|
+
</button>
|
|
90253
|
+
<button
|
|
90254
|
+
type="button"
|
|
90255
|
+
(click)="scrollToQuickWins()"
|
|
90256
|
+
[ngClass]="getQuickWinsStatCardClasses()"
|
|
90257
|
+
class="p-4 rounded-xl text-left transition-all duration-200 hover:scale-[1.02] active:scale-[0.98] group cursor-pointer">
|
|
90258
|
+
<div [ngClass]="getQuickWinsStatLabelClasses()" class="text-xs font-semibold uppercase mb-1">
|
|
90259
|
+
Quick Wins
|
|
90260
|
+
</div>
|
|
90261
|
+
<div [ngClass]="getQuickWinsStatValueClasses()" class="text-3xl font-bold mb-2">
|
|
90262
|
+
{{ summary.quickWins?.length || 0 }}
|
|
90263
|
+
</div>
|
|
90264
|
+
<div class="flex items-center gap-1.5 text-xs font-medium">
|
|
90265
|
+
<span [ngClass]="getQuickWinsButtonTextClasses()">Details Below</span>
|
|
90266
|
+
<symphiq-icon
|
|
90267
|
+
[icon]="{ name: 'chevron-down', source: IconSourceEnum.HEROICONS }"
|
|
90268
|
+
size="w-4 h-4"
|
|
90269
|
+
[ngClass]="getQuickWinsButtonTextClasses()"
|
|
90270
|
+
class="transition-transform group-hover:translate-y-1 animate-bounce"
|
|
90271
|
+
/>
|
|
90272
|
+
</div>
|
|
90273
|
+
</button>
|
|
90274
|
+
</div>
|
|
90275
|
+
</div>
|
|
90276
|
+
</div>
|
|
90277
|
+
|
|
90278
|
+
<!-- Quick Wins -->
|
|
90279
|
+
@if (summary.quickWins && summary.quickWins.length > 0) {
|
|
90280
|
+
<div id="quick-wins-section" class="space-y-4 scroll-mt-24">
|
|
90281
|
+
<h3 [ngClass]="getSectionTitleClasses()" class="text-xl font-bold">
|
|
90282
|
+
Quick Wins
|
|
90283
|
+
</h3>
|
|
90284
|
+
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
|
|
90285
|
+
@for (win of summary.quickWins; track $index) {
|
|
90286
|
+
<div [ngClass]="getQuickWinCardClasses()"
|
|
90287
|
+
class="rounded-xl p-6 transition-all duration-300">
|
|
90288
|
+
<div class="space-y-4">
|
|
90289
|
+
<div class="flex items-start gap-3">
|
|
90290
|
+
<span [ngClass]="getNumberBadgeClasses()"
|
|
90291
|
+
class="flex-shrink-0 w-8 h-8 rounded-full flex items-center justify-center text-sm font-bold">
|
|
90292
|
+
{{ $index + 1 }}
|
|
90293
|
+
</span>
|
|
90294
|
+
<p [ngClass]="getQuickWinTextClasses()" class="font-semibold leading-tight flex-1">
|
|
90295
|
+
{{ win.action }}
|
|
90296
|
+
</p>
|
|
90297
|
+
</div>
|
|
90298
|
+
|
|
90299
|
+
<div class="flex flex-wrap gap-2">
|
|
90300
|
+
<span [ngClass]="getEffortBadgeClasses(win.effort)"
|
|
90301
|
+
class="px-3 py-1 rounded-full text-xs font-semibold">
|
|
90302
|
+
{{ formatLabel(win.effort) }} Effort
|
|
90303
|
+
</span>
|
|
90304
|
+
<span [ngClass]="getImpactBadgeClasses(win.impact)"
|
|
90305
|
+
class="px-3 py-1 rounded-full text-xs font-semibold">
|
|
90306
|
+
{{ formatLabel(win.impact) }} Impact
|
|
90307
|
+
</span>
|
|
90308
|
+
</div>
|
|
90309
|
+
|
|
90310
|
+
@if (win.estimatedTimeframe) {
|
|
90311
|
+
<div class="flex items-center gap-2 text-sm" [ngClass]="getMetaTextClasses()">
|
|
90312
|
+
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
90313
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
90314
|
+
d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"/>
|
|
90315
|
+
</svg>
|
|
90316
|
+
<span>{{ win.estimatedTimeframe }}</span>
|
|
90317
|
+
</div>
|
|
90318
|
+
}
|
|
90319
|
+
|
|
90320
|
+
@if (win.relatedGoalId) {
|
|
90321
|
+
<div class="space-y-2">
|
|
90322
|
+
<h4 [ngClass]="getMetaTextClasses()"
|
|
90323
|
+
class="text-xs font-semibold uppercase tracking-wider">
|
|
90324
|
+
Related Goal
|
|
90325
|
+
</h4>
|
|
90326
|
+
<symphiq-related-goal-chips
|
|
90327
|
+
[relatedGoalIds]="[win.relatedGoalId]"
|
|
90328
|
+
[allGoals]="allGoals()"
|
|
90329
|
+
[viewMode]="viewMode()"
|
|
90330
|
+
/>
|
|
90331
|
+
</div>
|
|
90332
|
+
}
|
|
90333
|
+
</div>
|
|
90334
|
+
</div>
|
|
90335
|
+
}
|
|
90336
|
+
</div>
|
|
90337
|
+
</div>
|
|
90338
|
+
}
|
|
90339
|
+
</section>
|
|
90340
|
+
}
|
|
90341
|
+
|
|
90342
|
+
<!-- FOCUS_AREA Executive Summary -->
|
|
90343
|
+
@if (isFocusAreaAnalysis() && focusAreaExecutiveSummary(); as summary) {
|
|
90344
|
+
<symphiq-focus-area-executive-summary
|
|
90345
|
+
[viewMode]="viewMode()"
|
|
90346
|
+
[summary]="summary"
|
|
90347
|
+
[allGoals]="allGoals()"
|
|
90348
|
+
(topPrioritiesClick)="handleTopPrioritiesClick()"
|
|
90349
|
+
(priorityDetailClick)="handlePriorityDetailClick($event)"
|
|
90350
|
+
/>
|
|
90351
|
+
}
|
|
90352
|
+
|
|
90353
|
+
<!-- METRIC Executive Summary -->
|
|
90354
|
+
@if (isMetricAnalysis() && metricExecutiveSummary(); as summary) {
|
|
90355
|
+
<symphiq-metric-executive-summary
|
|
90356
|
+
[viewMode]="viewMode()"
|
|
90357
|
+
[summary]="summary"
|
|
90358
|
+
[metricName]="metricName()"
|
|
90359
|
+
[allGoals]="allGoals()"
|
|
90360
|
+
(topPrioritiesClick)="handleMetricTopPrioritiesClick()"
|
|
90361
|
+
(priorityDetailClick)="handleMetricPriorityDetailClick($event)"
|
|
90362
|
+
/>
|
|
90363
|
+
}
|
|
90364
|
+
|
|
90365
|
+
<!-- Divider Before First Section -->
|
|
90366
|
+
@if (sections(); as sectionList) {
|
|
90367
|
+
@if (sectionList.length > 0 && sectionList[0].icon) {
|
|
90368
|
+
<symphiq-section-divider
|
|
90369
|
+
[viewMode]="viewMode()"
|
|
90370
|
+
[sectionIcon]="sectionList[0].icon"
|
|
90371
|
+
/>
|
|
90372
|
+
}
|
|
90373
|
+
}
|
|
90374
|
+
|
|
90375
|
+
<!-- Profile Analysis Sections -->
|
|
90376
|
+
@if (sections(); as sectionList) {
|
|
90377
|
+
<section class="space-y-8">
|
|
90378
|
+
@for (section of sectionList; track section.id; let idx = $index; let last = $last) {
|
|
90379
|
+
<div [id]="'section-' + section.id" [ngClass]="getSectionCardClasses()"
|
|
90380
|
+
class="rounded-xl p-8 scroll-mt-24">
|
|
90381
|
+
<!-- Icon and Title -->
|
|
90382
|
+
<div class="flex items-start gap-3 mb-6">
|
|
90383
|
+
@if (section.icon) {
|
|
90384
|
+
<div [ngClass]="getSectionIconClasses()"
|
|
90385
|
+
class="flex-shrink-0 w-12 h-12 rounded-xl flex items-center justify-center">
|
|
90386
|
+
<symphiq-icon [icon]="section.icon" size="w-6 h-6"></symphiq-icon>
|
|
90387
|
+
</div>
|
|
90388
|
+
}
|
|
90389
|
+
<div class="flex-1">
|
|
90390
|
+
<h3 [ngClass]="getSectionTitleClasses()" class="text-2xl font-bold">
|
|
90391
|
+
{{ section.title }}
|
|
90392
|
+
</h3>
|
|
90393
|
+
</div>
|
|
90394
|
+
</div>
|
|
90395
|
+
|
|
90396
|
+
<!-- Description and Visual Side-by-Side -->
|
|
90397
|
+
@if (section.description || (section.visual && section.visual.enabled)) {
|
|
90398
|
+
<div class="mb-6 flex flex-col lg:flex-row gap-6 items-start"
|
|
90399
|
+
[class.lg:flex-row-reverse]="idx % 2 === 0">
|
|
90400
|
+
@if (section.visual && section.visual.enabled) {
|
|
90401
|
+
<div class="w-full lg:w-2/3">
|
|
90402
|
+
<symphiq-napkin-visual-placeholder
|
|
90403
|
+
[visual]="section.visual"
|
|
90404
|
+
[viewMode]="viewMode()"
|
|
90405
|
+
/>
|
|
90406
|
+
</div>
|
|
90407
|
+
}
|
|
90408
|
+
@if (section.description) {
|
|
90409
|
+
<div class="w-full"
|
|
90410
|
+
[class.lg:w-1/3]="section.visual && section.visual.enabled" [class.lg:w-full]="!section.visual || !section.visual.enabled">
|
|
90411
|
+
<p [ngClass]="getSectionDescriptionClasses()"
|
|
90412
|
+
class="text-sm leading-relaxed whitespace-pre-line">
|
|
90413
|
+
{{ section.description }}
|
|
90414
|
+
</p>
|
|
90415
|
+
</div>
|
|
90416
|
+
}
|
|
90417
|
+
</div>
|
|
90418
|
+
}
|
|
90419
|
+
|
|
90420
|
+
<!-- Section Content -->
|
|
90421
|
+
<symphiq-profile-section-content
|
|
90422
|
+
[section]="section"
|
|
90423
|
+
[executiveSummary]="section.id === 'executive-summary' ? executiveSummary() : undefined"
|
|
90424
|
+
[viewMode]="viewMode()"
|
|
90425
|
+
[sectionIndex]="idx"
|
|
90426
|
+
[allGoals]="allGoals()"
|
|
90427
|
+
[allMetrics]="allMetrics()"
|
|
90428
|
+
[allCharts]="allCharts()"
|
|
90429
|
+
[allInsights]="allInsights()"
|
|
90430
|
+
[businessProfile]="profile()"
|
|
90431
|
+
/>
|
|
90432
|
+
</div>
|
|
90433
|
+
|
|
90434
|
+
<!-- Section Divider (between sections) -->
|
|
90435
|
+
@if (!last) {
|
|
90436
|
+
<symphiq-section-divider
|
|
90437
|
+
[viewMode]="viewMode()"
|
|
90438
|
+
[sectionIcon]="sectionList[idx + 1].icon"
|
|
90439
|
+
/>
|
|
90440
|
+
}
|
|
90441
|
+
}
|
|
90442
|
+
</section>
|
|
90443
|
+
}
|
|
90444
|
+
}
|
|
90445
|
+
|
|
90446
|
+
</main>
|
|
90447
|
+
|
|
90448
|
+
<!-- Table of Contents (Compact & Expanded Views) -->
|
|
90449
|
+
@if (!isSimplifiedView() && sections()) {
|
|
90450
|
+
<symphiq-floating-toc
|
|
90451
|
+
[sections]="tocSections()"
|
|
90452
|
+
[viewMode]="viewMode()"
|
|
90453
|
+
[embedded]="embedded()"
|
|
90454
|
+
[scrollElement]="scrollElement() ?? undefined"
|
|
90455
|
+
/>
|
|
90456
|
+
}
|
|
90457
|
+
|
|
90458
|
+
<!-- Section Navigation Dots (Compact & Expanded Views) -->
|
|
90459
|
+
@if (!isSimplifiedView() && sections()) {
|
|
90460
|
+
<symphiq-section-navigation
|
|
90461
|
+
[sections]="tocSections()"
|
|
90462
|
+
[viewMode]="viewMode()"
|
|
90463
|
+
[embedded]="embedded()"
|
|
90464
|
+
[scrollElement]="scrollElement() ?? undefined"
|
|
90465
|
+
/>
|
|
90466
|
+
}
|
|
90467
|
+
|
|
90468
|
+
<!-- Search Modal -->
|
|
90469
|
+
<symphiq-search-modal
|
|
90470
|
+
[isOpen]="isSearchOpen()"
|
|
90471
|
+
[isLightMode]="isLightMode()"
|
|
90472
|
+
(close)="closeSearch()"
|
|
90473
|
+
/>
|
|
90474
|
+
|
|
90475
|
+
<!-- View Mode Switcher Modal -->
|
|
90476
|
+
<symphiq-view-mode-switcher-modal
|
|
90477
|
+
[isOpen]="isViewModeSwitcherOpen()"
|
|
90478
|
+
[currentMode]="currentDisplayMode()"
|
|
90479
|
+
[viewMode]="viewMode()"
|
|
90480
|
+
(close)="closeViewModeSwitcher()"
|
|
90481
|
+
(modeSelected)="handleDisplayModeChange($event)"
|
|
90482
|
+
/>
|
|
90483
|
+
|
|
90484
|
+
<!-- Profile Analysis Modal -->
|
|
90485
|
+
<symphiq-profile-analysis-modal
|
|
90486
|
+
[isLightMode]="isLightMode()"
|
|
90487
|
+
[allMetrics]="allMetrics()"
|
|
90488
|
+
[allInsights]="allInsights()"
|
|
90489
|
+
[allBusinessInsights]="allBusinessInsights()"
|
|
90490
|
+
[allCharts]="allCharts()"
|
|
90491
|
+
>
|
|
90492
|
+
@if (modalType() === 'goal-detail' && getGoalDetailData(); as data) {
|
|
90493
|
+
<symphiq-goal-card
|
|
90494
|
+
[goal]="data.goal"
|
|
90495
|
+
[viewMode]="data.viewMode"
|
|
90496
|
+
[isInModal]="true"
|
|
90497
|
+
[allMetrics]="allMetrics()"
|
|
90498
|
+
[allCharts]="allCharts()"
|
|
90499
|
+
[allInsights]="allInsights()"
|
|
90500
|
+
[currentModalState]="getCurrentModalState()"
|
|
90501
|
+
[businessProfile]="profile()"
|
|
90502
|
+
/>
|
|
90503
|
+
}
|
|
90504
|
+
@if (modalType() === 'goal-objectives' && getGoalDetailData(); as data) {
|
|
90505
|
+
<symphiq-goal-objectives-modal-content
|
|
90506
|
+
[goal]="data.goal"
|
|
90507
|
+
[viewMode]="data.viewMode"
|
|
90508
|
+
/>
|
|
90509
|
+
}
|
|
90510
|
+
@if (modalType() === 'objective-strategies' && getObjectiveStrategiesData(); as data) {
|
|
90511
|
+
<symphiq-objective-strategies-modal-content
|
|
90512
|
+
[objective]="data.objective"
|
|
90513
|
+
[goalTitle]="data.goalTitle"
|
|
90514
|
+
[viewMode]="data.viewMode"
|
|
90515
|
+
/>
|
|
90516
|
+
}
|
|
90517
|
+
@if (modalType() === 'strategy-recommendations' && getStrategyRecommendationsData(); as data) {
|
|
90518
|
+
<symphiq-strategy-recommendations-modal-content
|
|
90519
|
+
[strategy]="data.strategy"
|
|
90520
|
+
[objectiveTitle]="data.objectiveTitle"
|
|
90521
|
+
[goalTitle]="data.goalTitle"
|
|
90522
|
+
[viewMode]="data.viewMode"
|
|
90523
|
+
[allMetrics]="allMetrics()"
|
|
90524
|
+
[allCharts]="allCharts()"
|
|
90525
|
+
[allInsights]="allInsights()"
|
|
90526
|
+
[allBusinessInsights]="allBusinessInsights()"
|
|
90527
|
+
[currentModalState]="getCurrentModalState()"
|
|
90528
|
+
/>
|
|
90529
|
+
}
|
|
90530
|
+
@if (modalType() === 'category-detail' && getCategoryDetailData(); as data) {
|
|
90531
|
+
<symphiq-category-detail-modal-content
|
|
90532
|
+
[category]="data.category"
|
|
90533
|
+
[viewMode]="data.viewMode"
|
|
90534
|
+
[scrollToSection]="data.scrollToSection"
|
|
90535
|
+
/>
|
|
90536
|
+
}
|
|
90537
|
+
@if (modalType() === 'strength-detail' && getStrengthDetailData(); as data) {
|
|
90538
|
+
<symphiq-strength-detail-modal-content
|
|
90539
|
+
[strength]="data.strength"
|
|
90540
|
+
[viewMode]="data.viewMode"
|
|
90541
|
+
[allFunnelStrengths]="funnelStrengths()"
|
|
90542
|
+
[currentModalState]="getCurrentModalState()"
|
|
90543
|
+
/>
|
|
90544
|
+
}
|
|
90545
|
+
@if (modalType() === 'gap-detail' && getGapDetailData(); as data) {
|
|
90546
|
+
<symphiq-gap-detail-modal-content
|
|
90547
|
+
[gap]="data.gap"
|
|
90548
|
+
[viewMode]="data.viewMode"
|
|
90549
|
+
[allGoals]="allGoals()"
|
|
90550
|
+
[allWeaknesses]="funnelWeaknesses()"
|
|
90551
|
+
[currentModalState]="getCurrentModalState()"
|
|
90552
|
+
/>
|
|
90553
|
+
}
|
|
90554
|
+
@if (modalType() === 'opportunity-detail' && getOpportunityDetailData(); as data) {
|
|
90555
|
+
<symphiq-opportunity-detail-modal-content
|
|
90556
|
+
[opportunity]="data.opportunity"
|
|
90557
|
+
[viewMode]="data.viewMode"
|
|
90558
|
+
[allStrengths]="funnelStrengths()"
|
|
90559
|
+
[currentModalState]="getCurrentModalState()"
|
|
90560
|
+
/>
|
|
90561
|
+
}
|
|
90562
|
+
</symphiq-profile-analysis-modal>
|
|
90563
|
+
|
|
90564
|
+
<!-- Funnel Analysis Modal (for insights and metrics from profile goals) -->
|
|
90565
|
+
<symphiq-funnel-analysis-modal
|
|
90566
|
+
[isLightMode]="isLightMode()"
|
|
90567
|
+
[viewMode]="viewMode()"
|
|
90568
|
+
[allMetrics]="allMetrics()"
|
|
90569
|
+
[allInsights]="allInsights()"
|
|
90570
|
+
[allCharts]="allCharts()"
|
|
90571
|
+
/>
|
|
90572
|
+
|
|
90573
|
+
<!-- Business Analysis Modal (for napkin visuals and other content) -->
|
|
90574
|
+
<symphiq-business-analysis-modal [isLightMode]="isLightMode()"/>
|
|
90575
|
+
|
|
90576
|
+
<!-- Tooltip Container -->
|
|
90577
|
+
<symphiq-tooltip-container/>
|
|
90578
|
+
|
|
90579
|
+
<!-- Sticky Continue Button (Only shown when not subscribed and no currency selected) -->
|
|
90580
|
+
@if (!isSubscriptionActive() && !hasBillingCurrency() && isSimplifiedView() && !isFocusAreaAnalysis() && !isMetricAnalysis()) {
|
|
90581
|
+
<symphiq-sticky-subscription-continue-button
|
|
90582
|
+
[viewMode]="viewMode()"
|
|
90583
|
+
[isEnabled]="hasCurrencySelected()"
|
|
90584
|
+
[isLoading]="isCurrencySelectionLoading()"
|
|
90585
|
+
(continueClick)="handleStickyButtonClick()"
|
|
90586
|
+
/>
|
|
90587
|
+
}
|
|
90588
|
+
|
|
90589
|
+
<!-- Sticky Footer for Edit Currency Mode -->
|
|
90590
|
+
@if (isEditingCurrency()) {
|
|
90591
|
+
<div
|
|
90592
|
+
[ngClass]="getEditCurrencyFooterClasses()"
|
|
90593
|
+
class="fixed bottom-0 left-0 right-0 z-50 border-t backdrop-blur-lg"
|
|
90594
|
+
>
|
|
90595
|
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
|
|
90596
|
+
<div class="flex items-center gap-4">
|
|
90597
|
+
<button
|
|
90598
|
+
(click)="handleCancelCurrencyEdit()"
|
|
90599
|
+
[ngClass]="getEditCurrencyCancelButtonClasses()"
|
|
90600
|
+
class="px-6 py-4 rounded-xl font-semibold text-lg transition-all duration-300 cursor-pointer"
|
|
90601
|
+
>
|
|
90602
|
+
Cancel
|
|
90603
|
+
</button>
|
|
90604
|
+
<button
|
|
90605
|
+
(click)="handleContinueToPlans()"
|
|
90606
|
+
[disabled]="!editingCurrencySelection()"
|
|
90607
|
+
[ngClass]="getEditCurrencyContinueButtonClasses()"
|
|
90608
|
+
class="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"
|
|
90609
|
+
>
|
|
90610
|
+
<span>Continue to Plans</span>
|
|
90611
|
+
<svg class="w-6 h-6 transition-transform duration-200" [class.translate-x-1]="editingCurrencySelection()" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
90612
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6"></path>
|
|
90613
|
+
</svg>
|
|
90614
|
+
</button>
|
|
90615
|
+
</div>
|
|
90616
|
+
</div>
|
|
90617
|
+
</div>
|
|
90618
|
+
}
|
|
90619
|
+
</div>
|
|
90618
90620
|
`
|
|
90619
90621
|
}]
|
|
90620
90622
|
}], () => [], { funnelModalComponent: [{
|
|
90621
90623
|
type: ViewChild,
|
|
90622
90624
|
args: [ModalComponent]
|
|
90623
|
-
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], createdDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "createdDate", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], analysisType: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisType", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], planCardInfos: [{ type: i0.Input, args: [{ isSignal: true, alias: "planCardInfos", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], currencySelectionClick: [{ type: i0.Output, args: ["currencySelectionClick"] }], editCurrencyClick: [{ type: i0.Output, args: ["editCurrencyClick"] }], periodUnitChanged: [{ type: i0.Output, args: ["periodUnitChanged"] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }], onWindowScroll: [{
|
|
90625
|
+
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], createdDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "createdDate", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], analysisType: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisType", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], planCardInfos: [{ type: i0.Input, args: [{ isSignal: true, alias: "planCardInfos", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], currencySelectionClick: [{ type: i0.Output, args: ["currencySelectionClick"] }], editCurrencyClick: [{ type: i0.Output, args: ["editCurrencyClick"] }], periodUnitChanged: [{ type: i0.Output, args: ["periodUnitChanged"] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }], checkoutPlanClick: [{ type: i0.Output, args: ["checkoutPlanClick"] }], onWindowScroll: [{
|
|
90624
90626
|
type: HostListener,
|
|
90625
90627
|
args: ['window:scroll', ['$event']]
|
|
90626
90628
|
}] }); })();
|
|
90627
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber:
|
|
90629
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 723 }); })();
|
|
90628
90630
|
|
|
90629
90631
|
class ScrollProgressBarComponent {
|
|
90630
90632
|
constructor() {
|