@eric-emg/symphiq-components 1.2.565 → 1.3.2
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.
|
@@ -3590,7 +3590,7 @@ class SkeletonLoaderComponent {
|
|
|
3590
3590
|
|
|
3591
3591
|
class TooltipDirective {
|
|
3592
3592
|
constructor() {
|
|
3593
|
-
this.symphiqTooltip = input(undefined, ...(ngDevMode ?
|
|
3593
|
+
this.symphiqTooltip = input(undefined, { ...(ngDevMode ? { debugName: "symphiqTooltip" } : {}), alias: 'libSymphiqTooltip' });
|
|
3594
3594
|
this.tooltipType = input('text', ...(ngDevMode ? [{ debugName: "tooltipType" }] : []));
|
|
3595
3595
|
this.tooltipPosition = input('top', ...(ngDevMode ? [{ debugName: "tooltipPosition" }] : []));
|
|
3596
3596
|
this.tooltipDelay = input(300, ...(ngDevMode ? [{ debugName: "tooltipDelay" }] : []));
|
|
@@ -3730,11 +3730,11 @@ class CurrentDataIndicatorComponent {
|
|
|
3730
3730
|
} if (rf & 2) {
|
|
3731
3731
|
i0.ɵɵclassMap(ctx.indicatorClass());
|
|
3732
3732
|
i0.ɵɵproperty("libSymphiqTooltip", ctx.tooltipText())("tooltipPosition", ctx.tooltipPosition());
|
|
3733
|
-
} }, dependencies: [
|
|
3733
|
+
} }, dependencies: [TooltipDirective], styles: ["[_nghost-%COMP%]{display:inline-block}"], changeDetection: 0 }); }
|
|
3734
3734
|
}
|
|
3735
3735
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrentDataIndicatorComponent, [{
|
|
3736
3736
|
type: Component,
|
|
3737
|
-
args: [{ selector: 'symphiq-current-data-indicator', standalone: true, imports: [
|
|
3737
|
+
args: [{ selector: 'symphiq-current-data-indicator', standalone: true, imports: [TooltipDirective], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
3738
3738
|
<span
|
|
3739
3739
|
[class]="indicatorClass()"
|
|
3740
3740
|
[libSymphiqTooltip]="tooltipText()"
|
|
@@ -13060,14 +13060,14 @@ class SymphiqIconComponent {
|
|
|
13060
13060
|
} if (rf & 2) {
|
|
13061
13061
|
i0.ɵɵclassMap(ctx.containerClass());
|
|
13062
13062
|
i0.ɵɵdomProperty("innerHTML", ctx.iconHtml(), i0.ɵɵsanitizeHtml);
|
|
13063
|
-
} },
|
|
13063
|
+
} }, encapsulation: 2, changeDetection: 0 }); }
|
|
13064
13064
|
}
|
|
13065
13065
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqIconComponent, [{
|
|
13066
13066
|
type: Component,
|
|
13067
13067
|
args: [{
|
|
13068
13068
|
selector: 'symphiq-icon',
|
|
13069
13069
|
standalone: true,
|
|
13070
|
-
imports: [
|
|
13070
|
+
imports: [],
|
|
13071
13071
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
13072
13072
|
template: `
|
|
13073
13073
|
<div [innerHTML]="iconHtml()" [class]="containerClass()"></div>
|
|
@@ -22679,7 +22679,7 @@ class SearchBarComponent {
|
|
|
22679
22679
|
|
|
22680
22680
|
class SearchHighlightDirective {
|
|
22681
22681
|
constructor() {
|
|
22682
|
-
this.symphiqSearchHighlight = input(null, ...(ngDevMode ?
|
|
22682
|
+
this.symphiqSearchHighlight = input(null, { ...(ngDevMode ? { debugName: "symphiqSearchHighlight" } : {}), alias: 'libSymphiqSearchHighlight' });
|
|
22683
22683
|
this.highlightId = input('', ...(ngDevMode ? [{ debugName: "highlightId" }] : []));
|
|
22684
22684
|
this.el = inject(ElementRef);
|
|
22685
22685
|
this.renderer = inject(Renderer2);
|
|
@@ -23620,8 +23620,7 @@ class CompetitiveIntelligenceViewComponent {
|
|
|
23620
23620
|
i0.ɵɵclassMap(ctx.isCompactMode() ? "mt-8" : "mt-16");
|
|
23621
23621
|
i0.ɵɵadvance();
|
|
23622
23622
|
i0.ɵɵproperty("metrics", ctx.metrics())("allCharts", ctx.allCharts())("isLightMode", ctx.isLightMode())("isCompactMode", ctx.isCompactMode())("currencySymbol", ctx.currencySymbol());
|
|
23623
|
-
} }, dependencies: [
|
|
23624
|
-
CompetitiveScorecardComponent,
|
|
23623
|
+
} }, dependencies: [CompetitiveScorecardComponent,
|
|
23625
23624
|
IndustryContextPanelComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
23626
23625
|
}
|
|
23627
23626
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompetitiveIntelligenceViewComponent, [{
|
|
@@ -23631,7 +23630,6 @@ class CompetitiveIntelligenceViewComponent {
|
|
|
23631
23630
|
standalone: true,
|
|
23632
23631
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23633
23632
|
imports: [
|
|
23634
|
-
CommonModule,
|
|
23635
23633
|
CompetitiveScorecardComponent,
|
|
23636
23634
|
IndustryContextPanelComponent
|
|
23637
23635
|
],
|
|
@@ -23656,7 +23654,7 @@ class CompetitiveIntelligenceViewComponent {
|
|
|
23656
23654
|
`
|
|
23657
23655
|
}]
|
|
23658
23656
|
}], null, { metrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "metrics", required: false }] }], allCharts: [{ type: i0.Input, args: [{ isSignal: true, alias: "allCharts", required: false }] }], isLightMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLightMode", required: false }] }], isCompactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCompactMode", required: false }] }], competitiveBenchmark: [{ type: i0.Input, args: [{ isSignal: true, alias: "competitiveBenchmark", required: false }] }], currencySymbol: [{ type: i0.Input, args: [{ isSignal: true, alias: "currencySymbol", required: false }] }] }); })();
|
|
23659
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveIntelligenceViewComponent, { className: "CompetitiveIntelligenceViewComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-intelligence/competitive-intelligence-view.component.ts", lineNumber:
|
|
23657
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CompetitiveIntelligenceViewComponent, { className: "CompetitiveIntelligenceViewComponent", filePath: "lib/components/funnel-analysis-dashboard/competitive-intelligence/competitive-intelligence-view.component.ts", lineNumber: 35 }); })();
|
|
23660
23658
|
|
|
23661
23659
|
function SectionDividerComponent_For_6_Template(rf, ctx) { if (rf & 1) {
|
|
23662
23660
|
i0.ɵɵelementStart(0, "div", 6)(1, "div", 7);
|
|
@@ -25846,7 +25844,7 @@ class ConfidenceLevelCardComponent {
|
|
|
25846
25844
|
i0.ɵɵadvance();
|
|
25847
25845
|
i0.ɵɵstyleProp("width", ctx.animatedPercentage(), "%");
|
|
25848
25846
|
i0.ɵɵproperty("ngClass", ctx.progressGlowClasses());
|
|
25849
|
-
} }, dependencies: [CommonModule, i1$1.NgClass], styles: ["@keyframes _ngcontent-%COMP%_confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _ngcontent-%COMP%_pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes _ngcontent-%COMP%_shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes _ngcontent-%COMP%_grade-change{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.confidence-card-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_confidence-fade-in-up .6s ease-out forwards}.animate-pulse-glow[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow 2s ease-in-out infinite}.grade-change-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_grade-change .8s ease-out}@media
|
|
25847
|
+
} }, dependencies: [CommonModule, i1$1.NgClass], styles: ["@keyframes _ngcontent-%COMP%_confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _ngcontent-%COMP%_pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes _ngcontent-%COMP%_shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes _ngcontent-%COMP%_grade-change{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.confidence-card-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_confidence-fade-in-up .6s ease-out forwards}.animate-pulse-glow[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-glow 2s ease-in-out infinite}.grade-change-animate[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_grade-change .8s ease-out}@media(prefers-reduced-motion:reduce){.confidence-card-animate[_ngcontent-%COMP%], .animate-pulse-glow[_ngcontent-%COMP%], .grade-change-animate[_ngcontent-%COMP%]{animation:none;opacity:1}}"], changeDetection: 0 }); }
|
|
25850
25848
|
}
|
|
25851
25849
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ConfidenceLevelCardComponent, [{
|
|
25852
25850
|
type: Component,
|
|
@@ -25923,7 +25921,7 @@ class ConfidenceLevelCardComponent {
|
|
|
25923
25921
|
</div>
|
|
25924
25922
|
</div>
|
|
25925
25923
|
</div>
|
|
25926
|
-
`, styles: ["@keyframes confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes grade-change{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.confidence-card-animate{animation:confidence-fade-in-up .6s ease-out forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.grade-change-animate{animation:grade-change .8s ease-out}@media
|
|
25924
|
+
`, styles: ["@keyframes confidence-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes grade-change{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.confidence-card-animate{animation:confidence-fade-in-up .6s ease-out forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.grade-change-animate{animation:grade-change .8s ease-out}@media(prefers-reduced-motion:reduce){.confidence-card-animate,.animate-pulse-glow,.grade-change-animate{animation:none;opacity:1}}\n"] }]
|
|
25927
25925
|
}], () => [], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], currentStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentStepId", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], currentFocusAreaDomain: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentFocusAreaDomain", required: false }] }], currentMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentMetric", required: false }] }] }); })();
|
|
25928
25926
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ConfidenceLevelCardComponent, { className: "ConfidenceLevelCardComponent", filePath: "lib/components/shared/confidence-level-card.component.ts", lineNumber: 161 }); })();
|
|
25929
25927
|
|
|
@@ -40786,14 +40784,14 @@ class SkeletonCustomerSegmentCardComponent {
|
|
|
40786
40784
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
40787
40785
|
i0.ɵɵadvance();
|
|
40788
40786
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
40789
|
-
} }, dependencies: [
|
|
40787
|
+
} }, dependencies: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
40790
40788
|
}
|
|
40791
40789
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonCustomerSegmentCardComponent, [{
|
|
40792
40790
|
type: Component,
|
|
40793
40791
|
args: [{
|
|
40794
40792
|
selector: 'symphiq-skeleton-customer-segment-card',
|
|
40795
40793
|
standalone: true,
|
|
40796
|
-
imports: [
|
|
40794
|
+
imports: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent],
|
|
40797
40795
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
40798
40796
|
template: `
|
|
40799
40797
|
<symphiq-skeleton-card-base [viewMode]="viewMode()">
|
|
@@ -40887,14 +40885,14 @@ class SkeletonProductCategoryCardComponent {
|
|
|
40887
40885
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
40888
40886
|
i0.ɵɵadvance();
|
|
40889
40887
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
40890
|
-
} }, dependencies: [
|
|
40888
|
+
} }, dependencies: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
40891
40889
|
}
|
|
40892
40890
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonProductCategoryCardComponent, [{
|
|
40893
40891
|
type: Component,
|
|
40894
40892
|
args: [{
|
|
40895
40893
|
selector: 'symphiq-skeleton-product-category-card',
|
|
40896
40894
|
standalone: true,
|
|
40897
|
-
imports: [
|
|
40895
|
+
imports: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent],
|
|
40898
40896
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
40899
40897
|
template: `
|
|
40900
40898
|
<symphiq-skeleton-card-base [viewMode]="viewMode()">
|
|
@@ -40972,14 +40970,14 @@ class SkeletonGenericCardComponent {
|
|
|
40972
40970
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
40973
40971
|
i0.ɵɵadvance();
|
|
40974
40972
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
40975
|
-
} }, dependencies: [
|
|
40973
|
+
} }, dependencies: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
40976
40974
|
}
|
|
40977
40975
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonGenericCardComponent, [{
|
|
40978
40976
|
type: Component,
|
|
40979
40977
|
args: [{
|
|
40980
40978
|
selector: 'symphiq-skeleton-generic-card',
|
|
40981
40979
|
standalone: true,
|
|
40982
|
-
imports: [
|
|
40980
|
+
imports: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent],
|
|
40983
40981
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
40984
40982
|
template: `
|
|
40985
40983
|
<symphiq-skeleton-card-base [viewMode]="viewMode()">
|
|
@@ -41055,14 +41053,14 @@ class SkeletonRegionCardComponent {
|
|
|
41055
41053
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
41056
41054
|
i0.ɵɵadvance();
|
|
41057
41055
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
41058
|
-
} }, dependencies: [
|
|
41056
|
+
} }, dependencies: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
41059
41057
|
}
|
|
41060
41058
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonRegionCardComponent, [{
|
|
41061
41059
|
type: Component,
|
|
41062
41060
|
args: [{
|
|
41063
41061
|
selector: 'symphiq-skeleton-region-card',
|
|
41064
41062
|
standalone: true,
|
|
41065
|
-
imports: [
|
|
41063
|
+
imports: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent],
|
|
41066
41064
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
41067
41065
|
template: `
|
|
41068
41066
|
<symphiq-skeleton-card-base [viewMode]="viewMode()">
|
|
@@ -41147,14 +41145,14 @@ class SkeletonSeasonCardComponent {
|
|
|
41147
41145
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
41148
41146
|
i0.ɵɵadvance();
|
|
41149
41147
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
41150
|
-
} }, dependencies: [
|
|
41148
|
+
} }, dependencies: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
41151
41149
|
}
|
|
41152
41150
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonSeasonCardComponent, [{
|
|
41153
41151
|
type: Component,
|
|
41154
41152
|
args: [{
|
|
41155
41153
|
selector: 'symphiq-skeleton-season-card',
|
|
41156
41154
|
standalone: true,
|
|
41157
|
-
imports: [
|
|
41155
|
+
imports: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent],
|
|
41158
41156
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
41159
41157
|
template: `
|
|
41160
41158
|
<symphiq-skeleton-card-base [viewMode]="viewMode()">
|
|
@@ -41248,14 +41246,14 @@ class SkeletonPriceTierCardComponent {
|
|
|
41248
41246
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
41249
41247
|
i0.ɵɵadvance();
|
|
41250
41248
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
41251
|
-
} }, dependencies: [
|
|
41249
|
+
} }, dependencies: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
41252
41250
|
}
|
|
41253
41251
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SkeletonPriceTierCardComponent, [{
|
|
41254
41252
|
type: Component,
|
|
41255
41253
|
args: [{
|
|
41256
41254
|
selector: 'symphiq-skeleton-price-tier-card',
|
|
41257
41255
|
standalone: true,
|
|
41258
|
-
imports: [
|
|
41256
|
+
imports: [SkeletonCardBaseComponent, SkeletonBarComponent, SkeletonCircleComponent],
|
|
41259
41257
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
41260
41258
|
template: `
|
|
41261
41259
|
<symphiq-skeleton-card-base [viewMode]="viewMode()">
|
|
@@ -44253,8 +44251,7 @@ class ProfileAnalysisModalComponent {
|
|
|
44253
44251
|
}
|
|
44254
44252
|
static { this.ɵfac = function ProfileAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisModalComponent)(); }; }
|
|
44255
44253
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisModalComponent, selectors: [["symphiq-profile-analysis-modal"]], viewQuery: function ProfileAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
44256
|
-
i0.ɵɵviewQuery(_c0$M, 5);
|
|
44257
|
-
i0.ɵɵviewQuery(_c1$n, 5);
|
|
44254
|
+
i0.ɵɵviewQuery(_c0$M, 5)(_c1$n, 5);
|
|
44258
44255
|
} if (rf & 2) {
|
|
44259
44256
|
let _t;
|
|
44260
44257
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -45890,8 +45887,7 @@ class BusinessAnalysisModalComponent {
|
|
|
45890
45887
|
}
|
|
45891
45888
|
static { this.ɵfac = function BusinessAnalysisModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BusinessAnalysisModalComponent)(); }; }
|
|
45892
45889
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BusinessAnalysisModalComponent, selectors: [["symphiq-business-analysis-modal"]], viewQuery: function BusinessAnalysisModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
45893
|
-
i0.ɵɵviewQuery(_c0$J, 5);
|
|
45894
|
-
i0.ɵɵviewQuery(_c1$k, 5);
|
|
45890
|
+
i0.ɵɵviewQuery(_c0$J, 5)(_c1$k, 5);
|
|
45895
45891
|
} if (rf & 2) {
|
|
45896
45892
|
let _t;
|
|
45897
45893
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -49566,14 +49562,13 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
49566
49562
|
}
|
|
49567
49563
|
static { this.ɵfac = function SymphiqFunnelAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqFunnelAnalysisDashboardComponent)(i0.ɵɵdirectiveInject(FunnelOrderService), i0.ɵɵdirectiveInject(ViewModeService), i0.ɵɵdirectiveInject(SearchService), i0.ɵɵdirectiveInject(TooltipService), i0.ɵɵdirectiveInject(ProfileContextService), i0.ɵɵdirectiveInject(ProfileItemLookupService), i0.ɵɵdirectiveInject(HeaderScrollService)); }; }
|
|
49568
49564
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqFunnelAnalysisDashboardComponent, selectors: [["symphiq-funnel-analysis-dashboard"]], viewQuery: function SymphiqFunnelAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
49569
|
-
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
49570
|
-
i0.ɵɵviewQuery(_c0$H, 5);
|
|
49565
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$H, 5);
|
|
49571
49566
|
} if (rf & 2) {
|
|
49572
49567
|
let _t;
|
|
49573
49568
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalComponent = _t.first);
|
|
49574
49569
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dashboardContainer = _t.first);
|
|
49575
49570
|
} }, hostBindings: function SymphiqFunnelAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
49576
|
-
i0.ɵɵlistener("scroll", function SymphiqFunnelAnalysisDashboardComponent_scroll_HostBindingHandler(
|
|
49571
|
+
i0.ɵɵlistener("scroll", function SymphiqFunnelAnalysisDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
49577
49572
|
} }, inputs: { requestedByUser: [1, "requestedByUser"], viewMode: [1, "viewMode"], funnelAnalysis: [1, "funnelAnalysis"], businessProfile: [1, "businessProfile"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", markAsReviewedClick: "markAsReviewedClick" }, decls: 27, vars: 57, consts: [["dashboardContainer", ""], [1, "bg-transparent"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [3, "searchClick", "viewModeClick", "title", "subtitle", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls", "hasCondensedLeftContent", "embedded", "scrollEvent"], ["expandedControls", ""], [1, "flex", "items-center", "gap-2", "sm:gap-3", "whitespace-nowrap"], ["condensedLeftContent", ""], [1, "hidden", "lg:flex", "items-center", "gap-3", "px-4", "py-1.5", "rounded-lg", 3, "ngClass"], ["condensedControls", ""], [1, "sticky", "top-[var(--header-height)]", "z-40", "border-b", "backdrop-blur-md", "animate-slide-up-fade", 3, "ngClass"], [3, "sections", "viewMode", "embedded", "scrollElement"], [1, "fixed", "right-6", "top-1/2", "-translate-y-1/2", "z-40", "hidden", "xl:flex", "flex-col", "gap-4"], [1, "flex", "items-center", "justify-center", "min-h-[60vh]"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8", 3, "pb-32"], [3, "isLightMode", "viewMode", "allMetrics", "allInsights", "allCharts", "currencySymbol", "businessProfile"], [3, "isLightMode", "allMetrics"], [3, "isLightMode"], [3, "resultSelected", "isLightMode"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode", "isLoading"], [3, "expandedChange", "scrollToTop", "toggleView", "isLightMode", "isCompactMode", "isExpanded"], [3, "navigate", "isLightMode", "sections", "activeSection"], [3, "markAsReviewedClick", "viewMode", "reviewStatus", "selfContentStatus", "isMarkingAsReviewed", "isLoading"], [1, "text-xs", "sm:text-sm", "font-medium"], [3, "click", "mousedown", "pointerdown"], [1, "px-3", "sm:px-4", "py-1.5", "rounded-lg", "text-xs", "sm:text-sm", "font-medium", "focus:outline-none", "focus:ring-2", "focus:ring-blue-500", "focus:border-transparent", "transition-colors", "duration-200", "cursor-pointer", 3, "ngModelChange", "ngModel"], [3, "value"], [1, "text-xs", "font-medium"], [1, "text-sm", "font-bold"], [1, "text-xs", "font-semibold", 3, "ngClass"], [1, "px-3", "py-1.5", "rounded-lg", "text-xs", "font-medium", "focus:outline-none", "focus:ring-2", "focus:ring-blue-500", "focus:border-transparent", "transition-colors", "duration-200", "cursor-pointer", 3, "ngModelChange", "ngModel"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8", "py-3"], [1, "flex", "items-center", "justify-between", "gap-4"], [1, "flex", "items-center", "gap-3", "flex-1", "min-w-0"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"], [1, "flex", "items-center", "gap-2", "flex-1", "min-w-0"], [1, "text-sm", "font-medium", 3, "ngClass"], [1, "text-sm", "font-semibold", "truncate", 3, "ngClass"], [1, "px-2", "py-0.5", "rounded", "text-xs", "font-medium", "uppercase", "border", "flex-shrink-0", 3, "ngClass"], ["title", "Clear search", 1, "p-2", "rounded-lg", "transition-colors", "flex-shrink-0", 3, "click", "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", "M6 18L18 6M6 6l12 12"], [1, "w-3", "h-3", "rounded-full", "transition-all", "duration-200", "hover:scale-150", "active:scale-100", "cursor-pointer", 3, "libSymphiqTooltip", "tooltipPosition", "ngClass"], [1, "w-3", "h-3", "rounded-full", "transition-all", "duration-200", "hover:scale-150", "active:scale-100", "cursor-pointer", 3, "click", "libSymphiqTooltip", "tooltipPosition", "ngClass"], ["size", "large", 3, "viewMode"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title", "subtitle"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "max-w-7xl", "mx-auto", "px-6", "sm:px-8"], [1, "pt-8", "sm:pt-12", "pb-16", "sm:pb-24"], [1, "mb-8"], [3, "viewMode", "isOnboarded", "analysisDate"], ["id", "section-insights", 1, "mb-8"], [3, "viewMode"], ["slot", "overall-performance"], [1, "p-6"], ["slot", "performance-metrics"], [1, "p-6", "space-y-8"], ["slot", "performance-breakdowns"], ["slot", "competitive-intelligence"], [1, "flex", "items-center", "justify-between", "mb-6"], [1, "flex", "items-center", "gap-3"], [1, "pl-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"], [1, "text-xl", "sm:text-2xl", "font-bold"], [1, "text-xs", "sm:text-sm"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-6"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "viewMode", "isCompactMode", "isLoading"], [3, "width", "height", "isLightMode"], [3, "assessment", "revenueMetric", "charts", "metrics", "isLightMode", "isLoading", "isCompactMode", "isChartsLoading", "strengths", "weaknesses", "currencySymbol"], [3, "scrollToSection", "assessment", "revenueMetric", "charts", "metrics", "isLightMode", "isLoading", "isCompactMode", "isChartsLoading", "strengths", "weaknesses", "currencySymbol"], [1, "w-full"], [3, "metric", "insights", "charts", "allCharts", "analysis", "isLightMode", "viewMode", "isCompactMode", "currencySymbol"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-6", "mt-4"], [3, "breakdown", "charts", "isLightMode", "isLoading", "isCompactMode", "currencySymbol"], [3, "metrics", "allCharts", "isLightMode", "isCompactMode", "competitiveBenchmark", "currencySymbol"], ["id", "section-overall", 1, "animate-fade-in-up", "mb-20", "sm:mb-28", 2, "animation-delay", "0.1s"], [1, "rounded-xl", "border", "p-6", "sm:p-8", "animate-pulse", 3, "ngClass"], [1, "space-y-6"], [1, "flex-1", "space-y-2"], [1, "space-y-2"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4", "mt-6"], ["animationDelay", "0.15s", 3, "viewMode"], ["id", "section-insights", 1, "relative"], [1, "absolute", "inset-0", "-mx-6", "sm:-mx-8", "-mt-8", "rounded-3xl", "opacity-30", "backdrop-blur-sm", 2, "mask-image", "radial-gradient(ellipse at center, black 0%, transparent 70%)", 3, "ngClass"], [1, "relative"], [1, "flex", "items-center", "justify-between", "mb-6", "sm:mb-8", "animate-fade-in", 2, "animation-delay", "0.2s"], [1, "masonry-grid"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-4"], [1, "rounded-xl", "border", "p-6", "animate-pulse", "min-h-[280px]", 3, "ngClass"], [1, "space-y-4"], [1, "flex", "items-center", "gap-3", "mb-4"], [1, "mt-6", "space-y-2"], [1, "flex", "gap-2", "mt-4"], [1, "animate-fade-in-up", 3, "class", "animation-delay", "libSymphiqSearchHighlight", "highlightId"], [1, "animate-fade-in-up", 3, "libSymphiqSearchHighlight", "highlightId"], [3, "insight", "allMetrics", "charts", "allCharts", "allBusinessInsights", "isLightMode", "viewMode", "isCompactMode"], [1, "animate-fade-in-up", 3, "animation-delay", "libSymphiqSearchHighlight", "highlightId"], [1, "relative", "mb-14", "sm:mb-24", "mt-24", "sm:mt-32", "animate-fade-in", 2, "animation-delay", "0.35s"], ["id", "section-metrics", 1, "relative"], [1, "absolute", "inset-0", "-mx-6", "sm:-mx-8", "-mt-8", "rounded-3xl", "opacity-30", "backdrop-blur-sm", 2, "mask-image", "radial-gradient(ellipse at top right, black 0%, transparent 70%)", 3, "ngClass"], [1, "flex", "flex-col", "gap-4", "mb-6", "sm:mb-8", "animate-fade-in", 2, "animation-delay", "0.4s"], [1, "flex", "items-center", "justify-between"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "hidden", "sm:flex", "gap-2", "sm:gap-3", "items-center", "relative"], [1, "absolute", "-right-2", "top-1/2", "-translate-y-1/2", "z-10"], [1, "px-3", "sm:px-4", "py-2", "rounded-lg", "text-xs", "sm:text-sm", "font-medium", "focus:outline-none", "focus:ring-2", "focus:ring-blue-500", "focus:border-transparent", "transition-all", "duration-200", "cursor-pointer", 3, "ngModelChange", "ngModel"], [1, "px-3", "sm:px-4", "py-2", "rounded-lg", "text-xs", "sm:text-sm", "font-medium", "focus:outline-none", "focus:ring-2", "focus:ring-blue-500", "transition-all", "flex", "items-center", "gap-2", "cursor-pointer", "hover:scale-105", "active:scale-95", 3, "click", "title"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M3 4h13M3 8h9m-9 4h6m4 0l4-4m0 0l4 4m-4-4v12"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M3 4h13M3 8h9m-9 4h9m5-4v12m0 0l-4-4m4 4l4-4"], [1, "sm:hidden", "-mx-6", "px-6"], [1, "flex", "gap-2", "overflow-x-auto", "pb-2", "snap-x", "snap-mandatory", "scrollbar-hide"], [1, "space-y-8", "sm:space-y-10"], [1, "space-y-8", "sm:space-y-10", 3, "animate-content-change", "transition-opacity-slow"], ["aria-hidden", "true", 1, "absolute", "inset-0", "flex", "items-center"], [1, "w-full", "h-px", "bg-gradient-to-r", 3, "ngClass"], [1, "relative", "flex", "justify-center"], [1, "px-4", "py-2", "rounded-full", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"], [1, "w-4", "h-4", "border-2", "border-blue-500/30", "border-t-blue-500", "rounded-full", "animate-spin"], ["disabled", "", 1, "font-semibold", 3, "value"], [1, "px-4", "py-2", "rounded-full", "text-xs", "font-medium", "whitespace-nowrap", "transition-all", "duration-200", "flex-shrink-0", "snap-start", "active:scale-95", 3, "ngClass", "opacity-70"], [1, "px-4", "py-2", "rounded-full", "text-xs", "font-medium", "whitespace-nowrap", "transition-all", "duration-200", "flex-shrink-0", "snap-start", "active:scale-95", 3, "click", "ngClass"], [1, "rounded-xl", "border", "p-6", "animate-pulse", 3, "ngClass"], [1, "flex", "items-center", "justify-between", "mb-4"], [1, "grid", "grid-cols-2", "md:grid-cols-4", "gap-4", "mt-6"], [1, "rounded-xl", "p-12", "border", "text-center", "animate-fade-in", 3, "ngClass"], [1, "w-full", "animate-fade-in-up", 3, "libSymphiqSearchHighlight", "highlightId"], [1, "bento-grid", "mt-4"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-4", "gap-3", "sm:gap-4", "mt-4"], [1, "animate-fade-in-up", 3, "class", "animation-delay"], [1, "animate-fade-in-up"], [1, "h-full", 3, "metric", "insights", "charts", "allCharts", "analysis", "isLightMode", "viewMode", "isCompactMode", "currencySymbol"], [1, "animate-fade-in-up", 3, "animation-delay"], [1, "rounded-xl", "border", "p-6", "animate-pulse", "min-h-[240px]", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mt-4"], [1, "mt-4"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-16", "h-16", "mx-auto", "mb-4", 3, "ngClass"], [1, "text-lg", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-sm", 3, "ngClass"], [1, "mt-28", "sm:mt-36"], ["id", "section-breakdowns", 1, "relative"], [1, "absolute", "inset-0", "-mx-6", "sm:-mx-8", "-mt-8", "rounded-3xl", "opacity-30", "backdrop-blur-sm", 2, "mask-image", "radial-gradient(ellipse at bottom left, black 0%, transparent 70%)", 3, "ngClass"], [1, "flex", "flex-col", "sm:flex-row", "sm:items-center", "justify-between", "gap-4", "mb-6", "sm:mb-8", "animate-fade-in", 2, "animation-delay", "0.7s"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"], [1, "relative", "inline-block", 3, "click", "mousedown", "pointerdown"], [1, "px-3", "py-2", "text-sm", "rounded-lg", "border", "transition-all", "duration-200", "cursor-pointer", "focus:ring-2", "focus:ring-blue-500", "focus:outline-none", 3, "ngModelChange", "ngModel", "ngClass"], [1, "space-y-6", 3, "animate-content-change", "transition-opacity-slow"], ["animationDelay", "0.65s", 3, "viewMode"], [1, "w-4", "h-4", "border-2", "border-purple-500/30", "border-t-purple-500", "rounded-full", "animate-spin"], [1, "space-y-3"], [1, "flex", "items-center", "justify-between", "p-3", "rounded-lg", 3, "ngClass"], [3, "breakdown", "charts", "isLightMode", "isCompactMode", "currencySymbol"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z"], ["id", "section-competitive", 1, "relative"], [1, "flex", "items-center", "justify-between", "mb-6", "sm:mb-8", "animate-fade-in", 2, "animation-delay", "0.9s"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"], [1, "hidden", "sm:block", "relative"], ["animationDelay", "0.85s", 3, "viewMode"], [1, "w-4", "h-4", "border-2", "border-indigo-500/30", "border-t-indigo-500", "rounded-full", "animate-spin"], [1, "grid", "grid-cols-1", "md:grid-cols-3", "gap-4", "mt-6"]], template: function SymphiqFunnelAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
49578
49573
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
49579
49574
|
i0.ɵɵelementStart(0, "div", 1, 0);
|
|
@@ -49676,7 +49671,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
49676
49671
|
IndeterminateSpinnerComponent,
|
|
49677
49672
|
MarkAsReviewedFooterComponent,
|
|
49678
49673
|
DashboardHeaderComponent,
|
|
49679
|
-
ScrollProgressBarComponent], styles: ["[_nghost-%COMP%]{display:block;min-height:100%}.bg-gradient-radial[_ngcontent-%COMP%]{background:radial-gradient(circle,var(--tw-gradient-stops))}.bento-grid[_ngcontent-%COMP%]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;grid-auto-flow:dense}@media
|
|
49674
|
+
ScrollProgressBarComponent], styles: ["[_nghost-%COMP%]{display:block;min-height:100%}.bg-gradient-radial[_ngcontent-%COMP%]{background:radial-gradient(circle,var(--tw-gradient-stops))}.bento-grid[_ngcontent-%COMP%]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;grid-auto-flow:dense}@media(min-width:768px){.bento-grid[_ngcontent-%COMP%]{grid-template-columns:repeat(6,1fr)}}.bento-small[_ngcontent-%COMP%]{grid-column:span 2;grid-row:span 1}.bento-medium[_ngcontent-%COMP%]{grid-column:span 3;grid-row:span 1}.bento-large[_ngcontent-%COMP%]{grid-column:span 4;grid-row:span 1}.bento-featured[_ngcontent-%COMP%]{grid-column:span 6;grid-row:span 1}@media(max-width:767px){.bento-small[_ngcontent-%COMP%], .bento-medium[_ngcontent-%COMP%], .bento-large[_ngcontent-%COMP%], .bento-featured[_ngcontent-%COMP%]{grid-column:span 1}}.masonry-grid[_ngcontent-%COMP%]{column-count:1;column-gap:1.5rem}@media(min-width:768px){.masonry-grid[_ngcontent-%COMP%]{column-count:2}}@media(min-width:1280px){.masonry-grid[_ngcontent-%COMP%]{column-count:3}}.masonry-grid[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{break-inside:avoid;margin-bottom:1.5rem}.masonry-featured[_ngcontent-%COMP%]{column-span:all}.scrollbar-hide[_ngcontent-%COMP%]{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide[_ngcontent-%COMP%]::-webkit-scrollbar{display:none}@media(max-width:640px){.animate-fade-in-up[_ngcontent-%COMP%]{animation-duration:.4s}}"], changeDetection: 0 }); }
|
|
49680
49675
|
}
|
|
49681
49676
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqFunnelAnalysisDashboardComponent, [{
|
|
49682
49677
|
type: Component,
|
|
@@ -50655,7 +50650,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
50655
50650
|
/>
|
|
50656
50651
|
|
|
50657
50652
|
</div>
|
|
50658
|
-
`, styles: [":host{display:block;min-height:100%}.bg-gradient-radial{background:radial-gradient(circle,var(--tw-gradient-stops))}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;grid-auto-flow:dense}@media
|
|
50653
|
+
`, styles: [":host{display:block;min-height:100%}.bg-gradient-radial{background:radial-gradient(circle,var(--tw-gradient-stops))}.bento-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;grid-auto-flow:dense}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(6,1fr)}}.bento-small{grid-column:span 2;grid-row:span 1}.bento-medium{grid-column:span 3;grid-row:span 1}.bento-large{grid-column:span 4;grid-row:span 1}.bento-featured{grid-column:span 6;grid-row:span 1}@media(max-width:767px){.bento-small,.bento-medium,.bento-large,.bento-featured{grid-column:span 1}}.masonry-grid{column-count:1;column-gap:1.5rem}@media(min-width:768px){.masonry-grid{column-count:2}}@media(min-width:1280px){.masonry-grid{column-count:3}}.masonry-grid>div{break-inside:avoid;margin-bottom:1.5rem}.masonry-featured{column-span:all}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@media(max-width:640px){.animate-fade-in-up{animation-duration:.4s}}\n"] }]
|
|
50659
50654
|
}], () => [{ type: FunnelOrderService }, { type: ViewModeService }, { type: SearchService }, { type: TooltipService }, { type: ProfileContextService }, { type: ProfileItemLookupService }, { type: HeaderScrollService }], { modalComponent: [{
|
|
50660
50655
|
type: ViewChild,
|
|
50661
50656
|
args: [ModalComponent]
|
|
@@ -50664,7 +50659,7 @@ class SymphiqFunnelAnalysisDashboardComponent {
|
|
|
50664
50659
|
args: ['dashboardContainer', { static: false }]
|
|
50665
50660
|
}], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], businessProfile: [{ type: i0.Input, args: [{ isSignal: true, alias: "businessProfile", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], itemStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatus", required: false }] }], isMarkingAsReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "isMarkingAsReviewed", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], markAsReviewedClick: [{ type: i0.Output, args: ["markAsReviewedClick"] }], onScroll: [{
|
|
50666
50661
|
type: HostListener,
|
|
50667
|
-
args: ['window:scroll'
|
|
50662
|
+
args: ['window:scroll']
|
|
50668
50663
|
}] }); })();
|
|
50669
50664
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqFunnelAnalysisDashboardComponent, { className: "SymphiqFunnelAnalysisDashboardComponent", filePath: "lib/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component.ts", lineNumber: 1164 }); })();
|
|
50670
50665
|
|
|
@@ -51106,7 +51101,7 @@ function SymphiqFunnelAnalysisPreviewComponent_Conditional_18_Template(rf, ctx)
|
|
|
51106
51101
|
class SymphiqFunnelAnalysisPreviewComponent {
|
|
51107
51102
|
constructor() {
|
|
51108
51103
|
// Inputs
|
|
51109
|
-
this.analysisInput = input(undefined, ...(ngDevMode ?
|
|
51104
|
+
this.analysisInput = input(undefined, { ...(ngDevMode ? { debugName: "analysisInput" } : {}), alias: 'funnelAnalysis' });
|
|
51110
51105
|
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
51111
51106
|
this.scrollElement = input(undefined, ...(ngDevMode ? [{ debugName: "scrollElement" }] : []));
|
|
51112
51107
|
// Computed theme
|
|
@@ -51595,11 +51590,11 @@ class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
51595
51590
|
i0.ɵɵclassMap(ctx.footerClass());
|
|
51596
51591
|
i0.ɵɵadvance();
|
|
51597
51592
|
i0.ɵɵclassMap(ctx.buttonClass());
|
|
51598
|
-
} }, dependencies: [
|
|
51593
|
+
} }, dependencies: [TooltipDirective, TooltipContainerComponent], styles: ["@keyframes _ngcontent-%COMP%_statusPulse{0%,to{opacity:1}50%{opacity:.6}}.status-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_statusPulse 2s ease-in-out infinite}"], changeDetection: 0 }); }
|
|
51599
51594
|
}
|
|
51600
51595
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqFunnelAnalysisPreviewComponent, [{
|
|
51601
51596
|
type: Component,
|
|
51602
|
-
args: [{ selector: 'symphiq-funnel-analysis-preview', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [
|
|
51597
|
+
args: [{ selector: 'symphiq-funnel-analysis-preview', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [TooltipDirective, TooltipContainerComponent], template: `
|
|
51603
51598
|
<div
|
|
51604
51599
|
[class]="containerClass()"
|
|
51605
51600
|
class="w-full sm:max-w-md rounded-xl border shadow-lg backdrop-blur-lg transition-all duration-300 sm:hover:shadow-xl sm:hover:scale-[1.01] overflow-hidden">
|
|
@@ -51961,7 +51956,7 @@ class SymphiqWelcomeDashboardComponent {
|
|
|
51961
51956
|
}
|
|
51962
51957
|
static { this.ɵfac = function SymphiqWelcomeDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqWelcomeDashboardComponent)(); }; }
|
|
51963
51958
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqWelcomeDashboardComponent, selectors: [["symphiq-welcome-dashboard"]], hostBindings: function SymphiqWelcomeDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
51964
|
-
i0.ɵɵlistener("scroll", function SymphiqWelcomeDashboardComponent_scroll_HostBindingHandler(
|
|
51959
|
+
i0.ɵɵlistener("scroll", function SymphiqWelcomeDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
51965
51960
|
} }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick" }, decls: 59, vars: 34, consts: [[3, "ngClass"], [3, "viewMode", "progress", "embedded"], [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, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "size", "embedded", "scrollEvent"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 10V3L4 14h7v7l9-11h-7z"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-3", 3, "ngClass"], [1, "grid", "grid-cols-1", "lg:grid-cols-3", "gap-6", "mb-6"], [1, "lg:col-span-2", "space-y-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "lg:col-span-1"], [3, "viewMode", "currentStepId"], [1, "mt-6", "p-5", "rounded-xl", "border-l-4", "flex", "items-start", "gap-4", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "font-bold", "text-lg", "mb-3", 3, "ngClass"], [1, "space-y-3", "text-sm", 3, "ngClass"], [1, "flex", "flex-col"], [1, "mt-6", "p-5", "rounded-xl", "border", "flex", "items-start", "gap-4", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"], [1, "font-bold", "mb-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "flex", "items-center", "gap-3"], [1, "flex-shrink-0", "w-6", "h-6", "rounded-full", "bg-blue-100", "dark:bg-blue-900/30", "flex", "items-center", "justify-center"], [1, "text-xs", "font-bold", "text-blue-600", "dark:text-blue-400"], [1, "text-xs", "opacity-90", "ml-9"]], template: function SymphiqWelcomeDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
51966
51961
|
i0.ɵɵelementStart(0, "div", 0);
|
|
51967
51962
|
i0.ɵɵelement(1, "symphiq-scroll-progress-bar", 1)(2, "div", 2);
|
|
@@ -52200,7 +52195,7 @@ class SymphiqWelcomeDashboardComponent {
|
|
|
52200
52195
|
`, styles: [":host{display:block}@keyframes spin{to{transform:rotate(360deg)}}\n"] }]
|
|
52201
52196
|
}], () => [], { embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], onScroll: [{
|
|
52202
52197
|
type: HostListener,
|
|
52203
|
-
args: ['window:scroll'
|
|
52198
|
+
args: ['window:scroll']
|
|
52204
52199
|
}] }); })();
|
|
52205
52200
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqWelcomeDashboardComponent, { className: "SymphiqWelcomeDashboardComponent", filePath: "lib/components/welcome-dashboard/symphiq-welcome-dashboard.component.ts", lineNumber: 163 }); })();
|
|
52206
52201
|
|
|
@@ -54073,7 +54068,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
54073
54068
|
let _t;
|
|
54074
54069
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopNameInput = _t.first);
|
|
54075
54070
|
} }, hostBindings: function SymphiqCreateAccountDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
54076
|
-
i0.ɵɵlistener("scroll", function SymphiqCreateAccountDashboardComponent_scroll_HostBindingHandler(
|
|
54071
|
+
i0.ɵɵlistener("scroll", function SymphiqCreateAccountDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
54077
54072
|
} }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], accountData: [1, "accountData"], forDemo: [1, "forDemo"], showNextStepAction: [1, "showNextStepAction"], maxAccessibleStepId: [1, "maxAccessibleStepId"] }, outputs: { onCreateAccount: "onCreateAccount", stepClick: "stepClick", nextStepClick: "nextStepClick" }, decls: 12, vars: 26, consts: [["shopNameInput", ""], [3, "ngClass"], [1, "h-full", "transition-all", "duration-200", "ease-out", 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, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "pb-32"], [1, "flex", "flex-col", "items-center", "justify-center", "min-h-[60vh]", "gap-6"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [3, "close", "save", "isOpen", "focusAreaDomain", "focusAreaTitle", "selectedTools", "viewMode"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-sm", 3, "ngClass"], ["size", "large", 3, "viewMode"], [1, "text-center"], [1, "text-2xl", "font-bold", "mb-2", 3, "ngClass"], [1, "text-base", 3, "ngClass"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "mb-6"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"], [1, "space-y-4"], [1, "block", "text-sm", "font-medium", "mb-1", 3, "ngClass"], ["target", "_blank", "rel", "noopener noreferrer", 1, "text-base", "hover:underline", 3, "href", "ngClass"], [1, "mb-6"], [1, "space-y-6", 3, "formGroup"], [1, "block", "text-sm", "font-semibold", "mb-2", 3, "ngClass"], [1, "text-red-500"], ["type", "text", "formControlName", "shopName", "placeholder", "Enter your shop name", 1, "w-full", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "focus:outline-none", "focus:ring-2", 3, "ngClass"], [1, "mt-1", "text-sm", 3, "ngClass"], [1, "flex", "items-center"], [1, "px-4", "py-3", "rounded-l-lg", "border-2", "border-r-0", "text-sm", "font-medium", 3, "ngClass"], ["type", "text", "formControlName", "shopUrl", "placeholder", "yourshop.com", 1, "flex-1", "px-4", "py-3", "rounded-r-lg", "border-2", "transition-all", "duration-200", "focus:outline-none", "focus:ring-2", 3, "ngClass"], [1, "block", "text-sm", "font-semibold", "mb-3", 3, "ngClass"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "gap-4"], [1, "cursor-pointer", 3, "ngClass"], ["type", "radio", "formControlName", "shopPlatform", 1, "sr-only", 3, "value"], [1, "flex", "items-center", "gap-3", "p-4", "rounded-lg", "border-2", "transition-all", "duration-200"], [1, "w-5", "h-5", "rounded-full", "border-2", "flex", "items-center", "justify-center", "flex-shrink-0", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-current"], [1, "flex-1"], [1, "font-semibold", 3, "ngClass"], ["type", "text", "formControlName", "companyName", "placeholder", "Enter company name", 1, "w-full", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "focus:outline-none", "focus:ring-2", 3, "ngClass", "readonly"], [1, "mt-2"], [1, "flex", "items-center", "gap-2", "cursor-pointer"], ["type", "checkbox", 1, "w-4", "h-4", "rounded", "border-2", "transition-all", "duration-200", 3, "change", "checked", "ngClass"], [1, "text-sm", 3, "ngClass"], ["formControlName", "website", "tabindex", "-1", "autocomplete", "off", 1, "absolute", "-left-[9999px]", "opacity-0"], ["type", "text", "formControlName", "otherPlatformName", "placeholder", "Enter platform name (e.g., WooCommerce, Magento)", 1, "w-full", "px-4", "py-3", "rounded-lg", "border-2", "transition-all", "duration-200", "focus:outline-none", "focus:ring-2", 3, "ngClass"], [1, "text-base", "font-bold", "mb-3", "flex", "items-center", "gap-2", 3, "ngClass"], [1, "w-2", "h-2", "rounded-full", "bg-emerald-500"], [1, "space-y-3"], [1, "p-4", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "flex", "items-start", "justify-between", "mb-2"], [1, "font-semibold", "text-sm", 3, "ngClass"], [1, "px-2", "py-0.5", "rounded", "text-xs", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-2"], [1, "text-xs", "font-medium", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-1.5"], [1, "px-2", "py-0.5", "rounded", "text-xs", 3, "ngClass"], [1, "w-2", "h-2", "rounded-full", "bg-blue-500"], [1, "grid", "grid-cols-1", "sm:grid-cols-2", "gap-3"], [1, "p-3", "rounded-lg", "border-l-4", 3, "ngClass"], [1, "w-2", "h-2", "rounded-full", "bg-slate-400"], [1, "grid", "grid-cols-2", "sm:grid-cols-3", "gap-2"], [1, "p-2", "rounded", "text-center", 3, "ngClass"], [1, "flex", "items-start", "justify-between"], [1, "px-4", "py-2", "rounded-lg", "text-sm", "font-semibold", "whitespace-nowrap", 3, "ngClass"], [3, "statusChange", "toolsClick", "focusAreaDomain", "selectedStatus", "selectedTools", "viewMode", "title", "description"], [1, "my-4", 3, "ngClass"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-2", "cursor-pointer", "hover:scale-105", 3, "ngClass"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-lg", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-3", "shadow-lg", 3, "click", "disabled", "ngClass"], ["type", "button", 1, "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-2", "cursor-pointer", "hover:scale-105", 3, "click", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "animate-spin"], ["cx", "12", "cy", "12", "r", "10", "stroke", "currentColor", "stroke-width", "4", 1, "opacity-25"], ["fill", "currentColor", "d", "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z", 1, "opacity-75"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqCreateAccountDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
54078
54073
|
i0.ɵɵelementStart(0, "div", 1)(1, "div");
|
|
54079
54074
|
i0.ɵɵelement(2, "div", 2);
|
|
@@ -54626,7 +54621,7 @@ class SymphiqCreateAccountDashboardComponent {
|
|
|
54626
54621
|
args: ['shopNameInput']
|
|
54627
54622
|
}], onScroll: [{
|
|
54628
54623
|
type: HostListener,
|
|
54629
|
-
args: ['window:scroll'
|
|
54624
|
+
args: ['window:scroll']
|
|
54630
54625
|
}] }); })();
|
|
54631
54626
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqCreateAccountDashboardComponent, { className: "SymphiqCreateAccountDashboardComponent", filePath: "lib/components/create-account-dashboard/symphiq-create-account-dashboard.component.ts", lineNumber: 605 }); })();
|
|
54632
54627
|
|
|
@@ -55239,7 +55234,7 @@ class SymphiqConnectGaDashboardComponent {
|
|
|
55239
55234
|
}
|
|
55240
55235
|
this.previousPropertiesRef = properties;
|
|
55241
55236
|
this.previousAccountsRef = accounts;
|
|
55242
|
-
}, ...(ngDevMode ?
|
|
55237
|
+
}, { ...(ngDevMode ? { debugName: "propertiesReceivedEffect" } : {}), allowSignalWrites: true });
|
|
55243
55238
|
this.scrollProgress = computed(() => this.headerScrollService.scrollProgress(), ...(ngDevMode ? [{ debugName: "scrollProgress" }] : []));
|
|
55244
55239
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
55245
55240
|
}
|
|
@@ -55472,7 +55467,7 @@ class SymphiqConnectGaDashboardComponent {
|
|
|
55472
55467
|
}
|
|
55473
55468
|
static { this.ɵfac = function SymphiqConnectGaDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqConnectGaDashboardComponent)(); }; }
|
|
55474
55469
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqConnectGaDashboardComponent, selectors: [["symphiq-connect-ga-dashboard"]], hostVars: 4, hostBindings: function SymphiqConnectGaDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
55475
|
-
i0.ɵɵlistener("scroll", function SymphiqConnectGaDashboardComponent_scroll_HostBindingHandler(
|
|
55470
|
+
i0.ɵɵlistener("scroll", function SymphiqConnectGaDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
55476
55471
|
} if (rf & 2) {
|
|
55477
55472
|
i0.ɵɵclassProp("light", ctx.isLightMode())("dark", !ctx.isLightMode());
|
|
55478
55473
|
} }, inputs: { embedded: [1, "embedded"], parentHeaderOffset: [1, "parentHeaderOffset"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], showNextStepAction: [1, "showNextStepAction"], gaProperties: [1, "gaProperties"], gaAccounts: [1, "gaAccounts"], selectedGaPropertyId: [1, "selectedGaPropertyId"], isConnectingToGoogle: [1, "isConnectingToGoogle"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", googleButtonClick: "googleButtonClick", onPropertySelect: "onPropertySelect", onPropertyChange: "onPropertyChange" }, decls: 12, vars: 19, consts: [[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, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "pb-32"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-sm", 3, "ngClass"], [1, "px-8", "py-16", 3, "ngClass"], [1, "flex", "flex-col", "items-center", "justify-center", "text-center", "gap-8"], ["size", "large", 3, "viewMode"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-4", 3, "ngClass"], [1, "text-base", "leading-relaxed", "max-w-md", 3, "ngClass"], [1, "px-8", "py-8", 3, "ngClass"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"], [1, "flex-1"], [1, "flex", "items-start", "justify-between", "gap-4", "mb-4"], [1, "text-2xl", "sm:text-3xl", "font-bold", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", "flex-shrink-0", 3, "ngClass"], [1, "text-base", "leading-relaxed", "mb-6", 3, "ngClass"], [1, "mb-6"], ["type", "button", 1, "gsi-material-button", 3, "click"], [1, "gsi-material-button-state"], [1, "gsi-material-button-content-wrapper"], [1, "gsi-material-button-icon"], ["version", "1.1", "xmlns", "http://www.w3.org/2000/svg", "viewBox", "0 0 48 48", 0, "xmlns", "xlink", "http://www.w3.org/1999/xlink", 2, "display", "block"], ["fill", "#EA4335", "d", "M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"], ["fill", "#4285F4", "d", "M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"], ["fill", "#FBBC05", "d", "M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"], ["fill", "#34A853", "d", "M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"], ["fill", "none", "d", "M0 0h48v48H0z"], [1, "gsi-material-button-contents"], [1, "p-4", "rounded-lg", "border", "flex", "items-start", "gap-3", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "mt-0.5", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "text-sm", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "mt-6", "rounded-lg", "border", "overflow-hidden", 3, "ngClass"], [1, "px-4", "py-4", "cursor-pointer", "flex", "items-center", "justify-between", "gap-3", "transition-colors", "duration-200", 3, "click", "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", "transition-transform", "duration-300", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 9l-7 7-7-7"], [1, "transition-all", "duration-300", "ease-in-out", "overflow-hidden"], [1, "px-4", "pb-4", "pt-2", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-4", 3, "ngClass"], [1, "font-bold"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-semibold", "text-sm", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", "flex-shrink-0", 3, "click", "ngClass"], [1, "text-center", "py-8"], ["role", "radiogroup", "aria-label", "Google Analytics Properties", 1, "space-y-3"], ["tabindex", "0", "role", "radio", 1, "block", 3, "ngClass"], [1, "my-6", "border-t", 3, "ngClass"], ["type", "button", 1, "w-full", "px-4", "py-3", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "justify-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["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 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"], ["tabindex", "0", "role", "radio", 1, "block", 3, "click", "keydown.enter", "keydown.space", "ngClass"], [1, "flex", "items-center", "gap-4", "p-4"], [1, "w-5", "h-5", "rounded-full", "border-2", "flex", "items-center", "justify-center", "flex-shrink-0", 3, "ngClass"], [1, "w-3", "h-3", "rounded-full", "bg-current"], [1, "flex-1", "min-w-0"], [1, "flex", "items-center", "gap-2", "mb-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "flex-shrink-0", 3, "ngClass"], [1, "truncate", 3, "ngClass"], [1, "flex", "items-center", "gap-2", "mt-1"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "flex-shrink-0", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"], [1, "text-base", 3, "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"], [1, "flex", "items-start", "justify-between", "mb-6"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-2", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"], [1, "rounded-xl", "border-2", "p-6", "mb-6", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "gap-2", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-4"], [1, "px-3", "py-1", "rounded-full", "text-xs", "font-semibold", "border", 3, "ngClass"], [1, "flex", "items-center", "gap-3", "mb-3"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-6", "h-6", "flex-shrink-0", 3, "ngClass"], [1, "text-lg", 3, "ngClass"], [1, "max-w-3xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-4"], [1, "flex", "items-center", "gap-3"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "disabled", "ngClass"], ["type", "button", 1, "flex-1", "sm:flex-none", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "click", "ngClass"], ["type", "button", 1, "flex-1", "px-6", "py-4", "rounded-xl", "font-bold", "text-base", "transition-all", "duration-200", "hover:scale-105", "cursor-pointer", 3, "click", "disabled", "ngClass"]], template: function SymphiqConnectGaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -55889,7 +55884,7 @@ class SymphiqConnectGaDashboardComponent {
|
|
|
55889
55884
|
`, styles: [":host{display:block}.animated-bubbles{overflow:hidden}.animated-bubbles:before,.animated-bubbles:after{content:\"\";position:absolute;border-radius:50%;animation:float 20s infinite ease-in-out;opacity:.05}.animated-bubbles:before{width:600px;height:600px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:-300px;left:-300px;animation-delay:-5s}.animated-bubbles:after{width:800px;height:800px;background:radial-gradient(circle,#06b6d4 0%,transparent 70%);bottom:-400px;right:-400px;animation-delay:-10s}.animated-bubbles.light-mode:before,.animated-bubbles.light-mode:after{opacity:.03}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}:host.light .gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}:host.light .gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}:host.light .gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}:host.light .gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}:host.light .gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}:host.light .gsi-material-button:disabled{cursor:default;background-color:#ffffff61;border-color:#1f1f1f1f}:host.light .gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}:host.light .gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}:host.light .gsi-material-button:not(:disabled):active .gsi-material-button-state,:host.light .gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#303030;opacity:12%}:host.light .gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}:host.light .gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#303030;opacity:8%}:host.dark .gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#131314;background-image:none;border:1px solid #747775;-webkit-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#e3e3e3;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content;border-color:#8e918f}:host.dark .gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}:host.dark .gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}:host.dark .gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}:host.dark .gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;inset:0;opacity:0;position:absolute}:host.dark .gsi-material-button:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}:host.dark .gsi-material-button:disabled .gsi-material-button-state{background-color:#e3e3e31f}:host.dark .gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}:host.dark .gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}:host.dark .gsi-material-button:not(:disabled):active .gsi-material-button-state,:host.dark .gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#fff;opacity:12%}:host.dark .gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}:host.dark .gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#fff;opacity:8%}\n"] }]
|
|
55890
55885
|
}], () => [], { embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], showNextStepAction: [{ type: i0.Input, args: [{ isSignal: true, alias: "showNextStepAction", required: false }] }], gaProperties: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaProperties", required: false }] }], gaAccounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "gaAccounts", required: false }] }], selectedGaPropertyId: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedGaPropertyId", required: false }] }], isConnectingToGoogle: [{ type: i0.Input, args: [{ isSignal: true, alias: "isConnectingToGoogle", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], googleButtonClick: [{ type: i0.Output, args: ["googleButtonClick"] }], onPropertySelect: [{ type: i0.Output, args: ["onPropertySelect"] }], onPropertyChange: [{ type: i0.Output, args: ["onPropertyChange"] }], onScroll: [{
|
|
55891
55886
|
type: HostListener,
|
|
55892
|
-
args: ['window:scroll'
|
|
55887
|
+
args: ['window:scroll']
|
|
55893
55888
|
}] }); })();
|
|
55894
55889
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqConnectGaDashboardComponent, { className: "SymphiqConnectGaDashboardComponent", filePath: "lib/components/connect-ga-dashboard/symphiq-connect-ga-dashboard.component.ts", lineNumber: 671 }); })();
|
|
55895
55890
|
|
|
@@ -59073,11 +59068,11 @@ class ProgressToTargetChartComponent {
|
|
|
59073
59068
|
i0.ɵɵdomElementStart(0, "div", 1);
|
|
59074
59069
|
i0.ɵɵdomElement(1, "div", 2, 0);
|
|
59075
59070
|
i0.ɵɵdomElementEnd();
|
|
59076
|
-
} },
|
|
59071
|
+
} }, styles: [".progress-chart-container[_ngcontent-%COMP%]{width:100%;margin-top:50px;overflow:visible}.chart[_ngcontent-%COMP%]{overflow:visible}"], changeDetection: 0 }); }
|
|
59077
59072
|
}
|
|
59078
59073
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProgressToTargetChartComponent, [{
|
|
59079
59074
|
type: Component,
|
|
59080
|
-
args: [{ selector: 'symphiq-progress-to-target-chart', standalone: true, imports: [
|
|
59075
|
+
args: [{ selector: 'symphiq-progress-to-target-chart', standalone: true, imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
59081
59076
|
<div class="progress-chart-container">
|
|
59082
59077
|
<div #chartdiv class="chart" style="width: 100%; height: 160px;"></div>
|
|
59083
59078
|
</div>
|
|
@@ -62089,8 +62084,7 @@ class EditMetricTargetModalComponent {
|
|
|
62089
62084
|
}
|
|
62090
62085
|
static { this.ɵfac = function EditMetricTargetModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || EditMetricTargetModalComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
|
|
62091
62086
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EditMetricTargetModalComponent, selectors: [["symphiq-edit-metric-target-modal"]], viewQuery: function EditMetricTargetModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
62092
|
-
i0.ɵɵviewQuery(_c0$C, 5);
|
|
62093
|
-
i0.ɵɵviewQuery(_c1$h, 5);
|
|
62087
|
+
i0.ɵɵviewQuery(_c0$C, 5)(_c1$h, 5);
|
|
62094
62088
|
} if (rf & 2) {
|
|
62095
62089
|
let _t;
|
|
62096
62090
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -63901,8 +63895,7 @@ class InitialTargetSettingComponent {
|
|
|
63901
63895
|
}
|
|
63902
63896
|
static { this.ɵfac = function InitialTargetSettingComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InitialTargetSettingComponent)(); }; }
|
|
63903
63897
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: InitialTargetSettingComponent, selectors: [["symphiq-initial-target-setting"]], viewQuery: function InitialTargetSettingComponent_Query(rf, ctx) { if (rf & 1) {
|
|
63904
|
-
i0.ɵɵviewQuery(_c0$B, 5);
|
|
63905
|
-
i0.ɵɵviewQuery(_c1$g, 5);
|
|
63898
|
+
i0.ɵɵviewQuery(_c0$B, 5)(_c1$g, 5);
|
|
63906
63899
|
} if (rf & 2) {
|
|
63907
63900
|
let _t;
|
|
63908
63901
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.absoluteInputRef = _t.first);
|
|
@@ -64836,7 +64829,7 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
64836
64829
|
}
|
|
64837
64830
|
static { this.ɵfac = function SymphiqRevenueCalculatorDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqRevenueCalculatorDashboardComponent)(); }; }
|
|
64838
64831
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqRevenueCalculatorDashboardComponent, selectors: [["symphiq-revenue-calculator-dashboard"]], hostBindings: function SymphiqRevenueCalculatorDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
64839
|
-
i0.ɵɵlistener("scroll", function SymphiqRevenueCalculatorDashboardComponent_scroll_HostBindingHandler(
|
|
64832
|
+
i0.ɵɵlistener("scroll", function SymphiqRevenueCalculatorDashboardComponent_scroll_HostBindingHandler() { return ctx.onWindowScroll(); }, i0.ɵɵresolveWindow);
|
|
64840
64833
|
} }, inputs: { viewMode: [1, "viewMode"], isLoading: [1, "isLoading"], dataLoadStatus: [1, "dataLoadStatus"], targets: [1, "targets"], funnelMetrics: [1, "funnelMetrics"], mainUiData: [1, "mainUiData"], ytdComparisonUiData: [1, "ytdComparisonUiData"], trendUiData: [1, "trendUiData"], pacingResponse: [1, "pacingResponse"], dataResults: [1, "dataResults"], shopId: [1, "shopId"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], calculateRevenueReverseResponse: [1, "calculateRevenueReverseResponse"], calculateRevenueResponse: [1, "calculateRevenueResponse"], isCalculatingTargets: [1, "isCalculatingTargets"], targetHistories: [1, "targetHistories"], users: [1, "users"], isOnboarded: [1, "isOnboarded"], isContinueLoading: [1, "isContinueLoading"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", targetsCreated: "targetsCreated", targetsUpdated: "targetsUpdated", saveTargetsClick: "saveTargetsClick", calculateRevenueRequest: "calculateRevenueRequest", calculateRevenueReverseRequest: "calculateRevenueReverseRequest", editRelatedMetricTarget: "editRelatedMetricTarget", discardChangesClick: "discardChangesClick" }, decls: 12, vars: 19, consts: [[3, "ngClass"], [3, "viewMode", "progress", "embedded"], [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, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [1, "mt-8"], [1, "sticky", "bottom-0", "z-50", "border-t", "py-4", "px-4", "sm:px-6", "lg:px-8", 3, "ngClass"], ["title", "Loading Revenue Calculator", "subtitle", "Please wait while we prepare your revenue calculator...", "size", "large", 3, "viewMode"], [3, "viewMode", "dataLoadStatus", "hasTargets"], ["title", "Downloading Your Google Analytics 4 Data", "subtitle", "Symphiq is fetching your historical metrics to establish baseline performance. This may take a moment as we gather your funnel data.", "size", "large", 3, "viewMode"], [3, "viewMode", "dataLoadStatus", "hasTargets", "isOnboarded"], [3, "targetsCreated", "calculateRevenueReverseRequest", "calculateRevenueRequest", "editRelatedMetricTarget", "saveTargetsClick", "targetsUpdated", "discardChangesClick", "viewMode", "funnelMetrics", "mainUiData", "trendUiData", "shopId", "pacingResponse", "dataResults", "calculateRevenueReverseResponse", "calculateRevenueResponse", "isCalculatingTargets", "targets", "targetHistories", "users"], [1, "max-w-7xl", "mx-auto", "flex", "items-center", "justify-between", "gap-4"], [1, "text-sm", 3, "ngClass"], ["type", "button", 1, "px-4", "py-2", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "flex", "items-center", "gap-2", "whitespace-nowrap", "disabled:opacity-50", "disabled:cursor-not-allowed", "disabled:hover:scale-100", 3, "click", "disabled", "ngClass"], ["fill", "none", "viewBox", "0 0 24 24", 1, "w-4", "h-4", "animate-spin"], ["cx", "12", "cy", "12", "r", "10", "stroke", "currentColor", "stroke-width", "4", 1, "opacity-25"], ["fill", "currentColor", "d", "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z", 1, "opacity-75"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M13 7l5 5m0 0l-5 5m5-5H6"]], template: function SymphiqRevenueCalculatorDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
64841
64834
|
i0.ɵɵelementStart(0, "div", 0);
|
|
64842
64835
|
i0.ɵɵelement(1, "symphiq-scroll-progress-bar", 1)(2, "div", 2);
|
|
@@ -65029,7 +65022,7 @@ class SymphiqRevenueCalculatorDashboardComponent {
|
|
|
65029
65022
|
}]
|
|
65030
65023
|
}], () => [], { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], dataLoadStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataLoadStatus", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], ytdComparisonUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "ytdComparisonUiData", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], dataResults: [{ type: i0.Input, args: [{ isSignal: true, alias: "dataResults", required: false }] }], shopId: [{ type: i0.Input, args: [{ isSignal: true, alias: "shopId", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], calculateRevenueReverseResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueReverseResponse", required: false }] }], calculateRevenueResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "calculateRevenueResponse", required: false }] }], isCalculatingTargets: [{ type: i0.Input, args: [{ isSignal: true, alias: "isCalculatingTargets", required: false }] }], targetHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "targetHistories", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], isContinueLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isContinueLoading", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], targetsCreated: [{ type: i0.Output, args: ["targetsCreated"] }], targetsUpdated: [{ type: i0.Output, args: ["targetsUpdated"] }], saveTargetsClick: [{ type: i0.Output, args: ["saveTargetsClick"] }], calculateRevenueRequest: [{ type: i0.Output, args: ["calculateRevenueRequest"] }], calculateRevenueReverseRequest: [{ type: i0.Output, args: ["calculateRevenueReverseRequest"] }], editRelatedMetricTarget: [{ type: i0.Output, args: ["editRelatedMetricTarget"] }], discardChangesClick: [{ type: i0.Output, args: ["discardChangesClick"] }], onWindowScroll: [{
|
|
65031
65024
|
type: HostListener,
|
|
65032
|
-
args: ['window:scroll'
|
|
65025
|
+
args: ['window:scroll']
|
|
65033
65026
|
}] }); })();
|
|
65034
65027
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqRevenueCalculatorDashboardComponent, { className: "SymphiqRevenueCalculatorDashboardComponent", filePath: "lib/components/revenue-calculator-dashboard/symphiq-revenue-calculator-dashboard.component.ts", lineNumber: 201 }); })();
|
|
65035
65028
|
|
|
@@ -66106,20 +66099,20 @@ class ProfileSectionComponent {
|
|
|
66106
66099
|
}], null, { section: [{ type: i0.Input, args: [{ isSignal: true, alias: "section", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], forceExpanded: [{ type: i0.Input, args: [{ isSignal: true, alias: "forceExpanded", required: false }] }] }); })();
|
|
66107
66100
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileSectionComponent, { className: "ProfileSectionComponent", filePath: "lib/components/business-analysis-dashboard/profile-section.component.ts", lineNumber: 42 }); })();
|
|
66108
66101
|
|
|
66109
|
-
function
|
|
66102
|
+
function SectionNavigationComponent_For_3_Template(rf, ctx) { if (rf & 1) {
|
|
66110
66103
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
66111
66104
|
i0.ɵɵelementStart(0, "button", 3);
|
|
66112
|
-
i0.ɵɵlistener("click", function
|
|
66105
|
+
i0.ɵɵlistener("click", function SectionNavigationComponent_For_3_Template_button_click_0_listener() { const section_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.scrollToSection(section_r2.id)); });
|
|
66113
66106
|
i0.ɵɵelement(1, "div", 0);
|
|
66114
66107
|
i0.ɵɵelementEnd();
|
|
66115
66108
|
} if (rf & 2) {
|
|
66116
66109
|
const section_r2 = ctx.$implicit;
|
|
66117
|
-
const
|
|
66110
|
+
const ɵ$index_5_r4 = ctx.$index;
|
|
66118
66111
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
66119
|
-
i0.ɵɵproperty("ngClass", ctx_r2.getDotClasses(
|
|
66112
|
+
i0.ɵɵproperty("ngClass", ctx_r2.getDotClasses(ɵ$index_5_r4))("libSymphiqTooltip", section_r2.title)("tooltipPosition", "left");
|
|
66120
66113
|
i0.ɵɵattribute("aria-label", "Navigate to " + section_r2.title);
|
|
66121
66114
|
i0.ɵɵadvance();
|
|
66122
|
-
i0.ɵɵproperty("ngClass", ctx_r2.getDotInnerClasses(
|
|
66115
|
+
i0.ɵɵproperty("ngClass", ctx_r2.getDotInnerClasses(ɵ$index_5_r4));
|
|
66123
66116
|
} }
|
|
66124
66117
|
class SectionNavigationComponent {
|
|
66125
66118
|
constructor() {
|
|
@@ -66205,15 +66198,15 @@ class SectionNavigationComponent {
|
|
|
66205
66198
|
return section.id || index;
|
|
66206
66199
|
}
|
|
66207
66200
|
static { this.ɵfac = function SectionNavigationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SectionNavigationComponent)(); }; }
|
|
66208
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SectionNavigationComponent, selectors: [["symphiq-section-navigation"]], inputs: { sections: [1, "sections"], viewMode: [1, "viewMode"], embedded: [1, "embedded"], scrollElement: [1, "scrollElement"], parentHeaderOffset: [1, "parentHeaderOffset"] }, decls:
|
|
66201
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SectionNavigationComponent, selectors: [["symphiq-section-navigation"]], inputs: { sections: [1, "sections"], viewMode: [1, "viewMode"], embedded: [1, "embedded"], scrollElement: [1, "scrollElement"], parentHeaderOffset: [1, "parentHeaderOffset"] }, decls: 4, vars: 1, consts: [[3, "ngClass"], [1, "flex", "flex-col", "gap-4"], ["type", "button", 3, "ngClass", "libSymphiqTooltip", "tooltipPosition"], ["type", "button", 3, "click", "ngClass", "libSymphiqTooltip", "tooltipPosition"]], template: function SectionNavigationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
66209
66202
|
i0.ɵɵelementStart(0, "nav", 0)(1, "div", 1);
|
|
66210
|
-
i0.ɵɵ
|
|
66203
|
+
i0.ɵɵrepeaterCreate(2, SectionNavigationComponent_For_3_Template, 2, 5, "button", 2, ctx.trackBySectionId, true);
|
|
66211
66204
|
i0.ɵɵelementEnd()();
|
|
66212
66205
|
} if (rf & 2) {
|
|
66213
66206
|
i0.ɵɵproperty("ngClass", ctx.getNavClasses());
|
|
66214
66207
|
i0.ɵɵadvance(2);
|
|
66215
|
-
i0.ɵɵ
|
|
66216
|
-
} }, dependencies: [CommonModule, i1$1.NgClass,
|
|
66208
|
+
i0.ɵɵrepeater(ctx.sections());
|
|
66209
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, TooltipDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
66217
66210
|
}
|
|
66218
66211
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SectionNavigationComponent, [{
|
|
66219
66212
|
type: Component,
|
|
@@ -66225,23 +66218,24 @@ class SectionNavigationComponent {
|
|
|
66225
66218
|
template: `
|
|
66226
66219
|
<nav [ngClass]="getNavClasses()">
|
|
66227
66220
|
<div class="flex flex-col gap-4">
|
|
66228
|
-
|
|
66229
|
-
|
|
66230
|
-
|
|
66231
|
-
|
|
66232
|
-
|
|
66233
|
-
|
|
66234
|
-
|
|
66235
|
-
|
|
66236
|
-
|
|
66237
|
-
|
|
66238
|
-
|
|
66221
|
+
@for (section of sections(); track trackBySectionId(i, section); let i = $index) {
|
|
66222
|
+
<button
|
|
66223
|
+
type="button"
|
|
66224
|
+
[ngClass]="getDotClasses(i)"
|
|
66225
|
+
(click)="scrollToSection(section.id!)"
|
|
66226
|
+
[attr.aria-label]="'Navigate to ' + section.title"
|
|
66227
|
+
[libSymphiqTooltip]="section.title"
|
|
66228
|
+
[tooltipPosition]="'left'"
|
|
66229
|
+
>
|
|
66230
|
+
<div [ngClass]="getDotInnerClasses(i)"></div>
|
|
66231
|
+
</button>
|
|
66232
|
+
}
|
|
66239
66233
|
</div>
|
|
66240
66234
|
</nav>
|
|
66241
|
-
|
|
66235
|
+
`
|
|
66242
66236
|
}]
|
|
66243
66237
|
}], null, { sections: [{ type: i0.Input, args: [{ isSignal: true, alias: "sections", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }] }); })();
|
|
66244
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionNavigationComponent, { className: "SectionNavigationComponent", filePath: "lib/components/business-analysis-dashboard/section-navigation.component.ts", lineNumber:
|
|
66238
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionNavigationComponent, { className: "SectionNavigationComponent", filePath: "lib/components/business-analysis-dashboard/section-navigation.component.ts", lineNumber: 30 }); })();
|
|
66245
66239
|
|
|
66246
66240
|
function FloatingBackButtonComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
66247
66241
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
@@ -68216,17 +68210,23 @@ class CollapsibleSectionGroupComponent {
|
|
|
68216
68210
|
|
|
68217
68211
|
const _c0$w = () => [];
|
|
68218
68212
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
68219
|
-
i0.ɵɵelementStart(0, "div", 6);
|
|
68220
|
-
i0.ɵɵelement(
|
|
68213
|
+
i0.ɵɵelementStart(0, "div", 6)(1, "div", 13);
|
|
68214
|
+
i0.ɵɵelement(2, "symphiq-welcome-banner", 14);
|
|
68215
|
+
i0.ɵɵelementEnd();
|
|
68216
|
+
i0.ɵɵelement(3, "symphiq-loading-card", 15);
|
|
68221
68217
|
i0.ɵɵelementEnd();
|
|
68222
68218
|
} if (rf & 2) {
|
|
68219
|
+
let tmp_2_0;
|
|
68220
|
+
let tmp_4_0;
|
|
68223
68221
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
68222
|
+
i0.ɵɵadvance(2);
|
|
68223
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("businessName", ((tmp_2_0 = ctx_r0.currentProfile()) == null ? null : tmp_2_0.profileStructured == null ? null : tmp_2_0.profileStructured.businessName) || "your business")("isOnboarded", ctx_r0.isOnboarded())("analysisDate", (tmp_4_0 = ctx_r0.profile()) == null ? null : tmp_4_0.selfContentCompletedDate);
|
|
68224
68224
|
i0.ɵɵadvance();
|
|
68225
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode());
|
|
68225
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("title", "Loading Business Analysis...")("subtitle", "Please wait while we fetch your data.");
|
|
68226
68226
|
} }
|
|
68227
68227
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
68228
68228
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
68229
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
68229
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 18);
|
|
68230
68230
|
i0.ɵɵlistener("stepClick", function SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Conditional_0_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.stepClick.emit($event)); })("nextStepClick", function SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Conditional_0_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.nextStepClick.emit()); });
|
|
68231
68231
|
i0.ɵɵelementEnd();
|
|
68232
68232
|
} if (rf & 2) {
|
|
@@ -68234,8 +68234,8 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Conditional_0_T
|
|
|
68234
68234
|
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("currentStepId", ctx_r0.JourneyStepIdEnum.BUSINESS_ANALYSIS)("showNextStepAction", false)("forDemo", ctx_r0.forDemo())("maxAccessibleStepId", ctx_r0.maxAccessibleStepId());
|
|
68235
68235
|
} }
|
|
68236
68236
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
68237
|
-
i0.ɵɵconditionalCreate(0, SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator",
|
|
68238
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress-with-confetti",
|
|
68237
|
+
i0.ɵɵconditionalCreate(0, SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator", 16);
|
|
68238
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress-with-confetti", 17);
|
|
68239
68239
|
} if (rf & 2) {
|
|
68240
68240
|
let tmp_4_0;
|
|
68241
68241
|
let tmp_6_0;
|
|
@@ -68246,7 +68246,7 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Template(rf, ct
|
|
|
68246
68246
|
} }
|
|
68247
68247
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
68248
68248
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
68249
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
68249
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 18);
|
|
68250
68250
|
i0.ɵɵlistener("stepClick", function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Conditional_0_Template_symphiq_journey_progress_indicator_stepClick_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.stepClick.emit($event)); })("nextStepClick", function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Conditional_0_Template_symphiq_journey_progress_indicator_nextStepClick_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r0 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r0.nextStepClick.emit()); });
|
|
68251
68251
|
i0.ɵɵelementEnd();
|
|
68252
68252
|
} if (rf & 2) {
|
|
@@ -68255,15 +68255,15 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_C
|
|
|
68255
68255
|
} }
|
|
68256
68256
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
68257
68257
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
68258
|
-
i0.ɵɵconditionalCreate(0, SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator",
|
|
68259
|
-
i0.ɵɵelementStart(1, "div",
|
|
68260
|
-
i0.ɵɵelement(3, "symphiq-welcome-banner",
|
|
68258
|
+
i0.ɵɵconditionalCreate(0, SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Conditional_0_Template, 1, 5, "symphiq-journey-progress-indicator", 16);
|
|
68259
|
+
i0.ɵɵelementStart(1, "div", 6)(2, "div", 13);
|
|
68260
|
+
i0.ɵɵelement(3, "symphiq-welcome-banner", 14);
|
|
68261
68261
|
i0.ɵɵelementEnd();
|
|
68262
|
-
i0.ɵɵelementStart(4, "div",
|
|
68262
|
+
i0.ɵɵelementStart(4, "div", 13)(5, "symphiq-recommendations-tiled-grid", 19);
|
|
68263
68263
|
i0.ɵɵlistener("viewMoreClick", function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_Template_symphiq_recommendations_tiled_grid_viewMoreClick_5_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.openRecommendationDetailsModal($event)); });
|
|
68264
68264
|
i0.ɵɵelementEnd()();
|
|
68265
68265
|
i0.ɵɵelementStart(6, "div");
|
|
68266
|
-
i0.ɵɵelement(7, "symphiq-collapsible-section-group",
|
|
68266
|
+
i0.ɵɵelement(7, "symphiq-collapsible-section-group", 20);
|
|
68267
68267
|
i0.ɵɵelementEnd()();
|
|
68268
68268
|
} if (rf & 2) {
|
|
68269
68269
|
let tmp_4_0;
|
|
@@ -68278,26 +68278,26 @@ function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_0_T
|
|
|
68278
68278
|
i0.ɵɵproperty("sections", ctx_r0.nonRecommendationSections())("viewMode", ctx_r0.viewMode());
|
|
68279
68279
|
} }
|
|
68280
68280
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
68281
|
-
i0.ɵɵelementStart(0, "div",
|
|
68282
|
-
i0.ɵɵelement(1, "symphiq-section-divider",
|
|
68281
|
+
i0.ɵɵelementStart(0, "div", 22);
|
|
68282
|
+
i0.ɵɵelement(1, "symphiq-section-divider", 23);
|
|
68283
68283
|
i0.ɵɵelementEnd();
|
|
68284
68284
|
} if (rf & 2) {
|
|
68285
|
-
const ɵ$
|
|
68285
|
+
const ɵ$index_48_r5 = i0.ɵɵnextContext().$index;
|
|
68286
68286
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
68287
68287
|
i0.ɵɵadvance();
|
|
68288
|
-
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("subsections", ctx_r0.sections()[ɵ$
|
|
68288
|
+
i0.ɵɵproperty("viewMode", ctx_r0.viewMode())("subsections", ctx_r0.sections()[ɵ$index_48_r5 + 1].subsections || i0.ɵɵpureFunction0(2, _c0$w));
|
|
68289
68289
|
} }
|
|
68290
68290
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
68291
|
-
i0.ɵɵelement(0, "symphiq-profile-section",
|
|
68292
|
-
i0.ɵɵconditionalCreate(1, SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Conditional_1_Template, 2, 3, "div",
|
|
68291
|
+
i0.ɵɵelement(0, "symphiq-profile-section", 21);
|
|
68292
|
+
i0.ɵɵconditionalCreate(1, SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Conditional_1_Template, 2, 3, "div", 22);
|
|
68293
68293
|
} if (rf & 2) {
|
|
68294
68294
|
const section_r6 = ctx.$implicit;
|
|
68295
|
-
const ɵ$
|
|
68296
|
-
const ɵ$
|
|
68295
|
+
const ɵ$index_48_r5 = ctx.$index;
|
|
68296
|
+
const ɵ$count_48_r7 = ctx.$count;
|
|
68297
68297
|
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
68298
68298
|
i0.ɵɵproperty("section", section_r6)("viewMode", ctx_r0.viewMode())("forceExpanded", !ctx_r0.isCompactView());
|
|
68299
68299
|
i0.ɵɵadvance();
|
|
68300
|
-
i0.ɵɵconditional(!(ɵ$
|
|
68300
|
+
i0.ɵɵconditional(!(ɵ$index_48_r5 === ɵ$count_48_r7 - 1) ? 1 : -1);
|
|
68301
68301
|
} }
|
|
68302
68302
|
function SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
68303
68303
|
i0.ɵɵrepeaterCreate(0, SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Conditional_1_For_1_Template, 2, 4, null, null, i0.ɵɵcomponentInstance().trackBySectionId, true);
|
|
@@ -68847,15 +68847,15 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
68847
68847
|
}
|
|
68848
68848
|
static { this.ɵfac = function SymphiqBusinessAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqBusinessAnalysisDashboardComponent)(); }; }
|
|
68849
68849
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqBusinessAnalysisDashboardComponent, selectors: [["symphiq-business-analysis-dashboard"]], hostBindings: function SymphiqBusinessAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
68850
|
-
i0.ɵɵlistener("scroll", function SymphiqBusinessAnalysisDashboardComponent_scroll_HostBindingHandler(
|
|
68851
|
-
} }, inputs: { embedded: [1, "embedded"], profile: [1, "profile"], parentHeaderOffset: [1, "parentHeaderOffset"], requestedByUser: [1, "requestedByUser"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", markAsReviewedClick: "markAsReviewedClick" }, decls: 17, vars: 41, consts: [[3, "ngClass"], [3, "viewMode", "progress", "embedded"], [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, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "viewMode", "viewModeLabel", "currentSection", "currentSubsection", "sectionFading", "subsectionFading", "showControls", "embedded", "scrollEvent"], [1, "relative"], [1, "
|
|
68850
|
+
i0.ɵɵlistener("scroll", function SymphiqBusinessAnalysisDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow)("keydown", function SymphiqBusinessAnalysisDashboardComponent_keydown_HostBindingHandler($event) { return ctx.handleKeyDown($event); }, i0.ɵɵresolveDocument);
|
|
68851
|
+
} }, inputs: { embedded: [1, "embedded"], profile: [1, "profile"], parentHeaderOffset: [1, "parentHeaderOffset"], requestedByUser: [1, "requestedByUser"], viewMode: [1, "viewMode"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], isLoading: [1, "isLoading"], isOnboarded: [1, "isOnboarded"], forDemo: [1, "forDemo"], maxAccessibleStepId: [1, "maxAccessibleStepId"], itemStatus: [1, "itemStatus"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", markAsReviewedClick: "markAsReviewedClick" }, decls: 17, vars: 41, consts: [[3, "ngClass"], [3, "viewMode", "progress", "embedded"], [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, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "viewMode", "viewModeLabel", "currentSection", "currentSubsection", "sectionFading", "subsectionFading", "showControls", "embedded", "scrollEvent"], [1, "relative"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8"], [3, "sections", "viewMode", "embedded", "scrollElement"], [3, "viewMode", "embedded"], [3, "viewInContextRequested", "isLightMode"], [3, "searchChange", "resultSelected", "close", "isLightMode", "isOpen", "searchQuery", "results", "hasResults", "selectedIndex", "placeholder"], [3, "close", "modeSelected", "isOpen", "currentMode", "viewMode", "isLoading"], [3, "markAsReviewedClick", "viewMode", "reviewStatus", "selfContentStatus", "isMarkingAsReviewed", "isLoading"], [1, "mb-8"], [3, "viewMode", "businessName", "isOnboarded", "analysisDate"], ["size", "large", 3, "viewMode", "title", "subtitle"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMode", "itemStatus", "currentStatus", "confettiIntensity", "title", "subtitle"], [3, "stepClick", "nextStepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "viewMoreClick", "recommendations", "viewMode"], [3, "sections", "viewMode"], [3, "section", "viewMode", "forceExpanded"], [1, "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8"], [3, "viewMode", "subsections"]], template: function SymphiqBusinessAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
68852
68852
|
i0.ɵɵelementStart(0, "div", 0);
|
|
68853
68853
|
i0.ɵɵelement(1, "symphiq-scroll-progress-bar", 1)(2, "div", 2);
|
|
68854
68854
|
i0.ɵɵelementStart(3, "div", 3)(4, "symphiq-dashboard-header", 4);
|
|
68855
68855
|
i0.ɵɵlistener("searchClick", function SymphiqBusinessAnalysisDashboardComponent_Template_symphiq_dashboard_header_searchClick_4_listener() { return ctx.openSearch(); })("viewModeClick", function SymphiqBusinessAnalysisDashboardComponent_Template_symphiq_dashboard_header_viewModeClick_4_listener() { return ctx.openViewModeSwitcher(); });
|
|
68856
68856
|
i0.ɵɵelementEnd();
|
|
68857
68857
|
i0.ɵɵelementStart(5, "main", 5);
|
|
68858
|
-
i0.ɵɵconditionalCreate(6, SymphiqBusinessAnalysisDashboardComponent_Conditional_6_Template,
|
|
68858
|
+
i0.ɵɵconditionalCreate(6, SymphiqBusinessAnalysisDashboardComponent_Conditional_6_Template, 4, 7, "div", 6)(7, SymphiqBusinessAnalysisDashboardComponent_Conditional_7_Template, 2, 7)(8, SymphiqBusinessAnalysisDashboardComponent_Conditional_8_Template, 2, 1);
|
|
68859
68859
|
i0.ɵɵelementEnd();
|
|
68860
68860
|
i0.ɵɵconditionalCreate(9, SymphiqBusinessAnalysisDashboardComponent_Conditional_9_Template, 1, 4, "symphiq-section-navigation", 7);
|
|
68861
68861
|
i0.ɵɵconditionalCreate(10, SymphiqBusinessAnalysisDashboardComponent_Conditional_10_Template, 1, 4, "symphiq-floating-toc", 7);
|
|
@@ -68904,11 +68904,11 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
68904
68904
|
i0.ɵɵproperty("isOpen", ctx.isViewModeSwitcherOpen())("currentMode", ctx.displayMode())("viewMode", ctx.viewMode())("isLoading", ctx.isViewModeSwitching());
|
|
68905
68905
|
i0.ɵɵadvance();
|
|
68906
68906
|
i0.ɵɵproperty("viewMode", ctx.viewMode())("reviewStatus", (tmp_35_0 = ctx.profile()) == null ? null : tmp_35_0.reviewStatus)("selfContentStatus", (tmp_36_0 = ctx.profile()) == null ? null : tmp_36_0.selfContentStatus)("isMarkingAsReviewed", ctx.isMarkingAsReviewed())("isLoading", !!ctx.isLoading());
|
|
68907
|
-
} }, dependencies: [CommonModule, i1$1.NgClass, ProfileSectionComponent, SectionNavigationComponent, FloatingTocComponent, FloatingBackButtonComponent, TooltipContainerComponent, SectionDividerComponent, BusinessAnalysisModalComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, WelcomeBannerComponent, RecommendationsTiledGridComponent, CollapsibleSectionGroupComponent, ContentGenerationProgressWithConfettiComponent,
|
|
68907
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, ProfileSectionComponent, SectionNavigationComponent, FloatingTocComponent, FloatingBackButtonComponent, TooltipContainerComponent, SectionDividerComponent, BusinessAnalysisModalComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, WelcomeBannerComponent, RecommendationsTiledGridComponent, CollapsibleSectionGroupComponent, ContentGenerationProgressWithConfettiComponent, MarkAsReviewedFooterComponent, DashboardHeaderComponent, ScrollProgressBarComponent, LoadingCardComponent], styles: ["[_nghost-%COMP%]{display:block}@keyframes _ngcontent-%COMP%_spin{to{transform:rotate(360deg)}}@keyframes _ngcontent-%COMP%_pulse-highlight{0%,to{transform:scale(1);box-shadow:0 0 #3b82f6b3}50%{transform:scale(1.02);box-shadow:0 0 20px 8px #3b82f64d}}[_nghost-%COMP%] .search-highlight-pulse{animation:_ngcontent-%COMP%_pulse-highlight 2s ease-in-out;border-color:#3b82f6!important}"], changeDetection: 0 }); }
|
|
68908
68908
|
}
|
|
68909
68909
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqBusinessAnalysisDashboardComponent, [{
|
|
68910
68910
|
type: Component,
|
|
68911
|
-
args: [{ selector: 'symphiq-business-analysis-dashboard', standalone: true, imports: [CommonModule, ProfileSectionComponent, SectionNavigationComponent, FloatingTocComponent, FloatingBackButtonComponent, TooltipContainerComponent, SectionDividerComponent, BusinessAnalysisModalComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, WelcomeBannerComponent, RecommendationsTiledGridComponent, CollapsibleSectionGroupComponent, ContentGenerationProgressWithConfettiComponent,
|
|
68911
|
+
args: [{ selector: 'symphiq-business-analysis-dashboard', standalone: true, imports: [CommonModule, ProfileSectionComponent, SectionNavigationComponent, FloatingTocComponent, FloatingBackButtonComponent, TooltipContainerComponent, SectionDividerComponent, BusinessAnalysisModalComponent, SearchModalComponent, ViewModeSwitcherModalComponent, JourneyProgressIndicatorComponent, WelcomeBannerComponent, RecommendationsTiledGridComponent, CollapsibleSectionGroupComponent, ContentGenerationProgressWithConfettiComponent, MarkAsReviewedFooterComponent, DashboardHeaderComponent, ScrollProgressBarComponent, LoadingCardComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
68912
68912
|
<div [ngClass]="getContainerClasses()">
|
|
68913
68913
|
<symphiq-scroll-progress-bar
|
|
68914
68914
|
[viewMode]="viewMode()"
|
|
@@ -68937,10 +68937,20 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
68937
68937
|
|
|
68938
68938
|
<main class="relative" [class.pb-32]="shouldShowReviewFooter()">
|
|
68939
68939
|
@if (isLoading()) {
|
|
68940
|
-
|
|
68941
|
-
|
|
68942
|
-
|
|
68940
|
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
|
68941
|
+
<div class="mb-8">
|
|
68942
|
+
<symphiq-welcome-banner
|
|
68943
|
+
[viewMode]="viewMode()"
|
|
68944
|
+
[businessName]="currentProfile()?.profileStructured?.businessName || 'your business'"
|
|
68945
|
+
[isOnboarded]="isOnboarded()"
|
|
68946
|
+
[analysisDate]="profile()?.selfContentCompletedDate"
|
|
68947
|
+
/>
|
|
68948
|
+
</div>
|
|
68949
|
+
|
|
68950
|
+
<symphiq-loading-card
|
|
68943
68951
|
[viewMode]="viewMode()"
|
|
68952
|
+
[title]="'Loading Business Analysis...'"
|
|
68953
|
+
[subtitle]="'Please wait while we fetch your data.'"
|
|
68944
68954
|
size="large"
|
|
68945
68955
|
/>
|
|
68946
68956
|
</div>
|
|
@@ -69090,12 +69100,12 @@ class SymphiqBusinessAnalysisDashboardComponent {
|
|
|
69090
69100
|
`, styles: [":host{display:block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-highlight{0%,to{transform:scale(1);box-shadow:0 0 #3b82f6b3}50%{transform:scale(1.02);box-shadow:0 0 20px 8px #3b82f64d}}:host ::ng-deep .search-highlight-pulse{animation:pulse-highlight 2s ease-in-out;border-color:#3b82f6!important}\n"] }]
|
|
69091
69101
|
}], () => [], { embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], parentHeaderOffset: [{ type: i0.Input, args: [{ isSignal: true, alias: "parentHeaderOffset", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], itemStatus: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatus", required: false }] }], isMarkingAsReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "isMarkingAsReviewed", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], markAsReviewedClick: [{ type: i0.Output, args: ["markAsReviewedClick"] }], onScroll: [{
|
|
69092
69102
|
type: HostListener,
|
|
69093
|
-
args: ['window:scroll'
|
|
69103
|
+
args: ['window:scroll']
|
|
69094
69104
|
}], handleKeyDown: [{
|
|
69095
69105
|
type: HostListener,
|
|
69096
69106
|
args: ['document:keydown', ['$event']]
|
|
69097
69107
|
}] }); })();
|
|
69098
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqBusinessAnalysisDashboardComponent, { className: "SymphiqBusinessAnalysisDashboardComponent", filePath: "lib/components/business-analysis-dashboard/symphiq-business-analysis-dashboard.component.ts", lineNumber:
|
|
69108
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqBusinessAnalysisDashboardComponent, { className: "SymphiqBusinessAnalysisDashboardComponent", filePath: "lib/components/business-analysis-dashboard/symphiq-business-analysis-dashboard.component.ts", lineNumber: 279 }); })();
|
|
69099
69109
|
|
|
69100
69110
|
class GradeBadgeComponent {
|
|
69101
69111
|
constructor() {
|
|
@@ -69190,14 +69200,14 @@ class GradeBadgeComponent {
|
|
|
69190
69200
|
i0.ɵɵtextInterpolate(ctx.label());
|
|
69191
69201
|
i0.ɵɵadvance(2);
|
|
69192
69202
|
i0.ɵɵtextInterpolate(ctx.formattedGrade());
|
|
69193
|
-
} }, dependencies: [
|
|
69203
|
+
} }, dependencies: [TooltipDirective], encapsulation: 2, changeDetection: 0 }); }
|
|
69194
69204
|
}
|
|
69195
69205
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GradeBadgeComponent, [{
|
|
69196
69206
|
type: Component,
|
|
69197
69207
|
args: [{
|
|
69198
69208
|
selector: 'symphiq-grade-badge',
|
|
69199
69209
|
standalone: true,
|
|
69200
|
-
imports: [
|
|
69210
|
+
imports: [TooltipDirective],
|
|
69201
69211
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
69202
69212
|
template: `
|
|
69203
69213
|
<div
|
|
@@ -69672,9 +69682,9 @@ function MetricExecutiveSummaryComponent_Conditional_11_Template(rf, ctx) { if (
|
|
|
69672
69682
|
i0.ɵɵproperty("grade", ctx_r0.summary().overallGrade)("gradeRationale", ctx_r0.summary().gradeRationale || "")("viewMode", ctx_r0.viewMode());
|
|
69673
69683
|
} }
|
|
69674
69684
|
function MetricExecutiveSummaryComponent_Conditional_14_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
69675
|
-
i0.ɵɵelementStart(0, "div",
|
|
69676
|
-
i0.ɵɵelement(1, "symphiq-icon",
|
|
69677
|
-
i0.ɵɵelementStart(2, "span",
|
|
69685
|
+
i0.ɵɵelementStart(0, "div", 27);
|
|
69686
|
+
i0.ɵɵelement(1, "symphiq-icon", 24);
|
|
69687
|
+
i0.ɵɵelementStart(2, "span", 28);
|
|
69678
69688
|
i0.ɵɵtext(3);
|
|
69679
69689
|
i0.ɵɵelementEnd()();
|
|
69680
69690
|
} if (rf & 2) {
|
|
@@ -69687,15 +69697,15 @@ function MetricExecutiveSummaryComponent_Conditional_14_Conditional_7_Template(r
|
|
|
69687
69697
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.summary().yoyChange, " YoY ");
|
|
69688
69698
|
} }
|
|
69689
69699
|
function MetricExecutiveSummaryComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
69690
|
-
i0.ɵɵelementStart(0, "div", 12)(1, "div",
|
|
69691
|
-
i0.ɵɵelement(2, "symphiq-icon",
|
|
69692
|
-
i0.ɵɵelementStart(3, "span",
|
|
69700
|
+
i0.ɵɵelementStart(0, "div", 12)(1, "div", 23);
|
|
69701
|
+
i0.ɵɵelement(2, "symphiq-icon", 24);
|
|
69702
|
+
i0.ɵɵelementStart(3, "span", 25);
|
|
69693
69703
|
i0.ɵɵtext(4, " Current Value ");
|
|
69694
69704
|
i0.ɵɵelementEnd()();
|
|
69695
|
-
i0.ɵɵelementStart(5, "div",
|
|
69705
|
+
i0.ɵɵelementStart(5, "div", 26);
|
|
69696
69706
|
i0.ɵɵtext(6);
|
|
69697
69707
|
i0.ɵɵelementEnd();
|
|
69698
|
-
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_14_Conditional_7_Template, 4, 7, "div",
|
|
69708
|
+
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_14_Conditional_7_Template, 4, 7, "div", 27);
|
|
69699
69709
|
i0.ɵɵelementEnd();
|
|
69700
69710
|
} if (rf & 2) {
|
|
69701
69711
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -69712,10 +69722,10 @@ function MetricExecutiveSummaryComponent_Conditional_14_Template(rf, ctx) { if (
|
|
|
69712
69722
|
i0.ɵɵconditional(ctx_r0.summary().yoyChange ? 7 : -1);
|
|
69713
69723
|
} }
|
|
69714
69724
|
function MetricExecutiveSummaryComponent_Conditional_15_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
69715
|
-
i0.ɵɵelementStart(0, "div",
|
|
69725
|
+
i0.ɵɵelementStart(0, "div", 29)(1, "span", 30);
|
|
69716
69726
|
i0.ɵɵtext(2, " Pacing Towards ");
|
|
69717
69727
|
i0.ɵɵelementEnd();
|
|
69718
|
-
i0.ɵɵelementStart(3, "div",
|
|
69728
|
+
i0.ɵɵelementStart(3, "div", 31);
|
|
69719
69729
|
i0.ɵɵtext(4);
|
|
69720
69730
|
i0.ɵɵelementEnd()();
|
|
69721
69731
|
} if (rf & 2) {
|
|
@@ -69728,15 +69738,15 @@ function MetricExecutiveSummaryComponent_Conditional_15_Conditional_7_Template(r
|
|
|
69728
69738
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.formatNumber(ctx_r0.projectedValue()), " ");
|
|
69729
69739
|
} }
|
|
69730
69740
|
function MetricExecutiveSummaryComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
69731
|
-
i0.ɵɵelementStart(0, "div", 12)(1, "div",
|
|
69732
|
-
i0.ɵɵelement(2, "symphiq-icon",
|
|
69733
|
-
i0.ɵɵelementStart(3, "span",
|
|
69741
|
+
i0.ɵɵelementStart(0, "div", 12)(1, "div", 23);
|
|
69742
|
+
i0.ɵɵelement(2, "symphiq-icon", 24);
|
|
69743
|
+
i0.ɵɵelementStart(3, "span", 25);
|
|
69734
69744
|
i0.ɵɵtext(4, " Target ");
|
|
69735
69745
|
i0.ɵɵelementEnd()();
|
|
69736
|
-
i0.ɵɵelementStart(5, "div",
|
|
69746
|
+
i0.ɵɵelementStart(5, "div", 26);
|
|
69737
69747
|
i0.ɵɵtext(6);
|
|
69738
69748
|
i0.ɵɵelementEnd();
|
|
69739
|
-
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_15_Conditional_7_Template, 5, 3, "div",
|
|
69749
|
+
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_15_Conditional_7_Template, 5, 3, "div", 29);
|
|
69740
69750
|
i0.ɵɵelementEnd();
|
|
69741
69751
|
} if (rf & 2) {
|
|
69742
69752
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -69753,7 +69763,7 @@ function MetricExecutiveSummaryComponent_Conditional_15_Template(rf, ctx) { if (
|
|
|
69753
69763
|
i0.ɵɵconditional(ctx_r0.projectedValue() ? 7 : -1);
|
|
69754
69764
|
} }
|
|
69755
69765
|
function MetricExecutiveSummaryComponent_Conditional_16_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
69756
|
-
i0.ɵɵelementStart(0, "div",
|
|
69766
|
+
i0.ɵɵelementStart(0, "div", 33);
|
|
69757
69767
|
i0.ɵɵtext(1);
|
|
69758
69768
|
i0.ɵɵelementEnd();
|
|
69759
69769
|
} if (rf & 2) {
|
|
@@ -69763,21 +69773,22 @@ function MetricExecutiveSummaryComponent_Conditional_16_Conditional_7_Template(r
|
|
|
69763
69773
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.summary().pacingStatusDescription, " ");
|
|
69764
69774
|
} }
|
|
69765
69775
|
function MetricExecutiveSummaryComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
69766
|
-
i0.ɵɵelementStart(0, "div", 12)(1, "div",
|
|
69767
|
-
i0.ɵɵelement(2, "symphiq-icon",
|
|
69768
|
-
i0.ɵɵelementStart(3, "span",
|
|
69776
|
+
i0.ɵɵelementStart(0, "div", 12)(1, "div", 23);
|
|
69777
|
+
i0.ɵɵelement(2, "symphiq-icon", 24);
|
|
69778
|
+
i0.ɵɵelementStart(3, "span", 25);
|
|
69769
69779
|
i0.ɵɵtext(4, " Pacing vs Target ");
|
|
69770
69780
|
i0.ɵɵelementEnd()();
|
|
69771
|
-
i0.ɵɵelementStart(5, "div",
|
|
69781
|
+
i0.ɵɵelementStart(5, "div", 32);
|
|
69772
69782
|
i0.ɵɵtext(6);
|
|
69773
69783
|
i0.ɵɵelementEnd();
|
|
69774
|
-
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_16_Conditional_7_Template, 2, 4, "div",
|
|
69784
|
+
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_16_Conditional_7_Template, 2, 4, "div", 33);
|
|
69775
69785
|
i0.ɵɵelementEnd();
|
|
69776
69786
|
} if (rf & 2) {
|
|
69777
69787
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
69788
|
+
i0.ɵɵclassProp("pulse-critical", ctx_r0.summary().pacingStatus === "CRITICAL");
|
|
69778
69789
|
i0.ɵɵproperty("ngClass", ctx_r0.metricCardClasses());
|
|
69779
69790
|
i0.ɵɵadvance(2);
|
|
69780
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(
|
|
69791
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c5$2, ctx_r0.iconSource))("ngClass", ctx_r0.metricLabelClasses());
|
|
69781
69792
|
i0.ɵɵadvance();
|
|
69782
69793
|
i0.ɵɵproperty("ngClass", ctx_r0.metricLabelClasses());
|
|
69783
69794
|
i0.ɵɵadvance(2);
|
|
@@ -69788,7 +69799,7 @@ function MetricExecutiveSummaryComponent_Conditional_16_Template(rf, ctx) { if (
|
|
|
69788
69799
|
i0.ɵɵconditional(ctx_r0.summary().pacingStatusDescription ? 7 : -1);
|
|
69789
69800
|
} }
|
|
69790
69801
|
function MetricExecutiveSummaryComponent_Conditional_17_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
69791
|
-
i0.ɵɵelementStart(0, "div",
|
|
69802
|
+
i0.ɵɵelementStart(0, "div", 33);
|
|
69792
69803
|
i0.ɵɵtext(1);
|
|
69793
69804
|
i0.ɵɵelementEnd();
|
|
69794
69805
|
} if (rf & 2) {
|
|
@@ -69798,34 +69809,35 @@ function MetricExecutiveSummaryComponent_Conditional_17_Conditional_7_Template(r
|
|
|
69798
69809
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.summary().metricHealthDescription, " ");
|
|
69799
69810
|
} }
|
|
69800
69811
|
function MetricExecutiveSummaryComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
69801
|
-
i0.ɵɵelementStart(0, "div", 12)(1, "div",
|
|
69802
|
-
i0.ɵɵelement(2, "symphiq-icon",
|
|
69803
|
-
i0.ɵɵelementStart(3, "span",
|
|
69812
|
+
i0.ɵɵelementStart(0, "div", 12)(1, "div", 23);
|
|
69813
|
+
i0.ɵɵelement(2, "symphiq-icon", 24);
|
|
69814
|
+
i0.ɵɵelementStart(3, "span", 25);
|
|
69804
69815
|
i0.ɵɵtext(4, " Health ");
|
|
69805
69816
|
i0.ɵɵelementEnd()();
|
|
69806
|
-
i0.ɵɵelementStart(5, "div",
|
|
69817
|
+
i0.ɵɵelementStart(5, "div", 32);
|
|
69807
69818
|
i0.ɵɵtext(6);
|
|
69808
69819
|
i0.ɵɵelementEnd();
|
|
69809
|
-
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_17_Conditional_7_Template, 2, 4, "div",
|
|
69820
|
+
i0.ɵɵconditionalCreate(7, MetricExecutiveSummaryComponent_Conditional_17_Conditional_7_Template, 2, 4, "div", 33);
|
|
69810
69821
|
i0.ɵɵelementEnd();
|
|
69811
69822
|
} if (rf & 2) {
|
|
69812
|
-
let
|
|
69823
|
+
let tmp_7_0;
|
|
69813
69824
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
69825
|
+
i0.ɵɵclassProp("pulse-critical", ctx_r0.summary().metricHealth === "CRITICAL");
|
|
69814
69826
|
i0.ɵɵproperty("ngClass", ctx_r0.metricCardClasses());
|
|
69815
69827
|
i0.ɵɵadvance(2);
|
|
69816
|
-
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(
|
|
69828
|
+
i0.ɵɵproperty("icon", i0.ɵɵpureFunction1(9, _c6$1, ctx_r0.iconSource))("ngClass", ctx_r0.metricLabelClasses());
|
|
69817
69829
|
i0.ɵɵadvance();
|
|
69818
69830
|
i0.ɵɵproperty("ngClass", ctx_r0.metricLabelClasses());
|
|
69819
69831
|
i0.ɵɵadvance(2);
|
|
69820
69832
|
i0.ɵɵproperty("ngClass", ctx_r0.getHealthValueClasses());
|
|
69821
69833
|
i0.ɵɵadvance();
|
|
69822
|
-
i0.ɵɵtextInterpolate1(" ", (
|
|
69834
|
+
i0.ɵɵtextInterpolate1(" ", (tmp_7_0 = ctx_r0.summary().metricHealth) == null ? null : tmp_7_0.replace("_", " "), " ");
|
|
69823
69835
|
i0.ɵɵadvance();
|
|
69824
69836
|
i0.ɵɵconditional(ctx_r0.summary().metricHealthDescription ? 7 : -1);
|
|
69825
69837
|
} }
|
|
69826
69838
|
function MetricExecutiveSummaryComponent_Conditional_29_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
69827
|
-
i0.ɵɵelementStart(0, "div",
|
|
69828
|
-
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder",
|
|
69839
|
+
i0.ɵɵelementStart(0, "div", 36);
|
|
69840
|
+
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 39);
|
|
69829
69841
|
i0.ɵɵelementEnd();
|
|
69830
69842
|
} if (rf & 2) {
|
|
69831
69843
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
@@ -69833,15 +69845,15 @@ function MetricExecutiveSummaryComponent_Conditional_29_Conditional_4_Template(r
|
|
|
69833
69845
|
i0.ɵɵproperty("visual", ctx_r0.summary().napkinVisual)("viewMode", ctx_r0.viewMode());
|
|
69834
69846
|
} }
|
|
69835
69847
|
function MetricExecutiveSummaryComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
69836
|
-
i0.ɵɵelementStart(0, "div",
|
|
69848
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "h3", 34);
|
|
69837
69849
|
i0.ɵɵtext(2, " Analysis Narrative ");
|
|
69838
69850
|
i0.ɵɵelementEnd();
|
|
69839
|
-
i0.ɵɵelementStart(3, "div",
|
|
69840
|
-
i0.ɵɵconditionalCreate(4, MetricExecutiveSummaryComponent_Conditional_29_Conditional_4_Template, 2, 2, "div",
|
|
69841
|
-
i0.ɵɵelementStart(5, "p",
|
|
69851
|
+
i0.ɵɵelementStart(3, "div", 35);
|
|
69852
|
+
i0.ɵɵconditionalCreate(4, MetricExecutiveSummaryComponent_Conditional_29_Conditional_4_Template, 2, 2, "div", 36);
|
|
69853
|
+
i0.ɵɵelementStart(5, "p", 37);
|
|
69842
69854
|
i0.ɵɵtext(6);
|
|
69843
69855
|
i0.ɵɵelementEnd();
|
|
69844
|
-
i0.ɵɵelement(7, "div",
|
|
69856
|
+
i0.ɵɵelement(7, "div", 38);
|
|
69845
69857
|
i0.ɵɵelementEnd()();
|
|
69846
69858
|
} if (rf & 2) {
|
|
69847
69859
|
let tmp_3_0;
|
|
@@ -69857,12 +69869,12 @@ function MetricExecutiveSummaryComponent_Conditional_29_Template(rf, ctx) { if (
|
|
|
69857
69869
|
i0.ɵɵtextInterpolate1(" ", ctx_r0.summary().narrative, " ");
|
|
69858
69870
|
} }
|
|
69859
69871
|
function MetricExecutiveSummaryComponent_Conditional_30_For_5_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
69860
|
-
i0.ɵɵelementStart(0, "div",
|
|
69861
|
-
i0.ɵɵelement(2, "symphiq-icon",
|
|
69862
|
-
i0.ɵɵelementStart(3, "div")(4, "span",
|
|
69872
|
+
i0.ɵɵelementStart(0, "div", 48)(1, "div", 49);
|
|
69873
|
+
i0.ɵɵelement(2, "symphiq-icon", 50);
|
|
69874
|
+
i0.ɵɵelementStart(3, "div")(4, "span", 51);
|
|
69863
69875
|
i0.ɵɵtext(5, " Expected Impact ");
|
|
69864
69876
|
i0.ɵɵelementEnd();
|
|
69865
|
-
i0.ɵɵelementStart(6, "p",
|
|
69877
|
+
i0.ɵɵelementStart(6, "p", 52);
|
|
69866
69878
|
i0.ɵɵtext(7);
|
|
69867
69879
|
i0.ɵɵelementEnd()()()();
|
|
69868
69880
|
} if (rf & 2) {
|
|
@@ -69880,18 +69892,18 @@ function MetricExecutiveSummaryComponent_Conditional_30_For_5_Conditional_8_Temp
|
|
|
69880
69892
|
} }
|
|
69881
69893
|
function MetricExecutiveSummaryComponent_Conditional_30_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
69882
69894
|
const _r2 = i0.ɵɵgetCurrentView();
|
|
69883
|
-
i0.ɵɵelementStart(0, "button",
|
|
69895
|
+
i0.ɵɵelementStart(0, "button", 43);
|
|
69884
69896
|
i0.ɵɵlistener("click", function MetricExecutiveSummaryComponent_Conditional_30_For_5_Template_button_click_0_listener() { const ctx_r2 = i0.ɵɵrestoreView(_r2); const priority_r4 = ctx_r2.$implicit; const $index_r5 = ctx_r2.$index; const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.priorityDetailClick.emit({ priority: priority_r4, index: $index_r5 })); });
|
|
69885
|
-
i0.ɵɵelementStart(1, "div",
|
|
69897
|
+
i0.ɵɵelementStart(1, "div", 44)(2, "span", 45);
|
|
69886
69898
|
i0.ɵɵtext(3);
|
|
69887
69899
|
i0.ɵɵelementEnd();
|
|
69888
|
-
i0.ɵɵelementStart(4, "h4",
|
|
69900
|
+
i0.ɵɵelementStart(4, "h4", 46);
|
|
69889
69901
|
i0.ɵɵtext(5);
|
|
69890
69902
|
i0.ɵɵelementEnd()();
|
|
69891
|
-
i0.ɵɵelementStart(6, "p",
|
|
69903
|
+
i0.ɵɵelementStart(6, "p", 47);
|
|
69892
69904
|
i0.ɵɵtext(7);
|
|
69893
69905
|
i0.ɵɵelementEnd();
|
|
69894
|
-
i0.ɵɵconditionalCreate(8, MetricExecutiveSummaryComponent_Conditional_30_For_5_Conditional_8_Template, 8, 8, "div",
|
|
69906
|
+
i0.ɵɵconditionalCreate(8, MetricExecutiveSummaryComponent_Conditional_30_For_5_Conditional_8_Template, 8, 8, "div", 48);
|
|
69895
69907
|
i0.ɵɵelementEnd();
|
|
69896
69908
|
} if (rf & 2) {
|
|
69897
69909
|
const priority_r4 = ctx.$implicit;
|
|
@@ -69914,11 +69926,11 @@ function MetricExecutiveSummaryComponent_Conditional_30_For_5_Template(rf, ctx)
|
|
|
69914
69926
|
i0.ɵɵconditional(priority_r4.expectedImpact ? 8 : -1);
|
|
69915
69927
|
} }
|
|
69916
69928
|
function MetricExecutiveSummaryComponent_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
69917
|
-
i0.ɵɵelementStart(0, "div",
|
|
69929
|
+
i0.ɵɵelementStart(0, "div", 21)(1, "h3", 40);
|
|
69918
69930
|
i0.ɵɵtext(2, "Top Priorities");
|
|
69919
69931
|
i0.ɵɵelementEnd();
|
|
69920
|
-
i0.ɵɵelementStart(3, "div",
|
|
69921
|
-
i0.ɵɵrepeaterCreate(4, MetricExecutiveSummaryComponent_Conditional_30_For_5_Template, 9, 8, "button",
|
|
69932
|
+
i0.ɵɵelementStart(3, "div", 41);
|
|
69933
|
+
i0.ɵɵrepeaterCreate(4, MetricExecutiveSummaryComponent_Conditional_30_For_5_Template, 9, 8, "button", 42, i0.ɵɵrepeaterTrackByIndex);
|
|
69922
69934
|
i0.ɵɵelementEnd()();
|
|
69923
69935
|
} if (rf & 2) {
|
|
69924
69936
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -69928,8 +69940,8 @@ function MetricExecutiveSummaryComponent_Conditional_30_Template(rf, ctx) { if (
|
|
|
69928
69940
|
i0.ɵɵrepeater(ctx_r0.summary().topPriorities);
|
|
69929
69941
|
} }
|
|
69930
69942
|
function MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
69931
|
-
i0.ɵɵelementStart(0, "div",
|
|
69932
|
-
i0.ɵɵelement(1, "symphiq-icon",
|
|
69943
|
+
i0.ɵɵelementStart(0, "div", 61);
|
|
69944
|
+
i0.ɵɵelement(1, "symphiq-icon", 16);
|
|
69933
69945
|
i0.ɵɵelementStart(2, "span");
|
|
69934
69946
|
i0.ɵɵtext(3);
|
|
69935
69947
|
i0.ɵɵelementEnd()();
|
|
@@ -69943,10 +69955,10 @@ function MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_12_Tem
|
|
|
69943
69955
|
i0.ɵɵtextInterpolate(entry_r6.win.estimatedTimeframe);
|
|
69944
69956
|
} }
|
|
69945
69957
|
function MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
69946
|
-
i0.ɵɵelementStart(0, "div",
|
|
69958
|
+
i0.ɵɵelementStart(0, "div", 62)(1, "h4", 25);
|
|
69947
69959
|
i0.ɵɵtext(2, " Related Goal ");
|
|
69948
69960
|
i0.ɵɵelementEnd();
|
|
69949
|
-
i0.ɵɵelement(3, "symphiq-related-goal-chips",
|
|
69961
|
+
i0.ɵɵelement(3, "symphiq-related-goal-chips", 63);
|
|
69950
69962
|
i0.ɵɵelementEnd();
|
|
69951
69963
|
} if (rf & 2) {
|
|
69952
69964
|
const entry_r6 = i0.ɵɵnextContext().$implicit;
|
|
@@ -69957,20 +69969,20 @@ function MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_13_Tem
|
|
|
69957
69969
|
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c9, entry_r6.win.relatedGoalId))("allGoals", ctx_r0.allGoals() || i0.ɵɵpureFunction0(6, _c10))("viewMode", ctx_r0.viewMode());
|
|
69958
69970
|
} }
|
|
69959
69971
|
function MetricExecutiveSummaryComponent_Conditional_31_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
69960
|
-
i0.ɵɵelementStart(0, "div",
|
|
69972
|
+
i0.ɵɵelementStart(0, "div", 55)(1, "div", 56)(2, "div", 57)(3, "span", 45);
|
|
69961
69973
|
i0.ɵɵtext(4);
|
|
69962
69974
|
i0.ɵɵelementEnd();
|
|
69963
|
-
i0.ɵɵelementStart(5, "p",
|
|
69975
|
+
i0.ɵɵelementStart(5, "p", 58);
|
|
69964
69976
|
i0.ɵɵtext(6);
|
|
69965
69977
|
i0.ɵɵelementEnd()();
|
|
69966
|
-
i0.ɵɵelementStart(7, "div",
|
|
69978
|
+
i0.ɵɵelementStart(7, "div", 59)(8, "span", 60);
|
|
69967
69979
|
i0.ɵɵtext(9);
|
|
69968
69980
|
i0.ɵɵelementEnd();
|
|
69969
|
-
i0.ɵɵelementStart(10, "span",
|
|
69981
|
+
i0.ɵɵelementStart(10, "span", 60);
|
|
69970
69982
|
i0.ɵɵtext(11);
|
|
69971
69983
|
i0.ɵɵelementEnd()();
|
|
69972
|
-
i0.ɵɵconditionalCreate(12, MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_12_Template, 4, 5, "div",
|
|
69973
|
-
i0.ɵɵconditionalCreate(13, MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_13_Template, 4, 7, "div",
|
|
69984
|
+
i0.ɵɵconditionalCreate(12, MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_12_Template, 4, 5, "div", 61);
|
|
69985
|
+
i0.ɵɵconditionalCreate(13, MetricExecutiveSummaryComponent_Conditional_31_For_5_Conditional_13_Template, 4, 7, "div", 62);
|
|
69974
69986
|
i0.ɵɵelementEnd()();
|
|
69975
69987
|
} if (rf & 2) {
|
|
69976
69988
|
const entry_r6 = ctx.$implicit;
|
|
@@ -69998,11 +70010,11 @@ function MetricExecutiveSummaryComponent_Conditional_31_For_5_Template(rf, ctx)
|
|
|
69998
70010
|
i0.ɵɵconditional(entry_r6.win.relatedGoalId && ctx_r0.allGoals() ? 13 : -1);
|
|
69999
70011
|
} }
|
|
70000
70012
|
function MetricExecutiveSummaryComponent_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
70001
|
-
i0.ɵɵelementStart(0, "div",
|
|
70013
|
+
i0.ɵɵelementStart(0, "div", 22)(1, "h3", 53);
|
|
70002
70014
|
i0.ɵɵtext(2, "Quick Wins");
|
|
70003
70015
|
i0.ɵɵelementEnd();
|
|
70004
|
-
i0.ɵɵelementStart(3, "div",
|
|
70005
|
-
i0.ɵɵrepeaterCreate(4, MetricExecutiveSummaryComponent_Conditional_31_For_5_Template, 14, 11, "div",
|
|
70016
|
+
i0.ɵɵelementStart(3, "div", 54);
|
|
70017
|
+
i0.ɵɵrepeaterCreate(4, MetricExecutiveSummaryComponent_Conditional_31_For_5_Template, 14, 11, "div", 55, _forTrack0$v);
|
|
70006
70018
|
i0.ɵɵelementEnd()();
|
|
70007
70019
|
} if (rf & 2) {
|
|
70008
70020
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -70232,7 +70244,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
70232
70244
|
return num.toLocaleString('en-US', { minimumFractionDigits: 0, maximumFractionDigits: 2 });
|
|
70233
70245
|
}
|
|
70234
70246
|
static { this.ɵfac = function MetricExecutiveSummaryComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MetricExecutiveSummaryComponent)(); }; }
|
|
70235
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MetricExecutiveSummaryComponent, selectors: [["symphiq-metric-executive-summary"]], inputs: { viewMode: [1, "viewMode"], summary: [1, "summary"], metricName: [1, "metricName"], allGoals: [1, "allGoals"] }, outputs: { topPrioritiesClick: "topPrioritiesClick", priorityDetailClick: "priorityDetailClick", viewMetricDetailsClick: "viewMetricDetailsClick", viewReportClick: "viewReportClick" }, decls: 32, vars: 26, consts: [["id", "section-metric-executive-summary", 1, "space-y-6", "scroll-mt-24"], [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, "flex", "items-center", "gap-3", "mb-3"], [3, "icon", "size", "ngClass"], [1, "text-3xl", "font-bold", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], ["type", "button", 1, "w-full", "text-left", "cursor-pointer", "group", 3, "click"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-4", "gap-4"], [1, "rounded-xl", "p-4", "transition-all", "duration-200", "group-hover:scale-[1.02]", "group-hover:shadow-lg", 3, "ngClass"], [1, "flex", "flex-wrap", "items-center", "justify-center", "gap-3", "mt-4"], ["type", "button", 1, "inline-flex", "items-center", "gap-2", "px-4", "py-2.5", "rounded-lg", "text-sm", "font-semibold", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], ["type", "button", 1, "inline-flex", "items-center", "gap-2", "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "rounded-xl", "p-6", "mt-6", 3, "ngClass"], [1, "mt-6"], ["id", "quick-wins-section", 1, "mt-8", "scroll-mt-24"], [1, "flex", "items-center", "gap-2", "mb-2"], ["size", "w-4 h-4", 3, "icon", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "flex", "items-center", "gap-1", "mt-2"], [1, "text-sm", "font-medium", 3, "ngClass"], [1, "mt-2", "pt-2", "border-t", "border-slate-600/30"], [1, "text-[10px]", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-xs", "mt-1", "truncate", "max-w-full", "cursor-help", 3, "libSymphiqTooltip", "tooltipPosition", "ngClass"], [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", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4"], ["type", "button", 1, "rounded-xl", "p-6", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "ngClass"], ["type", "button", 1, "rounded-xl", "p-6", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "text-lg", "font-semibold", "flex-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-3", 3, "ngClass"], [1, "rounded-lg", "p-3", 3, "ngClass"], [1, "flex", "items-start", "gap-2"], ["size", "w-4 h-4", 1, "mt-0.5", 3, "icon", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "block", "mb-1", 3, "ngClass"], [1, "text-xs", "leading-relaxed", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md: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, "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"], [3, "relatedGoalIds", "allGoals", "viewMode"]], template: function MetricExecutiveSummaryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
70247
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: MetricExecutiveSummaryComponent, selectors: [["symphiq-metric-executive-summary"]], inputs: { viewMode: [1, "viewMode"], summary: [1, "summary"], metricName: [1, "metricName"], allGoals: [1, "allGoals"] }, outputs: { topPrioritiesClick: "topPrioritiesClick", priorityDetailClick: "priorityDetailClick", viewMetricDetailsClick: "viewMetricDetailsClick", viewReportClick: "viewReportClick" }, decls: 32, vars: 26, consts: [["id", "section-metric-executive-summary", 1, "space-y-6", "scroll-mt-24"], [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, "flex", "items-center", "gap-3", "mb-3"], [3, "icon", "size", "ngClass"], [1, "text-3xl", "font-bold", 3, "ngClass"], [1, "text-lg", "leading-relaxed", 3, "ngClass"], [3, "grade", "gradeRationale", "viewMode"], ["type", "button", 1, "w-full", "text-left", "cursor-pointer", "group", 3, "click"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-4", "gap-4"], [1, "rounded-xl", "p-4", "transition-all", "duration-200", "group-hover:scale-[1.02]", "group-hover:shadow-lg", 3, "ngClass"], [1, "rounded-xl", "p-4", "transition-all", "duration-200", "group-hover:scale-[1.02]", "group-hover:shadow-lg", 3, "ngClass", "pulse-critical"], [1, "flex", "flex-wrap", "items-center", "justify-center", "gap-3", "mt-4"], ["type", "button", 1, "inline-flex", "items-center", "gap-2", "px-4", "py-2.5", "rounded-lg", "text-sm", "font-semibold", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"], ["size", "w-4 h-4", 3, "icon"], ["type", "button", 1, "inline-flex", "items-center", "gap-2", "px-4", "py-2.5", "rounded-lg", "font-medium", "text-sm", "transition-all", "duration-200", "hover:scale-105", 3, "click", "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-4", "h-4"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"], [1, "rounded-xl", "p-6", "mt-6", 3, "ngClass"], [1, "mt-6"], ["id", "quick-wins-section", 1, "mt-8", "scroll-mt-24"], [1, "flex", "items-center", "gap-2", "mb-2"], ["size", "w-4 h-4", 3, "icon", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-2xl", "font-bold", 3, "ngClass"], [1, "flex", "items-center", "gap-1", "mt-2"], [1, "text-sm", "font-medium", 3, "ngClass"], [1, "mt-2", "pt-2", "border-t", "border-slate-600/30"], [1, "text-[10px]", "font-semibold", "uppercase", "tracking-wider", 3, "ngClass"], [1, "text-base", "font-semibold", 3, "ngClass"], [1, "text-xl", "font-bold", 3, "ngClass"], [1, "text-xs", "mt-1", "truncate", "max-w-full", "cursor-help", 3, "libSymphiqTooltip", "tooltipPosition", "ngClass"], [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", "mb-4", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "gap-4"], ["type", "button", 1, "rounded-xl", "p-6", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "ngClass"], ["type", "button", 1, "rounded-xl", "p-6", "text-left", "transition-all", "duration-200", "hover:scale-[1.02]", "active:scale-[0.98]", "cursor-pointer", 3, "click", "ngClass"], [1, "flex", "items-start", "gap-3", "mb-3"], [1, "flex-shrink-0", "w-8", "h-8", "rounded-full", "flex", "items-center", "justify-center", "text-sm", "font-bold", 3, "ngClass"], [1, "text-lg", "font-semibold", "flex-1", 3, "ngClass"], [1, "text-sm", "leading-relaxed", "mb-3", 3, "ngClass"], [1, "rounded-lg", "p-3", 3, "ngClass"], [1, "flex", "items-start", "gap-2"], ["size", "w-4 h-4", 1, "mt-0.5", 3, "icon", "ngClass"], [1, "text-xs", "font-semibold", "uppercase", "tracking-wider", "block", "mb-1", 3, "ngClass"], [1, "text-xs", "leading-relaxed", 3, "ngClass"], [1, "text-xl", "font-bold", "mb-6", 3, "ngClass"], [1, "grid", "grid-cols-1", "md: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, "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"], [3, "relatedGoalIds", "allGoals", "viewMode"]], template: function MetricExecutiveSummaryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
70236
70248
|
i0.ɵɵelementStart(0, "section", 0)(1, "div", 1)(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "div", 5);
|
|
70237
70249
|
i0.ɵɵelement(6, "symphiq-icon", 6);
|
|
70238
70250
|
i0.ɵɵelementStart(7, "h2", 7);
|
|
@@ -70248,31 +70260,31 @@ class MetricExecutiveSummaryComponent {
|
|
|
70248
70260
|
i0.ɵɵelementStart(13, "div", 11);
|
|
70249
70261
|
i0.ɵɵconditionalCreate(14, MetricExecutiveSummaryComponent_Conditional_14_Template, 8, 9, "div", 12);
|
|
70250
70262
|
i0.ɵɵconditionalCreate(15, MetricExecutiveSummaryComponent_Conditional_15_Template, 8, 9, "div", 12);
|
|
70251
|
-
i0.ɵɵconditionalCreate(16, MetricExecutiveSummaryComponent_Conditional_16_Template, 8,
|
|
70252
|
-
i0.ɵɵconditionalCreate(17, MetricExecutiveSummaryComponent_Conditional_17_Template, 8,
|
|
70263
|
+
i0.ɵɵconditionalCreate(16, MetricExecutiveSummaryComponent_Conditional_16_Template, 8, 11, "div", 13);
|
|
70264
|
+
i0.ɵɵconditionalCreate(17, MetricExecutiveSummaryComponent_Conditional_17_Template, 8, 11, "div", 13);
|
|
70253
70265
|
i0.ɵɵelementEnd()();
|
|
70254
|
-
i0.ɵɵelementStart(18, "div",
|
|
70266
|
+
i0.ɵɵelementStart(18, "div", 14)(19, "button", 15);
|
|
70255
70267
|
i0.ɵɵlistener("click", function MetricExecutiveSummaryComponent_Template_button_click_19_listener() { return ctx.handleViewMetricDetailsClick(); });
|
|
70256
70268
|
i0.ɵɵelementStart(20, "span");
|
|
70257
70269
|
i0.ɵɵtext(21, "View Metric Details");
|
|
70258
70270
|
i0.ɵɵelementEnd();
|
|
70259
|
-
i0.ɵɵelement(22, "symphiq-icon",
|
|
70271
|
+
i0.ɵɵelement(22, "symphiq-icon", 16);
|
|
70260
70272
|
i0.ɵɵelementEnd();
|
|
70261
|
-
i0.ɵɵelementStart(23, "button",
|
|
70273
|
+
i0.ɵɵelementStart(23, "button", 17);
|
|
70262
70274
|
i0.ɵɵlistener("click", function MetricExecutiveSummaryComponent_Template_button_click_23_listener() { return ctx.handleViewReportClick(); });
|
|
70263
70275
|
i0.ɵɵnamespaceSVG();
|
|
70264
|
-
i0.ɵɵelementStart(24, "svg",
|
|
70265
|
-
i0.ɵɵelement(25, "path",
|
|
70276
|
+
i0.ɵɵelementStart(24, "svg", 18);
|
|
70277
|
+
i0.ɵɵelement(25, "path", 19);
|
|
70266
70278
|
i0.ɵɵelementEnd();
|
|
70267
70279
|
i0.ɵɵnamespaceHTML();
|
|
70268
70280
|
i0.ɵɵelementStart(26, "span");
|
|
70269
70281
|
i0.ɵɵtext(27, "View Report");
|
|
70270
70282
|
i0.ɵɵelementEnd();
|
|
70271
|
-
i0.ɵɵelement(28, "symphiq-icon",
|
|
70283
|
+
i0.ɵɵelement(28, "symphiq-icon", 16);
|
|
70272
70284
|
i0.ɵɵelementEnd()();
|
|
70273
|
-
i0.ɵɵconditionalCreate(29, MetricExecutiveSummaryComponent_Conditional_29_Template, 8, 5, "div",
|
|
70274
|
-
i0.ɵɵconditionalCreate(30, MetricExecutiveSummaryComponent_Conditional_30_Template, 6, 1, "div",
|
|
70275
|
-
i0.ɵɵconditionalCreate(31, MetricExecutiveSummaryComponent_Conditional_31_Template, 6, 1, "div",
|
|
70285
|
+
i0.ɵɵconditionalCreate(29, MetricExecutiveSummaryComponent_Conditional_29_Template, 8, 5, "div", 20);
|
|
70286
|
+
i0.ɵɵconditionalCreate(30, MetricExecutiveSummaryComponent_Conditional_30_Template, 6, 1, "div", 21);
|
|
70287
|
+
i0.ɵɵconditionalCreate(31, MetricExecutiveSummaryComponent_Conditional_31_Template, 6, 1, "div", 22);
|
|
70276
70288
|
i0.ɵɵelementEnd()()();
|
|
70277
70289
|
} if (rf & 2) {
|
|
70278
70290
|
let tmp_18_0;
|
|
@@ -70316,23 +70328,18 @@ class MetricExecutiveSummaryComponent {
|
|
|
70316
70328
|
SymphiqIconComponent,
|
|
70317
70329
|
NapkinVisualPlaceholderComponent,
|
|
70318
70330
|
RelatedGoalChipsComponent,
|
|
70319
|
-
TooltipDirective],
|
|
70331
|
+
TooltipDirective], styles: [".pulse-critical[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse-critical 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_pulse-critical{0%,to{opacity:1}50%{opacity:.7}}"], changeDetection: 0 }); }
|
|
70320
70332
|
}
|
|
70321
70333
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MetricExecutiveSummaryComponent, [{
|
|
70322
70334
|
type: Component,
|
|
70323
|
-
args: [{
|
|
70324
|
-
selector: 'symphiq-metric-executive-summary',
|
|
70325
|
-
standalone: true,
|
|
70326
|
-
imports: [
|
|
70335
|
+
args: [{ selector: 'symphiq-metric-executive-summary', standalone: true, imports: [
|
|
70327
70336
|
CommonModule,
|
|
70328
70337
|
GradeBadgeComponent,
|
|
70329
70338
|
SymphiqIconComponent,
|
|
70330
70339
|
NapkinVisualPlaceholderComponent,
|
|
70331
70340
|
RelatedGoalChipsComponent,
|
|
70332
70341
|
TooltipDirective
|
|
70333
|
-
],
|
|
70334
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
70335
|
-
template: `
|
|
70342
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
70336
70343
|
<section id="section-metric-executive-summary" class="space-y-6 scroll-mt-24">
|
|
70337
70344
|
<!-- Metric Hero Banner -->
|
|
70338
70345
|
<div [ngClass]="bannerClasses()" class="rounded-2xl p-8 shadow-xl">
|
|
@@ -70433,7 +70440,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
70433
70440
|
|
|
70434
70441
|
<!-- Pacing Status -->
|
|
70435
70442
|
@if (summary().pacingStatus) {
|
|
70436
|
-
<div [ngClass]="metricCardClasses()" class="rounded-xl p-4 transition-all duration-200 group-hover:scale-[1.02] group-hover:shadow-lg">
|
|
70443
|
+
<div [ngClass]="metricCardClasses()" [class.pulse-critical]="summary().pacingStatus === 'CRITICAL'" class="rounded-xl p-4 transition-all duration-200 group-hover:scale-[1.02] group-hover:shadow-lg">
|
|
70437
70444
|
<div class="flex items-center gap-2 mb-2">
|
|
70438
70445
|
<symphiq-icon
|
|
70439
70446
|
[icon]="{ name: 'arrow-trending-up', source: iconSource }"
|
|
@@ -70462,7 +70469,7 @@ class MetricExecutiveSummaryComponent {
|
|
|
70462
70469
|
|
|
70463
70470
|
<!-- Health Status -->
|
|
70464
70471
|
@if (summary().metricHealth) {
|
|
70465
|
-
<div [ngClass]="metricCardClasses()" class="rounded-xl p-4 transition-all duration-200 group-hover:scale-[1.02] group-hover:shadow-lg">
|
|
70472
|
+
<div [ngClass]="metricCardClasses()" [class.pulse-critical]="summary().metricHealth === 'CRITICAL'" class="rounded-xl p-4 transition-all duration-200 group-hover:scale-[1.02] group-hover:shadow-lg">
|
|
70466
70473
|
<div class="flex items-center gap-2 mb-2">
|
|
70467
70474
|
<symphiq-icon
|
|
70468
70475
|
[icon]="{ name: 'heart', source: iconSource }"
|
|
@@ -70657,10 +70664,9 @@ class MetricExecutiveSummaryComponent {
|
|
|
70657
70664
|
</div>
|
|
70658
70665
|
</div>
|
|
70659
70666
|
</section>
|
|
70660
|
-
|
|
70661
|
-
}]
|
|
70667
|
+
`, styles: [".pulse-critical{animation:pulse-critical 2s ease-in-out infinite}@keyframes pulse-critical{0%,to{opacity:1}50%{opacity:.7}}\n"] }]
|
|
70662
70668
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], summary: [{ type: i0.Input, args: [{ isSignal: true, alias: "summary", required: true }] }], metricName: [{ type: i0.Input, args: [{ isSignal: true, alias: "metricName", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], topPrioritiesClick: [{ type: i0.Output, args: ["topPrioritiesClick"] }], priorityDetailClick: [{ type: i0.Output, args: ["priorityDetailClick"] }], viewMetricDetailsClick: [{ type: i0.Output, args: ["viewMetricDetailsClick"] }], viewReportClick: [{ type: i0.Output, args: ["viewReportClick"] }] }); })();
|
|
70663
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricExecutiveSummaryComponent, { className: "MetricExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-executive-summary.component.ts", lineNumber:
|
|
70669
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(MetricExecutiveSummaryComponent, { className: "MetricExecutiveSummaryComponent", filePath: "lib/components/profile-analysis-shop-dashboard/metric-executive-summary.component.ts", lineNumber: 358 }); })();
|
|
70664
70670
|
|
|
70665
70671
|
const _c0$t = a0 => ({ name: "chevron-right", source: a0 });
|
|
70666
70672
|
function GoalCardComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -76358,8 +76364,7 @@ class PerformanceOverviewContainerComponent {
|
|
|
76358
76364
|
i0.ɵɵconditional(ctx.data().performanceMetrics ? 2 : -1);
|
|
76359
76365
|
i0.ɵɵadvance();
|
|
76360
76366
|
i0.ɵɵconditional(ctx.data().funnelContext ? 3 : -1);
|
|
76361
|
-
} }, dependencies: [
|
|
76362
|
-
PerformanceMetricsCardComponent,
|
|
76367
|
+
} }, dependencies: [PerformanceMetricsCardComponent,
|
|
76363
76368
|
FunnelContextCardComponent,
|
|
76364
76369
|
MetricComparisonStatsComponent], encapsulation: 2, changeDetection: 0 }); }
|
|
76365
76370
|
}
|
|
@@ -76369,7 +76374,6 @@ class PerformanceOverviewContainerComponent {
|
|
|
76369
76374
|
selector: 'symphiq-performance-overview-container',
|
|
76370
76375
|
standalone: true,
|
|
76371
76376
|
imports: [
|
|
76372
|
-
CommonModule,
|
|
76373
76377
|
PerformanceMetricsCardComponent,
|
|
76374
76378
|
FunnelContextCardComponent,
|
|
76375
76379
|
MetricComparisonStatsComponent
|
|
@@ -76411,7 +76415,7 @@ class PerformanceOverviewContainerComponent {
|
|
|
76411
76415
|
`
|
|
76412
76416
|
}]
|
|
76413
76417
|
}], () => [], { performanceOverviewData: [{ type: i0.Input, args: [{ isSignal: true, alias: "performanceOverviewData", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], metricClick: [{ type: i0.Output, args: ["metricClick"] }] }); })();
|
|
76414
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-overview-container.component.ts", lineNumber:
|
|
76418
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PerformanceOverviewContainerComponent, { className: "PerformanceOverviewContainerComponent", filePath: "lib/components/profile-analysis-shop-dashboard/cards/performance-overview-container.component.ts", lineNumber: 57 }); })();
|
|
76415
76419
|
|
|
76416
76420
|
const _c0$i = a0 => ({ name: "chevron-right", source: a0 });
|
|
76417
76421
|
const _c1$6 = a0 => ({ name: "chevron-down", source: a0 });
|
|
@@ -81228,7 +81232,7 @@ class StrategyRecommendationsModalContentComponent {
|
|
|
81228
81232
|
}
|
|
81229
81233
|
}, 100);
|
|
81230
81234
|
}
|
|
81231
|
-
}, ...(ngDevMode ?
|
|
81235
|
+
}, { ...(ngDevMode ? { debugName: "expandRecommendationEffect" } : {}), allowSignalWrites: true });
|
|
81232
81236
|
this.cardClasses = computed(() => {
|
|
81233
81237
|
if (this.isDark()) {
|
|
81234
81238
|
return 'bg-slate-800/40 border border-slate-700/40';
|
|
@@ -83976,124 +83980,124 @@ class GapDetailModalContentComponent {
|
|
|
83976
83980
|
standalone: true,
|
|
83977
83981
|
imports: [CommonModule, RelatedGoalChipsComponent],
|
|
83978
83982
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
83979
|
-
template: `
|
|
83980
|
-
<div class="space-y-6">
|
|
83981
|
-
<!-- Header -->
|
|
83982
|
-
<div [ngClass]="headerClasses()" class="rounded-xl p-6 border">
|
|
83983
|
-
<div class="flex items-start gap-3 mb-4">
|
|
83984
|
-
<div class="flex-shrink-0">
|
|
83985
|
-
<svg class="w-8 h-8 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
83986
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"/>
|
|
83987
|
-
</svg>
|
|
83988
|
-
</div>
|
|
83989
|
-
<div class="flex-1">
|
|
83990
|
-
<div class="flex items-center gap-3 mb-2">
|
|
83991
|
-
<h3 [ngClass]="titleClasses()" class="text-2xl font-bold">
|
|
83992
|
-
{{ gap()?.capability }}
|
|
83993
|
-
</h3>
|
|
83994
|
-
@if (gap()?.severity) {
|
|
83995
|
-
<span [ngClass]="severityBadgeClasses()" class="px-3 py-1 rounded-full text-xs font-bold">
|
|
83996
|
-
{{ gap()?.severity }}
|
|
83997
|
-
</span>
|
|
83998
|
-
}
|
|
83999
|
-
</div>
|
|
84000
|
-
<span class="inline-block px-3 py-1 rounded-full text-xs font-semibold bg-orange-100 text-orange-800 dark:bg-orange-900/30 dark:text-orange-300">
|
|
84001
|
-
Gap
|
|
84002
|
-
</span>
|
|
84003
|
-
</div>
|
|
84004
|
-
</div>
|
|
84005
|
-
</div>
|
|
84006
|
-
|
|
84007
|
-
<!-- Description -->
|
|
84008
|
-
@if (gap()?.description) {
|
|
84009
|
-
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84010
|
-
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84011
|
-
<svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84012
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
|
|
84013
|
-
</svg>
|
|
84014
|
-
Description
|
|
84015
|
-
</h4>
|
|
84016
|
-
<p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
|
|
84017
|
-
{{ gap()?.description }}
|
|
84018
|
-
</p>
|
|
84019
|
-
</div>
|
|
84020
|
-
}
|
|
84021
|
-
|
|
84022
|
-
<!-- Impact on Funnel -->
|
|
84023
|
-
@if (gap()?.impactOnFunnel) {
|
|
84024
|
-
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84025
|
-
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84026
|
-
<svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84027
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
|
|
84028
|
-
</svg>
|
|
84029
|
-
Impact on Funnel
|
|
84030
|
-
</h4>
|
|
84031
|
-
<p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
|
|
84032
|
-
{{ gap()?.impactOnFunnel }}
|
|
84033
|
-
</p>
|
|
84034
|
-
</div>
|
|
84035
|
-
}
|
|
84036
|
-
|
|
84037
|
-
<!-- Linked Funnel Weaknesses -->
|
|
84038
|
-
@if (gap()?.linkedFunnelWeaknessIds && (gap()?.linkedFunnelWeaknessIds?.length ?? 0) > 0) {
|
|
84039
|
-
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84040
|
-
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84041
|
-
Related Funnel Weaknesses
|
|
84042
|
-
</h4>
|
|
84043
|
-
<div class="flex flex-wrap gap-2">
|
|
84044
|
-
@for (weaknessId of gap()?.linkedFunnelWeaknessIds; track $index) {
|
|
84045
|
-
<button
|
|
84046
|
-
type="button"
|
|
84047
|
-
(click)="openWeaknessDetail(weaknessId); $event.stopPropagation()"
|
|
84048
|
-
[ngClass]="weaknessChipClasses()"
|
|
84049
|
-
class="px-3 py-1.5 rounded-lg text-sm font-medium flex items-center gap-2 transition-all duration-200 hover:scale-105 hover:shadow-lg cursor-pointer group">
|
|
84050
|
-
<span>{{ getWeaknessTitle(weaknessId) }}</span>
|
|
84051
|
-
<svg class="w-4 h-4 transition-transform duration-200 group-hover:translate-x-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84052
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
|
84053
|
-
</svg>
|
|
84054
|
-
</button>
|
|
84055
|
-
}
|
|
84056
|
-
</div>
|
|
84057
|
-
</div>
|
|
84058
|
-
}
|
|
84059
|
-
|
|
84060
|
-
<!-- Linked Goals -->
|
|
84061
|
-
@if (gap()?.linkedGoalIds && (gap()?.linkedGoalIds?.length ?? 0) > 0) {
|
|
84062
|
-
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84063
|
-
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84064
|
-
Related Goals
|
|
84065
|
-
</h4>
|
|
84066
|
-
<symphiq-related-goal-chips
|
|
84067
|
-
[relatedGoalIds]="gap()?.linkedGoalIds ?? []"
|
|
84068
|
-
[allGoals]="allGoals()"
|
|
84069
|
-
[viewMode]="viewMode()"
|
|
84070
|
-
/>
|
|
84071
|
-
</div>
|
|
84072
|
-
}
|
|
84073
|
-
|
|
84074
|
-
<!-- Supporting Answers -->
|
|
84075
|
-
@if (gap()?.supportingAnswers && (gap()?.supportingAnswers?.length ?? 0) > 0) {
|
|
84076
|
-
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84077
|
-
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84078
|
-
Supporting Evidence
|
|
84079
|
-
</h4>
|
|
84080
|
-
<div class="space-y-2">
|
|
84081
|
-
@for (answer of gap()?.supportingAnswers; track $index) {
|
|
84082
|
-
<div [ngClass]="answerItemClasses()" class="px-4 py-2 rounded-lg flex items-center gap-2">
|
|
84083
|
-
<svg class="w-4 h-4 flex-shrink-0 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84084
|
-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
|
|
84085
|
-
</svg>
|
|
84086
|
-
<span [ngClass]="answerTextClasses()" class="text-sm">{{ answer.answer || answer }}</span>
|
|
84087
|
-
</div>
|
|
84088
|
-
}
|
|
84089
|
-
</div>
|
|
84090
|
-
</div>
|
|
84091
|
-
}
|
|
84092
|
-
</div>
|
|
83983
|
+
template: `
|
|
83984
|
+
<div class="space-y-6">
|
|
83985
|
+
<!-- Header -->
|
|
83986
|
+
<div [ngClass]="headerClasses()" class="rounded-xl p-6 border">
|
|
83987
|
+
<div class="flex items-start gap-3 mb-4">
|
|
83988
|
+
<div class="flex-shrink-0">
|
|
83989
|
+
<svg class="w-8 h-8 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
83990
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"/>
|
|
83991
|
+
</svg>
|
|
83992
|
+
</div>
|
|
83993
|
+
<div class="flex-1">
|
|
83994
|
+
<div class="flex items-center gap-3 mb-2">
|
|
83995
|
+
<h3 [ngClass]="titleClasses()" class="text-2xl font-bold">
|
|
83996
|
+
{{ gap()?.capability }}
|
|
83997
|
+
</h3>
|
|
83998
|
+
@if (gap()?.severity) {
|
|
83999
|
+
<span [ngClass]="severityBadgeClasses()" class="px-3 py-1 rounded-full text-xs font-bold">
|
|
84000
|
+
{{ gap()?.severity }}
|
|
84001
|
+
</span>
|
|
84002
|
+
}
|
|
84003
|
+
</div>
|
|
84004
|
+
<span class="inline-block px-3 py-1 rounded-full text-xs font-semibold bg-orange-100 text-orange-800 dark:bg-orange-900/30 dark:text-orange-300">
|
|
84005
|
+
Gap
|
|
84006
|
+
</span>
|
|
84007
|
+
</div>
|
|
84008
|
+
</div>
|
|
84009
|
+
</div>
|
|
84010
|
+
|
|
84011
|
+
<!-- Description -->
|
|
84012
|
+
@if (gap()?.description) {
|
|
84013
|
+
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84014
|
+
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84015
|
+
<svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84016
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
|
|
84017
|
+
</svg>
|
|
84018
|
+
Description
|
|
84019
|
+
</h4>
|
|
84020
|
+
<p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
|
|
84021
|
+
{{ gap()?.description }}
|
|
84022
|
+
</p>
|
|
84023
|
+
</div>
|
|
84024
|
+
}
|
|
84025
|
+
|
|
84026
|
+
<!-- Impact on Funnel -->
|
|
84027
|
+
@if (gap()?.impactOnFunnel) {
|
|
84028
|
+
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84029
|
+
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 flex items-center gap-2 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84030
|
+
<svg [ngClass]="sectionIconClasses()" class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84031
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
|
|
84032
|
+
</svg>
|
|
84033
|
+
Impact on Funnel
|
|
84034
|
+
</h4>
|
|
84035
|
+
<p [ngClass]="descriptionClasses()" class="text-base leading-relaxed">
|
|
84036
|
+
{{ gap()?.impactOnFunnel }}
|
|
84037
|
+
</p>
|
|
84038
|
+
</div>
|
|
84039
|
+
}
|
|
84040
|
+
|
|
84041
|
+
<!-- Linked Funnel Weaknesses -->
|
|
84042
|
+
@if (gap()?.linkedFunnelWeaknessIds && (gap()?.linkedFunnelWeaknessIds?.length ?? 0) > 0) {
|
|
84043
|
+
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84044
|
+
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84045
|
+
Related Funnel Weaknesses
|
|
84046
|
+
</h4>
|
|
84047
|
+
<div class="flex flex-wrap gap-2">
|
|
84048
|
+
@for (weaknessId of gap()?.linkedFunnelWeaknessIds; track $index) {
|
|
84049
|
+
<button
|
|
84050
|
+
type="button"
|
|
84051
|
+
(click)="openWeaknessDetail(weaknessId); $event.stopPropagation()"
|
|
84052
|
+
[ngClass]="weaknessChipClasses()"
|
|
84053
|
+
class="px-3 py-1.5 rounded-lg text-sm font-medium flex items-center gap-2 transition-all duration-200 hover:scale-105 hover:shadow-lg cursor-pointer group">
|
|
84054
|
+
<span>{{ getWeaknessTitle(weaknessId) }}</span>
|
|
84055
|
+
<svg class="w-4 h-4 transition-transform duration-200 group-hover:translate-x-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84056
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
|
84057
|
+
</svg>
|
|
84058
|
+
</button>
|
|
84059
|
+
}
|
|
84060
|
+
</div>
|
|
84061
|
+
</div>
|
|
84062
|
+
}
|
|
84063
|
+
|
|
84064
|
+
<!-- Linked Goals -->
|
|
84065
|
+
@if (gap()?.linkedGoalIds && (gap()?.linkedGoalIds?.length ?? 0) > 0) {
|
|
84066
|
+
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84067
|
+
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84068
|
+
Related Goals
|
|
84069
|
+
</h4>
|
|
84070
|
+
<symphiq-related-goal-chips
|
|
84071
|
+
[relatedGoalIds]="gap()?.linkedGoalIds ?? []"
|
|
84072
|
+
[allGoals]="allGoals()"
|
|
84073
|
+
[viewMode]="viewMode()"
|
|
84074
|
+
/>
|
|
84075
|
+
</div>
|
|
84076
|
+
}
|
|
84077
|
+
|
|
84078
|
+
<!-- Supporting Answers -->
|
|
84079
|
+
@if (gap()?.supportingAnswers && (gap()?.supportingAnswers?.length ?? 0) > 0) {
|
|
84080
|
+
<div [ngClass]="cardClasses()" class="rounded-xl p-5 border">
|
|
84081
|
+
<h4 [ngClass]="sectionTitleClasses()" class="text-base font-bold mb-4 pb-3 border-b" [class]="isDark() ? 'border-slate-700' : 'border-slate-200'">
|
|
84082
|
+
Supporting Evidence
|
|
84083
|
+
</h4>
|
|
84084
|
+
<div class="space-y-2">
|
|
84085
|
+
@for (answer of gap()?.supportingAnswers; track $index) {
|
|
84086
|
+
<div [ngClass]="answerItemClasses()" class="px-4 py-2 rounded-lg flex items-center gap-2">
|
|
84087
|
+
<svg class="w-4 h-4 flex-shrink-0 text-orange-500" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
84088
|
+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
|
|
84089
|
+
</svg>
|
|
84090
|
+
<span [ngClass]="answerTextClasses()" class="text-sm">{{ answer.answer || answer }}</span>
|
|
84091
|
+
</div>
|
|
84092
|
+
}
|
|
84093
|
+
</div>
|
|
84094
|
+
</div>
|
|
84095
|
+
}
|
|
84096
|
+
</div>
|
|
84093
84097
|
`
|
|
84094
84098
|
}]
|
|
84095
84099
|
}], null, { gap: [{ type: i0.Input, args: [{ isSignal: true, alias: "gap", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], allGoals: [{ type: i0.Input, args: [{ isSignal: true, alias: "allGoals", required: false }] }], allWeaknesses: [{ type: i0.Input, args: [{ isSignal: true, alias: "allWeaknesses", required: false }] }], currentModalState: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentModalState", required: false }] }] }); })();
|
|
84096
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber:
|
|
84100
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GapDetailModalContentComponent, { className: "GapDetailModalContentComponent", filePath: "lib/components/profile-analysis-shop-dashboard/modals/gap-detail-modal-content.component.ts", lineNumber: 133 }); })();
|
|
84097
84101
|
|
|
84098
84102
|
const _c0$f = a0 => ({ name: "chevron-right", source: a0 });
|
|
84099
84103
|
const _forTrack0$j = ($index, $item) => $item.id || $index;
|
|
@@ -89087,10 +89091,7 @@ class ProfileQuestionAnswerComponent {
|
|
|
89087
89091
|
}
|
|
89088
89092
|
static { this.ɵfac = function ProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionAnswerComponent)(); }; }
|
|
89089
89093
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionAnswerComponent, selectors: [["symphiq-profile-question-answer"]], viewQuery: function ProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
89090
|
-
i0.ɵɵviewQuery(_c0$c, 5);
|
|
89091
|
-
i0.ɵɵviewQuery(_c1$4, 5);
|
|
89092
|
-
i0.ɵɵviewQuery(_c2$4, 5);
|
|
89093
|
-
i0.ɵɵviewQuery(_c3$2, 5);
|
|
89094
|
+
i0.ɵɵviewQuery(_c0$c, 5)(_c1$4, 5)(_c2$4, 5)(_c3$2, 5);
|
|
89094
89095
|
} if (rf & 2) {
|
|
89095
89096
|
let _t;
|
|
89096
89097
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -91001,9 +91002,7 @@ class ProfileQuestionsModalComponent {
|
|
|
91001
91002
|
}
|
|
91002
91003
|
static { this.ɵfac = function ProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileQuestionsModalComponent)(); }; }
|
|
91003
91004
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileQuestionsModalComponent, selectors: [["symphiq-profile-questions-modal"]], viewQuery: function ProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
91004
|
-
i0.ɵɵviewQuery(_c0$b, 5);
|
|
91005
|
-
i0.ɵɵviewQuery(_c1$3, 5);
|
|
91006
|
-
i0.ɵɵviewQuery(_c2$3, 5);
|
|
91005
|
+
i0.ɵɵviewQuery(_c0$b, 5)(_c1$3, 5)(_c2$3, 5);
|
|
91007
91006
|
} if (rf & 2) {
|
|
91008
91007
|
let _t;
|
|
91009
91008
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|
|
@@ -92883,6 +92882,16 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_
|
|
|
92883
92882
|
i0.ɵɵconditional(!ctx_r1.hasBillingCurrency() || ctx_r1.isEditingCurrency() ? 1 : ctx_r1.showPlanSelection() ? 2 : 3);
|
|
92884
92883
|
} }
|
|
92885
92884
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92885
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
92886
|
+
i0.ɵɵelementStart(0, "div", 32)(1, "symphiq-profile-status-card", 33);
|
|
92887
|
+
i0.ɵɵlistener("startCategoryQuestions", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_4_Template_symphiq_profile_status_card_startCategoryQuestions_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleStartCategoryQuestions($event)); })("answerSave", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_4_Template_symphiq_profile_status_card_answerSave_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleProfileQuestionAnswerSave($event)); })("adminAnswerAction", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_4_Template_symphiq_profile_status_card_adminAnswerAction_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.shopProfileAdminAnswerAction.emit($event)); });
|
|
92888
|
+
i0.ɵɵelementEnd()();
|
|
92889
|
+
} if (rf & 2) {
|
|
92890
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92891
|
+
i0.ɵɵadvance();
|
|
92892
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("questions", ctx_r1.profileShopQuestions() || i0.ɵɵpureFunction0(10, _c2$2))("profileAnswers", ctx_r1.profileAnswers() || i0.ɵɵpureFunction0(11, _c2$2))("profileAnswerHistories", ctx_r1.profileAnswerHistories() || i0.ɵɵpureFunction0(12, _c2$2))("users", ctx_r1.users() || i0.ɵɵpureFunction0(13, _c2$2))("config", ctx_r1.shopProfileStatusCardConfig)("groupConfig", ctx_r1.shopProfileStatusCardGroupConfig)("currentUser", ctx_r1.currentUser());
|
|
92893
|
+
} }
|
|
92894
|
+
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
92886
92895
|
i0.ɵɵelementStart(0, "div");
|
|
92887
92896
|
i0.ɵɵelement(1, "symphiq-collapsible-analysis-section-group", 45);
|
|
92888
92897
|
i0.ɵɵelementEnd();
|
|
@@ -92896,7 +92905,8 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Template(rf,
|
|
|
92896
92905
|
i0.ɵɵconditionalCreate(1, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_1_Template, 3, 3, "div", 32);
|
|
92897
92906
|
i0.ɵɵconditionalCreate(2, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_2_Template, 4, 1, "div", 32);
|
|
92898
92907
|
i0.ɵɵconditionalCreate(3, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_3_Template, 4, 1, "div", 32);
|
|
92899
|
-
i0.ɵɵconditionalCreate(4, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_4_Template, 2,
|
|
92908
|
+
i0.ɵɵconditionalCreate(4, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_4_Template, 2, 14, "div", 32);
|
|
92909
|
+
i0.ɵɵconditionalCreate(5, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Conditional_5_Template, 2, 10, "div");
|
|
92900
92910
|
} if (rf & 2) {
|
|
92901
92911
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
92902
92912
|
i0.ɵɵconditional(ctx_r1.shouldShowShopProfileStatus() && !ctx_r1.isMetricAnalysis() && !ctx_r1.profileAnalysis() ? 0 : -1);
|
|
@@ -92907,24 +92917,26 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Template(rf,
|
|
|
92907
92917
|
i0.ɵɵadvance();
|
|
92908
92918
|
i0.ɵɵconditional(!ctx_r1.isSubscriptionActive() && !ctx_r1.isMetricAnalysis() ? 3 : -1);
|
|
92909
92919
|
i0.ɵɵadvance();
|
|
92910
|
-
i0.ɵɵconditional(ctx_r1.
|
|
92920
|
+
i0.ɵɵconditional(ctx_r1.shouldShowPostAnalysisShopProfile() ? 4 : -1);
|
|
92921
|
+
i0.ɵɵadvance();
|
|
92922
|
+
i0.ɵɵconditional(ctx_r1.nonStrategicSections().length > 0 && !ctx_r1.isLoading() ? 5 : -1);
|
|
92911
92923
|
} }
|
|
92912
92924
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
92913
92925
|
i0.ɵɵelement(0, "symphiq-grade-badge", 55);
|
|
92914
92926
|
} if (rf & 2) {
|
|
92915
|
-
const
|
|
92927
|
+
const summary_r10 = i0.ɵɵnextContext();
|
|
92916
92928
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92917
|
-
i0.ɵɵproperty("grade",
|
|
92929
|
+
i0.ɵɵproperty("grade", summary_r10.overallGrade)("gradeRationale", summary_r10.gradeRationale || "")("viewMode", ctx_r1.viewMode());
|
|
92918
92930
|
} }
|
|
92919
92931
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_10_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
92920
92932
|
i0.ɵɵelementStart(0, "div", 68);
|
|
92921
92933
|
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 71);
|
|
92922
92934
|
i0.ɵɵelementEnd();
|
|
92923
92935
|
} if (rf & 2) {
|
|
92924
|
-
const
|
|
92936
|
+
const summary_r10 = i0.ɵɵnextContext(2);
|
|
92925
92937
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92926
92938
|
i0.ɵɵadvance();
|
|
92927
|
-
i0.ɵɵproperty("visual",
|
|
92939
|
+
i0.ɵɵproperty("visual", summary_r10.napkinVisual)("viewMode", ctx_r1.viewMode());
|
|
92928
92940
|
} }
|
|
92929
92941
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
92930
92942
|
i0.ɵɵelementStart(0, "div", 56)(1, "h3", 66);
|
|
@@ -92938,17 +92950,17 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
92938
92950
|
i0.ɵɵelement(7, "div", 70);
|
|
92939
92951
|
i0.ɵɵelementEnd()();
|
|
92940
92952
|
} if (rf & 2) {
|
|
92941
|
-
const
|
|
92953
|
+
const summary_r10 = i0.ɵɵnextContext();
|
|
92942
92954
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
92943
92955
|
i0.ɵɵproperty("ngClass", ctx_r1.getNarrativeClasses());
|
|
92944
92956
|
i0.ɵɵadvance();
|
|
92945
92957
|
i0.ɵɵproperty("ngClass", ctx_r1.getSubheadingClasses());
|
|
92946
92958
|
i0.ɵɵadvance(3);
|
|
92947
|
-
i0.ɵɵconditional(
|
|
92959
|
+
i0.ɵɵconditional(summary_r10.napkinVisual && summary_r10.napkinVisual.enabled ? 4 : -1);
|
|
92948
92960
|
i0.ɵɵadvance();
|
|
92949
92961
|
i0.ɵɵproperty("ngClass", ctx_r1.getTextClasses());
|
|
92950
92962
|
i0.ɵɵadvance();
|
|
92951
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
92963
|
+
i0.ɵɵtextInterpolate1(" ", summary_r10.narrative, " ");
|
|
92952
92964
|
} }
|
|
92953
92965
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_39_For_5_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
92954
92966
|
i0.ɵɵelementStart(0, "div", 81);
|
|
@@ -92961,11 +92973,11 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
92961
92973
|
i0.ɵɵtext(4);
|
|
92962
92974
|
i0.ɵɵelementEnd()();
|
|
92963
92975
|
} if (rf & 2) {
|
|
92964
|
-
const
|
|
92976
|
+
const entry_r11 = i0.ɵɵnextContext().$implicit;
|
|
92965
92977
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
92966
92978
|
i0.ɵɵproperty("ngClass", ctx_r1.getMetaTextClasses());
|
|
92967
92979
|
i0.ɵɵadvance(4);
|
|
92968
|
-
i0.ɵɵtextInterpolate(
|
|
92980
|
+
i0.ɵɵtextInterpolate(entry_r11.win.estimatedTimeframe);
|
|
92969
92981
|
} }
|
|
92970
92982
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_39_For_5_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
92971
92983
|
i0.ɵɵelementStart(0, "div", 82)(1, "h4", 85);
|
|
@@ -92974,12 +92986,12 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
92974
92986
|
i0.ɵɵelement(3, "symphiq-related-goal-chips", 86);
|
|
92975
92987
|
i0.ɵɵelementEnd();
|
|
92976
92988
|
} if (rf & 2) {
|
|
92977
|
-
const
|
|
92989
|
+
const entry_r11 = i0.ɵɵnextContext().$implicit;
|
|
92978
92990
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
92979
92991
|
i0.ɵɵadvance();
|
|
92980
92992
|
i0.ɵɵproperty("ngClass", ctx_r1.getMetaTextClasses());
|
|
92981
92993
|
i0.ɵɵadvance(2);
|
|
92982
|
-
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c5,
|
|
92994
|
+
i0.ɵɵproperty("relatedGoalIds", i0.ɵɵpureFunction1(4, _c5, entry_r11.win.relatedGoalId))("allGoals", ctx_r1.allGoals())("viewMode", ctx_r1.viewMode());
|
|
92983
92995
|
} }
|
|
92984
92996
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_39_For_5_Template(rf, ctx) { if (rf & 1) {
|
|
92985
92997
|
i0.ɵɵelementStart(0, "div", 74)(1, "div", 75)(2, "div", 76)(3, "span", 77);
|
|
@@ -92998,29 +93010,29 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
92998
93010
|
i0.ɵɵconditionalCreate(13, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_39_For_5_Conditional_13_Template, 4, 6, "div", 82);
|
|
92999
93011
|
i0.ɵɵelementEnd()();
|
|
93000
93012
|
} if (rf & 2) {
|
|
93001
|
-
const
|
|
93013
|
+
const entry_r11 = ctx.$implicit;
|
|
93002
93014
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
|
93003
93015
|
i0.ɵɵproperty("ngClass", ctx_r1.getQuickWinCardClasses());
|
|
93004
93016
|
i0.ɵɵadvance(3);
|
|
93005
93017
|
i0.ɵɵproperty("ngClass", ctx_r1.getNumberBadgeClasses());
|
|
93006
93018
|
i0.ɵɵadvance();
|
|
93007
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93019
|
+
i0.ɵɵtextInterpolate1(" ", entry_r11.index, " ");
|
|
93008
93020
|
i0.ɵɵadvance();
|
|
93009
93021
|
i0.ɵɵproperty("ngClass", ctx_r1.getQuickWinTextClasses());
|
|
93010
93022
|
i0.ɵɵadvance();
|
|
93011
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93023
|
+
i0.ɵɵtextInterpolate1(" ", entry_r11.win.action, " ");
|
|
93012
93024
|
i0.ɵɵadvance(2);
|
|
93013
|
-
i0.ɵɵproperty("ngClass",
|
|
93025
|
+
i0.ɵɵproperty("ngClass", entry_r11.effortBadgeClasses);
|
|
93014
93026
|
i0.ɵɵadvance();
|
|
93015
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93027
|
+
i0.ɵɵtextInterpolate1(" ", entry_r11.effortLabel, " Effort ");
|
|
93016
93028
|
i0.ɵɵadvance();
|
|
93017
|
-
i0.ɵɵproperty("ngClass",
|
|
93029
|
+
i0.ɵɵproperty("ngClass", entry_r11.impactBadgeClasses);
|
|
93018
93030
|
i0.ɵɵadvance();
|
|
93019
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93031
|
+
i0.ɵɵtextInterpolate1(" ", entry_r11.impactLabel, " Impact ");
|
|
93020
93032
|
i0.ɵɵadvance();
|
|
93021
|
-
i0.ɵɵconditional(
|
|
93033
|
+
i0.ɵɵconditional(entry_r11.win.estimatedTimeframe ? 12 : -1);
|
|
93022
93034
|
i0.ɵɵadvance();
|
|
93023
|
-
i0.ɵɵconditional(
|
|
93035
|
+
i0.ɵɵconditional(entry_r11.win.relatedGoalId ? 13 : -1);
|
|
93024
93036
|
} }
|
|
93025
93037
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_39_Template(rf, ctx) { if (rf & 1) {
|
|
93026
93038
|
i0.ɵɵelementStart(0, "div", 65)(1, "h3", 72);
|
|
@@ -93037,7 +93049,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93037
93049
|
i0.ɵɵrepeater(ctx_r1.quickWinsDisplay());
|
|
93038
93050
|
} }
|
|
93039
93051
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
93040
|
-
const
|
|
93052
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
93041
93053
|
i0.ɵɵelementStart(0, "section", 46)(1, "div", 49)(2, "div", 50)(3, "div", 51)(4, "div", 52)(5, "h2", 53);
|
|
93042
93054
|
i0.ɵɵtext(6, " Executive Summary ");
|
|
93043
93055
|
i0.ɵɵelementEnd();
|
|
@@ -93048,7 +93060,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93048
93060
|
i0.ɵɵelementEnd();
|
|
93049
93061
|
i0.ɵɵconditionalCreate(10, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_10_Template, 8, 5, "div", 56);
|
|
93050
93062
|
i0.ɵɵelementStart(11, "div", 57)(12, "button", 58);
|
|
93051
|
-
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_button_click_12_listener() { const
|
|
93063
|
+
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_button_click_12_listener() { const summary_r10 = i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onKeyStrengthsClick(summary_r10)); });
|
|
93052
93064
|
i0.ɵɵelementStart(13, "div", 59);
|
|
93053
93065
|
i0.ɵɵtext(14, " Key Strengths ");
|
|
93054
93066
|
i0.ɵɵelementEnd();
|
|
@@ -93061,7 +93073,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93061
93073
|
i0.ɵɵelement(20, "symphiq-icon", 63);
|
|
93062
93074
|
i0.ɵɵelementEnd()();
|
|
93063
93075
|
i0.ɵɵelementStart(21, "button", 58);
|
|
93064
|
-
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_button_click_21_listener() { const
|
|
93076
|
+
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_button_click_21_listener() { const summary_r10 = i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onCriticalGapsClick(summary_r10)); });
|
|
93065
93077
|
i0.ɵɵelementStart(22, "div", 59);
|
|
93066
93078
|
i0.ɵɵtext(23, " Critical Gaps ");
|
|
93067
93079
|
i0.ɵɵelementEnd();
|
|
@@ -93074,7 +93086,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93074
93086
|
i0.ɵɵelement(29, "symphiq-icon", 63);
|
|
93075
93087
|
i0.ɵɵelementEnd()();
|
|
93076
93088
|
i0.ɵɵelementStart(30, "button", 58);
|
|
93077
|
-
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(
|
|
93089
|
+
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Template_button_click_30_listener() { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.scrollToQuickWins()); });
|
|
93078
93090
|
i0.ɵɵelementStart(31, "div", 59);
|
|
93079
93091
|
i0.ɵɵtext(32, " Quick Wins ");
|
|
93080
93092
|
i0.ɵɵelementEnd();
|
|
@@ -93089,7 +93101,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93089
93101
|
i0.ɵɵconditionalCreate(39, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_0_Conditional_39_Template, 6, 1, "div", 65);
|
|
93090
93102
|
i0.ɵɵelementEnd();
|
|
93091
93103
|
} if (rf & 2) {
|
|
93092
|
-
const
|
|
93104
|
+
const summary_r10 = ctx;
|
|
93093
93105
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
93094
93106
|
i0.ɵɵadvance();
|
|
93095
93107
|
i0.ɵɵproperty("ngClass", ctx_r1.getBannerClasses());
|
|
@@ -93098,11 +93110,11 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93098
93110
|
i0.ɵɵadvance(2);
|
|
93099
93111
|
i0.ɵɵproperty("ngClass", ctx_r1.getTextClasses());
|
|
93100
93112
|
i0.ɵɵadvance();
|
|
93101
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93113
|
+
i0.ɵɵtextInterpolate1(" ", summary_r10.gradeRationale, " ");
|
|
93102
93114
|
i0.ɵɵadvance();
|
|
93103
|
-
i0.ɵɵconditional(
|
|
93115
|
+
i0.ɵɵconditional(summary_r10.overallGrade ? 9 : -1);
|
|
93104
93116
|
i0.ɵɵadvance();
|
|
93105
|
-
i0.ɵɵconditional(
|
|
93117
|
+
i0.ɵɵconditional(summary_r10.narrative ? 10 : -1);
|
|
93106
93118
|
i0.ɵɵadvance(2);
|
|
93107
93119
|
i0.ɵɵproperty("ngClass", ctx_r1.getKeyStrengthsStatCardClasses());
|
|
93108
93120
|
i0.ɵɵadvance();
|
|
@@ -93110,7 +93122,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93110
93122
|
i0.ɵɵadvance(2);
|
|
93111
93123
|
i0.ɵɵproperty("ngClass", ctx_r1.getKeyStrengthsStatValueClasses());
|
|
93112
93124
|
i0.ɵɵadvance();
|
|
93113
|
-
i0.ɵɵtextInterpolate1(" ", (
|
|
93125
|
+
i0.ɵɵtextInterpolate1(" ", (summary_r10.keyStrengths == null ? null : summary_r10.keyStrengths.length) || 0, " ");
|
|
93114
93126
|
i0.ɵɵadvance(2);
|
|
93115
93127
|
i0.ɵɵproperty("ngClass", ctx_r1.getKeyStrengthsButtonTextClasses());
|
|
93116
93128
|
i0.ɵɵadvance(2);
|
|
@@ -93122,7 +93134,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93122
93134
|
i0.ɵɵadvance(2);
|
|
93123
93135
|
i0.ɵɵproperty("ngClass", ctx_r1.getCriticalGapsStatValueClasses());
|
|
93124
93136
|
i0.ɵɵadvance();
|
|
93125
|
-
i0.ɵɵtextInterpolate1(" ", (
|
|
93137
|
+
i0.ɵɵtextInterpolate1(" ", (summary_r10.criticalGaps == null ? null : summary_r10.criticalGaps.length) || 0, " ");
|
|
93126
93138
|
i0.ɵɵadvance(2);
|
|
93127
93139
|
i0.ɵɵproperty("ngClass", ctx_r1.getCriticalGapsButtonTextClasses());
|
|
93128
93140
|
i0.ɵɵadvance(2);
|
|
@@ -93134,7 +93146,7 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93134
93146
|
i0.ɵɵadvance(2);
|
|
93135
93147
|
i0.ɵɵproperty("ngClass", ctx_r1.getQuickWinsStatValueClasses());
|
|
93136
93148
|
i0.ɵɵadvance();
|
|
93137
|
-
i0.ɵɵtextInterpolate1(" ", (
|
|
93149
|
+
i0.ɵɵtextInterpolate1(" ", (summary_r10.quickWins == null ? null : summary_r10.quickWins.length) || 0, " ");
|
|
93138
93150
|
i0.ɵɵadvance(2);
|
|
93139
93151
|
i0.ɵɵproperty("ngClass", ctx_r1.getQuickWinsButtonTextClasses());
|
|
93140
93152
|
i0.ɵɵadvance(2);
|
|
@@ -93143,9 +93155,9 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93143
93155
|
i0.ɵɵconditional(ctx_r1.quickWinsDisplay().length > 0 ? 39 : -1);
|
|
93144
93156
|
} }
|
|
93145
93157
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
93146
|
-
const
|
|
93158
|
+
const _r12 = i0.ɵɵgetCurrentView();
|
|
93147
93159
|
i0.ɵɵelementStart(0, "symphiq-metric-executive-summary", 87);
|
|
93148
|
-
i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_1_Template_symphiq_metric_executive_summary_topPrioritiesClick_0_listener() { i0.ɵɵrestoreView(
|
|
93160
|
+
i0.ɵɵlistener("topPrioritiesClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_1_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 SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_1_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)); })("viewMetricDetailsClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_1_Template_symphiq_metric_executive_summary_viewMetricDetailsClick_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleMetricViewDetailsClick()); });
|
|
93149
93161
|
i0.ɵɵelementEnd();
|
|
93150
93162
|
} if (rf & 2) {
|
|
93151
93163
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
@@ -93154,49 +93166,49 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93154
93166
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
93155
93167
|
i0.ɵɵelement(0, "symphiq-section-divider", 88);
|
|
93156
93168
|
} if (rf & 2) {
|
|
93157
|
-
const
|
|
93169
|
+
const sectionList_r13 = i0.ɵɵnextContext();
|
|
93158
93170
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
93159
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon",
|
|
93171
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r13[0].icon);
|
|
93160
93172
|
} }
|
|
93161
93173
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
93162
93174
|
i0.ɵɵconditionalCreate(0, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_2_Conditional_0_Template, 1, 2, "symphiq-section-divider", 88);
|
|
93163
93175
|
} if (rf & 2) {
|
|
93164
|
-
const
|
|
93165
|
-
i0.ɵɵconditional(
|
|
93176
|
+
const sectionList_r13 = ctx;
|
|
93177
|
+
i0.ɵɵconditional(sectionList_r13.length > 0 && sectionList_r13[0].icon ? 0 : -1);
|
|
93166
93178
|
} }
|
|
93167
93179
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
93168
93180
|
i0.ɵɵelementStart(0, "div", 91);
|
|
93169
93181
|
i0.ɵɵelement(1, "symphiq-icon", 95);
|
|
93170
93182
|
i0.ɵɵelementEnd();
|
|
93171
93183
|
} if (rf & 2) {
|
|
93172
|
-
const
|
|
93184
|
+
const section_r14 = i0.ɵɵnextContext().$implicit;
|
|
93173
93185
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
93174
93186
|
i0.ɵɵproperty("ngClass", ctx_r1.getSectionIconClasses());
|
|
93175
93187
|
i0.ɵɵadvance();
|
|
93176
|
-
i0.ɵɵproperty("icon",
|
|
93188
|
+
i0.ɵɵproperty("icon", section_r14.icon);
|
|
93177
93189
|
} }
|
|
93178
93190
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_6_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
93179
93191
|
i0.ɵɵelementStart(0, "div", 97);
|
|
93180
93192
|
i0.ɵɵelement(1, "symphiq-napkin-visual-placeholder", 71);
|
|
93181
93193
|
i0.ɵɵelementEnd();
|
|
93182
93194
|
} if (rf & 2) {
|
|
93183
|
-
const
|
|
93195
|
+
const section_r14 = i0.ɵɵnextContext(2).$implicit;
|
|
93184
93196
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
93185
93197
|
i0.ɵɵadvance();
|
|
93186
|
-
i0.ɵɵproperty("visual",
|
|
93198
|
+
i0.ɵɵproperty("visual", section_r14.visual)("viewMode", ctx_r1.viewMode());
|
|
93187
93199
|
} }
|
|
93188
93200
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_6_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
93189
93201
|
i0.ɵɵelementStart(0, "div", 99)(1, "p", 69);
|
|
93190
93202
|
i0.ɵɵtext(2);
|
|
93191
93203
|
i0.ɵɵelementEnd()();
|
|
93192
93204
|
} if (rf & 2) {
|
|
93193
|
-
const
|
|
93205
|
+
const section_r14 = i0.ɵɵnextContext(2).$implicit;
|
|
93194
93206
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
93195
|
-
i0.ɵɵclassProp("lg:w-1/3",
|
|
93207
|
+
i0.ɵɵclassProp("lg:w-1/3", section_r14.visual && section_r14.visual.enabled)("lg:w-full", !section_r14.visual || !section_r14.visual.enabled);
|
|
93196
93208
|
i0.ɵɵadvance();
|
|
93197
93209
|
i0.ɵɵproperty("ngClass", ctx_r1.getSectionDescriptionClasses());
|
|
93198
93210
|
i0.ɵɵadvance();
|
|
93199
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93211
|
+
i0.ɵɵtextInterpolate1(" ", section_r14.description, " ");
|
|
93200
93212
|
} }
|
|
93201
93213
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
93202
93214
|
i0.ɵɵelementStart(0, "div", 96);
|
|
@@ -93204,22 +93216,22 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93204
93216
|
i0.ɵɵconditionalCreate(2, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_6_Conditional_2_Template, 3, 6, "div", 98);
|
|
93205
93217
|
i0.ɵɵelementEnd();
|
|
93206
93218
|
} if (rf & 2) {
|
|
93207
|
-
const
|
|
93208
|
-
const
|
|
93209
|
-
const ɵ$
|
|
93210
|
-
i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$
|
|
93219
|
+
const ctx_r14 = i0.ɵɵnextContext();
|
|
93220
|
+
const section_r14 = ctx_r14.$implicit;
|
|
93221
|
+
const ɵ$index_233_r16 = ctx_r14.$index;
|
|
93222
|
+
i0.ɵɵclassProp("lg:flex-row-reverse", ɵ$index_233_r16 % 2 === 0);
|
|
93211
93223
|
i0.ɵɵadvance();
|
|
93212
|
-
i0.ɵɵconditional(
|
|
93224
|
+
i0.ɵɵconditional(section_r14.visual && section_r14.visual.enabled ? 1 : -1);
|
|
93213
93225
|
i0.ɵɵadvance();
|
|
93214
|
-
i0.ɵɵconditional(
|
|
93226
|
+
i0.ɵɵconditional(section_r14.description ? 2 : -1);
|
|
93215
93227
|
} }
|
|
93216
93228
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
93217
93229
|
i0.ɵɵelement(0, "symphiq-section-divider", 88);
|
|
93218
93230
|
} if (rf & 2) {
|
|
93219
|
-
const ɵ$
|
|
93220
|
-
const
|
|
93231
|
+
const ɵ$index_233_r16 = i0.ɵɵnextContext().$index;
|
|
93232
|
+
const sectionList_r17 = i0.ɵɵnextContext();
|
|
93221
93233
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
93222
|
-
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon",
|
|
93234
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("sectionIcon", sectionList_r17[ɵ$index_233_r16 + 1].icon);
|
|
93223
93235
|
} }
|
|
93224
93236
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
93225
93237
|
i0.ɵɵelementStart(0, "div", 89)(1, "div", 90);
|
|
@@ -93232,23 +93244,23 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_
|
|
|
93232
93244
|
i0.ɵɵelementEnd();
|
|
93233
93245
|
i0.ɵɵconditionalCreate(8, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_For_2_Conditional_8_Template, 1, 2, "symphiq-section-divider", 88);
|
|
93234
93246
|
} if (rf & 2) {
|
|
93235
|
-
const
|
|
93236
|
-
const ɵ$
|
|
93237
|
-
const ɵ$
|
|
93247
|
+
const section_r14 = ctx.$implicit;
|
|
93248
|
+
const ɵ$index_233_r16 = ctx.$index;
|
|
93249
|
+
const ɵ$count_233_r18 = ctx.$count;
|
|
93238
93250
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
93239
|
-
i0.ɵɵproperty("id", "section-" +
|
|
93251
|
+
i0.ɵɵproperty("id", "section-" + section_r14.id)("ngClass", ctx_r1.getSectionCardClasses());
|
|
93240
93252
|
i0.ɵɵadvance(2);
|
|
93241
|
-
i0.ɵɵconditional(
|
|
93253
|
+
i0.ɵɵconditional(section_r14.icon ? 2 : -1);
|
|
93242
93254
|
i0.ɵɵadvance(2);
|
|
93243
93255
|
i0.ɵɵproperty("ngClass", ctx_r1.getSectionTitleClasses());
|
|
93244
93256
|
i0.ɵɵadvance();
|
|
93245
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
93257
|
+
i0.ɵɵtextInterpolate1(" ", section_r14.title, " ");
|
|
93246
93258
|
i0.ɵɵadvance();
|
|
93247
|
-
i0.ɵɵconditional(
|
|
93259
|
+
i0.ɵɵconditional(section_r14.description || section_r14.visual && section_r14.visual.enabled ? 6 : -1);
|
|
93248
93260
|
i0.ɵɵadvance();
|
|
93249
|
-
i0.ɵɵproperty("section",
|
|
93261
|
+
i0.ɵɵproperty("section", section_r14)("executiveSummary", section_r14.id === "executive-summary" ? ctx_r1.executiveSummary() : undefined)("viewMode", ctx_r1.viewMode())("sectionIndex", ɵ$index_233_r16)("allGoals", ctx_r1.allGoals())("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("businessProfile", ctx_r1.profile());
|
|
93250
93262
|
i0.ɵɵadvance();
|
|
93251
|
-
i0.ɵɵconditional(!(ɵ$
|
|
93263
|
+
i0.ɵɵconditional(!(ɵ$index_233_r16 === ɵ$count_233_r18 - 1) ? 8 : -1);
|
|
93252
93264
|
} }
|
|
93253
93265
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
93254
93266
|
i0.ɵɵelementStart(0, "section", 48);
|
|
@@ -93292,82 +93304,82 @@ function SymphiqProfileShopAnalysisDashboardComponent_Conditional_11_Template(rf
|
|
|
93292
93304
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
93293
93305
|
i0.ɵɵelement(0, "symphiq-goal-card", 13);
|
|
93294
93306
|
} if (rf & 2) {
|
|
93295
|
-
const
|
|
93307
|
+
const data_r19 = ctx;
|
|
93296
93308
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93297
|
-
i0.ɵɵproperty("goal",
|
|
93309
|
+
i0.ɵɵproperty("goal", data_r19.goal)("viewMode", data_r19.viewMode)("isInModal", true)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("currentModalState", ctx_r1.getCurrentModalState())("businessProfile", ctx_r1.profile());
|
|
93298
93310
|
} }
|
|
93299
93311
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
93300
93312
|
i0.ɵɵelement(0, "symphiq-goal-objectives-modal-content", 14);
|
|
93301
93313
|
} if (rf & 2) {
|
|
93302
|
-
const
|
|
93303
|
-
i0.ɵɵproperty("goal",
|
|
93314
|
+
const data_r20 = ctx;
|
|
93315
|
+
i0.ɵɵproperty("goal", data_r20.goal)("viewMode", data_r20.viewMode);
|
|
93304
93316
|
} }
|
|
93305
93317
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
93306
93318
|
i0.ɵɵelement(0, "symphiq-objective-strategies-modal-content", 15);
|
|
93307
93319
|
} if (rf & 2) {
|
|
93308
|
-
const
|
|
93309
|
-
i0.ɵɵproperty("objective",
|
|
93320
|
+
const data_r21 = ctx;
|
|
93321
|
+
i0.ɵɵproperty("objective", data_r21.objective)("goalTitle", data_r21.goalTitle)("viewMode", data_r21.viewMode);
|
|
93310
93322
|
} }
|
|
93311
93323
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
93312
93324
|
i0.ɵɵelement(0, "symphiq-strategy-recommendations-modal-content", 16);
|
|
93313
93325
|
} if (rf & 2) {
|
|
93314
|
-
const
|
|
93326
|
+
const data_r22 = ctx;
|
|
93315
93327
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93316
|
-
i0.ɵɵproperty("strategy",
|
|
93328
|
+
i0.ɵɵproperty("strategy", data_r22.strategy)("objectiveTitle", data_r22.objectiveTitle)("goalTitle", data_r22.goalTitle)("viewMode", data_r22.viewMode)("expandedRecommendationId", data_r22.expandedRecommendationId)("allMetrics", ctx_r1.allMetrics())("allCharts", ctx_r1.allCharts())("allInsights", ctx_r1.allInsights())("allBusinessInsights", ctx_r1.allBusinessInsights())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93317
93329
|
} }
|
|
93318
93330
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_19_Template(rf, ctx) { if (rf & 1) {
|
|
93319
93331
|
i0.ɵɵelement(0, "symphiq-category-detail-modal-content", 17);
|
|
93320
93332
|
} if (rf & 2) {
|
|
93321
|
-
const
|
|
93322
|
-
i0.ɵɵproperty("category",
|
|
93333
|
+
const data_r23 = ctx;
|
|
93334
|
+
i0.ɵɵproperty("category", data_r23.category)("viewMode", data_r23.viewMode)("scrollToSection", data_r23.scrollToSection);
|
|
93323
93335
|
} }
|
|
93324
93336
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_20_Template(rf, ctx) { if (rf & 1) {
|
|
93325
93337
|
i0.ɵɵelement(0, "symphiq-strength-detail-modal-content", 18);
|
|
93326
93338
|
} if (rf & 2) {
|
|
93327
|
-
const
|
|
93339
|
+
const data_r24 = ctx;
|
|
93328
93340
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93329
|
-
i0.ɵɵproperty("strength",
|
|
93341
|
+
i0.ɵɵproperty("strength", data_r24.strength)("viewMode", data_r24.viewMode)("allFunnelStrengths", ctx_r1.funnelStrengths())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93330
93342
|
} }
|
|
93331
93343
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_21_Template(rf, ctx) { if (rf & 1) {
|
|
93332
93344
|
i0.ɵɵelement(0, "symphiq-gap-detail-modal-content", 19);
|
|
93333
93345
|
} if (rf & 2) {
|
|
93334
|
-
const
|
|
93346
|
+
const data_r25 = ctx;
|
|
93335
93347
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93336
|
-
i0.ɵɵproperty("gap",
|
|
93348
|
+
i0.ɵɵproperty("gap", data_r25.gap)("viewMode", data_r25.viewMode)("allGoals", ctx_r1.allGoals())("allWeaknesses", ctx_r1.funnelWeaknesses())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93337
93349
|
} }
|
|
93338
93350
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_22_Template(rf, ctx) { if (rf & 1) {
|
|
93339
93351
|
i0.ɵɵelement(0, "symphiq-opportunity-detail-modal-content", 20);
|
|
93340
93352
|
} if (rf & 2) {
|
|
93341
|
-
const
|
|
93353
|
+
const data_r26 = ctx;
|
|
93342
93354
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93343
|
-
i0.ɵɵproperty("opportunity",
|
|
93355
|
+
i0.ɵɵproperty("opportunity", data_r26.opportunity)("viewMode", data_r26.viewMode)("allStrengths", ctx_r1.funnelStrengths())("currentModalState", ctx_r1.getCurrentModalState());
|
|
93344
93356
|
} }
|
|
93345
93357
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_26_Template(rf, ctx) { if (rf & 1) {
|
|
93346
|
-
const
|
|
93358
|
+
const _r27 = i0.ɵɵgetCurrentView();
|
|
93347
93359
|
i0.ɵɵelementStart(0, "symphiq-sticky-subscription-continue-button", 100);
|
|
93348
|
-
i0.ɵɵlistener("continueClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_26_Template_symphiq_sticky_subscription_continue_button_continueClick_0_listener() { i0.ɵɵrestoreView(
|
|
93360
|
+
i0.ɵɵlistener("continueClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_26_Template_symphiq_sticky_subscription_continue_button_continueClick_0_listener() { i0.ɵɵrestoreView(_r27); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleStickyButtonClick()); });
|
|
93349
93361
|
i0.ɵɵelementEnd();
|
|
93350
93362
|
} if (rf & 2) {
|
|
93351
93363
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93352
93364
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("isEnabled", ctx_r1.hasCurrencySelected())("isLoading", ctx_r1.isCurrencySelectionLoading());
|
|
93353
93365
|
} }
|
|
93354
93366
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_27_Template(rf, ctx) { if (rf & 1) {
|
|
93355
|
-
const
|
|
93367
|
+
const _r28 = i0.ɵɵgetCurrentView();
|
|
93356
93368
|
i0.ɵɵelementStart(0, "symphiq-profile-sticky-footer", 101);
|
|
93357
|
-
i0.ɵɵlistener("continueClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_27_Template_symphiq_profile_sticky_footer_continueClick_0_listener() { i0.ɵɵrestoreView(
|
|
93369
|
+
i0.ɵɵlistener("continueClick", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_27_Template_symphiq_profile_sticky_footer_continueClick_0_listener() { i0.ɵɵrestoreView(_r28); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleShopProfileContinueClick()); });
|
|
93358
93370
|
i0.ɵɵelementEnd();
|
|
93359
93371
|
} if (rf & 2) {
|
|
93360
93372
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
93361
93373
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("totalQuestions", ctx_r1.totalShopQuestions())("answeredQuestions", ctx_r1.answeredShopQuestions())("buttonConfig", ctx_r1.shopProfileStickyFooterButtonConfig);
|
|
93362
93374
|
} }
|
|
93363
93375
|
function SymphiqProfileShopAnalysisDashboardComponent_Conditional_28_Template(rf, ctx) { if (rf & 1) {
|
|
93364
|
-
const
|
|
93376
|
+
const _r29 = i0.ɵɵgetCurrentView();
|
|
93365
93377
|
i0.ɵɵelementStart(0, "div", 25)(1, "div", 102)(2, "div", 103)(3, "button", 104);
|
|
93366
|
-
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_28_Template_button_click_3_listener() { i0.ɵɵrestoreView(
|
|
93378
|
+
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_28_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCancelCurrencyEdit()); });
|
|
93367
93379
|
i0.ɵɵtext(4, " Cancel ");
|
|
93368
93380
|
i0.ɵɵelementEnd();
|
|
93369
93381
|
i0.ɵɵelementStart(5, "button", 105);
|
|
93370
|
-
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_28_Template_button_click_5_listener() { i0.ɵɵrestoreView(
|
|
93382
|
+
i0.ɵɵlistener("click", function SymphiqProfileShopAnalysisDashboardComponent_Conditional_28_Template_button_click_5_listener() { i0.ɵɵrestoreView(_r29); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleContinueToPlans()); });
|
|
93371
93383
|
i0.ɵɵelementStart(6, "span");
|
|
93372
93384
|
i0.ɵɵtext(7, "Continue to Plans");
|
|
93373
93385
|
i0.ɵɵelementEnd();
|
|
@@ -93457,7 +93469,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
93457
93469
|
this.accountSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "accountSignal" }] : []));
|
|
93458
93470
|
this.accountInputEffect = effect(() => {
|
|
93459
93471
|
this.accountSignal.set(this.account());
|
|
93460
|
-
}, ...(ngDevMode ?
|
|
93472
|
+
}, { ...(ngDevMode ? { debugName: "accountInputEffect" } : {}), allowSignalWrites: true });
|
|
93461
93473
|
this.profileIndexEffect = effect(() => {
|
|
93462
93474
|
const profileToUse = this.profile();
|
|
93463
93475
|
if (profileToUse?.profileStructured?.sections) {
|
|
@@ -93530,6 +93542,13 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
93530
93542
|
this.shouldShowHeaderControls = computed(() => {
|
|
93531
93543
|
return !!this.profileAnalysis() && this.profileShop()?.selfContentStatus === AiDynamicContentStatusEnum.GENERATED;
|
|
93532
93544
|
}, ...(ngDevMode ? [{ debugName: "shouldShowHeaderControls" }] : []));
|
|
93545
|
+
this.shouldShowPostAnalysisShopProfile = computed(() => {
|
|
93546
|
+
const profileAnalysis = this.profileAnalysis();
|
|
93547
|
+
return this.isSimplifiedView() &&
|
|
93548
|
+
!this.isMetricAnalysis() &&
|
|
93549
|
+
!!profileAnalysis &&
|
|
93550
|
+
profileAnalysis.selfContentStatus === AiDynamicContentStatusEnum.GENERATED;
|
|
93551
|
+
}, ...(ngDevMode ? [{ debugName: "shouldShowPostAnalysisShopProfile" }] : []));
|
|
93533
93552
|
this.totalShopQuestions = computed(() => {
|
|
93534
93553
|
return this.profileShopQuestions()?.length || 0;
|
|
93535
93554
|
}, ...(ngDevMode ? [{ debugName: "totalShopQuestions" }] : []));
|
|
@@ -94403,16 +94422,14 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
94403
94422
|
}
|
|
94404
94423
|
static { this.ɵfac = function SymphiqProfileShopAnalysisDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileShopAnalysisDashboardComponent)(); }; }
|
|
94405
94424
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileShopAnalysisDashboardComponent, selectors: [["symphiq-profile-shop-analysis-dashboard"]], viewQuery: function SymphiqProfileShopAnalysisDashboardComponent_Query(rf, ctx) { if (rf & 1) {
|
|
94406
|
-
i0.ɵɵviewQuery(ModalComponent, 5);
|
|
94407
|
-
i0.ɵɵviewQuery(_c0$9, 5);
|
|
94408
|
-
i0.ɵɵviewQuery(_c1$2, 5);
|
|
94425
|
+
i0.ɵɵviewQuery(ModalComponent, 5)(_c0$9, 5)(_c1$2, 5);
|
|
94409
94426
|
} if (rf & 2) {
|
|
94410
94427
|
let _t;
|
|
94411
94428
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
94412
94429
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.shopProfileStatusCard = _t.first);
|
|
94413
94430
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.planSelectionContainer = _t.first);
|
|
94414
94431
|
} }, hostBindings: function SymphiqProfileShopAnalysisDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
94415
|
-
i0.ɵɵlistener("scroll", function SymphiqProfileShopAnalysisDashboardComponent_scroll_HostBindingHandler(
|
|
94432
|
+
i0.ɵɵlistener("scroll", function SymphiqProfileShopAnalysisDashboardComponent_scroll_HostBindingHandler() { return ctx.onWindowScroll(); }, i0.ɵɵresolveWindow);
|
|
94416
94433
|
} }, inputs: { viewMode: [1, "viewMode"], requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalysis: [1, "profileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], 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"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"] }, outputs: { stepClick: "stepClick", nextStepClick: "nextStepClick", currencySelectionClick: "currencySelectionClick", editCurrencyClick: "editCurrencyClick", periodUnitChanged: "periodUnitChanged", planSelected: "planSelected", checkoutPlanClick: "checkoutPlanClick", answerShopProfileQuestions: "answerShopProfileQuestions", continueShopProfileQuestions: "continueShopProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", shopProfileAdminAnswerAction: "shopProfileAdminAnswerAction", markAsReviewedClick: "markAsReviewedClick" }, features: [i0.ɵɵNgOnChangesFeature], decls: 30, vars: 59, consts: [["shopProfileStatusCard", ""], ["planSelectionContainer", ""], [1, "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"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "relative", "z-10", "max-w-7xl", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-12", "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", "expandedRecommendationId", "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", "buttonConfig"], [1, "fixed", "bottom-0", "left-0", "right-0", "z-50", "border-t", "backdrop-blur-lg", 3, "ngClass"], [3, "markAsReviewedClick", "viewMode", "reviewStatus", "selfContentStatus", "isMarkingAsReviewed", "isLoading"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "mb-12"], [3, "viewMode", "businessName", "isOnboarded", "analysisDate"], [3, "viewMode", "metricName", "isOnboarded", "analysisDate"], ["title", "Loading Your Shop Profile Analysis", "subtitle", "Please wait while we prepare your personalized insights...", "size", "large", 3, "viewMode", "backdropBlur"], [1, "mb-8"], [3, "startCategoryQuestions", "answerSave", "adminAnswerAction", "viewMode", "totalQuestions", "answeredQuestions", "questions", "profileAnswers", "profileAnswerHistories", "users", "config", "groupConfig", "currentUser"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], ["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"], [3, "goals", "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"], [3, "viewMode", "selectedCurrency"], [3, "currencySelected", "selectionChanged", "viewMode", "isLoading", "initialCurrency"], [3, "viewMode"], [1, "mb-32"], [3, "periodUnitChanged", "planSelected", "editCurrency", "checkout", "viewMode", "selectedCurrency", "planCardInfos", "isLoading", "selectedPeriodUnit"], [3, "editCurrency", "viewMode", "selectedCurrency"], [3, "sections", "viewMode", "executiveSummary", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], ["id", "section-executive-summary", 1, "space-y-6", "scroll-mt-24"], [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", "viewMetricDetailsClick", "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", "buttonConfig"], [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 SymphiqProfileShopAnalysisDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
94417
94434
|
i0.ɵɵelementStart(0, "div", 2);
|
|
94418
94435
|
i0.ɵɵelement(1, "div", 3)(2, "symphiq-scroll-progress-bar", 4);
|
|
@@ -94422,7 +94439,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
94422
94439
|
i0.ɵɵconditionalCreate(5, SymphiqProfileShopAnalysisDashboardComponent_Conditional_5_Template, 1, 5, "symphiq-journey-progress-indicator", 7);
|
|
94423
94440
|
i0.ɵɵelementStart(6, "main", 8);
|
|
94424
94441
|
i0.ɵɵconditionalCreate(7, SymphiqProfileShopAnalysisDashboardComponent_Conditional_7_Template, 4, 3);
|
|
94425
|
-
i0.ɵɵconditionalCreate(8, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Template,
|
|
94442
|
+
i0.ɵɵconditionalCreate(8, SymphiqProfileShopAnalysisDashboardComponent_Conditional_8_Template, 6, 6);
|
|
94426
94443
|
i0.ɵɵconditionalCreate(9, SymphiqProfileShopAnalysisDashboardComponent_Conditional_9_Template, 4, 4);
|
|
94427
94444
|
i0.ɵɵelementEnd();
|
|
94428
94445
|
i0.ɵɵconditionalCreate(10, SymphiqProfileShopAnalysisDashboardComponent_Conditional_10_Template, 1, 4, "symphiq-floating-toc", 9);
|
|
@@ -94728,8 +94745,29 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
94728
94745
|
</div>
|
|
94729
94746
|
}
|
|
94730
94747
|
|
|
94748
|
+
<!-- Shop Profile (Post-Analysis) -->
|
|
94749
|
+
@if (shouldShowPostAnalysisShopProfile()) {
|
|
94750
|
+
<div class="mb-8">
|
|
94751
|
+
<symphiq-profile-status-card
|
|
94752
|
+
[viewMode]="viewMode()"
|
|
94753
|
+
[totalQuestions]="totalShopQuestions()"
|
|
94754
|
+
[answeredQuestions]="answeredShopQuestions()"
|
|
94755
|
+
[questions]="profileShopQuestions() || []"
|
|
94756
|
+
[profileAnswers]="profileAnswers() || []"
|
|
94757
|
+
[profileAnswerHistories]="profileAnswerHistories() || []"
|
|
94758
|
+
[users]="users() || []"
|
|
94759
|
+
[config]="shopProfileStatusCardConfig"
|
|
94760
|
+
[groupConfig]="shopProfileStatusCardGroupConfig"
|
|
94761
|
+
[currentUser]="currentUser()"
|
|
94762
|
+
(startCategoryQuestions)="handleStartCategoryQuestions($event)"
|
|
94763
|
+
(answerSave)="handleProfileQuestionAnswerSave($event)"
|
|
94764
|
+
(adminAnswerAction)="shopProfileAdminAnswerAction.emit($event)"
|
|
94765
|
+
/>
|
|
94766
|
+
</div>
|
|
94767
|
+
}
|
|
94768
|
+
|
|
94731
94769
|
<!-- Supporting Business Context -->
|
|
94732
|
-
@if (nonStrategicSections().length > 0) {
|
|
94770
|
+
@if (nonStrategicSections().length > 0 && !isLoading()) {
|
|
94733
94771
|
<div>
|
|
94734
94772
|
<symphiq-collapsible-analysis-section-group
|
|
94735
94773
|
[sections]="nonStrategicSections()"
|
|
@@ -95234,9 +95272,9 @@ class SymphiqProfileShopAnalysisDashboardComponent {
|
|
|
95234
95272
|
args: ['planSelectionContainer']
|
|
95235
95273
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], createdDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "createdDate", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], profileShop: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShop", required: false }] }], profileShopQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileShopQuestions", required: false }] }], profileAnswers: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswers", required: false }] }], profileAnswerHistories: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnswerHistories", required: false }] }], itemStatusProfileShop: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusProfileShop", required: false }] }], itemStatusProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusProfileAnalysis", required: false }] }], planCardInfos: [{ type: i0.Input, args: [{ isSignal: true, alias: "planCardInfos", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], currentUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentUser", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], currencySelectionClick: [{ type: i0.Output, args: ["currencySelectionClick"] }], editCurrencyClick: [{ type: i0.Output, args: ["editCurrencyClick"] }], periodUnitChanged: [{ type: i0.Output, args: ["periodUnitChanged"] }], planSelected: [{ type: i0.Output, args: ["planSelected"] }], checkoutPlanClick: [{ type: i0.Output, args: ["checkoutPlanClick"] }], answerShopProfileQuestions: [{ type: i0.Output, args: ["answerShopProfileQuestions"] }], continueShopProfileQuestions: [{ type: i0.Output, args: ["continueShopProfileQuestions"] }], profileQuestionAnswerSave: [{ type: i0.Output, args: ["profileQuestionAnswerSave"] }], shopProfileAdminAnswerAction: [{ type: i0.Output, args: ["shopProfileAdminAnswerAction"] }], isMarkingAsReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "isMarkingAsReviewed", required: false }] }], markAsReviewedClick: [{ type: i0.Output, args: ["markAsReviewedClick"] }], onWindowScroll: [{
|
|
95236
95274
|
type: HostListener,
|
|
95237
|
-
args: ['window:scroll'
|
|
95275
|
+
args: ['window:scroll']
|
|
95238
95276
|
}] }); })();
|
|
95239
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileShopAnalysisDashboardComponent, { className: "SymphiqProfileShopAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/symphiq-profile-shop-analysis-dashboard.component.ts", lineNumber:
|
|
95277
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileShopAnalysisDashboardComponent, { className: "SymphiqProfileShopAnalysisDashboardComponent", filePath: "lib/components/profile-analysis-shop-dashboard/symphiq-profile-shop-analysis-dashboard.component.ts", lineNumber: 850 }); })();
|
|
95240
95278
|
|
|
95241
95279
|
function ProfileAnalysisStatusSummaryComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
95242
95280
|
i0.ɵɵelementStart(0, "div", 1)(1, "div", 3);
|
|
@@ -95661,6 +95699,131 @@ class ProfileAnalysisStatusSummaryComponent {
|
|
|
95661
95699
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], profileStatusCounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileStatusCounts", required: false }] }], analysisStatusCounts: [{ type: i0.Input, args: [{ isSignal: true, alias: "analysisStatusCounts", required: false }] }], allReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "allReviewed", required: false }] }], hasItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasItems", required: false }] }], config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: false }] }] }); })();
|
|
95662
95700
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisStatusSummaryComponent, { className: "ProfileAnalysisStatusSummaryComponent", filePath: "lib/components/shared/profile-analysis-status-summary.component.ts", lineNumber: 264 }); })();
|
|
95663
95701
|
|
|
95702
|
+
function ProfileProgressIndicatorComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
95703
|
+
i0.ɵɵdomElementStart(0, "div", 3);
|
|
95704
|
+
i0.ɵɵnamespaceSVG();
|
|
95705
|
+
i0.ɵɵdomElementStart(1, "svg", 6);
|
|
95706
|
+
i0.ɵɵdomElement(2, "path", 7);
|
|
95707
|
+
i0.ɵɵdomElementEnd();
|
|
95708
|
+
i0.ɵɵtext(3, " Complete ");
|
|
95709
|
+
i0.ɵɵdomElementEnd();
|
|
95710
|
+
} }
|
|
95711
|
+
function ProfileProgressIndicatorComponent_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
95712
|
+
i0.ɵɵdomElementStart(0, "div", 4);
|
|
95713
|
+
i0.ɵɵnamespaceSVG();
|
|
95714
|
+
i0.ɵɵdomElementStart(1, "svg", 6);
|
|
95715
|
+
i0.ɵɵdomElement(2, "path", 8);
|
|
95716
|
+
i0.ɵɵdomElementEnd();
|
|
95717
|
+
i0.ɵɵtext(3, " In Progress ");
|
|
95718
|
+
i0.ɵɵdomElementEnd();
|
|
95719
|
+
} }
|
|
95720
|
+
function ProfileProgressIndicatorComponent_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
95721
|
+
i0.ɵɵdomElementStart(0, "div", 5);
|
|
95722
|
+
i0.ɵɵnamespaceSVG();
|
|
95723
|
+
i0.ɵɵdomElementStart(1, "svg", 6);
|
|
95724
|
+
i0.ɵɵdomElement(2, "path", 9);
|
|
95725
|
+
i0.ɵɵdomElementEnd();
|
|
95726
|
+
i0.ɵɵtext(3, " Not Started ");
|
|
95727
|
+
i0.ɵɵdomElementEnd();
|
|
95728
|
+
} }
|
|
95729
|
+
class ProfileProgressIndicatorComponent {
|
|
95730
|
+
constructor() {
|
|
95731
|
+
this.viewMode = input(ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "viewMode" }] : []));
|
|
95732
|
+
this.questionsAnswered = input(0, ...(ngDevMode ? [{ debugName: "questionsAnswered" }] : []));
|
|
95733
|
+
this.totalQuestions = input(0, ...(ngDevMode ? [{ debugName: "totalQuestions" }] : []));
|
|
95734
|
+
this.progressPercent = input(0, ...(ngDevMode ? [{ debugName: "progressPercent" }] : []));
|
|
95735
|
+
this.status = input('not-started', ...(ngDevMode ? [{ debugName: "status" }] : []));
|
|
95736
|
+
this.label = input('Profile progress', ...(ngDevMode ? [{ debugName: "label" }] : []));
|
|
95737
|
+
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
95738
|
+
this.labelClasses = computed(() => 'text-slate-600 dark:text-slate-400', ...(ngDevMode ? [{ debugName: "labelClasses" }] : []));
|
|
95739
|
+
this.valueClasses = computed(() => 'font-semibold text-slate-900 dark:text-white', ...(ngDevMode ? [{ debugName: "valueClasses" }] : []));
|
|
95740
|
+
this.progressBarContainerClasses = computed(() => 'w-full bg-slate-200 dark:bg-slate-700 rounded-full h-2 overflow-hidden', ...(ngDevMode ? [{ debugName: "progressBarContainerClasses" }] : []));
|
|
95741
|
+
}
|
|
95742
|
+
static { this.ɵfac = function ProfileProgressIndicatorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileProgressIndicatorComponent)(); }; }
|
|
95743
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileProgressIndicatorComponent, selectors: [["symphiq-profile-progress-indicator"]], inputs: { viewMode: [1, "viewMode"], questionsAnswered: [1, "questionsAnswered"], totalQuestions: [1, "totalQuestions"], progressPercent: [1, "progressPercent"], status: [1, "status"], label: [1, "label"] }, decls: 11, vars: 12, consts: [[1, "space-y-2"], [1, "flex", "items-center", "justify-between", "text-sm"], [1, "h-full", "bg-gradient-to-r", "from-blue-500", "to-cyan-500", "rounded-full", "transition-all", "duration-500"], [1, "flex", "items-center", "gap-1", "text-xs", "text-green-600", "dark:text-green-400", "font-medium"], [1, "flex", "items-center", "gap-1", "text-xs", "text-blue-600", "dark:text-blue-400", "font-medium"], [1, "flex", "items-center", "gap-1", "text-xs", "text-slate-500", "dark:text-slate-400", "font-medium"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-4", "h-4"], ["fill-rule", "evenodd", "d", "M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z", "clip-rule", "evenodd"], ["fill-rule", "evenodd", "d", "M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z", "clip-rule", "evenodd"], ["fill-rule", "evenodd", "d", "M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z", "clip-rule", "evenodd"]], template: function ProfileProgressIndicatorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
95744
|
+
i0.ɵɵdomElementStart(0, "div", 0)(1, "div", 1)(2, "span");
|
|
95745
|
+
i0.ɵɵtext(3);
|
|
95746
|
+
i0.ɵɵdomElementEnd();
|
|
95747
|
+
i0.ɵɵdomElementStart(4, "span");
|
|
95748
|
+
i0.ɵɵtext(5);
|
|
95749
|
+
i0.ɵɵdomElementEnd()();
|
|
95750
|
+
i0.ɵɵdomElementStart(6, "div");
|
|
95751
|
+
i0.ɵɵdomElement(7, "div", 2);
|
|
95752
|
+
i0.ɵɵdomElementEnd();
|
|
95753
|
+
i0.ɵɵconditionalCreate(8, ProfileProgressIndicatorComponent_Conditional_8_Template, 4, 0, "div", 3)(9, ProfileProgressIndicatorComponent_Conditional_9_Template, 4, 0, "div", 4)(10, ProfileProgressIndicatorComponent_Conditional_10_Template, 4, 0, "div", 5);
|
|
95754
|
+
i0.ɵɵdomElementEnd();
|
|
95755
|
+
} if (rf & 2) {
|
|
95756
|
+
i0.ɵɵadvance(2);
|
|
95757
|
+
i0.ɵɵclassMap(ctx.labelClasses());
|
|
95758
|
+
i0.ɵɵadvance();
|
|
95759
|
+
i0.ɵɵtextInterpolate(ctx.label());
|
|
95760
|
+
i0.ɵɵadvance();
|
|
95761
|
+
i0.ɵɵclassMap(ctx.valueClasses());
|
|
95762
|
+
i0.ɵɵadvance();
|
|
95763
|
+
i0.ɵɵtextInterpolate2("", ctx.questionsAnswered(), " / ", ctx.totalQuestions());
|
|
95764
|
+
i0.ɵɵadvance();
|
|
95765
|
+
i0.ɵɵclassMap(ctx.progressBarContainerClasses());
|
|
95766
|
+
i0.ɵɵadvance();
|
|
95767
|
+
i0.ɵɵstyleProp("width", ctx.progressPercent(), "%");
|
|
95768
|
+
i0.ɵɵadvance();
|
|
95769
|
+
i0.ɵɵconditional(ctx.status() === "complete" ? 8 : ctx.status() === "in-progress" ? 9 : 10);
|
|
95770
|
+
} }, dependencies: [CommonModule], encapsulation: 2, changeDetection: 0 }); }
|
|
95771
|
+
}
|
|
95772
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileProgressIndicatorComponent, [{
|
|
95773
|
+
type: Component,
|
|
95774
|
+
args: [{
|
|
95775
|
+
selector: 'symphiq-profile-progress-indicator',
|
|
95776
|
+
standalone: true,
|
|
95777
|
+
imports: [CommonModule],
|
|
95778
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
95779
|
+
template: `
|
|
95780
|
+
<div class="space-y-2">
|
|
95781
|
+
<div class="flex items-center justify-between text-sm">
|
|
95782
|
+
<span [class]="labelClasses()">{{ label() }}</span>
|
|
95783
|
+
<span [class]="valueClasses()">{{ questionsAnswered() }} / {{ totalQuestions() }}</span>
|
|
95784
|
+
</div>
|
|
95785
|
+
|
|
95786
|
+
<div [class]="progressBarContainerClasses()">
|
|
95787
|
+
<div
|
|
95788
|
+
class="h-full bg-gradient-to-r from-blue-500 to-cyan-500 rounded-full transition-all duration-500"
|
|
95789
|
+
[style.width.%]="progressPercent()"
|
|
95790
|
+
></div>
|
|
95791
|
+
</div>
|
|
95792
|
+
|
|
95793
|
+
@if (status() === 'complete') {
|
|
95794
|
+
<div class="flex items-center gap-1 text-xs text-green-600 dark:text-green-400 font-medium">
|
|
95795
|
+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
|
95796
|
+
<path fill-rule="evenodd"
|
|
95797
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
|
|
95798
|
+
clip-rule="evenodd"/>
|
|
95799
|
+
</svg>
|
|
95800
|
+
Complete
|
|
95801
|
+
</div>
|
|
95802
|
+
} @else if (status() === 'in-progress') {
|
|
95803
|
+
<div class="flex items-center gap-1 text-xs text-blue-600 dark:text-blue-400 font-medium">
|
|
95804
|
+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
|
95805
|
+
<path fill-rule="evenodd"
|
|
95806
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z"
|
|
95807
|
+
clip-rule="evenodd"/>
|
|
95808
|
+
</svg>
|
|
95809
|
+
In Progress
|
|
95810
|
+
</div>
|
|
95811
|
+
} @else {
|
|
95812
|
+
<div class="flex items-center gap-1 text-xs text-slate-500 dark:text-slate-400 font-medium">
|
|
95813
|
+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
|
95814
|
+
<path fill-rule="evenodd"
|
|
95815
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z"
|
|
95816
|
+
clip-rule="evenodd"/>
|
|
95817
|
+
</svg>
|
|
95818
|
+
Not Started
|
|
95819
|
+
</div>
|
|
95820
|
+
}
|
|
95821
|
+
</div>
|
|
95822
|
+
`
|
|
95823
|
+
}]
|
|
95824
|
+
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], questionsAnswered: [{ type: i0.Input, args: [{ isSignal: true, alias: "questionsAnswered", required: false }] }], totalQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalQuestions", required: false }] }], progressPercent: [{ type: i0.Input, args: [{ isSignal: true, alias: "progressPercent", required: false }] }], status: [{ type: i0.Input, args: [{ isSignal: true, alias: "status", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] }); })();
|
|
95825
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileProgressIndicatorComponent, { className: "ProfileProgressIndicatorComponent", filePath: "lib/components/shared/profile-progress-indicator.component.ts", lineNumber: 62 }); })();
|
|
95826
|
+
|
|
95664
95827
|
const _forTrack0$7 = ($index, $item) => $item.card.id;
|
|
95665
95828
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
95666
95829
|
i0.ɵɵelementStart(0, "div", 7);
|
|
@@ -95722,69 +95885,21 @@ function ProfileAnalysisCardGridComponent_For_2_Conditional_14_Template(rf, ctx)
|
|
|
95722
95885
|
i0.ɵɵtext(3, "Profile Generation Pending");
|
|
95723
95886
|
i0.ɵɵelementEnd()();
|
|
95724
95887
|
} }
|
|
95725
|
-
function ProfileAnalysisCardGridComponent_For_2_Conditional_15_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
95726
|
-
i0.ɵɵelementStart(0, "div", 27);
|
|
95727
|
-
i0.ɵɵnamespaceSVG();
|
|
95728
|
-
i0.ɵɵelementStart(1, "svg", 30);
|
|
95729
|
-
i0.ɵɵelement(2, "path", 31);
|
|
95730
|
-
i0.ɵɵelementEnd();
|
|
95731
|
-
i0.ɵɵtext(3, " Complete ");
|
|
95732
|
-
i0.ɵɵelementEnd();
|
|
95733
|
-
} }
|
|
95734
|
-
function ProfileAnalysisCardGridComponent_For_2_Conditional_15_Conditional_9_Template(rf, ctx) { if (rf & 1) {
|
|
95735
|
-
i0.ɵɵelementStart(0, "div", 28);
|
|
95736
|
-
i0.ɵɵnamespaceSVG();
|
|
95737
|
-
i0.ɵɵelementStart(1, "svg", 30);
|
|
95738
|
-
i0.ɵɵelement(2, "path", 32);
|
|
95739
|
-
i0.ɵɵelementEnd();
|
|
95740
|
-
i0.ɵɵtext(3, " In Progress ");
|
|
95741
|
-
i0.ɵɵelementEnd();
|
|
95742
|
-
} }
|
|
95743
|
-
function ProfileAnalysisCardGridComponent_For_2_Conditional_15_Conditional_10_Template(rf, ctx) { if (rf & 1) {
|
|
95744
|
-
i0.ɵɵelementStart(0, "div", 29);
|
|
95745
|
-
i0.ɵɵnamespaceSVG();
|
|
95746
|
-
i0.ɵɵelementStart(1, "svg", 30);
|
|
95747
|
-
i0.ɵɵelement(2, "path", 33);
|
|
95748
|
-
i0.ɵɵelementEnd();
|
|
95749
|
-
i0.ɵɵtext(3, " Not Started ");
|
|
95750
|
-
i0.ɵɵelementEnd();
|
|
95751
|
-
} }
|
|
95752
95888
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_15_Template(rf, ctx) { if (rf & 1) {
|
|
95753
95889
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
95754
95890
|
i0.ɵɵelementStart(0, "div", 24);
|
|
95755
95891
|
i0.ɵɵlistener("click", function ProfileAnalysisCardGridComponent_For_2_Conditional_15_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r4); const item_r1 = i0.ɵɵnextContext().$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.handleProfileClick(item_r1.card)); });
|
|
95756
|
-
i0.ɵɵ
|
|
95757
|
-
i0.ɵɵtext(3);
|
|
95758
|
-
i0.ɵɵelementEnd();
|
|
95759
|
-
i0.ɵɵelementStart(4, "span");
|
|
95760
|
-
i0.ɵɵtext(5);
|
|
95761
|
-
i0.ɵɵelementEnd()();
|
|
95762
|
-
i0.ɵɵelementStart(6, "div");
|
|
95763
|
-
i0.ɵɵelement(7, "div", 26);
|
|
95764
|
-
i0.ɵɵelementEnd();
|
|
95765
|
-
i0.ɵɵconditionalCreate(8, ProfileAnalysisCardGridComponent_For_2_Conditional_15_Conditional_8_Template, 4, 0, "div", 27)(9, ProfileAnalysisCardGridComponent_For_2_Conditional_15_Conditional_9_Template, 4, 0, "div", 28)(10, ProfileAnalysisCardGridComponent_For_2_Conditional_15_Conditional_10_Template, 4, 0, "div", 29);
|
|
95892
|
+
i0.ɵɵelement(1, "symphiq-profile-progress-indicator", 25);
|
|
95766
95893
|
i0.ɵɵelementEnd();
|
|
95767
95894
|
} if (rf & 2) {
|
|
95768
95895
|
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
95769
95896
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
95770
|
-
i0.ɵɵadvance(2);
|
|
95771
|
-
i0.ɵɵclassMap(ctx_r2.labelClasses());
|
|
95772
|
-
i0.ɵɵadvance();
|
|
95773
|
-
i0.ɵɵtextInterpolate(ctx_r2.resolvedConfig().profileProgressLabel);
|
|
95774
|
-
i0.ɵɵadvance();
|
|
95775
|
-
i0.ɵɵclassMap(ctx_r2.valueClasses());
|
|
95776
95897
|
i0.ɵɵadvance();
|
|
95777
|
-
i0.ɵɵ
|
|
95778
|
-
i0.ɵɵadvance();
|
|
95779
|
-
i0.ɵɵclassMap(ctx_r2.progressBarContainerClasses());
|
|
95780
|
-
i0.ɵɵadvance();
|
|
95781
|
-
i0.ɵɵstyleProp("width", item_r1.card.progressPercent, "%");
|
|
95782
|
-
i0.ɵɵadvance();
|
|
95783
|
-
i0.ɵɵconditional(item_r1.card.status === "complete" ? 8 : item_r1.card.status === "in-progress" ? 9 : 10);
|
|
95898
|
+
i0.ɵɵproperty("viewMode", ctx_r2.viewMode())("questionsAnswered", item_r1.card.questionsAnswered)("totalQuestions", item_r1.card.totalQuestions)("progressPercent", item_r1.card.progressPercent)("status", ctx_r2.toProgressStatus(item_r1.card.status))("label", ctx_r2.resolvedConfig().profileProgressLabel);
|
|
95784
95899
|
} }
|
|
95785
95900
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_16_Template(rf, ctx) { if (rf & 1) {
|
|
95786
95901
|
i0.ɵɵelementStart(0, "div", 14);
|
|
95787
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
95902
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 26);
|
|
95788
95903
|
i0.ɵɵelementEnd();
|
|
95789
95904
|
} if (rf & 2) {
|
|
95790
95905
|
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
@@ -95794,7 +95909,7 @@ function ProfileAnalysisCardGridComponent_For_2_Conditional_16_Template(rf, ctx)
|
|
|
95794
95909
|
} }
|
|
95795
95910
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_17_Template(rf, ctx) { if (rf & 1) {
|
|
95796
95911
|
i0.ɵɵelementStart(0, "div", 14);
|
|
95797
|
-
i0.ɵɵelement(1, "symphiq-content-generation-progress",
|
|
95912
|
+
i0.ɵɵelement(1, "symphiq-content-generation-progress", 26);
|
|
95798
95913
|
i0.ɵɵelementEnd();
|
|
95799
95914
|
} if (rf & 2) {
|
|
95800
95915
|
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
@@ -95804,17 +95919,17 @@ function ProfileAnalysisCardGridComponent_For_2_Conditional_17_Template(rf, ctx)
|
|
|
95804
95919
|
} }
|
|
95805
95920
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
95806
95921
|
const _r5 = i0.ɵɵgetCurrentView();
|
|
95807
|
-
i0.ɵɵelementStart(0, "div",
|
|
95922
|
+
i0.ɵɵelementStart(0, "div", 29);
|
|
95808
95923
|
i0.ɵɵlistener("click", function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_0_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r5); const item_r1 = i0.ɵɵnextContext(2).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.handleReviewClick(item_r1.card)); });
|
|
95809
|
-
i0.ɵɵelementStart(1, "div",
|
|
95924
|
+
i0.ɵɵelementStart(1, "div", 30)(2, "span", 31);
|
|
95810
95925
|
i0.ɵɵnamespaceSVG();
|
|
95811
|
-
i0.ɵɵelementStart(3, "svg",
|
|
95812
|
-
i0.ɵɵelement(4, "path",
|
|
95926
|
+
i0.ɵɵelementStart(3, "svg", 32);
|
|
95927
|
+
i0.ɵɵelement(4, "path", 33)(5, "path", 34);
|
|
95813
95928
|
i0.ɵɵelementEnd();
|
|
95814
95929
|
i0.ɵɵtext(6, " Review Analysis ");
|
|
95815
95930
|
i0.ɵɵelementEnd();
|
|
95816
|
-
i0.ɵɵelementStart(7, "svg",
|
|
95817
|
-
i0.ɵɵelement(8, "path",
|
|
95931
|
+
i0.ɵɵelementStart(7, "svg", 35);
|
|
95932
|
+
i0.ɵɵelement(8, "path", 36);
|
|
95818
95933
|
i0.ɵɵelementEnd()()();
|
|
95819
95934
|
} }
|
|
95820
95935
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -95834,14 +95949,14 @@ function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Con
|
|
|
95834
95949
|
} }
|
|
95835
95950
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
95836
95951
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
95837
|
-
i0.ɵɵelementStart(0, "div",
|
|
95952
|
+
i0.ɵɵelementStart(0, "div", 37);
|
|
95838
95953
|
i0.ɵɵlistener("click", function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r6); const item_r1 = i0.ɵɵnextContext(2).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(item_r1.card.selfContentStatusAnalysis === ctx_r2.AiDynamicContentStatusEnum.GENERATED && item_r1.card.profileAnalysis && item_r1.card.profile ? ctx_r2.handleAnalysisClick(item_r1.card) : ctx_r2.handleProfileClick(item_r1.card)); });
|
|
95839
|
-
i0.ɵɵelementStart(1, "div",
|
|
95954
|
+
i0.ɵɵelementStart(1, "div", 30)(2, "span", 38);
|
|
95840
95955
|
i0.ɵɵconditionalCreate(3, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Conditional_3_Template, 1, 0)(4, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Conditional_4_Template, 1, 0)(5, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Conditional_5_Template, 1, 0)(6, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Conditional_6_Template, 1, 0)(7, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Conditional_7_Template, 1, 0);
|
|
95841
95956
|
i0.ɵɵelementEnd();
|
|
95842
95957
|
i0.ɵɵnamespaceSVG();
|
|
95843
|
-
i0.ɵɵelementStart(8, "svg",
|
|
95844
|
-
i0.ɵɵelement(9, "path",
|
|
95958
|
+
i0.ɵɵelementStart(8, "svg", 39);
|
|
95959
|
+
i0.ɵɵelement(9, "path", 36);
|
|
95845
95960
|
i0.ɵɵelementEnd()()();
|
|
95846
95961
|
} if (rf & 2) {
|
|
95847
95962
|
const item_r1 = i0.ɵɵnextContext(2).$implicit;
|
|
@@ -95851,7 +95966,7 @@ function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Tem
|
|
|
95851
95966
|
i0.ɵɵconditional(item_r1.card.selfContentStatusAnalysis === ctx_r2.AiDynamicContentStatusEnum.GENERATED ? 3 : item_r1.card.hasAnalysis ? 4 : item_r1.card.status === "complete" ? 5 : item_r1.card.status === "in-progress" ? 6 : 7);
|
|
95852
95967
|
} }
|
|
95853
95968
|
function ProfileAnalysisCardGridComponent_For_2_Conditional_18_Template(rf, ctx) { if (rf & 1) {
|
|
95854
|
-
i0.ɵɵconditionalCreate(0, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_0_Template, 9, 0, "div",
|
|
95969
|
+
i0.ɵɵconditionalCreate(0, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_0_Template, 9, 0, "div", 27)(1, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Conditional_1_Template, 10, 3, "div", 28);
|
|
95855
95970
|
} if (rf & 2) {
|
|
95856
95971
|
const item_r1 = i0.ɵɵnextContext().$implicit;
|
|
95857
95972
|
const ctx_r2 = i0.ɵɵnextContext();
|
|
@@ -95873,7 +95988,7 @@ function ProfileAnalysisCardGridComponent_For_2_Template(rf, ctx) { if (rf & 1)
|
|
|
95873
95988
|
i0.ɵɵtext(12);
|
|
95874
95989
|
i0.ɵɵelementEnd();
|
|
95875
95990
|
i0.ɵɵconditionalCreate(13, ProfileAnalysisCardGridComponent_For_2_Conditional_13_Template, 7, 2, "div", 11);
|
|
95876
|
-
i0.ɵɵconditionalCreate(14, ProfileAnalysisCardGridComponent_For_2_Conditional_14_Template, 4, 0, "div", 12)(15, ProfileAnalysisCardGridComponent_For_2_Conditional_15_Template,
|
|
95991
|
+
i0.ɵɵconditionalCreate(14, ProfileAnalysisCardGridComponent_For_2_Conditional_14_Template, 4, 0, "div", 12)(15, ProfileAnalysisCardGridComponent_For_2_Conditional_15_Template, 2, 6, "div", 13);
|
|
95877
95992
|
i0.ɵɵelementEnd();
|
|
95878
95993
|
i0.ɵɵconditionalCreate(16, ProfileAnalysisCardGridComponent_For_2_Conditional_16_Template, 2, 4, "div", 14)(17, ProfileAnalysisCardGridComponent_For_2_Conditional_17_Template, 2, 4, "div", 14);
|
|
95879
95994
|
i0.ɵɵconditionalCreate(18, ProfileAnalysisCardGridComponent_For_2_Conditional_18_Template, 2, 1);
|
|
@@ -95920,14 +96035,14 @@ function ProfileAnalysisCardGridComponent_Conditional_3_For_8_Conditional_6_Temp
|
|
|
95920
96035
|
} }
|
|
95921
96036
|
function ProfileAnalysisCardGridComponent_Conditional_3_For_8_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
95922
96037
|
const _r8 = i0.ɵɵgetCurrentView();
|
|
95923
|
-
i0.ɵɵelementStart(0, "div",
|
|
96038
|
+
i0.ɵɵelementStart(0, "div", 37);
|
|
95924
96039
|
i0.ɵɵlistener("click", function ProfileAnalysisCardGridComponent_Conditional_3_For_8_Conditional_11_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r8); const item_r7 = i0.ɵɵnextContext().$implicit; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.handleProfileClick(item_r7.card)); });
|
|
95925
|
-
i0.ɵɵelementStart(1, "div",
|
|
96040
|
+
i0.ɵɵelementStart(1, "div", 30)(2, "span", 38);
|
|
95926
96041
|
i0.ɵɵtext(3, "View Details");
|
|
95927
96042
|
i0.ɵɵelementEnd();
|
|
95928
96043
|
i0.ɵɵnamespaceSVG();
|
|
95929
|
-
i0.ɵɵelementStart(4, "svg",
|
|
95930
|
-
i0.ɵɵelement(5, "path",
|
|
96044
|
+
i0.ɵɵelementStart(4, "svg", 39);
|
|
96045
|
+
i0.ɵɵelement(5, "path", 36);
|
|
95931
96046
|
i0.ɵɵelementEnd()()();
|
|
95932
96047
|
} if (rf & 2) {
|
|
95933
96048
|
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
@@ -95946,7 +96061,7 @@ function ProfileAnalysisCardGridComponent_Conditional_3_For_8_Template(rf, ctx)
|
|
|
95946
96061
|
i0.ɵɵelementStart(9, "p", 10);
|
|
95947
96062
|
i0.ɵɵtext(10);
|
|
95948
96063
|
i0.ɵɵelementEnd()();
|
|
95949
|
-
i0.ɵɵconditionalCreate(11, ProfileAnalysisCardGridComponent_Conditional_3_For_8_Conditional_11_Template, 6, 2, "div",
|
|
96064
|
+
i0.ɵɵconditionalCreate(11, ProfileAnalysisCardGridComponent_Conditional_3_For_8_Conditional_11_Template, 6, 2, "div", 28);
|
|
95950
96065
|
i0.ɵɵelementEnd();
|
|
95951
96066
|
} if (rf & 2) {
|
|
95952
96067
|
const item_r7 = ctx.$implicit;
|
|
@@ -95969,14 +96084,14 @@ function ProfileAnalysisCardGridComponent_Conditional_3_For_8_Template(rf, ctx)
|
|
|
95969
96084
|
i0.ɵɵconditional(item_r7.card.canViewDetails && item_r7.card.profile ? 11 : -1);
|
|
95970
96085
|
} }
|
|
95971
96086
|
function ProfileAnalysisCardGridComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
95972
|
-
i0.ɵɵelementStart(0, "div", 2)(1, "div",
|
|
95973
|
-
i0.ɵɵelement(2, "div",
|
|
95974
|
-
i0.ɵɵelementStart(3, "span",
|
|
96087
|
+
i0.ɵɵelementStart(0, "div", 2)(1, "div", 40);
|
|
96088
|
+
i0.ɵɵelement(2, "div", 41);
|
|
96089
|
+
i0.ɵɵelementStart(3, "span", 42);
|
|
95975
96090
|
i0.ɵɵtext(4);
|
|
95976
96091
|
i0.ɵɵelementEnd();
|
|
95977
|
-
i0.ɵɵelement(5, "div",
|
|
96092
|
+
i0.ɵɵelement(5, "div", 41);
|
|
95978
96093
|
i0.ɵɵelementEnd();
|
|
95979
|
-
i0.ɵɵelementStart(6, "div",
|
|
96094
|
+
i0.ɵɵelementStart(6, "div", 43);
|
|
95980
96095
|
i0.ɵɵrepeaterCreate(7, ProfileAnalysisCardGridComponent_Conditional_3_For_8_Template, 12, 12, "div", 1, _forTrack0$7);
|
|
95981
96096
|
i0.ɵɵelementEnd()();
|
|
95982
96097
|
} if (rf & 2) {
|
|
@@ -96032,9 +96147,6 @@ class ProfileAnalysisCardGridComponent {
|
|
|
96032
96147
|
this.cardClasses = computed(() => 'group flex flex-col h-full bg-white dark:bg-slate-800 rounded-xl shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden border border-slate-200 dark:border-slate-700', ...(ngDevMode ? [{ debugName: "cardClasses" }] : []));
|
|
96033
96148
|
this.titleClasses = computed(() => 'text-xl font-bold text-slate-900 dark:text-white mb-2 group-hover:text-blue-600 dark:group-hover:text-blue-400 transition-colors', ...(ngDevMode ? [{ debugName: "titleClasses" }] : []));
|
|
96034
96149
|
this.descriptionClasses = computed(() => 'text-sm text-slate-600 dark:text-slate-300 mb-4 line-clamp-2', ...(ngDevMode ? [{ debugName: "descriptionClasses" }] : []));
|
|
96035
|
-
this.labelClasses = computed(() => 'text-slate-600 dark:text-slate-400', ...(ngDevMode ? [{ debugName: "labelClasses" }] : []));
|
|
96036
|
-
this.valueClasses = computed(() => 'font-semibold text-slate-900 dark:text-white', ...(ngDevMode ? [{ debugName: "valueClasses" }] : []));
|
|
96037
|
-
this.progressBarContainerClasses = computed(() => 'w-full bg-slate-200 dark:bg-slate-700 rounded-full h-2 overflow-hidden', ...(ngDevMode ? [{ debugName: "progressBarContainerClasses" }] : []));
|
|
96038
96150
|
this.cardFooterClasses = computed(() => 'px-6 py-4 bg-slate-50 dark:bg-slate-900/50 border-t border-slate-200 dark:border-slate-700', ...(ngDevMode ? [{ debugName: "cardFooterClasses" }] : []));
|
|
96039
96151
|
this.toolsLabelClasses = computed(() => this.isLightMode() ? 'text-slate-600' : 'text-slate-400', ...(ngDevMode ? [{ debugName: "toolsLabelClasses" }] : []));
|
|
96040
96152
|
this.toolChipClasses = computed(() => this.isLightMode()
|
|
@@ -96068,8 +96180,13 @@ class ProfileAnalysisCardGridComponent {
|
|
|
96068
96180
|
handleReviewClick(card) {
|
|
96069
96181
|
this.cardClick.emit({ cardData: card, clickType: 'review' });
|
|
96070
96182
|
}
|
|
96183
|
+
toProgressStatus(status) {
|
|
96184
|
+
if (status === 'pending')
|
|
96185
|
+
return 'not-started';
|
|
96186
|
+
return status;
|
|
96187
|
+
}
|
|
96071
96188
|
static { this.ɵfac = function ProfileAnalysisCardGridComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProfileAnalysisCardGridComponent)(); }; }
|
|
96072
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisCardGridComponent, selectors: [["symphiq-profile-analysis-card-grid"]], inputs: { viewMode: [1, "viewMode"], cards: [1, "cards"], config: [1, "config"] }, outputs: { cardClick: "cardClick" }, decls: 4, vars: 1, consts: [[1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-6"], [3, "class"], [1, "mt-12"], [1, "p-6", "flex-1"], [1, "flex", "items-start", "justify-between", "mb-4"], [1, "text-4xl"], [1, "flex", "flex-col", "items-end", "gap-2"], [3, "ngClass"], [1, "px-2.5", "py-1", "rounded-full", "text-xs", "font-medium", "bg-red-100", "dark:bg-red-900/30", "text-red-700", "dark:text-red-400", "flex", "items-center", "gap-1.5", "animate-alert-pulse"], [1, "px-3", "py-1", "bg-emerald-100", "dark:bg-emerald-900/40", "text-emerald-700", "dark:text-emerald-400", "text-xs", "font-semibold", "rounded-full", "flex", "items-center", "gap-1.5", "border", "border-emerald-300/50", "dark:border-emerald-500/30", "shadow-sm"], ["tooltipPosition", "bottom", 3, "libSymphiqTooltip"], [1, "mt-3", "mb-4"], [1, "flex", "items-center", "gap-2", "py-2"], [1, "
|
|
96189
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProfileAnalysisCardGridComponent, selectors: [["symphiq-profile-analysis-card-grid"]], inputs: { viewMode: [1, "viewMode"], cards: [1, "cards"], config: [1, "config"] }, outputs: { cardClick: "cardClick" }, decls: 4, vars: 1, consts: [[1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-6"], [3, "class"], [1, "mt-12"], [1, "p-6", "flex-1"], [1, "flex", "items-start", "justify-between", "mb-4"], [1, "text-4xl"], [1, "flex", "flex-col", "items-end", "gap-2"], [3, "ngClass"], [1, "px-2.5", "py-1", "rounded-full", "text-xs", "font-medium", "bg-red-100", "dark:bg-red-900/30", "text-red-700", "dark:text-red-400", "flex", "items-center", "gap-1.5", "animate-alert-pulse"], [1, "px-3", "py-1", "bg-emerald-100", "dark:bg-emerald-900/40", "text-emerald-700", "dark:text-emerald-400", "text-xs", "font-semibold", "rounded-full", "flex", "items-center", "gap-1.5", "border", "border-emerald-300/50", "dark:border-emerald-500/30", "shadow-sm"], ["tooltipPosition", "bottom", 3, "libSymphiqTooltip"], [1, "mt-3", "mb-4"], [1, "flex", "items-center", "gap-2", "py-2"], [1, "cursor-pointer", "mt-4"], [1, "px-6", "pb-4"], [1, "w-2", "h-2", "rounded-full", "bg-red-500", "animate-slow-pulse"], ["fill", "currentColor", "viewBox", "0 0 20 20", 1, "w-3.5", "h-3.5"], ["fill-rule", "evenodd", "d", "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z", "clip-rule", "evenodd"], [1, "flex", "items-center", "gap-2"], [1, "text-xs", "font-medium", 3, "ngClass"], [1, "flex", "flex-wrap", "gap-1.5"], [1, "px-2", "py-0.5", "rounded", "text-xs", 3, "ngClass"], [1, "animate-spin", "w-4", "h-4", "border-2", "border-amber-500/30", "border-t-amber-500", "rounded-full"], [1, "text-xs", "text-amber-600", "dark:text-amber-400", "font-medium"], [1, "cursor-pointer", "mt-4", 3, "click"], [3, "viewMode", "questionsAnswered", "totalQuestions", "progressPercent", "status", "label"], [3, "itemStatus", "viewMode", "compact", "compactTitle"], [1, "mt-auto", "cursor-pointer", "bg-gradient-to-r", "from-blue-600", "via-cyan-600", "to-teal-600", "hover:from-blue-500", "hover:via-cyan-500", "hover:to-teal-500", "transition-all", "duration-300", "px-4", "py-3", "border-t", "border-blue-500/30", "animate-review-pulse"], [1, "mt-auto", "cursor-pointer", "hover:bg-slate-100", "dark:hover:bg-slate-700/50", "transition-colors", 3, "class"], [1, "mt-auto", "cursor-pointer", "bg-gradient-to-r", "from-blue-600", "via-cyan-600", "to-teal-600", "hover:from-blue-500", "hover:via-cyan-500", "hover:to-teal-500", "transition-all", "duration-300", "px-4", "py-3", "border-t", "border-blue-500/30", "animate-review-pulse", 3, "click"], [1, "flex", "items-center", "justify-between"], [1, "text-sm", "font-semibold", "text-white", "flex", "items-center", "gap-2"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "animate-pulse"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M15 12a3 3 0 11-6 0 3 3 0 016 0z"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "text-white/90", "group-hover:translate-x-1", "transition-transform"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 5l7 7-7 7"], [1, "mt-auto", "cursor-pointer", "hover:bg-slate-100", "dark:hover:bg-slate-700/50", "transition-colors", 3, "click"], [1, "text-sm", "font-medium", "text-slate-600", "dark:text-slate-400"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-5", "h-5", "text-slate-400", "dark:text-slate-500", "hover:text-blue-500", "dark:hover:text-blue-400", "hover:translate-x-1", "transition-all"], [1, "flex", "items-center", "gap-4", "mb-6"], [1, "flex-1", "h-px", 3, "ngClass"], [1, "text-sm", "font-medium", "px-3", 3, "ngClass"], [1, "grid", "grid-cols-1", "md:grid-cols-2", "lg:grid-cols-3", "gap-6", "opacity-60"]], template: function ProfileAnalysisCardGridComponent_Template(rf, ctx) { if (rf & 1) {
|
|
96073
96190
|
i0.ɵɵelementStart(0, "div", 0);
|
|
96074
96191
|
i0.ɵɵrepeaterCreate(1, ProfileAnalysisCardGridComponent_For_2_Template, 19, 17, "div", 1, _forTrack0$7);
|
|
96075
96192
|
i0.ɵɵelementEnd();
|
|
@@ -96079,11 +96196,11 @@ class ProfileAnalysisCardGridComponent {
|
|
|
96079
96196
|
i0.ɵɵrepeater(ctx.interestedCardsDisplay());
|
|
96080
96197
|
i0.ɵɵadvance(2);
|
|
96081
96198
|
i0.ɵɵconditional(ctx.resolvedConfig().showNotInterestedSection && ctx.notInterestedCards().length > 0 ? 3 : -1);
|
|
96082
|
-
} }, dependencies: [CommonModule, i1$1.NgClass, TooltipDirective, ContentGenerationProgressComponent], styles: ["@keyframes _ngcontent-%COMP%_review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_review-pulse 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_alert-pulse 4s ease-in-out infinite}@keyframes _ngcontent-%COMP%_slow-pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-slow-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_slow-pulse 3s ease-in-out infinite}"], changeDetection: 0 }); }
|
|
96199
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, TooltipDirective, ContentGenerationProgressComponent, ProfileProgressIndicatorComponent], styles: ["@keyframes _ngcontent-%COMP%_review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_review-pulse 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_alert-pulse 4s ease-in-out infinite}@keyframes _ngcontent-%COMP%_slow-pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-slow-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_slow-pulse 3s ease-in-out infinite}"], changeDetection: 0 }); }
|
|
96083
96200
|
}
|
|
96084
96201
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ProfileAnalysisCardGridComponent, [{
|
|
96085
96202
|
type: Component,
|
|
96086
|
-
args: [{ selector: 'symphiq-profile-analysis-card-grid', standalone: true, imports: [CommonModule, TooltipDirective, ContentGenerationProgressComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
96203
|
+
args: [{ selector: 'symphiq-profile-analysis-card-grid', standalone: true, imports: [CommonModule, TooltipDirective, ContentGenerationProgressComponent, ProfileProgressIndicatorComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: `
|
|
96087
96204
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
|
96088
96205
|
@for (item of interestedCardsDisplay(); track item.card.id) {
|
|
96089
96206
|
<div [class]="cardClasses()">
|
|
@@ -96142,47 +96259,15 @@ class ProfileAnalysisCardGridComponent {
|
|
|
96142
96259
|
<span class="text-xs text-amber-600 dark:text-amber-400 font-medium">Profile Generation Pending</span>
|
|
96143
96260
|
</div>
|
|
96144
96261
|
} @else if ((item.card.selfContentStatusProfile === AiDynamicContentStatusEnum.GENERATED && (item.card.selfContentStatusAnalysis === null || item.card.selfContentStatusAnalysis === AiDynamicContentStatusEnum.GENERATED)) || item.card.status !== 'pending') {
|
|
96145
|
-
<div class="
|
|
96146
|
-
<
|
|
96147
|
-
|
|
96148
|
-
|
|
96149
|
-
|
|
96150
|
-
|
|
96151
|
-
|
|
96152
|
-
|
|
96153
|
-
|
|
96154
|
-
[style.width.%]="item.card.progressPercent"
|
|
96155
|
-
></div>
|
|
96156
|
-
</div>
|
|
96157
|
-
|
|
96158
|
-
@if (item.card.status === 'complete') {
|
|
96159
|
-
<div class="flex items-center gap-1 text-xs text-green-600 dark:text-green-400 font-medium">
|
|
96160
|
-
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
|
96161
|
-
<path fill-rule="evenodd"
|
|
96162
|
-
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
|
|
96163
|
-
clip-rule="evenodd"/>
|
|
96164
|
-
</svg>
|
|
96165
|
-
Complete
|
|
96166
|
-
</div>
|
|
96167
|
-
} @else if (item.card.status === 'in-progress') {
|
|
96168
|
-
<div class="flex items-center gap-1 text-xs text-blue-600 dark:text-blue-400 font-medium">
|
|
96169
|
-
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
|
96170
|
-
<path fill-rule="evenodd"
|
|
96171
|
-
d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z"
|
|
96172
|
-
clip-rule="evenodd"/>
|
|
96173
|
-
</svg>
|
|
96174
|
-
In Progress
|
|
96175
|
-
</div>
|
|
96176
|
-
} @else {
|
|
96177
|
-
<div class="flex items-center gap-1 text-xs text-slate-500 dark:text-slate-400 font-medium">
|
|
96178
|
-
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
|
96179
|
-
<path fill-rule="evenodd"
|
|
96180
|
-
d="M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z"
|
|
96181
|
-
clip-rule="evenodd"/>
|
|
96182
|
-
</svg>
|
|
96183
|
-
Not Started
|
|
96184
|
-
</div>
|
|
96185
|
-
}
|
|
96262
|
+
<div class="cursor-pointer mt-4" (click)="handleProfileClick(item.card)">
|
|
96263
|
+
<symphiq-profile-progress-indicator
|
|
96264
|
+
[viewMode]="viewMode()"
|
|
96265
|
+
[questionsAnswered]="item.card.questionsAnswered"
|
|
96266
|
+
[totalQuestions]="item.card.totalQuestions"
|
|
96267
|
+
[progressPercent]="item.card.progressPercent"
|
|
96268
|
+
[status]="toProgressStatus(item.card.status)"
|
|
96269
|
+
[label]="resolvedConfig().profileProgressLabel"
|
|
96270
|
+
/>
|
|
96186
96271
|
</div>
|
|
96187
96272
|
}
|
|
96188
96273
|
</div>
|
|
@@ -96313,11 +96398,11 @@ class ProfileAnalysisCardGridComponent {
|
|
|
96313
96398
|
}
|
|
96314
96399
|
`, styles: ["@keyframes review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse{animation:review-pulse 2s ease-in-out infinite}@keyframes alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse{animation:alert-pulse 4s ease-in-out infinite}@keyframes slow-pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-slow-pulse{animation:slow-pulse 3s ease-in-out infinite}\n"] }]
|
|
96315
96400
|
}], null, { viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], cards: [{ type: i0.Input, args: [{ isSignal: true, alias: "cards", required: false }] }], config: [{ type: i0.Input, args: [{ isSignal: true, alias: "config", required: false }] }], cardClick: [{ type: i0.Output, args: ["cardClick"] }] }); })();
|
|
96316
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisCardGridComponent, { className: "ProfileAnalysisCardGridComponent", filePath: "lib/components/shared/profile-analysis-card-grid.component.ts", lineNumber:
|
|
96401
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProfileAnalysisCardGridComponent, { className: "ProfileAnalysisCardGridComponent", filePath: "lib/components/shared/profile-analysis-card-grid.component.ts", lineNumber: 316 }); })();
|
|
96317
96402
|
|
|
96318
96403
|
function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
96319
96404
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
96320
|
-
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator",
|
|
96405
|
+
i0.ɵɵelementStart(0, "symphiq-journey-progress-indicator", 26);
|
|
96321
96406
|
i0.ɵɵlistener("nextStepClick", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_5_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 SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_5_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)); });
|
|
96322
96407
|
i0.ɵɵelementEnd();
|
|
96323
96408
|
} if (rf & 2) {
|
|
@@ -96330,10 +96415,25 @@ function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_16_Templ
|
|
|
96330
96415
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
96331
96416
|
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("profileStatusCounts", ctx_r1.focusAreaStatusCounts())("analysisStatusCounts", ctx_r1.analysisStatusCounts())("allReviewed", ctx_r1.allInterestedFocusAreasAnalysisReviewed())("hasItems", ctx_r1.interestedFocusAreaCards().length > 0)("config", ctx_r1.focusAreaStatusConfig);
|
|
96332
96417
|
} }
|
|
96418
|
+
function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
|
|
96419
|
+
i0.ɵɵelement(0, "symphiq-loading-card", 24);
|
|
96420
|
+
} if (rf & 2) {
|
|
96421
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
96422
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode());
|
|
96423
|
+
} }
|
|
96333
96424
|
function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_30_Template(rf, ctx) { if (rf & 1) {
|
|
96334
96425
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
96335
|
-
i0.ɵɵelementStart(0, "symphiq-
|
|
96336
|
-
i0.ɵɵlistener("
|
|
96426
|
+
i0.ɵɵelementStart(0, "symphiq-profile-analysis-card-grid", 27);
|
|
96427
|
+
i0.ɵɵlistener("cardClick", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_30_Template_symphiq_profile_analysis_card_grid_cardClick_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCardClick($event)); });
|
|
96428
|
+
i0.ɵɵelementEnd();
|
|
96429
|
+
} if (rf & 2) {
|
|
96430
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
96431
|
+
i0.ɵɵproperty("viewMode", ctx_r1.viewMode())("cards", ctx_r1.genericCardData())("config", ctx_r1.focusAreaCardConfig);
|
|
96432
|
+
} }
|
|
96433
|
+
function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
96434
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
96435
|
+
i0.ɵɵelementStart(0, "symphiq-search-modal", 28);
|
|
96436
|
+
i0.ɵɵlistener("closeModal", function SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_31_Template_symphiq_search_modal_closeModal_0_listener() { i0.ɵɵrestoreView(_r4); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleCloseSearchModal()); });
|
|
96337
96437
|
i0.ɵɵelementEnd();
|
|
96338
96438
|
} }
|
|
96339
96439
|
class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
@@ -96824,8 +96924,8 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
96824
96924
|
}
|
|
96825
96925
|
static { this.ɵfac = function SymphiqProfileFocusAreasAnalysesDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileFocusAreasAnalysesDashboardComponent)(); }; }
|
|
96826
96926
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileFocusAreasAnalysesDashboardComponent, selectors: [["symphiq-profile-focus-areas-analyses-dashboard"]], hostBindings: function SymphiqProfileFocusAreasAnalysesDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
96827
|
-
i0.ɵɵlistener("scroll", function SymphiqProfileFocusAreasAnalysesDashboardComponent_scroll_HostBindingHandler(
|
|
96828
|
-
} }, inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalyses: [1, "profileAnalyses"], profileFocusAreas: [1, "profileFocusAreas"], itemStatusesProfileFocusArea: [1, "itemStatusesProfileFocusArea"], itemStatusesProfileAnalysis: [1, "itemStatusesProfileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileFocusAreaQuestions: [1, "profileFocusAreaQuestions"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"], viewMode: [1, "viewMode"], displayMode: [1, "displayMode"], currentStepId: [1, "currentStepId"] }, outputs: { navigateToProfileFocusArea: "navigateToProfileFocusArea", navigateToProfileAnalysis: "navigateToProfileAnalysis", stepClick: "stepClick", nextStepClick: "nextStepClick", answerFocusAreaProfileQuestions: "answerFocusAreaProfileQuestions", continueFocusAreaProfileQuestions: "continueFocusAreaProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", focusAreaProfileAdminAnswerAction: "focusAreaProfileAdminAnswerAction" }, decls:
|
|
96927
|
+
i0.ɵɵlistener("scroll", function SymphiqProfileFocusAreasAnalysesDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
96928
|
+
} }, inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalyses: [1, "profileAnalyses"], profileFocusAreas: [1, "profileFocusAreas"], itemStatusesProfileFocusArea: [1, "itemStatusesProfileFocusArea"], itemStatusesProfileAnalysis: [1, "itemStatusesProfileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], focusAreaDetails: [1, "focusAreaDetails"], account: [1, "account"], profileFocusAreaQuestions: [1, "profileFocusAreaQuestions"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"], viewMode: [1, "viewMode"], displayMode: [1, "displayMode"], currentStepId: [1, "currentStepId"] }, outputs: { navigateToProfileFocusArea: "navigateToProfileFocusArea", navigateToProfileAnalysis: "navigateToProfileAnalysis", stepClick: "stepClick", nextStepClick: "nextStepClick", answerFocusAreaProfileQuestions: "answerFocusAreaProfileQuestions", continueFocusAreaProfileQuestions: "continueFocusAreaProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", focusAreaProfileAdminAnswerAction: "focusAreaProfileAdminAnswerAction" }, decls: 33, vars: 29, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8", "md:py-12", "relative", "z-10"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "px-8", "py-8"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-3", 3, "ngClass"], [3, "viewMode", "profileStatusCounts", "analysisStatusCounts", "allReviewed", "hasItems", "config"], [1, "grid", "grid-cols-1", "lg:grid-cols-3", "gap-6", "mb-6"], [1, "lg:col-span-2", "space-y-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "lg:col-span-1"], ["currentStepId", "focus-areas", 3, "viewMode", "focusAreaDetails"], [1, "mt-6", "block", 3, "viewMode", "items", "analysisDate", "analysisDatePreposition"], ["title", "Continue Your Journey", "description", "The final step\u2014Metric Analysis\u2014lets you provide funnel-specific context for each conversion point. This granular knowledge ensures recommendations address the precise bottlenecks in your customer journey, creating a complete picture from top-of-funnel awareness to revenue.", 1, "mt-6", "block", 3, "viewMode"], ["title", "Loading Focus Area Data", "subtitle", "Please wait while we retrieve your focus areas...", "size", "large", 3, "viewMode"], [3, "viewMode", "cards", "config"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "cardClick", "viewMode", "cards", "config"], [3, "closeModal"]], template: function SymphiqProfileFocusAreasAnalysesDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
96829
96929
|
i0.ɵɵelementStart(0, "div", 0);
|
|
96830
96930
|
i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
|
|
96831
96931
|
i0.ɵɵelementStart(3, "div", 3);
|
|
@@ -96854,11 +96954,10 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
96854
96954
|
i0.ɵɵelementEnd()();
|
|
96855
96955
|
i0.ɵɵelement(27, "symphiq-what-youll-see-below", 22)(28, "symphiq-continue-your-journey", 23);
|
|
96856
96956
|
i0.ɵɵelementEnd()()()();
|
|
96857
|
-
i0.ɵɵ
|
|
96858
|
-
i0.ɵɵ
|
|
96859
|
-
i0.ɵɵ
|
|
96860
|
-
i0.ɵɵ
|
|
96861
|
-
i0.ɵɵelement(31, "symphiq-tooltip-container");
|
|
96957
|
+
i0.ɵɵconditionalCreate(29, SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_29_Template, 1, 1, "symphiq-loading-card", 24)(30, SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_30_Template, 1, 3, "symphiq-profile-analysis-card-grid", 25);
|
|
96958
|
+
i0.ɵɵelementEnd()();
|
|
96959
|
+
i0.ɵɵconditionalCreate(31, SymphiqProfileFocusAreasAnalysesDashboardComponent_Conditional_31_Template, 1, 0, "symphiq-search-modal");
|
|
96960
|
+
i0.ɵɵelement(32, "symphiq-tooltip-container");
|
|
96862
96961
|
i0.ɵɵelementEnd();
|
|
96863
96962
|
} if (rf & 2) {
|
|
96864
96963
|
i0.ɵɵclassProp("min-h-screen", !ctx.embedded());
|
|
@@ -96889,10 +96988,10 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
96889
96988
|
i0.ɵɵadvance();
|
|
96890
96989
|
i0.ɵɵproperty("viewMode", ctx.viewMode());
|
|
96891
96990
|
i0.ɵɵadvance();
|
|
96892
|
-
i0.ɵɵ
|
|
96893
|
-
i0.ɵɵadvance();
|
|
96894
|
-
i0.ɵɵconditional(ctx.showSearchModal() ?
|
|
96895
|
-
} }, dependencies: [CommonModule, i1$1.NgClass, ContinueYourJourneyComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent], styles: ["@keyframes _ngcontent-%COMP%_review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_review-pulse 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_status-pop .3s ease-out;transition:all .3s ease-out}@keyframes _ngcontent-%COMP%_alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_alert-pulse 4s ease-in-out infinite}"], data: { animation: [
|
|
96991
|
+
i0.ɵɵconditional(ctx.isLoading() ? 29 : 30);
|
|
96992
|
+
i0.ɵɵadvance(2);
|
|
96993
|
+
i0.ɵɵconditional(ctx.showSearchModal() ? 31 : -1);
|
|
96994
|
+
} }, dependencies: [CommonModule, i1$1.NgClass, ContinueYourJourneyComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent, LoadingCardComponent], styles: ["@keyframes _ngcontent-%COMP%_review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_review-pulse 2s ease-in-out infinite}@keyframes _ngcontent-%COMP%_status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_status-pop .3s ease-out;transition:all .3s ease-out}@keyframes _ngcontent-%COMP%_alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_alert-pulse 4s ease-in-out infinite}"], data: { animation: [
|
|
96896
96995
|
trigger('statusBadge', [
|
|
96897
96996
|
transition(':enter', [
|
|
96898
96997
|
style({ opacity: 0, transform: 'scale(0.8)' }),
|
|
@@ -96913,7 +97012,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
96913
97012
|
}
|
|
96914
97013
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SymphiqProfileFocusAreasAnalysesDashboardComponent, [{
|
|
96915
97014
|
type: Component,
|
|
96916
|
-
args: [{ selector: 'symphiq-profile-focus-areas-analyses-dashboard', standalone: true, imports: [CommonModule, ContinueYourJourneyComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent], changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
97015
|
+
args: [{ selector: 'symphiq-profile-focus-areas-analyses-dashboard', standalone: true, imports: [CommonModule, ContinueYourJourneyComponent, DashboardHeaderComponent, ScrollProgressBarComponent, SearchModalComponent, JourneyProgressIndicatorComponent, ConfidenceLevelCardComponent, TooltipContainerComponent, ProfileAnalysisStatusSummaryComponent, ProfileAnalysisCardGridComponent, WhatYoullSeeBelowComponent, LoadingCardComponent], changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
96917
97016
|
trigger('statusBadge', [
|
|
96918
97017
|
transition(':enter', [
|
|
96919
97018
|
style({ opacity: 0, transform: 'scale(0.8)' }),
|
|
@@ -97045,12 +97144,21 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
97045
97144
|
</div>
|
|
97046
97145
|
|
|
97047
97146
|
<!-- Focus Areas Grid -->
|
|
97048
|
-
|
|
97049
|
-
|
|
97050
|
-
|
|
97051
|
-
|
|
97052
|
-
|
|
97053
|
-
|
|
97147
|
+
@if (isLoading()) {
|
|
97148
|
+
<symphiq-loading-card
|
|
97149
|
+
[viewMode]="viewMode()"
|
|
97150
|
+
title="Loading Focus Area Data"
|
|
97151
|
+
subtitle="Please wait while we retrieve your focus areas..."
|
|
97152
|
+
size="large"
|
|
97153
|
+
/>
|
|
97154
|
+
} @else {
|
|
97155
|
+
<symphiq-profile-analysis-card-grid
|
|
97156
|
+
[viewMode]="viewMode()"
|
|
97157
|
+
[cards]="genericCardData()"
|
|
97158
|
+
[config]="focusAreaCardConfig"
|
|
97159
|
+
(cardClick)="handleCardClick($event)"
|
|
97160
|
+
/>
|
|
97161
|
+
}
|
|
97054
97162
|
</div>
|
|
97055
97163
|
</div>
|
|
97056
97164
|
|
|
@@ -97066,9 +97174,9 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
|
|
|
97066
97174
|
`, styles: ["@keyframes review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse{animation:review-pulse 2s ease-in-out infinite}@keyframes status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge{animation:status-pop .3s ease-out;transition:all .3s ease-out}@keyframes alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse{animation:alert-pulse 4s ease-in-out infinite}\n"] }]
|
|
97067
97175
|
}], null, { requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], createdDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "createdDate", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalyses", required: false }] }], profileFocusAreas: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusAreas", required: false }] }], itemStatusesProfileFocusArea: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusesProfileFocusArea", required: false }] }], itemStatusesProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusesProfileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], profileFocusAreaQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileFocusAreaQuestions", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], currentUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentUser", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], displayMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "displayMode", required: false }] }], currentStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentStepId", required: false }] }], navigateToProfileFocusArea: [{ type: i0.Output, args: ["navigateToProfileFocusArea"] }], navigateToProfileAnalysis: [{ type: i0.Output, args: ["navigateToProfileAnalysis"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], answerFocusAreaProfileQuestions: [{ type: i0.Output, args: ["answerFocusAreaProfileQuestions"] }], continueFocusAreaProfileQuestions: [{ type: i0.Output, args: ["continueFocusAreaProfileQuestions"] }], profileQuestionAnswerSave: [{ type: i0.Output, args: ["profileQuestionAnswerSave"] }], focusAreaProfileAdminAnswerAction: [{ type: i0.Output, args: ["focusAreaProfileAdminAnswerAction"] }], onScroll: [{
|
|
97068
97176
|
type: HostListener,
|
|
97069
|
-
args: ['window:scroll'
|
|
97177
|
+
args: ['window:scroll']
|
|
97070
97178
|
}] }); })();
|
|
97071
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber:
|
|
97179
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileFocusAreasAnalysesDashboardComponent, { className: "SymphiqProfileFocusAreasAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-focus-areas-dashboard/symphiq-profile-focus-areas-analyses-dashboard.component.ts", lineNumber: 298 }); })();
|
|
97072
97180
|
|
|
97073
97181
|
const _c0$8 = () => [];
|
|
97074
97182
|
function SymphiqProfileFocusAreaDashboardComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -98216,7 +98324,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
|
|
|
98216
98324
|
let _t;
|
|
98217
98325
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
98218
98326
|
} }, hostBindings: function SymphiqProfileAnalysisFocusAreaDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
98219
|
-
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisFocusAreaDashboardComponent_scroll_HostBindingHandler(
|
|
98327
|
+
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisFocusAreaDashboardComponent_scroll_HostBindingHandler() { return ctx.onWindowScroll(); }, i0.ɵɵresolveWindow);
|
|
98220
98328
|
} }, inputs: { viewMode: [1, "viewMode"], profileAnalysis: [1, "profileAnalysis"], funnelAnalysis: [1, "funnelAnalysis"], profile: [1, "profile"], isLoading: [1, "isLoading"], requestedByUser: [1, "requestedByUser"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], focusAreaDetails: [1, "focusAreaDetails"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"] }, outputs: { nextStepClick: "nextStepClick", markAsReviewedClick: "markAsReviewedClick" }, features: [i0.ɵɵNgOnChangesFeature], decls: 27, vars: 50, consts: [["funnelModalComponent", ""], [1, "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"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls", "embedded", "scrollEvent"], [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", "expandedRecommendationId", "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"], [3, "markAsReviewedClick", "viewMode", "reviewStatus", "selfContentStatus", "isMarkingAsReviewed", "isLoading"], [1, "mb-12"], [3, "viewMode", "focusAreaDomain", "focusAreaName", "analysisDate"], ["title", "Loading Your Focus Area Analysis", "subtitle", "Please wait while we prepare your personalized insights...", 3, "viewMode", "backdropBlur"], [1, "mb-8"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Focus Area Analysis", "subtitle", "We're analyzing your data to create your personalized analysis. It will appear when ready.", 3, "itemStatus", "viewMode"], [3, "viewMoreClick", "goals", "viewMode"], [3, "sections", "viewMode", "focusAreaExecutiveSummary", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], [3, "viewMode", "summary", "allGoals"], [1, "space-y-8"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMode", "summary", "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, "flex-1"], [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", "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"], [3, "visual", "viewMode"], [1, "w-full"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"]], template: function SymphiqProfileAnalysisFocusAreaDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
98221
98329
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
98222
98330
|
i0.ɵɵelementStart(0, "div", 1);
|
|
@@ -98718,7 +98826,7 @@ class SymphiqProfileAnalysisFocusAreaDashboardComponent {
|
|
|
98718
98826
|
args: ['funnelModalComponent']
|
|
98719
98827
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], profileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalysis", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], focusAreaDetails: [{ type: i0.Input, args: [{ isSignal: true, alias: "focusAreaDetails", required: false }] }], itemStatusProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusProfileAnalysis", required: false }] }], isMarkingAsReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "isMarkingAsReviewed", required: false }] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], markAsReviewedClick: [{ type: i0.Output, args: ["markAsReviewedClick"] }], onWindowScroll: [{
|
|
98720
98828
|
type: HostListener,
|
|
98721
|
-
args: ['window:scroll'
|
|
98829
|
+
args: ['window:scroll']
|
|
98722
98830
|
}] }); })();
|
|
98723
98831
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisFocusAreaDashboardComponent, { className: "SymphiqProfileAnalysisFocusAreaDashboardComponent", filePath: "lib/components/profile-analysis-focus-area-dashboard/symphiq-profile-analysis-focus-area-dashboard.component.ts", lineNumber: 482 }); })();
|
|
98724
98832
|
|
|
@@ -99211,7 +99319,7 @@ class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
99211
99319
|
}
|
|
99212
99320
|
static { this.ɵfac = function SymphiqProfileMetricsAnalysesDashboardComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SymphiqProfileMetricsAnalysesDashboardComponent)(); }; }
|
|
99213
99321
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SymphiqProfileMetricsAnalysesDashboardComponent, selectors: [["symphiq-profile-metrics-analyses-dashboard"]], hostBindings: function SymphiqProfileMetricsAnalysesDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
99214
|
-
i0.ɵɵlistener("scroll", function SymphiqProfileMetricsAnalysesDashboardComponent_scroll_HostBindingHandler(
|
|
99322
|
+
i0.ɵɵlistener("scroll", function SymphiqProfileMetricsAnalysesDashboardComponent_scroll_HostBindingHandler() { return ctx.onScroll(); }, i0.ɵɵresolveWindow);
|
|
99215
99323
|
} }, inputs: { requestedByUser: [1, "requestedByUser"], createdDate: [1, "createdDate"], embedded: [1, "embedded"], profileAnalyses: [1, "profileAnalyses"], profileMetrics: [1, "profileMetrics"], itemStatusesProfileMetric: [1, "itemStatusesProfileMetric"], itemStatusesProfileAnalysis: [1, "itemStatusesProfileAnalysis"], profile: [1, "profile"], funnelAnalysis: [1, "funnelAnalysis"], funnelMetrics: [1, "funnelMetrics"], account: [1, "account"], profileMetricQuestions: [1, "profileMetricQuestions"], isOnboarded: [1, "isOnboarded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], users: [1, "users"], isLoading: [1, "isLoading"], forDemo: [1, "forDemo"], currentUser: [1, "currentUser"], maxAccessibleStepId: [1, "maxAccessibleStepId"], viewMode: [1, "viewMode"], displayMode: [1, "displayMode"], currentStepId: [1, "currentStepId"] }, outputs: { navigateToProfileMetric: "navigateToProfileMetric", navigateToProfileAnalysis: "navigateToProfileAnalysis", stepClick: "stepClick", nextStepClick: "nextStepClick", answerMetricProfileQuestions: "answerMetricProfileQuestions", continueMetricProfileQuestions: "continueMetricProfileQuestions", profileQuestionAnswerSave: "profileQuestionAnswerSave", metricProfileAdminAnswerAction: "metricProfileAdminAnswerAction" }, decls: 33, vars: 29, consts: [[1, "relative"], [1, "animated-bubbles", 2, "position", "fixed", "top", "0", "left", "0", "right", "0", "bottom", "0", "width", "100vw", "height", "100vh", "z-index", "1", "pointer-events", "none"], ["colorScheme", "blue-cyan", 3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "title", "subtitle", "viewMode", "showControls", "embedded", "scrollEvent"], [3, "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [1, "container", "mx-auto", "px-4", "sm:px-6", "lg:px-8", "py-8", "md:py-12", "relative", "z-10"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", "mb-8", 3, "ngClass"], [1, "px-8", "py-8"], [1, "flex", "items-start", "gap-6"], [1, "flex-shrink-0", "w-16", "h-16", "rounded-2xl", "flex", "items-center", "justify-center", 3, "ngClass"], ["fill", "none", "stroke", "currentColor", "viewBox", "0 0 24 24", 1, "w-8", "h-8"], ["stroke-linecap", "round", "stroke-linejoin", "round", "stroke-width", "2", "d", "M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"], [1, "flex-1"], [1, "text-2xl", "sm:text-3xl", "font-bold", "mb-3", 3, "ngClass"], [3, "viewMode", "profileStatusCounts", "analysisStatusCounts", "allReviewed", "hasItems", "config"], [1, "grid", "grid-cols-1", "lg:grid-cols-3", "gap-6", "mb-6"], [1, "lg:col-span-2", "space-y-3"], [1, "text-base", "leading-relaxed", 3, "ngClass"], [1, "font-semibold"], [1, "lg:col-span-1"], ["currentStepId", "metric-analysis", 3, "viewMode", "currentMetric"], [1, "mt-6", "block", 3, "viewMode", "items", "analysisDate", "analysisDatePreposition"], ["title", "Complete Your Profile", "description", "You've reached the final onboarding step! Once all metrics are profiled, you'll have complete context coverage. Symphiq will then generate unified recommendations that connect business goals to specific funnel improvements\u2014showing exactly what to do next to drive growth.", 1, "mt-6", "block", 3, "viewMode"], ["title", "Loading Funnel Metric Data", "subtitle", "Please wait while we retrieve your funnel metrics...", "size", "large", 3, "viewMode"], [3, "viewMode", "cards", "config"], [3, "nextStepClick", "stepClick", "viewMode", "currentStepId", "showNextStepAction", "forDemo", "maxAccessibleStepId"], [3, "cardClick", "viewMode", "cards", "config"], [3, "closeModal"]], template: function SymphiqProfileMetricsAnalysesDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
99216
99324
|
i0.ɵɵelementStart(0, "div", 0);
|
|
99217
99325
|
i0.ɵɵelement(1, "div", 1)(2, "symphiq-scroll-progress-bar", 2);
|
|
@@ -99455,7 +99563,7 @@ class SymphiqProfileMetricsAnalysesDashboardComponent {
|
|
|
99455
99563
|
`, styles: ["@keyframes review-pulse{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 8px #3b82f600}}.animate-review-pulse{animation:review-pulse 2s ease-in-out infinite}@keyframes status-pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.status-badge{animation:status-pop .3s ease-out;transition:all .3s ease-out}@keyframes alert-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.animate-alert-pulse{animation:alert-pulse 4s ease-in-out infinite}\n"] }]
|
|
99456
99564
|
}], null, { requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], createdDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "createdDate", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], profileAnalyses: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalyses", required: false }] }], profileMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileMetrics", required: false }] }], itemStatusesProfileMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusesProfileMetric", required: false }] }], itemStatusesProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusesProfileAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], account: [{ type: i0.Input, args: [{ isSignal: true, alias: "account", required: false }] }], profileMetricQuestions: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileMetricQuestions", required: false }] }], isOnboarded: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOnboarded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], users: [{ type: i0.Input, args: [{ isSignal: true, alias: "users", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], forDemo: [{ type: i0.Input, args: [{ isSignal: true, alias: "forDemo", required: false }] }], currentUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentUser", required: false }] }], maxAccessibleStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxAccessibleStepId", required: false }] }], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], displayMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "displayMode", required: false }] }], currentStepId: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentStepId", required: false }] }], navigateToProfileMetric: [{ type: i0.Output, args: ["navigateToProfileMetric"] }], navigateToProfileAnalysis: [{ type: i0.Output, args: ["navigateToProfileAnalysis"] }], stepClick: [{ type: i0.Output, args: ["stepClick"] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], answerMetricProfileQuestions: [{ type: i0.Output, args: ["answerMetricProfileQuestions"] }], continueMetricProfileQuestions: [{ type: i0.Output, args: ["continueMetricProfileQuestions"] }], profileQuestionAnswerSave: [{ type: i0.Output, args: ["profileQuestionAnswerSave"] }], metricProfileAdminAnswerAction: [{ type: i0.Output, args: ["metricProfileAdminAnswerAction"] }], onScroll: [{
|
|
99457
99565
|
type: HostListener,
|
|
99458
|
-
args: ['window:scroll'
|
|
99566
|
+
args: ['window:scroll']
|
|
99459
99567
|
}] }); })();
|
|
99460
99568
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileMetricsAnalysesDashboardComponent, { className: "SymphiqProfileMetricsAnalysesDashboardComponent", filePath: "lib/components/profile-analyses-metrics-dashboard/symphiq-profile-metrics-analyses-dashboard.component.ts", lineNumber: 288 }); })();
|
|
99461
99569
|
|
|
@@ -100606,7 +100714,7 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
|
|
|
100606
100714
|
let _t;
|
|
100607
100715
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.funnelModalComponent = _t.first);
|
|
100608
100716
|
} }, hostBindings: function SymphiqProfileAnalysisMetricDashboardComponent_HostBindings(rf, ctx) { if (rf & 1) {
|
|
100609
|
-
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisMetricDashboardComponent_scroll_HostBindingHandler(
|
|
100717
|
+
i0.ɵɵlistener("scroll", function SymphiqProfileAnalysisMetricDashboardComponent_scroll_HostBindingHandler() { return ctx.onWindowScroll(); }, i0.ɵɵresolveWindow);
|
|
100610
100718
|
} }, inputs: { viewMode: [1, "viewMode"], profileAnalysis: [1, "profileAnalysis"], funnelAnalysis: [1, "funnelAnalysis"], profile: [1, "profile"], isLoading: [1, "isLoading"], requestedByUser: [1, "requestedByUser"], embedded: [1, "embedded"], scrollEvent: [1, "scrollEvent"], scrollElement: [1, "scrollElement"], funnelMetric: [1, "funnelMetric"], itemStatusProfileAnalysis: [1, "itemStatusProfileAnalysis"], isMarkingAsReviewed: [1, "isMarkingAsReviewed"], pacingResponse: [1, "pacingResponse"], targets: [1, "targets"], trendUiData: [1, "trendUiData"], funnelMetrics: [1, "funnelMetrics"], mainUiData: [1, "mainUiData"] }, outputs: { nextStepClick: "nextStepClick", markAsReviewedClick: "markAsReviewedClick", viewMetricDetailsClick: "viewMetricDetailsClick" }, features: [i0.ɵɵNgOnChangesFeature], decls: 28, vars: 59, consts: [["funnelModalComponent", ""], [1, "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"], [3, "viewMode", "progress", "embedded"], [1, "relative", "z-[51]"], [3, "searchClick", "viewModeClick", "title", "subtitle", "currentSection", "viewMode", "viewModeLabel", "isLoading", "requestedByUser", "createdDate", "showControls", "embedded", "scrollEvent"], [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", "expandedRecommendationId", "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"], [3, "markAsReviewedClick", "viewMode", "reviewStatus", "selfContentStatus", "isMarkingAsReviewed", "isLoading"], [3, "closed", "viewMode", "metricEnum", "metricData", "contributingMetrics", "pacingResponse", "trendChartData", "currencySymbol", "showLiveIndicator", "isOpen"], [1, "mb-12"], [3, "viewMode", "metricName", "isOnboarded", "analysisDate"], ["title", "Loading Your Metric Analysis", "subtitle", "Please wait while we prepare your personalized insights...", 3, "viewMode", "backdropBlur"], [1, "mb-8"], [1, "rounded-2xl", "border", "shadow-lg", "overflow-hidden", 3, "ngClass"], [3, "goals", "viewMode"], ["title", "Generating Your Metric Analysis", "subtitle", "We're analyzing your data to create your personalized analysis. It will appear when ready.", 3, "itemStatus", "viewMode"], [3, "viewMoreClick", "goals", "viewMode"], [3, "viewReportClick", "sections", "viewMode", "metricExecutiveSummary", "metricName", "allGoals", "allMetrics", "allCharts", "allInsights", "businessProfile"], [3, "viewMode", "summary", "metricName", "allGoals"], [1, "space-y-8"], [3, "topPrioritiesClick", "priorityDetailClick", "viewMetricDetailsClick", "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, "flex-1"], [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", "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"], [3, "visual", "viewMode"], [1, "w-full"], [1, "text-sm", "leading-relaxed", "whitespace-pre-line", 3, "ngClass"]], template: function SymphiqProfileAnalysisMetricDashboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
100611
100719
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
100612
100720
|
i0.ɵɵelementStart(0, "div", 1);
|
|
@@ -101132,7 +101240,7 @@ class SymphiqProfileAnalysisMetricDashboardComponent {
|
|
|
101132
101240
|
args: ['funnelModalComponent']
|
|
101133
101241
|
}], viewMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "viewMode", required: false }] }], profileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "profileAnalysis", required: false }] }], funnelAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelAnalysis", required: false }] }], profile: [{ type: i0.Input, args: [{ isSignal: true, alias: "profile", required: false }] }], isLoading: [{ type: i0.Input, args: [{ isSignal: true, alias: "isLoading", required: false }] }], requestedByUser: [{ type: i0.Input, args: [{ isSignal: true, alias: "requestedByUser", required: false }] }], embedded: [{ type: i0.Input, args: [{ isSignal: true, alias: "embedded", required: false }] }], scrollEvent: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollEvent", required: false }] }], scrollElement: [{ type: i0.Input, args: [{ isSignal: true, alias: "scrollElement", required: false }] }], funnelMetric: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetric", required: false }] }], itemStatusProfileAnalysis: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemStatusProfileAnalysis", required: false }] }], isMarkingAsReviewed: [{ type: i0.Input, args: [{ isSignal: true, alias: "isMarkingAsReviewed", required: false }] }], pacingResponse: [{ type: i0.Input, args: [{ isSignal: true, alias: "pacingResponse", required: false }] }], targets: [{ type: i0.Input, args: [{ isSignal: true, alias: "targets", required: false }] }], trendUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "trendUiData", required: false }] }], funnelMetrics: [{ type: i0.Input, args: [{ isSignal: true, alias: "funnelMetrics", required: false }] }], mainUiData: [{ type: i0.Input, args: [{ isSignal: true, alias: "mainUiData", required: false }] }], nextStepClick: [{ type: i0.Output, args: ["nextStepClick"] }], markAsReviewedClick: [{ type: i0.Output, args: ["markAsReviewedClick"] }], viewMetricDetailsClick: [{ type: i0.Output, args: ["viewMetricDetailsClick"] }], onWindowScroll: [{
|
|
101134
101242
|
type: HostListener,
|
|
101135
|
-
args: ['window:scroll'
|
|
101243
|
+
args: ['window:scroll']
|
|
101136
101244
|
}] }); })();
|
|
101137
101245
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SymphiqProfileAnalysisMetricDashboardComponent, { className: "SymphiqProfileAnalysisMetricDashboardComponent", filePath: "lib/components/profile-analysis-metric-dashboard/symphiq-profile-analysis-metric-dashboard.component.ts", lineNumber: 508 }); })();
|
|
101138
101246
|
|
|
@@ -102559,10 +102667,7 @@ class ShopProfileQuestionAnswerComponent {
|
|
|
102559
102667
|
}
|
|
102560
102668
|
static { this.ɵfac = function ShopProfileQuestionAnswerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShopProfileQuestionAnswerComponent)(); }; }
|
|
102561
102669
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileQuestionAnswerComponent, selectors: [["symphiq-shop-profile-question-answer"]], viewQuery: function ShopProfileQuestionAnswerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
102562
|
-
i0.ɵɵviewQuery(_c0$4, 5);
|
|
102563
|
-
i0.ɵɵviewQuery(_c1$1, 5);
|
|
102564
|
-
i0.ɵɵviewQuery(_c2$1, 5);
|
|
102565
|
-
i0.ɵɵviewQuery(_c3, 5);
|
|
102670
|
+
i0.ɵɵviewQuery(_c0$4, 5)(_c1$1, 5)(_c2$1, 5)(_c3, 5);
|
|
102566
102671
|
} if (rf & 2) {
|
|
102567
102672
|
let _t;
|
|
102568
102673
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scrollContainer = _t.first);
|
|
@@ -103925,9 +104030,7 @@ class ShopProfileQuestionsModalComponent {
|
|
|
103925
104030
|
}
|
|
103926
104031
|
static { this.ɵfac = function ShopProfileQuestionsModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ShopProfileQuestionsModalComponent)(); }; }
|
|
103927
104032
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ShopProfileQuestionsModalComponent, selectors: [["symphiq-shop-profile-questions-modal"]], viewQuery: function ShopProfileQuestionsModalComponent_Query(rf, ctx) { if (rf & 1) {
|
|
103928
|
-
i0.ɵɵviewQuery(_c0$3, 5);
|
|
103929
|
-
i0.ɵɵviewQuery(_c1, 5);
|
|
103930
|
-
i0.ɵɵviewQuery(_c2, 5);
|
|
104033
|
+
i0.ɵɵviewQuery(_c0$3, 5)(_c1, 5)(_c2, 5);
|
|
103931
104034
|
} if (rf & 2) {
|
|
103932
104035
|
let _t;
|
|
103933
104036
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.modalContent = _t.first);
|