@eric-emg/symphiq-components 1.3.21 → 1.3.22

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.
@@ -96528,6 +96528,104 @@ class SymphiqProfileShopAnalysisDashboardComponent {
96528
96528
  }] }); })();
96529
96529
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileShopAnalysisDashboardComponent, { className: "SymphiqProfileShopAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/symphiq-profile-shop-analysis-dashboard.component.ts", lineNumber: 893 }); })();
96530
96530
 
96531
+ function ContinueFooterComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
96532
+ i0.ɵɵnamespaceSVG();
96533
+ i0.ɵɵelementStart(0, "svg", 3);
96534
+ i0.ɵɵelement(1, "circle", 4)(2, "path", 5);
96535
+ i0.ɵɵelementEnd();
96536
+ i0.ɵɵnamespaceHTML();
96537
+ i0.ɵɵelementStart(3, "span");
96538
+ i0.ɵɵtext(4, "Loading...");
96539
+ i0.ɵɵelementEnd();
96540
+ } }
96541
+ function ContinueFooterComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
96542
+ i0.ɵɵelementStart(0, "span");
96543
+ i0.ɵɵtext(1);
96544
+ i0.ɵɵelementEnd();
96545
+ i0.ɵɵnamespaceSVG();
96546
+ i0.ɵɵelementStart(2, "svg", 6);
96547
+ i0.ɵɵelement(3, "path", 7);
96548
+ i0.ɵɵelementEnd();
96549
+ } if (rf & 2) {
96550
+ const ctx_r0 = i0.ɵɵnextContext();
96551
+ i0.ɵɵadvance();
96552
+ i0.ɵɵtextInterpolate(ctx_r0.buttonText());
96553
+ } }
96554
+ class ContinueFooterComponent {
96555
+ constructor() {
96556
+ this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
96557
+ this.buttonText = input('Continue', ...(ngDevMode ? [{ debugName: "buttonText" }] : []));
96558
+ this.continueClick = output();
96559
+ this.isLoading = signal(false, ...(ngDevMode ? [{ debugName: "isLoading" }] : []));
96560
+ this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
96561
+ this.containerClasses = computed(() => this.isLightMode()
96562
+ ? 'bg-white/95 backdrop-blur-sm border-slate-200'
96563
+ : 'bg-slate-900/95 backdrop-blur-sm border-slate-700', ...(ngDevMode ? [{ debugName: "containerClasses" }] : []));
96564
+ this.buttonClasses = computed(() => this.isLightMode()
96565
+ ? 'bg-blue-600 hover:bg-blue-700 text-white shadow-lg hover:shadow-xl'
96566
+ : 'bg-blue-500 hover:bg-blue-600 text-white shadow-lg hover:shadow-xl', ...(ngDevMode ? [{ debugName: "buttonClasses" }] : []));
96567
+ }
96568
+ handleClick() {
96569
+ if (this.isLoading()) {
96570
+ return;
96571
+ }
96572
+ this.isLoading.set(true);
96573
+ this.continueClick.emit();
96574
+ }
96575
+ static { this.ɵfac = function ContinueFooterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContinueFooterComponent)(); }; }
96576
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContinueFooterComponent, selectors: [["symphiq-continue-footer"]], inputs: { viewMode: [1, "viewMode"], buttonText: [1, "buttonText"] }, outputs: { continueClick: "continueClick" }, decls: 5, vars: 10, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "shadow-lg", 3, "ngClass"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], ["type", "button", 1, "w-full", "py-4", "px-6", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-3", 3, "click", "disabled", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "animate-spin"], ["cx", "12", "cy", "12", "r", "10", "stroke", "currentColor", "stroke-width", "4", 1, "opacity-25"], ["fill", "currentColor", "d", "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z", 1, "opacity-75"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function ContinueFooterComponent_Template(rf, ctx) { if (rf & 1) {
96577
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "button", 2);
96578
+ i0.ɵɵlistener("click", function ContinueFooterComponent_Template_button_click_2_listener() { return ctx.handleClick(); });
96579
+ i0.ɵɵconditionalCreate(3, ContinueFooterComponent_Conditional_3_Template, 5, 0)(4, ContinueFooterComponent_Conditional_4_Template, 4, 1);
96580
+ i0.ɵɵelementEnd()()();
96581
+ } if (rf & 2) {
96582
+ i0.ɵɵproperty("ngClass", ctx.containerClasses());
96583
+ i0.ɵɵadvance(2);
96584
+ i0.ɵɵclassProp("cursor-pointer", !ctx.isLoading())("cursor-not-allowed", ctx.isLoading())("opacity-70", ctx.isLoading());
96585
+ i0.ɵɵproperty("disabled", ctx.isLoading())("ngClass", ctx.buttonClasses());
96586
+ i0.ɵɵadvance();
96587
+ i0.ɵɵconditional(ctx.isLoading() ? 3 : 4);
96588
+ } }, dependencies: [CommonModule, i1$1.NgClass], encapsulation: 2, changeDetection: 0 }); }
96589
+ }
96590
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContinueFooterComponent, [{
96591
+ type: Component,
96592
+ args: [{
96593
+ selector: 'symphiq-continue-footer',
96594
+ standalone: true,
96595
+ imports: [CommonModule],
96596
+ changeDetection: ChangeDetectionStrategy.OnPush,
96597
+ template: `
96598
+ <div [ngClass]="containerClasses()" class="fixed bottom-0 left-0 right-0 z-50 border-t shadow-lg">
96599
+ <div class="container mx-auto px-4 sm:px-6 lg:px-8 py-4">
96600
+ <button
96601
+ type="button"
96602
+ (click)="handleClick()"
96603
+ [disabled]="isLoading()"
96604
+ [ngClass]="buttonClasses()"
96605
+ class="w-full py-4 px-6 rounded-xl font-semibold text-lg transition-all duration-200 flex items-center justify-center gap-3"
96606
+ [class.cursor-pointer]="!isLoading()"
96607
+ [class.cursor-not-allowed]="isLoading()"
96608
+ [class.opacity-70]="isLoading()">
96609
+ @if (isLoading()) {
96610
+ <svg class="w-5 h-5 animate-spin" fill="none" viewBox="0 0 24 24">
96611
+ <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
96612
+ <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
96613
+ </svg>
96614
+ <span>Loading...</span>
96615
+ } @else {
96616
+ <span>{{ buttonText() }}</span>
96617
+ <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
96618
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6"></path>
96619
+ </svg>
96620
+ }
96621
+ </button>
96622
+ </div>
96623
+ </div>
96624
+ `
96625
+ }]
96626
+ }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], buttonText: [{ type: i0.Input, args: [{ isSignal: true, alias: "buttonText", required: false }] }], continueClick: [{ type: i0.Output, args: ["continueClick"] }] }); })();
96627
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ContinueFooterComponent, { className: "ContinueFooterComponent", filePath: "lib/components/shared/continue-footer.component.ts", lineNumber: 39 }); })();
96628
+
96531
96629
  function ProfileAnalysisStatusSummaryComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
