@eric-emg/symphiq-components 1.2.401 → 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,6 +93130,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
93130
93130
|
this.isSimplifiedView() &&
|
|
93131
93131
|
!this.isFocusAreaAnalysis() &&
|
|
93132
93132
|
!this.isMetricAnalysis() &&
|
|
93133
|
+
!this.profileAnalysis() &&
|
|
93133
93134
|
this.totalShopQuestions() > 0;
|
|
93134
93135
|
}, ...(ngDevMode ? [{ debugName: "shouldShowShopProfileStickyFooter" }] : []));
|
|
93135
93136
|
this.isProfileShopGenerating = computed(() => {
|
|
@@ -94189,7 +94190,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
94189
94190
|
<!-- Simplified View Content -->
|
|
94190
94191
|
@if (isSimplifiedView()) {
|
|
94191
94192
|
<!-- Shop Profile Status Card -->
|
|
94192
|
-
@if (shouldShowShopProfileStatus() && !isFocusAreaAnalysis() && !isMetricAnalysis() && !
|
|
94193
|
+
@if (shouldShowShopProfileStatus() && !isFocusAreaAnalysis() && !isMetricAnalysis() && !profileAnalysis()) {
|
|
94193
94194
|
<div class="mb-8">
|
|
94194
94195
|
<symphiq-shop-profile-status-card
|
|
94195
94196
|
#shopProfileStatusCard
|