@eric-emg/symphiq-components 1.2.330 → 1.2.332

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.
@@ -86298,6 +86298,7 @@ class BillingCurrencySelectorCardComponent {
86298
86298
  constructor() {
86299
86299
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
86300
86300
  this.isLoading = input(false, ...(ngDevMode ? [{ debugName: "isLoading" }] : []));
86301
+ this.initialCurrency = input(null, ...(ngDevMode ? [{ debugName: "initialCurrency" }] : []));
86301
86302
  this.currencySelected = output();
86302
86303
  this.selectedCurrency = signal(null, ...(ngDevMode ? [{ debugName: "selectedCurrency" }] : []));
86303
86304
  this.currencies = [
@@ -86306,6 +86307,16 @@ class BillingCurrencySelectorCardComponent {
86306
86307
  { code: CurrencyCodeEnum.NOK, symbol: 'kr', name: 'Norwegian Krone' },
86307
86308
  { code: CurrencyCodeEnum.JPY, symbol: '¥', name: 'Japanese Yen' }
86308
86309
  ];
86310
+ const initial = this.initialCurrency();
86311
+ if (initial) {
86312
+ this.selectedCurrency.set(initial);
86313
+ }
86314
+ }
86315
+ ngOnInit() {
86316
+ const initial = this.initialCurrency();
86317
+ if (initial) {
86318
+ this.selectedCurrency.set(initial);
86319
+ }
86309
86320
  }
86310
86321
  handleCurrencyChange(currency) {
86311
86322
  this.currencySelected.emit(currency);
@@ -86381,7 +86392,7 @@ class BillingCurrencySelectorCardComponent {
86381
86392
  : 'text-slate-600';
86382
86393
  }
86383
86394
  static { this.ɵfac = function BillingCurrencySelectorCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BillingCurrencySelectorCardComponent)(); }; }
86384
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BillingCurrencySelectorCardComponent, selectors: [["symphiq-billing-currency-selector-card"]], inputs: { viewMode: [1, "viewMode"], isLoading: [1, "isLoading"] }, outputs: { currencySelected: "currencySelected" }, decls: 16, vars: 6, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "space-y-6"], [1, "space-y-3"], [1, "flex", "items-center", "gap-4", "p-4", "rounded-xl", "border-2", "cursor-pointer", "transition-all", "duration-200", "hover:scale-[1.01]", 3, "ngClass"], ["type", "radio", 1, "w-5", "h-5", "flex-shrink-0", "cursor-pointer", "disabled:cursor-not-allowed", 3, "ngModelChange", "change", "name", "value", "ngModel", "disabled", "ngClass"], [1, "flex-1"], [1, "flex", "items-center", "gap-2"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "text-sm", 3, "ngClass"]], template: function BillingCurrencySelectorCardComponent_Template(rf, ctx) { if (rf & 1) {
86395
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BillingCurrencySelectorCardComponent, selectors: [["symphiq-billing-currency-selector-card"]], inputs: { viewMode: [1, "viewMode"], isLoading: [1, "isLoading"], initialCurrency: [1, "initialCurrency"] }, outputs: { currencySelected: "currencySelected" }, decls: 16, vars: 6, consts: [[1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-6", "py-5", "border-b", 3, "ngClass"], [1, "flex", "items-center", "gap-3"], [1, "p-2.5", "rounded-lg", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-sm", "mt-0.5", 3, "ngClass"], [1, "p-6", 3, "ngClass"], [1, "space-y-6"], [1, "space-y-3"], [1, "flex", "items-center", "gap-4", "p-4", "rounded-xl", "border-2", "cursor-pointer", "transition-all", "duration-200", "hover:scale-[1.01]", 3, "ngClass"], ["type", "radio", 1, "w-5", "h-5", "flex-shrink-0", "cursor-pointer", "disabled:cursor-not-allowed", 3, "ngModelChange", "change", "name", "value", "ngModel", "disabled", "ngClass"], [1, "flex-1"], [1, "flex", "items-center", "gap-2"], [1, "text-lg", "font-bold", 3, "ngClass"], [1, "text-sm", 3, "ngClass"]], template: function BillingCurrencySelectorCardComponent_Template(rf, ctx) { if (rf & 1) {
86385
86396
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3);
86386
86397
  i0.ɵɵnamespaceSVG();
86387
86398
  i0.ɵɵelementStart(4, "svg", 4);
@@ -86420,66 +86431,68 @@ class BillingCurrencySelectorCardComponent {
86420
86431
  standalone: true,
86421
86432
  imports: [CommonModule, FormsModule],
86422
86433
  changeDetection: ChangeDetectionStrategy.OnPush,
86423
- template: `
86424
- <div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden">
86425
- <div [ngClass]="headerClasses()" class="px-6 py-5 border-b">
86426
- <div class="flex items-center gap-3">
86427
- <div [ngClass]="iconContainerClasses()" class="p-2.5 rounded-lg">
86428
- <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
86429
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path>
86430
- </svg>
86431
- </div>
86432
- <div>
86433
- <h2 [ngClass]="titleClasses()" class="text-xl font-bold">
86434
- Select Your Billing Currency
86435
- </h2>
86436
- <p [ngClass]="subtitleClasses()" class="text-sm mt-0.5">
86437
- Choose the currency for your subscription
86438
- </p>
86439
- </div>
86440
- </div>
86441
- </div>
86442
-
86443
- <div [ngClass]="contentClasses()" class="p-6">
86444
- <div class="space-y-6">
86445
- <div class="space-y-3">
86446
- @for (currency of currencies; track currency.code) {
86447
- <label
86448
- [ngClass]="getCurrencyOptionClasses(currency.code)"
86449
- class="flex items-center gap-4 p-4 rounded-xl border-2 cursor-pointer transition-all duration-200 hover:scale-[1.01]">
86450
- <input
86451
- type="radio"
86452
- [name]="'currency'"
86453
- [value]="currency.code"
86454
- [(ngModel)]="selectedCurrency"
86455
- (change)="handleCurrencyChange(currency.code)"
86456
- [disabled]="isLoading()"
86457
- [ngClass]="getRadioClasses()"
86458
- class="w-5 h-5 flex-shrink-0 cursor-pointer disabled:cursor-not-allowed"
86459
- />
86460
- <div class="flex-1">
86461
- <div class="flex items-center gap-2">
86462
- <span [ngClass]="getCurrencyCodeClasses()" class="text-lg font-bold">
86463
- {{ currency.code }}
86464
- </span>
86465
- <span [ngClass]="getCurrencySymbolClasses()" class="text-sm">
86466
- ({{ currency.symbol }})
86467
- </span>
86468
- </div>
86469
- <p [ngClass]="getCurrencyNameClasses()" class="text-sm mt-0.5">
86470
- {{ currency.name }}
86471
- </p>
86472
- </div>
86473
- </label>
86474
- }
86475
- </div>
86476
- </div>
86477
- </div>
86478
- </div>
86434
+ template: `
86435
+ <div [ngClass]="containerClasses()" class="rounded-2xl border shadow-lg overflow-hidden">
86436
+ <div [ngClass]="headerClasses()" class="px-6 py-5 border-b">
86437
+ <div class="flex items-center gap-3">
86438
+ <div [ngClass]="iconContainerClasses()" class="p-2.5 rounded-lg">
86439
+ <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
86440
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path>
86441
+ </svg>
86442
+ </div>
86443
+ <div>
86444
+ <h2 [ngClass]="titleClasses()" class="text-xl font-bold">
86445
+ Select Your Billing Currency
86446
+ </h2>
86447
+ <p [ngClass]="subtitleClasses()" class="text-sm mt-0.5">
86448
+ Choose the currency for your subscription
86449
+ </p>
86450
+ </div>
86451
+ </div>
86452
+ </div>
86453
+
86454
+ <div [ngClass]="contentClasses()" class="p-6">
86455
+ <div class="space-y-6">
86456
+ <div class="space-y-3">
86457
+ @for (currency of currencies; track currency.code) {
86458
+ <label
86459
+ [ngClass]="getCurrencyOptionClasses(currency.code)"
86460
+ class="flex items-center gap-4 p-4 rounded-xl border-2 cursor-pointer transition-all duration-200 hover:scale-[1.01]">
86461
+ <input
86462
+ type="radio"
86463
+ [name]="'currency'"
86464
+ [value]="currency.code"
86465
+ [(ngModel)]="selectedCurrency"
86466
+ (change)="handleCurrencyChange(currency.code)"
86467
+ [disabled]="isLoading()"
86468
+ [ngClass]="getRadioClasses()"
86469
+ class="w-5 h-5 flex-shrink-0 cursor-pointer disabled:cursor-not-allowed"
86470
+ />
86471
+ <div class="flex-1">
86472
+ <div class="flex items-center gap-2">
86473
+ <span [ngClass]="getCurrencyCodeClasses()" class="text-lg font-bold">
86474
+ {{ currency.code }}
86475
+ </span>
86476
+ <span [ngClass]="getCurrencySymbolClasses()" class="text-sm">
86477
+ ({{ currency.symbol }})
86478
+ </span>
86479
+ </div>
86480
+ <p [ngClass]="getCurrencyNameClasses()" class="text-sm mt-0.5">
86481
+ {{ currency.name }}
86482
+ </p>
86483
+ </div>
86484
+ </label>
86485
+ }
86486
+ </div>
86487
+
86488
+
86489
+ </div>
86490
+ </div>
86491
+ </div>
86479
86492
  `
86480
86493
  }]
86481
- }], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], currencySelected: [{ type: i0.Output, args: ["currencySelected"] }] }); })();
86482
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BillingCurrencySelectorCardComponent, { className: "BillingCurrencySelectorCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/billing-currency-selector-card.component.ts", lineNumber: 69 }); })();
86494
+ }], () => [], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], initialCurrency: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialCurrency", required: false }] }], currencySelected: [{ type: i0.Output, args: ["currencySelected"] }] }); })();
86495
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BillingCurrencySelectorCardComponent, { className: "BillingCurrencySelectorCardComponent", filePath: "lib/components/profile-analysis-dashboard/cards/billing-currency-selector-card.component.ts", lineNumber: 71 }); })();
86483
86496
 
86484
86497
  class PlanSelectionPlaceholderCardComponent {
86485
86498
  constructor() {
@@ -86548,7 +86561,6 @@ class PlanSelectionPlaceholderCardComponent {
86548
86561
  : 'bg-slate-100 text-slate-600 hover:bg-slate-200 hover:text-slate-800';
86549
86562
  }
86550
86563
  onEditClick() {
86551
- console.log('[PlanSelectionPlaceholderCard] Edit button clicked, emitting editCurrency');
86552
86564
  this.editCurrency.emit();
86553
86565
  }
86554
86566
  static { this.ɵfac = function PlanSelectionPlaceholderCardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PlanSelectionPlaceholderCardComponent)(); }; }
@@ -88289,7 +88301,7 @@ const _c2 = a0 => [a0];
88289
88301
  const _forTrack0 = ($index, $item) => $item.id;
88290
88302
  function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
88291
88303
  const _r1 = i0.ɵɵgetCurrentView();
88292
- i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 23);
88304
+ i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 24);
88293
88305
  i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); })("stepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.stepClick.emit($event)); });
88294
88306
  i0.ɵɵelementEnd();
88295
88307
  } if (rf & 2) {
@@ -88297,20 +88309,20 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx
88297
88309
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("currentStepId", ctx_r1.currentStepId())("showNextStepAction", ctx_r1.shouldShowContinueButton())("forDemo", ctx_r1.forDemo())("maxAccessibleStepId", ctx_r1.maxAccessibleStepId());
88298
88310
  } }
88299
88311
  function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
88300
- i0.ɵɵelement(0, "symphiq-shop-welcome-banner", 24);
88312
+ i0.ɵɵelement(0, "symphiq-shop-welcome-banner", 25);
88301
88313
  } if (rf & 2) {
88302
88314
  let tmp_3_0;
88303
88315
  const ctx_r1 = i0.ɵɵnextContext(2);
88304
88316
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("businessName", ((tmp_3_0 = ctx_r1.profileAnalysis()) == null ? null : tmp_3_0.profileAnalysisStructured == null ? null : tmp_3_0.profileAnalysisStructured.businessName) || "your shop")("isOnboarded", ctx_r1.isOnboarded());
88305
88317
  } }
88306
88318
  function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88307
- i0.ɵɵelement(0, "symphiq-focus-area-welcome-banner", 25);
88319
+ i0.ɵɵelement(0, "symphiq-focus-area-welcome-banner", 26);
88308
88320
  } if (rf & 2) {
88309
88321
  const ctx_r1 = i0.ɵɵnextContext(2);
88310
88322
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("focusAreaDomain", ctx_r1.focusAreaDomain())("focusAreaName", ctx_r1.focusAreaName())("focusAreaDetails", ctx_r1.focusAreaDetails());
88311
88323
  } }
88312
88324
  function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template(rf, ctx) { if (rf & 1) {
88313
- i0.ɵɵelement(0, "symphiq-metric-welcome-banner", 26);
88325
+ i0.ɵɵelement(0, "symphiq-metric-welcome-banner", 27);
88314
88326
  } if (rf & 2) {
88315
88327
  let tmp_3_0;
88316
88328
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -88318,9 +88330,9 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Te
88318
88330
  } }
88319
88331
  function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
88320
88332
  i0.ɵɵelementStart(0, "div", 7);
88321
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner", 24);
88322
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner", 25);
88323
- i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner", 26);
88333
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner", 25);
88334
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner", 26);
88335
+ i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner", 27);
88324
88336
  i0.ɵɵelementEnd();
88325
88337
  } if (rf & 2) {
88326
88338
  const ctx_r1 = i0.ɵɵnextContext();
@@ -88333,31 +88345,38 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx
88333
88345
  } }
88334
88346
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
88335
88347
  const _r3 = i0.ɵɵgetCurrentView();
88336
- i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 29);
88348
+ i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 30);
88337
88349
  i0.ɵɵlistener("viewMoreClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template_symphiq_strategic_goals_tiled_grid_viewMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.openGoalModal($event)); });
88338
88350
  i0.ɵɵelementEnd();
88339
88351
  } if (rf & 2) {
88340
88352
  const ctx_r1 = i0.ɵɵnextContext(2);
88341
88353
  i0.ɵɵproperty("goals", ctx_r1.strategicRoadmapGoals())("viewMode", ctx_r1.viewMode());
88342
88354
  } }
88355
+ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
88356
+ i0.ɵɵelementStart(0, "div", 28);
88357
+ i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 34);
88358
+ i0.ɵɵelementEnd();
88359
+ } if (rf & 2) {
88360
+ const ctx_r1 = i0.ɵɵnextContext(4);
88361
+ i0.ɵɵadvance();
88362
+ i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
88363
+ } }
88343
88364
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
88344
88365
  const _r4 = i0.ɵɵgetCurrentView();
88345
- i0.ɵɵelementStart(0, "div", 27);
88346
- i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 32);
88347
- i0.ɵɵelementEnd();
88348
- i0.ɵɵelementStart(2, "symphiq-billing-currency-selector-card", 33);
88349
- i0.ɵɵlistener("currencySelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template_symphiq_billing_currency_selector_card_currencySelected_2_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleCurrencySelection($event)); });
88366
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div", 28);
88367
+ i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card", 33);
88368
+ i0.ɵɵlistener("currencySelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template_symphiq_billing_currency_selector_card_currencySelected_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleCurrencyChange($event)); });
88350
88369
  i0.ɵɵelementEnd();
88351
88370
  } if (rf & 2) {
88371
+ let tmp_6_0;
88352
88372
  const ctx_r1 = i0.ɵɵnextContext(3);
88373
+ i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() ? 0 : -1);
88353
88374
  i0.ɵɵadvance();
88354
- i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
88355
- i0.ɵɵadvance();
88356
- i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("isLoading", ctx_r1.isCurrencySelectionLoading());
88375
+ i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("isLoading", ctx_r1.isCurrencySelectionLoading())("initialCurrency", ctx_r1.isEditingCurrency() ? ((tmp_6_0 = ctx_r1.account()) == null ? null : tmp_6_0.billingCurrencyCode) || null : null);
88357
88376
  } }
88358
88377
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
88359
88378
  const _r5 = i0.ɵɵgetCurrentView();
88360
- i0.ɵɵelementStart(0, "div", 30)(1, "symphiq-plan-selection-container", 34);
88379
+ i0.ɵɵelementStart(0, "div", 31)(1, "symphiq-plan-selection-container", 35);
88361
88380
  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.editCurrencyClick.emit()); });
88362
88381
  i0.ɵɵelementEnd()();
88363
88382
  } if (rf & 2) {
@@ -88368,7 +88387,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Co
88368
88387
  } }
88369
88388
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88370
88389
  const _r6 = i0.ɵɵgetCurrentView();
88371
- i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 35);
88390
+ i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 36);
88372
88391
  i0.ɵɵlistener("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_2_Template_symphiq_plan_selection_placeholder_card_editCurrency_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); });
88373
88392
  i0.ɵɵelementEnd();
88374
88393
  } if (rf & 2) {
@@ -88377,14 +88396,14 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Co
88377
88396
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selectedCurrency", ((tmp_4_0 = ctx_r1.account()) == null ? null : tmp_4_0.billingCurrencyCode) || ctx_r1.CurrencyCodeEnum.USD);
88378
88397
  } }
88379
88398
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88380
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template, 3, 3)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template, 2, 5, "div", 30)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 31);
88399
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_1_Template, 2, 5, "div", 31)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 32);
88381
88400
  } if (rf & 2) {
88382
88401
  const ctx_r1 = i0.ɵɵnextContext(2);
88383
- i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() ? 0 : ctx_r1.showPlanSelection() ? 1 : 2);
88402
+ i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() || ctx_r1.isEditingCurrency() ? 0 : ctx_r1.showPlanSelection() ? 1 : 2);
88384
88403
  } }
88385
88404
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
88386
88405
  i0.ɵɵelementStart(0, "div");
88387
- i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 36);
88406
+ i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 37);
88388
88407
  i0.ɵɵelementEnd();
88389
88408
  } if (rf & 2) {
88390
88409
  const ctx_r1 = i0.ɵɵnextContext(2);
@@ -88392,8 +88411,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_3_Te
88392
88411
  i0.ɵɵproperty("sections", ctx_r1.nonStrategicSections())("viewMode", ctx_r1.viewMode())("executiveSummary", ctx_r1.executiveSummary())("focusAreaExecutiveSummary", ctx_r1.focusAreaExecutiveSummary())("metricExecutiveSummary", ctx_r1.metricExecutiveSummary())("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
88393
88412
  } }
88394
88413
  function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
88395
- i0.ɵɵelementStart(0, "div", 27);
88396
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 28)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 3, 1);
88414
+ i0.ɵɵelementStart(0, "div", 28);
88415
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 29)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 3, 1);
88397
88416
  i0.ɵɵelementEnd();
88398
88417
  i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_3_Template, 2, 11, "div");
88399
88418
  } if (rf & 2) {
@@ -88404,15 +88423,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx
88404
88423
  i0.ɵɵconditional(ctx_r1.nonStrategicSections().length > 0 ? 3 : -1);
88405
88424
  } }
88406
88425
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
88407
- i0.ɵɵelement(0, "symphiq-grade-badge", 47);
88426
+ i0.ɵɵelement(0, "symphiq-grade-badge", 48);
88408
88427
  } if (rf & 2) {
88409
88428
  const summary_r8 = i0.ɵɵnextContext();
88410
88429
  const ctx_r1 = i0.ɵɵnextContext(2);
88411
88430
  i0.ɵɵproperty("grade", summary_r8.overallGrade)("gradeRationale", summary_r8.gradeRationale || "")("viewMode", ctx_r1.viewMode());
88412
88431
  } }
88413
88432
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
88414
- i0.ɵɵelementStart(0, "div", 60);
88415
- i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 63);
88433
+ i0.ɵɵelementStart(0, "div", 61);
88434
+ i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 64);
88416
88435
  i0.ɵɵelementEnd();
88417
88436
  } if (rf & 2) {
88418
88437
  const summary_r8 = i0.ɵɵnextContext(2);
@@ -88421,15 +88440,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
88421
88440
  i0.ɵɵproperty("visual", summary_r8.napkinVisual)("viewMode", ctx_r1.viewMode());
88422
88441
  } }
88423
88442
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
88424
- i0.ɵɵelementStart(0, "div", 48)(1, "h3", 58);
88443
+ i0.ɵɵelementStart(0, "div", 49)(1, "h3", 59);
88425
88444
  i0.ɵɵtext(2, " Analysis Narrative ");
88426
88445
  i0.ɵɵelementEnd();
88427
- i0.ɵɵelementStart(3, "div", 59);
88428
- i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 60);
88429
- i0.ɵɵelementStart(5, "p", 61);
88446
+ i0.ɵɵelementStart(3, "div", 60);
88447
+ i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 61);
88448
+ i0.ɵɵelementStart(5, "p", 62);
88430
88449
  i0.ɵɵtext(6);
88431
88450
  i0.ɵɵelementEnd();
88432
- i0.ɵɵelement(7, "div", 62);
88451
+ i0.ɵɵelement(7, "div", 63);
88433
88452
  i0.ɵɵelementEnd()();
88434
88453
  } if (rf & 2) {
88435
88454
  const summary_r8 = i0.ɵɵnextContext();
@@ -88445,10 +88464,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
88445
88464
  i0.ɵɵtextInterpolate1(" ", summary_r8.narrative, " ");
88446
88465
  } }
88447
88466
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
88448
- i0.ɵɵelementStart(0, "div", 73);
88467
+ i0.ɵɵelementStart(0, "div", 74);
88449
88468
  i0.ɵɵnamespaceSVG();
88450
- i0.ɵɵelementStart(1, "svg", 75);
88451
- i0.ɵɵelement(2, "path", 76);
88469
+ i0.ɵɵelementStart(1, "svg", 76);
88470
+ i0.ɵɵelement(2, "path", 77);
88452
88471
  i0.ɵɵelementEnd();
88453
88472
  i0.ɵɵnamespaceHTML();
88454
88473
  i0.ɵɵelementStart(3, "span");
@@ -88462,10 +88481,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
88462
88481
  i0.ɵɵtextInterpolate(win_r9.estimatedTimeframe);
88463
88482
  } }
88464
88483
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
88465
- i0.ɵɵelementStart(0, "div", 74)(1, "h4", 77);
88484
+ i0.ɵɵelementStart(0, "div", 75)(1, "h4", 78);
88466
88485
  i0.ɵɵtext(2, " Related Goal ");
88467
88486
  i0.ɵɵelementEnd();
88468
- i0.ɵɵelement(3, "symphiq-related-goal-chips", 78);
88487
+ i0.ɵɵelement(3, "symphiq-related-goal-chips", 79);
88469
88488
  i0.ɵɵelementEnd();
88470
88489
  } if (rf & 2) {
88471
88490
  const win_r9 = i0.ɵɵnextContext().$implicit;
@@ -88476,20 +88495,20 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
88476
88495
  i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c2, win_r9.relatedGoalId))("allGoals", ctx_r1.allGoals())("viewMode", ctx_r1.viewMode());
88477
88496
  } }
88478
88497
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template(rf, ctx) { if (rf & 1) {
88479
- i0.ɵɵelementStart(0, "div", 66)(1, "div", 67)(2, "div", 68)(3, "span", 69);
88498
+ i0.ɵɵelementStart(0, "div", 67)(1, "div", 68)(2, "div", 69)(3, "span", 70);
88480
88499
  i0.ɵɵtext(4);
88481
88500
  i0.ɵɵelementEnd();
88482
- i0.ɵɵelementStart(5, "p", 70);
88501
+ i0.ɵɵelementStart(5, "p", 71);
88483
88502
  i0.ɵɵtext(6);
88484
88503
  i0.ɵɵelementEnd()();
88485
- i0.ɵɵelementStart(7, "div", 71)(8, "span", 72);
88504
+ i0.ɵɵelementStart(7, "div", 72)(8, "span", 73);
88486
88505
  i0.ɵɵtext(9);
88487
88506
  i0.ɵɵelementEnd();
88488
- i0.ɵɵelementStart(10, "span", 72);
88507
+ i0.ɵɵelementStart(10, "span", 73);
88489
88508
  i0.ɵɵtext(11);
88490
88509
  i0.ɵɵelementEnd()();
88491
- i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 73);
88492
- i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 74);
88510
+ i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 74);
88511
+ i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 75);
88493
88512
  i0.ɵɵelementEnd()();
88494
88513
  } if (rf & 2) {
88495
88514
  const win_r9 = ctx.$implicit;
@@ -88518,11 +88537,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
88518
88537
  i0.ɵɵconditional(win_r9.relatedGoalId ? 13 : -1);
88519
88538
  } }
88520
88539
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
88521
- i0.ɵɵelementStart(0, "div", 57)(1, "h3", 64);
88540
+ i0.ɵɵelementStart(0, "div", 58)(1, "h3", 65);
88522
88541
  i0.ɵɵtext(2, " Quick Wins ");
88523
88542
  i0.ɵɵelementEnd();
88524
- i0.ɵɵelementStart(3, "div", 65);
88525
- i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 66, i0.ɵɵrepeaterTrackByIndex);
88543
+ i0.ɵɵelementStart(3, "div", 66);
88544
+ i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 67, i0.ɵɵrepeaterTrackByIndex);
88526
88545
  i0.ɵɵelementEnd()();
88527
88546
  } if (rf & 2) {
88528
88547
  const summary_r8 = i0.ɵɵnextContext();
@@ -88534,55 +88553,55 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
88534
88553
  } }
88535
88554
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
88536
88555
  const _r7 = i0.ɵɵgetCurrentView();
88537
- i0.ɵɵelementStart(0, "section", 37)(1, "div", 41)(2, "div", 42)(3, "div", 43)(4, "div", 44)(5, "h2", 45);
88556
+ i0.ɵɵelementStart(0, "section", 38)(1, "div", 42)(2, "div", 43)(3, "div", 44)(4, "div", 45)(5, "h2", 46);
88538
88557
  i0.ɵɵtext(6, " Executive Summary ");
88539
88558
  i0.ɵɵelementEnd();
88540
- i0.ɵɵelementStart(7, "p", 46);
88559
+ i0.ɵɵelementStart(7, "p", 47);
88541
88560
  i0.ɵɵtext(8);
88542
88561
  i0.ɵɵelementEnd()();
88543
- i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 47);
88562
+ i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 48);
88544
88563
  i0.ɵɵelementEnd();
88545
- i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 48);
88546
- i0.ɵɵelementStart(11, "div", 49)(12, "button", 50);
88564
+ i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 49);
88565
+ i0.ɵɵelementStart(11, "div", 50)(12, "button", 51);
88547
88566
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_12_listener() { const summary_r8 = i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onKeyStrengthsClick(summary_r8)); });
88548
- i0.ɵɵelementStart(13, "div", 51);
88567
+ i0.ɵɵelementStart(13, "div", 52);
88549
88568
  i0.ɵɵtext(14, " Key Strengths ");
88550
88569
  i0.ɵɵelementEnd();
88551
- i0.ɵɵelementStart(15, "div", 52);
88570
+ i0.ɵɵelementStart(15, "div", 53);
88552
88571
  i0.ɵɵtext(16);
88553
88572
  i0.ɵɵelementEnd();
88554
- i0.ɵɵelementStart(17, "div", 53)(18, "span", 54);
88573
+ i0.ɵɵelementStart(17, "div", 54)(18, "span", 55);
88555
88574
  i0.ɵɵtext(19, "View Details");
88556
88575
  i0.ɵɵelementEnd();
88557
- i0.ɵɵelement(20, "symphiq-icon", 55);
88576
+ i0.ɵɵelement(20, "symphiq-icon", 56);
88558
88577
  i0.ɵɵelementEnd()();
88559
- i0.ɵɵelementStart(21, "button", 50);
88578
+ i0.ɵɵelementStart(21, "button", 51);
88560
88579
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_21_listener() { const summary_r8 = i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onCriticalGapsClick(summary_r8)); });
88561
- i0.ɵɵelementStart(22, "div", 51);
88580
+ i0.ɵɵelementStart(22, "div", 52);
88562
88581
  i0.ɵɵtext(23, " Critical Gaps ");
88563
88582
  i0.ɵɵelementEnd();
88564
- i0.ɵɵelementStart(24, "div", 52);
88583
+ i0.ɵɵelementStart(24, "div", 53);
88565
88584
  i0.ɵɵtext(25);
88566
88585
  i0.ɵɵelementEnd();
88567
- i0.ɵɵelementStart(26, "div", 53)(27, "span", 54);
88586
+ i0.ɵɵelementStart(26, "div", 54)(27, "span", 55);
88568
88587
  i0.ɵɵtext(28, "View Details");
88569
88588
  i0.ɵɵelementEnd();
88570
- i0.ɵɵelement(29, "symphiq-icon", 55);
88589
+ i0.ɵɵelement(29, "symphiq-icon", 56);
88571
88590
  i0.ɵɵelementEnd()();
88572
- i0.ɵɵelementStart(30, "button", 50);
88591
+ i0.ɵɵelementStart(30, "button", 51);
88573
88592
  i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollToQuickWins()); });
88574
- i0.ɵɵelementStart(31, "div", 51);
88593
+ i0.ɵɵelementStart(31, "div", 52);
88575
88594
  i0.ɵɵtext(32, " Quick Wins ");
88576
88595
  i0.ɵɵelementEnd();
88577
- i0.ɵɵelementStart(33, "div", 52);
88596
+ i0.ɵɵelementStart(33, "div", 53);
88578
88597
  i0.ɵɵtext(34);
88579
88598
  i0.ɵɵelementEnd();
88580
- i0.ɵɵelementStart(35, "div", 53)(36, "span", 54);
88599
+ i0.ɵɵelementStart(35, "div", 54)(36, "span", 55);
88581
88600
  i0.ɵɵtext(37, "Details Below");
88582
88601
  i0.ɵɵelementEnd();
88583
- i0.ɵɵelement(38, "symphiq-icon", 56);
88602
+ i0.ɵɵelement(38, "symphiq-icon", 57);
88584
88603
  i0.ɵɵelementEnd()()()()();
88585
- i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 57);
88604
+ i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 58);
88586
88605
  i0.ɵɵelementEnd();
88587
88606
  } if (rf & 2) {
88588
88607
  const summary_r8 = ctx;
@@ -88640,7 +88659,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
88640
88659
  } }
88641
88660
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template(rf, ctx) { if (rf & 1) {
88642
88661
  const _r11 = i0.ɵɵgetCurrentView();
88643
- i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 79);
88662
+ i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 80);
88644
88663
  i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handlePriorityDetailClick($event)); });
88645
88664
  i0.ɵɵelementEnd();
88646
88665
  } if (rf & 2) {
@@ -88649,7 +88668,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_T
88649
88668
  } }
88650
88669
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88651
88670
  const _r12 = i0.ɵɵgetCurrentView();
88652
- i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 80);
88671
+ i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 81);
88653
88672
  i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricPriorityDetailClick($event)); });
88654
88673
  i0.ɵɵelementEnd();
88655
88674
  } if (rf & 2) {
@@ -88657,21 +88676,21 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_T
88657
88676
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("summary", ctx)("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals());
88658
88677
  } }
88659
88678
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
88660
- i0.ɵɵelement(0, "symphiq-section-divider", 81);
88679
+ i0.ɵɵelement(0, "symphiq-section-divider", 82);
88661
88680
  } if (rf & 2) {
88662
88681
  const sectionList_r13 = i0.ɵɵnextContext();
88663
88682
  const ctx_r1 = i0.ɵɵnextContext(2);
88664
88683
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r13[0].icon);
88665
88684
  } }
88666
88685
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template(rf, ctx) { if (rf & 1) {
88667
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 81);
88686
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 82);
88668
88687
  } if (rf & 2) {
88669
88688
  const sectionList_r13 = ctx;
88670
88689
  i0.ɵɵconditional(sectionList_r13.length > 0 && sectionList_r13[0].icon ? 0 : -1);
88671
88690
  } }
88672
88691
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88673
- i0.ɵɵelementStart(0, "div", 84);
88674
- i0.ɵɵelement(1, "symphiq-icon", 88);
88692
+ i0.ɵɵelementStart(0, "div", 85);
88693
+ i0.ɵɵelement(1, "symphiq-icon", 89);
88675
88694
  i0.ɵɵelementEnd();
88676
88695
  } if (rf & 2) {
88677
88696
  const section_r14 = i0.ɵɵnextContext().$implicit;
@@ -88681,8 +88700,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
88681
88700
  i0.ɵɵproperty("icon", section_r14.icon);
88682
88701
  } }
88683
88702
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
88684
- i0.ɵɵelementStart(0, "div", 90);
88685
- i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 63);
88703
+ i0.ɵɵelementStart(0, "div", 91);
88704
+ i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 64);
88686
88705
  i0.ɵɵelementEnd();
88687
88706
  } if (rf & 2) {
88688
88707
  const section_r14 = i0.ɵɵnextContext(2).$implicit;
@@ -88691,7 +88710,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
88691
88710
  i0.ɵɵproperty("visual", section_r14.visual)("viewMode", ctx_r1.viewMode());
88692
88711
  } }
88693
88712
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
88694
- i0.ɵɵelementStart(0, "div", 92)(1, "p", 61);
88713
+ i0.ɵɵelementStart(0, "div", 93)(1, "p", 62);
88695
88714
  i0.ɵɵtext(2);
88696
88715
  i0.ɵɵelementEnd()();
88697
88716
  } if (rf & 2) {
@@ -88704,42 +88723,42 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
88704
88723
  i0.ɵɵtextInterpolate1(" ", section_r14.description, " ");
88705
88724
  } }
88706
88725
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
88707
- i0.ɵɵelementStart(0, "div", 89);
88708
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 90);
88709
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 91);
88726
+ i0.ɵɵelementStart(0, "div", 90);
88727
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 91);
88728
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 92);
88710
88729
  i0.ɵɵelementEnd();
88711
88730
  } if (rf & 2) {
88712
88731
  const ctx_r14 = i0.ɵɵnextContext();
88713
88732
  const section_r14 = ctx_r14.$implicit;
88714
- const ɵ$index_203_r16 = ctx_r14.$index;
88715
- i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_203_r16 % 2 === 0);
88733
+ const ɵ$index_204_r16 = ctx_r14.$index;
88734
+ i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_204_r16 % 2 === 0);
88716
88735
  i0.ɵɵadvance();
88717
88736
  i0.ɵɵconditional(section_r14.visual && section_r14.visual.enabled ? 1 : -1);
88718
88737
  i0.ɵɵadvance();
88719
88738
  i0.ɵɵconditional(section_r14.description ? 2 : -1);
88720
88739
  } }
88721
88740
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
88722
- i0.ɵɵelement(0, "symphiq-section-divider", 81);
88741
+ i0.ɵɵelement(0, "symphiq-section-divider", 82);
88723
88742
  } if (rf & 2) {
88724
- const ɵ$index_203_r16 = i0.ɵɵnextContext().$index;
88743
+ const ɵ$index_204_r16 = i0.ɵɵnextContext().$index;
88725
88744
  const sectionList_r17 = i0.ɵɵnextContext();
88726
88745
  const ctx_r1 = i0.ɵɵnextContext(2);
88727
- i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r17[ɵ$index_203_r16 + 1].icon);
88746
+ i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r17[ɵ$index_204_r16 + 1].icon);
88728
88747
  } }
88729
88748
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
88730
- i0.ɵɵelementStart(0, "div", 82)(1, "div", 83);
88731
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 84);
88732
- i0.ɵɵelementStart(3, "div", 44)(4, "h3", 85);
88749
+ i0.ɵɵelementStart(0, "div", 83)(1, "div", 84);
88750
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 85);
88751
+ i0.ɵɵelementStart(3, "div", 45)(4, "h3", 86);
88733
88752
  i0.ɵɵtext(5);
88734
88753
  i0.ɵɵelementEnd()()();
88735
- i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 86);
88736
- i0.ɵɵelement(7, "symphiq-profile-section-content", 87);
88754
+ i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 87);
88755
+ i0.ɵɵelement(7, "symphiq-profile-section-content", 88);
88737
88756
  i0.ɵɵelementEnd();
88738
- i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 81);
88757
+ i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 82);
88739
88758
  } if (rf & 2) {
88740
88759
  const section_r14 = ctx.$implicit;
88741
- const ɵ$index_203_r16 = ctx.$index;
88742
- const ɵ$count_203_r18 = ctx.$count;
88760
+ const ɵ$index_204_r16 = ctx.$index;
88761
+ const ɵ$count_204_r18 = ctx.$count;
88743
88762
  const ctx_r1 = i0.ɵɵnextContext(3);
88744
88763
  i0.ɵɵproperty("id", "section-" + section_r14.id)("ngClass", ctx_r1.getSectionCardClasses());
88745
88764
  i0.ɵɵadvance(2);
@@ -88751,12 +88770,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
88751
88770
  i0.ɵɵadvance();
88752
88771
  i0.ɵɵconditional(section_r14.description || section_r14.visual && section_r14.visual.enabled ? 6 : -1);
88753
88772
  i0.ɵɵadvance();
88754
- i0.ɵɵproperty("section", section_r14)("executiveSummary", section_r14.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_203_r16)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
88773
+ i0.ɵɵproperty("section", section_r14)("executiveSummary", section_r14.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_204_r16)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
88755
88774
  i0.ɵɵadvance();
88756
- i0.ɵɵconditional(!(ɵ$index_203_r16 === ɵ$count_203_r18 - 1) ? 8 : -1);
88775
+ i0.ɵɵconditional(!(ɵ$index_204_r16 === ɵ$count_204_r18 - 1) ? 8 : -1);
88757
88776
  } }
88758
88777
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
88759
- i0.ɵɵelementStart(0, "section", 40);
88778
+ i0.ɵɵelementStart(0, "section", 41);
88760
88779
  i0.ɵɵrepeaterCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template, 9, 16, null, null, _forTrack0);
88761
88780
  i0.ɵɵelementEnd();
88762
88781
  } if (rf & 2) {
@@ -88764,11 +88783,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_T
88764
88783
  i0.ɵɵrepeater(ctx);
88765
88784
  } }
88766
88785
  function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
88767
- i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 37);
88768
- i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 38);
88769
- i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 39);
88786
+ i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 38);
88787
+ i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 39);
88788
+ i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 40);
88770
88789
  i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template, 1, 1);
88771
- i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 40);
88790
+ i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 41);
88772
88791
  } if (rf & 2) {
88773
88792
  let tmp_1_0;
88774
88793
  let tmp_2_0;
@@ -88853,13 +88872,31 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ct
88853
88872
  } }
88854
88873
  function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
88855
88874
  const _r27 = i0.ɵɵgetCurrentView();
88856
- i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 93);
88875
+ i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 94);
88857
88876
  i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template_symphiq_sticky_subscription_continue_button_continueClick_0_listener() { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleStickyButtonClick()); });
88858
88877
  i0.ɵɵelementEnd();
88859
88878
  } if (rf & 2) {
88860
88879
  const ctx_r1 = i0.ɵɵnextContext();
88861
88880
  i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("isEnabled", ctx_r1.hasCurrencySelected())("isLoading", ctx_r1.isCurrencySelectionLoading());
88862
88881
  } }
88882
+ function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
88883
+ const _r28 = i0.ɵɵgetCurrentView();
88884
+ i0.ɵɵelementStart(0, "div", 23)(1, "div", 95)(2, "div", 96)(3, "button", 97);
88885
+ i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCancelCurrencyEdit()); });
88886
+ i0.ɵɵtext(4, " Cancel ");
88887
+ i0.ɵɵelementEnd();
88888
+ i0.ɵɵelementStart(5, "button", 98);
88889
+ i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleContinueToPlans()); });
88890
+ i0.ɵɵtext(6, " Continue to Plans ");
88891
+ i0.ɵɵelementEnd()()()();
88892
+ } if (rf & 2) {
88893
+ const ctx_r1 = i0.ɵɵnextContext();
88894
+ i0.ɵɵproperty("ngClass", ctx_r1.getEditCurrencyFooterClasses());
88895
+ i0.ɵɵadvance(3);
88896
+ i0.ɵɵproperty("ngClass", ctx_r1.getEditCurrencyCancelButtonClasses());
88897
+ i0.ɵɵadvance(2);
88898
+ i0.ɵɵproperty("disabled", !ctx_r1.editingCurrencySelection())("ngClass", ctx_r1.getEditCurrencyContinueButtonClasses());
88899
+ } }
88863
88900
  class SymphiqProfileAnalysisDashboardComponent {
88864
88901
  constructor() {
88865
88902
  this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
@@ -88888,6 +88925,8 @@ class SymphiqProfileAnalysisDashboardComponent {
88888
88925
  this.isCurrencySelectionLoading = signal(false, ...(ngDevMode ? [{ debugName: "isCurrencySelectionLoading" }] : []));
88889
88926
  this.selectedCurrency = signal(null, ...(ngDevMode ? [{ debugName: "selectedCurrency" }] : []));
88890
88927
  this.isPlanLoading = signal(false, ...(ngDevMode ? [{ debugName: "isPlanLoading" }] : []));
88928
+ this.isEditingCurrency = signal(false, ...(ngDevMode ? [{ debugName: "isEditingCurrency" }] : []));
88929
+ this.editingCurrencySelection = signal(null, ...(ngDevMode ? [{ debugName: "editingCurrencySelection" }] : []));
88891
88930
  this.selectedPeriodUnit = computed(() => {
88892
88931
  return this.account()?.onboardingPeriodUnit || ChargebeeItemPricePeriodUnitEnum.YEAR;
88893
88932
  }, ...(ngDevMode ? [{ debugName: "selectedPeriodUnit" }] : []));
@@ -89639,8 +89678,18 @@ class SymphiqProfileAnalysisDashboardComponent {
89639
89678
  handleCurrencySelection(currency) {
89640
89679
  this.isCurrencySelectionLoading.set(true);
89641
89680
  this.selectedCurrency.set(currency);
89681
+ this.isEditingCurrency.set(false);
89682
+ this.editingCurrencySelection.set(null);
89642
89683
  this.currencySelectionClick.emit(currency);
89643
89684
  }
89685
+ handleCurrencyChange(currency) {
89686
+ if (this.isEditingCurrency()) {
89687
+ this.editingCurrencySelection.set(currency);
89688
+ }
89689
+ else {
89690
+ this.handleCurrencySelection(currency);
89691
+ }
89692
+ }
89644
89693
  handlePeriodUnitChange(periodUnit) {
89645
89694
  this.isPlanLoading.set(true);
89646
89695
  this.periodUnitChanged.emit(periodUnit);
@@ -89649,8 +89698,33 @@ class SymphiqProfileAnalysisDashboardComponent {
89649
89698
  this.planSelected.emit(plan);
89650
89699
  }
89651
89700
  handleEditCurrencyClick() {
89652
- console.log('[ProfileAnalysisDashboard] Edit currency clicked, emitting editCurrencyClick');
89653
- this.editCurrencyClick.emit();
89701
+ this.isEditingCurrency.set(true);
89702
+ this.editingCurrencySelection.set(this.account()?.billingCurrencyCode || null);
89703
+ }
89704
+ handleCancelCurrencyEdit() {
89705
+ this.isEditingCurrency.set(false);
89706
+ this.editingCurrencySelection.set(null);
89707
+ }
89708
+ handleContinueToPlans() {
89709
+ const currency = this.editingCurrencySelection();
89710
+ if (currency) {
89711
+ this.handleCurrencySelection(currency);
89712
+ }
89713
+ }
89714
+ getEditCurrencyFooterClasses() {
89715
+ return this.viewMode() === ViewModeEnum.DARK
89716
+ ? 'bg-slate-900/95 backdrop-blur-sm border-slate-700/50'
89717
+ : 'bg-white/95 backdrop-blur-sm border-slate-200';
89718
+ }
89719
+ getEditCurrencyCancelButtonClasses() {
89720
+ return this.viewMode() === ViewModeEnum.DARK
89721
+ ? 'bg-slate-700 text-slate-300 hover:bg-slate-600 hover:text-white'
89722
+ : 'bg-slate-200 text-slate-700 hover:bg-slate-300 hover:text-slate-900';
89723
+ }
89724
+ getEditCurrencyContinueButtonClasses() {
89725
+ return this.viewMode() === ViewModeEnum.DARK
89726
+ ? 'bg-gradient-to-r from-blue-500 to-purple-500 text-white hover:from-blue-600 hover:to-purple-600 shadow-lg'
89727
+ : 'bg-gradient-to-r from-blue-600 to-purple-600 text-white hover:from-blue-700 hover:to-purple-700 shadow-lg';
89654
89728
  }
89655
89729
  static { this.ɵfac = function SymphiqProfileAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileAnalysisDashboardComponent)(); }; }
89656
89730
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileAnalysisDashboardComponent, selectors: [["symphiq-profile-analysis-dashboard"]], viewQuery: function SymphiqProfileAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
@@ -89660,7 +89734,7 @@ class SymphiqProfileAnalysisDashboardComponent {
89660
89734
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
89661
89735
  } }, hostBindings: function SymphiqProfileAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
89662
89736
  i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onWindowScroll($event); }, i0.ɵɵresolveWindow);
89663
- } }, 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: 28, vars: 49, consts: [[1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [1, "mb-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [3, "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, "viewMode"], [3, "currencySelected", "viewMode", "isLoading"], [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"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
89737
+ } }, 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", "shadow-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, "container", "mx-auto", "px-4", "py-4"], [1, "flex", "items-center", "justify-center", "gap-4"], [1, "px-6", "py-3", "rounded-xl", "font-medium", "transition-colors", "cursor-pointer", 3, "click", "ngClass"], [1, "px-8", "py-3", "rounded-xl", "font-semibold", "transition-all", "cursor-pointer", "disabled:opacity-50", "disabled:cursor-not-allowed", 3, "click", "disabled", "ngClass"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
89664
89738
  i0.ɵɵelementStart(0, "div", 0);
89665
89739
  i0.ɵɵelement(1, "div", 1);
89666
89740
  i0.ɵɵelementStart(2, "div");
@@ -89695,6 +89769,7 @@ class SymphiqProfileAnalysisDashboardComponent {
89695
89769
  i0.ɵɵelementEnd();
89696
89770
  i0.ɵɵelement(24, "symphiq-funnel-analysis-modal", 20)(25, "symphiq-business-analysis-modal", 21)(26, "symphiq-tooltip-container");
89697
89771
  i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button", 22);
89772
+ i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 7, 4, "div", 23);
89698
89773
  i0.ɵɵelementEnd()();
89699
89774
  } if (rf & 2) {
89700
89775
  let tmp_5_0;
@@ -89759,6 +89834,8 @@ class SymphiqProfileAnalysisDashboardComponent {
89759
89834
  i0.ɵɵproperty("isLightMode", ctx.isLightMode());
89760
89835
  i0.ɵɵadvance(2);
89761
89836
  i0.ɵɵconditional(!ctx.isSubscriptionActive() && !ctx.hasBillingCurrency() && ctx.isSimplifiedView() && !ctx.isFocusAreaAnalysis() && !ctx.isMetricAnalysis() ? 27 : -1);
89837
+ i0.ɵɵadvance();
89838
+ i0.ɵɵconditional(ctx.isEditingCurrency() ? 28 : -1);
89762
89839
  } }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent], encapsulation: 2, changeDetection: 0 }); }
89763
89840
  }
89764
89841
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileAnalysisDashboardComponent, [{
@@ -89853,18 +89930,21 @@ class SymphiqProfileAnalysisDashboardComponent {
89853
89930
  />
89854
89931
  } @else {
89855
89932
  <!-- Subscription Value Proposition -->
89856
- @if (!hasBillingCurrency()) {
89857
- <div class="mb-8">
89858
- <symphiq-subscription-value-proposition-card
89859
- [viewMode]="viewMode()"
89860
- />
89861
- </div>
89933
+ @if (!hasBillingCurrency() || isEditingCurrency()) {
89934
+ @if (!hasBillingCurrency()) {
89935
+ <div class="mb-8">
89936
+ <symphiq-subscription-value-proposition-card
89937
+ [viewMode]="viewMode()"
89938
+ />
89939
+ </div>
89940
+ }
89862
89941
 
89863
89942
  <!-- Currency Selection -->
89864
89943
  <symphiq-billing-currency-selector-card
89865
89944
  [viewMode]="viewMode()"
89866
89945
  [isLoading]="isCurrencySelectionLoading()"
89867
- (currencySelected)="handleCurrencySelection($event)"
89946
+ [initialCurrency]="isEditingCurrency() ? (account()?.billingCurrencyCode || null) : null"
89947
+ (currencySelected)="handleCurrencyChange($event)"
89868
89948
  />
89869
89949
  } @else if (showPlanSelection()) {
89870
89950
  <!-- Plan Selection -->
@@ -90338,6 +90418,34 @@ class SymphiqProfileAnalysisDashboardComponent {
90338
90418
  (continueClick)="handleStickyButtonClick()"
90339
90419
  />
90340
90420
  }
90421
+
90422
+ <!-- Sticky Footer for Edit Currency Mode -->
90423
+ @if (isEditingCurrency()) {
90424
+ <div
90425
+ [ngClass]="getEditCurrencyFooterClasses()"
90426
+ class="fixed bottom-0 left-0 right-0 z-50 border-t shadow-lg"
90427
+ >
90428
+ <div class="container mx-auto px-4 py-4">
90429
+ <div class="flex items-center justify-center gap-4">
90430
+ <button
90431
+ (click)="handleCancelCurrencyEdit()"
90432
+ [ngClass]="getEditCurrencyCancelButtonClasses()"
90433
+ class="px-6 py-3 rounded-xl font-medium transition-colors cursor-pointer"
90434
+ >
90435
+ Cancel
90436
+ </button>
90437
+ <button
90438
+ (click)="handleContinueToPlans()"
90439
+ [disabled]="!editingCurrencySelection()"
90440
+ [ngClass]="getEditCurrencyContinueButtonClasses()"
90441
+ class="px-8 py-3 rounded-xl font-semibold transition-all cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"
90442
+ >
90443
+ Continue to Plans
90444
+ </button>
90445
+ </div>
90446
+ </div>
90447
+ </div>
90448
+ }
90341
90449
  </div>
90342
90450
  `
90343
90451
  }]
@@ -90348,7 +90456,7 @@ class SymphiqProfileAnalysisDashboardComponent {
90348
90456
  type: HostListener,
90349
90457
  args: ['window:scroll', ['$event']]
90350
90458
  }] }); })();
90351
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 686 }); })();
90459
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 717 }); })();
90352
90460
 
90353
90461
  class ScrollProgressBarComponent {
90354
90462
  constructor() {