96532
96630
  i0.ɵɵelementStart(0, "div", 1)(1, "div", 3);
96533
96631
  i0.ɵɵelement(2, "div", 4);
@@ -97651,7 +97749,7 @@ class ProfileAnalysisCardGridComponent {
97651
97749
 
97652
97750
  function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
97653
97751
  const _r1 = i0.ɵɵgetCurrentView();
97654
- i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 26);
97752
+ i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 27);
97655
97753
  i0.ɵɵlistener("nextStepClick", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_5_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 SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_5_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)); });
97656
97754
  i0.ɵɵelementEnd();
97657
97755
  } if (rf & 2) {
@@ -97672,7 +97770,7 @@ function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_29_Templ
97672
97770
  } }
97673
97771
  function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_30_Template(rf, ctx) { if (rf & 1) {
97674
97772
  const _r3 = i0.ɵɵgetCurrentView();
97675
- i0.ɵɵelementStart(0, "symphiq-profile-analysis-card-grid", 27);
97773
+ i0.ɵɵelementStart(0, "symphiq-profile-analysis-card-grid", 28);
97676
97774
  i0.ɵɵlistener("cardClick", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_30_Template_symphiq_profile_analysis_card_grid_cardClick_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCardClick($event)); });
97677
97775
  i0.ɵɵelementEnd();
97678
97776
  } if (rf & 2) {
@@ -97681,10 +97779,19 @@ function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_30_Templ
97681
97779
  } }
