@eric-emg/symphiq-components 1.2.402 → 1.2.403
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.
|
@@ -92546,7 +92546,7 @@ function SymphiqProfileAnalysisDashboardComponent_Conditional_9_Template(rf, ctx
|
|
|
92546
92546
|
i0.ɵɵconditionalCreate(2, SymphiqProfileAnalysisDashboardComponent_Conditional_9_Conditional_2_Template, 2, 11, "div");
|
|
92547
92547
|
} if (rf & 2) {
|
|
92548
92548
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92549
|
-
i0.ɵɵconditional(ctx_r1.shouldShowShopProfileStatus() && !ctx_r1.isFocusAreaAnalysis() && !ctx_r1.isMetricAnalysis() && !ctx_r1.
|
|
92549
|
+
i0.ɵɵconditional(ctx_r1.shouldShowShopProfileStatus() && !ctx_r1.isFocusAreaAnalysis() && !ctx_r1.isMetricAnalysis() && !ctx_r1.profileAnalysis() ? 0 : -1);
|
|
92550
92550
|
i0.ɵɵadvance();
|
|
92551
92551
|
i0.ɵɵconditional(ctx_r1.profileAnalysis() ? 1 : -1);
|
|
92552
92552
|
i0.ɵɵadvance();
|
|
@@ -93130,7 +93130,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
93130
93130
|
this.isSimplifiedView() &&
|
|
93131
93131
|
!this.isFocusAreaAnalysis() &&
|
|
93132
93132
|
!this.isMetricAnalysis() &&
|
|
93133
|
-
!this.
|
|
93133
|
+
!this.profileAnalysis() &&
|
|
93134
93134
|
this.totalShopQuestions() > 0;
|
|
93135
93135
|
}, ...(ngDevMode ? [{ debugName: "shouldShowShopProfileStickyFooter" }] : []));
|
|
93136
93136
|
this.isProfileShopGenerating = computed(() => {
|
|
@@ -94190,7 +94190,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94190
94190
|
<!-- Simplified View Content -->
|
|
94191
94191
|
@if (isSimplifiedView()) {
|
|
94192
94192
|
<!-- Shop Profile Status Card -->
|
|
94193
|
-
@if (shouldShowShopProfileStatus() && !isFocusAreaAnalysis() && !isMetricAnalysis() && !
|
|
94193
|
+
@if (shouldShowShopProfileStatus() && !isFocusAreaAnalysis() && !isMetricAnalysis() && !profileAnalysis()) {
|
|
94194
94194
|
<div class="mb-8">
|
|
94195
94195
|
<symphiq-shop-profile-status-card
|
|
94196
94196
|
#shopProfileStatusCard
|