@eric-emg/symphiq-components 1.2.405 → 1.2.406
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/symphiq-components.mjs +186 -137
- package/fesm2022/symphiq-components.mjs.map +1 -1
- package/index.d.ts +17 -17
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -73282,7 +73282,9 @@ class CompetitiveComparisonCardComponent {
|
|
|
73282
73282
|
if (!competitorId)
|
|
73283
73283
|
return '';
|
|
73284
73284
|
const competitors = this.profileContextService.getCompetitorsByIds([competitorId]);
|
|
73285
|
-
|
|
73285
|
+
const result = competitors[0]?.label || competitors[0]?.value || competitorId;
|
|
73286
|
+
console.log('[getCompetitorTitle] competitorId:', competitorId, 'competitors:', competitors, 'result:', result);
|
|
73287
|
+
return result;
|
|
73286
73288
|
}
|
|
73287
73289
|
advantageBadgeClasses(advantage) {
|
|
73288
73290
|
if (this.isDark()) {
|
|
@@ -73650,10 +73652,17 @@ class PhaseTimelineCardComponent {
|
|
|
73650
73652
|
return this.allGoals().filter((goal) => goalIds.includes(goal.id || ''));
|
|
73651
73653
|
}, ...(ngDevMode ? [{ debugName: "goalObjects" }] : []));
|
|
73652
73654
|
this.recommendationObjects = computed(() => {
|
|
73653
|
-
const
|
|
73654
|
-
|
|
73655
|
-
|
|
73656
|
-
|
|
73655
|
+
const recommendations = [];
|
|
73656
|
+
for (const goal of this.goalObjects()) {
|
|
73657
|
+
for (const objective of goal.objectives || []) {
|
|
73658
|
+
for (const strategy of objective.strategies || []) {
|
|
73659
|
+
for (const recommendation of strategy.recommendations || []) {
|
|
73660
|
+
recommendations.push(recommendation);
|
|
73661
|
+
}
|
|
73662
|
+
}
|
|
73663
|
+
}
|
|
73664
|
+
}
|
|
73665
|
+
return recommendations;
|
|
73657
73666
|
}, ...(ngDevMode ? [{ debugName: "recommendationObjects" }] : []));
|
|
73658
73667
|
this.globalIsExpanded = computed(() => this.viewModeService.getViewMode() === 'expanded', ...(ngDevMode ? [{ debugName: "globalIsExpanded" }] : []));
|
|
73659
73668
|
this.formattedPhaseName = computed(() => {
|
|
@@ -92430,7 +92439,7 @@ const _c4 = a0 => [a0];
|
|
|
92430
92439
|
const _forTrack0 = ($index, $item) => $item.id;
|
|
92431
92440
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
92432
92441
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
92433
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
92442
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 25);
|
|
92434
92443
|
i0.ɵɵlistener("nextStepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.nextStepClick.emit()); })("stepClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.stepClick.emit($event)); });
|
|
92435
92444
|
i0.ɵɵelementEnd();
|
|
92436
92445
|
} if (rf & 2) {
|
|
@@ -92457,12 +92466,32 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Te
|
|
|
92457
92466
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92458
92467
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("metricName", (tmp_3_0 = ctx_r1.profileAnalysis()) == null ? null : tmp_3_0.profileAnalysisStructured == null ? null : tmp_3_0.profileAnalysisStructured.metricExecutiveSummary == null ? null : tmp_3_0.profileAnalysisStructured.metricExecutiveSummary.metric)("isOnboarded", ctx_r1.isOnboarded());
|
|
92459
92468
|
} }
|
|
92469
|
+
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92470
|
+
i0.ɵɵelementStart(0, "div", 30)(1, "div", 31);
|
|
92471
|
+
i0.ɵɵelement(2, "symphiq-indeterminate-spinner", 32);
|
|
92472
|
+
i0.ɵɵelementStart(3, "div", 33)(4, "h3", 34);
|
|
92473
|
+
i0.ɵɵtext(5, " Loading Your Shop Profile Analysis ");
|
|
92474
|
+
i0.ɵɵelementEnd();
|
|
92475
|
+
i0.ɵɵelementStart(6, "p", 35);
|
|
92476
|
+
i0.ɵɵtext(7, " Please wait while we prepare your personalized insights... ");
|
|
92477
|
+
i0.ɵɵelementEnd()()()();
|
|
92478
|
+
} if (rf & 2) {
|
|
92479
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92480
|
+
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "bg-white/80 border-slate-200" : "bg-slate-800/80 border-slate-700");
|
|
92481
|
+
i0.ɵɵadvance(2);
|
|
92482
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
|
|
92483
|
+
i0.ɵɵadvance(2);
|
|
92484
|
+
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-900" : "text-white");
|
|
92485
|
+
i0.ɵɵadvance(2);
|
|
92486
|
+
i0.ɵɵproperty("ngClass", ctx_r1.isLightMode() ? "text-slate-600" : "text-slate-400");
|
|
92487
|
+
} }
|
|
92460
92488
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
92461
|
-
i0.ɵɵelementStart(0, "div",
|
|
92489
|
+
i0.ɵɵelementStart(0, "div", 26);
|
|
92462
92490
|
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 1, 3, "symphiq-shop-welcome-banner", 27);
|
|
92463
92491
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 1, 4, "symphiq-focus-area-welcome-banner", 28);
|
|
92464
92492
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 1, 3, "symphiq-metric-welcome-banner", 29);
|
|
92465
92493
|
i0.ɵɵelementEnd();
|
|
92494
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Conditional_4_Template, 8, 4, "div", 30);
|
|
92466
92495
|
} if (rf & 2) {
|
|
92467
92496
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92468
92497
|
i0.ɵɵadvance();
|
|
@@ -92471,10 +92500,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template(rf, ctx
|
|
|
92471
92500
|
i0.ɵɵconditional(ctx_r1.isFocusAreaAnalysis() ? 2 : -1);
|
|
92472
92501
|
i0.ɵɵadvance();
|
|
92473
92502
|
i0.ɵɵconditional(ctx_r1.isMetricAnalysis() ? 3 : -1);
|
|
92503
|
+
i0.ɵɵadvance();
|
|
92504
|
+
i0.ɵɵconditional(ctx_r1.isLoading() ? 4 : -1);
|
|
92474
92505
|
} }
|
|
92475
92506
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92476
92507
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
92477
|
-
i0.ɵɵelementStart(0, "div",
|
|
92508
|
+
i0.ɵɵelementStart(0, "div", 36)(1, "symphiq-shop-profile-status-card", 37, 0);
|
|
92478
92509
|
i0.ɵɵlistener("startCategoryQuestions", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_startCategoryQuestions_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleStartCategoryQuestions($event)); })("answerSave", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_answerSave_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleProfileQuestionAnswerSave($event)); })("adminAnswerAction", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_symphiq_shop_profile_status_card_adminAnswerAction_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.shopProfileAdminAnswerAction.emit($event)); });
|
|
92479
92510
|
i0.ɵɵelementEnd()();
|
|
92480
92511
|
} if (rf & 2) {
|
|
@@ -92483,8 +92514,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Te
|
|
|
92483
92514
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("questions", ctx_r1.profileShopQuestions() || i0.ɵɵpureFunction0(8, _c1))("profileAnswers", ctx_r1.profileAnswers() || i0.ɵɵpureFunction0(9, _c1))("profileAnswerHistories", ctx_r1.profileAnswerHistories() || i0.ɵɵpureFunction0(10, _c1))("users", ctx_r1.users() || i0.ɵɵpureFunction0(11, _c1))("currentUser", ctx_r1.currentUser());
|
|
92484
92515
|
} }
|
|
92485
92516
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92486
|
-
i0.ɵɵelementStart(0, "div",
|
|
92487
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
92517
|
+
i0.ɵɵelementStart(0, "div", 38);
|
|
92518
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 40);
|
|
92488
92519
|
i0.ɵɵelementEnd();
|
|
92489
92520
|
} if (rf & 2) {
|
|
92490
92521
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
@@ -92493,8 +92524,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92493
92524
|
i0.ɵɵproperty("itemStatus", ctx_r1.itemStatusProfileShop())("viewMode", ctx_r1.viewMode());
|
|
92494
92525
|
} }
|
|
92495
92526
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92496
|
-
i0.ɵɵelementStart(0, "div",
|
|
92497
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
92527
|
+
i0.ɵɵelementStart(0, "div", 38);
|
|
92528
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 41);
|
|
92498
92529
|
i0.ɵɵelementEnd();
|
|
92499
92530
|
} if (rf & 2) {
|
|
92500
92531
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
@@ -92504,7 +92535,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92504
92535
|
} }
|
|
92505
92536
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92506
92537
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
92507
|
-
i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid",
|
|
92538
|
+
i0.ɵɵelementStart(0, "symphiq-strategic-goals-tiled-grid", 42);
|
|
92508
92539
|
i0.ɵɵlistener("viewMoreClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template_symphiq_strategic_goals_tiled_grid_viewMoreClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.openGoalModal($event)); });
|
|
92509
92540
|
i0.ɵɵelementEnd();
|
|
92510
92541
|
} if (rf & 2) {
|
|
@@ -92512,14 +92543,14 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92512
92543
|
i0.ɵɵproperty("goals", ctx_r1.strategicRoadmapGoals())("viewMode", ctx_r1.viewMode());
|
|
92513
92544
|
} }
|
|
92514
92545
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92515
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div",
|
|
92546
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_0_Template, 2, 3, "div", 38)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_1_Template, 2, 4, "div", 38)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Conditional_2_Template, 1, 2, "symphiq-strategic-goals-tiled-grid", 39);
|
|
92516
92547
|
} if (rf & 2) {
|
|
92517
92548
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
92518
92549
|
i0.ɵɵconditional(ctx_r1.isProfileShopGenerating() && !ctx_r1.isFocusAreaAnalysis() && !ctx_r1.isMetricAnalysis() ? 0 : ctx_r1.isProfileAnalysisGenerating() ? 1 : 2);
|
|
92519
92550
|
} }
|
|
92520
92551
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92521
|
-
i0.ɵɵelementStart(0, "div",
|
|
92522
|
-
i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card",
|
|
92552
|
+
i0.ɵɵelementStart(0, "div", 36);
|
|
92553
|
+
i0.ɵɵelement(1, "symphiq-subscription-value-proposition-card", 46);
|
|
92523
92554
|
i0.ɵɵelementEnd();
|
|
92524
92555
|
} if (rf & 2) {
|
|
92525
92556
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
|
@@ -92528,8 +92559,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92528
92559
|
} }
|
|
92529
92560
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92530
92561
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
92531
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div",
|
|
92532
|
-
i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card",
|
|
92562
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Conditional_0_Template, 2, 1, "div", 36);
|
|
92563
|
+
i0.ɵɵelementStart(1, "symphiq-billing-currency-selector-card", 45);
|
|
92533
92564
|
i0.ɵɵlistener("currencySelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template_symphiq_billing_currency_selector_card_currencySelected_1_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleCurrencyChange($event)); });
|
|
92534
92565
|
i0.ɵɵelementEnd();
|
|
92535
92566
|
} if (rf & 2) {
|
|
@@ -92541,7 +92572,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92541
92572
|
} }
|
|
92542
92573
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92543
92574
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
92544
|
-
i0.ɵɵelementStart(0, "div",
|
|
92575
|
+
i0.ɵɵelementStart(0, "div", 43)(1, "symphiq-plan-selection-container", 47);
|
|
92545
92576
|
i0.ɵɵlistener("periodUnitChanged", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_periodUnitChanged_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handlePeriodUnitChange($event)); })("planSelected", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_planSelected_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handlePlanSelection($event)); })("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_editCurrency_1_listener() { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); })("checkout", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template_symphiq_plan_selection_container_checkout_1_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.checkoutPlanClick.emit($event)); });
|
|
92546
92577
|
i0.ɵɵelementEnd()();
|
|
92547
92578
|
} if (rf & 2) {
|
|
@@ -92552,7 +92583,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92552
92583
|
} }
|
|
92553
92584
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92554
92585
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
92555
|
-
i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card",
|
|
92586
|
+
i0.ɵɵelementStart(0, "symphiq-plan-selection-placeholder-card", 48);
|
|
92556
92587
|
i0.ɵɵlistener("editCurrency", function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template_symphiq_plan_selection_placeholder_card_editCurrency_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.handleEditCurrencyClick()); });
|
|
92557
92588
|
i0.ɵɵelementEnd();
|
|
92558
92589
|
} if (rf & 2) {
|
|
@@ -92561,13 +92592,13 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Co
|
|
|
92561
92592
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("selectedCurrency", ((tmp_5_0 = ctx_r1.account()) == null ? null : tmp_5_0.billingCurrencyCode) || ctx_r1.CurrencyCodeEnum.USD);
|
|
92562
92593
|
} }
|
|
92563
92594
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92564
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template, 2, 5, "div",
|
|
92595
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_0_Template, 2, 4)(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_1_Template, 2, 5, "div", 43)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Conditional_2_Template, 1, 2, "symphiq-plan-selection-placeholder-card", 44);
|
|
92565
92596
|
} if (rf & 2) {
|
|
92566
92597
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
92567
92598
|
i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() || ctx_r1.isEditingCurrency() ? 0 : ctx_r1.showPlanSelection() ? 1 : 2);
|
|
92568
92599
|
} }
|
|
92569
92600
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92570
|
-
i0.ɵɵelementStart(0, "div",
|
|
92601
|
+
i0.ɵɵelementStart(0, "div", 36);
|
|
92571
92602
|
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_1_Template, 3, 1)(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Conditional_2_Template, 3, 1);
|
|
92572
92603
|
i0.ɵɵelementEnd();
|
|
92573
92604
|
} if (rf & 2) {
|
|
@@ -92577,7 +92608,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Te
|
|
|
92577
92608
|
} }
|
|
92578
92609
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92579
92610
|
i0.ɵɵelementStart(0, "div");
|
|
92580
|
-
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group",
|
|
92611
|
+
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 49);
|
|
92581
92612
|
i0.ɵɵelementEnd();
|
|
92582
92613
|
} if (rf & 2) {
|
|
92583
92614
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -92585,8 +92616,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Te
|
|
|
92585
92616
|
i0.ɵɵproperty("sections", ctx_r1.nonStrategicSections())("viewMode", ctx_r1.viewMode())("executiveSummary", ctx_r1.executiveSummary())("focusAreaExecutiveSummary", ctx_r1.focusAreaExecutiveSummary())("metricExecutiveSummary", ctx_r1.metricExecutiveSummary())("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
|
|
92586
92617
|
} }
|
|
92587
92618
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
92588
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 12, "div",
|
|
92589
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div",
|
|
92619
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_0_Template, 3, 12, "div", 36);
|
|
92620
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_1_Template, 3, 1, "div", 36);
|
|
92590
92621
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 2, 11, "div");
|
|
92591
92622
|
} if (rf & 2) {
|
|
92592
92623
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -92597,15 +92628,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx
|
|
|
92597
92628
|
i0.ɵɵconditional(ctx_r1.nonStrategicSections().length > 0 ? 2 : -1);
|
|
92598
92629
|
} }
|
|
92599
92630
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
92600
|
-
i0.ɵɵelement(0, "symphiq-grade-badge",
|
|
92631
|
+
i0.ɵɵelement(0, "symphiq-grade-badge", 60);
|
|
92601
92632
|
} if (rf & 2) {
|
|
92602
92633
|
const summary_r9 = i0.ɵɵnextContext();
|
|
92603
92634
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92604
92635
|
i0.ɵɵproperty("grade", summary_r9.overallGrade)("gradeRationale", summary_r9.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
92605
92636
|
} }
|
|
92606
92637
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92607
|
-
i0.ɵɵelementStart(0, "div",
|
|
92608
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
92638
|
+
i0.ɵɵelementStart(0, "div", 73);
|
|
92639
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 76);
|
|
92609
92640
|
i0.ɵɵelementEnd();
|
|
92610
92641
|
} if (rf & 2) {
|
|
92611
92642
|
const summary_r9 = i0.ɵɵnextContext(2);
|
|
@@ -92614,15 +92645,15 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92614
92645
|
i0.ɵɵproperty("visual", summary_r9.napkinVisual)("viewMode", ctx_r1.viewMode());
|
|
92615
92646
|
} }
|
|
92616
92647
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
92617
|
-
i0.ɵɵelementStart(0, "div",
|
|
92648
|
+
i0.ɵɵelementStart(0, "div", 61)(1, "h3", 71);
|
|
92618
92649
|
i0.ɵɵtext(2, " Analysis Narrative ");
|
|
92619
92650
|
i0.ɵɵelementEnd();
|
|
92620
|
-
i0.ɵɵelementStart(3, "div",
|
|
92621
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div",
|
|
92622
|
-
i0.ɵɵelementStart(5, "p",
|
|
92651
|
+
i0.ɵɵelementStart(3, "div", 72);
|
|
92652
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Conditional_4_Template, 2, 2, "div", 73);
|
|
92653
|
+
i0.ɵɵelementStart(5, "p", 74);
|
|
92623
92654
|
i0.ɵɵtext(6);
|
|
92624
92655
|
i0.ɵɵelementEnd();
|
|
92625
|
-
i0.ɵɵelement(7, "div",
|
|
92656
|
+
i0.ɵɵelement(7, "div", 75);
|
|
92626
92657
|
i0.ɵɵelementEnd()();
|
|
92627
92658
|
} if (rf & 2) {
|
|
92628
92659
|
const summary_r9 = i0.ɵɵnextContext();
|
|
@@ -92638,10 +92669,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92638
92669
|
i0.ɵɵtextInterpolate1(" ", summary_r9.narrative, " ");
|
|
92639
92670
|
} }
|
|
92640
92671
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
92641
|
-
i0.ɵɵelementStart(0, "div",
|
|
92672
|
+
i0.ɵɵelementStart(0, "div", 86);
|
|
92642
92673
|
i0.ɵɵnamespaceSVG();
|
|
92643
|
-
i0.ɵɵelementStart(1, "svg",
|
|
92644
|
-
i0.ɵɵelement(2, "path",
|
|
92674
|
+
i0.ɵɵelementStart(1, "svg", 88);
|
|
92675
|
+
i0.ɵɵelement(2, "path", 89);
|
|
92645
92676
|
i0.ɵɵelementEnd();
|
|
92646
92677
|
i0.ɵɵnamespaceHTML();
|
|
92647
92678
|
i0.ɵɵelementStart(3, "span");
|
|
@@ -92655,10 +92686,10 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92655
92686
|
i0.ɵɵtextInterpolate(win_r10.estimatedTimeframe);
|
|
92656
92687
|
} }
|
|
92657
92688
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
92658
|
-
i0.ɵɵelementStart(0, "div",
|
|
92689
|
+
i0.ɵɵelementStart(0, "div", 87)(1, "h4", 90);
|
|
92659
92690
|
i0.ɵɵtext(2, " Related Goal ");
|
|
92660
92691
|
i0.ɵɵelementEnd();
|
|
92661
|
-
i0.ɵɵelement(3, "symphiq-related-goal-chips",
|
|
92692
|
+
i0.ɵɵelement(3, "symphiq-related-goal-chips", 91);
|
|
92662
92693
|
i0.ɵɵelementEnd();
|
|
92663
92694
|
} if (rf & 2) {
|
|
92664
92695
|
const win_r10 = i0.ɵɵnextContext().$implicit;
|
|
@@ -92669,20 +92700,20 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92669
92700
|
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c4, win_r10.relatedGoalId))("allGoals", ctx_r1.allGoals())("viewMode", ctx_r1.viewMode());
|
|
92670
92701
|
} }
|
|
92671
92702
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
92672
|
-
i0.ɵɵelementStart(0, "div",
|
|
92703
|
+
i0.ɵɵelementStart(0, "div", 79)(1, "div", 80)(2, "div", 81)(3, "span", 82);
|
|
92673
92704
|
i0.ɵɵtext(4);
|
|
92674
92705
|
i0.ɵɵelementEnd();
|
|
92675
|
-
i0.ɵɵelementStart(5, "p",
|
|
92706
|
+
i0.ɵɵelementStart(5, "p", 83);
|
|
92676
92707
|
i0.ɵɵtext(6);
|
|
92677
92708
|
i0.ɵɵelementEnd()();
|
|
92678
|
-
i0.ɵɵelementStart(7, "div",
|
|
92709
|
+
i0.ɵɵelementStart(7, "div", 84)(8, "span", 85);
|
|
92679
92710
|
i0.ɵɵtext(9);
|
|
92680
92711
|
i0.ɵɵelementEnd();
|
|
92681
|
-
i0.ɵɵelementStart(10, "span",
|
|
92712
|
+
i0.ɵɵelementStart(10, "span", 85);
|
|
92682
92713
|
i0.ɵɵtext(11);
|
|
92683
92714
|
i0.ɵɵelementEnd()();
|
|
92684
|
-
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div",
|
|
92685
|
-
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div",
|
|
92715
|
+
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_12_Template, 5, 2, "div", 86);
|
|
92716
|
+
i0.ɵɵconditionalCreate(13, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 87);
|
|
92686
92717
|
i0.ɵɵelementEnd()();
|
|
92687
92718
|
} if (rf & 2) {
|
|
92688
92719
|
const win_r10 = ctx.$implicit;
|
|
@@ -92711,11 +92742,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92711
92742
|
i0.ɵɵconditional(win_r10.relatedGoalId ? 13 : -1);
|
|
92712
92743
|
} }
|
|
92713
92744
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
|
|
92714
|
-
i0.ɵɵelementStart(0, "div",
|
|
92745
|
+
i0.ɵɵelementStart(0, "div", 70)(1, "h3", 77);
|
|
92715
92746
|
i0.ɵɵtext(2, " Quick Wins ");
|
|
92716
92747
|
i0.ɵɵelementEnd();
|
|
92717
|
-
i0.ɵɵelementStart(3, "div",
|
|
92718
|
-
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div",
|
|
92748
|
+
i0.ɵɵelementStart(3, "div", 78);
|
|
92749
|
+
i0.ɵɵrepeaterCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_For_5_Template, 14, 11, "div", 79, i0.ɵɵrepeaterTrackByIndex);
|
|
92719
92750
|
i0.ɵɵelementEnd()();
|
|
92720
92751
|
} if (rf & 2) {
|
|
92721
92752
|
const summary_r9 = i0.ɵɵnextContext();
|
|
@@ -92727,55 +92758,55 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_C
|
|
|
92727
92758
|
} }
|
|
92728
92759
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92729
92760
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
92730
|
-
i0.ɵɵelementStart(0, "section",
|
|
92761
|
+
i0.ɵɵelementStart(0, "section", 50)(1, "div", 54)(2, "div", 55)(3, "div", 56)(4, "div", 57)(5, "h2", 58);
|
|
92731
92762
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
92732
92763
|
i0.ɵɵelementEnd();
|
|
92733
|
-
i0.ɵɵelementStart(7, "p",
|
|
92764
|
+
i0.ɵɵelementStart(7, "p", 59);
|
|
92734
92765
|
i0.ɵɵtext(8);
|
|
92735
92766
|
i0.ɵɵelementEnd()();
|
|
92736
|
-
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge",
|
|
92767
|
+
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_9_Template, 1, 3, "symphiq-grade-badge", 60);
|
|
92737
92768
|
i0.ɵɵelementEnd();
|
|
92738
|
-
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div",
|
|
92739
|
-
i0.ɵɵelementStart(11, "div",
|
|
92769
|
+
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_10_Template, 8, 5, "div", 61);
|
|
92770
|
+
i0.ɵɵelementStart(11, "div", 62)(12, "button", 63);
|
|
92740
92771
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_12_listener() { const summary_r9 = i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onKeyStrengthsClick(summary_r9)); });
|
|
92741
|
-
i0.ɵɵelementStart(13, "div",
|
|
92772
|
+
i0.ɵɵelementStart(13, "div", 64);
|
|
92742
92773
|
i0.ɵɵtext(14, " Key Strengths ");
|
|
92743
92774
|
i0.ɵɵelementEnd();
|
|
92744
|
-
i0.ɵɵelementStart(15, "div",
|
|
92775
|
+
i0.ɵɵelementStart(15, "div", 65);
|
|
92745
92776
|
i0.ɵɵtext(16);
|
|
92746
92777
|
i0.ɵɵelementEnd();
|
|
92747
|
-
i0.ɵɵelementStart(17, "div",
|
|
92778
|
+
i0.ɵɵelementStart(17, "div", 66)(18, "span", 67);
|
|
92748
92779
|
i0.ɵɵtext(19, "View Details");
|
|
92749
92780
|
i0.ɵɵelementEnd();
|
|
92750
|
-
i0.ɵɵelement(20, "symphiq-icon",
|
|
92781
|
+
i0.ɵɵelement(20, "symphiq-icon", 68);
|
|
92751
92782
|
i0.ɵɵelementEnd()();
|
|
92752
|
-
i0.ɵɵelementStart(21, "button",
|
|
92783
|
+
i0.ɵɵelementStart(21, "button", 63);
|
|
92753
92784
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_21_listener() { const summary_r9 = i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onCriticalGapsClick(summary_r9)); });
|
|
92754
|
-
i0.ɵɵelementStart(22, "div",
|
|
92785
|
+
i0.ɵɵelementStart(22, "div", 64);
|
|
92755
92786
|
i0.ɵɵtext(23, " Critical Gaps ");
|
|
92756
92787
|
i0.ɵɵelementEnd();
|
|
92757
|
-
i0.ɵɵelementStart(24, "div",
|
|
92788
|
+
i0.ɵɵelementStart(24, "div", 65);
|
|
92758
92789
|
i0.ɵɵtext(25);
|
|
92759
92790
|
i0.ɵɵelementEnd();
|
|
92760
|
-
i0.ɵɵelementStart(26, "div",
|
|
92791
|
+
i0.ɵɵelementStart(26, "div", 66)(27, "span", 67);
|
|
92761
92792
|
i0.ɵɵtext(28, "View Details");
|
|
92762
92793
|
i0.ɵɵelementEnd();
|
|
92763
|
-
i0.ɵɵelement(29, "symphiq-icon",
|
|
92794
|
+
i0.ɵɵelement(29, "symphiq-icon", 68);
|
|
92764
92795
|
i0.ɵɵelementEnd()();
|
|
92765
|
-
i0.ɵɵelementStart(30, "button",
|
|
92796
|
+
i0.ɵɵelementStart(30, "button", 63);
|
|
92766
92797
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollToQuickWins()); });
|
|
92767
|
-
i0.ɵɵelementStart(31, "div",
|
|
92798
|
+
i0.ɵɵelementStart(31, "div", 64);
|
|
92768
92799
|
i0.ɵɵtext(32, " Quick Wins ");
|
|
92769
92800
|
i0.ɵɵelementEnd();
|
|
92770
|
-
i0.ɵɵelementStart(33, "div",
|
|
92801
|
+
i0.ɵɵelementStart(33, "div", 65);
|
|
92771
92802
|
i0.ɵɵtext(34);
|
|
92772
92803
|
i0.ɵɵelementEnd();
|
|
92773
|
-
i0.ɵɵelementStart(35, "div",
|
|
92804
|
+
i0.ɵɵelementStart(35, "div", 66)(36, "span", 67);
|
|
92774
92805
|
i0.ɵɵtext(37, "Details Below");
|
|
92775
92806
|
i0.ɵɵelementEnd();
|
|
92776
|
-
i0.ɵɵelement(38, "symphiq-icon",
|
|
92807
|
+
i0.ɵɵelement(38, "symphiq-icon", 69);
|
|
92777
92808
|
i0.ɵɵelementEnd()()()()();
|
|
92778
|
-
i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div",
|
|
92809
|
+
i0.ɵɵconditionalCreate(39, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Conditional_39_Template, 6, 1, "div", 70);
|
|
92779
92810
|
i0.ɵɵelementEnd();
|
|
92780
92811
|
} if (rf & 2) {
|
|
92781
92812
|
const summary_r9 = ctx;
|
|
@@ -92833,7 +92864,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_T
|
|
|
92833
92864
|
} }
|
|
92834
92865
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92835
92866
|
const _r12 = i0.ɵɵgetCurrentView();
|
|
92836
|
-
i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary",
|
|
92867
|
+
i0.ɵɵelementStart(0, "symphiq-focus-area-executive-summary", 92);
|
|
92837
92868
|
i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template_symphiq_focus_area_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handlePriorityDetailClick($event)); });
|
|
92838
92869
|
i0.ɵɵelementEnd();
|
|
92839
92870
|
} if (rf & 2) {
|
|
@@ -92842,7 +92873,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_T
|
|
|
92842
92873
|
} }
|
|
92843
92874
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92844
92875
|
const _r13 = i0.ɵɵgetCurrentView();
|
|
92845
|
-
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary",
|
|
92876
|
+
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 93);
|
|
92846
92877
|
i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricTopPrioritiesClick()); })("priorityDetailClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template_symphiq_metric_executive_summary_priorityDetailClick_0_listener($event) { i0.ɵɵrestoreView(_r13); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricPriorityDetailClick($event)); });
|
|
92847
92878
|
i0.ɵɵelementEnd();
|
|
92848
92879
|
} if (rf & 2) {
|
|
@@ -92850,21 +92881,21 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_T
|
|
|
92850
92881
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("summary", ctx)("metricName", ctx_r1.metricName())("allGoals", ctx_r1.allGoals());
|
|
92851
92882
|
} }
|
|
92852
92883
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
92853
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
92884
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 94);
|
|
92854
92885
|
} if (rf & 2) {
|
|
92855
92886
|
const sectionList_r14 = i0.ɵɵnextContext();
|
|
92856
92887
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92857
92888
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r14[0].icon);
|
|
92858
92889
|
} }
|
|
92859
92890
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
92860
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider",
|
|
92891
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Conditional_0_Template, 1, 2, "symphiq-section-divider", 94);
|
|
92861
92892
|
} if (rf & 2) {
|
|
92862
92893
|
const sectionList_r14 = ctx;
|
|
92863
92894
|
i0.ɵɵconditional(sectionList_r14.length > 0 && sectionList_r14[0].icon ? 0 : -1);
|
|
92864
92895
|
} }
|
|
92865
92896
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92866
|
-
i0.ɵɵelementStart(0, "div",
|
|
92867
|
-
i0.ɵɵelement(1, "symphiq-icon",
|
|
92897
|
+
i0.ɵɵelementStart(0, "div", 97);
|
|
92898
|
+
i0.ɵɵelement(1, "symphiq-icon", 101);
|
|
92868
92899
|
i0.ɵɵelementEnd();
|
|
92869
92900
|
} if (rf & 2) {
|
|
92870
92901
|
const section_r15 = i0.ɵɵnextContext().$implicit;
|
|
@@ -92874,8 +92905,8 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92874
92905
|
i0.ɵɵproperty("icon", section_r15.icon);
|
|
92875
92906
|
} }
|
|
92876
92907
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
92877
|
-
i0.ɵɵelementStart(0, "div",
|
|
92878
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
92908
|
+
i0.ɵɵelementStart(0, "div", 103);
|
|
92909
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 76);
|
|
92879
92910
|
i0.ɵɵelementEnd();
|
|
92880
92911
|
} if (rf & 2) {
|
|
92881
92912
|
const section_r15 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -92884,7 +92915,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92884
92915
|
i0.ɵɵproperty("visual", section_r15.visual)("viewMode", ctx_r1.viewMode());
|
|
92885
92916
|
} }
|
|
92886
92917
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
92887
|
-
i0.ɵɵelementStart(0, "div",
|
|
92918
|
+
i0.ɵɵelementStart(0, "div", 105)(1, "p", 74);
|
|
92888
92919
|
i0.ɵɵtext(2);
|
|
92889
92920
|
i0.ɵɵelementEnd()();
|
|
92890
92921
|
} if (rf & 2) {
|
|
@@ -92897,42 +92928,42 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92897
92928
|
i0.ɵɵtextInterpolate1(" ", section_r15.description, " ");
|
|
92898
92929
|
} }
|
|
92899
92930
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
92900
|
-
i0.ɵɵelementStart(0, "div",
|
|
92901
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div",
|
|
92902
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div",
|
|
92931
|
+
i0.ɵɵelementStart(0, "div", 102);
|
|
92932
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_1_Template, 2, 2, "div", 103);
|
|
92933
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 104);
|
|
92903
92934
|
i0.ɵɵelementEnd();
|
|
92904
92935
|
} if (rf & 2) {
|
|
92905
92936
|
const ctx_r15 = i0.ɵɵnextContext();
|
|
92906
92937
|
const section_r15 = ctx_r15.$implicit;
|
|
92907
|
-
const ɵ$
|
|
92908
|
-
i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$
|
|
92938
|
+
const ɵ$index_236_r17 = ctx_r15.$index;
|
|
92939
|
+
i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_236_r17 % 2 === 0);
|
|
92909
92940
|
i0.ɵɵadvance();
|
|
92910
92941
|
i0.ɵɵconditional(section_r15.visual && section_r15.visual.enabled ? 1 : -1);
|
|
92911
92942
|
i0.ɵɵadvance();
|
|
92912
92943
|
i0.ɵɵconditional(section_r15.description ? 2 : -1);
|
|
92913
92944
|
} }
|
|
92914
92945
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
92915
|
-
i0.ɵɵelement(0, "symphiq-section-divider",
|
|
92946
|
+
i0.ɵɵelement(0, "symphiq-section-divider", 94);
|
|
92916
92947
|
} if (rf & 2) {
|
|
92917
|
-
const ɵ$
|
|
92948
|
+
const ɵ$index_236_r17 = i0.ɵɵnextContext().$index;
|
|
92918
92949
|
const sectionList_r18 = i0.ɵɵnextContext();
|
|
92919
92950
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92920
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$
|
|
92951
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r18[ɵ$index_236_r17 + 1].icon);
|
|
92921
92952
|
} }
|
|
92922
92953
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
92923
|
-
i0.ɵɵelementStart(0, "div",
|
|
92924
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div",
|
|
92925
|
-
i0.ɵɵelementStart(3, "div",
|
|
92954
|
+
i0.ɵɵelementStart(0, "div", 95)(1, "div", 96);
|
|
92955
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_2_Template, 2, 2, "div", 97);
|
|
92956
|
+
i0.ɵɵelementStart(3, "div", 57)(4, "h3", 98);
|
|
92926
92957
|
i0.ɵɵtext(5);
|
|
92927
92958
|
i0.ɵɵelementEnd()()();
|
|
92928
|
-
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div",
|
|
92929
|
-
i0.ɵɵelement(7, "symphiq-profile-section-content",
|
|
92959
|
+
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_6_Template, 3, 4, "div", 99);
|
|
92960
|
+
i0.ɵɵelement(7, "symphiq-profile-section-content", 100);
|
|
92930
92961
|
i0.ɵɵelementEnd();
|
|
92931
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider",
|
|
92962
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 94);
|
|
92932
92963
|
} if (rf & 2) {
|
|
92933
92964
|
const section_r15 = ctx.$implicit;
|
|
92934
|
-
const ɵ$
|
|
92935
|
-
const ɵ$
|
|
92965
|
+
const ɵ$index_236_r17 = ctx.$index;
|
|
92966
|
+
const ɵ$count_236_r19 = ctx.$count;
|
|
92936
92967
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
92937
92968
|
i0.ɵɵproperty("id", "section-" + section_r15.id)("ngClass", ctx_r1.getSectionCardClasses());
|
|
92938
92969
|
i0.ɵɵadvance(2);
|
|
@@ -92944,12 +92975,12 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_F
|
|
|
92944
92975
|
i0.ɵɵadvance();
|
|
92945
92976
|
i0.ɵɵconditional(section_r15.description || section_r15.visual && section_r15.visual.enabled ? 6 : -1);
|
|
92946
92977
|
i0.ɵɵadvance();
|
|
92947
|
-
i0.ɵɵproperty("section", section_r15)("executiveSummary", section_r15.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$
|
|
92978
|
+
i0.ɵɵproperty("section", section_r15)("executiveSummary", section_r15.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_236_r17)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
|
|
92948
92979
|
i0.ɵɵadvance();
|
|
92949
|
-
i0.ɵɵconditional(!(ɵ$
|
|
92980
|
+
i0.ɵɵconditional(!(ɵ$index_236_r17 === ɵ$count_236_r19 - 1) ? 8 : -1);
|
|
92950
92981
|
} }
|
|
92951
92982
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92952
|
-
i0.ɵɵelementStart(0, "section",
|
|
92983
|
+
i0.ɵɵelementStart(0, "section", 53);
|
|
92953
92984
|
i0.ɵɵrepeaterCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_For_2_Template, 9, 16, null, null, _forTrack0);
|
|
92954
92985
|
i0.ɵɵelementEnd();
|
|
92955
92986
|
} if (rf & 2) {
|
|
@@ -92957,11 +92988,11 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_T
|
|
|
92957
92988
|
i0.ɵɵrepeater(ctx);
|
|
92958
92989
|
} }
|
|
92959
92990
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
92960
|
-
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section",
|
|
92961
|
-
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary",
|
|
92962
|
-
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary",
|
|
92991
|
+
i0.ɵɵconditionalCreate(0, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_0_Template, 40, 34, "section", 50);
|
|
92992
|
+
i0.ɵɵconditionalCreate(1, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_1_Template, 1, 3, "symphiq-focus-area-executive-summary", 51);
|
|
92993
|
+
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_2_Template, 1, 4, "symphiq-metric-executive-summary", 52);
|
|
92963
92994
|
i0.ɵɵconditionalCreate(3, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_3_Template, 1, 1);
|
|
92964
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section",
|
|
92995
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Conditional_4_Template, 3, 0, "section", 53);
|
|
92965
92996
|
} if (rf & 2) {
|
|
92966
92997
|
let tmp_1_0;
|
|
92967
92998
|
let tmp_2_0;
|
|
@@ -92980,65 +93011,65 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template(rf, ct
|
|
|
92980
93011
|
i0.ɵɵconditional((tmp_5_0 = ctx_r1.sections()) ? 4 : -1, tmp_5_0);
|
|
92981
93012
|
} }
|
|
92982
93013
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
92983
|
-
i0.ɵɵelement(0, "symphiq-floating-toc",
|
|
93014
|
+
i0.ɵɵelement(0, "symphiq-floating-toc", 8);
|
|
92984
93015
|
} if (rf & 2) {
|
|
92985
93016
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92986
93017
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
92987
93018
|
} }
|
|
92988
93019
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
92989
|
-
i0.ɵɵelement(0, "symphiq-section-navigation",
|
|
93020
|
+
i0.ɵɵelement(0, "symphiq-section-navigation", 8);
|
|
92990
93021
|
} if (rf & 2) {
|
|
92991
93022
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92992
93023
|
i0.ɵɵproperty("sections", ctx_r1.tocSections())("viewMode", ctx_r1.viewMode())("embedded", ctx_r1.embedded())("scrollElement", ctx_r1.scrollElement() ?? undefined);
|
|
92993
93024
|
} }
|
|
92994
93025
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
92995
|
-
i0.ɵɵelement(0, "symphiq-goal-card",
|
|
93026
|
+
i0.ɵɵelement(0, "symphiq-goal-card", 12);
|
|
92996
93027
|
} if (rf & 2) {
|
|
92997
93028
|
const data_r20 = ctx;
|
|
92998
93029
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92999
93030
|
i0.ɵɵproperty("goal", data_r20.goal)("viewMode", data_r20.viewMode)("isInModal", true)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("currentModalState", ctx_r1.getCurrentModalState())("businessProfile", ctx_r1.profile());
|
|
93000
93031
|
} }
|
|
93001
93032
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
93002
|
-
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content",
|
|
93033
|
+
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 13);
|
|
93003
93034
|
} if (rf & 2) {
|
|
93004
93035
|
const data_r21 = ctx;
|
|
93005
93036
|
i0.ɵɵproperty("goal", data_r21.goal)("viewMode", data_r21.viewMode);
|
|
93006
93037
|
} }
|
|
93007
93038
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
93008
|
-
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content",
|
|
93039
|
+
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 14);
|
|
93009
93040
|
} if (rf & 2) {
|
|
93010
93041
|
const data_r22 = ctx;
|
|
93011
93042
|
i0.ɵɵproperty("objective", data_r22.objective)("goalTitle", data_r22.goalTitle)("viewMode", data_r22.viewMode);
|
|
93012
93043
|
} }
|
|
93013
93044
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
93014
|
-
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content",
|
|
93045
|
+
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 15);
|
|
93015
93046
|
} if (rf & 2) {
|
|
93016
93047
|
const data_r23 = ctx;
|
|
93017
93048
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93018
93049
|
i0.ɵɵproperty("strategy", data_r23.strategy)("objectiveTitle", data_r23.objectiveTitle)("goalTitle", data_r23.goalTitle)("viewMode", data_r23.viewMode)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("allBusinessInsights", ctx_r1.allBusinessInsights())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93019
93050
|
} }
|
|
93020
93051
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
93021
|
-
i0.ɵɵelement(0, "symphiq-category-detail-modal-content",
|
|
93052
|
+
i0.ɵɵelement(0, "symphiq-category-detail-modal-content", 16);
|
|
93022
93053
|
} if (rf & 2) {
|
|
93023
93054
|
const data_r24 = ctx;
|
|
93024
93055
|
i0.ɵɵproperty("category", data_r24.category)("viewMode", data_r24.viewMode)("scrollToSection", data_r24.scrollToSection);
|
|
93025
93056
|
} }
|
|
93026
93057
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
93027
|
-
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content",
|
|
93058
|
+
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content", 17);
|
|
93028
93059
|
} if (rf & 2) {
|
|
93029
93060
|
const data_r25 = ctx;
|
|
93030
93061
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93031
93062
|
i0.ɵɵproperty("strength", data_r25.strength)("viewMode", data_r25.viewMode)("allFunnelStrengths", ctx_r1.funnelStrengths())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93032
93063
|
} }
|
|
93033
93064
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
93034
|
-
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content",
|
|
93065
|
+
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content", 18);
|
|
93035
93066
|
} if (rf & 2) {
|
|
93036
93067
|
const data_r26 = ctx;
|
|
93037
93068
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93038
93069
|
i0.ɵɵproperty("gap", data_r26.gap)("viewMode", data_r26.viewMode)("allGoals", ctx_r1.allGoals())("allWeaknesses", ctx_r1.funnelWeaknesses())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93039
93070
|
} }
|
|
93040
93071
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ctx) { if (rf & 1) {
|
|
93041
|
-
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content",
|
|
93072
|
+
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content", 19);
|
|
93042
93073
|
} if (rf & 2) {
|
|
93043
93074
|
const data_r27 = ctx;
|
|
93044
93075
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -93046,7 +93077,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template(rf, ct
|
|
|
93046
93077
|
} }
|
|
93047
93078
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
93048
93079
|
const _r28 = i0.ɵɵgetCurrentView();
|
|
93049
|
-
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button",
|
|
93080
|
+
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 106);
|
|
93050
93081
|
i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template_symphiq_sticky_subscription_continue_button_continueClick_0_listener() { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleStickyButtonClick()); });
|
|
93051
93082
|
i0.ɵɵelementEnd();
|
|
93052
93083
|
} if (rf & 2) {
|
|
@@ -93055,7 +93086,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template(rf, ct
|
|
|
93055
93086
|
} }
|
|
93056
93087
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
93057
93088
|
const _r29 = i0.ɵɵgetCurrentView();
|
|
93058
|
-
i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer",
|
|
93089
|
+
i0.ɵɵelementStart(0, "symphiq-shop-profile-sticky-footer", 107);
|
|
93059
93090
|
i0.ɵɵlistener("continueClick", function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template_symphiq_shop_profile_sticky_footer_continueClick_0_listener() { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleShopProfileContinueClick()); });
|
|
93060
93091
|
i0.ɵɵelementEnd();
|
|
93061
93092
|
} if (rf & 2) {
|
|
@@ -93064,18 +93095,18 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template(rf, ct
|
|
|
93064
93095
|
} }
|
|
93065
93096
|
function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
93066
93097
|
const _r30 = i0.ɵɵgetCurrentView();
|
|
93067
|
-
i0.ɵɵelementStart(0, "div",
|
|
93098
|
+
i0.ɵɵelementStart(0, "div", 24)(1, "div", 108)(2, "div", 109)(3, "button", 110);
|
|
93068
93099
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCancelCurrencyEdit()); });
|
|
93069
93100
|
i0.ɵɵtext(4, " Cancel ");
|
|
93070
93101
|
i0.ɵɵelementEnd();
|
|
93071
|
-
i0.ɵɵelementStart(5, "button",
|
|
93102
|
+
i0.ɵɵelementStart(5, "button", 111);
|
|
93072
93103
|
i0.ɵɵlistener("click", function SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r30); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleContinueToPlans()); });
|
|
93073
93104
|
i0.ɵɵelementStart(6, "span");
|
|
93074
93105
|
i0.ɵɵtext(7, "Continue to Plans");
|
|
93075
93106
|
i0.ɵɵelementEnd();
|
|
93076
93107
|
i0.ɵɵnamespaceSVG();
|
|
93077
|
-
i0.ɵɵelementStart(8, "svg",
|
|
93078
|
-
i0.ɵɵelement(9, "path",
|
|
93108
|
+
i0.ɵɵelementStart(8, "svg", 112);
|
|
93109
|
+
i0.ɵɵelement(9, "path", 113);
|
|
93079
93110
|
i0.ɵɵelementEnd()()()()();
|
|
93080
93111
|
} if (rf & 2) {
|
|
93081
93112
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -94041,7 +94072,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94041
94072
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopProfileStatusCard = _t.first);
|
|
94042
94073
|
} }, hostBindings: function SymphiqProfileAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
94043
94074
|
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisDashboardComponent_scroll_HostBindingHandler($event) { return ctx.onWindowScroll($event); }, i0.ɵɵresolveWindow);
|
|
94044
|
-
} }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], analysisType: [1, "analysisType"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileShop: [1, "profileShop"], profileShopQuestions: [1, "profileShopQuestions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], itemStatusProfileShop: [1, "itemStatusProfileShop"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 52, consts: [["shopProfileStatusCard", ""], [1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [
|
|
94075
|
+
} }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], analysisType: [1, "analysisType"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileShop: [1, "profileShop"], profileShopQuestions: [1, "profileShopQuestions"], profileAnswers: [1, "profileAnswers"], profileAnswerHistories: [1, "profileAnswerHistories"], itemStatusProfileShop: [1, "itemStatusProfileShop"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], planCardInfos: [1, "planCardInfos"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 52, consts: [["shopProfileStatusCard", ""], [1, "min-h-screen", "relative", 3, "ngClass"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [1, "h-full", "transition-all", "duration-200", "ease-out", 3, "ngClass"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "space-y-12"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "close", "isOpen", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode"], [3, "isLightMode", "allMetrics", "allInsights", "allBusinessInsights", "allCharts"], [3, "goal", "viewMode", "isInModal", "allMetrics", "allCharts", "allInsights", "currentModalState", "businessProfile"], [3, "goal", "viewMode"], [3, "objective", "goalTitle", "viewMode"], [3, "strategy", "objectiveTitle", "goalTitle", "viewMode", "allMetrics", "allCharts", "allInsights", "allBusinessInsights", "currentModalState"], [3, "category", "viewMode", "scrollToSection"], [3, "strength", "viewMode", "allFunnelStrengths", "currentModalState"], [3, "gap", "viewMode", "allGoals", "allWeaknesses", "currentModalState"], [3, "opportunity", "viewMode", "allStrengths", "currentModalState"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts"], [3, "isLightMode"], [3, "viewMode", "isEnabled", "isLoading"], [3, "viewMode", "totalQuestions", "answeredQuestions"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "mb-12"], [3, "viewMode", "businessName", "isOnboarded"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "focusAreaDetails"], [3, "viewMode", "metricName", "isOnboarded"], [1, "rounded-2xl", "border", "shadow-lg", "p-8", "backdrop-blur-sm", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "space-y-4"], ["size", "large", 3, "viewMode"], [1, "text-center"], [1, "text-lg", "font-semibold", "mb-1", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "mb-8"], [3, "startCategoryQuestions", "answerSave", "adminAnswerAction", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "currentUser"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Shop Profile", "subtitle", "We're analyzing your data to create shop specific questions and answers. They will appear when ready.", 3, "itemStatus", "viewMode"], ["subtitle", "We're analyzing your data to create your personalized analysis. It will appear when ready.", 3, "itemStatus", "viewMode", "title"], [3, "viewMoreClick", "goals", "viewMode"], [1, "mb-32"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "focusAreaExecutiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [3, "viewMode", "summary", "allGoals"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [1, "rounded-2xl", "p-8", "shadow-xl", 3, "ngClass"], [1, "space-y-6"], [1, "flex", "items-start", "justify-between", "gap-4"], [1, "flex-1"], [1, "text-2xl", "font-bold", "mb-3", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], [1, "rounded-xl", "p-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4"], ["type", "button", 1, "p-4", "rounded-xl", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "group", "cursor-pointer", 3, "click", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "mb-1", 3, "ngClass"], [1, "text-3xl", "font-bold", "mb-2", 3, "ngClass"], [1, "flex", "items-center", "gap-1.5", "text-xs", "font-medium"], [3, "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-x-1", 3, "icon", "ngClass"], ["size", "w-4 h-4", 1, "transition-transform", "group-hover:translate-y-1", "animate-bounce", 3, "icon", "ngClass"], ["id", "quick-wins-section", 1, "space-y-4", "scroll-mt-24"], [1, "text-lg", "font-semibold", "mb-3", 3, "ngClass"], [1, "relative"], [1, "mb-6", "lg:float-left", "lg:mr-6", "lg:mb-4", "lg:max-w-[66%]"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"], [1, "clear-both"], [3, "visual", "viewMode"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-2", "gap-6"], [1, "rounded-xl", "p-6", "transition-all", "duration-300", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-start", "gap-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "font-semibold", "leading-tight", "flex-1", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-2"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "text-sm", 3, "ngClass"], [1, "space-y-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [3, "relatedGoalIds", "allGoals", "viewMode"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "allGoals"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "metricName", "allGoals"], [3, "viewMode", "sectionIcon"], [1, "rounded-xl", "p-8", "scroll-mt-24", 3, "id", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-6"], [1, "flex-shrink-0", "w-12", "h-12", "rounded-xl", "flex", "items-center", "justify-center", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start", 3, "lg:flex-row-reverse"], [3, "section", "executiveSummary", "viewMode", "sectionIndex", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["size", "w-6 h-6", 3, "icon"], [1, "mb-6", "flex", "flex-col", "lg:flex-row", "gap-6", "items-start"], [1, "w-full", "lg:w-2/3"], [1, "w-full", 3, "lg:w-1/3", "lg:w-full"], [1, "w-full"], [3, "continueClick", "viewMode", "isEnabled", "isLoading"], [3, "continueClick", "viewMode", "totalQuestions", "answeredQuestions"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-4"], [1, "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "cursor-pointer", 3, "click", "ngClass"], [1, "flex-1", "px-6", "py-4", "rounded-xl", "font-semibold", "text-lg", "transition-all", "duration-300", "flex", "items-center", "justify-center", "gap-3", "shadow-2xl", 3, "click", "disabled", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "transition-transform", "duration-200"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqProfileAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
94045
94076
|
i0.ɵɵelementStart(0, "div", 1);
|
|
94046
94077
|
i0.ɵɵelement(1, "div", 2);
|
|
94047
94078
|
i0.ɵɵelementStart(2, "div");
|
|
@@ -94052,32 +94083,32 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94052
94083
|
i0.ɵɵelementEnd();
|
|
94053
94084
|
i0.ɵɵconditionalCreate(6, SymphiqProfileAnalysisDashboardComponent_Conditional_6_Template, 1, 5, "symphiq-journey-progress-indicator", 6);
|
|
94054
94085
|
i0.ɵɵelementStart(7, "main", 7);
|
|
94055
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template,
|
|
94086
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileAnalysisDashboardComponent_Conditional_8_Template, 5, 4);
|
|
94056
94087
|
i0.ɵɵconditionalCreate(9, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template, 3, 3);
|
|
94057
94088
|
i0.ɵɵconditionalCreate(10, SymphiqProfileAnalysisDashboardComponent_Conditional_10_Template, 5, 5);
|
|
94058
94089
|
i0.ɵɵelementEnd();
|
|
94059
|
-
i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc",
|
|
94060
|
-
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation",
|
|
94061
|
-
i0.ɵɵelementStart(13, "symphiq-search-modal",
|
|
94090
|
+
i0.ɵɵconditionalCreate(11, SymphiqProfileAnalysisDashboardComponent_Conditional_11_Template, 1, 4, "symphiq-floating-toc", 8);
|
|
94091
|
+
i0.ɵɵconditionalCreate(12, SymphiqProfileAnalysisDashboardComponent_Conditional_12_Template, 1, 4, "symphiq-section-navigation", 8);
|
|
94092
|
+
i0.ɵɵelementStart(13, "symphiq-search-modal", 9);
|
|
94062
94093
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_search_modal_close_13_listener() { return ctx.closeSearch(); });
|
|
94063
94094
|
i0.ɵɵelementEnd();
|
|
94064
|
-
i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal",
|
|
94095
|
+
i0.ɵɵelementStart(14, "symphiq-view-mode-switcher-modal", 10);
|
|
94065
94096
|
i0.ɵɵlistener("close", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_close_14_listener() { return ctx.closeViewModeSwitcher(); })("modeSelected", function SymphiqProfileAnalysisDashboardComponent_Template_symphiq_view_mode_switcher_modal_modeSelected_14_listener($event) { return ctx.handleDisplayModeChange($event); });
|
|
94066
94097
|
i0.ɵɵelementEnd();
|
|
94067
|
-
i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal",
|
|
94068
|
-
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card",
|
|
94069
|
-
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content",
|
|
94070
|
-
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content",
|
|
94071
|
-
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content",
|
|
94072
|
-
i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content",
|
|
94073
|
-
i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content",
|
|
94074
|
-
i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content",
|
|
94075
|
-
i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content",
|
|
94098
|
+
i0.ɵɵelementStart(15, "symphiq-profile-analysis-modal", 11);
|
|
94099
|
+
i0.ɵɵconditionalCreate(16, SymphiqProfileAnalysisDashboardComponent_Conditional_16_Template, 1, 8, "symphiq-goal-card", 12);
|
|
94100
|
+
i0.ɵɵconditionalCreate(17, SymphiqProfileAnalysisDashboardComponent_Conditional_17_Template, 1, 2, "symphiq-goal-objectives-modal-content", 13);
|
|
94101
|
+
i0.ɵɵconditionalCreate(18, SymphiqProfileAnalysisDashboardComponent_Conditional_18_Template, 1, 3, "symphiq-objective-strategies-modal-content", 14);
|
|
94102
|
+
i0.ɵɵconditionalCreate(19, SymphiqProfileAnalysisDashboardComponent_Conditional_19_Template, 1, 9, "symphiq-strategy-recommendations-modal-content", 15);
|
|
94103
|
+
i0.ɵɵconditionalCreate(20, SymphiqProfileAnalysisDashboardComponent_Conditional_20_Template, 1, 3, "symphiq-category-detail-modal-content", 16);
|
|
94104
|
+
i0.ɵɵconditionalCreate(21, SymphiqProfileAnalysisDashboardComponent_Conditional_21_Template, 1, 4, "symphiq-strength-detail-modal-content", 17);
|
|
94105
|
+
i0.ɵɵconditionalCreate(22, SymphiqProfileAnalysisDashboardComponent_Conditional_22_Template, 1, 5, "symphiq-gap-detail-modal-content", 18);
|
|
94106
|
+
i0.ɵɵconditionalCreate(23, SymphiqProfileAnalysisDashboardComponent_Conditional_23_Template, 1, 4, "symphiq-opportunity-detail-modal-content", 19);
|
|
94076
94107
|
i0.ɵɵelementEnd();
|
|
94077
|
-
i0.ɵɵelement(24, "symphiq-funnel-analysis-modal",
|
|
94078
|
-
i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button",
|
|
94079
|
-
i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer",
|
|
94080
|
-
i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div",
|
|
94108
|
+
i0.ɵɵelement(24, "symphiq-funnel-analysis-modal", 20)(25, "symphiq-business-analysis-modal", 21)(26, "symphiq-tooltip-container");
|
|
94109
|
+
i0.ɵɵconditionalCreate(27, SymphiqProfileAnalysisDashboardComponent_Conditional_27_Template, 1, 3, "symphiq-sticky-subscription-continue-button", 22);
|
|
94110
|
+
i0.ɵɵconditionalCreate(28, SymphiqProfileAnalysisDashboardComponent_Conditional_28_Template, 1, 3, "symphiq-shop-profile-sticky-footer", 23);
|
|
94111
|
+
i0.ɵɵconditionalCreate(29, SymphiqProfileAnalysisDashboardComponent_Conditional_29_Template, 10, 6, "div", 24);
|
|
94081
94112
|
i0.ɵɵelementEnd()();
|
|
94082
94113
|
} if (rf & 2) {
|
|
94083
94114
|
let tmp_5_0;
|
|
@@ -94146,14 +94177,14 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94146
94177
|
i0.ɵɵconditional(ctx.shouldShowShopProfileStickyFooter() ? 28 : -1);
|
|
94147
94178
|
i0.ɵɵadvance();
|
|
94148
94179
|
i0.ɵɵconditional(ctx.isEditingCurrency() ? 29 : -1);
|
|
94149
|
-
} }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
94180
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, IndeterminateSpinnerComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
94150
94181
|
}
|
|
94151
94182
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileAnalysisDashboardComponent, [{
|
|
94152
94183
|
type: Component,
|
|
94153
94184
|
args: [{
|
|
94154
94185
|
selector: 'symphiq-profile-analysis-dashboard',
|
|
94155
94186
|
standalone: true,
|
|
94156
|
-
imports: [CommonModule, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent],
|
|
94187
|
+
imports: [CommonModule, DashboardHeaderComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, FloatingTocComponent, SectionNavigationComponent, GradeBadgeComponent, ShopWelcomeBannerComponent, FocusAreaWelcomeBannerComponent, MetricWelcomeBannerComponent, FocusAreaExecutiveSummaryComponent, MetricExecutiveSummaryComponent, NapkinVisualPlaceholderComponent, TooltipContainerComponent, ProfileSectionContentComponent, ProfileAnalysisModalComponent, ModalComponent, GoalCardComponent, GoalObjectivesModalContentComponent, ObjectiveStrategiesModalContentComponent, StrategyRecommendationsModalContentComponent, CategoryDetailModalContentComponent, StrengthDetailModalContentComponent, GapDetailModalContentComponent, OpportunityDetailModalContentComponent, BusinessAnalysisModalComponent, SectionDividerComponent, SymphiqIconComponent, RelatedGoalChipsComponent, StrategicGoalsTiledGridComponent, CollapsibleAnalysisSectionGroupComponent, BillingCurrencySelectorCardComponent, PlanSelectionPlaceholderCardComponent, PlanSelectionContainerComponent, SubscriptionValuePropositionCardComponent, StickySubscriptionContinueButtonComponent, ContentGenerationProgressComponent, ShopProfileStatusCardComponent, ShopProfileStickyFooterComponent, IndeterminateSpinnerComponent],
|
|
94157
94188
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
94158
94189
|
template: `
|
|
94159
94190
|
<div [ngClass]="getContainerClasses()" class="min-h-screen relative">
|
|
@@ -94229,6 +94260,24 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94229
94260
|
/>
|
|
94230
94261
|
}
|
|
94231
94262
|
</div>
|
|
94263
|
+
|
|
94264
|
+
<!-- Loading Card -->
|
|
94265
|
+
@if (isLoading()) {
|
|
94266
|
+
<div [ngClass]="isLightMode() ? 'bg-white/80 border-slate-200' : 'bg-slate-800/80 border-slate-700'"
|
|
94267
|
+
class="rounded-2xl border shadow-lg p-8 backdrop-blur-sm">
|
|
94268
|
+
<div class="flex flex-col items-center justify-center space-y-4">
|
|
94269
|
+
<symphiq-indeterminate-spinner [viewMode]="viewMode()" size="large" />
|
|
94270
|
+
<div class="text-center">
|
|
94271
|
+
<h3 [ngClass]="isLightMode() ? 'text-slate-900' : 'text-white'" class="text-lg font-semibold mb-1">
|
|
94272
|
+
Loading Your Shop Profile Analysis
|
|
94273
|
+
</h3>
|
|
94274
|
+
<p [ngClass]="isLightMode() ? 'text-slate-600' : 'text-slate-400'" class="text-sm">
|
|
94275
|
+
Please wait while we prepare your personalized insights...
|
|
94276
|
+
</p>
|
|
94277
|
+
</div>
|
|
94278
|
+
</div>
|
|
94279
|
+
</div>
|
|
94280
|
+
}
|
|
94232
94281
|
}
|
|
94233
94282
|
|
|
94234
94283
|
<!-- Simplified View Content -->
|
|
@@ -94831,7 +94880,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94831
94880
|
type: HostListener,
|
|
94832
94881
|
args: ['window:scroll', ['$event']]
|
|
94833
94882
|
}] }); })();
|
|
94834
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber:
|
|
94883
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisDashboardComponent, { className: "SymphiqProfileAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-dashboard/symphiq-profile-analysis-dashboard.component.ts", lineNumber: 810 }); })();
|
|
94835
94884
|
|
|
94836
94885
|
class ScrollProgressBarComponent {
|
|
94837
94886
|
constructor() {
|