97682
97780
  function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_31_Template(rf, ctx) { if (rf & 1) {
97683
97781
  const _r4 = i0.ɵɵgetCurrentView();
97684
- i0.ɵɵelementStart(0, "symphiq-search-modal", 28);
97782
+ i0.ɵɵelementStart(0, "symphiq-search-modal", 29);
97685
97783
  i0.ɵɵlistener("closeModal", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_31_Template_symphiq_search_modal_closeModal_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCloseSearchModal()); });
97686
97784
  i0.ɵɵelementEnd();
97687
97785
  } }
97786
+ function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_33_Template(rf, ctx) { if (rf & 1) {
97787
+ const _r5 = i0.ɵɵgetCurrentView();
97788
+ i0.ɵɵelementStart(0, "symphiq-continue-footer", 30);
97789
+ i0.ɵɵlistener("continueClick", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_33_Template_symphiq_continue_footer_continueClick_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); });
97790
+ i0.ɵɵelementEnd();
97791
+ } if (rf & 2) {
97792
+ const ctx_r1 = i0.ɵɵnextContext();
97793
+ i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
97794
+ } }
97688
97795
  class SymphiqProfileFocusAreasAnalysesDashboardComponent {
97689
97796
  constructor() {
97690
97797
  this.requestedByUser = input(...(ngDevMode ? [undefined, { debugName: "requestedByUser" }] : []));
@@ -97723,6 +97830,11 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
97723
97830
  this.headerScrollService = inject(HeaderScrollService);
97724
97831
  this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
97725
97832
  this.isSimplifiedView = computed(() => this.displayMode() === DisplayModeEnum.SIMPLIFIED, ...(ngDevMode ? [{ debugName: "isSimplifiedView" }] : []));
97833
+ this.showContinueFooter = computed(() => {
97834
+ return this.isSimplifiedView() &&
97835
+ this.allInterestedFocusAreasAnalysisReviewed() &&
97836
+ this.maxAccessibleStepId() === JourneyStepIdEnum.FOCUS_AREA_ANALYSIS;
97837
+ }, ...(ngDevMode ? [{ debugName: "showContinueFooter" }] : []));
97726
97838
  this.FocusAreaDetailStatusEnum = FocusAreaDetailStatusEnum;
97727
97839
  this.AiDynamicContentStatusEnum = AiDynamicContentStatusEnum;
97728
97840
  this.ProfileAnalysisReviewStatusEnum = ProfileAnalysisReviewStatusEnum;
@@ -98174,7 +98286,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
98174
98286
  static { this.ɵfac = function SymphiqProfileFocusAreasAnalysesDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileFocusAreasAnalysesDashboardComponent)(); }; }
