@eric-emg/symphiq-components 1.3.101 → 1.3.102

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.
@@ -116454,9 +116454,34 @@ class JourneyCompletedWelcomeBannerComponent {
116454
116454
  }], () => [], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], businessName: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessName", required: false }] }], businessGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessGoals", required: false }] }] }); })();
116455
116455
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(JourneyCompletedWelcomeBannerComponent, { className: "JourneyCompletedWelcomeBannerComponent", filePath: "lib/components/journey-completed-dashboard/journey-completed-welcome-banner.component.ts", lineNumber: 194 }); })();
116456
116456
 
116457
+ function JourneyCompletedFooterComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
116458
+ i0.ɵɵnamespaceSVG();
116459
+ i0.ɵɵelementStart(0, "svg", 7);
116460
+ i0.ɵɵelement(1, "circle", 8)(2, "path", 9);
116461
+ i0.ɵɵelementEnd();
116462
+ i0.ɵɵnamespaceHTML();
116463
+ i0.ɵɵelementStart(3, "span");
116464
+ i0.ɵɵtext(4, "Starting...");
116465
+ i0.ɵɵelementEnd();
116466
+ } }
116467
+ function JourneyCompletedFooterComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
116468
+ i0.ɵɵnamespaceSVG();
116469
+ i0.ɵɵelementStart(0, "svg", 10);
116470
+ i0.ɵɵelement(1, "path", 11);
116471
+ i0.ɵɵelementEnd();
116472
+ i0.ɵɵnamespaceHTML();
116473
+ i0.ɵɵelementStart(2, "span");
116474
+ i0.ɵɵtext(3, "Start Acting with Symphiq");
116475
+ i0.ɵɵelementEnd();
116476
+ i0.ɵɵnamespaceSVG();
116477
+ i0.ɵɵelementStart(4, "svg", 10);
116478
+ i0.ɵɵelement(5, "path", 12);
116479
+ i0.ɵɵelementEnd();
116480
+ } }
116457
116481
  class JourneyCompletedFooterComponent {
116458
116482
  constructor() {
116459
116483
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
116484
+ this.isStartActingLoading = input(false, ...(ngDevMode ? [{ debugName: "isStartActingLoading" }] : []));
116460
116485
  this.startActing = output();
116461
116486
  this.isDark = computed(() => this.viewMode() === ViewModeEnum.DARK, ...(ngDevMode ? [{ debugName: "isDark" }] : []));
116462
116487
  this.containerClasses = computed(() => this.isDark()
@@ -116472,7 +116497,7 @@ class JourneyCompletedFooterComponent {
116472
116497
  this.startActing.emit();
116473
116498
  }
116474
116499
  static { this.ɵfac = function JourneyCompletedFooterComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || JourneyCompletedFooterComponent)(); }; }
116475
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: JourneyCompletedFooterComponent, selectors: [["symphiq-journey-completed-footer"]], inputs: { viewMode: [1, "viewMode"] }, outputs: { startActing: "startActing" }, decls: 15, vars: 4, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-100", "border-t", "backdrop-blur-xl", "transition-all", "duration-300", 3, "ngClass"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-6"], [1, "flex", "flex-col", "sm:flex-row", "items-center", "justify-between", "gap-6"], [1, "flex-1", "text-center", "sm:text-left"], [1, "text-xl", "font-bold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], ["type", "button", 1, "relative", "overflow-hidden", "w-full", "sm:w-auto", "inline-flex", "items-center", "justify-center", "gap-4", "px-12", "py-5", "rounded-2xl", "font-extrabold", "text-xl", "transition-all", "duration-300", "cursor-pointer", "animate-glow-pulse", "hover-lift", "button-shine", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-7", "h-7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2.5", "d", "M13 10V3L4 14h7v7l9-11h-7z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2.5", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function JourneyCompletedFooterComponent_Template(rf, ctx) { if (rf & 1) {
116500
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: JourneyCompletedFooterComponent, selectors: [["symphiq-journey-completed-footer"]], inputs: { viewMode: [1, "viewMode"], isStartActingLoading: [1, "isStartActingLoading"] }, outputs: { startActing: "startActing" }, decls: 11, vars: 12, consts: [[1, "fixed", "bottom-0", "left-0", "right-0", "z-100", "border-t", "backdrop-blur-xl", "transition-all", "duration-300", 3, "ngClass"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-6"], [1, "flex", "flex-col", "sm:flex-row", "items-center", "justify-between", "gap-6"], [1, "flex-1", "text-center", "sm:text-left"], [1, "text-xl", "font-bold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], ["type", "button", 1, "relative", "overflow-hidden", "w-full", "sm:w-auto", "inline-flex", "items-center", "justify-center", "gap-4", "px-12", "py-5", "rounded-2xl", "font-extrabold", "text-xl", "transition-all", "duration-300", "animate-glow-pulse", "hover-lift", "button-shine", "disabled:hover-lift-none", 3, "click", "ngClass", "disabled"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-7", "h-7", "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-7", "h-7"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2.5", "d", "M13 10V3L4 14h7v7l9-11h-7z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2.5", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function JourneyCompletedFooterComponent_Template(rf, ctx) { if (rf & 1) {
116476
116501
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "h3", 4);
116477
116502
  i0.ɵɵtext(5, " Ready to Transform Your Business? ");
116478
116503
  i0.ɵɵelementEnd();
@@ -116481,18 +116506,8 @@ class JourneyCompletedFooterComponent {
116481
116506
  i0.ɵɵelementEnd()();
116482
116507
  i0.ɵɵelementStart(8, "button", 6);
116483
116508
  i0.ɵɵlistener("click", function JourneyCompletedFooterComponent_Template_button_click_8_listener() { return ctx.onStartActingClick(); });
116484
- i0.ɵɵnamespaceSVG();
116485
- i0.ɵɵelementStart(9, "svg", 7);
116486
- i0.ɵɵelement(10, "path", 8);
116487
- i0.ɵɵelementEnd();
116488
- i0.ɵɵnamespaceHTML();
116489
- i0.ɵɵelementStart(11, "span");
116490
- i0.ɵɵtext(12, "Start Acting with Symphiq");
116491
- i0.ɵɵelementEnd();
116492
- i0.ɵɵnamespaceSVG();
116493
- i0.ɵɵelementStart(13, "svg", 7);
116494
- i0.ɵɵelement(14, "path", 9);
116495
- i0.ɵɵelementEnd()()()()();
116509
+ i0.ɵɵconditionalCreate(9, JourneyCompletedFooterComponent_Conditional_9_Template, 5, 0)(10, JourneyCompletedFooterComponent_Conditional_10_Template, 6, 0);
116510
+ i0.ɵɵelementEnd()()()();
116496
116511
  } if (rf & 2) {
116497
116512
  i0.ɵɵproperty("ngClass", ctx.containerClasses());
116498
116513
  i0.ɵɵadvance(4);
@@ -116500,7 +116515,10 @@ class JourneyCompletedFooterComponent {
116500
116515
  i0.ɵɵadvance(2);
116501
116516
  i0.ɵɵproperty("ngClass", ctx.subtitleClasses());
116502
116517
  i0.ɵɵadvance(2);
116503
- i0.ɵɵproperty("ngClass", ctx.buttonClasses());
116518
+ i0.ɵɵclassProp("opacity-70", ctx.isStartActingLoading())("cursor-not-allowed", ctx.isStartActingLoading())("cursor-pointer", !ctx.isStartActingLoading());
116519
+ i0.ɵɵproperty("ngClass", ctx.buttonClasses())("disabled", ctx.isStartActingLoading());
116520
+ i0.ɵɵadvance();
116521
+ i0.ɵɵconditional(ctx.isStartActingLoading() ? 9 : 10);
116504
116522
  } }, dependencies: [CommonModule, i1$1.NgClass], styles: ["@keyframes _ngcontent-%COMP%_glowPulse{0%,to{box-shadow:0 0 20px 3px #3b82f640,0 0 40px 5px #06b6d426,0 0 60px 8px #3b82f61a}50%{box-shadow:0 0 30px 5px #3b82f659,0 0 60px 10px #06b6d440,0 0 90px 15px #3b82f626}}.animate-glow-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_glowPulse 4s ease-in-out infinite}@keyframes _ngcontent-%COMP%_shine{0%{left:-100%}to{left:100%}}.button-shine[_ngcontent-%COMP%]:after{content:\"\";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:_ngcontent-%COMP%_shine 6s infinite}.hover-lift[_ngcontent-%COMP%]:hover{transform:translateY(-2px) scale(1.02)}.hover-lift[_ngcontent-%COMP%]:active{transform:translateY(0) scale(.98)}"], changeDetection: 0 }); }
116505
116523
  }
116506
116524
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(JourneyCompletedFooterComponent, [{
@@ -116522,21 +116540,33 @@ class JourneyCompletedFooterComponent {
116522
116540
  type="button"
116523
116541
  (click)="onStartActingClick()"
116524
116542
  [ngClass]="buttonClasses()"
116525
- class="relative overflow-hidden w-full sm:w-auto inline-flex items-center justify-center gap-4 px-12 py-5 rounded-2xl font-extrabold text-xl transition-all duration-300 cursor-pointer animate-glow-pulse hover-lift button-shine">
116526
- <svg class="w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24">
116527
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13 10V3L4 14h7v7l9-11h-7z"/>
116528
- </svg>
116529
- <span>Start Acting with Symphiq</span>
116530
- <svg class="w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24">
116531
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13 7l5 5m0 0l-5 5m5-5H6"/>
116532
- </svg>
116543
+ [disabled]="isStartActingLoading()"
116544
+ [class.opacity-70]="isStartActingLoading()"
116545
+ [class.cursor-not-allowed]="isStartActingLoading()"
116546
+ [class.cursor-pointer]="!isStartActingLoading()"
116547
+ class="relative overflow-hidden w-full sm:w-auto inline-flex items-center justify-center gap-4 px-12 py-5 rounded-2xl font-extrabold text-xl transition-all duration-300 animate-glow-pulse hover-lift button-shine disabled:hover-lift-none">
116548
+ @if (isStartActingLoading()) {
116549
+ <svg class="w-7 h-7 animate-spin" fill="none" viewBox="0 0 24 24">
116550
+ <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
116551
+ <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>
116552
+ </svg>
116553
+ <span>Starting...</span>
116554
+ } @else {
116555
+ <svg class="w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24">
116556
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13 10V3L4 14h7v7l9-11h-7z"/>
116557
+ </svg>
116558
+ <span>Start Acting with Symphiq</span>
116559
+ <svg class="w-7 h-7" fill="none" stroke="currentColor" viewBox="0 0 24 24">
116560
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13 7l5 5m0 0l-5 5m5-5H6"/>
116561
+ </svg>
116562
+ }
116533
116563
  </button>
116534
116564
  </div>
116535
116565
  </div>
116536
116566
  </div>
116537
116567
  `, styles: ["@keyframes glowPulse{0%,to{box-shadow:0 0 20px 3px #3b82f640,0 0 40px 5px #06b6d426,0 0 60px 8px #3b82f61a}50%{box-shadow:0 0 30px 5px #3b82f659,0 0 60px 10px #06b6d440,0 0 90px 15px #3b82f626}}.animate-glow-pulse{animation:glowPulse 4s ease-in-out infinite}@keyframes shine{0%{left:-100%}to{left:100%}}.button-shine:after{content:\"\";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shine 6s infinite}.hover-lift:hover{transform:translateY(-2px) scale(1.02)}.hover-lift:active{transform:translateY(0) scale(.98)}\n"] }]
116538
- }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], startActing: [{ type: i0.Output, args: ["startActing"] }] }); })();
116539
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(JourneyCompletedFooterComponent, { className: "JourneyCompletedFooterComponent", filePath: "lib/components/journey-completed-dashboard/journey-completed-footer.component.ts", lineNumber: 74 }); })();
116568
+ }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isStartActingLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isStartActingLoading", required: false }] }], startActing: [{ type: i0.Output, args: ["startActing"] }] }); })();
116569
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(JourneyCompletedFooterComponent, { className: "JourneyCompletedFooterComponent", filePath: "lib/components/journey-completed-dashboard/journey-completed-footer.component.ts", lineNumber: 86 }); })();
116540
116570
 
116541
116571
  function SymphiqJourneyCompletedDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
116542
116572
  const _r1 = i0.ɵɵgetCurrentView();
@@ -116561,6 +116591,7 @@ class SymphiqJourneyCompletedDashboardComponent {
116561
116591
  this.isOnboarded = input(false, ...(ngDevMode ? [{ debugName: "isOnboarded" }] : []));
116562
116592
  this.forDemo = input(false, ...(ngDevMode ? [{ debugName: "forDemo" }] : []));
116563
116593
  this.maxAccessibleStepId = input(...(ngDevMode ? [undefined, { debugName: "maxAccessibleStepId" }] : []));
116594
+ this.isStartActingLoading = input(false, ...(ngDevMode ? [{ debugName: "isStartActingLoading" }] : []));
116564
116595
  this.startActing = output();
116565
116596
  this.stepClick = output();
116566
116597
  this.headerScrollService = inject(HeaderScrollService);
@@ -116569,7 +116600,7 @@ class SymphiqJourneyCompletedDashboardComponent {
116569
116600
  this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
116570
116601
  }
116571
116602
  static { this.ɵfac = function SymphiqJourneyCompletedDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqJourneyCompletedDashboardComponent)(); }; }
116572
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqJourneyCompletedDashboardComponent, selectors: [["symphiq-journey-completed-dashboard"]], inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], businessName: [1, "businessName"], businessGoals: [1, "businessGoals"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { startActing: "startActing", stepClick: "stepClick" }, decls: 10, vars: 20, 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"], ["colorScheme", "blue-cyan", 3, "viewMode", "progress", "embedded"], [1, "relative", "z-51"], [3, "title", "subtitle", "viewMode", "isLoading", "showSearchControl", "showViewModeControl", "embedded", "scrollEvent"], [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", "pb-36"], [3, "viewMode", "businessName", "businessGoals"], [3, "startActing", "viewMode"], [3, "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"]], template: function SymphiqJourneyCompletedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
116603
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqJourneyCompletedDashboardComponent, selectors: [["symphiq-journey-completed-dashboard"]], inputs: { viewMode: [1, "viewMode"], embedded: [1, "embedded"], isLoading: [1, "isLoading"], businessName: [1, "businessName"], businessGoals: [1, "businessGoals"], unifiedProfileAnalysis: [1, "unifiedProfileAnalysis"], sourceProfileAnalyses: [1, "sourceProfileAnalyses"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], isStartActingLoading: [1, "isStartActingLoading"] }, outputs: { startActing: "startActing", stepClick: "stepClick" }, decls: 10, vars: 21, 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"], ["colorScheme", "blue-cyan", 3, "viewMode", "progress", "embedded"], [1, "relative", "z-51"], [3, "title", "subtitle", "viewMode", "isLoading", "showSearchControl", "showViewModeControl", "embedded", "scrollEvent"], [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", "pb-36"], [3, "viewMode", "businessName", "businessGoals"], [3, "startActing", "viewMode", "isStartActingLoading"], [3, "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"]], template: function SymphiqJourneyCompletedDashboardComponent_Template(rf, ctx) { if (rf & 1) {
116573
116604
  i0.ɵɵelementStart(0, "div", 0);
116574
116605
  i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
116575
116606
  i0.ɵɵelementStart(3, "div", 3);
@@ -116595,7 +116626,7 @@ class SymphiqJourneyCompletedDashboardComponent {
116595
116626
  i0.ɵɵadvance(2);
116596
116627
  i0.ɵɵproperty("viewMode", ctx.viewMode())("businessName", ctx.businessName())("businessGoals", ctx.businessGoals());
116597
116628
  i0.ɵɵadvance(2);
116598
- i0.ɵɵproperty("viewMode", ctx.viewMode());
116629
+ i0.ɵɵproperty("viewMode", ctx.viewMode())("isStartActingLoading", ctx.isStartActingLoading());
116599
116630
  } }, dependencies: [CommonModule,
116600
116631
  JourneyCompletedWelcomeBannerComponent,
116601
116632
  JourneyCompletedFooterComponent,
@@ -116667,13 +116698,14 @@ class SymphiqJourneyCompletedDashboardComponent {
116667
116698
 
116668
116699
  <symphiq-journey-completed-footer
116669
116700
  [viewMode]="viewMode()"
116701
+ [isStartActingLoading]="isStartActingLoading()"
116670
116702
  (startActing)="startActing.emit()"
116671
116703
  />
116672
116704
  </div>
116673
116705
  `
116674
116706
  }]
116675
- }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], businessName: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessName", required: false }] }], businessGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessGoals", required: false }] }], unifiedProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedProfileAnalysis", required: false }] }], sourceProfileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceProfileAnalyses", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], startActing: [{ type: i0.Output, args: ["startActing"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }] }); })();
116676
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqJourneyCompletedDashboardComponent, { className: "SymphiqJourneyCompletedDashboardComponent", filePath: "lib/components/journey-completed-dashboard/symphiq-journey-completed-dashboard.component.ts", lineNumber: 87 }); })();
116707
+ }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], businessName: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessName", required: false }] }], businessGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessGoals", required: false }] }], unifiedProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "unifiedProfileAnalysis", required: false }] }], sourceProfileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "sourceProfileAnalyses", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], isStartActingLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isStartActingLoading", required: false }] }], startActing: [{ type: i0.Output, args: ["startActing"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }] }); })();
116708
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqJourneyCompletedDashboardComponent, { className: "SymphiqJourneyCompletedDashboardComponent", filePath: "lib/components/journey-completed-dashboard/symphiq-journey-completed-dashboard.component.ts", lineNumber: 88 }); })();
116677
116709
 
116678
116710
  /*
116679
116711
  * Public API Surface of symphiq-components