98175
98287
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileFocusAreasAnalysesDashboardComponent, selectors: [["symphiq-profile-focus-areas-analyses-dashboard"]], hostBindings: function SymphiqProfileFocusAreasAnalysesDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
98176
98288
  i0.ɵɵlistener("scroll", function SymphiqProfileFocusAreasAnalysesDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
98177
- } }, inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalyses: [1, "profileAnalyses"], profileFocusAreas: [1, "profileFocusAreas"], itemStatusesProfileFocusArea: [1, "itemStatusesProfileFocusArea"], itemStatusesProfileAnalysis: [1, "itemStatusesProfileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileFocusAreaQuestions: [1, "profileFocusAreaQuestions"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"], viewMode: [1, "viewMode"], displayMode: [1, "displayMode"], currentStepId: [1, "currentStepId"] }, outputs: { navigateToProfileFocusArea: "navigateToProfileFocusArea", navigateToProfileAnalysis: "navigateToProfileAnalysis", stepClick: "stepClick", nextStepClick: "nextStepClick", answerFocusAreaProfileQuestions: "answerFocusAreaProfileQuestions", continueFocusAreaProfileQuestions: "continueFocusAreaProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", focusAreaProfileAdminAnswerAction: "focusAreaProfileAdminAnswerAction" }, decls: 33, vars: 29, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8", "md:py-12", "relative", "z-10"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "px-8", "py-8"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-3", 3, "ngClass"], [3, "viewMode", "profileStatusCounts", "analysisStatusCounts", "allReviewed", "hasItems", "config"], [1, "grid", "grid-cols-1", "lg:grid-cols-3", "gap-6", "mb-6"], [1, "lg:col-span-2", "space-y-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "lg:col-span-1"], ["currentStepId", "focus-areas", 3, "viewMode", "focusAreaDetails"], [1, "mt-6", "block", 3, "viewMode", "items", "analysisDate", "analysisDatePreposition"], ["title", "Continue Your Journey", "description", "The final step\u2014Metric Analysis\u2014lets you provide funnel-specific context for each conversion point. This granular knowledge ensures recommendations address the precise bottlenecks in your customer journey, creating a complete picture from top-of-funnel awareness to revenue.", 1, "mt-6", "block", 3, "viewMode"], ["title", "Loading Focus Area Data", "subtitle", "Please wait while we retrieve your focus areas...", "size", "large", 3, "viewMode"], [3, "viewMode", "cards", "config"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "cardClick", "viewMode", "cards", "config"], [3, "closeModal"]], template: function SymphiqProfileFocusAreasAnalysesDashboardComponent_Template(rf, ctx) { if (rf & 1) {
98289
+ } }, inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalyses: [1, "profileAnalyses"], profileFocusAreas: [1, "profileFocusAreas"], itemStatusesProfileFocusArea: [1, "itemStatusesProfileFocusArea"], itemStatusesProfileAnalysis: [1, "itemStatusesProfileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileFocusAreaQuestions: [1, "profileFocusAreaQuestions"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"], viewMode: [1, "viewMode"], displayMode: [1, "displayMode"], currentStepId: [1, "currentStepId"] }, outputs: { navigateToProfileFocusArea: "navigateToProfileFocusArea", navigateToProfileAnalysis: "navigateToProfileAnalysis", stepClick: "stepClick", nextStepClick: "nextStepClick", answerFocusAreaProfileQuestions: "answerFocusAreaProfileQuestions", continueFocusAreaProfileQuestions: "continueFocusAreaProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", focusAreaProfileAdminAnswerAction: "focusAreaProfileAdminAnswerAction" }, decls: 34, vars: 30, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8", "md:py-12", "relative", "z-10"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "px-8", "py-8"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-3", 3, "ngClass"], [3, "viewMode", "profileStatusCounts", "analysisStatusCounts", "allReviewed", "hasItems", "config"], [1, "grid", "grid-cols-1", "lg:grid-cols-3", "gap-6", "mb-6"], [1, "lg:col-span-2", "space-y-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "lg:col-span-1"], ["currentStepId", "focus-areas", 3, "viewMode", "focusAreaDetails"], [1, "mt-6", "block", 3, "viewMode", "items", "analysisDate", "analysisDatePreposition"], ["title", "Continue Your Journey", "description", "The final step\u2014Metric Analysis\u2014lets you provide funnel-specific context for each conversion point. This granular knowledge ensures recommendations address the precise bottlenecks in your customer journey, creating a complete picture from top-of-funnel awareness to revenue.", 1, "mt-6", "block", 3, "viewMode"], ["title", "Loading Focus Area Data", "subtitle", "Please wait while we retrieve your focus areas...", "size", "large", 3, "viewMode"], [3, "viewMode", "cards", "config"], ["buttonText", "Continue to Metric Analyses", 3, "viewMode"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "cardClick", "viewMode", "cards", "config"], [3, "closeModal"], ["buttonText", "Continue to Metric Analyses", 3, "continueClick", "viewMode"]], template: function SymphiqProfileFocusAreasAnalysesDashboardComponent_Template(rf, ctx) { if (rf & 1) {
98178
98290
  i0.ɵɵelementStart(0, "div", 0);
98179
98291
  i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
98180
98292
  i0.ɵɵelementStart(3, "div", 3);
@@ -98207,6 +98319,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
98207
98319
  i0.ɵɵelementEnd()();
98208
98320
  i0.ɵɵconditionalCreate(31, SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_31_Template, 1, 0, "symphiq-search-modal");
98209
98321
  i0.ɵɵelement(32, "symphiq-tooltip-container");
98322
+ i0.ɵɵconditionalCreate(33, SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_33_Template, 1, 1, "symphiq-continue-footer", 26);
98210
98323
  i0.ɵɵelementEnd();
98211
98324
  } if (rf & 2) {
98212
98325
  i0.ɵɵclassProp("min-h-screen", !ctx.embedded());
@@ -98240,7 +98353,9 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
98240
98353
  i0.ɵɵconditional(ctx.isLoading() ? 29 : 30);
98241
98354
  i0.ɵɵadvance(2);
98242
98355
  i0.ɵɵconditional(ctx.showSearchModal() ? 31 : -1);
98243
- } }, dependencies: [CommonModule, i1$1.NgClass, ContinueYourJourneyComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent, LoadingCardComponent], styles: ["@keyframes _ngcontent-%COMP%_review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_review-pulse 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_status-pop .3s ease-out;transition:all .3s ease-out}@keyframes _ngcontent-%COMP%_alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_alert-pulse 4s ease-in-out infinite}"], data: { animation: [
98356
+ i0.ɵɵadvance(2);
98357
+ i0.ɵɵconditional(ctx.showContinueFooter() ? 33 : -1);
98358
+ } }, dependencies: [CommonModule, i1$1.NgClass, ContinueYourJourneyComponent, ContinueFooterComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent, LoadingCardComponent], styles: ["@keyframes _ngcontent-%COMP%_review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_review-pulse 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_status-pop .3s ease-out;transition:all .3s ease-out}@keyframes _ngcontent-%COMP%_alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_alert-pulse 4s ease-in-out infinite}"], data: { animation: [
98244
98359
  trigger('statusBadge', [
98245
98360
  transition(':enter', [
98246
98361
  style({ opacity: 0, transform: 'scale(0.8)' }),
@@ -98261,7 +98376,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
98261
98376
  }
98262
98377
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileFocusAreasAnalysesDashboardComponent, [{
98263
98378
  type: Component,
98264
- args: [{ selector: 'symphiq-profile-focus-areas-analyses-dashboard', standalone: true, imports: [CommonModule, ContinueYourJourneyComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent, LoadingCardComponent], changeDetection: ChangeDetectionStrategy.OnPush, animations: [
98379
+ args: [{ selector: 'symphiq-profile-focus-areas-analyses-dashboard', standalone: true, imports: [CommonModule, ContinueYourJourneyComponent, ContinueFooterComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent, LoadingCardComponent], changeDetection: ChangeDetectionStrategy.OnPush, animations: [
98265
98380
  trigger('statusBadge', [
98266
98381
  transition(':enter', [
98267
98382
  style({ opacity: 0, transform: 'scale(0.8)' }),
@@ -98419,13 +98534,22 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
98419
98534
  }
98420
98535
 
98421
98536
  <symphiq-tooltip-container/>
98537
+
98538
+ <!-- Continue Footer -->
98539
+ @if (showContinueFooter()) {
98540
+ <symphiq-continue-footer
98541
+ [viewMode]="viewMode()"
98542
+ buttonText="Continue to Metric Analyses"
98543
+ (continueClick)="nextStepClick.emit()"
98544
+ />
98545
+ }
98422
98546
  </div>
98423
98547
  `, styles: ["@keyframes review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse{animation:review-pulse 2s ease-in-out infinite}@keyframes status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge{animation:status-pop .3s ease-out;transition:all .3s ease-out}@keyframes alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse{animation:alert-pulse 4s ease-in-out infinite}\n"] }]
98424
98548
  }], null, { 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 }] }], profileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalyses", required: false }] }], profileFocusAreas: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusAreas", required: false }] }], itemStatusesProfileFocusArea: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusesProfileFocusArea", required: false }] }], itemStatusesProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusesProfileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], profileFocusAreaQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusAreaQuestions", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], currentUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentUser", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], displayMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "displayMode", required: false }] }], currentStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentStepId", required: false }] }], navigateToProfileFocusArea: [{ type: i0.Output, args: ["navigateToProfileFocusArea"] }], navigateToProfileAnalysis: [{ type: i0.Output, args: ["navigateToProfileAnalysis"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], answerFocusAreaProfileQuestions: [{ type: i0.Output, args: ["answerFocusAreaProfileQuestions"] }], continueFocusAreaProfileQuestions: [{ type: i0.Output, args: ["continueFocusAreaProfileQuestions"] }], profileQuestionAnswerSave: [{ type: i0.Output, args: ["profileQuestionAnswerSave"] }], focusAreaProfileAdminAnswerAction: [{ type: i0.Output, args: ["focusAreaProfileAdminAnswerAction"] }], onScroll: [{
98425
98549
  type: HostListener,
98426
98550
  args: ['window:scroll']
98427
98551
  }] }); })();
98428
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 298 }); })();
98552
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 308 }); })();
98429
98553
 
98430
98554
  const _c0$8 = () => [];
98431
98555
  function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {